#main_search_form {
    margin-bottom: 30px
}
#main_search_form .form-group {
    border-right: 2px solid #AEAEAE !important;
    width: calc(100% / 6) !important;
}
#main_search_form .form-group.last-item {
    background-color: transparent;
    border-right: none !important;
}
#main_search_form .form-group .btn_tours {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    header h1 {
        font-size: 24px !important;
        margin: 20px auto 20px !important;
    }
    .main-block h2 {
        font-size: 16px !important;
    }
    #main_search_form .form-group {
        border-right: none !important;
        width: calc(100% / 3) !important;
    }
    #main_search_form .form-group.last-item {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    #main_search_form .form-group {
        width: 100% !important;
    }
    #main_search_form {
        height: 260px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 0;
    }
    #main_search_form .div1 { grid-area: 1 / 1 / 2 / 3; }
    #main_search_form .div2 { grid-area: 1 / 2 / 2 / 3; }
    #main_search_form .div3 { grid-area: 2 / 1 / 3 / 2; }
    #main_search_form .div4 { grid-area: 2 / 2 / 3 / 3; }
    #main_search_form .div5 { grid-area: 3 / 1 / 4 / 2; }
    #main_search_form .div6 { grid-area: 3 / 2 / 4 / 3; }
    #main_search_form .div7 { grid-area: 4 / 1 / 5 / 3; }
}

#sights {
    padding: 20px 0 60px 0;
    background-color: #F6F6F6;
}
#owl_sights .owl-nav{position: relative}
#owl_sights .owl-next span, #owl_sights .owl-prev span {
    display: none;
}
#owl_sights .owl-next{
    position: absolute;
    top: -78px;
    right: 70px;
    background: transparent;
    border: none;
}
#owl_sights .owl-prev{
    position: absolute;
    top: -78px;
    left: 70px;
    background: transparent;
    border: none;
    transform: rotate(180deg);
}
#owl_sights .owl-prev:before, #owl_sights .owl-next:before {
    position: absolute;
    content: url(/redesigned_7/img/right-arrow.svg);
    top: 0px;
    left: 0px;
    width: 40px;
}
.sight-wrap {
    position: relative;
}
.sight-wrap:hover {
    -webkit-box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 7px 4px rgba(0, 0, 0, 0.4);
}
.sight-name, .sight-count {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 170px;
    text-align: center;
}
.sight-name {font-weight: 600; bottom: 40px;}
.sight-count {bottom: 15px;}
.sight-img {
    min-height: 200px; width: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.sight-img::before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.38);
}
@media only screen and (max-width: 767px) {
    .sight-name, .sight-count {
        width: 120px;
    }
}

.ex-block-img{
    margin: 0 auto;
    text-align: center;
    min-width: 100%;
}

.desc-ex{
    text-align: left;
}

.h5{
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    font-size: 1.25rem;
    margin-top: 0;
}

.see-also-link{
    padding: 15px 20px;
    background: #fbf9f9;
    display: flex;
    width: 100%;
    text-align: center;
    max-width: 350px;
    margin: auto;
}

.see-also-link a{
    color: black;
    text-decoration: underline;
    margin: auto
}

.see-also-link:hover{
    background: #f1f0f0;
}

.see-also-link:hover a{
    text-decoration: none;
}

.block-links-also{
    margin: 50px 0
}

.also-block{
    display: flex;
    grid-column-gap: 10px;
    grid-row-gap: 0;
}

@media(max-width: 767px){
    .block-links-also{
        margin: 30px 0
    }
}

@media(max-width: 660px){
    .also-block{
        display: block
    }
}
