/*Стили писать сюда*/
.header-contacts__city{
    display: none;
}
.header-contacts__city.active{
    display: block;
}
.header-contacts__row{
    display: flex;
    flex-direction: row;
}
.header-contacts__row .header-contacts-text__single{
    margin: 0 13px 5rem 0;
}
.header-contacts__city-name{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #00638E;
    cursor: pointer;
}
.header-contacts__city-name:after{
    display: inline-block;
    content: '';
    background: url("/local/templates/2020/img/arrow.svg") no-repeat;
    background-size: 100%;
    width: 7px;
    height: 5px;
    transform: translate(0px, -3px);
}
.header-contacts__city-choice{
    display: none;
    position: absolute;
    left: 37.5%;
    top: 50px;
    background:#00638E;
    padding: 5px 10px;
    -moz-transition: opacity .3s, visibility .3s, z-index 0s linear 0.3s;
    transition: opacity .3s, visibility .3s, z-index 0s linear 0.3s;
}
.header-contacts__city-choice.active{
    display: block;
    -moz-transition: opacity .3s, visibility .3s, z-index 0s linear 0.3s;
    transition: opacity .3s, visibility .3s, z-index 0s linear 0.3s;
}

.header-contacts__city-choice-item a{
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.header-contacts__city-choice-item a:hover{
    opacity: 0.8;
}

ul ul li{
    font-size: 16px;
    line-height: 26px;
}

.news-date-time{
    color: #00638E;
}
b{
    font-weight: bold;
}
ul.pagination{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    transform: skew(-14deg);
    background: #00638E;
}
ul.pagination .sr-only{
    display: none;
}
ul.pagination li:before{
    position: relative;
}
ul.pagination a{
    color: #fff;
}
ul.pagination li.active a{
    opacity: 0.4;
}

.tab-pane p{
    margin: 0;
}
.tab-pane h2{
    margin: 40rem 0 10rem 0;
}
.tab-pane{
    display: block;
    padding-bottom: 55px;
}

.quest-icon:before{
    display: inline-block;
    content: '';
    background-size: 100%;
    width: 19px;
    height: 45px;
    transform: translate(0px, 24px);
    background: url("/local/templates/2020/img/faq-list.svg") no-repeat;
}
.question{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}
.quest{
    padding: 0 0 40px 10px;
    font-weight: 600;
    font-size: 26px;
    line-height: 30px;
}
.answer{
    padding: 0 0 40px 30px;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}
.documents-list-text{
    width: 700rem;
    line-height: 1.2em;
}
.news-list__single.single__detail{
    width: 100%;
    margin-left: 0;
}
.news-list__single.single__detail.active{
    background: #E6F7FF;
}

.single__detail.active .news-list-date,
.single__detail.active .buttonSkew-inner{
background-color: #008ECC;}
.single__detail.active .news-list-center h3 a{
color: #008ECC;
}

.table-box__elem th:first-child, .table-box__elem td:first-child{
    border-left: none;
}
.table-box__elem th,
.table-box__elem td {
    border: 1px solid #c8c8c8;
    border-right: none;
    box-sizing: border-box;
    padding: 24px 30px;
    color: #161616;
    font: 20px/1.3 "PT Sans", sans-serif;
}
.table-how{
    width: 100vw;
    margin-left: -25%;
    overflow: auto;
    position: relative;
}

.header-contacts-text{
    position: relative;
}
.header-contacts__city-choice.active{
    left: 0;
    top: 18px;
}
.linesText{
    display: flex;
    justify-content: space-between;
}
.staff-list__single{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.innerBanner{
    text-align: center;
}
.innerBanner img{
    width: 70%;
}
.news-list-img-tag_proportional{
    max-height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
.title-calender{
    width: 100%;
}
.variousInfo-right{
    margin-top: 62rem;
}
.impInfo-info-inner-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.impInfo-info-inner-button{
    color: #fff;
    padding: 10px 30px;
    transform: skew(14deg);
    border: 2px solid #fff;
    border-radius: 15px;
    font-size: 20rem;
    margin-top: 20px;
}
.impInfo-info-inner-button:hover{
    background: #fff;
    color: #00638E;
}



@media (max-width: 1199px) {
    .single__detail{
        display: none;
    }
    .innerBanner img{
        width: 100% !important;
    }
    .impInfo-info-inner-button{
        transform: none;
    }
    .impInfo-img .impInfo-img-tag{
        height: auto;
        width: 100%;
        position: static;
        transform: none;
        left: 0;
    }
    .impInfo-img{
        height: auto;
    }
}
@media (max-width: 1200px){
    .table-how{
        margin-left: 0;
    }
}
@media (max-width: 924px) {
    .variousInfo-articles-list-info-text{
        font-size: 26px;
    }
}
@media (max-width: 1199px) {
    .impInfo {
        height: auto;
    }
    .impInfo-info-inner{
        min-height: 168rem;
    }
    .calender-area .box{
        width: 100%;
    }
    .title-calender{
        font-size: 175%;
        padding-bottom: 15px;
    }
}