@import url("fancybox.css");

/** Main **/
*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, sans-serif;
}
img{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
body{
    font-family: Arial, Tahoma, sans-serif;
    position: relative;
    height: 100%;
    height: auto !important;
    font-size: 0.875em;
    min-height: 100%;
    background: #fff;
}
ul{
    list-style: none;
}
table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
p{
    line-height: 1.4;
}
h3{
    font-family: 'Poiret One', cursive;
    font-size: 1.286em;
    font-weight: normal;
    margin-bottom: 18px;
}
a, a:visited{
    text-decoration: none;
    color: #009ee3;
}
a:hover{
    color: #ea5906;
}
.clear{
    clear: both;
}
label{
    display: block;
}
.main__subscribe label{
    display: inline;
}
input{
    padding: 0 10px;
    height: 28px;
    border: 1px solid #cbcbcb;background: #eeeeee; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZjlmOWY5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #eeeeee 0%, #f9f9f9 2%, #ffffff 16%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(2%,#f9f9f9), color-stop(16%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    color: #808080;

}
select{
    padding-left: 10px;
    width: 233px;
    height: 28px;
}
.window-fullscreen{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 120;
    display: none;
    background: #fff;
    opacity: 0.8;
}
.blue-button{
    padding: 0 20px;
    height: 30px;
    background: #009ee3;
    color: #fff;
    border: none;
    cursor: pointer;
}
.blue-button:hover{
    background: #ea5906;
}
.get-coupon, .get-coupon:visited{
	cursor: pointer;
    display: block;
    padding-top: 15px;
    text-align: center;
    position: fixed;
    top:248px;
    left: 0;
    width: 101px;
    height: 72px;
    background-color: #009EE3;
    color: #fff;
    z-index: 200;
}
.get-coupon:hover{
    color: #fff;
}
.online-consultation, .online-consultation:visited{
    position: fixed;
    text-align: right;
    padding-right: 15px;
    padding-top: 5px;
    bottom:30px;
    right: 0;
    width: 163px;
    height: 41px;
    background: url("../images/online-consultation.jpg") no-repeat;
    text-decoration: none;
    color: #fff;
}
.page-wrapper{
    height: 100% !important;
    width: 100%;
    min-height: 100%;
}
.page-wrapper__block{
    margin: 0 auto;
    width: 1040px;
}
.content{
    background: #fff;
    padding-bottom: 50px;
    padding-top:20px;
}
.sidebar{
    float: left;
    width: 200px;
    margin-left: 40px;
    margin-right: 40px;
}
.sidebar-club{
    margin-top: 0;
}
.sidebar_news{
    margin-top: 0;
}
.sidebar_tours, .sidebar_country{
    margin-top: 0;
}
.sidebar_tours{
    padding-top: 45px;
}
.sidebar_country-title__flag{
    width: 48px;
    height: 32px;
    float: left;
    padding-right: 15px;
    position: relative;
    top:-5px;
}
.sidebar_country-title{
    float: left;
    font-size: 1.444em;
    margin-bottom: 15px;
}
.sidebar__menu{
    padding: 20px 19px 7px;
    border: 1px solid #599de0;
    margin-bottom: 10px;
    font-family: Arial, Tahoma, sans-serif;
}
.sidebar_contacts, .sidebar__menu_similar-tours{
    padding: 0;
    border: none;
}
.sidebar__menu__title{
    padding-bottom: 18px;
    font-size: 1.167em !important;
    color: #808080;
}
.sidebar__menu__item__price{
    display: block;
    float: right;
    font-size: 1.167em !important;
    color: #c1581e;

}
.sidebar__menu_similar-tours li .sidebar__menu__link{
    width: 131px;
    position: relative;
    height: 15px;
    overflow: hidden;
    float: left;
    white-space: nowrap;
}
.sidebar__menu_similar-tours li .sidebar__menu__link:after{
    position: absolute;
    content: '';
    width: 40px;
    height: 15px;
    background: url("../images/gradient-menu.png") no-repeat;
    right: 0;
}
.sidebar__menu_odessa{
}
.sidebar__menu_kyiv{
    display: none;
}
.sidebar__menu__item{
    padding-bottom: 13px;
}
.sidebar__cruise-filter__select{
    width: 160px;
}
.sidebar__cruise-filter__input{
    width: 138px;
}
.sidebar__cruise-filter__input_submit{
    width: 160px;
}
.sidebar__cruise-filter__label{
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.778em;
    padding-bottom: 5px;
}
#cruise-submit{
    width: 160px;
}
.sidebar__menu__item__office{
    font-weight: bold;
    position: relative;
    display: block;
}
.sidebar__menu__item__office_active{
    color: #000 !important;
}
.sidebar__menu__item__office_active:after{
    position: absolute;
    content: '';
    width: 11px;
    height: 20px;
    background: url("../images/contcts-office-arrow-.png") no-repeat;
    right: -13px;
    top: 20px;
}
.sidebar__menu_contacts{
    border: none;
    padding: 0;
}
.sidebar__menu_contacts li, .sidebar__menu_similar-tours li{
    font-family: Arial, Tahoma, sans-serif;
    font-size: 0.875em;

}
.sidebar__menu__link_active{
    cursor: text;
    color: #000 !important;
}
.sidebar__menu__item__date{
    font-size: 0.667em;
    font-family: Arial, Tahoma, sans-serif;
    color: #808080;
}
.sidebar__country__item, .sidebar__country__item:visited{
    display: block;
    width: 200px;
    text-align: center;
    padding: 14px 0 13px;
    background: #009ee3;
    color: #fff !important;
    margin-bottom: 12px;
}
.sidebar__country__item:hover{
    color: #000;
    cursor: pointer;
    background: #ea5906 !important;
}
.sidebar__search__form{
    margin-bottom: 40px;
}
#sidebar-search{
    width: 85px;
    float: left;
}
.sidebar__search__form__find{
    float: right;
}
.menu__item-sub__link_active{
    color: #000 !important;
    cursor: text !important;
}
.content__main{
    margin-right: 40px;
    float: right;
    width: 719px;
}
.content__main_club{
    width: 910px;
}

.country__content-item{
    padding-bottom: 42px;
}
.content__main__select-city{
    float: left;
}
.content__main__select-city span{
    padding-left: 10px;
    color: #009ee3;
    cursor: pointer;
}
.content__main__select-city_active{
    color: #000 !important;
    cursor: text;
}
.content__main__request-link{
    float: right;
}
.content__map{
    width: 100%;
    height: 318px;
}
.breadcrumbs{
    float: right;
    margin-right: 40px;
    padding-bottom: 20px;
    color: #cacaca;
    font-size: 0.857em;
}
.breadcrumbs__link{

}
.breadcrumbs__link_active{
    cursor: text;
    color: #cacaca !important;
}
.maps__kyiv{
    display: none;
}
.content__map_office-1{
    display: block;
}
.content__map_office-2{
    display: none;
}
.content__map_office-3{
    display: none;
}
.content__map_office-4{
    display: none;
}
.content__map_office-5{
}

/** Main Slider **/
.main-slider{
    margin-left: 40px;
    margin-bottom: 5px;
}
ul.bjqs{
    position:relative;
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
    display:none;
}
li.bjqs-slide{
    position:absolute;
    display:none;
}
ul.bjqs-controls{
    list-style:none;
    margin:0;
    padding:0;
    z-index:9999;
}
ul.bjqs-controls.v-centered li a{
    position:absolute;
    width: 38px;
    height: 50px;
    background: #fff;
}
.bjqs-next{
    opacity: 0;
}
.bjqs-prev{
    opacity: 0;
}
ul.bjqs-controls.v-centered li.bjqs-next a{
    background: url("../images/slider_right-arrow.jpg") no-repeat;
    right:0;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{
    left:0;
    background: url("../images/slider_left-arrow.jpg") no-repeat;
}
ol.bjqs-markers{
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
}
ol.bjqs-markers.h-centered{
    text-align: center;
}
ol.bjqs-markers li{
    display:inline;
}
ol.bjqs-markers li a{
    display:inline-block;
}
p.bjqs-caption{
    display: block;
    right: 0;
    width: 46%;
    margin: 0;
    padding: 1% 2%;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 1.125em;
    font-family: 'Poiret One', cursive;
}
/** Main Content**/
.main__about{
    margin-top: 40px;
    padding: 0 40px;
}

.main__about__services{
    padding-top: 25px;
    line-height: 1.4;
}

.main__subscribe{
    float: left;
    padding-top: 38px;
    padding-left:40px;
}

.main__social-like{
    float: right;
    padding-top: 38px;
    padding-right: 20px;
}

.main__subscribe__input{
    width: 128px;
    margin-right: 10px;
}

.main__social-like__list{
    width: 334px;
    height: 22px;
    padding-top: 2px;
    background: url(../images/social-link-test.jpg) no-repeat;
}

.tour-filter__bottom-lines{
    bottom: 0;
    position: absolute;
    width: 960px;
    height: 67px;
    background-image: url("../images/filter_lines-bottom-2.png");
    background-position-x: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

/*-----------------------------------Форма-поиска oт Otpusk.com--------------------------------*/
#otpForm {

}
#otpForm h2 {
    color:#0799ff;  /* цвет заголовка Поиск тура */
}
#otpForm .otp-form-wrap {

}

.otp-content{
    font-family: Arial, Tahoma, sans-serif !important;
}

.otp-content div {
    color:#fff !important;  /* цвет основных надписей */
}
.otp-content .lnk-action {
    border-bottom:1px dashed #0799ff;  /* подчеркивание ссылки "выберите страну/курорт" */
}
.otp-content a {
    color:#fff;  /* цвет ссылок "Уточнить" и "выберите страну/курорт" */
}
.otp-lnk-toggle span {
    border-bottom:1px dashed #fff;  /* подчеркивание ссылки "Уточнить" */
}
#otpForm .otp-form-wrap input,
#otpForm .otp-form-wrap select {
    border:1px solid #c3c3c3; /* цвет рамки вокруг полей */
    color:#000;  /* цвет текста в полях */
    font-size: 12px;
}
.otp-adv-hotel label.otp-checkbox-checked {
    color:#0799ff;  /* цвет текста со значениями в блоке "Категория отеля и питание" */
}
.otp-checkbox-checked {
    color:#0799ff;  /* цвет выбранных вариантов в блоке "Транспорт" */
}
.otp-lnk-toggle {
    background:url(../images/arrows-toggle.png) no-repeat -4px 0;  /* картинка со стрелочками около ссылки "Уточнить" */
}
.otp-content .otp-button {
    background:url(http://img.otpusk.com/img/os/button.png) no-repeat 0 0;  /* фон кнопки отправки формы */
    color: #FFFFFF !important;  /* цвет надписи на кнопке отправки формы */
}

.otp-content fieldset {
    padding-left: 10px;
    border:1px solid #c3c3c3;  /* цвет рамки блоков "Категории отеля", "Транспорт", "Стоимость" */
}
#otpForm .otp-slist-title, #otpForm .otp-slist-stat {
    color:#0799ff;  /* цвет текст в аяксовой форме без наведения мышки */
}
#sdays.ui-slider-horizontal,
#sdays.ui-slider-horizontal .ui-slider-range,
#sdays.ui-slider-horizontal .ui-slider-handle {
    background-image:url(../images/days-slider.png);  /* горизонтальный ползунок на форме */
}
.ui-slider-vertical,
.ui-slider-vertical .ui-slider-range,
.ui-slider-vertical .ui-slider-handle {
    background-image:url(http://export.otpusk.com/os/templates/images/slider-vertical.png);  /* вертикальный ползунок на форме */
}
#otpForm .otp-search-list ul {
    border:1px solid #0799ff;  /* рамка вокруг аяксовой формы */
}
#otpForm .otp-search-list .otp-slist-selected span {
    color:#c7e4f7 !important;  /* цвет названия страны в аяксовой форме при наведении на неё мышки */
}
.otp-slist-selected .otp-slist-title, .otp-slist-selected .otp-slist-stat {
    color:#fff !important;  /* цвет текста с количеством туров и ценой в аяксовой форме при наведении на него мышки */
}
#otpForm .otp-search-list .otp-slist-selected a {  /* фон ячейки в аяксовой форме при наведении мышки */
    background:#0796ff;  /* задний фон, важен для оперы, гре градиенты не работают */
    background-image:-webkit-gradient(linear, left top, left bottom, from(#1ebaff), to(#057eff));  /* градиенты в хроме и сафари */
    background-image:-webkit-gradient(center top, #1ebaff 0%, #057eff 100%);
    background-image:-moz-linear-gradient(center top, #1ebaff 0%, #057eff 100%);  /* градиент в фаерфоксе */
    background-image:linear-gradient(center top, #1ebaff 0%, #057eff 100%);  /* градиент в ie */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#1ebaff', EndColorStr='#057eff');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#1ebaff', EndColorStr='#057eff')";

}
.ui-datepicker .ui-datepicker-header {  /* фон шапки календаря */
    background:#0796ff;  /* задний фон, важен для оперы, где градиенты не работают */
    background-image:-webkit-gradient(linear, left top, left bottom, from(#1ebaff), to(#057eff));  /* градиент в Хроме и Сафари */
    background-image:-moz-linear-gradient(center top, #1ebaff 0%, #057eff 100%);  /* градиент в фаерфоксе */
    background-image:linear-gradient(center top, #1ebaff 0%, #057eff 100%);  /* градиент в ie */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#1ebaff', EndColorStr='#057eff');
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#1ebaff', EndColorStr='#057eff')";
    border-top:1px solid #abe5ff;  /* верхняя часть рамки календаря */
}
.ui-widget-content .ui-datepicker-calendar .ui-state-active {
    color:#fff;  /* цвет текста в выделенной ячейке календаря */
    background:#0799ff;  /* задний фон выделенной ячейки */
}
.ui-datepicker-title span {
    color: #fff !important;  /* цвет месяца и года в шапке календаря */
}


/*--------------------------------Страница-результатов-------------------------*/
#otpSearchResult {
    background-color: #0799ff !important; /* цвет фона блока с основным контентом на странице результатов*/
}

.otp-sresult-title {
    padding-left: 5px;
    color:#363636 !important;  /* цвет заголовков "Ваш запрос" и "Результат поиска" */
}

.stars {
    background:url(http://img.otpusk.com/img/os/star.png) repeat-x 0 0;  /* картинка со звездочками отелей */
}
.otp-day-price-transport i {
    background-image:url(http://img.otpusk.com/img/os/icons-transport.png);  /* картинки транспорта */
}
.otp-filter-arrow {
    background:url(http://img.otpusk.com/img/os/arrow-filter.png) no-repeat 0 0;  /* картинка со стрелочкой в фильтрах */
}
.otp-filter-values {
    font-size: 14px !important;
    color:#08d;  /* цвет текста с общей информацией о туре в фильтре */
}
.selected .otp-price-button {
    font-weight: normal !important;
    color:#08d !important;  /* цвет цены в форме с кнопкой "Выбрать" */
}
.otp-price-button {
    background:url(http://img.otpusk.com/img/os/price-button.png) no-repeat 20px 0;  /* фон формы с ценой тура, который можно выбрать  */
}
.otp-price-button a {
    background:url(http://img.otpusk.com/img/os/button-choise.png) no-repeat 0 0;  /* фон кнопки "Выбрать" */
    color:#fff;  /* цвет надписи "Выбрать" */
}
.otp-filter-content input,
.otp-filter-content select {
    color:#0799ff;  /* цвет текста в полях фильтра */
}
.otp-filter-content input:focus,
.otp-filter-content select:focus {
    border-color:#0799ff;  /* цвет рамки вокруг полей со странами в фильтре Куда */
}
.otp-filter-peoples input {
    color:#0799ff;  /* цвет текста в полях в фильтре "Кто" */
}
.otp-costs-cur-max, .otp-costs-cur-min {
    color:#0799ff;  /* цвет цифр около ползунка в фильтре "Стоимость тура" */
}
.otp-pages ul span {
    background:#ececec;  /* фон текущего номера страницы в листалке страниц */
    border:1px solid #e3e3e3;  /* рамка вокруг блока с текущим номером страницы в листалке страниц */
}
.otp-result-desc {
    color:#333333 !important;  /* цвет краткого описания отеля */
}
.otp-content h3 {
    color:#fff;  /* цвет маленьких заголовков в описании тура */
}

/*--------------------------------Страница Тура------------------------------------*/
#otpTour {
    background-color: #ffffff !important; /* цвето фона для блока с основным контентом на странице тура*/
}
.otp-tabs .selected a {
    color:#363636 !important;  /* цвет текста в активной вкладке */
}

.otp-tabs .selected a{
    background-color: transparent !important;
}

.otp-content h2 {
    color:#363636;  /* цвет названия отеля */
}
.otp-desc-left {
    color:#333!important;  /* цвет текста описания тура в левой колонке на вкладке "Описание" */
}
.otp-desc-right {
    color:#333!important;  /* цвет текста описания тура в правой колонке на вкладке "Описание" */
}
.otp-result-desc {
    color:#333!important;  /* цвет описания отеля */
}

.otp-tour-total {
    font-weight: normal !important;
    font-size: 20px !important;
    color:#fff;  /* цвет цены тура */
}

.otp-additional-list li.selected {
    color:#08d;  /* цвет дополнительно возможной услуги в блоке "Дополнительно" */
}
.otp-additional-list li.selected .otp-additional-order small {
    color:#08d;  /* цвет цены дополнительной услуги */
}
.otp-additional-icon {
    background:url(http://img.otpusk.com/img/os/icons-checked.png) no-repeat 0 0;  /* иконка около дополнительной услуги в блоке "Дополнительно" */
}
.otp-transport-in, .otp-transport-out {
    background:url(http://img.otpusk.com/img/os/icons-inout.png) no-repeat 0 0;  /* иконка транспорта в блоке "Даты и длительность тура, транспорт" */
}
.otp-retouch-days-summ div b {
    color:#363636; !important;  /* цвет информации о туре в блоке "Даты и длительность тура, транспорт" */
}
.otp-retouch-hotel tbody th b {
    color:#08d;
    border-bottom:1px dotted #08d;  /* цвет и подчеркивания категории отеля по вкладке "тур" */
}


.otp-tabs .selected{
    border: 5px solid #009ee3 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;


}

.otp-content .otp-retouch-price.selected {
    color:#fff;  /* цвет цены на кнопке с синим фоном в блоке Категория номера */
}
.otp-content .otp-retouch-price {
    background:url(http://img.otpusk.com/img/os/specify-price.png) no-repeat 0 0;  /* фон кнопки с ценой */
}
.otp-btn-savechanges {
    background:url(http://img.otpusk.com/img/os/btn-save-changes.png) no-repeat 0 0; color:#fff !important;  /* цвет текста на кнопке и фон кнопки "Сохранить изменения" в блоке "категории номера и питание" */
}
.otp-content .otp-order-close {
    background:url(http://img.otpusk.com/img/os/icon-cancel.png) no-repeat 0 50%; color:#c33;  /* картинка с крестиком и цвет ссылки "отменить" в форме "категории номера и питание" */
}
.otp-order-close span {
    border-bottom:1px dotted #fff !important;  /* цвет подчеркивание ссылки "отменить" в блоке "Категории номера и питание" */
}
.otp-order-input i {
    background-image:url(http://img.otpusk.com/img/os/icons-order.png);  /* иконки для контактной информации в блоке заказа тура */
}
.otp-retouch-selected em {
    color: #363636;  /* цвет текста направления движения (Киев-Хургада, Хургада-Киев) в блоке "Даты и длительность тура" */
}
.otp-hotel-label {
    color:#363636!important;  /* цвет текста, обозначающего категории: "Номер, Питание" в блоке "Категория номера и питание" */
}

.otp-toggle-specify{
    background: none !important;
}

/*--------------------------------Отредактированные классы------------------------------------*/
.otp-link-in img{
    display: none;
}

.otp-result-desc h2 a{

    color: #009ee3 !important;
}

/** Avia Travel **/
.form-block{
    background: none !important;
}

.left{
    font-weight: normal;
    font-size: 14px;
    color: #fff !important;
}

b{
    color: #fff !important;
}

.otp-fielddesc{
    color: #fff !important;
}

#date{
    color: #000 !important;
}
/* ----------------BreadCrumb--------------*/

#breadcrumb{
    float: right;
    margin-right: 40px;
    padding-bottom: 20px;
    color: #cacaca;
    font-size: 0.857em;
}

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

#breadcrumb ul li{
    display:inline;
}

#breadcrumb ul li.current a{
    text-decoration:underline;
}

/** Roaming **/
.switch__menu{

}

.switch__menu_roaming{
    margin-bottom: 20px;
    margin-top: 20px;
}

.switch__menu__item{
    float: left;
}

.roaming__item_goudline{
    display: none;
}

.roaming__item_travelsim{
    display: block;
}

.roaming__logo{
    float: left;
    margin-right: 10px;
}

.roaming__country-select{
    margin-top: 20px;
    padding: 10px;
    background: #009ee3;
}

.roaming__country-select__result{
    padding-top: 4px;
    float: right;
    color: #fff;
}


.roaming__country-select__result span{
    padding-right: 10px;
    font-size: 14px;
}

.roaming-info__item{
    display: none;
}

.roaming-info__item:first-child{
    display: block;
}

.roaming-info__item p{
    margin-bottom: 15px;
}

#roaming-info-block{
    display: block;
}

#roaming-info-block span{
    display: block;
}

.otp-lnk-toggle.act{
    background-position: -4px -19px !important;
}

.otp-count-message{
    top:-2px;
    position: relative;
    background: #009ee3 !important;
}

.otp-count-message-txt{
    color: #009ee3 !important;
}


.otp-count-message-arrow{
    background: none !important;
}

#otpTabs a{
    color: #009ee3;
}

.otp-result-block{
    margin: 0 5px 15px 0 !important;
 border: 1px solid #599de0 !important;
 background: #009ee3;
}

.otp-tabs a{
    background: none !important;
}

.otp-retouch-block{
    background: #fff !important;
    background-image: none;
    font-size: 14px !important;
}

.otp-retouch-block{
    text-shadow: none;
}

.otp-retouch-days-summ b{
    color: #000 !important;
}

.otp-filter-date-selected td{
    padding-top: 7px !important;
}

.otp-additional-list{
    position: relative;
    top:-13px;
}

.otp-filter-hotel .otp-retouch-selected{
    top:-9px;
}

.otp-result-place em{
    padding: 10px;
    background: #fff !important;
}

p.otp-result-place{
    background: none !important;
    padding-left: 0 !important;
}

.otp-result-row:first-child{
    width: 700px !important;
}

.otp-content .otp-tour-button{
    background-image: none !important;
}

.otp-tour-nav{

}

.otp-tour-right{
    background: #fff;
}

.otp-content div .otp-tour-right .otp-desc-right{
    padding-top: 20px !important;
    padding-right: 10px !important;
    color: #009ee3 !important;
}

.otp-content div .otp-tour-left .otp-desc-left{
    padding-top: 20px !important;
    padding-left: 10px !important;
    color: #009ee3 !important;
}

.otp-content div .otp-tour-right .otp-desc-right h3{
    color: #009ee3 !important;
}

.otp-content div .otp-tour-left .otp-desc-left h3{
    color: #009ee3 !important;
}

.otp-left{
    margin-left: 10px;
}

.otp-right{
    margin-right: 10px;
}

.otp-hotel-thumb{
    margin-bottom: 5px !important;
    margin-left: 10px !important;
}

.otp-tour-conslusion{
    padding-left: 8px !important;
    background: #fff !important;
    border-bottom: none !important;
    text-align: left !important;
}

.ad-gallery{
    padding-top: 20px !important;
}

.ad-image-wrapper{
    border: 2px solid #009ee3;
}

#otp-os-tour .otp-tour-conlusion-wrap em{
    display: none !important;
}

#otp-os-reviews .otp-result-row{
    width: auto !important;
}



#otp-os-reviews .otp-result-row .otp-reviews-list {
    color: #009ee3 !important;
    padding-left: 10px !important;
}

#otp-os-reviews .otp-result-row .otp-reviews-list a{
    color: #ea5906 !important;
}

#otp-os-reviews .otp-result-row p{
    color: #000 !important;
}

#otp-os-reviews .otp-result-row{
    padding: 10px 0 0 0;
}

#otp-os-reviews .otp-tour-right{
    margin-top: 0 !important;
}

#otp-os-reviews .otp-result-block{
    padding:5px 15px 10px !important;
}

.otp-yellow-block{
    background-image: none !important;
    background-color: #ea5906 !important;
}

#otp-os-tour .otp-tour-order{
    position: relative;
    top:-70px;
    margin-top: 0;
}

.otp-order-close{
    color: #fff !important;
    background-image: none !important;

}

#otpResult .otp-result-block{
    background: #fff !important;
}

.otp-main-container{
    min-height: 194px;
}

#otpResult .otp-result-block .otp-result-desc{
    color: #000 !important;
}

#otpResult .otp-result-block .otp-result-desc .otp-result-place em{
     padding-left: 0 !important;
}

.otp-result-day-price td{
    color: #009ee3 !important;
}

.otp-sresult-sort{
    padding-top: 15px !important;
}

.otp-sresult-sort{
    right: -72px;
    position: relative;
}

#otpResult .otp-result-block .otp-price-button{
    color: #009ee3 !important;
}

.otp-filters-wrap{
    background: #009ee3 !important;
}

.otp-filters-wrap li{
    text-shadow: none !important;
}

.otp-filter-title{
    color: #009ee3 !important;
}

.otp-filters-wrap li.otp-filter-opened{
    background: #ea5906 !important;
}

.a_ellipsis b{
    color: #009ee3 !important;
}

.moz-ellipsis b{
    color: #009ee3 !important;
}

.maps__odessa a{
    color: #009ee3 !important;
}

.maps__odessa a:hover{
    color: #ea5906 !important;
}

.sh_help_button_right{
    background-color:#009ee3 !important;
    background-image: none !important;
}

blockquote img{
    margin-right: 10px;
}

.sh_help_button_right .sh_help_button_text{
    width: 32px !important;
}

.sh_help_button_right{
    -webkit-border-radius:0 0 0 0!important;
    -moz-border-radius:0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;


}

.otp-places-list label{
    color: #000 !important;
}

#otpForm .otp-form-wrap label input{
    position: relative;
    top:8px;
}

#otpForm .otp-places-list{
    position: relative;
    top:-6px;
}

/** Hot Tours **/
.hot-tours{
    margin: 0 40px;
    padding: 10px 0 10px 20px;
    border: 1px solid #009ee3;
}

.hot-tours__title{
    color: #009ee3;
}

.hot-tours__item{
    width: 469px;
    display:inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}

.hot-tours__item__left{
    float: left;
    margin-right: 20px;
    position: relative;
}

.hot-tours__item__left__price{
    padding-top: 10px;
    width: 58px;
    height: 55px;
    position: absolute;
    background-color: #ea5906;
    left: 20px;
}

.hot-tours__item__left__price__before{
    text-align: center;
    font-weight: bold;
    display: block;
    text-decoration: line-through;
    color: #666;
}

.hot-tours__item__left__price__after{
    padding-top: 7px;
    font-size: 16px;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.hot-tours__item__left__picture{
    width: 205px;
    height: 150px;
}

.hot-tours__item__right{
    float: left;
}

.hot-tours__item__right__title{
    font-family: Arial, Tahoma, sans-serif;
    font-weight: bold;
    margin-bottom: 5px !important;
    color: #009ee3;
}

.hot-tours__item__right__title span{
    position: relative;
    top:-3px;
    font-size: 10px;
}

.hot-tours__item__right__country{
    font-size: 12px;
    color: #afca04;
    padding-bottom: 10px;
}

.hot-tours__item__right__duration{

}

.hot-tours__item__right__type{

}

.hot-tours__item__right__food{

}

.hot-tours__item__right__from{

}

.hot-tours__show  {
    display: block;
    text-align: center;
}

/** Meteo **/

.mi_240x90.mi_avatar_none .miCityName{
    padding-left: 5px !important;
}

.mi_240x90.mi_avatar_none .miLinks a{
    padding-left: 5px !important;
}

.miLogo{
    padding-right: 5px;
}

.country_about, .country_about, .country_curorts, .country_places, .country_hotels, .country_documents{
    margin-bottom: 20px;
}

.more__tours{
    display: inline-block;
    left: 50%;
    position: relative;
    margin-left: -98px;
    color: #fff !important;
    line-height: 30px;
}

.more__tours:hover{
    color: #fff !important;
}

.main-slider{
    position: relative;
    margin-left: 40px;
    margin-bottom: 5px;
}

/**.main-slider:after{
    position: absolute;
    content: '';
    width: 576px;
    height: 96px;
    background: url("../images/slider-lines.png") no-repeat;
    top:0;
    left:0;
} **/

.otp-desc-left{
    padding: 10px 0 0 10px !important;
    color: #000 !important;
}

.otp-desc-left h3{
    color: #000 !important;
}

.otp-desc-left p{
    color: #000 !important;
}

.otp-day-price-transport span i{
    color: #000 !important;
}

.otp-rating-block small-font{
    color: #000 !important;
}

.otp-rating-block.small-font{
    color: #000 !important;
}

.otp-result-desc p a{
    color: #000 !important;
}

.otp-result-conslusion b{
    color: #000 !important;
}

#otp-os-text{
    color: #000 !important;
}

.otp-content img{
    margin-left: 10px !important;
}

.mi_grey, .mi_300x250.mi_white, .mi_300x250.mi_dark{
    background: #fff !important;
}

.otp-review-full .otp-review-full-content{
    color: #000 !important;
}
/** Header **/

.logo__picture{
    width: 314px;
    height: 80px;
    padding-left: 40px;
    float: left;
}

header{
    padding-top: 20px;
    padding-bottom: 30px;
}

.header__contacts{
    float: right;
    padding-right: 40px;
}

.header__contacts__city-switcher{
    float: right;
    padding-right: 100px;
    font-family: 'Poiret One', cursive;
    font-size: 1.286em;
}

.header__contacts__city-switcher__city{
    padding-right: 30px;
    color: #009ee3;
    cursor: pointer;
}

.header__contacts__city-switcher__city:hover{
    color: #ea5906;
}

.header__contacts__city-switcher__city_active{
    color: #000;
    cursor: text;
}

.header__contacts__city-switcher__city_active:hover{
    color: #000;
}

.header__contacts__addresses{
    padding-top: 15px;
}

.header__contacts__addresses_odessa{
    display: block;
}

.header__contacts__addresses_kyiv{
    display: none;
}

.header__contacts__addresses_odessa li{
    display: block;
    float: right;
    font-size: 0.857em;
    padding-left: 30px;
}

.header__contacts__addresses_kyiv li{
    font-size: 0.857em;
}

.header__contacts__data__item{


}

.header__contacts__data__street{
    text-align: left;
}

.header__contacts__data__phone{
    text-align: left;
}

.header__contacts__data__phone span{
    font-size: 1.333em;
}

.header__contacts__social-follow{
    float: right;
}



.header__contacts__social-follow__title{
    float: left;
    font-family: 'Poiret One', cursive;
    font-size: 1.286em;
}

.header__contacts__social-follow__item{
    float: left;
    height: 16px;
    width: 26px;
    margin-top: 4px;
    padding-left: 10px;
}

.header__contacts__social-follow__link{
    display: block;
    height: 16px;
    width: 26px;
    background-image: url("../images/sprite_header-social.png");
    background-repeat: no-repeat;
}

.header__contacts__social-follow__link_vk{
    background-position: 0 0;
}

.header__contacts__social-follow__link_facebook{
    background-position: 0 -21px;
}

.header__contacts__social-follow__link_twitter{
    background-position: 0 -42px;
}

.header__contacts__social-follow__link_google{
    background-position: 0 -63px;
}

/** Menu **/
.menu{
    position: relative;
    padding: 0 40px 5px;
    z-index: 25;
}

.menu__item{
    float: left;
    text-align: center;
    background: #009ee3;
    font-family: 'Poiret One', cursive;
    font-size: 1.286em;
    width: 192px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
}

.menu__item:first-child{
    border-left: none;
}

.menu__item:last-child{
    border-right: none;
}

.menu__item__link{
    border-left: 1px solid #00c5ee;
    border-right: 1px solid #0081db;
    display: block;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
}

.menu__item__link_active{
    background: #fff;
    color: #000;
    position: relative;
    top: -2px;
    padding-top: 2px;
    background: #fff;
    color: #000 !important;
    border: 1px solid #0062ad;
}


.menu__item__link_country{
    border-left: none;
}

.menu__item__link_contacts{
    border-right: none;
}

.menu__item__link:hover{
    color: #000 !important;
}

.menu__item__link_active{
    background: #fff;
    color: #000 !important;
    border: 1px solid #0062ad;
}

.menu__item__link_hover{
    padding-top: 2px;
    top:-2px;
    position: relative;
    border-left: 1px solid #0062ad;
    border-right: 1px solid #0062ad;
    border-top:1px solid #0062ad;
    border-bottom: none !important;
    background: #fff;
    color: #000 !important;
}

.menu__item__link:hover{
    position: relative;
    padding-top: 2px;
    top:-2px;
    background: #fff;
    color: #000 !important;
    border: 1px solid #0062ad;
}

.menu__sub{
    display: none;
    left: 40px;
    padding: 0 40px;
    top:40px;
    position: absolute;
    font-family: Arial, Georgia, sans-serif;
    font-size: 0.778em;
    font-style: normal;
    color: #009ee3;
    border: 1px solid #0062ad;
    background: #fff;
    z-index: -1;
}

.menu__sub_country{
    width: 920px;
    padding: 20px 19px 0;
    text-align: left;
    display: none;
}

.menu__sub__item-country{
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 20px;
}

.menu__sub__country-letter{
    display: block;
    text-align: left;
    float: left;
    padding-right: 9px;
    color: #000000;
    font-family: 'Poiret One', cursive;
}

.menu__sub__country-list{
    text-align: left;
    width: 155px;
    float: left;
}

.menu__sub__country-list__item{
    width: 180px;
    padding-bottom: 10px;

}

.menu__sub__country__link{
    color: #000;
}

.menu__sub__country__link img{
    float: left;
    width: 16px;
    height: 14px;
    padding-right: 5px;
}

.menu__sub__country__link span{
    display: block;
    float: left;
    width: 101px;
}

.menu__item-sub{
    float: left;
    padding-left: 50px ;
}

.menu__item-sub:first-child{
    padding-left: 0;
}

.menu__item-sub__link ,.menu__item-sub__link:visited{
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    color: #009ee3;
}

.menu__item-sub__link:hover{
    color: #ea5906;
}
/** Search Filter **/

#tour-filter{
    padding: 0 40px;
    position: relative;
    top:-20px;
}

#tour-filter section {
    display:none;
}

#tour-filter.tab1 section.tab1 {
    position: relative;
    display:block;
    width:100%;
    background: #009ee3;
    border-top:1px solid #00c5ee;
    min-height: 194px;
}

#tour-filter.tab2 section.tab2 {
    position: relative;
    display:block;
    width:100%;
}

#tour-filter.tab3 section.tab3 {
    position: relative;
    display:block;
    width:100%;
    background: #009ee3;
}

#tour-filter.tab3 section.tab3 .tour-filter__bottom-lines{
    position: relative !important;
}

#tour-filter.tab4 section.tab4 {
    position: relative;
    display:block;
    width:100%;
    background: #009ee3;
}

#tour-filter.tab5 section.tab5 {
    position: relative;
    display:block;
    width:100%;
    background: #009ee3;
}

#tour-filter.tab6 section.tab6 {
    position: relative;
    display:block;
    width:100%;
    background: #009ee3;
}

#tour-filter.tab7 section.tab7 {
    position: relative;
    display:block;
    width:100%;
    background: #009ee3;
}


#tour-filter.tab1 a.tab1 {
    cursor: default;
    background: #ea5906;
    border-bottom-color: #ea5906 !important;
    text-decoration: none;
}

.tour-filter__menu__item .tab1{
    width: 98px;
    border-left: none;
}

.tour-filter__menu__item .tab2{
    width: 125px;
}

.tour-filter__menu__item .tab3{
    width: 107px;
}

.tour-filter__menu__item .tab4{
    width: 164px;
}

.tour-filter__menu__item .tab5{
    width: 176px;
}

.tour-filter__menu__item .tab6{
    width: 119px;
    border-right: none;
}

.tour-filter__menu__item .tab7{
    width: 161px;
    border-right: none;
}

#tour-filter.tab2 a.tab2 {
    cursor: default;
    background: #ea5906;
    border-bottom-color: #ea5906 !important;
    text-decoration: none;
}

#tour-filter.tab3 a.tab3 {
    cursor: default;
    background: #ea5906;
    border-bottom-color: #ea5906 !important;
    text-decoration: none;
}

#tour-filter.tab4 a.tab4 {
    cursor: default;
    background: #ea5906;
    border-bottom-color: #ea5906 !important;
    text-decoration: none;
}

#tour-filter.tab5 a.tab5 {
    cursor: default;
    background: #ea5906;
    border-bottom-color: #ea5906 !important;
    text-decoration: none;
}

#tour-filter.tab6 a.tab6 {
    cursor: default;
    background: #ea5906;
    border-bottom-color: #ea5906 !important;
    text-decoration: none;

}

#tour-filter.tab7 a.tab7 {
    cursor: default;
    background: #ea5906;
    border-bottom-color: #ea5906 !important;
    text-decoration: none;

}


.tour-filter__menu__item a, .tour-filter__menu__item a:visited{
    color: #fff;
}

.tour-filter__menu__item a:hover{
    color: #fff !important;
}

a.tab6{
    border-right: none;
}

.tour-filter__menu__item{
    float: left;

}

.tour-filter__menu__item a{
    display: block;
    padding: 11px 0 12px;
    background: #009ee3;
    border-left: 1px solid #00c5ee;
    border-right: 1px solid #0081db;
    border-bottom: 1px solid #0081db;
    text-decoration: none;
    font-family: 'Poiret One', cursive;
    color: #fff;
    font-size: 1.286em;
}


.tour-filter__menu__item a.tab2{
    border-right: 0;
}

.tour-filter__menu__item a:first-child{

}

.tour-filter__menu__item a:last-child{

}

.tour-filter__tours{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.otp-main-container, .otp-content, #otpusk_onsite{
    display: block !important;
}

.tour-filter__menu__item__text{
    line-height: 1.2;

}

a.tab1 .tour-filter__menu__item__text{
      margin-left: 20px;
      padding-left: 20px;
      background: url("../images/filter_tours-icon.png") no-repeat;
}

a.tab2 .tour-filter__menu__item__text{
    margin-left: 20px;
    padding-left: 30px;
    background: url("../images/filter_tours-hotels.png") no-repeat 0 3px;
}

a.tab3 .tour-filter__menu__item__text{
    margin-left: 20px;
    padding-left: 25px;
    background: url("../images/filter_avia-tickets-icon.png") no-repeat;
}

a.tab4 .tour-filter__menu__item__text{
    margin-left: 20px;
    padding-left: 25px;
    background: url("../images/filter_bus-tours-icon.png") no-repeat;
}

a.tab5 .tour-filter__menu__item__text{
    margin-left: 20px;
    padding-left: 25px;
    background: url("../images/filter_exclusive-tours-icon.png") no-repeat;
}

a.tab6 .tour-filter__menu__item__text{
    margin-left: 20px;
    padding-left: 25px;
    background: url("../images/filter_crouizes-icon.png") no-repeat;
}

a.tab7 .tour-filter__menu__item__text{
    margin-left: 20px;
    padding-left: 25px;
    background: url("../images/filter_ukrainian-tours-icon.png") no-repeat;
}

.otp-form-wrap{
    background: none !important;

}

/** Avia Tickets **/
.form-block {
    background: #589de0;
    width: 920px;
    padding-bottom: 0;
    border-radius: 10px;
    color: #FFF;
    opacity: 1;
}
/** Country **/

.request-manager, .request-book{
    display: none;
    position: absolute;
    width: 700px;
    background: #009ee2;
    z-index: 200;
}


.request-manager__form, .request-book__form{
  padding:30px 50px 20px;
}

.request-manager__form__close-button, .request-manager__form__close-button:visited{
    right: 10px;
    top:0;
    font-size: 2.500em;
    position: absolute;
    color: #fff;
    cursor: pointer;
}
.get-coupon_close{
	right: 1px;
    top: -10px;
    font-size: 1.6em;
    position: absolute;
    color: #fff !important;
    cursor: pointer;
}
.request-manager__form__left-side{
    float: left;
}

.request-manager__form__right-side{
    float: right;
}

.request-manager__form__item{
    padding-bottom: 20px;
}

.request-manager__label{
    color: #fff;
    padding-bottom: 5px;
}

.request-manager__maessage{
    width: 100%;
    height: 80px;
}

.request-book__maessage{
    height: 120px;
    width: 320px;
}

.request-manager__form__item__send{
    float: right;
    padding-left: 18px;
    padding-right: 18px;
    cursor: pointer;
    color: #fff;
    background: #ea5906;
    border: none;
    height: 32px;
}


.request-manager__title{
    text-align: center;
    font-size: 1.286em;
    font-family: Arial, Tahoma, sans-serif;
    margin-bottom: 15px;
    color: #fff;
}

.cruises-filter{
    position: relative;
    z-index: 3;
    padding: 20px 20px;
}

.cruises-filter__list__item{
    float: left;
    margin-right: 20px;
    text-align: left;
}

.cruises-filter__list__item_right{
    margin-right: 0;
    float: right;
}

.cruises-filter__list__item input{
    width: 100px;
}

.cruises-filter__list__item label{
    padding-bottom: 5px;
    color: #fff;
}

.cruises-filter__list__item select{
    width: 120px;
}

.cruises-filter__list__item__submit{
    margin-top: 20px;
    height: 30px;
    cursor: pointer;
    background: #ea5906;
    border: none;
    color: #fff;
}

.country__top-info{
    margin-bottom: 35px;
    border: 1px dashed #009ee2;
    padding: 10px;
}

.country__time{

}

.country__actions{

}

.country__temperature{
    float:left;
    width: 156px;
    height: 71px;
    background: url("../images/meteo-informer-test.jpg") no-repeat;
    padding-right: 20px;
}

.country__currency{
    float: left;
}

.country__cruises{
    text-align: center;
}

.country__slider{
    width: 320px;
    height: 180px;
    float: left;
    margin-bottom: 40px;
}

.country__info{
    float: left;
    margin-left: 20px;
}

.country__info p span{
    font-weight: bold;
}

.country__slider img{
    width: 320px;
    height: 180px;
}

.country__tours{
    text-align: center;
}

.country__tours__cruises{
    margin-top: 0;
}


.tour__type-icon{
    float: left;
    padding-left: 10px;
    display: block;
}

.tour__type-text{
    display: block;
    float: left;
    width: 520px;
    font-family: Arial, Tahoma, sans-serif;
    font-weight: bold;
    color: #009ee3;
}

.tour__type-icon.country__tour-types__icon_car{
    position: relative;
    top:2px;
}

.tour__type-icon_cruise{
    width: 18px;
    height: 20px;
    background: url("../images/cruise-icon.png") no-repeat;
}

.country__tours__title{
    text-align: left;
    width: 560px;
    float: left;
    margin-bottom: 5px;
    font-family: Arial, Tahoma, sans-serif;
    color: #009ee3;
    font-weight: bold;
}

.country__tours__price{
    float: right;
    font-size: 19px;
    top:1px;
    position: relative;
    color: #ea5906;
}

.country__tours__price span{
    font-weight: normal;
    font-size: 0.778em;
    color: #626262;
}

.country__tours__item__title__link{
    width: 261px;
    font-weight: normal;
    font-size: 1.143em;
    font-family: Arial, Georgia, sans-serif;
}

.country__tours__item{
    padding: 10px 0 15px;
    border-top: 1px solid #d9d9d9;
}

.country__tours__item__info{
    float: left;
    width: 350px;
    padding-right: 20px;
    text-align: left;
}

.country__tours__item__info_cruises{
    width: 650px;
}

.country__tours__item__left{
    float: left;
    padding-bottom: 5px;
}
.country__tours__item__right{
    text-align: left;
    width: 180px;
    float: right;
}

.country__tours__item__title{
    margin-bottom: 8px;
    font-size: 1em;
}

.country__tours__item__days{
    font-size: 0.857em;
}


.country__tours__item__days span{

}

.country__tour-types{
    padding-top: 10px;
    text-align: center;
}

.cruise__company-types{
   text-align: center;
   width: 80px;
   height: 60px;
    line-height: 60px;

}

.cruise__company-logo{
    float: left;
    text-align: center;
    width: 150px;
    height: 100px;
    line-height: 100px;
}

.cruise__company-logo img{
    max-width: 150px;
    max-height: 100px;
    vertical-align: middle;
}

.cruise__company-types img{
    max-width: 80px;
    max-height: 60px;
    vertical-align: middle;
}

.country__tours__item__destination{
    font-size: 0.857em;
    padding-bottom: 5px;
    color: #626262;
}

.country__tours__item__destination span{
    padding-right: 5px;
}

.country__tours__item__duration{
    padding-bottom: 5px;
}

.country__tours__item__info p{
    font-size: 0.857em;
    color: #626262;
}

.country__tours__item__info span{
    padding-right: 5px;
}

.country__tours__days-transport{
    float: left;
    margin-top: 4px;

}

.country__tours__item__type{
    float: left;
    padding-right: 10px;
}

.country__tours__item__transport{
    float: right;
}

.country__tours__item__price{
    float: right;
    padding-right: 10px;
    color: #626262;
    font-size: 0.857em;
}

.country__tours__item__price span{
    font-size: 1.333em;
    font-weight: bold;
    color: #d16836;
}

.country__tours__item__book, .service__item__book{
    float: right;
    padding: 10px 18px;
    background: #009ee3;
    color: #fff !important;
}

.country__tours__item__book:hover, .service__item__book:hover{
    background: #ea5906;
}

.country__tours__pagination{
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.country__tours__pagination__list{
    position: relative;
}

.country__tours__pagination__arrow{
    cursor: pointer;
    display: block;
    top:-2px;
    position: absolute;
    width: 10px;
    height: 20px;
}

.country__tours__pagination__arrow_left{
    left:-35px;
    background: url("../images/pagination-arrow-left.png") no-repeat center center;
}

.country__tours__pagination__arrow_right{
    right:-35px;
    background: url("../images/pagination-arrow-right.png") no-repeat center center;
}


.country__tours__pagination__item{
    float: left;
    margin-left: 15px;

}

.country__tours__pagination__item{

}

.country__tours__pagination__link{

}

.country__tours__pagination__link_active{
    color: #000 !important;
    cursor: text;
}

.country__tours__pagination__item:first-child{
    margin-left: 0;
}

/** Country Calendar **/

.country__calendar{
    float: left;
}

.country__calendar__list{
    float: left;
    margin-right: 25px;
}

.country__calendar__item{
    width: 55px;
    font-size: 12px;
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: #666;
    color: #fff;
}

.country__calendar__marker__color{
    background-color: #666;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 8px;
}

.country__calendar__item_shoping{
    background: #e81738;
}

.country__calendar__item_plage{
    background: #e39700;
}

.country__calendar__item_excursion{
    background: #61b012;
}

.country__calendar__item_ski{
    background: #009ee3;
}

.country__calendar__marker{
    float: right;
    width: 320px;
    padding-top: 36px;

}

.country__calendar__marker__item{
    padding-bottom: 10px;
    float: left;
    width: 140px;
}
/** End Country Calendar **/
/** Tour **/

.tour-content{
    margin-top: 10px;
}

.tour-head{
    padding-bottom: 10px;
    border-bottom: 1px solid #626262;
}

.tour__title{
    float: left;
    width: 550px;
    margin-bottom: 0;
}

.tour-content__parametrs{
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #626262;
}

.tour-content__parametrs span{
    font-weight: bold;

}

.tour-content__parametrs__item{
    margin-right: 20px;
    padding-bottom: 5px;
    font-size: 0.857em;
}

.tour-content__description{

}



.country__tour-types__icon{
    display: inline-block;
    margin-left: 5px;
}

.country__tour-types__icon:first-child{
    margin-left: 0;
}

.country__tour-types__icon_bus{
    width: 16px;
    height: 20px;
    background: url("/images/tour-types-icon-bus.png") no-repeat;

}

.country__tour-types__icon_car{
    width: 20px;
    height: 17px;
    background: url("/images/tour-types-icon-car.png") no-repeat;
}

.country__tour-types__icon_train{
    width: 20px;
    height: 20px;
    background: url("/images/tour-types-icon-train.png")no-repeat;
}

.country__tour-types__icon_airbus{
    width: 20px;
    height: 20px;
    background: url("/images/tour-types-icon-airbus.png") no-repeat;
}

.country__tour-types__icon_ship{
    width: 18px;
    height: 20px;
    background: url("/images/tour-types-icon-ship.png") no-repeat;
}

.country__tour-types__icon_exclusive{
    width: 20px;
    height: 20px;
    background: url("/images/tour-types-icon-exclusive.png") no-repeat;
}


.tour__photos{
    margin-bottom: 20px;
}

.tour__photos__item{
    width: 120px;
    height: 100px;
}

.tour__photos__item-link{
    display: block;
    width: 120px;
    height: 100px;
    float: left;
    margin-left: 19px;
}

.tour__photos__item-link:first-child{
    margin-left: 0;
}

.tour-content__text p{
    padding: 10px 0;
}

.tour-content__text__links{
    float: right;
    color: #009ee3;

}

.tour-content__description__print-link{
    display: block;
    width: 25px;
    height: 23px;
    background: url("/images/tour-print-icon.jpg") no-repeat;
}

.tour-content__text__links a{
    padding-left: 10px;
    font-size: 0.857em;
}

.tour-content__description__download-link{
    padding-right: 10px;
}

.tour-content__text{
    margin-top: 15px;
}

.tour-content__dates{
    display: none;
}

.tour-content__parametrs__item_float-left{
    float: left;
}

.tour-content__tabs__link{
    position: relative;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    color: #009ee3 !important;
    font-size: 0.857em;
}

.tour-content__description__link_active{
    color: #cd5919 !important;
    cursor: text;
}

.tour-content__description__link_active:after{
    position: absolute;
    width: 15px;
    height: 9px;
    background: url("/images/arrow-tours-tab.jpg") no-repeat;
    content: '';
    bottom: -9px;
    left: 50%;
    margin-left: -4px;
}
/** News **/

.news{
    text-align: center;
}

.news__item{
    text-align: left;
    padding: 10px 10px 15px;
}

.news__item:nth-child(odd){
    background: #eef1f2;
}

.news__item__title{

}

.news__item__picture{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.news__item__text{
    float: left;
    width: 530px;
}

.news__item__tags{
    clear: both;
    float: left;
    margin-top: 20px;
    font-size: 0.857em;
}

.news__item__tags span{
    float: left;
    color: #808080;
    padding-right: 5px;
}

.news__item__tags__links{
    float: left;
    width: 450px;
}

.news__item__date{
    float: right;
    font-size: 0.857em;
    margin-top: 20px;
    color: #808080;
}

.comments{
    margin-top: 20px;
    padding-top: 20px;
    border-top:1px dashed #808080;
}

.comments__title{
    font-family: Arial, Tahoma, sans-serif;
    cursor: pointer;
    float: left;
    margin-right: 20px;
    font-size: 0.889em;
    color: #009ee3;
}

.comments__title_active{
    cursor: text;
    color: #000;
}

.comments__item{
    padding-bottom: 35px;
}

.comments__item__text{
    font-size: 0.857em;
}
.comments__item__name{
    float: left;
    margin-top: 20px;
    color: #808080;
    font-size: 0.857em;
}
.comments__item__name span{
    color: #009ee3;
}
.comments-add{
    margin-top: 20px;
}
.comments-add__message{
    width: 98%;
    height: 75px;
    padding-top: 15px;
    padding-left: 2%;
    font-family: Arial, Tahoma, sans-serif;
    margin-bottom: 20px;
    border: 1px solid #cacaca;
    background: #eeeeee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #eeeeee 0%, #f9f9f9 2%, #ffffff 16%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(2%,#f9f9f9), color-stop(16%,#ffffff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%);
    background: -o-linear-gradient(top, #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%);
    background: -ms-linear-gradient(top, #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#f9f9f9 2%,#ffffff 16%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );

}
.comments-add__item{
    width: 120px;
    padding-left:18px;
    padding-right:10px;
    float: left;
    margin-right: 15px;
}

.comments__block_facebook{
    display: none;
}

.comments__block_vkontakte{
    display: none;
}
/** Xot-Travel Club **/

.club{
    position: relative;
}

.club-wrapper{
    width: 566px;
    float: left;
}

.club-description{
    float: left;
    padding-left: 30px;
    width: 280px;
    color: #fff;
}

.club-description ul{
    line-height: 1.4;
}

.club-item, .club-item-desc{
    position: relative;
    width: 128px;
    height: 128px;
    float: left;
    border: 1px solid #009ee3;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 10px;
}

.club-item-desc{
    text-align: center;
    padding-top: 38px;
    padding-left: 10px;
    padding-right: 10px;
    width: 108px;
    height: 90px !important;
    line-height: 22px;
    font-size: 20px;
    color: #fff !important;
}

.club-item-desc_orange{
    border: 1px solid #e63810;
    background: #e63810;
}

.club-item-desc_green{
    border: 1px solid #31a935;
    background: #31a935;
}

.club-item img{
    width: 128px;
    height: 128px;
}

.club-item_blue{
    width: 128px;
    height: 128px;
    border: 1px solid #009ee3;
}

.club-item_blue img{
    width: 128px !important;
    height: 128px !important;
}

.club-item_green{
    border: 1px solid #31a935;
    width: 128px;
}

.club-item_orange{
    border: 1px solid #e63810;
    width: 269px;
}

.club-item_vacancy{
    border: 1px solid #e63810;
}

.club-item_vacancy p{
    background: #e63810 !important;
}


.club-item_yellow{
    border: 1px solid #f7a800;
    width: 128px;
}

.club-item_light-green{
    width: 128px;
    border: 1px solid #d0d21c;
}


.club-item_facebook{
    width: 128px;
}

.club-item_facebook img{
    width: 128px !important;
    height: 128px !important;
}

.club-item_last{
    width: 280px;
}

.club-item img{
    width: 230px;
    height: 170px;
}

.club-item_green img{
    width: 128px;
    height: 128px;
}

.club-item_orange img{
    width: 290px;
}

.club-item_light-green img{
    width: 128px;
}

.club-item_last img{
    width: 280px;
}

.club-item__title{
    height: 35px;
    line-height: 35px;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    color: #fff;
}

.club-item_blue .club-item__title{
    background: rgba(88,157,224,0.9);
}

.club-item_green .club-item__title{
    background: rgba(49,169,53,0.9);

}

.club-item_orange .club-item__title{
    background: rgba(230,56,13,0.9);

}

.club-item_yellow .club-item__title{
    background: rgba(247,168,0,0.9);
}

.club-item_light-green .club-item__title{
    background: rgba(208,210,28,0.9);
}

.club-item__text{
    top: -170px;
    padding: 0 10px;
    position: absolute;
    padding-top: 20px;
    width: 210px;
    height: 150px;
    text-align: center;
    font-size: 0.857em;
    color: #fff;
}

.club-item_blue .club-item__text{
    width: 108px;
}

.club-item_blue .club-item__text{
    background: rgba(88,157,224,0.9);
}

.club-item_green .club-item__text{
    background: rgba(49,169,53,0.9);
    width: 108px;
}

.club-item__text_projects{
    padding-top: 38px;
    height: 90px !important;
    line-height: 22px;
    font-size: 20px;
}

.club-item_orange .club-item__text{
    background: rgba(230,56,13,0.9);
    width: 249px;
}

.club-item_yellow .club-item__text{
    width: 108px;
    background: rgba(247,168,0,0.9);
}

.club-item_light-green .club-item__text{
    background: rgba(208,210,28,0.9);
    width: 128px;
}

.club-item_last .club-item__text{
    width: 260px;
}

.club-item_vk img{
    width: 128px;
    height: 128px;
}

.club-item_orange img{
    height: 128px !important;
}

.club-item_forum{
    border: 1px solid #009ee3;
}

.club-item_forum img{
    width: 269px;
}

.club-item_forum p{
    line-height: 50px;
    background: rgba(88,157,224,0.9) !important;
}

.club-item_akcii{
    border: 1px solid #f7a800;

}
.club-item_akcii p{
    line-height: 50px;
    background: rgba(247,168,0,0.9) !important;
}
.club-item_about{
    line-height: 50px;
}
.club-item_odnoklassiniki .club-item__text{
    font-size: 16px;
    width: 108px;
    background: rgba(247,168,0,0.9)
}
.club-item_odnoklassiniki img{
    width: 128px !important;
    height: 128px !important;
}
.club-item_odnoklassiniki{
    width: 128px;
    border: 1px solid #f7a800 !important;
}
@charset \\\&quot;windows-1251\\\&quot;;
/* CSS Document */


br.clear {clear: both; padding: 0; margin: 0px; font-size: 1px}
body {padding: 0; margin: 0px; top:0; left: 0}
.form-block {
    background: #009ee3;
    width: 960px;
    padding-bottom: 0;
    color:#FFF;
}

.form-block label {
    top:2px;
    position: relative;
    margin-right: 0px;
    cursor:pointer;
    font-size:16px;
    font-family:Arial,Verdana, Geneva, sans-serif
}

.form-block input {background: #fff; font-size: 12px; padding-top: 2px; height: 16px;}
.form-block .body {
    position: relative;
    top:-15px;
    padding: 0 10px;
    width:920px;
    height:400px;
    background: #009ee3;
}
.form-block .header {text-align: center; padding: 10px 0; background: #0089D9; color: #fff; font-weight: bold; font-size:24px}
.form-block span.req {color: #ff0000}
table tbody tr td div.directroute div.v {margin-top:-7px;}
noindex:-o-prefocus,table tbody tr td div.directroute div.v {margin-top:-15px;}
.form-block .direction {color:#fff; margin:10px 10px 10px 0; font-weight:bold}
.form-block .direction div { text-align:center; margin-right: 45px; }

.form-block .p_from {width: 200px; float: left;}
.form-block .p_from .t {font-weight: bold; font-size:14px; font-family:Verdana, Geneva, sans-serif}
.form-block .p_from .v input,.form-block .p_to .v input {

    background: none no-repeat scroll left center #EEEEEE;
    border: 3px solid #EEEEEE;
    color: #236891;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    margin: 5px 7px 5px 0;
    padding: 0 0 0 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 240px;

}


.form-block .p_from .v input:focus,.form-block .p_from .v input:active,.form-block .p_to .v input:focus,.form-block .p_to .v input:active,.form-block .p_from .v input:hover,.form-block .p_to .v input:hover {
    background: none no-repeat scroll left center #fff;
    border: 3px solid #ccc;
}


.form-block .p_to {width: 250px; float: left;}
.form-block .p_to .t {font-weight: bold; font-size:14px; font-family:Verdana, Geneva, sans-serif}
/*.form-block .p_to .v input {
	background:  url(http://www.aviakassa.org.ua/myprj/res/css/img/city-field2.png)no-repeat scroll 0 0 transparent;

    background-position: right bottom;
    border: medium none;
    color: #116099;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    margin-bottom: 5px;
    margin-left: -5px;
    margin-top: 0;
    outline-style: none;
    overflow: hidden;
    padding: 10px 50px 10px 15px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 259px;
    z-index: 200;}
	
.form-block .p_to .v input:focus {
    background: url(http://www.aviakassa.org.ua/myprj/res/css/img/city-field2-focus.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
}*/

.form-block .departure {width: 230px; float: left; margin: 5px 5px 5px 0;}
.form-block .departure .t {font-weight: bold; font-size:14px; font-family:Verdana, Geneva, sans-serif}
.form-block .departure .v input,.form-block .arrive .v input {
    background: none no-repeat scroll left center #EEEEEE;
    border: 3px solid #EEEEEE;
    color: #236891;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 21px;
    margin: 5px 10px 5px 0;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: middle;
    width: 130px;
}
.form-block .departure .v input:focus,.form-block .departure .v input:hover,.form-block .departure .v input:active
,.form-block .arrive .v input:focus,.form-block .arrive .v input:hover,.form-block .arrive .v input:active{
    background: none no-repeat scroll left center #fff;
    border: 3px solid #ccc;
}
.form-block .arrive {width: 230px; float: left; margin: 15px 0 10px 0}
.form-block .arrive .t {font-weight: bold; font-size:14px; font-family:Verdana, Geneva, sans-serif}
/*.form-block .arrive .v input { 
background: none no-repeat scroll left center #EEEEEE;
    border: 3px solid #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    color: #808080;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 27px;
    margin: 5px 10px 5px 0;
    padding-left: 15px;
    text-decoration: none;
    vertical-align: middle;
    width: 250px;
}
.form-block .arrive .v input:focus {
    background: url(http://www.aviakassa.org.ua/myprj/res/css/img/calendar-field-focus.png) no-repeat scroll 0 0 transparent;
    border: medium none !important;
}*/

.form-block .passengers {float: left; margin-bottom:10px; text-align:left}
.form-block .passengers .h {font-weight: bold; margin-bottom: 8px; font-size:16px; font-family:Verdana, Geneva, sans-serif}
.form-block .passengers .t {width: 85px; height:30px; font-size:12px; font-family:Verdana, Geneva, sans-serif}
.form-block .passengers .v {margin-bottom: 2px; height:20px}
.form-block .passengers .v select {background: none no-repeat scroll left center #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #808080;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 27px;
    margin: 3px 5px 5px 0;
    text-decoration: none;
    text-align:center;
    vertical-align: middle;
    width: 60px;
    cursor:pointer}

.form-block .cabin {width: 280px; float: right; height:50px; display:none}
.form-block .cabin .t {font-weight: bold;  margin:20px; font-size:16px; font-family:Verdana, Geneva, sans-serif}
.form-block .cabin .t select {background: none no-repeat scroll left center #EEEEEE;
    border: 1px solid #EEEEEE;
    border-radius: 6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    color: #808080;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 27px;
    margin: 3px 5px 5px 0;
    padding-left: 8px;
    text-decoration: none;
    vertical-align: middle;
    width: 210px;
    margin-right:50px;cursor:pointer}

.form-block .directroute { margin-top: 40px; height:50px; width: 230px; cursor:pointer; }
.directroute:hover {
    color:#FAAC16}

noindex:-o-prefocus, .form-block .directroute {float: right; margin-top: 20px; height:50px; width: 230px; cursor:pointer; }

.form-block .directroute .v input {
    position: relative;
    float: left;
    top: -3px;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 0;
}

.form-block .submit-dv {
    text-align: right;
    padding-right: 24px;
}

.form-block input.button {
    border: none;
    background: #ea5906;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 30px;
    width: 150px;
    cursor:pointer;
}


.form-block input.button:hover {

    cursor: pointer;
}
div.zakaz_oplata_desc p {
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;

}
div.zakaz_oplata_desc p span.price{
    color:#ff6600;
    font-size:18px;
}
div.zakaz_oplata_desc p span.sml{
    font-size:12px;
}
ol {
    counter-reset: li;
    font: 15px 'trebuchet MS','lucida sans';
    list-style: none outside none;
    margin-bottom: 4em;
    margin-left: 10px;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 570px;
}
ol ol {
    margin: 0 0 0 2em;
}
.rounded-list span, .rounded-list a {
    -moz-transition: all 0.3s ease-out 0s;
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 0.3em 0.3em 0.3em 0.3em;
    color: #444444;
    display: block;
    margin: 0.5em 0;
    padding: 0.4em 0.4em 0.4em 2em;
    position: relative;
    text-decoration: none;
}
.rounded-list a {
    font-weight: bold;
    text-decoration: underline;
}
.rounded-list span:hover, .rounded-list a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
}
.rounded-list span:hover:before, .rounded-list a:hover:before {
    -moz-transform: rotate(360deg);
}
.rounded-list span:before, .rounded-list a:before {
    -moz-transition: all 0.3s ease-out 0s;
    background: none repeat scroll 0 0 #87CEEB;
    border: 0.3em solid #FFFFFF;
    border-radius: 2em 2em 2em 2em;
    content: counter(li, decimal);
    counter-increment: li;
    font-weight: bold;
    height: 2em;
    left: -1.3em;
    line-height: 2em;
    margin-top: -1.3em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 2em;
}

.avia-description{
    margin-top: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    width: 300px;
    padding: 20px 10px 10px;
    border: 2px solid #fff;
}

/** Footer **/
.footer{

    bottom: 0;
    width: 100%;
}
.footer__content{
    width: 1000px;
    margin: 0 auto;
}
.footer__content__left{
    float: left;
    padding-left: 20px;
}
.footer__menu{
    width: 237px;
}
.footer__menu_services{
    float: left;
}
.footer__menu_xot-club{
    float: right;
}
.footer__content__right{
    float: right;
    width: 440px;
}
.footer__menu__item_title{
    font-weight: bold;
    font-size: 1.143em;
    color: #000 !important;
}
.footer__menu__item{
    padding-bottom: 10px;
    color: #009ee3;
}

.footer__menu__link{
    color: #009ee3;
}
.footer__contacts h4{
    font-weight: bold;
    font-size: 1.143em;
    color: #000 !important;
    padding-bottom: 4px;
}
.footer__contacts_odessa p{
    float: left;
    width: 220px;
    padding-bottom: 20px;
    font-size: 0.857em;
}
.footer__contacts_kyiv p{
    font-size: 0.857em;
}
.footer__contacts_odessa a, .footer__contacts_odessa a:visited{
    color: #009ee3;
}
.footer__bottom{
    padding: 30px 20px 30px;
    font-size: 0.857em;
}
.footer__bottom__copyright{
    float: left;
}
.footer__bottom__mades-by{
    float: right;
}
.add_links{
	padding: 0 40px 5px;
}
.add_link a{
	padding: 10px;
	cursor: pointer;
}


body .otp-main-container {
    display: none !important;
}