@charset "IBM866";
html,
body {
    height: 100%;
}

/* стили оформления текста */
body {
    font-family: 'PTSans';
    font-size: 14px;
    color: #272727;
    min-width: 480px;
    background-color: #f6f6f6;
}

/* стиль для прижатия футера */
#wrap {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    margin: 0 auto -192px;
    /* отрицательный margin снизу такой же как высота футера */
    padding: 0 0 192px;
    /*padding снизу больше чем margin для создания отступа м-у футером и контентом*/
}

.inside-page #wrap{
    padding: 115px 0 192px 0;
}

.error-page #wrap{
    padding: 0 0 140px 0;
    margin: 0 auto -140px;
}

.holder {
    width: 980px;
    margin: 0 auto;
}

a {
    color: #1a3aa3;
    text-decoration: none;
}

a:hover {
    color: #1a3aa3;
    text-decoration: none;
}

a:focus, button:focus, *:focus {
    outline: none !important;
    text-decoration: none;
}

@font-face {
    src: url('../fonts/PTSans.ttf');
    font-family: 'PTSans';
}
@font-face {
    src: url('../fonts/PTSans-ital.ttf');
    font-family: 'PTSans-ital';
}

@font-face {
    src: url('../fonts/PTSans-Bold.ttf');
    font-family: 'PTSans-Bold';
}
@font-face {
    src: url('../fonts/PTSerif-reg.ttf');
    font-family: 'PTSerif-reg';
}
@font-face {
    src: url('../fonts/PTSerif-bold.ttf');
    font-family: 'PTSerif-bold';
}
@font-face {
    src: url('../fonts/PTSerif-ital.ttf');
    font-family: 'PTSerif-ital';
}

@font-face {
    font-family: 'Conv_tenge';
    src: url('http://www.kazzholhotels.com/public/template/css/fonts/tenge.eot');
    src: local('☺'), 
             url('http://www.kazzholhotels.com/public/template/fonts/tenge.woff') format('woff'), 
             url('../fonts/tenge.ttf') format('truetype'), 
             url('../fonts/tenge.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----- блок вместо holder при адаптивной вёрстке */
.container {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    max-width: none;
}

header .container{
    position: relative;
}

.header{
    /*background: rgba(59, 86, 174, 0.85);*/
    background: url('../img/h-fon.png') 0 0 repeat;
    padding: 15px 0 0 0;
    position: fixed;
    top:0;
    width: 100%;
    z-index: 100;
}

.logo{
    float: left;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

.logo a{
    display: block;
    background: url("../img/logo.png") 0 0 no-repeat;
    width: 145px;
    height: 37px;
    margin-right: 100px;
}

.astana a{
    background-position: 0 -42px;
}

.almaty a{
    background-position: 0 -83px;
}

.enter-block{
    float: left;
    padding: 14px 0 0 0;
}

.lang-block{
    float: left;
    margin: 0 18px 0 0;
    color: #a6b9f7;
}

.lang-block a, .entry a{
    color: #a6b9f7;
}

.lang-block a:hover, .entry a:hover{
    color: white;
    text-decoration: underline;
}

.entry{
    float: left;
}

.contact-block{
    float: left;
    position: relative;
    color: #a6b9f8;
    padding: 0 0 0 60px;
    margin: -8px 0 0 0;
    line-height: 16px;
}

.contact-area{
    float: right;
}

.contact-block a:hover{
    color: white;
    text-decoration: underline;
}

.contact-block div:first-child{
    margin-bottom: 3px;
}

.contact-area .contact-block:first-child:before{
    background: url("../img/tel-ico.png") 0 0 no-repeat;
    width: 37px;
    height: 36px;
    left: 0;
    top:9px;
    content: "";
    display: block;
    position: absolute;
}

.contact-block a{
    color: #a6b9f8;
}

.controls-block {
    float: right;
    display: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}
.controls-block.active {
    margin-right: 161px;
}
.device-icos > a{
    display: block;
    float: right;
    text-align: center;
    width: 77px;
    height: 82px;
    position: relative;
}

.controls-block.active .device-icos> a.menu-ico{
    background-color: #1a3aa3;
}

.device-icos > a:before{
    background: url("../img/controls-icos.png") 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
}

a.menu-ico:before{
    background-position: -46px 0;
    width: 29px;
    height: 29px;
    left: 27px;
    top:26px;
}
a.search-ico:before{
    width: 19px;
    height: 29px;
    left: 28px;
    top:27px;
}
.search-ico.active{
    background-color: black;
    height: 83px;
}

.bold{
    font-family: "PTSans-Bold";
}

.t-12{
    font-size: 12px;
}

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

.top-header-line{
    padding: 0 0 6px 0;
    border-bottom: 1px solid #4262cd;
}
.top-menu{
    padding: 9px 0 11px 0;
    border-bottom: 1px solid #3053c6;
}

.top-menu li{
    float: left;
    margin: 0 0 0 22px;
}

.top-menu li:first-child{
    margin: 0;
}

.top-menu a.menu-link{
    font-family: "ptsans-bold";
    text-transform: uppercase;
    color: white;
    position: relative;
}

.top-menu  a.menu-link:before{
    position: absolute;
    content: "";
    border: 1px solid white;
    width: 52px;
    left: 50%;
    margin: 0 0 0 -26px;
    bottom: -12px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
}

.top-menu li:hover a.menu-link:before{
    opacity: 1;
    visibility: visible;
}

.menu-block{
    padding: 18px 0 0 20px;
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #1c3ba1;
    width: 400%;
    margin-left: 200%;
    z-index: 3;
}

.menu-device{
    width: 161px;
    padding: 27px 0 0 0;
}

.menu-device > ul >li >a{
    font-family: "PTSans-Bold";
    color: white;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.menu-device .sub-menu{
    padding: 17px 0 3px 0;
    display: none;
    margin-bottom: 20px;
    position: relative;
}

.menu-device .sub-menu a{
    margin-bottom: 30px;
}

.city-hotel{
    display: block;
    background: url("../img/logo.png") 0 0 no-repeat;
    width: 145px;
    height: 37px;
    position: relative;
}

.city-hotel:before{
    position: absolute;
    display: block;
    right: -29px;
    top:3px;
    background: url("../img/arrow-ico1.png") 0 0 no-repeat;
    width: 11px;
    height: 29px;
    content: "";

}

.astana-hotel{
    background-position: 0 -42px;
}


.almaty-hotel{
    background-position: 0 -83px;
}

.stepSlider-block{
    position: relative;
}

.stepSlider-block .nav-dots{
    width: 730px;
    position: absolute;
    bottom: 105px;
    z-index: 3;
    left: 50%;
    margin: 0 0 0 -365px;
    text-align: center;
}

.stepSlider-block .nav-dots .nav-span:first-child{
    margin: 0;
}

.stepSlider-block .nav-dots .nav-span{
    margin-left: 12%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: white;
    width: 30px;
    height: 47px;
    text-align: center;
    background: url("../img/num-bg.png") -30px 0 no-repeat;
}


.stepSlider-block .nav-dots .nav-span.active{
    background-position: 0 0;
}



.stepSlider-block .nav-dots .nav-span:before{
    position: absolute;
    width: 90px;
    height: 1px;
    background: url("../img/slider-dots.png") 0 0 repeat-x;
    bottom: 5px;
    left: -90px;
    content: "";
}

.stepSlider-block .nav-dots .nav-span:after{
    position: absolute;
    width: 0;
    height: 1px;
    background: url("../img/slider-dots.png") 0 -1px repeat-x;
    bottom: 5px;
    left: -198px;
    content: "";
    -webkit-transition: all 8s linear;
    -moz-transition: all 8s linear;
    -ms-transition: all 8s linear;
    -o-transition: all 8s linear;
}
.stepSlider-block .nav-span.loading:after, .stepSlider-block .nav-span.finishLoad:after {
    width: 198px;
}

.stepSlider-block .nav-dots .nav-span:first-child:before,
.stepSlider-block .nav-dots .nav-span:first-child:after{
    display: none;
}






.step-slider{
    position: relative;
}

.step-slider .owl-controls{
    height: 0;
}
.step-slider .item{
    position: relative;
}
.step-slider .item:before{
    position: absolute;
    left: 0;
    top:0;
    content: "";
    z-index: 4;
    height: 400px;
    width: 100%;
   background: url("../img/shadow2.png") 0 0 repeat-x;
}

.step-slider .content-block{
    position: absolute;
    top:0;
}

.step-slider .title{
    max-width: 710px;
    margin: 235px 0 0 20px;
    line-height: 46px;
    position: relative;
    z-index: 10;
}

.step-slider .title a{
    font-size: 40px;
    text-transform: uppercase;
    color: white;
    text-decoration: underline;
    font-family: "PTSans-Bold";
}

.step-slider .title a:hover{
    text-decoration: none;
}

.step-slider .item img{
    width: 100%;
}

.step-slider .owl-dots{
    width: 730px;
    position: relative;
    bottom: 105px;
    margin: 0 auto;
    text-align: center;
}
.step-slider .owl-dot{
    display: inline-block;
    margin-left: 27%;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: black;
    border-radius: 10px;
    border: 2px solid black;
}

.step-slider .owl-dot.active{
    border-color: white;
}


.step-slider .owl-dot:before{
    position: absolute;
    width: 198px;
    height: 1px;
    background: url("../img/slider-dots.png") 0 0 repeat-x;
    bottom: 4px;
    left: -199px;
    content: "";
}

.step-slider .owl-dot:after{
    position: absolute;
    width: 0;
    height: 1px;
    background: url("../img/slider-dots.png") 0 -1px repeat-x;
    bottom: 5px;
    left: -198px;
    content: "";
    -webkit-transition: all 8s linear;
    -moz-transition: all 8s linear;
    -ms-transition: all 8s linear;
    -o-transition: all 8s linear;
}
.step-slider .loading:after, .step-slider .finishLoad:after {
    width: 198px;
}

.step-slider .owl-dot:first-child:before,
.step-slider .owl-dot:first-child:after{
    display: none;
}

.step-slider .owl-dot:first-child{
    margin: 0;
}
.step-slider .owl-numbers{
    font-size: 24px;
    display: block;
    color: white;
    width: 30px;
    height: 47px;
    text-align: center;
    background: url("../img/num-bg.png") -30px 0 no-repeat;
}

.step-slider .active .owl-numbers{
    background-position: 0 0;
}


.booking-block{
    position: absolute;
    top:200px;
    right: 100px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 12;
}

.title-link{
    float: left;
    padding: 28px 15px 28px 18px;
    background: black;
}

.booking-block .text-link{
    margin: 0 0 62px 0;
}

.booking-block .loop{
    margin: 0 0 0 -4px;
}
.booking-block .booking-form{
    float: left;
    padding: 23px 23px 50px 23px;
    position: relative;
}

.booking-form .close-ico{
    position: absolute;
    right: -15px;
    top:-15px;
}

.close-ico{
    display: block;
    background: url("../img/close-ico.png") 0 0 no-repeat;
    width: 34px;
    height: 34px;
}
.close-ico:hover{
    background-position: 0 -34px;
}

.drop-form{
    margin-bottom: 10px;
}

.drop-form .dropdown{
    width: 250px;
}

.drop-form.small .dropdown{
    width: 123px;
}

.drop-form.small{
    float: left;
    margin-right: 4px;
}

.booking-form .select-block{
    margin-bottom: 20px;
}


.drop-form .dropdown .select {
    display: block;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    padding: 0 40px 0 6px;
    position: relative;
    background-color: #424b63;
    font-family: 'PTSerif-reg';
    border: 1px solid #4c5772;
}

.drop-form .dropdown .select:before {
    position: absolute;
    display: block;
    content: "";
    background: url('../img/arrow-ico2.png') 0 0 no-repeat;
    width: 40px;
    height: 34px;
    right: -1px;
    top: -1px;
}

.drop-form .dropdown-menu {
    min-width: 250px;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-left: 1px solid #4c5772;
    border-right: 1px solid #4c5772;
    border-bottom: 1px solid #4c5772;
    margin: 0;
    background-color: #424b63;
}

.booking-block .small .dropdown-menu{
    min-width: 123px;
}

.drop-form .dropdown-menu > li > a {
    color: white;
    line-height: 32px;
    padding: 0 15px 0 6px;
    text-align: left;
    font-family: 'PTSerif-reg';
}

.drop-form .dropdown-menu > li > a:hover, .drop-form .dropdown-menu > li > a:focus {
    background-color: #1a3aa3;
    color: white;
}

.drop-form p{
    color: #96a2c4;
    margin: 0 0 2px 0;
    font-family: 'PTSerif-reg';
}

.blue-btn-big{
    display: inline-block;
    line-height: 48px;
    padding: 0 47px;
    background-color: #1a3aa3;
    color: white;
    font-size: 20px;
    font-family: 'PTSerif-reg';
}

.booking-form-sm-block{
    display: none;
    background-color: #000000;
    padding: 30px 0 25px 0;
}

.booking-form-sm-block .title{
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.booking-form-sm-block .title:before{
   border-bottom: 1px solid #d2d2d2;
    width: 100%;
    position: absolute;
    left: 0;
    top:15px;
    content: "";
}

.booking-form-sm-block .title span{
     padding: 0 17px 0 50px;
    position: relative;
    text-transform: uppercase;
    color: white;
    line-height: 32px;
    font-size: 30px;
    font-family: "ptsans-bold";
    background: url("../img/loop-ico.png") 20px 5px no-repeat black;
}

.booking-form-sm-block .blue-btn-big{
    margin: 30px 0 0 1px;
}

.drop-form-sm{
    margin-bottom: 10px;
}

.drop-form-sm .dropdown{
    width: 345px;
}

.drop-form-sm.small .dropdown{
    width: 165px;
}

.drop-form-sm.small{
    float: left;
    margin-right: 88px;
}

.booking-form .select-block{
    margin-bottom: 20px;
}


.drop-form-sm .dropdown .select,
.drop-form-xs .dropdown .select{
    display: block;
    line-height: 46px;
    font-size: 18px;
    color: #ffffff;
    padding: 0 50px 0 10px;
    position: relative;
    background-color: #424b63;
    font-family: 'PTSerif-reg';
    border: 1px solid #4c5772;
}

.drop-form-sm .dropdown .select:before,
.drop-form-xs .dropdown .select:before{
    position: absolute;
    display: block;
    content: "";
    background: url('../img/arrow-ico3.png') 0 0 no-repeat;
    width: 50px;
    height: 48px;
    right: -1px;
    top: -1px;
}

.drop-form-sm .dropdown-menu,
.drop-form-xs .dropdown-menu{
    min-width: 345px;
    padding: 0;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-left: 1px solid #4c5772;
    border-right: 1px solid #4c5772;
    border-bottom: 1px solid #4c5772;
    margin: 0;
    background-color: #424b63;
}

.drop-form-sm.small .dropdown-menu{
    min-width: 165px;
}

.drop-form-sm .dropdown-menu > li > a,
.drop-form-xs .dropdown-menu > li > a{
    color: white;
    line-height: 46px;
    padding: 0 15px 0 10px;
    text-align: left;
    font-family: 'PTSerif-reg';
}

.drop-form-sm .dropdown-menu > li > a:hover, .drop-form-sm .dropdown-menu > li > a:focus,
.drop-form-xs .dropdown-menu > li > a:hover, .drop-form-xs .dropdown-menu > li > a:focus{
    background-color: #1a3aa3;
    color: white;
}

.drop-form-sm p, .drop-form-xs p{
    font-size: 16px;
    color: #96a2c4;
    margin: 0 0 7px 0;
    font-family: 'PTSerif-reg';
}




.booking-form-xs-block{
    display: none;
    background-color: #000000;
    padding: 30px 0 25px 0;
    position: absolute;
    top:83px;
    width: 100%;
}

.booking-form-xs-block .title{
    text-align: center;
    position: relative;
    margin-bottom: 25px;
}

.booking-form-xs-block .title:before{
   border-bottom: 1px solid #d2d2d2;
    width: 100%;
    position: absolute;
    left: 0;
    top:15px;
    content: "";
}

.booking-form-xs-block .title span{
     padding: 0 17px;
    position: relative;
    text-transform: uppercase;
    color: white;
    line-height: 32px;
    font-size: 30px;
    font-family: "ptsans-bold";
    background-color: black;
}

.booking-form-xs-block .blue-btn-big{
    margin: 30px 0 10px 0;
}

.drop-form-xs{
    margin-bottom: 15px;
}

.drop-form-xs .dropdown{
    width: 440px;
}

.drop-form-xs.small .dropdown{
    width: 204px;
}


.booking-form .select-block{
    margin-bottom: 20px;
}
.drop-form-xs .dropdown-menu{
    min-width: 440px;
}


.drop-form-xs.small .dropdown-menu{
    min-width: 204px;
}

.container .container{
      padding: 0 !important;
    }

.deal-slider-block{
    position: relative;
    /*overflow: hidden;*/
}


.down-arrow{
    display: block;
    background: url("../img/arrow-ico4.png") 0 0 no-repeat;
    width: 80px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -40px;
    top:-39px;
    z-index: 3;
}
.bg-block{
    padding: 65px 0 60px 0;
    position: relative;
    overflow: hidden;
}

.bg-block .bg-slide{
    width: 100%;
    position: absolute;
    top:0;
}
.deal-slider .content-block{
    z-index: 12;
}

.deal-slider-block .head-title{
    margin-bottom: 85px;
}
.head-title{
    font-size: 30px;
    text-transform: uppercase;
    font-family: "ptsans-bold";
    text-align: center;
    line-height: 32px;
}

.deal-text{
    padding: 62px 0 0 0;
    margin-bottom: 90px;
}

.deal-text .title{
    margin-bottom: 20px;
}

.deal-text .title a{
    font-size: 36px;
    color: black;
    line-height: 38px;
}

.deal-text .title a:hover{
    color: #1a3aa3;
    text-decoration: underline;
}

.deal-text .text{
    line-height: 20px;
    font-size: 16px;
    color: #5b5b5b;
}

.deal-photo{
    width: 430px;
    height: 430px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow:         inset 0px 5px 15px 0px rgba(50, 50, 50, 0.75);
}
.showLink{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 208px;
    height: 183px;
    background: url("../img/elipse.png") 0 0 no-repeat;
    cursor: pointer;
}

.showLink:hover{
    background-position: 0 -183px;
}

.showLink a{
    position: absolute;
    font-size: 16px;
    color: white;
    font-family: 'arial';
    top:85px;
    left: 65px;
}


.showLink a:before{
    position: absolute;
    content: "";
    border: 1px solid #4a67c4;
    width: 33px;
    bottom: 0;
    left: 16px;
}

.showLink:hover a:before{
    border-color: #343434;
}

.deal-slider .owl-nav{
    position: absolute;
    width: 100%;
    height: 0;
    top:120px;
}
.deal-slider{
    position: relative;
}

.deal-slider .owl-prev, .deal-slider .owl-next{
    display: block;
    width: 49px;
    height: 98px;
    position: absolute;
    background: url("../img/slider-arrows.png") 0 0 no-repeat;
}
.deal-slider .owl-prev{
    left: 0;
}

.deal-slider .owl-prev:hover{
    background-position: 0 -98px;
}

.deal-slider .owl-next{
    right: 0;
    background-position: -49px 0;
}
.deal-slider .owl-next:hover{
    background-position: -49px -98px;
}

.deal-slider .owl-dot span{
    float: left;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 5px solid #1a3aa3;
}

.deal-slider .owl-dot.active span{
    background-color: black;
    border-color: black;
}

.deal-slider .owl-dot:hover span{
    border-color: black;
}

.deal-slider .owl-dots{
    position: relative;
    top:-123px;
}

.show-all{
    text-align: right;
}
.show{
    display: inline-block !important;
}


.show span{
    display: inline-block;
    color: black;
    font-family: "arial";
    padding: 0 16px 0 0;
    position: relative;
}
.show:hover span{
    color: #1a3aa3;
    text-decoration: underline;
}

.show span:before{
    position: absolute;
    content: "";
    right: 0;
    top:8px;
    background: url("../img/arrows-more.png") 0 0 no-repeat;
    width: 7px;
    height: 5px;
}

.show-all-xs{
    display: none;
}


.service-slider{
    border-top: 1px solid #dee0e4;
    height: 560px;
    overflow: hidden;
}

.service-slider .item{
    position: relative;
}

.service-slider .item img {
    width: 100%;
}

.service-slider .description{
    left: 50%;
    width: 500px;
    top:0;
    z-index: 3;
    position: absolute;
}

.service-slider .description:before{
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top:0;
    left: 0;
    width: 400%;
    display: block;
    content: "";
    height: 2000px;
}

.service-slider .desc-block{
    width: 480px;
    padding: 130px 0 0 85px;
    text-align: center;
    color: white;
    position: relative;
}

.service-slider .title{
    font-size: 40px;
    line-height: 42px;
    font-family: 'PTSerif-reg';
    margin-bottom: 35px;
}

.service-slider .text{
    width: 380px;
    font-size: 16px;
    font-family: "PTSans-ital";
    margin: 0 auto 70px auto;
    line-height: 24px;
}

.more-btn{
    display: inline-block;
    line-height: 53px;
    position: relative;
    padding: 0 103px 0 38px;
    background-color: #1a3aa3;
    font-family: "arial";
    color: #ffffff;
    font-size: 16px;
    border-radius: 2px;
}

.more-btn:after{
    position: absolute;
    right: 0;
    top:0;
    background: url("../img/button-arrow.png") 0 0 no-repeat;
    width: 56px;
    height: 53px;
    display: block;
    content: "";
}
.more-btn:hover:after{
    background-position: 0 -53px;
}

.more-btn-middle{
    display: inline-block;
    line-height: 38px;
    position: relative;
    padding: 0 64px 0 18px;
    background-color: #1a3aa3;
    font-family: "arial";
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
}

.more-btn-middle:after{
    position: absolute;
    right: 0;
    top:0;
    background: url("../img/button-arrow.png") -59px 0 no-repeat;
    width: 46px;
    height: 38px;
    display: block;
    content: "";
}
.more-btn-middle:hover:after{
    background-position: -59px -38px;
}

.load{
    width: 98px;
    height: 98px;
    position: absolute;
    top:232px;
    border-radius: 50%;
    left: -49px;
    background: url("../img/load-bg.png") 0 0 no-repeat;
    display: block;
    text-align: center;
    color: white;
    font-size: 26px;
    font-family: 'PTSerif-bold';
    line-height: 98px;
    z-index: 3;
}
.load:hover{
    color: white;
}

.load:before{
     position: absolute;
    background: url("../img/load-circle.png") 0 0 no-repeat;
    display: block;
    width: 87px;
    height: 87px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: loading linear 10000ms infinite;
    -moz-animation: loading linear 10000ms infinite;
    -ms-animation: loading linear 10000ms infinite;
    -o-animation: loading linear 10000ms infinite;
    animation: loading linear 10000ms infinite;
    cursor: pointer;
    content: "";
    top:5px;
    left: 5px;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes loading {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes loading {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#footer{
    background-color: black;
    padding: 30px 0 35px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.social-block{
    float: left;
}
.social-go .social-block a{
    margin: 0 0 0 13px;
}
.social-go .social-block a:first-child{
    margin: 0;
}

.social-block a{
    float: left;
    display: block;
    margin: 0 5px 0 0;
    width: 32px;
    height: 31px;
    background: url('../img/social-icos.png') 0 0 no-repeat;
}


.social-block a.soc1:hover{
    background-position: 0 -31px;
}


.social-block a.soc2{
    background-position: -36px 0;
}
.social-block a.soc2:hover{
    background-position: -36px -31px;
}

.social-block a.soc3{
    background-position: -71px 0;
}
.social-block a.soc3:hover{
    background-position: -71px -31px;
}
.social-block a.soc4{
    background-position: -106px 0;
}
.social-block a.soc4:hover{
    background-position: -106px -31px;
}
.social-block .soc1-black{
    background-position: 0 -62px;
}
.social-block .soc2-black{
    background-position: -36px -62px;
}
.social-block .soc3-black{
    background-position: -71px -62px;
}
.social-block .soc4-black{
    background-position: -106px -62px;
}

.mention-block{
    float: right;
}

.mention-block a{
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    color: #a6a6a6;
}
.mention-block a:hover{
    color: white;
}

.mention-block a:before{
    position: absolute;
    border-bottom: 1px solid #424242;
    width: 42px;
    left: 50%;
    margin: 0 0 0 -21px;
    bottom: -5px;
    content: "";
}
.mention-block a:hover:before{
    border-color: white;
}

.footer-line{
    position: relative;
    margin: 30px 0 0 0;
    padding: 45px 0 0 0;
    color: #6a6a6a;
}

.footer-line:before{
    position: absolute;
    left: 0;
    top:0;
    border-top: 1px solid #2a2a2a;
    content: "";
    width: 400%;
}

.ital{
    font-family: "PTSerif-ital";
}

.copyright{
    font-size: 12px;
    float: left;
    padding: 2px 0 0 0;
    margin: 0 18px 0 0;
    position: relative;
    color: #6a6a6a;
}

.copyright:before{
    position: absolute;
    display: block;
    content: "";
    height: 18px;
    width: 1px;
    z-index: 3;
    right: -10px;
    top:2px;
    background-color: #2a2a2a;
}

.almaty-tel{
    font-family: "arial";
    float: left;
    margin: 0 18px 0 0;
}
.astana-tel{
    font-family: "arial";
    float: left;
    margin: 0 18px 0 0;
}

.data-line a{
   color: #a6a6a6;
}
.data-line a:hover{
    text-decoration: underline;
    color: white;
}

.vesna {
    display: block;
    float: right;
    font-size: 12px;
    color: #a6a6a6;
    padding: 0 12px 0 0;
    position: relative;
    font-family: "arial";
}
.vesna:hover {
    color: #fff;
    text-decoration: underline;
}
.vesna span {
    width: 17px;
    height: 17px;
    background: url('../img/vesna.png') 0 0 no-repeat;
    position: absolute;
    right: 0;
    bottom: -6px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
}
.vesna:hover span {
    -webkit-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -o-transform: rotate(39deg);
}

.made{
    float: right;
}

.data-line{
    float: left;
}

.breadcrumb-block{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 29px;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: none outside none;
    margin-bottom: 0;
    padding: 25px 0;
}

.breadcrumb > li a{
    color: black;
    font-size: 13px;
}

.breadcrumb > li{
    margin-right: 20px;
    position: relative;
}

.breadcrumb > li:first-child{
    margin-left: 0;
}

.breadcrumb > li:before {
    content: " ";
    background: url("../img/bread-arrow.png") 0 0 no-repeat;
    padding: 0;
    width: 3px;
    height: 5px;
    position: absolute;
    right: -13px;
    top:10px;
}

.breadcrumb > li + li:before {
    color: #cccccc;
    content: "";
    padding: 0;
}

.breadcrumb > li.active:before{
    display: none;
}

.theme-slider{
    position: relative;
    text-transform: uppercase;
    font-family: "ptsans-bold";
    margin-bottom: 30px;
}

.left-abs{
    position: absolute;
    left: 0;
    top:0;
}

.right-abs{
    position: absolute;
    right: 0;
    top:0;
}

.left-theme, .right-theme{
    width: 960px;
    position: absolute;
    top:0;
    font-size: 26px;
    padding: 3px 0 0 0;
}

.left-theme a, .right-theme a{
    color: #acacac;
}


.left-theme{
    left: -960px;
    text-align: right;
}

.right-theme{
    left: 0;
    text-align: left;
}

.theme-slider .title{
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    padding: 0 150px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.prev-arr, .next-arr{
    left: 40px;
    top:15px;
    width: 110px;
    height: 15px;
    position: absolute;
    background: url("../img/arrow-ico5.png") 0 0 no-repeat;
}

.next-arr{
    background-position: -110px 0;
    right: 40px;
    left: auto;
}

.num-slider-block{
    position: relative;
    margin-bottom: 50px;
}

.num-slider .owl-stage-outer {
    overflow: visible;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.num-slider .owl-controls{
    position: absolute;
    width: 100%;
    height: 0;
    top:50%;
    margin: -30px 0 0 0;
}

.num-slider .owl-prev, .num-slider .owl-next{
    display: block;
    top:0;
    position: absolute;
    width: 60px;
    height: 60px;
    background: url("../img/slider-arrows2.png") 0 0 no-repeat;
    left: -30px;
}

.num-slider .owl-next{
    background-position: -60px 0;
    right: -30px;
    left: auto;
}

.num-slider .owl-item.active{
    z-index: 2;
}

.num-slider .owl-item.active:before,
.num-slider .owl-item.active:after{
    position: absolute;
    height: 430px;
    width: 500%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    top:0;
    left: 960px;
    display: block;
    z-index: 3;
}

.num-slider .owl-item.active:after{
    left: auto;
    right: 960px;
}


.slide-attrib{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.slide-attrib .count{
    width: 130px;
    line-height: 55px;
    background: rgba(255, 255, 255, 0.75);
    text-align: center;
    font-size: 18px;
    float: left;
    margin: 5px 0 0 0;
}

.choise-block{
    float: left;
    overflow: hidden;
}

.choise-block a{
    top:5px;
    width: 48px;
    height: 59px;
    float: left;
    display: block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    background-color: #1a3aa3;
    position: relative;
}
.choise-block a:hover, .choise-block a.active{
    top:0;
}

.choise-block a.active{
    background-color: white;
}

.choise-block a:before{
    background: url("../img/av-ico.png") 0 -22px no-repeat;
    position: absolute;
    content: "";
    width: 26px;
    height: 22px;
    left: 50%;
    top:50%;
    margin: -11px 0 0 -13px;
}

.choise-block a.active.photo:before{
    background-position: 0 0;
}

.choise-block a.active.video:before{
    background-position: -29px -22px;
}

.choise-block a.video:before{
    background-position: -29px 0;
}


.info-data{
    position: relative;
    margin-bottom: 68px;
}

.info-data .nav-tabs > li.active > a, .info-data .nav-tabs > li.active > a:hover, .info-data .nav-tabs > li.active > a:focus {
    background-color: #3f3f3f;
    color: white;
    cursor: default;
    border: none;
}

.info-data .nav-tabs > li > a {
    border: none;
    margin-right: 1px;
}
.info-data .nav > li > a {
    padding: 12px 27px;
    border-radius: 2px 2px 0 0;
    background-color: #1a3aa3;
    color: white;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
}


.info-data .nav-tabs > li > a:hover {
    border-color: transparent;
}
.info-data .nav > li > a:hover, .info-data .nav > li > a:focus {
    background-color: #3f3f3f;
}

.info-data .nav-tabs {
    border-bottom: 1px solid #616161;
    margin: 0 0 30px 0;
}

.info-text{
    font-size: 16px;
    line-height: 22px;
    color: #5b5b5b;
    font-family: arial;
}

.b-text{
    font-weight: bold;
    font-size: 18px;
}

.check-list{
    margin-bottom: 40px;
}

.check-list li{
    border-bottom: 1px dotted #757575;
    padding: 16px 15px 8px 0;
}

.check-list li:first-child{
    border-top: 1px dotted #757575;
}

.check{
    display: inline-block;
    padding: 0 0 0 22px;
    font-size: 16px;
    color: #5b5b5b;
    font-weight: bold;
    position: relative;
    background: url("../img/blue-check.png") 0 4px no-repeat;
}
.check-text{
    display: inline-block;
    padding: 0 0 0 22px;
    font-size: 16px;
    font-family: arial;
    position: relative;
    background: url("../img/blue-check.png") 0 4px no-repeat;
    text-decoration: underline;
}

.check-text:hover{
    text-decoration: none;
    color: #1a3aa3;
}

.nds{
    margin: 0 0 20px 0;
}

.bold-text{
    font-size: 24px;
    font-family: "ptsans-bold";
}

.atention{
    padding: 0 0 0 30px;
    background: url("../img/voskl.png") 0 2px no-repeat;
    width: 270px;
    font-size: 14px;
    line-height: 16px;
    font-family: arial;
    color: #5b5b5b;
}

.terms-block{
    float: left;
}

.reserve-block{
    float: right;
}

.h-price{
    text-align: right;
    margin-bottom: 20px;
    font-size: 18px;
}

.dd-block{
    width: 143px;
    float: left;
}

.dd-block input{
    width: inherit;
    background-color: #cacaca;
    border: none;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: black;
    border-bottom: 1px solid white;
}

.data-input .deliv{
    float: left;
    display: block;
    margin: 17px 3px 0 3px;
    background-color: #757575;
    width: 9px;
    height: 1px;
}
.data-input{
    margin-bottom: 23px;
}

.blue-btn{
    text-align: center;
    display: inline-block;
    color: white;
    line-height: 48px;
    color: white;
    font-size: 20px;
    font-family: "ptsans-bold";
}

.reserve-block .blue-btn{
    width: 100%;
}

.button{
    background-color: #1A3AA3;
}
.button:hover{
    background-color: #757575;
    color: white;
}

.choise .dropdown .select {
    display: block;
    line-height: 22px;
    font-size: 13px;
    color: #ffffff;
    padding: 11px 72px 10px 20px;
    position: relative;
    background-color: #1a3aa3;
    font-family: 'arial';
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}

.choise .dropdown .select:before {
    position: absolute;
    display: block;
    content: "";
    background: url('../img/arrow-ico6.png') 0 0 no-repeat;
    width: 56px;
    height: 43px;
    top:0;
    right: 0;
}

.choise .dropdown-menu {
    min-width: 218px;
    padding: 0;
    font-size: 13px;
    border-radius: 0;
    border: none;
    margin: 0;
    background-color: white;
    box-shadow:         0px 4px 0px 0px rgba(50, 50, 50, 0.10);
}


.choise .dropdown-menu > li > a {
    color: #6a6a6a;
    line-height: 16px;
    padding: 8px 15px 8px 13px;
    text-align: left;
    font-family: 'PTSans-Bold';
    border-bottom: 1px solid #e7e7e7;
    text-transform: uppercase;
}

.choise .dropdown-menu > li > a:hover, .choise .dropdown-menu > li > a:focus {
    background-color: #3e3e3e;
    color: white;
}

.info-data .choise.choise-sm{
    position: absolute;
    right: 0;
    top:0;
    display: none;
    z-index: 2;
    min-width: 218px;
}

.terms-block .tel-num{
    margin: 0 80px 0 0;
}
.tel-num{
    position: relative;
    padding: 0 0 0 42px;
    line-height: 34px;
    color: #5b5b5b;
    font-family: "ptsans-bold";
    float: left;
}

.tel-num:before, .mail-ico:before{
    position: absolute;
    background: url('../img/icos1.png') 0 0 no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    content: "";
    left: 0;
    top:0;
}

.mail-ico{
     position: relative;
    padding: 0 0 0 42px;
    line-height: 34px;
    float: left;
}
.mail-ico a{
    text-decoration: underline;
    font-family: "ptsans-bold";
    color: #1a3aa3;
}

.mail-ico a:hover{
    text-decoration: none;
}

.mail-ico:before{
    background-position: -34px 0;
}

.t-title{
    text-align: center;
    color: #5b5b5b;
    font-size: 18px;
    margin-bottom: 17px;
}

.cost .h-price{
    text-align: center;
}

.cost .dd-block{
    width: 100%;
    margin-bottom: 6px;
}

.cost .data-input{
    margin-bottom: 18px;
}

.reserve-block.cost-sm{
    display: none;
}
.reserve-block.cost-sm .h-price{
    text-align: left;
}

.back{
    display: inline-block;
    padding: 0 0 0 15px;
    font-size: 15px;
    background: url("../img/back-arrow.png") 0 7px no-repeat;
}

.back:hover{
    text-decoration: underline;
    color: #1a3aa3;
}

.terms-info{
    margin: 0 0 65px 0;
}

.show-xs{
    display: none;
}

h1{
    font-size: 36px;
    text-transform: uppercase;
    line-height: 40px;
    font-family: "ptsans-bold";
    margin: 0 0 20px 0;
}
h3{
    font-size: 20px;
    font-family: "ptsans-bold";
    line-height: 24px;
    margin: 0 0 25px 0;
    color: black;
}

.m-section{
    margin-bottom: 35px;
}

.m-section.list .title{
    margin-bottom: 27px;
}

.m-section li{
    padding-top: 18px;
}

.m-section .title a{
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
}
.m-section .title a:hover{
    color: #1a3aa3;
    text-decoration: none;
}

.s-page{
    margin-bottom: 80px;
}

.s-page h1{
    margin-bottom: 55px;
}

.logo-city{
    margin: 35px 0 50px 0;
    text-align: center;
}

.bell{
    text-align: center;
    margin: 0 0 30px 100px;
}

.check a{
    text-decoration: underline;
}

.check a:hover{
    text-decoration: none;
}

.error-page .text{
    margin: 0 auto;
    width: 715px;
}

.may li{
    margin-bottom: 15px;
}
.error-page #footer {
    border-top: 1px solid #e1e1e1;
    background-color: transparent;
    padding: 35px 0 25px;
}


.b-title{
    font-size: 20px;
    line-height: 24px;
    font-family: "ptsans-bold";
    margin-bottom: 10px;
}
.error-page .b-title{
    margin-bottom: 25px;
}

.social-go{
    float: right;
}

.error-page .s-page {
    margin-bottom: 60px;
}

.contacts-block{
    margin-bottom: 35px;
}

.info-ico{
    padding: 3px 0 0 43px;
    color: #5b5b5b;
    font-family: "ptsans-bold";
    position: relative;
    min-height: 34px;
    margin-bottom: 10px;
}

.info-ico:before{
    position: absolute;
    width: 34px;
    height: 34px;
    display: block;
    background: url("../img/icos-sprite.png") 0 0 no-repeat;
    left: 0;
    top:0;
    content: "";
}

.info-ico.tel-ico:before{
    background-position: -34px 0;
}

.info-ico.m-ico:before{
    background-position: -68px 0;
}

.info-ico.fax-ico:before{
    background-position: -102px 0;
}

.dashed a{
    border-bottom: 1px dashed #1a3aa3;
}

.dashed a:hover{
    border-bottom: none;
}

.underline a{
    text-decoration: underline;
}

.underline a:hover{
    text-decoration: none;
}

.contacts-block .b-title{
    margin-bottom: 30px;
}

.topic h1{
    margin-bottom: 45px;
}

.tab-content.maps{
    height: 546px;
    overflow: hidden;
}

.tab-content.maps img{
    width: 100%;
}

.info-data .maps .nav-tabs {
    border-bottom: none;
    margin: 0;
}

.map-pic{
    background: url("../img/map2.jpg") 50% 0 no-repeat;
    height: 545px;
    display: none;
}

.info-data .container{
    position: relative;
}

.info-data.a-drop{
    margin: 0;
}

.line-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 34px;
    font-family: "ptsans-bold";
    position: relative;
    margin-bottom: 55px;
}

.line-title:before{
    border-bottom: 1px solid #d2d2d2;
    content: "";
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%
}

.line-title span{
    padding: 0 24px;
    background-color: #f6f6f6;
    position: relative;
}
.reviews-block{
    margin-bottom: 100px;
}

.sort-list{
    float: left;
}

.sort-list li{
    float: left;
    font-size: 13px;
}

.sort-list a{
    text-decoration: underline;
    padding: 0 0 0 10px;
    position: relative;
}

.sort-list li:first-child a{
    padding: 0;
}

.sort-list li:first-child a:before{
    display: none;
}
.sort-list a:before{
    position: absolute;
    content: "/";
    color: #b7b7b7;
    left: 3px;
    top:-1px;
}

.sort-list a:hover{
    text-decoration: none;
}

.sort-list .active a{
    text-decoration: none;
    cursor: default;
    color: #5b5b5b;
}
.sorting span{
    color: #a0a0a0;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0 4px 0 0;
}

/*.sorting-block{
    margin-bottom: 43px;
}*/

.review-block .ava{
    float: left;
}

.review-block .review-text{
    margin: 0 0 0 60px;
}

.inform a{
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
}

.inform .date{
    font-size: 13px;
    font-family: arial;
    color: #5b5b5b;
}
.inform .who{
    float: left;
    margin: -5px 0 0 0;
}
.inform .rate{
    float: right;
    padding: 16px 0 0 0;
}

.rate-list li{
    float: left;
    background: url("../img/star.png") 0 0 no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 0 0 1px;
}

.review-text .text{
    font-size: 16px;
    line-height: 22px;
    font-family: arial;
    color: #5b5b5b;
}

.review-text .inform{
    margin-bottom: 10px;
}

.review-block{
    border-bottom: 1px solid #d2d2d2;
    padding: 40px 0;
}

.reviewsParent{
    margin-bottom: 30px;
}

.pagination{
    margin: 0;
}

.pagination > li > a, .pagination > li > span {
    background-color: #1a3aa3;
    float: left;
    width:36px;
    line-height: 36px;
    position: relative;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: white;
    display: inline-block;
    font-size: 15px;
    font-family: arial;
    font-weight: bold;
    border-radius: 50%;
    border: none;
    margin:  0 0 0 8px;
}

.pagination > li.active > a{
    background-color: black;
}
.pagination > li.active > a:hover{
    background-color: black;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #000000;
}

.pagination .prev-nav, .pagination .next-nav{
    background: url("../img/nav-arr.png") 0 0 no-repeat;
    display: inline-block;
    width: 36px;
    height: 36px;
    float: left;
    cursor: pointer;
}


.pagination .next-nav{
    background-position: -36px 0;
    margin-left: 8px;
}

.num-slider-block .rating{
    position: absolute;
    right: 0;
    bottom: 1px;
    z-index: 3;
    width: 208px;
    display: none;
}
.rating span{
    background: url("../img/star-ico.png") 0 0 no-repeat;
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #1a3aa3;
    font-size: 50px;
    font-family: ptsans-bold;
    margin: 0 0 10px 50px;
}

.rating .blue-btn{
    padding: 0 35px;
}

.total-rate{
    text-align: center;
    font-size: 18px;
    color: #5b5b5b;
    width: 208px;
    float: right;
    margin: -5px 0 0 0;
}
.total-rate span{
    margin-bottom: 25px;
}

.meta-block{
    background: white;
    position: relative;
    padding: 45px 0 65px 0;
}
.meta-block .line-title span{
    background-color: white;
}

.form-padd{
    padding: 0 0 0 60px;
}

.form-group label{
    font-family: 'PTSerif-reg';
    font-weight: normal;
    font-size: 16px;
    white-space: nowrap;
}

.form-control:focus {
    border-color: #cacaca;
    box-shadow: none;
}

.input-form input{
    line-height: 46px;
    border-radius: 0;
    height: 46px;
}

.input-form textarea{
    border-radius: 0;
    max-width: 568px;
    width: 100%;
    max-height: 135px;
    height: 135px;
}

.social-vidget{
    padding: 10px 0 0 0;
}

.social-vidget a{
    display: block;
    float: left;
    margin: 0 0 0 10px;
    background: url("../img/social-icos2.png") 0 0 no-repeat;
    width: 41px;
    height: 41px;
}

a.s-vid2{
    background-position: -52px 0;
}

a.s-vid3{
    background-position: -105px 0;
}
a.s-vid4{
    background-position: -160px 0;
}
a.s-vid5{
    background-position: -213px 0;
}
a.s-vid6{
    background-position: -262px 0;
}

.social-vidget a:first-child{
    margin: 0;
}

.s-group{
    padding: 15px 0 0 0;
}

.capcha{
    height: 48px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #cacaca;
}

.capcha-block{
    text-align: center;
    padding: 27px 0 0 0;
}
.capcha-block a{
    font-size: 13px;
    text-decoration: underline;
}

.capcha-block a:hover{
    text-decoration: none;
}

.blue-btn-small{
    font-family: "ptserif-reg";
    font-size: 20px;
    color: white;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    width: 100%;
    border: none;
}

.s-group .blue-btn-small{
    margin-top: 27px;
}

.book-page .header{
    position: static;
    margin: 0 0 40px 0;
}

.book-page .top-header-line {
    padding: 0 0 14px;
}
.book-page .contact-block div:first-child {
    margin-top: 18px;
}
.book-page #wrap {
    margin: 0 auto -50px;
    padding: 0 0 100px;
}

.book-page #footer {
    padding: 16px 0;
}

.book-page .copyright:before{
    display: none;
}

.ContentBlock{
    width: 576px;
    margin: 0 auto;
}

.text-block{
    font-size: 16px;
    font-family: arial;
    line-height: 22px;
    color: #5b5b5b;
}

.reservation{
    margin: 0 0 45px 0;
}

.carte-ico{
    display: inline-block;
    padding: 0 0 0 42px;
    position: relative;
    text-decoration: underline;
    font-size: 16px;
    font-family: "ptsans-bold";
    line-height: 34px;
    background: url("../img/icos1.png") -68px 0 no-repeat;
}

.part-data .carte-ico{
    margin-bottom: 50px;
}

.part-data .terms-info{
    margin: 0;
}

.choise.rest{
    margin-bottom: 175px;
}

.rest-ico{
    display: inline-block;
    color: #5b5b5b;
    font-size: 16px;
    margin-bottom: 8px;
    position: relative;
    line-height: 19px;
}

.rest-ico.rest-ico6{
    height: 52px;
    margin-bottom: 27px;
    padding: 10px 0 0 62px;
}

.rest-ico.rest-ico7{
    padding: 0 0 0 62px;
}

.rest-ico img{
    display: inline-block;
    float: left;
    margin: 0 15px 0 0;
    width: 47px;
}

.rest-ico .text{
    float: left;
    width: 150px;
}

.rest-ico span{
    display: table-cell;
    height: 47px;
    vertical-align: middle;
    position: relative;
    top:5px;
}


/*.rest-ico:before{
    display: block;
    content: "";
    left: 0;
    top:0;
     background: url("../img/rest-icos.png") 0 0 no-repeat;
    width: 47px;
    height: 36px;
    position: absolute;
}*/


.rest-ico2:before{
    background-position: 0 -39px;
    height: 30px;
    line-height: 30px;
}
.rest-ico3:before{
    background-position: 0 -69px;
}

.rest-ico4:before{
    background-position: 0 -106px;
}


.rest-ico5:before{
    background-position: 0 -147px;
    height: 31px;
}

.rest-ico6:before{
    background-position: 0 -178px;
    height: 53px;
    width: 49px;
}

.rest-ico7:before{
    background-position: 0 -240px;
    height: 42px;
    width: 49px;
}
.data-section-line .point{
    float: left;
    width: 162px;
}
.data-section-line .point-line{
    float: left;
    width: 409px;
    padding: 0 20px 0 0;
}

.data-section-line .point-info{
    float: left;
    width: 530px;
}

.data-section-line .point.title{
    padding: 31px 0 0 0;
}

.t-bold{
    font-weight: bold;
    font-family: arial;
}
.t-14{
    font-size: 14px;
}

.tb-section{
    float: left;
    width: 245px;
    padding: 0 20px 0 0;
}
.tb-section .title{
    margin: 0 0 10px 0;
    font-size: 14px;
}


.table-list li{
    padding: 16px 15px 20px 0;
}

.point-text{
    padding: 20px 0 0 162px;
    font-size: 14px;
}

.term-list .tel-num{
    margin: 0;
}

.hall-item{
    padding: 0 0 38px 0;
    margin-bottom: 38px;
    border-bottom: 1px dotted #757575;
}

.hall-item .pic{
    float: left;
    margin: 0 20px 0 0;
    border: 1px solid white;
}

.hall-item .info-block{
    float: left;
    width: 633px;
}

.info-block .title a{
    font-size: 30px;
    font-family: "ptserif-reg";
}

.info-block .title a:hover{
    text-decoration: underline;
}


.info-block .title{
    margin: -10px 0 20px 0;
}

.data-info{
    margin-bottom: 16px;
}

.data-info div{
    color: black;
    float: left;
    margin: 0 0 0 38px;
    font-size: 16px;
    font-family: arial;
}

.data-info div:first-child{
    margin: 0;
}

.info-block .text{
    font-size: 16px;
    font-family: arial;
    color: #5b5b5b;
    margin-bottom: 10px;
}
.info-block .more-btn-middle{
    float: right;
}



.scheme .title{
    text-align: center;
    font-size: 30px;
    font-family: "ptserif-reg";
    color: black;
    margin-bottom: 30px;
}

.scheme .pic{
    margin-bottom: 20px;
}

.section-element{
    font-size: 20px;
    color: #1a3aa3;
    font-family: "ptserif-reg";
    white-space: nowrap;
}

.scheme-block .scheme:first-child{
    margin-bottom: 60px;
}

.scheme-block{
    margin-bottom: 40px;
}

.compare-table{
    width: 960px;
}

.compare-table table{
    width: 960px;
    border-top: 1px dotted #757575;
    border-bottom: 1px dotted #757575;

}

.compare-table td{
    vertical-align: top;
    padding: 15px 10px 15px 10px;
    font-size: 16px;
    font-family: arial;
    font-weight: bold;
    color: #5b5b5b;
    border-left: 1px dotted #757575;
}

.compare-table .title-head td{
    font-size: 14px;
}

.compare-table .sub-head td{
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.compare-table tr.title-head td:first-child{
    border: none;
}

.compare-table .pic{
    text-align: center;
    padding: 10px 0 0 0;
}

.compare-table .name{
    color: #1a3aa3;
    font-size: 20px;
    font-family: "ptserif-reg";
    line-height: 20px;
    padding: 15px 10px 15px 0;
    border-left: none;
}

.compare-table tr{
    border-top: 1px dotted #757575;

}

.drop-mode{margin-bottom: 30px;}


.drop-mode .dropdown{
    width: 300px;
}


.drop-mode .dropdown .select {
    display: block;
    line-height: 46px;
    font-size: 18px;
    color: #000000;
    padding: 0 40px 0 6px;
    position: relative;
    background-color: #fff;
    font-family: 'PTSerif-reg';
    border: 1px solid #cacaca;
}

.drop-mode .dropdown .select:before {
    position: absolute;
    display: block;
    content: "";
    background: url('../img/arrow-ico3.png') 0 0 no-repeat;
    width: 50px;
    height: 48px;
    right: -1px;
    top: -1px;
}

.drop-mode .dropdown-menu {
    min-width: 300px;
    padding: 0;
    font-size: 18px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-left: 1px solid #cacaca;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    margin: 0;
    background-color: #fff;
}


.drop-mode .dropdown-menu > li > a {
    color: black;
    line-height: 46px;
    padding: 0 15px 0 6px;
    text-align: left;
    font-family: 'PTSerif-reg';
}

.drop-mode .dropdown-menu > li > a:hover, .drop-mode .dropdown-menu > li > a:focus {
    background-color: #1a3aa3;
    color: white;
}

.drop-mode p{
    color: #000000;
    margin: 0 0 6px 0;
    font-family: 'PTSerif-reg';
}

.book-form{
    margin-bottom: 20px;
}

.book-date{
    position: relative;
    width: 300px;
    float: left;
    margin-right: 30px;
}

.book-time{
    position: relative;
    width: 300px;
    float: left;
    margin-right: 30px;
}

.book-date input, .book-time input{
    line-height: 46px;
    font-size: 18px;
    color: #000000;
    padding: 0 40px 0 6px;
    position: relative;
    background-color: #fff;
    font-family: 'PTSerif-reg';
    border: 1px solid #cacaca;
    height: 48px;
    border-radius: 0;
}

.book-date .input-group-addon, .book-time .input-group-addon {
    background: url("../img/icos2.png") 0 0 no-repeat;
    width: 50px;
    height: 48px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 48;
    padding:0;
    text-align: center;
}

.form-input .input-group{
    width: 300px;
}

.book-time .input-group-addon{
    background-position: -50px 0;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: none repeat scroll 0 0 #1a3aa3;
    color: white;
}

.datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover {
    background: none repeat scroll 0 0 #1a3aa3;
    color: white;
}

.book-time .input-group{
    float: left;
    width: 136px;
}
.book-time input{
    padding: 0 6px;
}

.divider-ico{
    float: left;
    display: inline-block;
    padding: 10px 8px;
}

.add-ico{
    padding: 0 0 0 30px;
    position: relative;
    text-decoration: underline;
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
}

.add-ico:before{
    position: absolute;
    left: 0;
    top:0;
    content: "";
    display: block;
    background: url("../img/plus-ico.png") 0 0 no-repeat;
    width: 19px;
    height: 19px;
}

.add-form{
    margin-bottom: 30px;
}


.input-group .button{
    width: 100%;
    margin: 20px 0 50px 0;
}

.t-18{font-size: 18px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}





/****11-08-14*********/
.header{
    padding: 25px 0 0 0;
}
.choise .dropdown .select {
    line-height: 22px;
    font-size: 13px;
    padding: 11px 72px 10px 20px;
}


.choise .dropdown-menu {
    font-size: 13px;
}

.choise .dropdown-menu > li > a {
    line-height: 16px;
    padding: 8px 15px 8px 13px;
}

.modal-window .close-ico {
    position: absolute;
    right: -15px;
    top: -15px;
}

.modal-window .modal-dialog {
    width: 445px;
    padding-top: 70px;
}

.modal-window .modal-content {
    background-color: #f6f6f6;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 25px 55px 35px 55px;
}

.modal-window .modal-body{
    padding: 0;
}

h2{
    font-size: 30px;
    text-transform: uppercase;
    line-height: 36px;
    font-family: "ptsans-bold";
    margin: 0 0 20px 0;
}

.modal-window .button{
    font-family: "ptsans-bold";
}

.modal-window .btn-controls{
    padding: 5px 0 30px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}

.query-link{
    padding: 0 20px 0 0;
    position: relative;
    font-size: 18px;
    font-family: arial;
}

.query-link:hover{
    text-decoration: underline;
}
.query-link:before{
    background: url("../img/arrows-more2.png") 0 0 no-repeat;
    width: 13px;
    height: 9px;
    display: block;
    position: absolute;
    right: 0;
    top:8px;
    content: "";
}

/************09-10--14********/

.mb10{
    margin-bottom: 10px !important;
}

.notice{
    margin-bottom: 40px;
}
.notice .pic-ico{
    float: left;
    margin: 0 10px 10px 0;
}

.notice .text{
    margin: 0 0 0 68px;
}

.liberty-block{
    position: relative;
    margin-bottom: 40px;
}

.liberty-block .pic img{
    width: 100%;
}

.liberty-block .pic{
    position: relative;
    overflow: hidden;
    display: block;
}

.liberty-block .pic .text{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 55, 167, 0.85);
    padding: 15px 20px;
    color: white;
    font-size: 20px;
    font-family: "ptsans-bold";
    width: 100%;
}

.popup-block{
    position: absolute;
    background: rgba(0, 55, 167, 0.95);
    color: white;
    left: 15px;
    top:0;
    z-index: 45;
    padding: 40px 50px;
    width: 960px;
    display: none;
}

.recept-block .popup-block{
    width: 712px;
    left: 15px;
    padding: 30px 20px;
}

.popup-block .close-ico {
    position: absolute;
    right: -15px;
    top: -15px;
}

.popup-block .pic{
    float: right;
    margin: 0 0 30px 30px;
}

.popup-block .title{
    font-size: 26px;
    font-family: "ptsans-bold";
    margin-bottom: 10px;
}

.popup-block .text{
    font-size: 18px;
}

.privilege-block{
    position: relative;
}


.c-title{
    color: #5b5b5b;
    font-family: arial;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}


.serv-block{
    padding: 20px 0;
    border-top: 1px dotted #757575;
}

.serv-block .pic{
    float: left;
    margin: 0 20px 10px 0;
}

.serv-block .title{
    font-size: 20px;
    font-weight: bold;
    font-family: "arial";
    margin-bottom: 5px;
    line-height: 22px;
}

.serv-block .text{
    font-size: 16px;
    color: #5b5b5b;
    font-family: "arial";
}


.recept-block{
    position: relative;
}

.fur-block{
    margin-bottom: 30px;
}

.fur-block .pic{
    position: relative;
    overflow: hidden;
    display: block;
}

.fur-block .pic img{
    width: 100%;
}

.fur-block .desc-block{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 55, 167, 0.85);
    padding: 13px 13px 8px 13px;
    width: 100%;
}

.fur-block .desc-block .text{
    float: left;
    color: white;
    font-size: 20px;
    font-family: "ptsans-bold";
}

.fur-block .desc-block .price{
    float: right;
    color: white;
    font-size: 16px;
    font-family: "ptsans-bold";
    padding: 2px 0 0 0;
}

.fur-block .desc-block .summ{
    color: #f7f7f7;
    font-family: "arial";
    font-size: 14px;
    padding: 15px 5px 5px 45px;
    position: relative;
}

.fur-block .desc-block .summ:before{
    content: "";
    position: absolute;
    border-top: 1px solid #3767c8;
    width: 135px;
    left: 25px;
    top:8px;
}

.popup-block .t-name{
    float: left;
    font-size: 26px;
    font-family: "ptsans-bold";
}

.popup-block .t-price{
    float: right;
    padding: 3px 0 0 0;
    font-size: 20px;
    font-family: "ptsans-bold";
}

.popup-block .title-head{
    margin-bottom: 15px;
}

.popup-block .text-message{
    font-size: 15px;
    font-family: "arial";
    border-bottom: 1px dotted #3767c8;
    color: #f7f7f7;
    padding: 0 0 5px 0;
    margin-bottom: 45px;
}


.menu-list{
    margin-bottom: 30px;
}

.menu-list .list-name{
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px dotted #3767c8;
    font-family: "ptsans-bold";
    padding: 0 0 5px 0;
}

.menu-list li{
    border-bottom: 1px dotted #3767c8;
    padding: 3px 0;
}

.menu-list .name{
    float: left;
    font-size: 15px;
}

.menu-list .price{
    float: right;
    font-size: 13px;
    padding: 2px 0 0 60px;
}

/******13-10-2014*******/
.theme-slider .title {
    padding: 0;
}

.social-block {
    margin: 0 0 10px 0;
}

.controls-block.active {
    margin-right: 122px;
}

.deal-slider .owl-dots {
    position: relative;
    top: -30px;
}

/*******14-10-2014*********************/

.org-block{
    margin-bottom: 20px;
}

.org-block .pic img{
    width: 100%;
}

.org-block .pic{
    float: left;
    margin: 0 20px 10px 0;
    width: 300px;
    height: 210px;
    overflow: hidden;
}

.org-block .text{
    color: #5b5b5b;
    font-family: arial;
    font-size: 16px;
    line-height: 22px;
}

.section-thumb{
    margin-bottom: 40px;
}

.section-thumb .pic{
    height: 265px;
    margin-bottom: 15px;
    overflow: hidden;
}

.section-thumb .pic img{
    width: 100%;
}

/* TravelLine */

#almaty-form, #astana-form {
  min-height: 897px;
}

.reservation .container {
  padding: 10px 25px 10px 25px !important;
  background: #fff;
  border: 1px solid #e1e1e1;
}

.f-tabs-list > .item {
  min-height: 47px;
  padding: 13px 0 0 0;
  border: 1px solid #1a3aa3;
  background: #1a3aa3;
  display: inline-block;
  position: relative;
  margin: 0 -2px -1px -3px;
  text-align: center;
  word-break: break-all;
  font: 14px/18px 'Arial';
  text-transform: uppercase;
  cursor: pointer;
}

.f-tabs-list > .item:hover a {
  color: #fff;
}

.f-tabs-list > .item a {
  color: #fff;
}

.f-tabs-list > .item:hover {
  z-index: 2;
  border-color: #e1e1e1;
  background: #3e3e3e;
}

.f-tabs-list > .item.state-selected {
  z-index: 0;
  border-bottom: none;
  border-color: #e1e1e1;
  background: #fff;
  box-shadow: none;
  cursor: default;
}

.f-tabs-list  > .item.state-selected a {
  color: #0037a7;
  cursor: default;
}

.f-tabs-list > .item:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
}

.f-tabs-list > .item:last-child {
  border-top-right-radius: 2px;
}

.f-tabs-list > .item span {
  text-transform: none;
  font-size: 14px;
  line-height: 16px;
}

.f-tabs-list > .item.name-almaty {
  width: 200px;
}

.f-tabs-list > .item.name-astana {
  width: 200px;
}

.tenge-small {
    background: url("../../img/tenge-ico.png") 0 0 no-repeat;
    display: inline-block;
    width: 7px;
    height: 10px;
}

.tenge-middle {
    background: url("../../img/tenge-ico.png") -10px 4px no-repeat;
    display: inline-block;
    width: 10px;
    height: 16px;
    margin-left: 4px;
}

.tenge-big {
    background: url("../../img/tenge-ico.png") -22px 0 no-repeat;
    display: inline-block;
    width: 15px;
    height: 21px;
}

.tenge {
    font-family: 'Conv_tenge'; 
}

/*TravelLine B2B*/
#tl-b2b-block {
  width: 351px;
  height: 311px;
  background: #000;
}

#tl-b2b-block:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  display: block;
  width: inherit;
  height: 5px;
  content: '';
  background: #000;
  background: rgba(0, 0, 0, .8);
}

.tl-b2b-bg-ru {
  display: block;
  width: 57px;
  height: 100%;
  background: url("../img/motivator.png") 0 0 no-repeat;
}

.tl-b2b-bg-en {
  display: block;
  width: 57px;
  height: 100%;
  background: url("../img/motivator.png") -49px 0 no-repeat;
}

.tl-b2b-bg-kz {
  display: block;
  width: 57px;
  height: 100%;
  background: url("../img/motivator.png") -98px 0 no-repeat;
}

.b2b-btn {
  display: block;
  position: absolute;
  top: 121px;
  left: 75px;
  width: 250px;
  height: 48px;
  background: #0037a7;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  font: bold 17px Georgia;
}

.b2b-btn:hover {
  background: #0040c0;
  color: #fff;
}

.b2b-btn:visited {
  color: #fff;
}
/*End TravelLine B2B*/

.tl-analitics {
	display: inline-block;
    margin-left: 20px;
}

table.newtable {width:100%;margin:10px 0;}
table.newtable tr {}
table.newtable tr td {border:1px solid #5b5b5b; text-align: center; padding: 15px 6px;}

.link-room {
    line-height: 50px;
    float: left;
}

.all-rooms {
    float: right;
    padding: 0 35px;
    margin-bottom: 35px;
}