
#catalog {
    background-color: #fff;
    padding: 25px 25px 45px;
}

#catalog .catalog_item {
    padding-bottom: 50px;
}

#catalog .catalog_item .catalog_item_top {
    margin-bottom: 30px;
}

#catalog .catalog_item .catalog_item_top .left {
    float: left;
    width: 680px;
    margin-right: 55px;
}

@media screen and (max-width: 768px) {
    #catalog .catalog_item .catalog_item_top .left {
        width: 100%;
        margin-right: 0;
    }
}

#catalog .catalog_item .catalog_item_top .left .slider-for .slick-list .slick-track .slick-slide img {
    width: 100%;
}

#catalog .catalog_item .catalog_item_top .left .slider-nav {
    max-width: 400px;
    background-color: #fff;
    padding: 6px 3px;
    position: relative;
    top: -40px;
    float: right;
    margin-right: 30px;
}

#catalog .catalog_item .catalog_item_top .left .slider-nav .slick-list {
    padding: 0 !important;
}

#catalog .catalog_item .catalog_item_top .left .slider-nav .slick-list .slick-track {
    min-width: 260px !important;
}

#catalog .catalog_item .catalog_item_top .left .slider-nav .slick-list .slick-track .slick-slide {
    cursor: pointer;
    min-width: 80px;
    height: 80px !important;
    margin: 0 3px;
}

@media screen and (max-width: 535px) {
    #catalog .catalog_item .catalog_item_top .left .slider-nav {
        max-width: 250px;
        max-height: 92px;
    }
    #catalog .catalog_item .catalog_item_top .left .slider-nav .slick-list.draggable {
        height: 80px;
    }
    #catalog .catalog_item .catalog_item_top .left .slider-nav .slick-list .slick-track {
        height: 80px;
    }
    /* #catalog .catalog_item .catalog_item_top .left .slider-nav .slick-list .slick-track .slick-slide.slick-active {
  width: 40px !important;
  } */
}

@media screen and (max-width: 380px) {
    #catalog .catalog_item .catalog_item_top .left .slider-nav {
        max-width: 168px;
        max-height: 92px;
    }
}

#catalog .catalog_item .catalog_item_top .left .slider-nav .slick-list .slick-track .slick-slide img {
    width: 100%;
    height: 100%;
}

#catalog .catalog_item .catalog_item_top .right {
    float: left;
    width: 315px;
}

@media screen and (max-width: 380px) {
    #catalog .catalog_item .catalog_item_top .right {
        width: 100%;
    }
}

#catalog .catalog_item .catalog_item_top .right h3 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    padding-bottom: 20px;
}

#catalog .catalog_item .catalog_item_top .right h4 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
}

#catalog .catalog_item .catalog_item_top .right ul li {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
}

#catalog .catalog_item .catalog_item_top .right ul li span {
    display: block;
    font-family: "Proxima Nova";
    font-weight: 500;
}

#catalog .catalog_item .catalog_item_top .right ul li a {
    color: #000;
}

#catalog .catalog_item .catalog_item_top .right .selection_btn {
    display: block;
    height: 38px;
    width: 190px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fddc0d;
    color: #4a4a4a;
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    transition: all 0.3s ease;
}

#catalog .catalog_item .catalog_item_top .right .selection_btn:hover {
    background-color: rgba(253, 220, 13, 0.8);
}

#catalog .catalog_item p {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

#catalog .schedule {
    padding-top: 15px;
}

#catalog .schedule .schedule_top {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.45);
}

#catalog .schedule .schedule_top .schedule_title {
    float: left;
}

#catalog .schedule .schedule_top .schedule_title h3 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
}

#catalog .schedule .schedule_top .schedule_title span {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

#catalog .schedule .schedule_top .schedule_selects {
    float: right;
}

#catalog .schedule .schedule_top .schedule_selects .select {
    float: left;
    height: 36px;
    width: 170px;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
    margin-left: 30px;
}

@media screen and (max-width: 685px) {
    #catalog .schedule .schedule_top .schedule_title {
        margin-right: 16px;
    }
    #catalog .schedule .schedule_top .schedule_selects {
        display: flex;
        flex-direction: column;
        align-items: center;
        float: left;
    }
    #catalog .schedule .schedule_top .schedule_selects .select {
        margin-top: 6px;
        margin-left: 0;
    }
}

#catalog .schedule .schedule_top .schedule_selects .select .current {
    display: block;
    line-height: 34px;
    text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0 15px;
}

#catalog .schedule .schedule_top .schedule_selects .select .current img {
    position: absolute;
    right: 15px;
    top: 50%;
    height: 6px;
    margin-top: -3px;
    transition: all 0.3s ease;
}

#catalog .schedule .schedule_top .schedule_selects .select .current span {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
}

#catalog .schedule .schedule_top .schedule_selects .select .current span span {
    display: inline-block;
    color: rgba(96, 98, 98, 0.57);
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
    margin-left: 5px;
}

#catalog .schedule .schedule_top .schedule_selects .select .list {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    background-color: #fff;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.26);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: none;
    z-index: 5;
}

#catalog .schedule .schedule_top .schedule_selects .select .list li {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    text-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5);
    padding: 5px 20px;
    cursor: pointer;
}

#catalog .schedule .schedule_top .schedule_selects .select .list li span {
    display: inline-block;
    color: rgba(96, 98, 98, 0.57);
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
    margin-left: 5px;
}

#catalog .schedule .schedule_top .schedule_selects .select .list li:hover {
    background-color: rgba(96, 98, 98, 0.14);
}

#catalog .schedule .schedule_top .schedule_selects .select.open .current img {
    transform: rotate(540deg);
}

#catalog .schedule .schedule_top .schedule_selects .select.open .list {
    display: block;
}

#catalog .schedule .schedule_item {
    padding: 12.5px 0;
    border-bottom: 1px solid rgba(151, 151, 151, 0.45);
}

#catalog .schedule .schedule_item .date {
    float: left;
    width: 200px;
    margin-right: 30px;
    position: relative;
    margin: 29px 0;
    display: flex;
    flex-direction: row;
}

#catalog .schedule .schedule_item .date .wrapper {
    display: flex;
    flex-direction: column;
    margin-left: 8px;
}

#catalog .schedule .schedule_item .date .day {
    display: inline-block;
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
}

#catalog .schedule .schedule_item .date .mounth {
    display: block;
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-top: 3px;
}

#catalog .schedule .schedule_item .date .week {
    display: block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#catalog .schedule .schedule_item .time {
    float: left;
    width: 250px;
    margin-right: 75px;
}

#catalog .schedule .schedule_item .time ul li {
    display: inline-block;
    width: 56px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(55, 106, 203, 0.26);
    color: #4a4a4a;
    font-size: 16px;
    line-height: 22px;
    padding: 2px 0;
    text-align: center;
    margin-bottom: 8px;
    margin-right: 2px;
    font-family: "Proxima Nova";
    font-weight: 400;
    position: relative;
}

#catalog .schedule .schedule_item .time ul li a {
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

#catalog .schedule .schedule_item .time ul li span {
    display: none;
    position: absolute;
    padding: 6px 2px 8px;
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    width: 100%;
    left: 0;
    top: -32px;
    z-index: 2;
    background: url("../images/museum/tickets_count_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

#catalog .schedule .schedule_item .time ul li:hover span {
    display: inline-block;
}

#catalog .schedule .schedule_item .tickets {
    float: left;
    width: 200px;
    margin-right: 20px;
}

#catalog .schedule .schedule_item .tickets span {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

#catalog .schedule .schedule_item .price {
    float: left;
    width: 85px;
    margin-right: 15px;
}

#catalog .schedule .schedule_item .price span {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

#catalog .schedule .schedule_item .buy {
    float: left;
    width: 165px;
}

#catalog .schedule .schedule_item .buy .buy_btn {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #376acb;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #catalog .schedule .schedule_item .time {
        margin-right: 0;
    }
    #catalog .schedule .schedule_item .buy {
        width: 100%;
        margin-top: 8px;
    }
}

#catalog .schedule .schedule_item h6 {
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}

@media screen and (max-width: 579px) {
    #catalog .schedule .schedule_item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #catalog .schedule .schedule_item h6 {
        margin-bottom: 0;
    }
    #catalog .schedule .schedule_item .tickets {
        margin-bottom: 8px;
        width: 100%;
        margin-right: 0;
    }
    #catalog .schedule .schedule_item .price {
        width: 100%;
        margin-right: 0;
    }
    #catalog .schedule .schedule_item .date {
        width: 100%;
    }
    #catalog .schedule .schedule_item .time {
        width: 100%;
    }
    #catalog .schedule .schedule_item .buy .buy_btn {
        width: 100%;
    }
}

#catalog .schedule .show_more_schedule {
    text-align: center;
    padding-top: 45px;
}

#catalog .schedule .show_more_schedule .show_more {
    display: inline-block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}


#catalog {
    height: auto;
    margin-bottom: 50px;
    margin-top: 0px;
}

#catalog .content {
    max-width: 1170px;
    height: 100%;
    display: block;
    margin: 0px auto;
}

#catalog .content .museums {
    margin: 0px auto;
    text-align: left;
    padding: 0 10px;
}

#catalog .content .museums .museum {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 16px;
    width: 23%;
    min-width: 262px;
    height: 375px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#catalog .content .museums .museum:hover {
    transform: scale(1.05);
    transition-duration: 300ms;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

#catalog .content .museums .museum img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 50%;
    border-radius: 4px 4px 0px 0px;
}

#catalog .content .museums .museum .text {
    text-align: left;
    height: 40%;
    padding-left: 12px;
    padding-top: 20px;
    padding-right: 12px;
    padding-bottom: 20px;
}

#catalog .content .museums .museum .text .title {
    font-family: "Roboto";
    color: #1D2D53;
    display: block;
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: 0.035em;
    height: 40px;
}

#catalog .content .museums .museum .text .description {
    font-family: "Roboto";
    font-weight: 500;
    display: block;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.015em;
    padding-bottom: 10px;
    color: rgb(118, 129, 158);
    height: 55px;
}

#catalog .content .museums .museum .text .from {
    display: inline-block;
    width: 100%;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.035em;
    text-align: right;
    color: #1D2D53;
}

#catalog .content .museums .museum .text .price {
    display: inline-block;
    width: 100%;
    font-family: "Roboto";
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.035em;
    text-align: right;
    color: #1D2D53;
}

@media screen and (max-width: 965px) {
    #catalog {
        margin-top: 25px;
    }
    #catalog .content .museums {
        text-align: center;
    }
}


#reviwes {
    background-color: #f7f7f7;
    padding: 30px 25px 75px;
}

#reviwes h2 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 30px;
}

#reviwes .rev_slider .item {
    background-color: #fff;
    padding: 20px 30px;
}

#reviwes .rev_slider .item h6 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 18px;
}

#reviwes .rev_slider .item p {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 18px;
}

#reviwes .rev_slider .item .name {
    display: block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

#reviwes .rev_slider .item .date {
    display: block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

#reviwes .rev_slider .owl-nav {
    display: block;
    position: absolute;
    top: -60px;
    width: 100%;
    text-align: right;
}

#reviwes .rev_slider .owl-nav .owl-prev,
#reviwes .rev_slider .owl-nav .owl-next {
    display: inline-block;
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.5;
    transition: all 0.3s ease;
}

#reviwes .rev_slider .owl-nav .owl-prev:hover,
#reviwes .rev_slider .owl-nav .owl-next:hover {
    opacity: 1;
}

#reviwes .rev_slider .owl-nav .owl-prev {
    background-image: url("../images/museum/prev_arr.png");
    margin-right: 45px;
}

#reviwes .rev_slider .owl-nav .owl-next {
    background-image: url("../images/museum/next_arr.png");
}

@media screen and (max-width: 768px) {
    #reviwes .rev_slider .owl-item {
        width: 300px !important;
    }
    #reviwes .rev_slider .owl-stage {
        height: 222px;
        overflow: hidden;
    }
}

@media screen and (max-width: 470px) {
    #reviwes .rev_slider .owl-nav {
        top: unset;
        bottom: -42px;
        right: 33%;
    }
}

.important_notes {
    padding: 15px 0 50px 0;
}

.important_notes h3 {
    font-family: "Proxima Nova";
    font-size: 22px;
    line-height: 34px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #c74110;
}

.important_notes p {
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.tickets_show_more_btn a {
    display: inline-block;
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 100px;
}

.tickets_show_more_btn,
.news_show_more {
    text-align: center;
}

