#map {
    width: 100%;
    height: 450px;
    border-radius: 5px;
    overflow: hidden;
}

#search-school:focus {
    outline: 0;
}

.params-map {
    margin-bottom: 15px;
}

.search-map {
    margin-bottom: 34px;
}

.title-search-page {
    padding-top: 23px;
    margin-bottom: 28px;
    border-top: 1px solid #E5E5E5;
}

.params-map {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.param-item {
    width: 288px;
    margin-right: 10px;
}

.param-item:last-child {
    margin-right: 0;
}

.param-item select:focus,
#search-school:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(5, 18, 49, 0.3);
}

.param-item button {
    height: calc(2.25rem + 1px);
}

#clear-map {
    width: 108px;
    margin-right: 10px;
    color: #000;
    font-size: 12px;
    background-color: #E5E5E5;
}

#accept-map {
    width: 132px;
    font-size: 16px;
    color: #fff;
    background-color: #051231;
}

#search-school {
    margin: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.search-form {
    width: 850px;
    margin-left: auto;
}

.btn-search {
    width: 117px;
    font-size: 15px;
    color: #fff;
    background-color: #051231;
}

.search-list {
    display: none;
    position: absolute;
    top: 38px;
    width: calc(100% - 117px);
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-right: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-color: rgba(173, 176, 182, 0.3);
    overflow: hidden;
}

.search-option {
    padding: 5px 15px 5px 15px;
    border-bottom: 1px solid rgba(173, 176, 182, 0.3);
    font-size: 15px;
    color: #787d85;
    background-color: #fcfcfc;
    cursor: pointer;
    transition: 300ms ease-in-out;
}

.search-option:last-child {
    border-bottom: 0;
}

.search-option:hover {
    color: #fff;
    background-color: #051231;
}

.search-block {
    display: flex;
    align-items: center;
    padding: 13px 44px;
    margin-bottom: 1px;
    border-radius: 5px;
    background: #F3F3F3;
}

.search-title {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.inpt-search {
    border: 0;
    background: #fff;
    width: 730px;
    padding: 13px 20px;
}

.search-map {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 40px 44px;
    border-radius: 5px;
    background: #F3F3F3;
}

.select-map {
    position: relative;
    display: flex;
    align-items: center;
    width: 288px;
    height: 44px;
    padding: 12px 15px;
    background-color: #fff;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    font-family: 'Open Sans';
}

.options-map {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    width: 270px;
    list-style: none;
    margin: 0;
    background-color: #fff;
    border-left-radius: 5px;
    border-right-radius: 5px;
    overflow: hidden;
}

.options-map > li {
    padding: 12px 15px;
}

.title-search-page {
    font-size: 23px;
    font-weight: 700;
}

.header-table-school {
    line-height: 1.1;
    padding: 15px 0;
    border-radius: 5px;
    background-color: #272D6B;
    color: #fff;
    font-size: 16px;
}

.content .list-school {
    margin: 0;
    padding: 0;
}

.item-school {
    padding: 15px 0;
    line-height: 1.1;
    font-size: 15px;
    line-height: 20px;
}

.item-school:nth-child(2n) {
    background-color: #F9F9F9;
}

.paginationjs-pages ul {
    list-style: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.paginationjs-pages ul li {
    padding: 10px
}

#content {
    font-family: 'Arimo';
}

.school_dopinfo {
    padding: 45px 130px 0;
}

/* ---- Страница одной школы -----------------------------------*/

.school-template .page-title .wf-wrap:after {
    border-bottom: none;
}

.school_contacts {
    margin-bottom: 30px;
}

.school-template #main:not(.sidebar-none) .wf-container-main {
    display: block;
}

#school_contacts_map {
    width: 60%;
    height: 595px;
    margin-left: auto;
}

#school_contacts_map > ymaps {
    border-radius: 5px;
    overflow: hidden;
}

#main {
    padding: 0px 0 50px 0 !important;
}

.school_contacts_contscts_wrapp {
    width: 40%;
}

.school_img img {
    /*height: 100px;*/
    width: auto;
    margin-bottom: 40px;
    margin: 0 auto;
    border-radius: 5px;
    /*box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);*/
}

.school_img {
    margin-bottom: 0px;
}

.school_contacts_wrapp {
    position: relative;
    display: flex;
}

.school_contacts_contscts {
    position: absolute;
    top: 100px;
    /*transform: translate(0, -50%);*/
    padding: 20px 140px 20px 125px;
    background: #F9F9F9;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1;
    width: 45%;
}

.contacts_meta_wrapper,
.school_info_item_content {
    padding-left: 25px;
}

.contscts_title,
.school_info_item_title {
    font-size: 23px;
    margin-bottom: 20px;
}

.contscts_meta {
    margin-bottom: 15px;
	word-wrap: break-word;
}

.site-icon{
	float: left;
    padding-top: 4px;
}

.contscts_meta_data {
    margin-left: 5px;
}

.site-data{
	margin-left:15px;
}

.school_info {
    background: #F9F9F9;
    border-radius: 5px;
    display: flex;
    padding: 45px 130px;
    justify-content: space-between;
}

.school_info_column {
    width: 48%;
}

.school_info_column_item {
    margin-bottom: 30px;
}

.school_info_item_content ul {
    margin-bottom: 40px !important;
    margin-left: 27px !important;
}

.school_info_item_content ul li::marker {
    font-size: 13px;
}

.paginationjs-next a,
.paginationjs-prev a {
    text-decoration: none;
}

.paginationjs-pages ul li {
    padding: 10px;
    font-size: 17px;
    line-height: 28px;
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 1px 8px;
    margin: 0px 6px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-family: Arimo;
    word-spacing: normal;
    color: #212121 !important;
}

.paginationjs-pages ul li a {
    text-decoration: none;
    color: #212121 !important;
}

.paginationjs-page {
    padding-bottom: 5px !important;
}

.paginationjs-page.active {
    border-bottom: 3px solid;
    padding-bottom: 0 !important;
}

.table_wrapp {
    margin-bottom: 30px;
}

.empty_result_notice {
    margin-top: 14px;
    margin-bottom: 10px;
    font-size: 18px;
    color: red;
    display: none;
}

.empty_result_notice_open {
    display: block;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent !important;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
    top: 18% !important;
    color: black !important;
    opacity: 1 !important;
    transition: opacity 0.5s;
}

.swiper-button-disabled {
    transition: opacity 0.5s;
    opacity: 0 !important;
}

.swiper-button-next {
    right: var(--swiper-navigation-size) !important;
    left: auto !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-size) !important;
    right: auto !important;
}

.table_inner {
    min-width: 1000px;
}

.table_wrapp {
    width: 100%;
}

@media (max-width: 1620px) {
    .search-form {
        width: 750px;
        margin-left: auto;
    }
}

@media (max-width: 1480px) {
    .search-form {
        width: 660px;
        margin-left: auto;
    }

    .search-title {
        font-size: 18px;
    }

    .params-map {
        FLEX-WRAP: WRAP;
    }

    .param-item {
        width: 32%;
        margin-right: 0;
    }

    .param_item_btns {
        FLEX-GROW: 1;
        /* ALIGN-ITEMS: END; */
    }

    .param_item_btns {
        display: flex;
        justify-content: flex-end;
    }

    .filter_btn_wrapp {
        margin-top: 18px;
    }
}

@media (max-width: 1465px) {
    .table_wrapp {
        overflow-x: scroll;
    }
}

@media (max-width: 1400px) {
    .school_info {
        padding: 45px 50px;
    }
}

@media (max-width: 1380px) {
    .school_contacts_contscts {
        padding: 20px 140px 20px 50px;
    }

    .search-block {
        display: block;
    }

    .search-form {
        width: auto;
    }

    .search-title {
        margin-bottom: 12px;
    }
}

@media (max-width: 1024px) {
    .contacts_meta_wrapper, .school_info_item_content {
        padding-left: 0;
    }

    .contscts_meta {
        margin-bottom: 13px;
    }
}

@media (max-width: 1024px) {
    .school_info {
        display: block;
    }

    .school_info_column {
        width: 100%;
    }

    .school_dopinfo {
        padding: 45px 0 0;
    }
}

@media (max-width: 900px) {
    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }

    .swiper-slide {
        width: 140px;
    }

    #school_contacts_map {
        width: 100%;
    }

    .school_contacts_wrapp {
        flex-direction: column-reverse;
    }

    .school_contacts_contscts_wrapp {
        width: 100%;
    }

    .school_contacts_contscts {
        position: relative;
        width: 100%;
        top: 0px;
        box-shadow: none !important;
        background-color: #F9F9F9;
        margin-top: 30px;
        z-index: 0;
    }

    .school-template .page-title .wf-wrap,
    .page-template-template-registry-school .wf-wrap {
        padding-top: 30px !important;
    }

    .school-template .page-title h1,
    .page-template-template-registry-school .page-title h1 {
        font-size: 30px !important;
    }

    .school-template #main,
    .page-template-template-registry-school .school-template #main {
        padding: 35px 0 50px 0 !important;
    }

    .page-title .breadcrumbs {
        padding: 7px !important;
    }

    .item-school {
        padding: 15px 0;
        line-height: 1.1;
        font-size: 14px;
        line-height: 20px;
    }

    .table_wrapp {
        overflow-x: scroll;
    }

    .table_inner {
        min-width: 1000px;
    }
}

@media (max-width: 768px) {
    .school_contacts_contscts {
        padding: 20px 40px 20px 27px;
    }

    .school_info {
        padding: 45px 24px;
    }

    .school_info_item_title {
        font-size: 20px;
        margin-bottom: 13px;
        font-weight: 600;
    }

    .school_info_item_content {
        padding-left: 5px;
        font-size: 15px;
        line-height: 25px;
    }

    .school_contacts_contscts {
        box-shadow: 0px 4px 17px rgb(0 0 0 / 15%);
    }

    .table_wrapp .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;

        padding-right: 10px;
        padding-left: 10px;
    }

    .table_wrapp .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;

        padding-right: 10px;
        padding-left: 10px;
    }

    .table_wrapp .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;

        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 540px) {
    .school-template .page-title h1,
    .page-template-template-registry-school .page-title h1 {
        line-height: 32px !important;
        font-size: 25px !important;
    }

    #school_contacts_map ymap {
        height: 400px;
    }

    .school-template .page-title .wf-wrap,
    .page-template-template-registry-school .wf-wrap {
        padding-top: 45px !important;
    }

    .page-title .breadcrumbs {
        padding: 17px 0 0 !important;
    }

    .school-template #main,
    .page-template-template-registry-school .school-template #main {
        padding: 35px 0 50px 0 !important;
    }

    .search-block {
        padding: 13px 10px;
    }

    .search-map {
        padding: 40px 10px;
    }

    .param-item {
        width: 100%;
        margin-right: 0;
    }

    select.form-control:not([size]):not([multiple]) {
        margin-bottom: 18px;
    }

    .filter_btn_wrapp {
        margin-top: 15px;
    }

    .params-map {
        margin-bottom: 38px;
    }
}

@media (max-width: 380px) {
    .filter_btn_wrapp button {
        width: 100% !important;
    }

    .search-block {
        padding: 18px 10px 18px;
    }

    .search-map {
        padding: 45px 10px 40px;
    }

    .filter_btn_wrapp {
        margin-top: 25px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #accept-map {
        order: -1;
        margin-bottom: 9px;
    }
}
