/* Last Modified 2016-02-05 19:44:02 by root */
/*******************************************************************************
  RESET
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

sup {
    position: relative;
    top: -4px;
    font-size: 0.6em;
}

/*******************************************************************************
  TEMPLATES
*******************************************************************************/
.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* END OF CLEARFIX */

/*******************************************************************************
  MAIN
*******************************************************************************/
.rouble {
    position: relative;
    color: #929292;
    font-size: 13px;
}

.rouble:after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 3px;
    width: 8px;
    height: 9px;
    background: url(../img/icon-rouble.png) 0 0 no-repeat;
}

.rouble.yellow {
    padding: 0;
}

.rouble.yellow:after {
    content: '';
    position: static;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 3px;
    width: 12px;
    height: 16px;
    background: url(../img/rouble_yellow.png) no-repeat;
}

.rouble.black {
    padding: 0;
}

.rouble.black:after {
    position: static;
    display: inline-block;
    vertical-align: baseline;
    margin: 0 0 0 3px;
    width: 9px;
    height: 12px;
    background: url(../img/rouble_black.png) no-repeat;
}

html, body {
    min-width: 999px;
    height: 100%;
}

html {
    overflow-y: scroll;
    background: url(../img/htmlbg.jpg) 50% 0 no-repeat;
    background-attachment: fixed;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.main_page {
    background: #fff;
}

body {
    position: relative;
    font: normal 100% 'Roboto', Arial, Tahoma, sans-serif;
}

a:hover {
    /*text-decoration: none !important;*/
}


/*******************************************************************************
  STRUCTURE:BASE
*******************************************************************************/

.wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

.body {
    position: relative;
    height: auto !important;
    min-height: 100px;
    padding: 0 0 230px;
}

.footer {
    position: relative;
    height: 185px;
    margin: -195px auto 0;
}


/*******************************************************************************
  LAYOUT
*******************************************************************************/

.header {
    position: relative;
    height: 100px;
}

.header__logo {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 400px;
    height: 70px;
    background: url(../img/logo_new.png) center no-repeat;
    background-size: 400px auto;
}

.header__contacts {
    position: relative;
    margin: 15px 0 15px 20px;
    float: right;
    text-align: center;
}

.header__tlg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../img/telegram.svg) no-repeat;
    background-size: contain;
}

.header__contacts .contacts__phone {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-align: right;
}

.header__contacts .contacts__callback {
    font-size: 15.5px;
    color: #10afd2;
}

.header__contacts .contacts__callback:hover {
    text-decoration: none;
}

.header__time {
    float: right;
    margin: 15px 0;
    font-size: 12px;
    line-height: 17px;
    color: #aaa;
}

.header__mgn {
    float: right;
}

.header__mgn a {
    float: right;
    display: block;
    margin: 20px 35px 0 0px;
    height: 40px;
    line-height: 40px;
    padding: 35px 0 0;
    font-size: 15.5px;
    color: #10afd2;
    background: url(../img/mgn.png) center top no-repeat;
    background-size: 40px auto;
}

.menu {
    z-index: 20;
    position: relative;
    height: 50px;
}

.menu .menu__layout {
    height: 50px;
    margin-left: -10px;
}

.menu .menu__entry {
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0 7px 4px;
}

.menu .menu__link {
    display: block;
    height: 33px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 33px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    border: 1px solid transparent;
}

.menu .menu__entry:hover .menu__link,
.menu .menu__entry_current .menu__link {
    border-color: #fff;
}

.menu .menu__sub {
    display: none;
    position: absolute;
    top: 50px;
    background: #fff;
    z-index: 21;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, .3);
}

.menu .menu__entry:hover .menu__sub {
    display: block;
}

.menu .menu__entry .list__entry .entry__lnk {
    display: block;
    position: relative;
    padding: 0 0 0 17px;
    color: #0b9ebe;
    text-decoration: none;
    margin: 0 0 10px;
}

.menu .menu__entry .list__entry .entry__lnk:hover {
    text-decoration: underline;
}

.menu .menu__entry .list__entry .entry__lnk:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 7px;
    background: url(../img/menu_sub_arr.png) no-repeat;
}

.topbar__search {
    position: absolute;
    right: 0;
    top: 9px;
}

.topbar__search .search__input {
    position: absolute;
    padding: 0 35px 0 10px;
    right: 0px;
    top: 0;
    height: 32px;
    width: 150px;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 30px;
    background-color: #FFFFFF;
    border: 0 none;
    border-radius: 2px;
    box-shadow: inset 1px 1px 1px 0px rgba(64, 139, 168, 0.75);
}

.topbar__search .search__link {
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    top: 6px;
    right: 6px;
    background: url(../img/icon-search.png) left bottom no-repeat;
}

.topbar__search .search__link:hover {
    background-position: left top;
}

.search__recommend {
    position: relative;
    padding-bottom: 15px;
}

.submenu {
    z-index: 10;
    position: relative;
    clear: both;
}

.submenu .submenu__entry {
    float: left;
}

.submenu .submenu__link {
    position: relative;
    display: block;
    height: 50px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 50px;
    color: #000;
    text-decoration: none;
    border-radius: 2px;
}

.submenu .submenu__entry:nth-child(7) {
    margin-right: 50px;
}

.submenu .submenu__entry:hover .submenu__link {
    color: #10afd2;
}

.submenu .submenu__entry_current .submenu__link {
    color: #10afd2;
}

.submenu__link_abonement:after {
    content: '';
    position: absolute;
    top: 6px !important;
    left: 7px !important;
    display: block;
    width: 22px !important;
    height: 22px !important;
}

.submenu__entry_current .submenu__link_abonement:after {
}

.submenu__link_description .text__description {
    position: absolute;
    bottom: 0px;
    right: 9px;
    font-size: 10px;
}

.submenu__link_description:hover .text__description {
    text-decoration: underline;
}

.submenu .submenu__entry_current .submenu__link .text__description {
    text-decoration: none;
}

.body {

}

.body hr {
    height: 6px;
    margin: 15px 0;
    background: url(../img/hr.png);
    border: 0;
}

.banners {
    position: relative;
    overflow: hidden;
}

.body__banners {
    height: 500px;
    text-align: center;
    position: relative;
}

.body__banners .galleryCarousel-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
}

.body__banners .galleryCarousel-wrapper > div, .body__banners .galleryCarousel-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50% top;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.body__banners .galleryCarousel-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.body__banners img {
    display: block;
    margin: auto;
}

.showcase {
    margin: 21px 21px -15px;
}

.showcase__entry {
    position: relative;
    float: left;
    width: 218px;
    height: 305px;
    margin: 0 22px 22px 0;
    background: #e8e7e7;
    box-shadow: inset 0 2px 0 -1px #eee, 0 0 0 1px #cfcece;
    border-radius: 2px;
    cursor: default;
}

.showcase__entry:nth-child(4n) {
    margin-right: 0;
}

.showcase__entry .entry__link_image {
    position: relative;
    margin: 0 0 15px 0;
    display: block;
    width: 199px;
    height: 136px;
    top: 9px;
    left: 9px;
    text-decoration: none;
}

.showcase__entry.popular .entry__link_image:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 100;
    width: 79px;
    height: 79px;
    top: -4px;
    right: -6px;
    background: url(../img/icon-pop-small.png) 0 0 no-repeat;
}

.showcase_entry-image {
    display: block;
    /* margin: 9px 9px 7px;*/
    padding: 1px;
    background: #fff;
    border: 1px solid #cfcece;
    border-radius: 2px;
    width: 197px;
    height: 134px;
}

.showcase_entry-title {
    margin: 0 10px 10px;
    padding: 0 0 12px;
    font-size: 18px;
    font-weight: normal;
    line-height: 17px;
    color: #4d4e4e;
    background: url(../img/dots.png) 0 bottom repeat-x;
    min-height: 62px;
}

.showcase_entry-text {
    margin: 0 10px;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #868687;

}

.showcase_entry-link {
    position: absolute !important;
    bottom: -1px;
    left: -1px;
    width: 150px;
    border-radius: 0 0 2px 2px !important;
}

.banners {
    height: 500px;
    width: 100%;
}

.banners__unit {
    position: relative;
}

.banners__unit_left {
    float: left;
    width: 674px;
    height: 341px;
    overflow: hidden;
}

.iteminfo--body .banners__unit_left {
    width: 715px;
    height: 324px;
    margin: 5px -20px 20px;
    box-shadow: 0 2px 5px -3px #000 !important;
}

.banners__unit_left .banners__block {
    position: relative;
    width: 674px;
    height: 341px;
    overflow: hidden;
}

.iteminfo--body .banners__unit_left .banners__block {
    width: 715px;
    height: 324px;
}

.banners__unit_left .banners__block .galleryCarousel-dots {
    z-index: 110;
    position: absolute;
    bottom: 66px;
    left: 0;
    /*width: 200px;*/
    height: 26px;
    line-height: 20px;
    padding-right: 20px;
    background: #f98b17;
}

.iteminfo--body .banners__unit_left .banners__block .galleryCarousel-dots {
    bottom: 20px;
    left: 20px;
}

.banners__unit_left .banners__block .galleryCarousel-dot {
    position: relative;
    top: 3px;
    left: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
}

.banners__unit_left .banners__block .galleryCarousel-dot.current {
    background: #21221f !important;
    cursor: default;
}

.banners__unit_left .banners__block .galleryCarousel-dot:hover {
    background: #ddd;
}

.banners__unit_left .banners__block .galleryCarousel-wrapper {
    position: relative;
    width: 674px;
    height: 341px;
    overflow: hidden;
}

.iteminfo--body .banners__unit_left .banners__block .galleryCarousel-wrapper {
    width: 715px;
    height: 324px;
}

.banners__unit_left .banners__block .galleryCarousel-wrapper a {
    position: absolute;
    display: block;
    width: 674px;
    height: 341px;
    box-shadow: inset 0 0 12px -8px #000;
    border-radius: 3px 0 0 0;
}

.iteminfo--body .banners__unit_left .banners__block .galleryCarousel-wrapper a {
    width: 715px;
    height: 324px;
}

.iteminfo--body .banners__unit_left .banners__block.popular .galleryCarousel-wrapper a:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 116px;
    height: 117px;
    background: url(../img/icon-pop-big.png);
}

.banners__unit_left .banners__block .galleryCarousel-wrapper a img {
    z-index: -1;
    position: absolute;
    width: 674px;
    border: 0;
}

.iteminfo--body .banners__unit_left .banners__block .galleryCarousel-wrapper a img {
    width: 715px;
}

.banners__unit_right {
    float: right;
    width: 302px;
    height: 341px;
    overflow: hidden;
}

.banners__unit_right img {
    border: 0;
}

.mainpage-content {
    float: left;
    /* width: 615px;*/
    width: 550px;
    margin: 0 20px 20px;
}

.mainpage-recall {
    float: right;
    width: 370px;
    margin: 0 20px 20px 0;
    text-align: right;
    color: #333;
    font-size: 13px;
    line-height: 17px;
}

.mainpage-recall .mp-recall__title {
    position: relative;
    margin: -5px 0 10px 0;
    /*color: #679602;*/
    color: #111;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    text-align: right;
}

.mp-recall__name {
    color: #666;
    font-size: 14px;
    font-weight: bold;
}

.mainpage-recall a {
    position: relative;
    color: #009dc2;
    font-size: 13px;
}

.mainpage-recall a:hover {
    text-decoration: none;
}

.mp-recall__text {
    margin: 10px 0;
    color: #333;
    font-size: 13px;
    line-height: 17px;
    font-style: italic;
    text-align: right;
}

.mainpage-upcoming {
    display: none;
    float: right;
    width: 285px;
    margin: 0 20px 20px;
}

.mainpage-upcoming__title {
    position: relative;
    margin: 0 0 10px;
    font-size: 24px;
    font-weight: normal;
    /*color: #679602;*/
    color: #111;
}

.mainpage-upcoming__container {
    padding: 15px;
    font-size: 16px;
    color: #4d4e4e;
    background: #f0f0f0;
    border-radius: 2px;
    box-shadow: inset 0 2px 0 -1px #fff, 0 0 0 1px #d7d7d7;
}

.calendar__date {
    margin: 0 0 5px;
    font-size: 15px;
    text-align: right;
    cursor: default;
}

.calendar__date .date__prev, .calendar__date .date__next {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: url(../img/date_controls.png);
}

.calendar__date .date__next {
    background-position: -9px 0;
}

.calendar__wrapper {
    margin: 0 0 10px;
    padding: 3px;
    background: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 2px;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar__layout {
    position: relative;
    margin: 0 !important;
    width: 100%;
    background: #cfcfcf;
}

.calendar__layout .calendar-cell {
    height: 27px;
    /*                    padding-top: 2px;*/
    padding: 2px !important;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    cursor: default;
}

.calendar__layout .calendar-cell_day {
    height: 6px;
    padding: 0 0 3px;
    font-family: Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    line-height: 0;
    color: #666666;
    text-align: left;
    vertical-align: middle;
    background: #fff;
}

.calendar__layout .calendar-cell_current {
    box-shadow: inset 4px 4px 4px -4px #000;
}

.calendar__layout .calendar-cell_active {
    height: 27px;
    padding-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #0091c9;
    border: 1px solid #fff;
    cursor: pointer;
}

.calendar__layout .calendar-cell_active_indv {
    background: #22dd99;
}

.calendar__layout .calendar-cell_select {
    height: 27px;
    padding-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background: #fb8010;
    border: 1px solid #fff;
    cursor: pointer;
}

.calendar__layout .calendar-cell_disabled {
    height: 27px;
    padding-top: 2px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #9a9a9a;
    text-align: center;
    vertical-align: middle;
    background: #cfcfcf;
    border: 1px solid #fff;
}

.calendar__layout .calendar-cell_empty {
    height: 27px;
    padding-top: 2px;
    background: #cfcfcf;
}

.mainpage-upcoming__link {
    color: #0088be;
}

.mainpage-upcoming__link:hover {
    text-decoration: none;
}

.contacts {
    padding: 20px 20px 0;
}

.contacts .contacts__info {
    position: relative;
    z-index: 10;
    float: left;
    width: 280px;
    margin: -20px 0 0 -20px;
    padding: 15px 20px 15px 20px;
    line-height: 16px;
    box-shadow: 3px 0 5px -3px rgba(0, 0, 0, 0.5);
}

.contacts .contacts__info .info__title {
    margin-top: 5px !important;
    padding: 0 0 20px;
    background: url(../img/dots.png) 0 bottom repeat-x;
}

.contacts .contacts__info .info__entry {
    min-height: 45px;
    margin: 0 !important;
    padding: 3px 0 10px 60px;
    font-size: 15px;
    color: #676767;
}

.contacts .contacts__info .info__entry:last-child {
    padding-bottom: 0 !important;
}

.contacts .contacts__info .info__entry .entry__title {
    display: block;
    margin: 0 0 2px;
    padding: 2px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #0088be;
}

.contacts .contacts__info .info__entry_address {
    background: url(../img/icon_address.png) 0 3px no-repeat;
}

.contacts .contacts__info .info__entry_phone {
    color: #838484;
    font-size: 18px;
    line-height: 25px;
    background: url(../img/icon_phone2.png) 0 3px no-repeat;
}

.contacts .contacts__info .info__entry_phone span {
    display: block;
    color: #333;
    margin: 0 0 7px;
}

.contacts .contacts__info .info__entry_phone small {
   display: block;
   font-size: 12px;
   line-height: 16px;
   margin-top: -2px;
   color: #676767;
}

.contacts .contacts__info .info__entry_email .mail_hint {
    display: block;
    font-size: 12px;
    margin: 2px 0 10px;
}

.contacts .contacts__info .info__entry_email {
    background: url(../img/icon_email.png) 0 3px no-repeat;
}

.contacts .contacts__info .info__entry_email a:hover {
    text-decoration: none !important;
}

.contacts .contacts__info .info__entry_hours {
    background: url(../img/icon_hours.png) 0 3px no-repeat;
}

.contacts__map {
    position: relative;
    z-index: 9;
    float: right;
    width: 653px;
    margin: -20px -17px 3px 0;
    padding: 4px 0 0 4px;
}

.contacts__map #Gmap {
    height: 805px;
}

.contacts__form {
    padding: 0 20px 20px;
}

.contacts__form .form__error {
    display: none;
    color: #f00;
    font-size: 12px;
}

.contacts__form .form__title {
    margin: 0 -20px 0;
    padding: 20px;
    font-size: 24px;
    color: #679602;
    color: #111;
    background: #fff url(../img/hr.png) 0 bottom repeat-x;
}

.contacts__form .form__container {
    margin: 15px 0 0;
    background: none !important;
    border: 0 !important;
}

.contacts__form .form__cell {
    padding: 0 !important;
    font-size: 13px;
    color: #333;
    vertical-align: top;
    background: none !important;
    border: 0;
}

.contacts__form .form__cell_left {
    width: 320px;
    padding-right: 30px !important;
}

.contacts__form .field__title {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #0086ba;
}

.contacts__form .field__title.serenity {
    position: absolute;
    opacity: 0;
    cursor: default;
}

.contacts__form .field__input {
    margin: 5px 0 15px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #333;
    background: #eaeaea;
    border: 1px solid #cecece;
}

.contacts__form .field__input.serenity {
    position: absolute;
    opacity: 0;
    cursor: default;
    bottom: 0;
}

.contacts__form .field__input_text {
    width: 300px;
    padding: 8px 5px;
}

.contacts__form .field__input_textarea {
    width: 570px;
    height: 150px;
    margin: 5px 0 15px;
    padding: 10px;
    resize: none;
}

.contacts__form .form__send {
    float: right;
}

.rekvizit:after {
    content: '';
    clear: both;
    height: 0;
    width: 100%;
    display: table;
}

.rekvizit .rekvizit__title {
    margin: 0 -20px 0;
    padding: 0 20px 20px;
    font-size: 24px;
    color: #679602;
    color: #111;
    background: #fff url(../img/hr.png) 0 bottom repeat-x;
}

.rekvizit__sertificate {
    float: right;
}

.rekvizit__sertificate img {
    display: block;
    width: 400px;
    margin: 20px 0 0;
}

.faq-form {
    cursor: default;
}

.faq-form .form__title {
    margin: -5px 0 15px;
    padding: 0 0 17px;
    font-size: 24px;
    font-weight: normal;
    color: #ef701a;
    background: url(../img/dots.png) 0 bottom repeat-x;
}

.faq-form .form__error {
    min-height: 30px;
    margin: 15px 0;
    padding: 0 0 0 45px;
    font-size: 13px;
    color: #ef3e23;
    background: url(../img/icon_alert.png) 0 2px no-repeat;
}

.faq-form .form__container {

}

.faq-form .field__title {
    display: block;
    margin: 0 0 4px;
    font-weight: bold;
    color: #059ac4;
}

.faq-form .field__title {
    font-size: 14px;
}

.faq-form .field__input {
    margin: 0 0 10px;
    padding: 6px 6px;
    font: 13px 'Trebuchet MS', Arial, sans-serif;
    color: #5a5051;
    background: #eaeaea;
    border: 1px solid #cecece;
    border-radius: 2px;
}

.faq-form .field__input:focus {
    border-color: #aaa;
}

.faq-form .field__input_text {
    width: 206px;
}

.faq-form .field__input_textarea {
    width: 206px;
    height: 100px;
    resize: vertical;
}

.faq-form .field__input.error {
    border-color: red !important;
}

.faq-form .form__send {
    width: 180px;
}


.faq {
    padding-bottom: 40px;
}

.faq .faq__entry {
    margin: 0 0 20px;
}

.faq .entry__question {
    padding: 0 0 0 25px;
    font-style: italic;
    color: #0086ba;
    background: url(../img/icon_question.png) 0 2px no-repeat;
}

.faq .entry__answer {
    padding: 0 0 0 25px;
}


.news-menu {

}

.news-menu .news-menu__title {
    margin: -5px -10px 0 0;
    font-size: 24px;
    font-weight: normal;
    color: #ef701a;
}

.news-menu .news__year {
    float: right;
    margin-top: 2px;
    margin-left: 5px;
}

.news-menu .news__year_current {
    color: #fff !important;
    background: #65b132 !important;
    border-color: transparent !important;
    box-shadow: inset 0 0 8px -5px #000 !important;
    cursor: default;
}

.news-menu .news-menu__layout {
    margin: 13px -15px -15px;
    border: 1px solid #c3e6f1;
    border-radius: 0 0 2px 2px;
}

.news-menu .news-menu__entry {
    position: relative;
    padding: 10px 20px;
    font-size: 14px;
    color: #4d4e4e;
    background: #b0dcf2;
    border-top: 1px solid #b2c8d2;
    border-bottom: 1px solid #c9e6f3;
    box-shadow: inset 0 180px 130px -130px #fff;

    -webkit-transition: all 0.1s 0s ease-in;
    -moz-transition: all 0.1s 0s ease-in;
    -o-transition: all 0.1s 0s ease-in;
    -ms-transition: all 0.1s 0s ease-in;
    transition: all 0.1s 0s ease-in;
}

.news-menu .news-menu__entry:first-child {
    border-top: 0;
}

.news-menu .news-menu__entry:hover {
    background: #fff;
}

.news-menu .news-menu__entry_current {
    color: #fff;
    background: #0080af !important;
    box-shadow: inset 0 0 20px -10px #000, inset 0 200px 130px -130px #0098d5;
}

.news-menu .entry__date {
    font-weight: bold;
    color: #0086ba;
}

.news-menu .news-menu__entry_current .entry__date {
    color: #fff;
}

.news-menu .entry__text {
    margin: 5px 0 0;
    line-height: 16px;
}

.news-menu .entry__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/tr.gif) no-repeat;
}

.news-menu .news-menu__entry_current .entry__link {
    cursor: default;
}

.news-menu .entry__more {
    position: relative;
    display: block;
    width: auto;
    margin: -11px -20px;
    text-indent: -25px;
    border-radius: 0;
}

.news-menu .entry__more:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 95px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_more.png);
}

.news__date {
    padding: 5px 0 3px 24px;
    font-size: 14px;
    font-weight: bold;
    color: #0086ba;
    background: url(../img/icon_date.png) 0 50% no-repeat;
}

.gallery-menu {

}

.gallery-menu .gallery-menu__title {
    margin: -5px -10px 0 0;
    font-size: 24px;
    font-weight: normal;
    color: #ef701a;
}

.gallery-menu .gallery-menu__layout {
    margin: 13px -15px -15px;
    border: 1px solid #c3e6f1;
    border-radius: 0 0 2px 2px;
}

.gallery-menu .gallery-menu__entry {
    display: inline-table;
    position: relative;
    width: 208px;
    padding: 10px 20px 10px;
    font-size: 14px;
    color: #4d4e4e;
    background: #fff;
    border-top: 1px solid #b2c8d2;
    border-bottom: 1px solid #c9e6f3;
    box-shadow: inset 0 180px 130px -130px #fff;

    -webkit-transition: all 0.1s 0s ease-in;
    -moz-transition: all 0.1s 0s ease-in;
    -o-transition: all 0.1s 0s ease-in;
    -ms-transition: all 0.1s 0s ease-in;
    transition: all 0.1s 0s ease-in;
}

.gallery-menu .gallery-menu__entry:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gallery-menu .gallery-menu__entry:first-child {
    border-top: 0;
}

.gallery-menu .gallery-menu__entry:hover {
    background: #eee;
}

.gallery-menu .gallery-menu__entry_current {
    color: #fff;
    background: #0080af !important;
    border-color: transparent;
    box-shadow: inset 0 0 20px -10px #000, inset 0 200px 130px -130px #0098d5;
}

.gallery-menu .entry__thumb {
    float: left;
    display: block;
    margin: 5px 15px 5px -5px;
    padding: 1px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.gallery-menu .entry__date {
    font-weight: bold;
    color: #0086ba;
}

.gallery-menu .gallery-menu__entry_current .entry__date {
    color: #fff;
}

.gallery-menu .entry__text {
    float: right;
    width: 117px;
    margin: 5px 0 0;
    line-height: 16px;
    word-wrap: break-word;
}

.gallery-menu .entry__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/tr.gif) no-repeat;
}

.gallery-menu .gallery-menu__entry_current .entry__link {
    cursor: default;
}

.gallery-menu .entry__more {
    position: relative;
    display: block;
    width: auto;
    margin: -11px -20px;
    text-indent: -25px;
    border-radius: 0;
}

.gallery-menu .entry__more:after {
    content: '';
    position: absolute;
    top: 11px;
    right: 95px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icon_more.png);
}

.gallery-list {

}

.gallery-list .gallery-list__entry {
    float: left;
    width: 210px;
    height: 130px;
    margin: 18px 22px 5px 0;
    opacity: 0.9;
}

.gallery-list .gallery-list__entry:nth-child(3n) {
    margin-right: 0;
}

.gallery-list .gallery-list__entry:hover {
    opacity: 1;
}

.catalog-filters {

}

.tours-filter .block-list {
    max-height: 500px;
}

.catalog-filters .catalog-filters__block {
    position: relative;
}

.catalog-filters__block .filter__select select {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #ffffff;
    font-size: 14px;
    color: #4f585b;
    font-size: 18px;
}

.catalog-filters .block__title {
    margin: -5px -10px 0 -20px;
    font-size: 20px;
    font-weight: normal;
    color: #ef701a;
}

.catalog-filters .disabled .block__title {
    color: #c1c1c1;
}

.catalog-filters .block__title_star {
    padding: 0 0 0 35px;
    background: url(../img/icon_star.png) 0 1px no-repeat;
}

.catalog-filters .block__list {
    margin: 13px -15px -15px;
    border: 1px solid #c3e6f1;
    border-radius: 0 0 2px 2px;

}

.catalog-filters .disabled .block__list {
    border: 1px solid #dddddd;
    cursor: default;
}

.catalog-filters .disabled .block__list .list__entry {
    /*background: #cfcfcf;*/
    background: #fafafa;
    /*border-top: 1px solid #c1c1c1;*/
    border-bottom: 1px solid #dddddd;
    /*box-shadow: inset 0 60px 40px -40px #fff;*/
    color: #889aa0;
    opacity: 0.8;
}

.catalog-filters .list__entry {
    position: relative;
    font-size: 18px;
    color: #4f585b;
    /*background: #b0dcf2;*/
    background: #fff;
    /*border-top: 1px solid #b2c8d2;*/
    border-bottom: 1px solid #c9e6f3;
    /*box-shadow: inset 0 60px 40px -40px #fff;*/
    cursor: default;

    -webkit-transition: all 0.1s 0s ease-in;
    -moz-transition: all 0.1s 0s ease-in;
    -o-transition: all 0.1s 0s ease-in;
    -ms-transition: all 0.1s 0s ease-in;
    transition: all 0.1s 0s ease-in;
}

.catalog-filters .list__entry_actions:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 41px;
    height: 43px;
    background: url(../img/filters_action.png) no-repeat;
}

.catalog-filters .list__entry:first-child {
    border-top: 0;
}

.catalog-filters .list__entry:hover {
    background: #fff;
}

.catalog-filters .list__entry_current {
    color: #fff;
    background: #0080af !important;
    box-shadow: inset 0 0 10px -5px #000, inset 0 80px 50px -50px #0098d5;
}

.catalog-filters .list__link {
    display: block;
    padding: 10px 20px 10px 17px;
    color: #4f585b;
    text-decoration: none;
}

.catalog-filters .list__entry_current .list__link {
    color: #fff;
    cursor: default;
}

.catalog-filters .list__entry input[type=checkbox],
.catalog-filters .list__entry input[type=radio] {
    display: none;
}

.catalog-filters .list__entry label {
    cursor: pointer;
}

.catalog-filters .disabled .list__entry label {
    cursor: default;
}

.catalog-filters .list__entry input[type=checkbox] + label::before,
.catalog-filters .list__entry input[type=radio] + label::before {
    content: "";
    position: relative;
    top: 3px;
    left: -3px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 5px 0 0;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

.catalog-filters .list__entry input[type=checkbox] + label::before {
    background-position: -38px -260px;
}

.catalog-filters .list__entry input[type=radio] + label::before {
    background-position: 0px -279px;
}

.catalog-filters .list__entry input[type=checkbox]:checked + label::before {
    background-position: -114px -260px;
}

.catalog-filters .list__entry input[type=radio]:checked + label::before {
    background-position: -108px -279px;
}

.catalog-filters .list__entry input[type=checkbox]:disabled + label::before {
    background-position: -152px -260px;
}

.catalog-filters .list__entry input[type=checkbox]:checked:disabled + label::before {
    background-position: -171px -260px;
}

.catalog-filters .list__entry input[type=radio]:disabled + label::before {
    background-position: -144px -279px;
}

.catalog-filters .list__entry input[type=radio]:checked:disabled + label::before {
    background-position: -162px -279px;
}

.catalog-days__title {
    margin: 0 0 10px;
    font-size: 30px;
    color: #111111;
}

.catalog-days__entry-body-title {
    display: none;
}

.catalog-days__tabs-list {
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    border-bottom: none;
}

.catalog-days__tabs-lnk {
    flex: 1 1 0;
    padding: 13px 20px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-decoration: none;
    box-sizing: border-box;
    background: #f3f3f3;
    transition: all 200ms linear;
}

.catalog-days__tabs-lnk:hover {
    background: #f9f9f9;
}

.catalog-days__tabs-lnk.opened {
    background: #ffffff;
    border-bottom-color: transparent;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.catalog-days__tabs-lnk:first-child.opened {
    border-left: 1px solid transparent;
}

.catalog-days__tabs-lnk:last-child.opened {
    border-right: 1px solid transparent;
}

.catalog-days__tabs-container {
    border: 1px solid #ececec;
    border-top: none;
    padding: 15px 20px 20px;
}

.catalog-days__entry-body {
    display: none;
}

.catalog-days__entry-body:first-child {
    display: block;
}

.catalog {
    margin-bottom: -20px;
}

.catalog_item__prices table {
    table-layout: fixed;
    width: 100% !important;
    margin: 10px 0 10px !important;
    border-collapse: collapse;
}
.catalog_item__prices table ul li {
    margin: 0 0 3px;
    padding-left: 15px;
    background: url(../img/ulli.png) 0 7px no-repeat;
}
.catalog_item__prices table td {
    vertical-align: top !important;
    padding: 10px !important;
    border: 1px solid #ececec;
}

.catalog_item__prices table hr {
    display: none;
}

.catalog_item__prices table tr:first-child td {
    background: #fafafa;
    color: #000000;
    font-weight: 700;
}

.catalog_item_banner {
    overflow: hidden;
    position: relative;
    width: 715px;
    height: 323px;
    margin: 0 -20px 27px;
}

.catalog_item_banner .galleryCarousel-slide {
    position: absolute;
    display: block;
}

.catalog_item_banner img {
    display: block;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.btn__download {
    position: relative;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    color: #fff !important;
    padding: 0 15px 0 45px;
    border-radius: 3px;
    text-decoration: none;
    background: #00aaeb;
    background: -moz-linear-gradient(top, #00aaeb 0%, #007eae 100%);
    background: -webkit-linear-gradient(top, #00aaeb 0%, #007eae 100%);
    background: linear-gradient(to bottom, #00aaeb 0%, #007eae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00aaeb', endColorstr='#007eae', GradientType=0);
}

.catalog_item_banner .btn__download {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 160 !important;
    display: inline-block !important;
}

.btn__download:hover {
    background: #007eae;
}

.btn__download:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 5px;
    width: 26px;
    height: 32px;
    background: url(../img/pdf_color.png) no-repeat;
}

.catalog_item__description {
    margin: 0 0 27px;
}

.catalog_item__description .description__title {
    font-size: 30px;
    line-height: 32px;
    color: #000;
}

.catalog_item__description .info__line {
    display: flex;
    align-items: baseline;
    margin: 0 0 4px;
    color: #000;
    font-size: 15px;
    line-height: 25px;
}

.catalog_item__description .info__line .price__current {
    font-weight: 500;
    font-size: 18px;
}

.catalog_item__description .info__line .price__current.orange {
    margin: 0 6px 0 0;
    font-size: 22px;
    font-weight: 500;
    color: #fa8b24;
    position: relative;
    top: 1px;
}

.catalog_item__description .info__line .price__old {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: line-through;
}

.catalog_item__description .info__title {
    width: 280px;
    flex-shrink: 0;
    position: relative;
    border-bottom: 1px dotted #888;
    margin: 0 10px 0 24px;
}

.catalog_item__description .info__title span {
    position: relative;
    top: 8px;
    display: inline-block;
    background: #fff;
    padding-right: 3px;
}

.catalog_item__description .info__title:before {
    content: '';
    position: absolute;
    left: -24px;
    top: 10px;
    width: 17px;
    height: 17px;
}

.catalog_item__description .info__title_time:before {
    background: url(../img/info_time.png) no-repeat;
}

.catalog_item__description .info__title_age:before {
    background: url(../img/info_age.png) no-repeat;
}

.catalog_item__description .info__title_type:before {
    background: url(../img/info_type.png) no-repeat;
}

.catalog_item__description .info__title_cost:before {
    background: url(../img/info_cost.png) no-repeat;
}

.catalog_item__description .info__val {
    float: right;
    width: 370px;
    position: relative;
    top: 8px;
}

.catalog_item__features {
    text-align: center;
    position: relative;
    padding: 0px 0 30px;
    margin: 0 -20px 10px;
}

.catalog_item__features .features__list {
    margin: 0;
}

.catalog_item__features .list__entry {
    background: none;
    width: 217px;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-transform: uppercase;
    color: #494949;
    font-weight: bold;
}

.catalog_item__features .list__entry img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: contain;
    box-shadow: none;
    background: transparent;
    margin: 0 auto 10px;
}

.catalog-button {
    display: block !important;
    text-transform: uppercase;
    height: 43px !important;
    line-height: 43px !important;
    font-size: 22px !important;
    box-sizing: border-box;
    border-radius: 3px !important;
}

.catalog__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.catalog__buttons a {
    margin: 0 20px;
}

.block__list_slider {
    margin: 20px -10px 40px;
}

.block__list_slider.noUi-horizontal {
    height: 5px;
}

.block__list_slider .noUi-connect {
    background: #009dc2;
}

.block__list_slider.noUi-horizontal .noUi-handle {
    right: -5px;
    top: -6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
}

.block__list_slider.noUi-horizontal .noUi-tooltip {
    bottom: auto;
    top: 120%;
    font-size: 13px;
}

.block__list_slider.noUi-horizontal .noUi-handle:before,
.block__list_slider.noUi-horizontal .noUi-handle:after {
    content: none;
}

.catalog_item__prices {
    display: block;
    margin: 20px 0;
}

.catalog_item__prices .prices {
    display: flex;
    align-items: center;
}

.catalog_item__prices .price__table {
    display: table;
    width: calc(50% - 10px);
    margin: 0 5px !important;
    border-radius: 4px;
    border: none;
}

.catalog_item__prices .price__table:first-child {
    margin-right: auto;
}

.catalog_item__prices .price__table th {
    border-radius: 0px;
}

.catalog__about {
    margin: 25px 0 5px;
}
.catalog__about .content table {
    width: 100% !important;
}

.catalog__about .content h1 {
    font-size: 30px;
    color: #111;
}

.catalog__about .catalog_item__content-title {
    font-size: 24px;
    font-weight: normal;
    color: #111;
}

.catalog__download {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.catalog__download a {
    margin: 0 15px 0 0;
    box-sizing: border-box;
}

.catalog__download .button-blue {
    height: 43px;
    line-height: 42px;
}

.catalog__download span {
    display: block;
    font-size: 11px;
    margin: 3px 0 0;
    color: #777;
}


.catalog .catalog__name {
    position: relative;
    margin: -5px 0 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    /*color: #679602;*/
    color: #111;
}

.catalog .catalog__name + .catalog__download {
    margin: 13px 0;
}

.catalog .catalog__list {
    /*margin: 0 -20px;*/
}

.catalog .loading {
    z-index: 100;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #fff url(../img/catalog_loading_64.gif) 50% 50% no-repeat;
}

.catalog .content {
    padding-bottom: 20px;
}

.catalog .content.spec_text {
    padding-bottom: 10px;
    margin-top: 10px;
    min-height: 40px;
}

.catalog .content.spec_text img {
    display: block;
    width: 100%;
}

.catalog .content.spec_text б
.catalog .filters__list {
    position: relative;
    margin: 0 -20px;
    padding: 9px 20px;
    border-top: 1px solid #dfdfdf;
    background: #e5e5e5;
}

.catalog .filters__list .filters__category {
    font-weight: bold;
    font-size: 11px;
    color: #5a5a5a;
}

.catalog .filter__list {
    margin: 0 !important;
    display: inline-block;
}

.catalog .list__block {
    margin: 0 0 0px 0;
}

.catalog .list__block:last-child {
    margin: 5px 0 0 22px !important;
}

.catalog .filter__list .list__entry {
    position: relative;
    display: inline-block;
    min-height: 27px !important;
    margin: 0 1px 0 1px !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.catalog .category__link {
    position: relative;
    display: block;
    height: 25px;
    padding: 0 18px 0 5px;
    font-size: 11px;
    line-height: 24px;
    color: #777777;
    text-decoration: none;
    background: #f3f3f3;
    box-shadow: 1px 1px 1px 0px #a9a9a9, inset 0px 13px 13px 0px #f5f5f5;
    border-radius: 5px;
}

.catalog .category__link:after {
    content: '';
    position: absolute;
    top: 8px;
    right: 5px;
    display: block;
    width: 8px;
    height: 8px;
    background: url(../img/icon-link-close.png) 0 0 no-repeat;
}

.catalog .catalog__list .list__entry {
    position: relative;
    top: 0;
    min-height: 152px;
    margin: 10px -15px;
    padding: 15px 15px 15px 250px;
    transition: all 200ms linear;
    border-radius: 8px;
}

.catalog .catalog__list .list__entry .price__current {
    font-weight: 500;
    font-size: 18px;
}

.catalog .catalog__list .list__entry .price__current.orange {
    margin: 0 6px 0 0;
    font-size: 22px;
    color: #fa8b24;
}

.catalog .catalog__list .list__entry .price__old {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: line-through;
}

.catalog .catalog__list .list__entry .price__old:after {
    content: none;
}

.catalog-cashback {
    display: flex;
    align-items: center;
    background: #fafafa;
    border: 1px solid #F4F4F4;
    border-radius: 20px;
    padding: 15px 15px 15px 30px;
    margin: 0 0 30px;
}

.catalog-cashback img {
    flex-shrink: 0;
    display: block;
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.catalog-cashback .cashback__right {
    flex-grow: 1;
    margin-left: 40px;
}

.catalog-cashback .cashback__right .button {
    background: #419cd5;
    text-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    box-sizing: border-box;
    border: none;border-radius: 6px;
    box-shadow: none;
    line-height: 42px;
}

.catalog-cashback .cashback__right p {
    margin: 0 0 10px;
}

.catalog-cashback .cashback__right p:last-child {
    margin: 10px 0 0;
}


.catalog .catalog__list .list__entry.has-cashback .entry__image_link:before {
    content: '';
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
    width: 137px;
    height: 49px;
    background: url(../img/cashback.png) no-repeat;
    background-size: contain;
}


.catalog .catalog__list .list__entry:hover {
    box-shadow: 0 0 35px rgba(0,0,0,.05);
    background: #fff;
}

.catalog .catalog__list .list__entry:last-child {
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0 0 3px 3px;
}

.catalog .catalog__list .entry__thumb {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 222px;
    height: 153px;
    padding: 0;
    border: none;
    box-shadow: none !important;
    border-radius: 7px;
}

.catalog .list__entry .entry__image_link {
    position: absolute;
    display: block;
    width: 222px;
    height: 153px;
    top: 15px;
    left: 15px;
    text-decoration: none;
}

.catalog .list__entry_action .entry__image_link .entry__action {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 63px;
    line-height: 68px;
    padding-left: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: url(../img/actions_discount.png) right bottom no-repeat;
    box-sizing: border-box;
}

.catalog .list__entry.popular .entry__image_link:before {
    content: "популярная";
    position: absolute;
    display: block;
    z-index: 100;
    left: 0;
    top: 10px;
    height: 22px;
    line-height: 22px;
    padding: 0 12px;
    border-radius: 0 4px 4px 0;
    background: #f0701a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}

.catalog .catalog__list .entry__link {
    position: absolute;
    top: 156px;
    left: 0px;
    width: 204px;
    padding: 0 10px;
    border-radius: 0 0 2px 2px;
    display: none;
}

.catalog .catalog__list .entry__title {
    margin: 0 0 8px;
    font-weight: 500;
    color: #111;
    transition: all 200ms linear;
}

.catalog .catalog__list .list__entry:hover .entry__title {
    color: #007eae;
}

.catalog .catalog__list .entry__date {
    padding: 5px 0 3px 26px;
    font-size: 14px;
    color: #0086ba;
    background: url(../img/icon_date.png) 0 50% no-repeat;
}

.catalog .catalog__list .entry__short {
    line-height: 15px;
    color: #333;
}

.catalog__slider {
    position: relative;
    height: 150px;
    margin: -20px -20px 0;
}

.catalog__slider .slider__controls {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 37px;
    height: 150px;
    background: url(../img/catalog_slider_arrows.png);
    opacity: 0.9;
    cursor: pointer;
}

.catalog__slider .slider__controls_next {
    left: auto;
    right: 0;
    width: 36px;
    background-position: -37px 0;
}

.catalog__slider .slider__controls:hover {
    opacity: 1;
}

.catalog__slider .slider__controls_disabled {
    cursor: default !important;
    opacity: 0.3 !important;
}

.catalog__slider .slider__wrapper {
    position: absolute;
    top: 0;
    left: 37px;
    width: 642px;
    height: 150px;
    overflow: hidden;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.catalog__slider .slider__container {
    position: relative;
    height: 150px;
    margin: 0 !important;
    white-space: nowrap;
}

.catalog__slider .slider__entry {
    position: relative;
    display: inline-block;
    width: 212px;
    height: 148px;
    margin: 0 !important;
    padding: 0 !important;
    background: #DAF1FE !important;
    box-shadow: inset 0 200px 70px -70px #fff;
    border: 1px solid #c9e6f3;
    white-space: normal;
    opacity: 0.9;
    overflow: hidden;
}

.catalog__slider .slider__entry_current {
    border: 1px solid #009ad9;
}

.catalog__slider .slider__entry:hover {
    opacity: 1;
}

.catalog__slider .slider__entry_current {
    opacity: 1 !important;
}

.catalog__slider .slider__entry .entry__thumb {
    height: 148px;
    position: relative;
    top: 0px;
    left: -3px;
    display: block;
    padding: 0 !important;
    box-shadow: none !important;
}

.catalog__slider .slider__entry .entry__title {
    height: 50px;
    margin: 0;
    padding: 10px 10px 10px 10px;
    font-size: 13px;
    font-weight: 500;
    width: 192px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    background: rgba(26, 141, 185, 0.5) !important;
    text-shadow: 1px 1px 1px #000;
}

.catalog__slider .slider__entry .entry__link {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: 214px;
    height: 150px;
    background: url(../img/tr.gif);
}

.catalog__slider .slider__entry_current .entry__link {
    box-shadow: inset 0 0 0 3px #009ad9;
    cursor: default;
}

.catalog__photo {
    margin: 1px -20px 15px;
    padding: 0 !important;
    box-shadow: 0 2px 5px -3px #000 !important;
    border-radius: 0 !important;
}

.catalog__back {
    float: right;
}

.catalog__title {
    margin-right: 250px !important;
}

.catalog__order {
    position: relative;
    height: 420px;
    margin: 20px 0;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    overflow: hidden;
}

.catalog__order .order__container {
    position: relative;
    height: 420px;
}

.catalog__order .order__calendar {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    height: 380px;
    padding: 20px;
    background: #f0f0f0;
    border-right: 1px solid #d7d7d7;
}

.catalog__order .calendar__title {
    position: relative;
    height: 48px;
    margin: -20px -20px 10px -20px !important;
    padding: 0 20px;
    font-size: 21px;
    font-weight: normal;
    line-height: 48px;
    color: #4d4e4e;
    background: #fafafa;
    border-bottom: 1px solid #d7d7d7;
    /*box-shadow: inset 0 55px 30px -30px #fff;*/
}

.catalog__order .calendar__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 20px;
    height: 49px;
    background: url(../img/h2_arrow.png);
}

.order__calendar .calendar__date {
    text-align: left;
}

.order__calendar .order__calendar__hours {

}

.order__calendar__hours .hours__link {
    position: relative;
    display: block;
    height: 40px;
    margin: 0 0 5px;
    padding: 0 15px 0 40px;
    color: #4d4e4e;
    line-height: 40px;
    text-decoration: none;
    background: #dbdbdb;
    border: 1px solid #e2e2e2;
    border-bottom-color: #a8a9a9;
    border-radius: 5px;
    box-shadow: inset 0 50px 40px -40px #fff, inset 0 -2px 0 -1px #fff, 0 1px 3px -2px #000;
}

.order__calendar__hours .hours__link:hover {
    background: #fff;
}

.order__calendar__hours .hours__link_current {
    background: #ccc !important;
    box-shadow: inset 4px 4px 6px -6px #000 !important;
    cursor: default;
}

.order__calendar__hours .hours__link:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 12px;
    display: block;
    width: 21px;
    height: 24px;
    background: url(../img/icon_date.png);
}

.catalog__order .order__preorder {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 291px;
    width: 339px;
    height: 380px;
    padding: 20px 20px 20px 25px;
    font-size: 16px !important;
    color: #595a5a;
    background: #e2e2e2;
    border-radius: 0 2px 2px 0;
    box-shadow: inset 2px 0 0 -1px #efefef;
}

.catalog__order .order__preorder hr {
    margin: 15px 0 11px !important;
}

.catalog__order .preorder__title {
    z-index: 10;
    position: relative;
    height: 48px;
    margin: -20px -20px 0 -25px !important;
    padding: 0 20px 0 35px;
    font-size: 21px;
    font-weight: normal;
    line-height: 48px;
    color: #4d4e4e;
    background: #eaeaea;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: inset 0 -15px 60px -60px #000, 0 2px 0 -1px #efefef;
}

.preorder__retail-container {
    position: relative;
    height: 356px;
    margin: 0 -15px 0 -25px;
    padding: 0 20px 0 25px;
    /*margin-top: -320px;*/
}

.preorder__retail {
    /*width: 100%;*/
    background: none !important;
}

.preorder__retail .retail__title {
    padding: 3px 10px 3px 0 !important;
    font-size: 16px !important;
    font-weight: bold;
    background: none !important;
    vertical-align: middle !important;
}

.preorder__retail .retail__amount {
    width: 90px;
    padding: 3px 0 !important;
    background: none !important;
    vertical-align: middle !important;
}

.preorder__retail .retail__dummy {
    width: 20px;
    padding: 3px 0 !important;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center !important;
    background: none !important;
    vertical-align: middle !important;
}

.preorder__retail .retail__total {
    width: 100px;
    padding: 3px 0 !important;
    font-size: 18px !important;
    font-weight: bold;
    color: #0084b6 !important;
    background: none !important;
    vertical-align: middle !important;
    white-space: nowrap;
}

.preorder__retail__total {
    font-size: 18px !important;
    color: #0084b6;
}

.preorder__wholesale-container {
    position: relative;
    height: 356px;
    margin: -15px -15px 0 -25px;
    padding: 15px 20px 0 35px;
}

.preorder__wholesale-container .preorder__wholesale {
    margin: -10px 0 !important;
    background: none !important;
}

.wholesale__back {
    /* position: absolute !important;
                                top: 0;
                                left: 0;*/
}

.sale_group__block {
    /*   display: none;*/
    margin: 0 0 10px 0;
}

.sale_group__link {
    margin: 0 !important;
    display: block;
    float: left;
    height: 32px;
    cursor: pointer;
    line-height: 31px !important;
    /*padding: 0 9px;*/
    text-align: center;
    width: 50%;
    text-decoration: none;
    color: #515252 !important;
    font-size: 20px;
    background: #ddeef7;
    box-shadow: inset 0px 15px 15px #feffff, inset 0px 15px 15px #c7e3f2, 1px 1px 1px 0px #aaaaaa;
}

.sale_group__link.noactive {
    display: none;
    opacity: 0.0;
    cursor: default;
    color: #6f6f6f !important;
    background: #aaaaaa;
    box-shadow: inset 1px 1px 1px 0px #aaaaaa;
}

.sale_group__link_current {
    cursor: default;
    color: #fff !important;
    background: #0091c9;
    box-shadow: inset 1px 1px 1px 0px #0076a3;
}

.children__link {
    border-radius: 3px 0 0 3px;
}

.adult__link {
    border-radius: 0px 3px 3px 0px;
}

.sale__adult {
    display: none;
}

.sale__text {
    margin: 5px 0 !important;
    font-size: 13px;
    color: #929292;
}

.preorder__wholesale-container .wholesale__block {
    padding-bottom: 0px;
    background: none !important;
}

.preorder__wholesale-container .wholesale__block label {
    display: block;
    margin-left: -20px;
    padding-left: 25px;
    cursor: pointer;
}

.preorder__wholesale-container .wholesale__block input[type=checkbox] + label::before,
.preorder__wholesale-container .wholesale__block input[type=radio] + label::before {
    content: "";
    position: relative;
    top: 4px;
    left: -3px;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 0 0 -22px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
}

.preorder__wholesale-container .wholesale__block input[type=checkbox] + label::before {
    background-position: -38px -260px;
}

.preorder__wholesale-container .wholesale__block input[type=radio] + label::before {
    background-position: 0px -279px;
}

.preorder__wholesale-container .wholesale__block input[type=checkbox]:checked + label::before {
    background-position: -114px -260px;
}

.preorder__wholesale-container .wholesale__block input[type=radio]:checked + label::before {
    background-position: -108px -279px;
}

.preorder__wholesale-container .wholesale__block input[type=checkbox]:disabled + label::before {
    background-position: -152px -260px;
}

.preorder__wholesale-container .wholesale__block input[type=checkbox]:checked:disabled + label::before {
    background-position: -171px -260px;
}

.preorder__wholesale-container .wholesale__block input[type=radio]:disabled + label::before {
    background-position: -144px -279px;
}

.preorder__wholesale-container .wholesale__block input[type=radio]:checked:disabled + label::before {
    background-position: -162px -279px;
}

.preorder__wholesale-container .wholesale__block span {
    font-size: 18px;
    color: #595a5a;
}

.preorder__wholesale-container .wholesale__block span b {
    color: #0088be;
}

.preorder__wholesale-container .wholesale__block ins {
    display: block;
    /*margin: 5px 0 0;*/
    color: #929292;
}

.wholesale__controls {
    position: absolute;
    bottom: 10px;
    width: 335px;
}

.catalog__order .order__form_retail {
    z-index: 10;
    display: none;
    position: absolute;
    top: 0px;
    left: 674px;
    width: 634px;
    height: 380px;
    padding: 20px;
    font-size: 16px !important;
    color: #595a5a;
    background: #f0f0f0;
    border-radius: 0 2px 2px 0;
    box-shadow: inset 2px 0 0 -1px #efefef;
}

.catalog__order .order__form_retail hr {
    margin: 15px 0 11px !important;
}

.order__form_retail .form__title {
    z-index: 30;
    position: relative;
    width: 300px;
    height: 48px;
    margin: -20px -20px 0 -20px !important;
    padding: 0 20px;
    font-size: 21px;
    font-weight: normal;
    line-height: 48px;
    color: #4d4e4e;
    background: #fafafa;
    border-bottom: 1px solid #d7d7d7;
    /*box-shadow: inset 0 55px 30px -30px #fff;*/
}

.order__form_retail .form__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 20px;
    height: 49px;
    background: url(../img/h2_arrow.png);
}

.order__form_retail .resume_excursiontitle {
    font-size: 15px;
    font-weight: bold;
    font-family: "Trebuchet MS";
}

.order__form_retail .resume__people {
    position: relative;
    margin: 10px 0 0 0 !important;
    padding: 0 0 0 26px !important;
    font-size: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS";
}

.order__form_retail .resume__people:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 19px;
    height: 16px;
    background: url(../img/icon-retail-people.png);
}

.order__form_retail .resume__when {
    position: relative;
    margin: 5px 0 0 0 !important;
    padding: 0 0 0 26px !important;
    font-size: 14px;
    font-weight: bold;
    font-family: "Trebuchet MS";
}

.order__form_retail .resume__when:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    display: block;
    width: 20px;
    height: 22px;
    background: url(../img/icon-retail-when.png);
}

.order__form_retail .check {
    position: absolute;
    top: 285px;
    left: 377px;
    width: 276px;
}

.order__form_retail .check .checkbox__text {
    position: relative;
    top: 1px;
    font-size: 14px;
    font-weight: bold;
}

.order__form_retail .check .checkbox__link {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #595a5a;
    text-decoration: underline;
}

.catalog__order .order__form {
    z-index: 10;
    position: absolute;
    display: none;
    top: 0;
    left: 674px;
    width: 634px;
    height: 380px;
    padding: 20px;
    font-size: 16px !important;
    color: #595a5a;
    background: #f0f0f0;
    border-radius: 0 2px 2px 0;
    box-shadow: inset 2px 0 0 -1px #efefef;
}

.catalog__order .order__form hr {
    margin: 10px 0 11px !important;
}

.order__form .form__title {
    z-index: 30;
    position: relative;
    width: 300px;
    height: 48px;
    margin: -20px -20px 0 -20px !important;
    padding: 0 20px;
    font-size: 21px;
    font-weight: normal;
    line-height: 48px;
    color: #4d4e4e;
    background: #fafafa;
    border-bottom: 1px solid #d7d7d7;
    /*box-shadow: inset 0 55px 30px -30px #fff;*/
}

.order__form .form__title:after {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    width: 20px;
    height: 49px;
    background: url(../img/h2_arrow.png);
}

.catalog__order .form__resume {
    position: absolute;
    top: 65px;
    left: 20px;
    width: 335px;
    font-size: 14px;
}

.catalog__order .form__resume h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #0086ba;
}

.resume__name {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 16px;
    color: #595a5a;
}

.tickets__group {
    padding-left: 25px;
    min-height: 20px;
    color: #595a5a;
    font-size: 14px;
    font-weight: bold;
    background: url(../img/people.png) 0 2px no-repeat;
}

.tickets__date {
    margin: 2px 0 0;
    min-height: 25px;
    color: #595a5a;
    font-size: 14px;
    padding-left: 25px;
    font-weight: bold;
    background: url(../img/date.png) 0 -1px no-repeat;
}

.catalog__order .form__container {
    width: 260px;
    margin: -33px 0 15px auto;
}

.catalog__order .form__container .form__field {
    /*width: 50%;*/
    padding: 0 !important;
}

.catalog__order .form__container .form__field_inputs {
    width: 260px !important;
}

.catalog__order .form__container .field__title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #0086ba;
}

.catalog__order .form__container .field__title ins {
    display: none;
    color: red;
}

.catalog__order .form__container .field__input {
    margin: 3px 0 8px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #333;
    background: #fff;
    border: 1px solid #cecece;
}

.catalog__order .form__container .field__input:focus {
    border-color: #aaa;
}

.catalog__order .form__container .field__input_error {
    border-color: red;
}

.catalog__order .form__container .field__input_text {
    width: 260px;
    padding: 7px 5px;
}

.catalog__order .form__container .field__input_textarea {
    width: 260px;
    height: 109px;
    padding: 5px 5px;
    resize: none;
}

.form__controls {
    position: absolute;
    bottom: 20px;
    width: 634px;
}

.catalog__order .order__result {
    z-index: 40;
    position: absolute;
    top: 0;
    left: 1350px;
    width: 634px;
    height: 330px;
    /*                    padding: 20px;*/
    font-size: 16px !important;
    color: #595a5a;
    background: url(../img/catalog_loading.gif) 50% 50% no-repeat;
    cursor: default;
}

.catalog__order .result__ok {
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -165px;
    display: none;
    width: 330px;
    text-align: center;
    background: #fff;
}

.catalog__order .result__ok h3 {
    font-size: 24px;
    font-weight: normal;
    color: #679602;
}

.catalog__order .result__ok p {
    font-size: 21px;
    line-height: normal;
    color: #777777;
}

.catalog__order .result__fail {
    position: absolute;
    top: 105px;
    left: 50%;
    margin-left: -165px;
    display: none;
    width: 330px;
    /*margin: 90px auto 0;*/
    text-align: center;
    background: #fff;
}

.catalog__order .result__fail h3 {
    font-size: 24px;
    font-weight: normal;
    color: #EF701A;
}

.catalog__order .result__fail p {
    font-size: 21px;
    line-height: normal;
    color: #777777;
}


.pagenav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 715px;
    height: 44px;
    margin: 0;
    color: #00bbfa;
    text-align: center;
    background: #eaeaea;
    cursor: default;
}

.pagenav .pagenav__button {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 15px;
    height: 40px;
    margin: 0 3px;
    font-size: 14px;
    line-height: 42px;
    color: #03a3d5;
    text-align: center;
    text-decoration: none;
}

.pagenav .pagenav__button:hover, .pagenav .pagenav__button_current {
    color: #333;
}

.pagenav .pagenav__button_current {
    cursor: default;
}

.pagenav .pagenav__button_prev, .pagenav .pagenav__button_next {
    width: 40px;
    background: #03a3d5 50% 50% no-repeat;
    border: 2px solid #fff;
    box-shadow: 0 0 3px -2px #000;
}

.pagenav .pagenav__button_disabled {
    cursor: default;
    background-color: #9d9d9d;
}

.pagenav .pagenav__button_prev {
    float: left;
    margin: 0;
    background-position: 50% 50%;
    background-image: url(../img/pagenav_arrow_left.png);
}

.pagenav .pagenav__button_prev.pagenav__button_disabled {
    background-image: url(../img/pagenav_arrow_left_fade.png);
}

.pagenav .pagenav__button_next {
    float: right;
    margin: 0;
    background-position: 15px 50%;
    background-image: url(../img/pagenav_arrow_right.png);
}

.pagenav .pagenav__button_next.pagenav__button_disabled {
    background-image: url(../img/pagenav_arrow_right_fade.png);
}

.amount {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-right: 50px;
}

.amount div {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.amount input {
    width: 27px;
    height: 28px;
    padding: 0 3px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 16px;
    color: #5a5051;
    text-indent: 2px;
    border: 1px solid #cecece;
    border-radius: 5px 0 0 5px;
    box-shadow: inset 1px 1px 8px -6px #000;
}

.amount .plus, .amount .minus {
    position: absolute;
    top: 0;
    right: -25px;
    display: block;
    width: 29px;
    height: 28px;
    color: #2f7ea0;
    text-align: center;
    font-size: 30px;
    line-height: 25px;
    text-shadow: 1px 1px 0 #fff;
    background: #c8d1c7;
    border: 1px solid #cecece;
    box-shadow: inset 0 65px 40px -40px #fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 1px;
}

.amount .plus:hover, .amount .minus:hover {
    z-index: 10;
    border-color: #2F7EA0;
}

.amount .plus {
    right: -55px;
    border-radius: 0 3px 3px 0;
}

.amount .minus {
    line-height: 25px !important;
}

.footer {

}

.footer__payment {
    float: right;
}

.footer__payment .logos_pay {
    display: block;
    margin-top: -10px;
}

.footer__bottom {
    position: relative;
    top: 20px;
    width: 100%;
    height: 50px;
    background: #fff;
    clear: both;
}

.footer__facebook {
    position: absolute;
    top: 69px;
    left: 40px;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/social_facebook.png);
    opacity: 0.9;
}

.footer__vk {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 27px;
    height: 27px;
    background: url(../img/social_vk.png);
    opacity: 0.9;
}

.footer__facebook:hover, .footer__vk:hover {
    opacity: 1;
}

.footer .menu {
    color: #000;
    height: auto;
    float: left;
}

.footer .menu .menu__layout {
    height: auto;
}

.footer .menu a {
    color: #000;
}

.footer .menu .menu__entry {
    padding: 0;
    float: none;
}

.footer .menu .menu__link {
    padding-left: 0;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 3px;
    height: auto;
    text-transform: uppercase;
}

.footer .menu .menu__link:hover {
    text-decoration: underline;
}

.footer__text {
    position: absolute;
    top: 10px;
    left: 40px;
    font-size: 12px;
    color: #676767;
}

.footer__text a {
    color: #0088be;
}

.footer__text a:hover {
    text-decoration: none;
}

.footer__ifrog {
    position: absolute;
    top: 10px;
    right: 15px;
    display: block;
    height: 27px;
    padding: 0 50px 0 0;
    line-height: 30px;
    font-size: 12px;
    color: #676767;
    text-decoration: none;
    background: url(../img/freddy.png) right 50% no-repeat;
}

.footer__ifrog span {
    color: #679602;
    text-decoration: underline;
}

.footer__ifrog:hover span {
    text-decoration: none;
}


.content {
    font-size: 14px;
    color: #333;
}

.content h1 {
    position: relative;
    margin: -5px 0 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    /*color: #679602;*/
    color: #111;
}

.content h2 {
    margin: 15px 0;
    font-size: 21px;
    font-weight: normal;
    color: #4d4e4e;
}

.content h3 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #2c2c2c;
}

.content p {
    margin: 15px 0 0;
    line-height: 17px;
}

.content a {
    color: #009dc2;
}

.content ul {
    margin: 15px 0 0;
}

.content ul li {
    margin: 0 0 3px;
    padding-left: 15px;
    background: url(../img/ulli.png) 0 6px no-repeat;
}

.content ol {
    margin: 15px 0 0 15px;
}

.content ol li {
    margin: 0 0 3px;
}

.content hr {
    height: 3px;
    background: url(../img/dots.png);
}

.content table {
    margin: 15px 0;
    border-collapse: collapse;
}

.content table caption {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #2c2c2c;
    text-align: left;
}

.content table td, .content table th {
    padding: 10px 16px;
    font-size: 14px;
    vertical-align: top;
}

.content table.noborder td {
    padding: 0 !important;
}

.content table tr th {
    border: 1px solid #ececec;
    background: #ececec;
    /*            color: #6b6b6b;*/
}

.content table tr td {
    border: 1px solid #ececec;
    /*            background: #fcfcfc;*/
}

.content table tr:nth-child(2n+1) td {
    /*                background: #f2e7da;*/
}

.content img {
    padding: 1px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #dcdcdc;
}

.popup {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: url(../img/blackbox.png);
}

.popup td {
    vertical-align: middle;
}

.popup-container {
    position: relative;
    width: 450px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #c7af89;
}

.popup-container.callback {
    width: 473px;
}

#popup-info .popup-container {
    width: 520px;
}

#popup-info h2 {
    background: none;
    padding-top: 40px;
}

#popup-info a {
    text-decoration: none;
    color: #000;
}

#popup-info a:hover {
    text-decoration: underline;
}

#popup-catalog-order .popup-container {
    width: 675px;
    border: none;
}

#popup-catalog-order .popup-container:after {
    content: none;
    border: none;
}

#popup-catalog-order .catalog__order {
    margin: 0;
}


#popup-order .catalog__order  {
    height: auto;
    border: none;
    margin: 0;
}

#popup-order .order__title  {
    margin: 0 0 10px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}

#popup-order .form__container  {
    margin: 0;
    width: 100%;
}

#popup-order .form__controls  {
    position: static;
    text-align: center;
    width: 100%;
}

#popup-order .catalog__order .form__container .field__input_text,
#popup-order .catalog__order .form__container .field__input_textarea {
    width: 100%;
    margin: 4px 0 15px;
    box-sizing: border-box;
}

#popup-catalog-order .catalog__order .form__container .field__title {
    margin: 0 !important;
}

#popup-catalog-order .catalog__order .order__result {
    width: 674px;
}

#popup-order .popup-container {
    width: 350px;
    padding: 30px;
    border: none;
}

#popup-order .popup-container:after {
    content: none;
    border: none;
}

#popup-catalog-order .catalog__order {
    margin: 0;
}

#popup-order .catalog__order .form__container .field__title {
    margin: 0 !important;
}

#popup-order .catalog__order .order__result {
    width: 674px;
}

#popup-send .popup-container {
    width: 710px;
    padding-bottom: 20px;
}

#popup-send h2 {
    font-size: 27px;
}

#popup-send .button {
    width: 300px;
}

.popup-container:after {
    content: '';
    z-index: -1;
    position: absolute;
    top: -8px;
    left: -8px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    background: #d9c3a1 url(../img/popup_bg.jpg);
    border-radius: 3px;
    box-shadow: 0 0 6px -2px #000;
}

.popup-close {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 200;
    display: block;
    width: 50px;
    height: 49px;
    background: url(../img/popup_close.png);
}

.popup-container #callback-form {
    padding: 25px;
}

.popup h2 {
    padding: 15px 25px 15px;
    font-size: 28px;
    font-weight: normal;
    background: url(../img/dots.png) 0 bottom repeat-x;
}

#popup-calculate h2 {
    font-size: 24px;
}

.popup #callback-form table {
    margin-left: -25px;
}

.popup td span {
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: bold;
    color: #059ac4;
}

.popup td input[type=text], .popup td input[type=password], .popup td input[type=email] {
    width: 173px;
    margin: 0 0 10px;
    padding: 6px 6px;
    font: 13px 'Trebuchet MS', Arial, sans-serif;
    color: #5a5051;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.popup td input[type=text]:focus, .popup td input[type=password]:focus, .popup td input[type=email]:focus {
    border-color: #aaa;
}

.popup td textarea {
    width: 386px;
    height: 100px;
    margin: 0 0 10px;
    padding: 6px 6px;
    font: 13px 'Trebuchet MS', Arial, sans-serif;
    color: #5a5051;
    background: #fff;
    border: 1px solid #dcdcdc;
    resize: vertical;
}

.popup td textarea:focus {
    border-color: #aaa;
}

.popup td input.error {
    border-color: red !important;
}

/* .popup-container tr td:first-child {
                    padding-right: 15px !important;
                }
                .popup-container tr td:last-child {
                    padding-left: 10px !important;
                }*/
.popup-container tr td:only-child {
    padding: 0 25px !important;
}

.popup-error {
    display: none;
    min-height: 30px;
    margin: 15px 0;
    padding: 0 0 0 70px;
    font-size: 13px;
    color: #ef3e23;
    background: url(../img/icon_alert.png) 25px 0 no-repeat;
}

.popup-container table {
    width: 100%;
    margin: 15px 0;
}

.popup-container table td {
    padding: 0 25px;
    vertical-align: top;
}


#popup-catalog-order .date__text {
    display: inline-block !important;
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

#popup-catalog-order .sale__text {
    margin: 0 0 10px !important;
}

#popup-catalog-order .wholesale__block span {
    display: inline-block;
}

.block {
    position: relative;
    width: 980px;
    margin: 0 auto;
    border-radius: 0 0 2px 2px;
}

.block_left {
    float: left;
    width: 260px !important;
}

.block_left.block_padding {
    width: 220px !important;
}

.block_right {
    float: right;
    width: 675px !important;
}

.block_right.block_padding {
    width: 695px !important;
    padding-right: 0 !important;
}

.block_widthauto {
    width: auto !important;
}

.block_margin {
    margin-top: 20px;
}

.block_padding {
    width: 940px;
    padding: 20px;
}

.block_padding_40 {
    padding: 40px 0;
}

.block_padding_20 {
    padding: 20px 0;
}

.block_marginbottom {
    margin-bottom: 5px;
}

.block_background {
    background: #fff;
}

.block_bg_blue {
    background: #10afd2;
}

.block_bg_grey {
    background: #eaeaea;
}

.block_shadow {
    box-shadow: 0 30px 30px -35px rgba(0, 0, 0, 0.5);
}

.block_shadowed {
    box-shadow: 0 0 5px -3px #000;
}


.button {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-decoration: none;

    -webkit-transition: all 0.1s 0s ease-in;
    -moz-transition: all 0.1s 0s ease-in;
    -o-transition: all 0.1s 0s ease-in;
    -ms-transition: all 0.1s 0s ease-in;
    transition: all 0.1s 0s ease-in;
}

.button-small {
    height: 23px !important;
    padding: 0 5px !important;
    font-size: 14px !important;
    line-height: 23px !important;
}

.button-gray {
    height: 38px;
    padding: 0 20px;
    color: #777;
    background: #c8e3f2;
    border: 1px solid #e8e8e9;
    border-bottom: 1px solid #c0c0c0;
    border-radius: 2px;
    box-shadow: inset 0 -3px 0 -2px #dbedf6, inset 0 30px 20px -20px #fff, 0 1px 3px -3px #000;
}

.button-gray:hover {
    background: #fff;
    box-shadow: none;
}

.button-orange {
    height: 38px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 37px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 1px #d25c05;
    background: #ef701a;
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 -1px #d25c05, inset 0 50px 30px -30px #ef9f41, 0 1px 3px -2px #000;
}

.button-orange:hover {
    background: #d25c05;
}

.button-blue {
    height: 41px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 39px;
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 1px #006891;
    background: #007ead;
    border-top: 1px solid #0098d4;
    border-radius: 2px;
    box-shadow: inset 0 2px 0 -1px #30c1e5, inset 0 45px 40px -40px #00abec, 0 1px 3px -2px #000;
}

.button-blue:hover {
    background: #30c1e5;
}

.button-blue.button-right {
    padding-right: 60px;
}

.button-blue.button-right:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 17px;
    height: 23px;
    background: url(../img/arrow_right.png) 0 0 no-repeat;
}

.button-blue.button-right:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: -1px;
    right: 0;
    display: block;
    width: 41px;
    height: 42px;
    box-shadow: inset 2px 0 0 -1px rgba(0, 0, 0, 0.1), -2px 1px 0 -1px rgba(255, 255, 255, 0.2);
}

.button-blue.button-quest {
    padding-left: 50px;
}

.button-blue.button-quest:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    width: 34px;
    height: 34px;
    background: url(../img/submenu_icons.png) 0 -34px no-repeat;
}

.button-blue.button-quest:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 41px;
    height: 42px;
    box-shadow: inset -2px 0 0 -1px rgba(255, 255, 255, 0.2), 2px 0 0 -1px rgba(0, 0, 0, 0.1);
}

.button-blue.button-people {
    padding-left: 60px;
}

.button-blue.button-people:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 10px;
    left: 8px;
    display: block;
    width: 26px;
    height: 20px;
    background: url(../img/icon_people.png);
}

.button-blue.button-people:before {
    content: '';
    z-index: 0;
    position: absolute;
    top: -1px;
    left: 0;
    display: block;
    width: 41px;
    height: 42px;
    box-shadow: inset -2px 0 0 -1px rgba(255, 255, 255, 0.2), 2px 0 0 -1px rgba(0, 0, 0, 0.1);
}

.button-back {
    padding-left: 40px;
}

.button-back:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 12px;
    left: 15px;
    display: block;
    width: 14px;
    height: 17px;
    background: url(../img/arrow_back.png);
}


.i-b {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.abs-wrap {
    position: relative;
}

.float-wrap {
    overflow: hidden;
}

.price_color {

    color: #0091c1;

}

.price_text {

    margin: 0 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #868687;

}


.kartochka__result {
    padding: 15px 20px 10px;
    border-radius: 2px;
    width: 100%;
    text-align: center;
    color: #0c0750;
    box-sizing: border-box;
}

.kartochka__result h2 {
    font-size: 24px;
    font-weight: normal;
    color: #679602;
}

.kartochka__result p {
    margin: 5px 0 10px;
    font-size: 16px;
    color: #0c0750;
}

.kartochka__result .result__info {
    margin: 20px -20px -10px;
    padding: 20px 20px 116px;
    background: #e9e9e9 url(../img/result_info_bg.png) 0 0 repeat-x;
}

.kartochka__result .result__info h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 21px;
    color: #679602;
    background: url(../img/dots.png) 0 bottom repeat-x;
}

.kartochka__result .result__info p {
    margin: 0;
    color: #4d4e4e;
    line-height: 21px;
}

.kartochka__result .result__info .info__price {
    float: right;
    position: relative;
    top: -3px;
    font-size: 16px;
}

.kartochka__result .result__info .info__price b {
    font-size: 21px;
}

.block_margin__bottom {
    margin-bottom: 5px;
}

.catalog_current {

}

.name__link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.catalog_current .entry__title {
    text-transform: uppercase;
}

.catalog_current .entry__date {
    padding: 0 0 0 30px !important;
    color: #fc8b01 !important;
    font-size: 22px !important;
    background: url("../img/calendar_current.png") no-repeat 0 0px !important;
}

.catalog_current .entry__price {
    margin: 5px 0 0 0;
    padding: 0 0 0 30px;
    min-height: 26px;
    background: url("../img/price_current.png") no-repeat 0 4px !important;
}

.catalog_current .entry__price .price__text {
    margin: -2px 0 0 0 !important;
    line-height: 19px;
    font-size: 16px;
    color: #4d4e4e;
}

.catalog_current .entry__price .price__text .blue {
    color: #0091c1;

}

.prices {
    display: flex;
    align-items: flex-start;
    margin: 15px -5px 0;
}

.price__table {
    display: inline-table;
    width: calc(50% - 10px);
    margin: 0 5px !important;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,.3);
}


.price__table th {
    padding: 0 10px !important;
    text-align: left;
    color: #0f98cd;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 28px;
    background: transparent !important;
    border: none !important;
}

.price__table td {
    text-align: center;
    padding: 5px !important;
    color: #333;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    border: none !important;
}

.price__table_header {
    font-weight: bold !important; 
    font-size: 12px !important;
}

.price__table_blue {
    color: #0f98cd !important;
}

.price__table_header .roubles {
    padding: 0 15px 0 0px !important;
    background: url(../img/icon-roubles.png) no-repeat;
}

.price__table_header .roubles_all {
    padding: 0 15px 0 0px !important;
    background-position: 36px 3px !important;
}

.price__table_header .roubles_one {
    background-position: 42px 3px !important;
}

.items-not-found {
    position: relative;
    padding: 30px;
    text-align: center;
}

.items-not-found:empty {
    padding: 0;
}

.catalog.pagenav_block {
    /*padding-bottom: 44px;*/
}

.serch__bottom {
    /*position: absolute;*/
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #007dad;
    box-shadow: 0 2px 0 -1px #00e1f9 inset, 0 85px 70px -70px #00abec inset;
    border-top: 1px solid #0098d4;
}

.serch__bottom_text {
    position: relative;
    margin: 0px 20px 0 20px;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 1px #006891;
    line-height: 48px;
}

.serch__bottom .search__form {
    position: absolute;
    top: 9px;
    right: 20px;
}

.serch__bottom .search__input {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 35px 0 10px;
    width: 320px;
    height: 32px;
    line-height: 30px;
    font-size: 13px;
    font-style: italic;
    box-shadow: 1px 1px 1px 0 rgba(64, 139, 168, 0.75) inset;
    border-radius: 2px;
    background: #fff;
    border: 0px !important;
}

.serch__bottom .search__button {
    position: absolute;
    display: block;
    top: 6px;
    right: 10px;
    width: 21px;
    height: 20px;
    background: url("../img/icon-search.png") 0 0 no-repeat;
}

.block_search_margin {
    margin-top: 50px;
}

.mp-catalog-title {
    position: relative;
    margin: 20px 20px 0px;
    color: #679602;
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
}

.not__found {
    position: relative;
}

.not__found_block {
    position: relative;
    margin: 50px 0 25px;
    padding: 0 0 0 140px;
    min-height: 59px;
    background: url(../img/icon-notfound.png) 40px 0px no-repeat;
}

.not__found_title {
    position: relative;
    margin: 2px 0 10px;
    color: #4d4e4e;
    font-size: 24px;
    line-height: 24px;
}

.not__found_text {
    position: relative;
    margin: 0;
    color: #767777;
    font-size: 14px;
    line-height: 17px;
}

.not__found .submenu {
    margin: 35px 0 0;
    height: auto;
    background: none;
    border: 0px;
    box-shadow: none;
}

.not__found .submenu .submenu__layout {
    margin: 0;
    height: auto;
}

.not__found .submenu .submenu__entry {
    margin: 0 20px 20px 0;
    padding: 0;
    background: none;
}

.not__found .submenu .submenu__entry .submenu__link {
    padding-left: 40px !important;
    box-shadow: none;
    line-height: 33px !important;
}

.not__found .submenu .submenu__entry .submenu__link .text__description {
    display: none;
}

.submenu__layout {
    margin-left: -10px;
}

/*NEW ITEMS IN INDEX PAGE*/
.actions {
    background: #f6f6f6;
}

.actions__title {
    font-size: 35px;
    font-weight: 500;
    padding: 0 120px 0 35px;
    margin: 0 0 10px;
}

.actions__btn {
    position: absolute;
    right: 45px;
    top: 0;
    display: inline-block;
    height: 39px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 39px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #fa8b24;
    border-radius: 4px;
}

.actions__btn:before {
    content: '%';
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.actions__btn:hover {
    background: #ff9a1e;
}

.actions__wrapper {
    position: relative;
    padding: 0 40px;
    height: 300px;
    overflow: hidden;
}

.actions__entry {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 287px;
    /*height: 287px;*/
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
}

.actions__entry:hover {
    border-color: #ccc;
}

.actions__entry .entry__lnk {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.actions__entry .entry__photo {
    position: relative;
    width: 275px;
    height: 136px;
    overflow: hidden;
    margin: -10px -9px 10px;
}

.actions__entry .entry__discount {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 62px;
    height: 63px;
    line-height: 68px;
    padding-left: 5px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background: url(../img/actions_discount.png) right bottom no-repeat;
    box-sizing: border-box;
}

.actions__entry .entry__photo img {
    display: block;
}

.actions__entry .entry__title {
    max-height: 60px;
    overflow: hidden;
    margin: 0 0 3px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    color: #23afd0;
    text-transform: uppercase;
}

.actions__entry .entry__description {
    height: 45px;
    overflow: hidden;
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 300;
}

.actions__entry .entry__price .price__current {
    font-size: 18px;
    font-weight: 500;
}

.actions__entry .entry__price .price__current.orange {
    margin: 0 6px 0 0;
    font-size: 22px;
    font-weight: 500;
    color: #fa8b24;
}

.actions__entry .entry__price .price__old {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: line-through;
}

.actions .owl-nav > div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 62px;
    width: 26px;
    background: url(../img/actions_arr.png) no-repeat;
    cursor: pointer;
}

.actions .owl-nav > div:hover {
    opacity: .6;
}

.actions .owl-nav .owl-prev {
    left: -35px;
    background-position: 0 0;
}

.actions .owl-nav .owl-next {
    right: -35px;
    background-position: 100% 0;
}


.excursions {

}

.excursions .excursions__title {
    max-width: 600px;
    font-size: 27px;
    text-transform: uppercase;
    text-align: left;
    line-height: 32px;
    float: left;
    font-weight: 500;
}

.advantages .excursions__catalog {
    position: relative;
    display: inline-block;
    padding: 15px 10px 15px 78px;
    text-decoration: none;
    color: #fff;
    margin: 50px 0 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    background: #fc8b00;
    border-radius: 4px;
    -webkit-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
}

.advantages .excursions__catalog:hover {
    background: #ff9a1e;
}

.advantages .excursions__catalog:before {
    content: '';
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 47px;
    height: 47px;
    background: url(../img/pdf.png) no-repeat;
}

.excursions .excursions__list {
    padding-top: 10px;
}

.excursions .excursions__list .list__entry {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 45px;
    font-size: 22px;
    font-weight: 300;
}

.excursions .excursions__list .list__entry:first-child {
    margin: 0;
}

.excursions .excursions__list .list__entry:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 17px;
    background: url(../img/blue_check.png) no-repeat;
}

.whyus {

}

.whyus .whyus__title {
    font-size: 27px;
    text-transform: uppercase;
    text-align: left;
    line-height: 32px;
    float: left;
    font-weight: 500;
}

.whyus .whyus__list {
    padding-top: 10px;
}

.whyus .whyus__list .list__entry {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 45px;
    font-size: 22px;
    font-weight: 300;
}

.whyus .whyus__list .list__entry:first-child {
    margin: 0;
}

.whyus .whyus__list .list__entry:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 24px;
    height: 17px;
    background: url(../img/blue_check.png) no-repeat;
}

.whyus .bluebtn {
    margin-top: 40px;
}

.advantages {

}

.advantages__btn {
    margin-top: 40px;
    position: relative;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #fc8b00;
}

.advantages__btn:hover {
    background: #ff9717;
}

.advantages__entry {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    position: relative;
    padding: 0 0 0 50px;
    font-size: 22px;
    margin: 25px 2% 0;
    font-weight: 300;
    box-sizing: border-box;
}

.advantages__entry strong {
    font-weight: 500;
}

.advantages__entry:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 39px;
    height: 33px;
    background: url(../img/advantages.png) no-repeat;
}

.advantages__entry_security:before {
    background-position: 0 0;
}

.advantages__entry_involvement:before {
    background-position: 0 -33px;
}

.advantages__entry_accents:before {
    background-position: 0 -66px;
}

.advantages__entry_knowlegde:before {
    background-position: 0 -99px;
}

.advantages__entry_rest:before {
    background-position: 0 -132px;
}

.advantages__entry_themes:before {
    background-position: 0 100%;
}

.features {
    color: #fff;
    padding: 30px 0;
}

.features__btn {
    display: inline-block;
    margin-top: 20px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    border: 2px solid #fc8b00;
    background: #fc8b00;
    border-radius: 4px;
    padding: 0 30px;
    font-size: 20px;
    text-decoration: none;
    transition: all 200ms linear;
}

.features__btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.features .content ul li {
    position: relative;
    color: #fff;
    margin: 20px 0;
    font-size: 16px;
    background: none;
}

.features .content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
}

.features__title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px;
}

.features .block {
    overflow: hidden;
}

.features .features__list .list__entry {
    position: relative;
    float: left;
    width: 435px;
    margin: 0 20px;
    padding: 0 0 0 100px;
    font-size: 16px;
    font-weight: 100;
    box-sizing: border-box;
}

.features .features__list .list__entry:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 78px;
    height: 72px;
    background: url(../img/features.png) no-repeat;
}

.features .features__list .list__entry_guide:before {
    background-position: -78px 0;
}

.features .features__list .list__entry_bus:before {
    background-position: 0 0;
}

.features .features__list .list__entry_school:before {
    background-position: -234px 0;
}

.features .features__list .list__entry_programs:before {
    background-position: -156px 0;
}

.features .features__list .list__entry .entry__title {
    /*margin: 0 0 7px;*/
    font-size: 22px;
    font-weight: 700;
}

.index_catalog {

}

.index_catalog .index_catalog__title {
    font-size: 29px;
    margin: 0 0 20px;
    text-align: center;
}

.index_catalog .catalog__list {
    margin: 0 -10px;
    display: table;
}

.index_catalog .catalog__list .list__entry {
    position: relative;
    float: left;
    width: 235px;
    min-height: 370px;
    margin: 0 6px 20px;
    background: #fff;
    border: 5px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
}

.index_catalog .catalog__list .list__entry .entry__lnk {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.index_catalog .catalog__list .list__entry .entry__photo {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
}

.index_catalog .catalog__list .list__entry .entry__photo:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.index_catalog .catalog__list .list__entry:hover .entry__photo:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.index_catalog .catalog__list .list__entry .entry__photo img {
    display: block;
}

.index_catalog .catalog__list .list__entry .entry__title {
    margin: 0 10px 5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #10afd2;
}

.index_catalog .catalog__list .list__entry .entry__subtitle {
    margin: 0 10px 5px;
    font-size: 15px;
    font-weight: 300;
}

.index_catalog .index_catalog__lnk {
    position: relative;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 20px 0 70px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #10afd2;
}

.index_catalog .index_catalog__lnk:hover {
    background: #fc8b00;
}

.index_catalog .index_catalog__lnk:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: #fc8b00 url(../img/pdf.png) center no-repeat;
    border-radius: 4px 0 0 4px;
}

.abonements {
    background: url(../img/abonements_bg.jpg) center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 1000px) {
    .abonements {
        background-attachment: scroll;
    }
}

.abonements__btn {
    display: inline-block;
    margin-top: 40px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    border: 2px solid #fc8b00;
    background: #fc8b00;
    border-radius: 4px;
    padding: 0 30px;
    font-size: 20px;
    text-decoration: none;
    transition: all 200ms linear;
}

.abonements__btn:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.abonements .list__entry {
    position: relative;
    margin: 20px 0 0;
    border: 5px solid #fff;
    border-radius: 4px;
}

.abonements .list__entry:first-child {
    margin: 0;
}

.abonements .list__entry .entry__lnk {
    position: absolute;
    left: 0;
    top: 0;
    width: 655px;
    height: 100%;
    z-index: 3;
}

.abonements .list__entry .entry__leftside {
    float: left;
    width: 655px;
    min-height: 338px;
    border-right: 10px solid #fff;
    background: #fff;
}

.abonements .list__entry .entry__leftside .leftside__photo {
    position: relative;
    min-height: 338px;
}

.abonements .list__entry .entry__leftside .leftside__photo:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    pointer-events: none;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.abonements .list__entry .entry__leftside .leftside__photo:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0 0 15px #000;
    color: #fff;
    text-align: center;
    line-height: 338px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.abonements .list__entry:hover .entry__leftside .leftside__photo:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.abonements .list__entry:hover .entry__leftside .leftside__photo:after {
    opacity: 1;
}

.abonements .list__entry .entry__leftside .leftside__photo img {
    display: block;
}

.abonements .list__entry .entry__leftside .leftside__photo .leftside__download {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 6;
    text-decoration: none;
    height: 78px;
    line-height: 78px;
    padding: 0 20px 0 75px;
    color: #fff;
    font-size: 26px;
    /*font-weight: 500;*/
    background: #10afd2 url(../img/download.png) 15px center no-repeat;
    border-radius: 0 4px 0 0;
}

.abonements .list__entry:hover .entry__leftside .leftside__photo .leftside__download {
    background-color: #12badf;
}

.abonements .entry__rightside {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 294px;
    background: #fff;
    padding: 20px 0 0 10px;
    box-sizing: border-box;
}

.abonements .entry__rightside .rightside__title {
    font-size: 30px;
    line-height: 33px;
    font-weight: 700;
    margin: 0 0 10px 20px;
}

.abonements .entry__rightside .rightside__subtitle {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 10px 20px;
}

.abonements .entry__rightside .rightside__subtitle ul {
    line-height: 15px;
    margin-top: 8px;
}

.abonements .entry__rightside .rightside__subtitle li {
    position: relative;
    padding-left: 15px;
    font-size: 11px;
    line-height: 21px;
    background: url(../img/ulli.png) 0 9px no-repeat;
}

.abonements .entry__rightside .rightside__date {
    font-size: 17px;
    margin: 0 0 10px 20px;
}

.abonements .entry__rightside .rightside__download {
    position: absolute;
    /*width: 100%;*/
    left: 10px;
    right: 0;
    bottom: 0;
    padding: 15px 10px 15px 65px;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #fc8b00;
    border-radius: 3px;
    box-sizing: border-box;
}

.abonements .entry__rightside .rightside__download:before {
    content: '';
    position: absolute;
    left: 14px;
    top: 20px;
    width: 39px;
    height: 40px;
    background: url(../img/pdf_small.png) no-repeat;
}

.abonements .list__entry:hover .entry__rightside .rightside__download {
    background: #ff9a1e;
}

.abonements .entry__divider {
    position: absolute;
    top: 0;
    left: 665px;
    height: 100%;
    width: 11px;
    background: url(../img/abonements_divider.png) left top repeat-y;
}

.gallery {

}

.gallery .block {
    overflow: hidden;
}

.gallery .gallery__title {
    font-size: 29px;
    margin: 0 0 20px;
    text-align: center;
}

.gallery .gallery__list {
    margin: 0 -10px;
}

.gallery .gallery__list .list__entry {
    position: relative;
    float: left;
    width: 312px;
    margin: 0 10px 40px;
}

.gallery .gallery__list .list__entry .entry__lnk {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.gallery .gallery__list .list__entry .entry__photo {
    position: relative;
    overflow: hidden;
    border-radius: 3px 3px 0 0;
    margin: 0 0 7px;
}

.gallery .gallery__list .list__entry .entry__photo:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 0;
    height: 0;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.gallery .gallery__list .list__entry:hover .entry__photo:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.gallery .gallery__list .list__entry .entry__photo img {
    display: block;
    border-radius: 3px 3px 0 0;
}

.gallery .gallery__list .list__entry .entry__count {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    background: #10afd2;
    padding: 0 10px;
}

.gallery .gallery__list .list__entry .entry__count .count__photo {
    float: left;
    position: relative;
    padding: 0 0 0 28px;
    background: url(../img/icon_photos.png) left center no-repeat;
}

.gallery .gallery__list .list__entry .entry__count .count__date {
    float: right;
}

.gallery .gallery__list .list__entry .entry__title {
    font-size: 19px;
    line-height: 22px;
    font-weight: 700;
}

.bluebtn {
    display: inline-block;
    height: 49px;
    line-height: 49px;
    padding: 0 30px;
    text-decoration: none;
    color: #10afd2;
    font-size: 19px;
    font-weight: 400;
    border: 3px solid #10afd2;
    border-radius: 3px;
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.bluebtn:hover {
    background: #10afd2;
    color: #fff;
}

.guides {

}

.guides .guides__title {
    font-size: 29px;
    margin: 0 0 20px;
    text-align: center;
}

.guides .guides__line {
    position: relative;
}

.guides .line__list_wrap {
    overflow: hidden;
    margin: 0 25px 0 32px;
    height: 246px;
}

.guides .guides__line .line__list {
    position: relative;
    width: 999999999px;
    height: 246px;
}

.guides .guides__line .line__list .list__entry {
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
    height: 246px;
    width: 135px;
}

.guides .guides__line .line__list .list__entry .entry__name {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.guides .guides__line .line__list .list__entry .entry__classes {
    font-size: 14px;
    font-weight: 300;
    color: #777;
}

.guides .guides__line .line_prev,
.guides .guides__line .line_next {
    position: absolute;
    top: 40px;
    width: 24px;
    height: 60px;
    cursor: pointer;
    background: url(../img/guides_arr.png) no-repeat;
}

.guides .guides__line .line_prev:hover,
.guides .guides__line .line_next:hover {
    opacity: .6;
}

.guides .guides__line .line_prev.disabled,
.guides .guides__line .line_next.disabled {
    display: none;
}

.guides .guides__line .line_prev {
    left: 0;
    background-position: 0 0;
}

.guides .guides__line .line_next {
    right: 0;
    background-position: right top;
}

.guides .guides__catalog_lnk {
    position: relative;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 20px 0 0;
    padding: 0 20px 0 70px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    background: #10afd2;
}

.guides .guides__catalog_lnk:hover {
    background: #fc8b00;
}

.guides .guides__catalog_lnk:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: #fc8b00 url(../img/pdf.png) center no-repeat;
    border-radius: 4px 0 0 4px;
}

.index_seo .content h1 {
    font-size: 29px;
    margin: 0 0 20px;
    text-align: center;
    color: #000;
    font-weight: 700;
}

.index_seo .content p {
/ / color: #777;
/ / font-size: 14 px;
/ / line-height: 19 px;
/ / font-weight: 300;
}

.galleryCarousel-dots {
    position: absolute;
    z-index: 101;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 10px;
    padding-left: 10px;
}

.galleryCarousel-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .7);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .7);
    background: #fff;
    margin: 0 4px;
}

.galleryCarousel-dot.current {
    background: #10afd2;
}

.reviews {

}

.reviews h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 30px 0 30px;
    font-weight: normal;
}

.reviews__head {
    padding: 50px 0;
    color: #ffffff;
    background: url(../img/reviews_head.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.reviews__title {
    font-size: 35px;
    line-height: 39px;
    margin: 0 0 4px;
    font-weight: 700;
}

.reviews__subtitle {
    margin: 0 0 30px;
    font-size: 15px;
    line-height: 21px;
}

.btn_orange {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 50px;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    background: #fc8b00;
    border-radius: 3px;
    transition: all 200ms linear;
    border: none;
}

.btn_orange:hover {
    background: #ff9c22;
}

.reviews__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -25px;
}

.reviews__list:empty {
    margin: 0;
}

.reviews__entry {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: calc(50% - 50px);
    margin: 25px;
}

.reviews__entry .entry__photo {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../img/nophoto.png) no-repeat;
    background-size: contain;
}

.reviews__entry .entry__photo .photo__inner {
    width: 100px;
    height: 100px;
    background-size: cover;
    display: block;
    border: 3px solid #FC8B00;
    box-sizing: border-box;
    border-radius: 50%;
    background-position: center;
}

.reviews__entry .entry__info {
    flex-grow: 1;
}

.reviews__entry .entry__name {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 24px;
    color: #5374c6;
    font-weight: 700;
}

.reviews__entry .entry__city {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
}

.reviews__entry .entry__text {
    max-height: 120px;
    overflow: hidden;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
}

.reviews__entry.opened .entry__text {
    max-height: none;
}

.reviews__entry .entry__text-more {
    font-weight: 700;
    font-size: 15px;
    text-decoration: underline;
    color: #000000;
}

.reviews__entry .entry__text-more:hover {
    text-decoration: none;
}

#popup-review .popup-container {
    width: 980px;
    background: url(../img/review_popup_bg.jpg) no-repeat;
    border: none;
    padding: 30px;
    box-sizing: border-box;
}

#popup-review .popup-container:after {
    content: none;
}

#popup-review h2 {
    padding: 0;
    background: none;
    font-size: 35px;
    line-height: 39px;
    font-weight: 700;
    margin: 0 0 7px;
    color: #ffffff;
}

#popup-review .popup__subtitle {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 21px;
    color: #ffffff;
}

#popup-review table td {
    width: calc(100% / 3);
    padding: 15px;
}

#popup-review input:not([type=file]):not([type=checkbox]) {
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 3px;
    opacity: .8;
    transition: all 200ms linear;
}

#popup-review textarea {
    width: 100%;
    height: 100px;
    line-height: 20px;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 3px;
    opacity: .8;
    transition: all 200ms linear;
}

#popup-review input:not([type=file]):not([type=checkbox]):focus,
#popup-review textarea:focus {
    opacity: 1;
}

#popup-review span {
    color: #a3b1b6;
    font-weight: normal;
}

#popup-review .file {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 72px;
    background: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}

#popup-review .file input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#popup-review .file span {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

#popup-review .file i {
    display: block;
    font-style: normal;
    color: #3fafd1;
}

#popup-review .form__hint {
    margin-top: 3px;
    font-size: 11px;
    line-height: 12px;
    color: #a7a7a7;
}

.popup .form__hint {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 14px;
    color: #a7a7a7;
}

.popup .form__hint a {
   color: #009dc2;
}

.label-personal {
    position: relative;
    display: block;
    margin: 0 0 20px;
    cursor: pointer;
}

.label-personal input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.label-personal span {
    display: inline-block;
    padding: 0 0 0 20px;
    font-size: 13px;
}

.label-personal span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 1px solid #3FAFD1;
    border-radius: 50%;
    box-sizing: border-box;
    opacity: .8;
}

.label-personal input:checked + span:before {
    opacity: 1;
    border: none;
    background: url(../img/check_blue_15x15.svg) no-repeat;
}

#popup-review .label-personal span {
    color: #ffffff;
}

#popup-review .popup-error {
    background: none;
    padding: 0;
    min-height: 0;
}

.reviews_main .reviews__title {
    font-size: 29px;
    margin: 0 0 20px;
    text-align: center;
}

.reviews__more-lnk {
    font-size: 20px;
    font-weight: 700;
    color: #10afd2;
}

.reviews__more-lnk {
    display: inline-block;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
}

.safety .block {
    display: flex;
    align-items: center;
}

.safety__left {
    flex-grow: 1;
}

.safety__title {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 39px;
    color: #000;
    font-weight: 700;
}

.safety img {
    flex-shrink: 0;
    margin-left: 100px;
}

.safety__text {
    padding: 0 0 40px;
    font-size: 14px;
    line-height: 20px;
    color: #4B4B4B;
}

.safety__hint {
    padding: 0 0 0 15px;
    font-size: 17px;
    line-height: 25px;
    color: #4B4B4B;
    border-left: 5px solid #2BAFD0;
}

.spb-card-link {
    font-size: 14px;
    font-weight: bold;
    color: #0086ba;
    border-bottom: 1px dashed #0086ba;
    text-decoration: none !important;
}

.spb-card-field {
    display: none;
}

.telegram {
    background: #f3f3f3;
}

.telegram .block {
    display: flex;
    width: 800px;
}

.telegram__title {
    margin: 0 0 15px;
    font-size: 32px;
    line-height: 39px;
    color: #000;
    font-weight: 700;
}

.telegram__button {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    padding: 0 20px 0 10px;
    color: #ffffff;
    text-decoration: none;
    background: #10afd2;
}

.telegram__left {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.telegram__button img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}

.telegram__window {
    flex-shrink: 0;
    width: 300px;
    margin-left: 40px;
    margin-bottom: -40px;
}

.iteminfo--body .content p {
    text-align: justify;
}


.cookie-alert {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
@media (max-width: 400px) {
    .cookie-alert {
        padding: 10px 0;
    }
}
.cookie-alert .block {
    display: flex;
    align-items: center;
}
@media (max-width: 767px) {
    .cookie-alert .block {
        flex-direction: column;
    }
}
.cookie-alert p {
    margin: 0 30px 0 0;
    font-size: 12px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .cookie-alert p {
        margin: 0 0 15px;
        line-height: 18px;
    }
}
@media (max-width: 400px) {
    .cookie-alert p {
        font-size: 11px;
        line-height: 14px;
        margin: 0 0 10px;
    }
}
@media (max-width: 767px) {
    .cookie-alert a {
        /*width: 200px;*/
    }
}
@media (max-width: 400px) {
    .cookie-alert a {
        padding: 10px;
    }
}










