@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/osans/opensans-regular.eot');
    src: url('../fonts/osans/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/osans/opensans-regular.woff') format('woff'),
    url('../fonts/osans/opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
body{
    position: relative;
    width: 100%;
    font: 14px/18px "Open Sans";
    background: #FFFFFF;;
}
a{
    text-decoration: none;
    font: 14px/18px "Open Sans";
    color: #000;
}
a:hover{
    color: #1653CC;
}

#page{
    position: relative;
    width: 100%;
    height: 100%;
}
#page .page-container{
    position: relative;
    width: 100%;
    height: 100%;
}


.page-row{
    position: relative;
    margin: 0 auto;
    width: 1440px;
}

#page .content-container{
    position: relative;
    margin: 0 auto;
    width: 1440px;
    overflow: hidden;
}
#page .content-container .content-container-base{
    position: relative;
    float: left;
    /*width: 1000px;*/
    width: 970px;
    padding: 40px 25px 0;
    margin: 0;
    background: #fff;
}

#page .content-container .content-container-base.content-container-base-full{
    width: 96%;
    padding: 40px 2% 0;
}

/**
sidebar
**/
#page .content-container .sidebar{
    position: relative;
    float: right;
    /*width: 390px;*/
    width: 420px;
    padding: 45px 0 0 0;
    margin: 0;
}
#page .content-container .sidebar-container{
    position: relative;
}

.sidebar .selection-cities{
    width: 360px;
    background: #fff;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    padding: 30px;
    margin: 0 0 30px 0;
}


.sidebar .selection-cities .h2-label{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    background: #FFF100;

    margin: 0 0 9px 0;
    padding: 7px;
    font-weight: bold;
}

.sidebar .selection-cities .h2{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin: 0 0 11px 0;
}

.sidebar .selection-cities-block .selection-cities-toggle{

    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 10px;
    position: relative;
    cursor: pointer;
    background: #1653CC;
    border-radius: 4px;
}
/*
.sidebar .selection-cities-block .selection-cities-toggle:after{
    content: '';
    position: absolute;
    right: 15px;
    bottom: 18px;
    display: block;
    width: 15px;
    height: 9px;
    background: url("../images/icons/down.png") 0 0 no-repeat;
}
.sidebar .selection-cities-block .selection-cities-toggle:hover:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}*/
.sidebar .selection-cities-block .search-cities-select{
    width:100%;
}

.sidebar .selection-cities-block .nav{
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;

}

.cookie-notification {
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px;
    text-align: center;
}
.cookie-notification a{
    color: #fff;
}
.cookie-notification__button{
    border:none; color:#FFFFFF;
    padding: 3px 10px;
    border-radius:10px;
    background: #0684eb;
    font-size: 20pt;
}
.cookie-notification_hidden_yes {
    display: none;
}
.cookie-notification__header {
    margin-bottom: 10px;
    font-size: 23px;
}
.cookie-notification__body {
    margin-bottom: 10px;
}

.sidebar .selection-cities-block:hover .nav {
    max-height: 500px;
    transition: max-height 0.5s ease-in;
    z-index: 10000;
    background: #fff;
}
.sidebar .selection-cities-block .nav li{
    border-bottom: 1px solid #1653CC;
    line-height: 1.5;
    padding: 2px 0;
}
.sidebar .sidebar-callendar{
    margin: 20px 0 0 0;
    height: 410px;
}

.sidebar .wrapper-news{
    position: relative;
    margin: 10px auto 40px;
    width: 78%;
}
.sidebar .wrapper-news .h{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #000000;
}
.news-list-sidebar{
    position: relative;
    width: 100%;
}

.news-list-sidebar .news-item{
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #1653CC;
}
.news-list-sidebar .news-item .time{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #646464;
    display: block;
    margin: 0;
}

.news-list-sidebar .news-item  .new-name{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #1653CC;
}
.news-list-sidebar .news-item  .new-name:hover{
    color: #1653CC;
}

.news-list-sidebar .news-item .more-info{
    margin: 7px 0;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.news-list-sidebar .news-item .more-wrapper{
    position: relative;
    overflow: hidden;
    text-align: right;
}

.sidebar .wrapper-news .links .it-link{
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1653CC;
    margin: 10px 0;
    text-decoration: underline;
    display: block;
}

.sidebar .wrapper-news .links .it-button{
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;

    color: #1653CC;

    border: 2px solid #1653CC;
    box-sizing: border-box;
    border-radius: 4px;
    width: 180px;

    margin: 15px 0;
}
/*
header
*/
#header{
    position: relative;
    width: 100%;
    height: 150px;
    background: #2061E3;
    overflow: hidden;
}
#header.spring-header{
    background: url('../images/spring-header.png') 0 0 repeat-y   #2061E3;
}
/*#header.autumn-header{
    background: url('../images/header/autumn.webp') 0 0 repeat-y   #2061E3;
}*/
#header.autumn-header {
     background: url('../images/autumn-header.png') 0 0 repeat-y   #2061E3;
}
#header.spring-header .header-phones a{
    text-shadow: 1px 1px black;
}
#header.spring-header .header-contact .header-address-info a{
    text-shadow: 1px 1px black;
}


#header a{
    color: #fff;
}
#header .header-logo{
    position: relative;
    float: left;
    width: 900px;
    min-height: 100px;
    margin: 0;
}
#header .header-logo .logo{
    position: relative;
    display: block;
    width: 100%;
    height: 130px;
    padding: 2px;
}

#header .header-logo .logo .logotype{
    background: url("../images/logo/logo-big.png") 0px 0px no-repeat;
    width: 337px;
    height: 123px;
    position: absolute;
    z-index: 2000;
    left:140px;
    top:5px;
}

#header .header-logo .logo .bg{
    position: absolute;
    display: block;
    width: 415px;
    height: 188px;
    background: url("../images/logo/logo-back-c.png") 0 0 repeat;
    padding: 0;
    left: 0;
    top: -17px;
    z-index: 2;
    margin: 0 180px 0 180px;
}
/*
.is-auth #header .header-logo .logo .bg{
    width: 420px;
}
.is-auth #header .header-logo{
    width: 700px;
}
*/

#header .header-logo .logo .bg:before{
    content: '';
    position: absolute;
    display: block;
    background: url("../images/logo/logo-back-l.png") 0 0 no-repeat;
    width: 163px;
    height: 188px;
    padding: 0;
    margin: 0;
    left: -163px;
    top: 0;
    z-index: 1;
}
#header .header-logo .logo .bg:after{
    content: '';
    position: absolute;
    display: block;
    background: url("../images/logo/logo-back-r.png") 0 0px no-repeat;
    width: 144px;
    height: 188px;
    padding: 0;
    margin: 0;
    right: -144px;
    top: 0;
    z-index: 1;
}


#header .header-logo.clear-logo .logo{
    background: url("../images/logo/logo.png") 65px 5px no-repeat;
}
#header .header-logo.clear-logo .logo span{
    color: #fff;
    right: 80px;
}

#header .header-logo .logo span{
    position: absolute;
    bottom: 20px;
    right: 260px;
    font-size: 21px;
    font-weight: bold;
    color: #1653CC;;
    text-transform: uppercase;
    z-index: 20;
}

#header .header-private{
    position: absolute;
    float: left;
    width: 300px;
    min-height: 100px;
    top:0;
    right: 500px;
    text-align: right;
}

#header .header-private .auth-block{
    position: relative;
    margin: 87px 0 0 0;
    text-align: right;
}

#header .header-private .header-auth-link{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 3px 30px;
    position: relative;
}

#header .header-private .icon-login:before{
    content:'';
    display: inline-block;
    background: url("../images/private/login.png") no-repeat scroll 0 0;
    width: 25px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

#header .header-private .icon-logout:before{
    content:'';
    display: inline-block;
    background: url("../images/private/close.png") no-repeat scroll 0 -1px;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    left: 0;
}
#header .header-private .icon-private{
    margin-right: 10px;
}

#header .header-private .icon-private:before{
    content:'';
    display: inline-block;
    background: url("../images/private/user.png") no-repeat scroll 0 0;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 5px;
    left: 0;
}

#header  .header-address{
    position: relative;
    float: right;
    width: 50%;
    max-width: 500px;
    height: 100%;
}
#header .header-contact{
    position: relative;
    float: right;
    width: 285px;
    height: 100%;
    padding: 30px 0 0 0;
}
#header .header-contact a{
    display: block;
}
#header .header-contact .email{
    border-bottom: 1px dotted #fff;
    display: inline-block;
}
#header .header-contact .header-address-info{
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
}
#header .header-contact .header-address-info a{
    line-height: 2;
}

#header .header-phones{
    position: relative;
    /*float: right;*/
    float: left;
    width: 200px;
    height: 100%;
    padding: 25px 0 0 15px;
}
#header .header-phones a{
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}
#header .header-phones a.email{
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 0 0;
}

/**
base-menu
*/
#base-menu{
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #1653CC;
    height: 70px;
    padding: 0;
    margin: 0;
}
#base-menu .page-row{
    width: 1390px;
}
#base-menu ul{
    position: relative;
    width: 100%;
    overflow: hidden;
}
#base-menu ul li{
    float:left;
    width: 20%;
    height: 70px;
}

#base-menu ul li.first a{
    /*text-align: left;*/
}
#base-menu ul li.last a{
    /*ext-align: right;*/
}
#base-menu ul li.active{
    background: #FFF100;
}
#base-menu ul li.active a{
    color: #000000;
}

#base-menu ul li a{
    font-family: 'OpenSansBold';
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 70px;
}
#base-menu ul li a span{
    padding: 20px 0 0 0;
    margin: 0;
    display: block;
}


/***
#banners
 */
.main-offers-wrapper{
    width: 100%;
    /*height: 525px;*/
    height: 340px;
    position: relative;
    overflow: hidden;
}
.main-offers{
    width: 100%;
    /*width: 982px;*/
    height: 340px;
    /*height: 525px;*/
    position: relative;
    overflow: hidden;
}
.main-offers .item-slider{
    position: relative;
    overflow: hidden;
    width: 982px;
    /*height: 490px;*/
    height: 300px;
}
.main-offers .item-slider .item-slider-image{
    position: relative;
    width: 100%;
    /*height: 490px;*/
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}
.main-offers .item-slider .item-slider-content{
    z-index: 2;
    position: absolute;
    width: 50%;
    max-width: 410px;
    left: 20px;
    top: 20px;
    height: 215px;
    /*padding: 55px 40px 40px 40px;*/
    padding: 20px;
}
.main-offers .item-slider .item-slider-content:after{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    background: #FFF100;
    position: absolute;
    left:0;
    top:0;
    opacity: 0.7;
    z-index: 1;
}
.main-offers .item-slider  .item-slider-content-wrapper{
    position: relative;
    z-index: 10;
}


.main-offers .item-slider .item-slider-content .name{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
}
.main-offers .item-slider .item-slider-content .description{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
}
.main-offers .item-slider .item-slider-content .more{
    background: #1653CC;
    border-radius: 4px;
    height: 50px;
    color: #fff;
    width: 190px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

/**
main-grid
*/
.main-page-section{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0 0 0;
}
.main-page-section .h2{
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    margin: 0 0 15px 0;
}
.main-grid {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-grid .main-grid-item-4{
    float: left;
    width: 25%;
    position: relative;
}
.main-grid .main-grid-item-4 .picture{
    position: relative;
    width: 230px;
    height: 230px;
    overflow: hidden;
    display: block;
}
.main-grid .main-grid-item-4:last-child{
    float: right;
}
.main-grid .main-grid-item-4:first-child{
    float: left;
}
.main-grid .main-grid-item-4 .picture img{
    position: relative;
    width: 100%;
    display: block;
}
.main-grid .main-grid-item-4 .name{
    display: block;
    position: relative;
    text-align: center;
    margin: 10px auto;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.main-grid .main-grid-item-4:hover .name{
    color: #1653CC;
}

/***
main-special-offers-section
*/
.main-special-offers-section{
    position: relative;
    overflow: hidden;
    width: 92%;
    margin: 30px 0px 20px;
    padding: 0 30px;

    background: #FFFFFF;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}
.main-special-offers-section .h2{
    font-size: 30px;
    line-height: normal;
    font-weight: bold;
    color: #000000;
    margin: 0 0 15px 0;
}
.main-special-offers-section .main-special-offers-wrapper{
    padding: 0 0 30px 0;
    position: relative;
    width: 100%;
    /*height: 350px;*/
}
.main-special-offers-section .item-offer{
    position: relative;
    overflow: hidden;
}
.main-special-offers-section .item-offer .item-offer-wrapper{
    position: relative;
    overflow: hidden;
    height: 450px;
}

.main-special-offers-section .item-offer .offer-picture{
    display: block;
    position: relative;
    width: 290px;
    height: 290px;
    overflow: hidden;
}
.main-special-offers-section .item-offer .offer-picture img{
    display: block;
    position: relative;
    width: 290px;
}
.main-special-offers-section .item-offer .offer-start-data{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;

    color: #646464;

    margin: 5px 0 10px;
    padding: 0;
    width: 290px;
}
.main-special-offers-section .item-offer .offer-description{
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    width: 290px;
}

.main-special-offers-section .item-offer:hover .offer-description{
    color: #1653CC;
}

/***
footer
*/
.footer{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.footer .nav-footer{
    overflow: hidden;
    position: relative;
    width: 100%;
    background: #1653CC;
    height: 70px;
    padding: 0;
    margin: 0;
}
.footer .nav-footer ul{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.footer .nav-footer ul li{
    float:left;
    width: 20%;
    height: 70px;
}

.footer .nav-footer ul li.first a{
    /*text-align: left;*/
}
.footer .nav-footer ul li.last a{
    /*text-align: right;*/
}
.footer .nav-footer ul li a{
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 70px;
}
.footer .nav-footer ul li a span{
    padding: 17px 0 0 0;
    margin: 0;
    display: block;
}

.footer .footer-oferta,
.footer .footer-info{
    position: relative;
    width: 100%;
    background: #2061E3;
}
.footer .personal-data{
    margin: 5px auto;
}
.footer .personal-data a{
    color:#fff;
}
.footer .footer-info{
    height: 150px;
    border-bottom: 1px solid #003296;;
}
.footer .footer-oferta{
    height: 70px;
    padding: 7px 0;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    color: #FFFFFF;
}

.footer .footer-info{
    overflow: hidden;
    width: 100%;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}


.footer .footer-info .footer-item-4{
    position: relative;
    width: 25%;
    padding: 35px 0 0 0;
    margin: 0;
    float: left;
}
.footer .footer-info .footer-item-4 .footer-item-w{
    position: relative;
    margin: 0;
    padding: 0;
}

.footer .footer-info .footer-item-4.copy .email{
    border-bottom: 1px dotted #fff;
    display: inline-block;
    color: #fff;
}

.footer .footer-info .footer-item-4.address,
.footer .footer-info .footer-item-4.social{

}

.footer .footer-info .footer-item-4.address{
    text-align: right;
    float: right;
    width: 20%;
}

.footer .footer-info .footer-item-4.phones{
    float: right;
    max-width: 220px;
}

.footer .footer-info .footer-item-4.phones p{
    font-size: 20pt;
    line-height: normal;
    text-align: right;
}

#header .header-social{
    position: relative;
    margin-top: 5px;
}

.footer .footer-info .footer-item-4 a.social,
#header .header-social a{
    background: #FFF100;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin-right: 7px;
}
.footer .footer-info .footer-item-4 a.social:after,
.header-social a:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;

}
.footer .footer-info .footer-item-4.social a.social-ok:after,
.header-social  a.social-ok:after{
    background: url('../images/icons/ok.png') center center no-repeat;
}

.footer .footer-info .footer-item-4.social a.social-vk:after,
.header-social  a.social-vk:after{
    background: url('../images/icons/vk.png') center center no-repeat;
}

.payment-footer{
    position: relative;
    display: inline-block;
    width: 200px;
}

.payment-footer .footer-link{
    position: relative;
    display: inline-block;
    padding-left: 65px;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    height: 60px;
    float: left;
}
.payment-footer .footer-link:before{
    content:'';
    display: inline-block;
    background: url("../images/payment/mastercard.png") no-repeat scroll 0 0;
    width: 58px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0;
}
.order-form-row .order-form-field.rule-pay-order-form a.pay-rule-link{
    position: relative;
    display: block;
    padding-left: 65px;
    line-height: 45px;
    font-size: 16px;
    height: 50px;
    text-decoration: none;
    border: none;
}
.order-form-row .order-form-field.rule-pay-order-form .pay-rule-link:before{
    content:'';
    display: inline-block;
    background: url("../images/payment/mastercard.png") no-repeat scroll 0 0;
    width: 58px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0;
}


/**
*/
body #eventsCalendarTooltip .close{
    color: #FFF100;
}
body #eventsCalendar .DynarchCalendar-day{
    width: 30px;
    font-family: 'OpenSansBold';
    font-weight: bold;
    cursor: pointer;
    margin: 0 auto;
}
body #eventsCalendar .DynarchCalendar-bottomBar-today{
    margin: 0px 0 10px;
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: none;
    color: #000000;
}
body #eventsCalendar .DynarchCalendar-day-today{
    cursor: pointer;
    border-radius: 100%;
}
body #eventsCalendarTooltip .tooltipBody .dateEvent:hover{
    color: #1653CC;
}
body #eventsCalendar .DynarchCalendar .DynarchCalendar-day-selected a{
    font-family: 'OpenSansBold';
    font-weight: bold;
}
body #eventsCalendar .DynarchCalendar .DynarchCalendar-day-selected{
    font-family: 'OpenSansBold';
    font-weight: bold;
}
body #eventsCalendar .DynarchCalendar-day.calendarEvent a{
    font-family: 'OpenSansBold';
    font-weight: bold;
}
body #eventsCalendar .DynarchCalendar-body{
    margin: 0;
}
.DynarchCalendar table th,
.DynarchCalendar table td{
    text-align: center;
}
body #calendarWrapper{
    width: 360px;
}
#calendarWrapper #today{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 45px;
    text-align: center;

    color: #000000;
    background: #F3F3F3;
    border-radius: 0px 0px 10px 10px;
    height: 50px;
}
body #eventsCalendar .DynarchCalendar-bottomBar{
    margin: 10px 0 0 0;
}

#eventsCalendar .DynarchCalendar .DynarchCalendar-dayNames table td{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;

    color: #000000;
}

body #eventsCalendar .DynarchCalendar-prevMonth{
    left:0;
}
body #eventsCalendar .DynarchCalendar-nextMonth{
    right:0;
}
body #eventsCalendar .DynarchCalendar-navBtn.DynarchCalendar-nextMonth div{
    background: url('../images/icons/slider-next.png') 0 0 no-repeat;
}
body #eventsCalendar .DynarchCalendar-navBtn.DynarchCalendar-prevMonth div {
    background: url('../images/icons/slider-prev.png') 0 0 no-repeat;
}
#eventsCalendar .DynarchCalendar-title div{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

    color: #000000;
}
body  #eventsCalendar .DynarchCalendar-day-othermonth{
    font-family: 'Open Sans';
    font-weight: normal;
}


#it-tooltip {
    color: #1653CC;
    padding: 3px 6px;
    position: absolute;
    background:#fff;
    border: 2px solid #1653CC;
    border-radius: 5px;
    z-index: 3001;
    font-size:14px;
    line-height: 1.5;
}
#it-tooltip:before {
    content: '';
    position: absolute;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
}
#it-tooltip.t:before {
    top: 50%;
    left:-12px;
    margin-top: -5px;
    border-right: 7px solid #1653CC;
    border-top: 7px solid rgba(0,0,0,0);
    border-bottom: 7px solid rgba(0,0,0,0);
}
#it-tooltip.b:before {
    bottom: 0;
    border-top: 5px solid #1653CC;
    color:#1653CC;
}

#it-tooltip.r::before {
    right: 0;
}


.content-container h1{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: normal;
    color: #1A1A1A;

    margin: 15px 0 15px;
}

.content-container h2{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: normal;
    color: #1A1A1A;

    margin: 15px 0 15px;
}

/*Detail**/
#basket-tourist-header{
    position: relative;
}
#basket-tourist-header .basket-tourist-header-magnific{
    position: relative;
}

#basket-tourist-header .basket-tourist-header-magnific.fixed{
    background: #fff;
    z-index: 100;
    position: fixed;
    top:0;
    left:auto;
    max-width: 450px;
}
.detail-tour .scheme-cell.fixed-bus-header{
    /*padding-top: 50px;*/
}
.detail-tour .basket-tourist-header-magnific .scheme-info{
    margin: 1px 0;
}

.detail-tour table .item-price-day{
    color: #1653CC;
    border-bottom: 1px dotted #1653CC;
    cursor:pointer;
}


.bx-breadcrumb {
    margin: 10px 0;
}
.bx-breadcrumb i {
    color: #000;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
    line-height: 30px;
    white-space: normal;
    color:#000;
}
.bx-breadcrumb .bx-breadcrumb-item a span{
    color:#1653CC;
}

.bx-breadcrumb .fa.fa-angle-right{
    font-style: normal;
}
.bx-breadcrumb .fa.fa-angle-right:before{
    content: '/';
}
.bx-breadcrumb .bx-breadcrumb-item a {
    border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover{}

.detail-tour{
    position: relative;
    padding-bottom: 20px;
}
.detail-tour h1{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    color: #1A1A1A;

    margin: 15px 0 15px;
}
.detail-tour .tour-info-grid{
    position: relative;
    overflow: hidden;
}
.detail-tour .tour-info-grid .tour-info-grid-row{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.detail-tour .tour-info-grid .tour-info-grid-row .tour-info-grid-ceil{
    position: relative;
    overflow: hidden;
    float: left;
    color: #1A1A1A;
    width: 640px;
    font-size: 16px;
    line-height: 25px;
}

.detail-tour .tour-info-grid .tour-info-grid-row .tour-info-grid-ceil table{
    width: 100%;
}
.detail-tour .tour-info-grid .tour-info-grid-row .tour-info-grid-ceil table td{
    border: 1px solid #0b0b0b;
}

.detail-tour .tour-info-grid .tour-info-grid-row .tour-info-grid-ceil.tour-info-grid-ceil-title{
    width: 330px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #646464;
}
.detail-tour .tour-info-grid .tour-info-grid-row .tour-info-grid-ceil .time-note{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #1653CC;
    border-bottom:1px dashed #1653CC;
    margin-left: 7px;
    cursor: pointer;
}
.detail-tour .tour-info-grid .tour-info-grid-row .tour-info-grid-ceil .toggleMap{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #1653CC;
    border-bottom:1px dashed #1653CC;
    margin-left: 7px;
    cursor: pointer;
}
.detail-tour .tour-info-grid  #wrap_map_place{
    display: none;
}
.detail-tour .tour-info-grid  .wrap-map-place{
    display: none;
}

.detail-tour .tour-info-grid .price-info{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.detail-tour .tour-info-content{
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 0;
}
.detail-tour .tour-info-content .tour-info-item{
    margin-bottom: 7px;
}
.detail-tour .h3{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1A1A1A;
}
.detail-tour .tour-info-content .tour-info-item .description{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #1A1A1A;
}

.detail-tour .photos{
    position: relative;
    padding: 0 0 60px 0;
    margin: 20px 0;
}
.detail-tour .photos .photo a{
    display: block;
    position: relative;
    width: 230px;
    height: 230px;
}
.detail-tour .photos .photo img{
    display: block;
    position: relative;
    height: 230px;
    margin: 0 auto;
}

.detail-tour .slider_dates{
    position: relative;
    margin-bottom: 30px;
}
.detail-tour .slider_dates .item-list-day{
    border: 2px solid #1653CC;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px;
    margin-right: 20px;
    cursor: pointer;

    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

    color: #1653CC;
}

.detail-tour .slider_dates .item-list-day.active{
    background: #FFF100;
    border-radius: 4px;
    border: 2px solid #FFF100;
    color: #333333;
}
.detail-tour .scheme-cell{
    position: relative;
    width: 95%;
}
#tour-scheme-label-info{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: right;

    color: #1653CC;
    border-bottom:1px dotted #1653CC;

    position: absolute;
    top: 3px;
    right: 27px;
    cursor: pointer;
    z-index: 20;
}
.detail-tour .scheme-cell-info{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #1A1A1A;

    margin: 20px 0;
}

.detail-tour .bron {
    position: relative;
}
.detail-tour .bron .info-row-bus{
    position: relative;
    overflow: hidden;
    /*width: 100%;*/

    border-radius: 4px;
    margin-bottom: 20px;
}
.detail-tour .bron .info-row-bus-item{
    float: left;
    line-height: 50px;
    height: 50px;
    padding: 0;
    width: 57px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #F6F6F6;
}
.detail-tour .bron .info-row-bus-item.title{
    width: 90px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.detail-tour .bron .info-row-bus-item:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.detail-tour .bron .row{
    position: relative;
    overflow: hidden;

}
.detail-tour .bron .row3{

    margin-bottom: 20px;
}
.detail-tour .bron .seat{
    float: left;

    height: 45px;

    width: 45px;
    padding: 0;
    margin: 0 12px 12px 0;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    text-align: center;

    color: #1653CC;

    border: 2px solid #1653CC;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.detail-tour .bron .seat.seat-empty{
    border: 1px solid #fff!important;
    background: #fff !important;
}
.detail-tour .bron .seat.sold{
    background: #A7A8AA;
    border-radius: 4px;
    border: 2px solid #A7A8AA;
    color: #fff;
}
.detail-tour .bron .seat.active{
    background: #FFF100;
    border-radius: 4px;
    border: 2px solid #FFF100;
    color: #1A1A1A;
}
.detail-tour .bron .seat.freely:hover{
    background: #1653CC;
    border-radius: 4px;
    border: 2px solid #1653CC;
    color: #fff;
}

.detail-tour .bron .exit1.v-mobile,
.detail-tour .bron .exit2.v-mobile{
    display: none;
}

.detail-tour .bron .exit2{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;

    color: #1A1A1A;

    width: 102px;
    height: 57px;
    background: #F6F6F6;

    float: left;
    margin-right: 10px;
    position: relative;
}
.detail-tour .bron .exit1{
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: center;

    color: #1A1A1A;

    width: 92px;
    height: 57px;
    background: #F6F6F6;


    float: left;
    margin-right: 10px;
}
.detail-tour .bron .exit1-top,
.detail-tour .bron .exit2-top{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.detail-tour .bron .exit1-bottom,
.detail-tour .bron .exit2-bottom{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.detail-tour .bron .exit1-top span,
.detail-tour .bron .exit2-top span{
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
}
.detail-tour .bron .exit1-bottom span,
.detail-tour .bron .exit2-bottom span{
    position: absolute;
    top: 0;
    display: block;
    text-align: center;
    width: 100%;
}


.detail-tour .bron .rules{
    width: 102px;
    height: 45px;
    float: left;
}
.detail-tour .tour-content{

    position: relative;
    margin: 15px 0;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #1A1A1A;
}
.detail-tour .tour-content p{
    margin-bottom: 10px;
}

.detail-tour .s-place50 .bron.bron-bus-87-2 .row.row5{
    position: absolute;
}

.detail-tour .s-place50 .bron.bron-bus-87-2 .row.row5{
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -56px;
}

.detail-tour .bron .rules-icon{
    position: absolute;

    background: url('../images/detail/rules.png') no-repeat 0 0;
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 90px;
}
.detail-tour #basket-errors .message,
.detail-tour #basket-errors-bottom .message
{
    padding: 10px;
    margin: 10px 0;
    text-align: center;
    color:red;
    border: 1px solid red;
}
.detail-tour .scheme-info{
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}
.detail-tour .scheme-info .wrap-seat{
    position: relative;
    float: left;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;

    color: #1A1A1A;
    margin-right: 20px;
    margin-bottom: 15px;
}
.detail-tour .scheme-info .wrap-seat .seat{
    width: 28px;
    height: 28px;

    float: left;
    margin-right: 10px;
}
.detail-tour .scheme-info .wrap-seat .seat.freely{
    background: #fff;
    border-radius: 4px;
    border: 2px solid #1653CC;
}
.detail-tour .scheme-info .wrap-seat .seat.reserve{
    background: #FFF100;
    border-radius: 4px;
    border: 2px solid #FFF100;
}
.detail-tour .scheme-info .wrap-seat .seat.sold{
    background: #A7A8AA;
    border-radius: 4px;
    border: 2px solid #A7A8AA;
}

.detail-tour .day-events{
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.detail-tour .day-events .day-title{
    background: #F6F6F6;
    border-radius: 4px;

    margin-bottom: 15px;
    padding: 10px 20px;

    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;

    color: #1A1A1A;
    position: relative;
    cursor: pointer;
}


/**
vertical
*/
.detail-tour .s-place100-vertical{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}

.detail-tour .s-place50{
    width: 50%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}
.detail-tour .s-place50 .bron{
    overflow: hidden;
}
.detail-tour .s-place50 .bron .info-row-bus{
    float: left;
    width: 15%;
    min-width: 57px;
}
.detail-tour .s-place50 .bron .info-row-bus.info-row-bus-last{
    float: left;
    width: 15%;
    min-width: 57px;
}
.detail-tour .s-place50 .bron .row{
    float: left;
    width: 50px;
    margin-right: 5px;
    overflow: visible;
}
.detail-tour .s-place50 .bron .info-row-bus-item.title{
    width: 57px;
    padding: 0;
    height: 57px;
}
.detail-tour .s-place50 .bron .info-row-bus-item{
    height: 45px;
    padding: 0 0 12px 0;
}
.detail-tour .s-place50 .bron .rules{
    height: 60px;
}
.detail-tour  .s-place50 .bron .rules-icon{
    top: 0;
    left: 100px;
}
.detail-tour .s-place50 .bron .row.row2{
    margin-right: 50px;
}
.detail-tour .s-place50 .bron .exit1-bottom:after{
    content: 'Выход 1';
    position: absolute;
    top: 5px;
    display: block;
    width: 100%;
    z-index: 20;
    text-align: center;
}
.detail-tour .s-place50 .bron .exit-hunday_country.exit1-bottom:after{
    content: '';
}
.detail-tour .s-place50 .bron .exit2-bottom:after{
    content: 'Выход 2';
    position: absolute;
    top: 30px;
    display: block;
    width: 100%;
    z-index: 20;
    text-align: center;
}
.detail-tour .s-place50 .bron .exit1-bottom span, .detail-tour .s-place50 .bron .exit2-bottom span,
.detail-tour .s-place50 .bron .exit1-top span, .detail-tour .s-place50 .bron .exit2-top span{
    display: none;
}
.detail-tour .s-place50 .bron .exit1{
    height: 60px;
}
.detail-tour .s-place50  .bron .exit2{
    height: 112px;
}
.detail-tour .s-place50  .bron.bron-bus-utong39 .exit2,
.detail-tour .s-place50  .bron.bron-bus-hunday_country .exit2,
.detail-tour .s-place50  .bron.bron-bus-utong-39 .exit2,
.detail-tour .s-place50  .bron.bron-bus-stenushkin-32 .exit2
{
    height: 55px;
}
.detail-tour .s-place50  .bron.bron-bus-maz .exit2{
    height: 172px;
}
.detail-tour .s-place50  .bron.bron-bus-utong-39 .exit2-bottom::after,
.detail-tour .s-place50  .bron.bron-bus-hunday_country .exit2-bottom::after,
.detail-tour .s-place50  .bron.bron-bus-stenushkin-32 .exit2-bottom::after{
    top: 15px;
}



.detail-tour .s-place50 .bron-item-54.bron .exit2{
    height: 55px;
}
.detail-tour .s-place50 .bron.bron-item-54 .exit2-bottom::after{
    top: 20px;
}



.detail-tour .day-events .day-title i{
    position: absolute;
    right: 30px;
}
.detail-tour .day-events .day-title i:before {
    content: '\00AF';
    font-weight: bold;
    font-size: 30px;
    line-height: 48px;
}

.detail-tour .day-events .event-item{
    position: relative;
    margin-bottom: 10px;
    padding: 0px 20px;
}
.detail-tour .day-events .event-item .description{
    text-align: justify;
}

.detail-tour .day-events.togs .day-title i:before{
    content: '';
    background: url('../images/detail/s.png') 0 5px no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}

.detail-tour .day-events.togs .day-wrap-event{
    display:none;
}

.order-form{
    position:relative;
    overflow: hidden;
    margin: 40px 0 ;
}
.s-place50 .order-form{
    margin: 0 0 40px 0 ;
}

.order-form .h3{
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: normal;

    color: #1A1A1A;
}
.order-form .order-form-row{
    position:relative;
    overflow: hidden;
    width: 100%;
}
.order-form .order-form-row .order-form-col{
    position:relative;
    overflow: hidden;
    float:left;
    width: 50%;
}
.order-form .order-form-row .order-form-col{
    width: 48%;
    margin-right: 2%;
}

.order-form  .order-form-field {
    position: relative;
    overflow:hidden;
    width:100%;
    margin-bottom: 10px;
}
.order-form  .order-form-field-half{
    float: left;
    width: 45%;
    position: relative;
}
.order-form  .order-form-field-half-r{
    float: right;
    width: 48%;
    position: relative;
    margin-right: 13px;
}

.order-form-field-half-r .it-select .v{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    color: #646464;
}

.order-form  .order-form-field select{
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 16px;
    line-height: 45px;
    width:98%;
    color: #1A1A1A;
    height: 35px;
}
.order-form  .order-form-field input{
    position: relative;
    width: 96%;
    line-height: 2;
    font-size: 13pt;

    padding: 0 2%;
    margin: 0;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 4px;
    color: #1A1A1A;
}
.order-form  .order-form-field textarea{
    position: relative;
    width: 96%;
    line-height: 2;
    font-size: 14pt;

    padding: 0 2%;
    margin: 0;
    border: 1px solid #D5D5D5;
    box-sizing: border-box;
    border-radius: 4px;
    color: #1A1A1A;
}
.order-form  .order-form-field .it-text{
    width: 100%;
    position: relative;
    margin: 0 0 0px 0;
}
.order-form  .order-form-field label{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #646464;
    display: block;
    margin: 0 0 5px 0;
}

.order-form  .security-policy{
    position: relative;
    padding-left: 30px;
    margin-top: 30px;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;

    color: #646464;
}
.order-form .security-policy .it-text{
    width: 95%;
}
.order-form  .security-policy input{
    position: absolute;
    left: 0;
    top: 7px;
    width: auto;
}
.order-form  .it-row.basket-order-data{
    display: none;
}
.order-form .it-error{
    color:red;
}
.order-form .button-row{
    position: relative;
    overflow: hidden;
}
.order-form .button-row .it-button{
    background: #1653CC;
    border-radius: 4px;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'OpenSansBold';
    border-radius: 4px;
    height: 50px;
    text-transform: uppercase;
    float: right;
    width: 47%;
    border: none;
    margin: 10px 35px 10px 0;
}
.order-form  .order-form-field a{
    display: inline;
    color: #1653CC;
    border-bottom: 1px dashed #1653CC;
}
.order-form  .order-form-field .label-inline label{
    display: inline;
}
.order-form  .order-form-field sup{
    color: red;
}

.basket-tourist{
    position: relative;
    border: 2px solid #1653CC;
    padding:10px 55px;
    width: 325px;
    margin: 0 0 15px 0;
}
.basket-tourist .tourist-select-title{
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.basket-tourist .count-places{
    position: relative;
}
.basket-tourist .count-places .it-row{
    position: relative;
    display: inline-block;
    padding: 0;
    width: 15%;
}
.basket-tourist .count-places .it-row label{
    position: relative;
    display: inline-block;
    border:2px solid #1653CC;
    border-radius: 4px;
    text-align: center;
    padding: 7px 10px;
    color: #1653CC;
    font-weight: bold;
    font-size: 18px;
}
.basket-tourist .count-places .it-row.active label{
    color: #fff;
    background: #1653CC;
    border:2px solid #1653CC;
}
.basket-tourist .count-places .it-row input{
    position: relative;
    display: none;

}


/**
sidebar
*/
.tour-price-sidebar{
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}
.tour-price-sidebar .label{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #1A1A1A;

    float:left;
    width: 50%;
}
.tour-price-sidebar .it-price{
    font-family: 'OpenSansBold';
    float:right;
    width: 50%;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-align: right;

    color: #1A1A1A;
}

.tour-sidebar-info{
    position: relative;
    overflow: hidden;
    margin: 10px 0 15px;
}
.tour-sidebar-info .tour-sidebar-info-label{
    float:left;
    width: 40%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #1A1A1A;
}
.tour-sidebar-info .tour-sidebar-info-value{
    float:right;

    font-family: 'OpenSansBold';
    width: 60%;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    text-align: right;

    color: #1653CC;

}
.tour-sidebar-info .tour-sidebar-info-value .item{
    display: inline-block;
    color: #1653CC;
    border-bottom: 1px dashed  #1653CC;
    cursor: pointer;
}

.tour-sidebar-info.tour-sidebar-payment  .tour-sidebar-info-value .payment-items{
    /*position: absolute;
    right: 0;*/
}
.tour-sidebar-info.tour-sidebar-payment  .tour-sidebar-info-value .payment-items .active span{
    background: #FFF100;
    padding-left: 5px;
    border: none;
}

.tour-sidebar-info.tour-sidebar-payment  .tour-sidebar-info-value .item{
    display: block;
    color: #1653CC;
    border-bottom: none;
    cursor: pointer;
}

.tour-sidebar-info.tour-sidebar-payment  .tour-sidebar-info-value .item span{
    display: inline-block;
    color: #1653CC;
    border-bottom: 1px dashed  #1653CC;
    cursor: pointer;
}
.tour-sidebar-info.tour-sidebar-payment  .tour-sidebar-info-value .item.hover-item{
    display: block;

}
.tour-button-sidebar{
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.tour-button-sidebar a{
    background: #1653CC;
    border-radius: 4px;
    display: block;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-family: 'OpenSansBold';
    border-radius: 4px;
    height: 50px;
    text-transform: uppercase;
}

/**
Список туров
 */
.tour-list-page{
    position: relative;
    overflow: visible;
}
.tour-list-page h1.page-header{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    color: #1A1A1A;
    margin:0 0 40px 0;
}

.tour-list-page .tour-list-description{
    position: relative;
    overflow: hidden;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #1A1A1A;

    margin:10px 0 40px 0;
}

.tour-list-page .photos{
    padding: 0 0 30px 0;
    position: relative;
    width: 100%;
}
.main-special-offers-section .item-offer{
    position: relative;
    overflow: hidden;
}

.tour-list-page .photos  .photo{
    display: block;
    position: relative;
    width: 250px;
    height: 230px;
    overflow: hidden;
}
.tour-list-page .photos  .popup-img{
    float:left;
    position: relative;
    overflow: hidden;
    width: 230px;
    height: 230px;
}

.tour-list-page .photos .photo img{
    display: block;
    position: relative;
    width: 230px;
}

.tour-list-page .content{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #1A1A1A;
}

.tour-list-page .tour-list{
    position: relative;
}
.tour-list-page .tour-year-nav{
    position: relative;
    overflow: hidden;
}
.tour-list-page .tour-year-nav{
    position: relative;
    overflow: hidden;
}
.tour-list-page .tour-year-nav .tour-year{
    position: relative;
    overflow: hidden;
}
.tour-list-page .tour-year-nav .nav-months{
    position: relative;
    overflow: hidden;
}
.tour-list-page .tour-year-nav .tour-year .tour-year-header{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;

    color: #1A1A1A;
    border-bottom: 2px solid #FFF100;
    cursor: pointer;

    display: inline-block;
    margin-bottom: 27px;
}
.tour-list-page .tour-year-nav .tour-year .tour-month{
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.tour-list-page .tour-year-nav .tour-year .tour-month .link-month{
    border: 2px solid #1653CC;
    box-sizing: border-box;
    border-radius: 4px;

    height: 50px;
    padding: 0 25px;
    margin-right: 10px;
    float: left;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.tour-list-page .tour-year-nav .tour-year .tour-month .link-month.active{
    background: #FFF100;
    border-radius: 4px;
    border: 2px solid #FFF100;
}

.tour-list-page .tour-year-nav .tour-year .tour-month .link-month span{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;

    color: #1653CC;
}
.tour-list-page .tour-year-nav .tour-year .tour-month .link-month.active span{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;

    color: #333333;
}
.tour-list-page .month-tours-list{
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}

.tour-list-page .tour-item{
    position: relative;
    overflow: hidden;
    float: left;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #000000;

    margin: 0 20px 40px 0;
    width: 220px;
}
.tour-list-page .tour-item:nth-child(4n +1){
    clear:both;
}

#toolbar-calendar-closed{
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 194;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.01;
}
.tour-list-page .tour-item .tour-item-block{
    position: relative;
    padding-bottom: 75px;
    min-height: 395px;
}
.tour-list-page .tour-item.tour-item-sea .tour-item-block{
    position: relative;
    padding-bottom: 75px;
    min-height: 310px;
}
.tour-list-page .tour-item .tour-item-picture{
    position: relative;
}
.tour-list-page .tour-item .tour-item-picture a{
    position: relative;
    overflow: hidden;
    width:220px;
    height:220px;
    display: block;
    margin-bottom: 15px;
}
.tour-list-page .tour-item .tour-item-picture a:hover:after{
    content: '';
    width:220px;
    height:220px;
    display: block;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
    cursor: pointer;
}

.tour-list-page .tour-item .tour-item-picture img{
    display: block;
    width:220px;
    height:220px;
}
.tour-list-page .tour-item .tour-item-time{
    position: relative;
}
.tour-list-page .tour-item .tour-item-lang{
    position: relative;
    min-height: 28px;
}
.tour-list-page .tour-item .tour-item-route{
    position: relative;
    min-height: 40px;
    margin-top:10px;
}

.tour-list-page .tour-item .tour-item-price{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;

    color: #1A1A1A;
}


.tour-list-page .tour-item  .tour-item-picture .tour-item-price{
    position: absolute;
    z-index: 50;
    right:0;
    bottom: 0;
    background: rgba(25, 26, 16, 0.56);
    color:#fff;
    padding: 3px;
    font-weight: normal;
    font-family: 'Open Sans';
}

.tour-list-page .tour-item .it-button{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;

    color: #1653CC;

    border: 2px solid #1653CC;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    display: block;
    width: 180px;
    margin: 20px 0 10px;

    position: absolute;
    bottom: 0;
    left: 0;
}
.tour-list-page .tour-item .it-button:hover{
    color: #fff;
    background: #1653CC;
}
.tour-list-page .tour-item .tour-item-name{
    position: relative;
    min-height: 28px;
}
.tour-list-page .tour-item .tour-item-name a{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    display: block;
}
.tour-list-page .tour-item:hover .tour-item-name a{
    color: #1653CC;
}
.tour-list-page .tour-item .tour-item-description{
    position: relative;
}

/**
content
*/
.content{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #1A1A1A;


}

/*
points
 */
#points{
    position: relative;
}
#points .photos{
    position: relative;
    margin: 30px 0;
    padding-bottom: 30px;
}
#points .photos .photo{
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
    overflow: hidden;
    margin: 0px 20px 20px 0;
}
#points .photos .photo img{
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
}
#points .photos .photo .popup-img{
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
}

#points .photos .photo .popup-img-gallery{
    position: relative;
    display: block;
    width: 220px;
    height: 220px;
}

#points .point-item{
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;

    color: #1A1A1A;
}
#points .point-item .address{
    position: relative;
    margin-bottom: 50px;
}

#points .point-item p{
    line-height: 2;
}
#points .list-email a{
    position: relative;
    color: #1653CC;
    line-height: 2;
}


#points .point-item .street{
    position: relative;
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;

    color: #1A1A1A;
    margin-bottom: 15px;
}
#points .cont_map{
    height: 400px;
    margin-bottom: 70px;
}
.sidebar-contacts{
    position: relative;
    height: 450px;
}
.sidebar-contacts .h3{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;

    color: #1A1A1A;
    margin-bottom: 30px;
}
.sidebar-contacts .it-schedule{
    position: relative;
    margin-bottom: 30px;
}
.sidebar-contacts .it-schedule .t{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;

    color: #1A1A1A;
    display: block;
    margin-bottom: 15px;
}
.sidebar-contacts .it-schedule .v{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #1A1A1A;
}

.slick-slider .next-slider,
.slick-slider .prev-slider{
    position: absolute;
    top:50%;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    cursor:pointer;
    z-index: 50;
}

.slick-slider .next-slider:hover,
.slick-slider .prev-slider:hover{
    background: none;
}
.slick-slider .next-slider:after,
.slick-slider .prev-slider:after{
    content: '';
    display: block;
}
.slick-slider .next-slider{
    right: -24px;
}
.slick-slider .prev-slider{
    left: -26px;
}
.slick-slider .next-slider:after{
    background: url('../images/icons/slider-next.png')  center center no-repeat;
    width: 50px;
    height: 50px;
}
.slick-slider .prev-slider:after{
    background: url('../images/icons/slider-prev.png') center center no-repeat;
    width: 50px;
    height: 50px;
}

.scheme-cell .dates-slider{
    position: relative;
    overflow: hidden;
    width: 755px;
    padding: 0 50px;
}
.scheme-cell .dates-slider .slick-slider .next-slider,
.scheme-cell .dates-slider .slick-slider .prev-slider{
    top:0;
    margin-top: 0;
}
.scheme-cell .dates-slider .slick-slider .prev-slider{
    left: -55px;
}
.scheme-cell .dates-slider .slick-slider .next-slider{
    right: -55px;
}

/**
directions
*/

.main-direction{
    position: relative;
    margin: 0 0 30px 0;
}

.directions-grid{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.directions-grid .table-block{
    display: table;
    width: 100%;
}
.directions-grid .table-row{
    display: table-row;
}
.directions-grid .table-cell{
    display: table-cell;
    width: 22%;
    text-align: center;
}

.directions-grid .table-cell .picture{
    position: relative;
    overflow: hidden;
    width: 220px;
    height: 220px;
}
.directions-grid .table-cell .picture a{
    position: relative;
    overflow: hidden;
    display: block;
}
.directions-grid .table-cell .picture img{
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}

.directions-grid .table-cell a.name{
    display: block;
    width: 80%;
    margin: 5px 5% 15px;
    padding: 7px;

    text-decoration: none;
    color:#000;
    -webkit-transition: top 1s ease-out 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
}
.directions-grid .table-cell:hover a{
    color:#1653CC
}

.directions .h2{
    font-family: 'OpenSansBold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;

    color: #1A1A1A;
    margin-bottom: 30px;
}

/**
news*/
.news-list{
    position: relative;
    margin-bottom: 40px;
}

.news-list .news-item{
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.news-list .news-item .time{
     position: relative;
     font-style: italic;
     font-weight: normal;
     font-size: 16px;
     line-height: 25px;
     color: #1A1A1A;
     padding-right: 5px;
 }
.news-list .news-item .more{
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    color: #1A1A1A;
    margin: 10px 0;
    display: block;
}
.news-list .news-item a:hover{
    color: #1653CC;
}

.news-detail{
    position: relative;
    margin-bottom: 40px;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;

    color: #1A1A1A;
}
.news-detail h1{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: normal;
    color: #1A1A1A;

    margin: 15px 0 15px;
}

.news-detail .detail_picture{
    float:left;
    width: 300px;
    position: relative;
    margin: 10px 0;
}

.review {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #D2D2D2;
    padding-bottom: 10px;
}

.review h4 {
    font: 16px/18px "Open Sans";
    color: #1653CC;
}

.review .time {
    float: left;
    margin: 0 7px 3px 0;
}

.review .thumb {
    position: relative;
    overflow: hidden;
    width: 200px;
}

.review .thumb IMG {
    width: 200px;
    display: block;
}

.review .h {
    position: relative;
    overflow: hidden;
}

.review .author {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.review .contact {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

.review .contact LABEL {
    padding: 0;
    font: bold 14px/18px "Open Sans";
}

.review .contact * {
}

.review .description {
    position: relative;
    font: 14px/18px "Open Sans";
}

.it-button.it-button-big-orange {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #1653CC;
    border: 2px solid #1653CC;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    display: block;
    width: 50%;
    margin: 20px 0 10px;
}
.it-button.it-button-big-orange:hover{
    color: #fff;
    background: #1653CC;
}

/* common styles
-------------------------------------------------------------------*/
.it-form INPUT, .it-form TEXTAREA {outline: none;}
.it-form FIELDSET { padding: 5px 10px 0; margin: 0 0 10px; border: 1px solid #bbb; }
.it-form LEGEND { font: 14px "Open Sans"; color: #555; padding: 0 5px; margin-left: -5px; }
.it-form .it-row { clear: both; padding: 0 0px 5px; margin: 0 0 9px; position: relative; overflow: hidden; zoom: 1;}
.it-form .it-row LABEL {margin: 5px 0; color:#000;  font:14px/16px "Open Sans"; display: block; }
.it-form .it-row.last { margin: 0; }
.it-form .it-row.last.right { float: right;}
.it-form #add_files { float: left; }
.it-form .it-row.last .links{
    margin-bottom: 15px;
}

/*INline*/
.it-form  .it-row.inline { clear: both; padding: 0 0 0 5px; margin: 0 0 9px; padding-right: 100px; position: relative; overflow: hidden; zoom: 1;}
.it-form  .it-row.inline .it-text {}
.it-form  .it-row.inline .it-button {position: absolute; right: 0; top:0;}

.it-form  LABEL { font: 13px/16px "Open Sans"; color: #222; display: inline-block; position: relative; padding: 3px 10px;}
.it-form  LABEL SUP { color: #c30; }
.it-form  .it-notice { font: 10px/16px "Open Sans"; color: #777; clear: both; padding: 3px 10px; }
.it-form  .it-notice A { text-decoration: none ! important; }
.it-form  .it-error { font: 12px/14px "Open Sans"; color: #c30; clear: both; padding: 5px 10px; margin: 6px 0; background: #DDDDDD; border: 1px solid #c30;}
/* for input-checkbox and input-radio
-------------------------------------------------------------------*/
.it-form  LABEL INPUT { float: left; padding: 0!important; margin: 2px 3px 0 0; vertical-align: middle; cursor: pointer; }
.right LABEL INPUT { float: right; margin: 2px 0 0 3px; }

/* button
-------------------------------------------------------------------*/
.it-form .it-button {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #1653CC;
    border: 2px solid #1653CC;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    display: block;
    margin: 20px 0 10px;
}
.it-form .it-button:hover{
    color: #fff;
    background: #1653CC;
}

.it-form .it-button.it {
    white-space: nowrap;
    padding: 0 1px 1px 0;
    border: none;
}

.it-form .it-button * {
    font: 14px/27px "Open Sans";
    color: #ffffff;
    height: 28px;
    display: inline-block;
    vertical-align: top;
}

.it-form .it-button B {
    width: 5px;
    background-position: 0 -30px;
}

.it-form .it-button I {
    width: 5px;
    background-position: -10px -30px;
}

.it-form .it-button SPAN {
    padding: 0 10px;
}

.it-form .it-button EM {
    width: 15px;
    height: 9px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    top: 26px;
    background-position: -30px -60px;
}

.it-form A.it-button.it {
    text-decoration: none;
    position: relative;
}

.it-form A.it-button.click {
    left: 1px;
    top: 1px;
}

.it-form A.it-button.focus SPAN {
    color: #fff;
}

/* input-text, textarea
-------------------------------------------------------------------*/
.it-form .it-text, .it-form .it-area {
    background: #fff;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
}

.it-form .it-text {
    padding: 3px 10px;
}

.it-form .it-area {
    padding: 5px 0 5px 5px;
}

.it-form .it-text INPUT,
.it-form .it-area TEXTAREA {
    font: 14px/25px "Open Sans";
    color: #000;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    vertical-align: top;
    background: none;
    border: none;
}

.it-form .it-text INPUT {
    height: auto;
}

.it-form .it-area TEXTAREA {
    overflow: auto !important;
    resize: none;
    zoom: 1;
}

.it-form .it-area.wysiwyg {
    padding: 0;
    border: none;
}

.it-form .mceLayout {
    width: 100% !important;
}

/* input-file
-------------------------------------------------------------------*/
.it-form .it-text.it-file {
    position: relative;
    overflow: hidden;
}

.it-form .it-text.it-file INPUT {
    font-size: 1000px;
    height: 26px;
    position: absolute;
    top: -1px;
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    cursor: default;
    z-index: 2;
}

.it-form .it-file P {
    font: 14px/18px "Open Sans";
    color: #000;
    width: 100% !important;
    height: 18px;
    position: relative;
    z-index: 1;
}

/* select
-------------------------------------------------------------------*/
.it-form .it-select {
    position: relative;
}

.it-form .it-select SELECT {
    width: 100%;
    position: relative;
    z-index: 2;
    border: 1px solid #b5bac0;
    border-radius: 10px;
    padding: 3px 10px;
}

.it-form .it-select P {
    font: 14px/18px "Open Sans";
    color: #000;
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 1;
}

.it-form .it-select P.focus {
    color: #fff;
    background: highlight;
}

.it-form .it-text.ls-select {
    padding: 3px;
}

.it-form .it-text.ls-select SELECT {
    opacity: 0;
    filter: alpha(opacity=0);
    height: 24px;
    top: -3px;
}

/* addons styles
-------------------------------------------------------------------*/
.it-w200 {
    float: left;
    width: 200px;
}

.it-w200.it-select {
    width: 204px;
}

/* list of checkboxes and radio buttons
-------------------------------------------------------------------*/
.it-form .it-list {
    padding-left: 18px;
}

.it-form .it-list LABEL {
    font: 11px/16px Verdana;
    color: #000;
}

.it-form .it-list LABEL.check {
    color: #1c3686;
}

.it-form .it-list TD {
    padding: 3px 18px 0 0;
}

.it-form .it-list TD LABEL {
    line-height: 26px;
}

.it-form .it-list TD.val .it-notice {
    line-height: 20px;
}

/* captcha
-------------------------------------------------------------------*/
.it-form #captcha IMG {
    float: left;
    width: 150px;
    height: 50px;
}

.it-form #captcha A {
    float: left;
    width: 32px;
    height: 32px;
    margin: 9px 0 0 10px;
}

.it-form #captcha .it-text {
    width: 30%;
    margin: 0 15px 10px 0;
    float: left;
}

.it-form #captcha_input {
    clear: both;
    float: left;
    width: 152px;
}

.it-form #captcha .security {
}

.it-form #captcha LABEL {
    width: 100%;
    font: 14px/18px "Open Sans";
}


.it-form .it-assess {
    position: relative;
    margin-bottom: 15px;
}

.it-form .ok-message {
    color: #4FD626;
    margin: 0 0 15px 150px;
}

.it-success{
    background: #4FD626;
    padding: 15px;
    display:block;
    border: 1px solid #000;
    margin: 10px 0;
    color: #0a7ddd;
    font-size: 16pt;
}
.it-form .security-policy .it-text{
    border: none;
}
.it-form  .label-text a{
    color: #1653CC;
}
.it-form  .security-policy{

}

.tourist-order-form-edit{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.tourist-order-form-edit .it-place-order{
    float: left;
    position: relative;
    width: 48%;
}

.tourist-order-form-edit .it-place-order:nth-child(2n+1){
    clear: both;
    margin-right: 2%;
}
.tourist-order-form-edit .it-place-order h3{
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 7px;
}

.tourist-order-form-edit .it-place-order .number-place{
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
.tourist-order-form-edit .it-place-order select{
    width: 98%;
    border: none;
}


#date-list-order{
    margin-top: 30px;
    position: relative;
}
/**
sidebar-private
*/
.sidebar-private{
    position:relative;
    min-height: 400px;
}
.sidebar-private .h3{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1A1A1A;
}

.sidebar-private .sidebar-auth-link{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    color: #1653CC;
}

.sidebar-private .sidebar-auth-link:hover{
    text-decoration: underline;
}
.sidebar-private .user-info-block{
    position: relative;
}
.sidebar-private .user-info-block p{
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.sidebar-private .user-info-block p.user-email{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
}

.sidebar-private .order-steps-list{
    position: relative;
}
.sidebar-private .order-steps-list ul{
    position: relative;
}
.sidebar-private .order-steps-list ul li{
    position: relative;
    padding: 0 0 15px 70px;
    margin-bottom: 15px;
    border-bottom: 1px solid #1653CC;
}
.sidebar-private .order-steps-list ul li .number{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 40px;
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    border: 2px solid #1653CC;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
}
.sidebar-private .order-steps-list ul li.active .number{
    background: #1653CC;
    color: #fff;
}

.sidebar-private .order-steps-list ul li .h{
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    margin-bottom: 7px;
    cursor: pointer;
    color: #C3C3C3;
}
.sidebar-private .order-steps-list ul li.active .h{
    color: #000;
}

.sidebar-private .order-steps-list ul li .step-description{
    color: #1A1A1A;
    line-height: 1.5;
}
.sidebar-private .order-steps-list ul li .step-description a{
    color: #1653CC;
    line-height: 1.5;
    border-bottom: 1px dashed #1653CC;
}


.order-steps-info{
    position: relative;
}

.order-steps-info .h3{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1A1A1A;
}
.order-steps-info  .tour-info{
    position: relative;
    margin-bottom: 15px;
}
.order-steps-info  .tour-info .table{
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #1A1A1A;
}
.order-steps-info  .tour-info .table td{
    text-align: left;
}
.order-steps-info  .tour-info .table .h{
    width: 20%;
}
.order-steps-info  .step-item-title{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1A1A1A;
    text-align: center;
    border-bottom: 1px dashed #1653CC;
}

.payment-page{
    position: relative;
    margin-bottom: 15px;
}

.payment-page  .h3{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1A1A1A;
}



.order-info{
    position: relative;
}
.order-info .item-field{
    position: relative;
    margin-bottom: 7px;
    color: #1A1A1A;
}
.order-info .doc-info-item .doc-type{
    position: relative;
}
.order-info .doc-info-item p{
    line-height: 1.5;
    display: block;
}
.order-info .doc-info-item .v{
    font-weight: bold;
}

.order-info .item-field .title{
    position: relative;
    font-weight: bold;
}

.order-info .item-field .value{
    position: relative;
}

.order-info .item-place{
    position: relative;
    float: left;
    width: 30%;
    margin: 0 1% 15px 0;
    overflow: hidden;
    padding: 1%;
    border : 1px solid #000;
}

.order-info .it-message{
    border:1px solid #1653CC;
    padding: 3px;
    color: #1653CC;
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.5;
    display: block;
}

.order-info .it-error{
    border:1px solid #cc2719;
    padding: 3px;
    color: #cc2817;
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.5;
    display: block;
}

.order-info .h3.title-places{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1A1A1A;
    text-align: center;
    border-bottom: 1px dashed #1653CC;
    padding-bottom: 10px;
}
.order-info .places-order{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.order-info .h3{
    font-family: "OpenSansBold";
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #1A1A1A;
}

.private-info{
    position: relative;
    overflow: hidden;
}
.private-info .item-field,
.payment-page .item-field{
    position: relative;
    display: block;
    margin-bottom: 7px;
    float: left;
    width: 50%;
}
.private-info .item-field .title,
.payment-page .item-field .title{
    position: relative;
    font-weight: bold;
}

.private-info .item-field .value,
.payment-page .item-field .value{
    position: relative;
}

.manager-menu{
    position: relative;
    overflow: hidden;
}

.manager-menu ul{
    position: relative;
    overflow: hidden;
    display: block;
}
.manager-menu ul li{
    position: relative;
    display: inline-block;
}
.manager-menu ul li a{
    position: relative;
    display: inline-block;
    margin: 7px 15px;
    padding: 3px 15px;
    text-decoration: none;
    border-radius: 5px;
    background: #005fab;
    color: #fff;
}

.content P {
    margin: 0 0 7px;
    line-height: 1.5;
}
.content UL,
.content OL {
    padding-left: 30px;
}
.content UL LI {
    list-style: disc;
    margin: 0 0 5px;
}
.content OL LI {
    list-style: decimal;
    margin: 0 0 5px;
}
.content BLOCKQUOTE {
    padding: 10px;
    margin: 0 0 5px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
}
.content TABLE {
    width: 100%;
}
.content a{
    color:#1653CC;
}

.content TD {
    padding: 3px 5px;
    border: 1px solid #ccc;
}
.content TABLE.auto {
    width: auto;
}
.content TABLE.auto TD {
    border: none;
}

.content TABLE.table {
    margin-bottom: 10px;
    position: relative;
}
.content .article {
    position: relative;
    margin-bottom: 15px;
}
.content DIV.center{text-align: center;}
.content DIV.center H4{font-weight: bold;}
.bcontent{font-size: 18px; line-height: 1.5;margin: 0 0 30px 0;}

.content img{
    display:block;
    max-width: 100%;
}
.go-to-top {
    position: fixed;
    bottom: 85px;
    left:0;
    margin-left: 50px;
    z-index: 100;
    cursor: pointer;
    background: #fff;
    display: none;
}
.go-to-top {
    border: 2px solid #005fab;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.go-to-top A {
    text-decoration: none;
    text-align: center;
    font: bold 14px/28px "Open Sans";
    width: 60px;
    display: block;
    color: #005fab;
    margin: 0px;
}
.go-to-top a:after {
    content: '\2191';
    display: block;
    position: absolute;
    font-size: 30px;
    color: #005fab;
    text-align: center;
    left: 50%;
    top: 0;
    width: 60px;
    margin-left: -30px;
    line-height: 60px;
}
.go-to-top A SPAN {
    margin: 60px 0 0 0;
    text-align: center;
    display: block;
}
.go-to-top.show {
    display: block;
}


.order-form-field .it-radio{
    position: relative;
}
.order-form-field .it-radio .it-radio-item{
    position: relative;
    overflow: hidden;
}
.order-form-field .it-radio .it-radio-item input{
    display: inline;
    width: auto;
    margin: 0 5px 5px 0;
}
.order-form-field .it-radio .it-radio-item label{
    display: inline;
}

.bron-bus-newplan .p-row-3.p-col-10{
    margin-left: -45px;
    margin-top: -55px;
    display: none !important;
}
/*
.hg-header{

}
.hg-header .hg-c{
    position: absolute;
    left:57px;
    top:-14px;
    background: url(../images/new-year/christmasbaubleicon_blue.png);
    width: 128px;
    height: 128px;
    z-index: 1500;
}

.hg-header .hg-s{
    position: absolute;
    left:300px;
    top:0;
    background: url(../images/new-year/christmassnowflakeicon-white.png) 0 0 no-repeat;
    background-size: 25%;
    width: 30px;
    height: 30px;
    z-index: 20;
}
.hg-header .hg-s:nth-child(1){
    left:300px;
    top:0;
}
.hg-header .hg-s:nth-child(2){
    left:450px;
    top:0;
}
.hg-header .hg-s:nth-child(3){
    left:470px;
    top:0;
}
.hg-header .hg-s:nth-child(4){
    left:480px;
    top:0;
}
.hg-header .hg-s:nth-child(5){
    left:480px;
    top:10px;
}

.hg-header .hg-s:nth-child(6){
    left:470px;
    top:0;
}
.hg-header .hg-s:nth-child(7){
    left:470px;
    top:10px;
}
.hg-header .hg-s:nth-child(8){
    right:0px;
    top:10px;
}


#header.hg-header {
    background-image: url('images/ng/sn2.png'), url('images/ng/sn3.png'), url('images/ng/sn1.png');
    animation: snow 20s linear infinite;
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 200px 200px;
    }
}

 */
