/* Small Monitor */
@media (max-width: 1200px) and  (min-width: 768px) {
.container, .moduletable_text, .custom_header, .rsform_form {
    max-width: 960px;
}


.header__line .header__logo {
    display: flex;
}
.site-name, .logo-mob {
    display: block;
}
.site-name {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 14px;
}
.header__logo .logo {
    width: 132px;
}


.header__line {
    position: inherit;
}

.d-flex {
    align-items: center;
}

.header__soc {
    padding: 0 0 0 30px;
}

.header__lk {
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #005EB8 url(../img/person.svg) no-repeat center / 24px;
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    border-radius: 5px 0 0 5px;
}

.moduletable_header {
    background: url(../img/fon.jpg) no-repeat 40% center;
}
.custom_header h2 {
    font-size: 55px;
    line-height: 45px;
}
.custom_header h4 {
    font-size: 18px;
    line-height: 20px;
}
.custom_header a {
    font-size: 20px;
}


h1, .moduletable_form h2 {
    font-size: 44px;
}
p {
    font-size: 16px;
}

.items-row {
    width: 244px;
    margin: 0px 0px 14px 4px;
}
.preview {
    height: 160px;
}
.createdby span {
    font-size: 13px;
    background: url(../img/user.svg) no-repeat 0 0 / 16px;
    padding: 0 0 0 22px;
}
.jlmf-sublabel {
    padding: 5px 5px 5px 30px;
    font-size: 13px;
    line-height: 16px;
    background-size: 16px !important;
    background-position: 5px center !important;
}
.jlmf-link {
    width: 80%;
}


.uk-form-label.formControlLabel[for="image"], .uk-form-label.formControlLabel[for="image2"], .uk-form-label.formControlLabel[for="image3"] {
    font-size: 13px;
}



.footer__main {
    flex-wrap: wrap;
    padding-bottom: 26px;
    align-items: center;
}


.header__logo {
    display: none;
}
}

/* Tablets */
@media (max-width: 992px) and (min-width: 768px) {
.container, .moduletable_text, .custom_header, .rsform_form {
    max-width: 750px;
}

.custom_header h2 {
    font-size: 46px;
    line-height: 40px;
}
.custom_header h4 {
    font-size: 16px;
}
.custom_header a {
    font-size: 18px;
}


.left {
    width: 40%;
}

.site-name {
    display: none;
}
.header__line {
    margin-bottom: 10px;
}
.header__menu li a {
    font-size: 14px;
}
.fields-container {
    display: flex;
    flex-flow: wrap;
    justify-content: right;
}
.item-page .field-entry {
    padding: 0 0 5px 0;
}
.article_image {
    width: 160px;
    height: 160px;
}

h1, .moduletable_form h2 {
    font-size: 36px;
}


.uk-margin {
    padding: 0 12px 0 0;
}
.rsform_form small, .labeldesc {
    font-size: 11px;
}
.uk-margin.rsform-block.rsform-block-image,
.uk-margin.rsform-block.rsform-block-image2 {
    width: 50%;
}
.uk-margin.rsform-block.rsform-block-image3 {
    width: 100%
}

.footer__contact--link {
    width: 0;
}
.footer__contact--number {
    top: 20px;
}

}

/* Mobile */
@media (max-width: 767px)  {

    .container {
        max-width: none;
    }
    img {
        max-width: 100%;
    }
body.lock {
    overflow: hidden;
}
.header__line .header__logo {
    display: flex;
}
.site-name, .logo-mob {
    display: block;
}
.burger__menu {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 10;
    position: fixed;
    left: 10px;
    top: 10px;
}
.burger__menu span {
    position: absolute;
    background-color: transparent;
    left: 0;
    width: 100%;
    height: 20px;
    top: 9px;
    transition: all 0.3s ease 0s;
    border-top: 2px solid #333;
}
.burger__menu.active span {
    transform: scale(0);
}
.burger__menu:before,
.burger__menu:after {
    content: '';
    background-color: #333;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;   
    transition: all 0.3s ease 0s;     
}    
.burger__menu:before {
    top: 0;        
}
.burger__menu.active:before{
    transform: rotate(45deg);
    top: 9px;
    background-color: #333;
}
.burger__menu:after {
    bottom: 0;
}
.burger__menu.active:after{
    transform: rotate(-45deg);
    bottom: 9px;
    background-color: #333;
}
.moduletable__menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: green;
    transition: all 0.3s ease 0s;   
    overflow: auto;      
}
.moduletable__menu.active {
    top: 0;
}


    /*ПОСМОТРЕТЬ - https://www.youtube.com/watch?v=chJQofBSx94*/
header {
    box-shadow: 0px 0px 5px #005eb8;
    padding-bottom: 20px;
}
header .moduletable_header {
    margin-bottom: -20px;
}
#main {
    margin: 20px 0 0;
}



p {
    font-size: 15px;
    padding: 5px 0;
    font-family: 'circe-light', sans-serif;
}

.container, .custom_header, .rsform_form, .moduletable_text {
    margin: 0 auto;
    max-width: 1190px;
    padding: 0 15px;
    display: flex;
    flex-flow: column;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.header__top-menu {
    padding: 2px 0;
    background-color: #005EB8;
    box-shadow: -15px 0 0 #005EB8, 15px 0 0 #005EB8;
}
.header__top-menu--logo {
    height: 31px;
    margin-top: 5px;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'circe-bold', sans-serif;
    color: #fff;
    line-height: 31px;
}
.header__top-menu--logo img {
    height: 100%;
}
.header__line {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
.header__logo .logo {
    width: 132px;
    margin-right: 20px;
}
.header__logo .site-name {
    font-family: "Arial";
    font-size: 10px;
    line-height: 14px;
    color: #005EB8;
    width: 151px;
    padding: 0;
}

.header__wrap {
    flex-flow: column;
}
.header__line--wrap {
    padding-right: 0;
    padding-top: 15px;
}

.header__soc {
    margin-bottom: 7px;
    padding: 0;
}
.header__lk {
    display: block;
    right: 0;
    border-radius: 4px 0 0 4px;
    width: 130px;
    position: relative;
    top: 0;
    order: 2;
}


.header__menu {
    position: absolute;
    top: 42px;
    background: #fff;
    left: 0;
    padding: 10px 0;
    height: 100%;
    z-index: 1;
}
.header__menu li a {
    font-size: 20px;
    padding: 15px;
    width: 100%;
}




.custom_header h2 {
    font-size: 28px;
    font-family: 'circe-bold', sans-serif;
    line-height: 26px;
}
.custom_header h4 {
    font-size: 15px;
    width: 200px;
}
.custom_header p {
    display: flex;
    justify-content: space-between;
}
.custom_header a {
    font-size: 17px;
    padding: 5px 8px;
    margin: 0;
}



.header__menu, .header__wrap > .header__logo{
    display: none;
}



h1, .moduletable_form h2 {
    font-size: 32px;
}


.left, .content.rightside,
.uk-margin.rsform-block.rsform-block-project, .uk-margin.rsform-block.rsform-block-category,
.uk-button-primary, .jlmf-link, .jlmf-section.active, .uk-margin.rsform-block.rsform-block-social3 {
    width: 100%;
}




.jlcontentfieldsfilter {
    margin: 9px 0;
}
.jlmf-section {
    width: 49%;
    display: inline-block;
}
.jlmf-label {
    display: block;
    background: url(../img/filter.svg) no-repeat 0 3px/ 18px;
    padding: 5px 0 5px 27px;
    font-size: 14px;
    display: flex;
}



.uk-margin {
    width: 100%;
    margin: 0 0 12px !important;
    padding: 0;
}
.uk-form-stacked .uk-form-label, .uk-margin.rsform-block.rsform-block-image-text p {
    font-size: 14px;
    margin: 2px;
}
.uk-margin.rsform-block.rsform-block-otchest, .uk-margin.rsform-block.rsform-block-telephon, .uk-margin.rsform-block.rsform-block-image3 {
    padding: 0 !important;
}

.uk-margin.rsform-block.rsform-block-more, .uk-margin.rsform-block.rsform-block-more2 {
    margin: 34px 0 0 !important;
    width: 50%;
}


.uk-margin.rsform-block.rsform-block-agree,
.uk-margin.rsform-block.rsform-block-agree2 {
    font-size: 13px;
    margin: 5px 2px 15px !important;
}
.rsform-checkbox.uk-checkbox {
    height: 20px;
    width: 20px;
}








.item-page {
    padding: 0;
}
.item-page .article-info.muted {
    margin-bottom: 5px;
}
.item-page .field-entry {
    float: none;
    clear: both;
    padding: 5px 0;
}


.article_image {
    float: right;
    width: 100px;
    height: 100px;
    margin: 0;
}









footer .container {
    padding-bottom: 203px;
    background-size: 100%;
    background-position: bottom center;
}
.footer__main {
    justify-content: flex-start;
    flex-flow: wrap;
}
.col-lg-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.footer__main--logo {
    order: 1;
}
.footer__soc {
    order: 4;
}
.footer__main--title {
    order: 3;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
    margin-top: 15px;
}
.footer__contact--address {
    width: 50%;
    display: block;
    font-size: 12px;
    line-height: 16px;
    order: 2;
    margin-bottom: 22px;
}
.footer__main .footer__contact--polit {
    order: 5;
    font-size: 12px;
    line-height: 12px;
    width: 120px;
    margin-bottom: 0;
    margin-left: 28px;
}
.footer__main .footer__contact--polit a {
    font-size: 12px;
    line-height: 12px;
}

.footer__contact {
    width: 100%;
    max-width: 300px;
}
.footer__contact--copy {
    order: 3;
    width: 50%;
    font-size: 12px;
    line-height: 16px;
    padding-right: 15px;
}
.footer__contact--number {
    margin-bottom: 22px;
    order: 1;
    width: 50%;
}
.footer__contact--number .p2 {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}
.footer__contact--link {
    order: 4;
    width: 50%;
    margin-bottom: 0;
}
.footer__contact--link .p2 {
    font-size: 12px;
    line-height: 16px;
}

.jlmf-list-1, .logo-site, .header__address, .header__link, .header__date, .footer__main--lk, .row .footer__contact--polit, .footer__main--title br { 
    display: none;
}

}







