@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue/HelveticaNeue-Light.eot");
    src: url("../fonts/HelveticaNeue/HelveticaNeue-Light.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Light.woff") format("woff"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue/HelveticaNeue-Bold.eot");
    src: url("../fonts/HelveticaNeue/HelveticaNeue-Bold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Bold.woff") format("woff"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: "HelveticaNeue";
    src: url("../fonts/HelveticaNeue/HelveticaNeue-Light.eot");
    src: url("../fonts/HelveticaNeue/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Light.woff") format("woff"),
    url("../fonts/HelveticaNeue/HelveticaNeue-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 100;
}


body{
    font-family: HelveticaNeue, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #464646;
    line-height: 150%;
}

.page-overlay{
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    display: none;
}

.close-button{
    display: block;
    width: 75px;
    height: 65px;
    background: #FFFFFF url("../img/menu-close.svg") center no-repeat;
    position: absolute;
    z-index: 2100;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}


.content ul, .content ol {
    padding-left: 40px;
}

.clearfix::after{
    content: '';
    display: block;
    clear: both;

}

.wrapper{
    width: 1120px;
    margin: 0 auto;
}

.videos .wider, .links .wider {
    width: 1144px;
    margin-left: -12px;
}

.videos .wider-wrapper {
    width: 1144px;
    margin: 0 auto;
}

.red-line{
    height: 8px;
    background: #F03E2B;
}

.header-top{
    background: #284999;
    height: 68px;
    color: #ffffff;
    padding: 20px 0;

}

.header-top a {
    color: #ffffff;
}

.search-header{
    border-radius: 6px;
    outline: none;
    font-size: 14px;
    width: 240px;
    height: 36px;
    padding-left: 15px;
    padding-right: 45px;
    border: none;
    background: #FFFFFF url("../img/search-icon-grey.svg") 94% center no-repeat;
}

.main-header {
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(212,212,212,0.50);
}

.main-header a{
    display: inline-block;
}

.breadcrumbs {
    display: inline-block;
    border-radius: 6px;
    background-color: #254498;
    text-align: left;
}

.breadcrumbs a {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: underline;
    padding: 6px 16px 8px;
    display: inline-block;
    position: relative;
}

.breadcrumbs span {
    font-size: 14px;
    color: #FFFFFF;
    padding: 8px 16px 6px;
    display: inline-block;
    position: relative;
}

.breadcrumbs a::after {
    content: url(../img/strelka.svg);
    display: block;
    position: absolute;
    top: 8px;
    left: 100%;
}

.breadcrumbs a:last-child::after {
    content: '';
}

.breadcrumbs span::after {
    content: url(../img/strelka.svg);
    display: block;
    position: absolute;
    top: 6px;
    left: 100%;
}

.breadcrumbs span:last-child::after {
    content: '';
}

.lang{
    float: left;
}

.lang a {
    margin-right: 10px;
    font-size: 14px;
    font-weight: normal;
}
.lang a.active {
    font-weight: bold;
}
.fag{
    float: right;
    vertical-align: top;
}

.fag a{
    font-size: 14px;
    margin-right: 20px;
}

.header-bottom{
    background: #fff;
    padding: 13px 0 18px;
    height: 96px;
}

.header-top input{
    display: inline-block;

}

.logo{
    float: left;
}

.logo span{
    display: inline-block;
    font-family: "Times New Roman";
    font-family: "Calibri";
    font-weight: bold;
    font-size: 18px;
    color: #464646;
    text-align: left;
    vertical-align: top;
    padding: 10px 5px 5px 7px;
    line-height: 25px;
}

.main-footer .main-menu{
    float: right;
    color: #464646;
    text-transform: uppercase;
    margin-top: 20px;
}

.main-footer .main-menu a{
    font-size: 15px;
    color: #464646;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
    position: relative;
}

.mob-hidden-menu{
    display: none;
    float: right;
    width: 44px;
}

.mob-hidden-menu i{
    display: block;
    height: 4px;
    width: 44px;
    background: #284999;
    border-radius: 4px;
}

.mob-hidden-menu i:nth-child(2){
    margin: 8px 0;
}


.mob-hidden-menu{
    display: none;
    float: right;
    width: 44px;
}

.mob-hidden-menu i{
    display: block;
    height: 4px;
    width: 44px;
    background: #284999;
    border-radius: 4px;
}

.mob-hidden-menu i:nth-child(2){
    margin: 8px 0;
}



/*************   mob-menu-mini start   **************/
.mob-menu-mini {
    width: 301px;
    background-color: #254498;
    margin-left: 40px;
    padding: 20px 25px;
    color: #FFFFFF;
    position: absolute;
    z-index: 2001;
    top: 0;
    right: 0;
    display: none;
}


.mob-menu-mini input {
    border: none;
    background: #254498 url("../img/search-icon.svg")  right 0 no-repeat;
    background-size: 26px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    padding-bottom: 23px;
    color: #FFFFFF;
    width: 100%;
    outline: none;
    padding-right: 35px;
}
.mob-menu-mini li  {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    display: block;
}

.mob-menu-mini li a {
    color: #FFFFFF;

}

.mob-menu-mini h4 {
    padding-left: 20px;
    position: relative;
}

.mob-menu-mini h4::before {
    content: '';
    display: block;
    position: absolute;
    background: #FFFFFF;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    top: 12px;
    left: 0;
}

.mob-menu-mini h4 a {
    font-size: 20px;
    text-align: left;
    color: #ffffff;

}



.level1  li {
    margin-top: 19px;
    position: relative;

}

.level1 > li > a {
    margin-bottom: 23px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

.level1 > li > a::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 250px;
    bottom: -23px;
}

.plus {
    display: block;
    position: absolute;
    top:0;
    right: 0;
    height: 30px;
    width: 30px;
    background: url("../img/menu-plus.svg") right no-repeat;
    background-size: 80%;
}

.minus {
    display: block;
    position: absolute;
    top:0;
    right: 0;
    height: 30px;
    width: 30px;
    background: url("../img/menu-minus.svg") right no-repeat;
    background-size: 80%;
}




.level4 li a {
    font-weight: normal;
    font-size: 20px;


}

.level2 li {
    list-style: disc;
    list-style-position: outside;
    color:#ffffff;

}

.level3 li{
    list-style: none;
}

.level3 li a {
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
}
.level4 a{
    display: block;
}

.level4 li:last-child a {
    margin-right: 20px;
    display: inline-block;
}
.level4 li:last-child .active {
    font-weight: bold;
}

.level2{
    display: none
}

.li-active{
    display: block;
}

/*************   mob-menu-mini end   **************/

.intro {
    width: 740px;
    float: left;
    color: white;

    background-repeat: no-repeat, no-repeat;

    background-size: cover;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}

.intro p {
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    margin-top: 28px;
    line-height: 35px;
}

.intro h1 {
    color: #fff;
    margin: 0;
}


h1 {
    font-size: 32px;
    font-weight: bold;;
    text-align: left;
    color: #2b2b2b;
    margin: 28px 0 45px 0;
    line-height: 40px;
    text-transform: uppercase;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: left;
    color: #1d1d1d;
    margin-left: -2px;
}

#top-menu {
    float: right;
    color: #464646;
    text-transform: uppercase;
    position: relative;
}

#top-menu > ul > li {
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 25px;
}

#top-menu > ul >li:last-child{
    margin-right: 0;
}

#top-menu .top-menu-item {
    color: #464646;
    padding: 28px 0;
    position: relative;
}

#top-menu a:last-child {
    margin-right: 0;
}

#top-menu > ul > li:hover .drop-down-menu {
    display: block;
}

.drop-down-menu {
    width: 583px;
    box-shadow: 0 4px 4px 0 rgba(197, 197, 197, 0.5);
    background-color: #ffffff;
    border: solid 1px #d3d3d3;
    text-transform: none;
    position: absolute;
    z-index: 1;
    display: none;
    padding: 8px 32px 10px 32px;
}

#top-menu > ul > li:nth-child(n+3) .drop-down-menu {
    right: 0;
}

.drop-down-menu h4 {
    color: #284999;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}

.drop-down-menu li {
    display: inline-block;
    width: 32%;
    line-height: 16px;
    margin-bottom: 12px;
    padding-right: 15px;
    vertical-align: top;
}

.drop-down-menu li:last-child {
    padding-right: 0;
}

.drop-down-menu .drop-down-menu-caption {
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    color: #284999;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 20px;
}

.drop-down-menu a {
    font-size: 13px;
    text-align: left;
    color: #464646;
    display: block;
    text-transform: none;
    margin-bottom: 8px;
}

.drop-down-menu a:hover{
    text-decoration: underline;
}




.areas {
    width: 340px;
    background: #E2EBFF;
    float: right;
    margin-left: 40px;
    text-transform: uppercase;
}

.slider-wrapper{
    width: 740px;
    float: left;
}

.slider{
    background: #F4F4F4;
    border-radius: 6px;
}

.slider .fact_slide  {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 30px 15px;
}

.slider span {
    font-size: 56px;
    font-weight: bold;
    text-align: center;
    color: #264a9e;
}

.slider p {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #264a9e;
    margin-top: 8px;
}

.articles{
    width: 740px;
    float: left;
    position: relative;
}

.articles .latest > div {
    float: left;
    width: 228px;
    margin-right: 28px;
}


.articles .latest > div:last-child {
    margin-right: 0;
}

.latest img {
    width: 100%;
    border-radius: 6px;
    vertical-align: top;
    height: 100%;
}

.latest span, .videos span {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #464646;
    margin-top: 15px;
    display: inline-block;
}

.hidden, .articles .archive.hidden {
    display: none !important;
}

h2 {
    display: inline-block;
    margin-bottom: 26px;
    margin-right: 32px;
}

.articles p, .videos p {

    font-size: 18px;
    text-align: left;
    color: #294c9b;
    margin-top: 4px;
}

.archive {
    font-size: 18px;
    color: #284999;
    position: absolute;
    top: 0;
    text-decoration: underline;
    right: 0;
}


.articles{
    margin-top: 40px
}

.inline-block-caption{
    display: inline-block;
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    margin-right: 30px;
    margin-bottom:25px;
}

.inactive {
    font-size: 20px;
    color: #464646;
    font-weight: normal;
    cursor: pointer;
}

.videos{
    position: relative;
}


.latest-video-item {
    padding: 0 12px 30px;
    width: 286px;
}

.latest-video-item a{
    outline: none;
    display: block;
}

.videos .latest > div .video-wrapper{
    display: block;
    position: relative;
    width: 100%;
    height: 145px;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
}

.content .list-video .video-wrapper img{
    display: block;
}


.videos .latest > div .video-wrapper::before{
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
    background: #0C2C72 url("../img/player.png") center no-repeat;
    border-radius: 6px;
}

.videos .latest > div .video-wrapper:hover::before{
    display: block;
}

.videos .latest > div:last-child {
    margin-right: 0;
}

.links {
    width: 100%;
    background-color: #f4f4f4;
    margin-top: 56px;
    padding: 1px 0 45px;
}
.links h2{
    display: block;
}
.links > .wrapper > div {
    float: left;
    margin-right: 24px;
}

.links > .wrapper > div:last-child{
    margin-right: 0;
}

.links img {
    border-radius: 6px;
}

.slider-bottom {
    /*margin: -12px;*/
}
.slider-bottom a {
    width: 262px;
    display: block;
    padding: 0 12px 12px 12px;
    outline: none;
}
.slider-bottom a img {
    vertical-align: top;
    width: 100%;
}

.areas h2 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #264a9e;
    background-color: #e2ebff;
    padding: 56px 0 44px;
    margin: 0;
}
.areas a {
    background-color: #e2ebff;
    display: block;
    padding: 29px 10px 29px 45px;
    position: relative;
    color: #1d1d1d;
    vertical-align: top;
}

.areas a::before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    top: 0;
    width: calc(100% - 45px);
    opacity: 0.30;
    background: #2a4f9f;
}

.areas a svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    width: 43px;
}

.areas a:hover {
    color: white;
    background: #2A4F9F;
}
.areas a:hover svg path {
    fill: white;
}

.areas span {
    width: 210px;
    font-size: 18px;
    font-weight: bold;
    bottom: 17px;
    display: inline-block;
    vertical-align: middle;
}




.main-footer{
    padding: 38px 0 26px;
    color: #FFFFFF;
    background-image: linear-gradient(-180deg, #3860BE 0%, #294C9C 100%);
    font-size: 14px;
}

.main-footer .logo {
    margin-top: 13px;
}
.main-footer .logo span{
    font-size: 12px;
    padding: 0 0 0 10px;
    line-height: 16px;
    margin-top:5px
}
.main-footer .logo img{
    width: 46px;
}

.main-footer .main-menu{
    margin-top:8px;
    float: none;
}

.main-footer .main-menu a{
    font-size: 12px;
    display: inline-block;
}

.footer-top{
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    position: relative;
}

.main-footer a,.main-footer .logo span,.main-footer .main-menu a{
    color: #FFFFFF;
    line-height: 18px;
}

.footer-left{
    width: 19%;
    position: absolute;
    left: 0;
    top: 0;


}
.footer-right{
    width: 23.2%;
    position: absolute;
    top: 0;
    right: 0;
}

.footer-left-text {
    width: 850px;
    display: inline-block;
}

.subscribe {
    display: block;
}

.subscribe-success span{
    display: block;
    line-height: 20px;
}

.subscribe-success .bold{
    font-size: 14px;
    margin-bottom: 15px;

}

.subscribe-icon {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    background: url(../img/str1.svg) center no-repeat;
    right: 0px;
    bottom: 0;
    cursor: pointer;
}

.footer-right input{
    width: 100%;
    border-radius: 6px;
    padding: 13px;
    border: none;
    margin-top: 13px;
}
.footer-center{
    width: 52%;
    margin: 0 auto;
    padding-bottom: 92px;

}
.footer-center>a{
    display: block;
}

.bold{
    font-weight: bold;
}

.footer-bottom{
    padding-top: 15px;
}

.footer-bottom span:last-child{
    float: right;
}

.small-table {
    position: absolute;
    top: 0;
    right: 0;
    margin: 28px 50px;
}


.small-table td {
    font-size: 14px;
    text-align: left;
    color: #9c9c9c;
    padding-left: 15px;

}



.video-slider{
    display: none;
}

/**************   PAGE 1   **************/
.grey-bg {
    background-color: #f4f4f4;
    padding: 34px 0;
}

.article {
    padding-bottom: 0;

}

.article img {
    max-width: 100%;
}

.wrapper-white {
    background-color: white;
    width: 1120px;
    margin: 0 auto;
    border-radius: 6px;
    padding: 32px 64px 64px 64px;
    position: relative;

}



h2 {
    font-size: 20px;
    text-align: left;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 10px;
    display: block;
}

p {
    font-size: 18px;
    text-align: left;
    color: #464646;
}

p:last-child {
    margin-bottom: 0;
}

.photo a {
    display: block;
    float: left;
    margin-right: 24px;
    border-radius: 6px;
    margin-top: 17px;
}

.photo img {
    display: inline-block;
    width: 230px;
    border-radius: 6px;
}

.photo a:nth-child(4n) {
    margin-right: 0;
}

.videos-314 .latest > div {
    width: 314px;
    float: left;
    margin-right: 24px;
}

.videos-314 .latest > div .video-wrapper{
    height: 200px;
}

.videos-314 .latest > div:nth-child(3n){
    margin-right: 0;
}

.videos-314 .latest >div:nth-child(n+4) {
    margin-top: 18px;
}
.videos-314 .latest > div a{
    margin-top: 0;
}



/**************   PAGE 1  END  **************/




/************** NEWS-PAGE*************/
.content h1{
    font-size: 32px;
    margin: 28px 0 45px;
    text-transform: uppercase;
    color: #0070C0;
    width: 80%;
}
.content .list div {
    float: left;
    width: 314px;
    margin: 30px 25px 0 0;
    display: inline-block;
}

.content .list div:nth-of-type(3n) {
    margin-right: 0;
}

.content .list div:nth-of-type(-n+3) {
    margin-top: 0;
}

.content .list img {
    width: 100%;
    border-radius: 6px;
    vertical-align: top;
}

.content .list span, .videos span {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #464646;
    margin-top: 15px;
    display: inline-block;
}

.content .list p{
    font-size: 18px;
    text-align: left;
    color: #294c9b;
    margin-top: 4px;
}

.content .list a:hover p{
    text-decoration: underline;
}

.content .pagination {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 40px;
}

.content .pagination a, .content .pagination .dots {
    background: #f2f2f2;
    color:#464A4B;
    font-size: 14px;
    display: inline-block;
    margin: 0 -2px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    vertical-align: middle;
}

.content .pagination .active {
    color: #FFFFFF;
    background-image: linear-gradient(-180deg, #3860BE 0%, #294C9C 100%);
    font-weight: bold;
}

.content .pagination .prev {
    color:#f2f2f2;
    background: #f2f2f2 url("../img/nav-left.svg") center no-repeat;
    border-radius: 3px 0 0 3px;
}

.content .pagination .next {
    color:#f2f2f2;
    background: #f2f2f2 url("../img/nav-right.svg") center no-repeat;
    border-radius: 0 3px 3px 0;
}

.content .pagination a:first-child, .content .pagination a:last-child{
    width: 55px;
    border-radius: 3px;
}

/************** NEWS-PAGE END*************/


/********** Video-gallery start ***********/

.content .list-video .video-wrapper{
    position: relative;
    width: 100%;

}

.content .list-video  .video-wrapper:before{
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
    background: #0C2C72 url("../img/player.svg") center no-repeat;
    border-radius: 6px;
}

.content .list-video  div:hover:before{
    display: block;
}



/********** Video-gallery end ***********/
.filter-form{
    margin-bottom: 30px;
    font-size: 14px;
    color: #000000;
    position: relative;
}


.filter-form .filter-field {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}

.filter-form .list-items-count {
    margin-right: 0;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.filter-form label, .filter-form input, .filter-form .filter-select{
    display: block;
}

.filter-form label{
    color:#000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.filter-form .filter-input{
    height: 44px;
    border-radius: 6px;
    outline: none;
    border: 1px solid #CACACA;
    padding: 0 14px;
    color:#888888;

}
.filter-form input:-moz-placeholder{
    color: #888888;
}
.filter-form input:-ms-input-placeholder{
    color: #888888;
}
.filter-form input::-webkit-input-placeholder{
    color: #888888;
}

.filter-form .filter-select{
    height: 44px;
    -moz-appearance: none ;
    -webkit-appearance: none;
    border-radius: 6px;
    outline: none;
    border: 1px solid #CACACA;
    padding: 0 14px;
    color: #888888;
}
#search_by_key{
    width: 280px;
}

#search_by_date{
    width: 220px;
    background: #FFFFFF url('../img/calendar.svg') right 15px top 50% no-repeat;
}

#ordering{
    width: 160px;
    background: #FFFFFF url('../img/submit-icon.svg') 90% 50% no-repeat;
}

#number-at-page{
    width: 76px;
    background: #FFFFFF url('../img/submit-icon.svg') 75% 50% no-repeat;
}

.select-arrow {
    display: block;
    height: 7px;
    width: 13px;
    background: url("../img/submit-icon.svg") center no-repeat;
    position: absolute;
    right: 16px;
    top: 18px;
}

.selectric-items ul {
    padding-left: 0;
}

.selectric .label #ordering span{
    margin: 0 76px 0 15px;
}
.selectric .label, .selectric-items li {
    font-size: 14px;
}
/************ search results********/
.search-results {
    width: 100%;
}
.content .search-results .search-item {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.content .search-item .search-item-text{
    width: 77%;
}

.content .search-results img {
    width: 172px;
    margin-right: 28px;
    float: left;
    border-radius: 6px;
}

.content .search-results .search-item-text a:first-child span{
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    margin-top: 0;
    display: block;
    color: #294c9b;
    width: 100%;
}

.content .search-results .search-item-text p{
    line-height: 19px;
}

.content .search-results .search-item-text p a {
    font-size: 14px;
    text-align: left;
    color: #464646;
    margin-top: 5px;

}

.content .search-results .search-item-text span:last-of-type {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    color: #000000;
    margin-top: 8px;
}

/********** site map end   **********/

/************* Photo albums ******/

.content .photo-albums {
    margin-bottom: 50px;
}

.content .photo-albums a {
    margin-right:  24px;
    margin-top: 24px;
    width: 314px;
    display: block;
    float: left;
}

.content .photo-albums a img {
    border-radius: 6px;
}

.content .photo-albums a:nth-child(-n+3) {
    margin-top: 0;
}

.content .photo-albums a:nth-child(3n){
    margin-right: 0;
}

.content .photo-albums a img {
    width: 100%;
    vertical-align: top;
}



/************* Photo albums end ******/


/************* Glossary normal start **********/

.glossary{
    list-style: none;
    padding-left: 0!important;
    margin-top: 45px;
}


.glossary li{
    background: #E4ECFE;
    border-radius: 6px;
    margin-bottom: 12px;
    padding: 12px 16px 12px 16px;
    color: #294C9B;
    position: relative;
    cursor: pointer;
    transition: 	all 0.1s linear 0.1s;

}

.glossary .term{
    font-weight: 100;
    font-size: 18px;
    color: #294C9B;
    letter-spacing: 0;
    line-height: 26px;
    padding-right: 50px;
    padding-left: 0px;
}
.glossary .active {
    background: #254498;
    color: #FFFFFF;
}

.glossary .definition{
    color: #FFFFFF;
    padding: 12px 60px 8px 0px;
    display: none;
}

.glossary .definition * {
    color: #FFFFFF;
    font-size: 0.9em;
    line-height: 1.45em;
}

.glossary .source{
    color: #FFFFFF;
    padding: 0px 60px 0px 0px;
    display: none;
}

.glossary .source * {
    color: #fff;
    padding-top: 0;
    font-size: 0.9em;
    line-height: 1.45em;
    font-style: italic;
}

.glossary .source a {
    color: #00ecec!important;
    text-decoration: underline;
}






.glossary .active .term{
    color: #FFFFFF;
    font-weight: bold;
}


.glossary .arrow{
    display: block;
    position: absolute;
    top: 12px;
    right: 16px;
}

.glossary .inactive .term svg path {
    fill: #3E60A8;
}

.glossary .active .term svg path{
    fill: #FFFFFF;

}

.glossary .active .term .arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}
/************* Glossary normAl end **********/


/************* FAG normal start **********/

.content .faq{
    list-style: none;
    padding-left: 0;
}


.content .faq li{
    background: #E4ECFE;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 18px 24px;
    color: #294C9B;
    position: relative;
    cursor: pointer;
    transition: 	all 0.1s linear 0.1s;

}

.content .faq .question{
    font-weight: 100;
    font-size: 18px;
    color: #294C9B;
    letter-spacing: 0;
    line-height: 26px;
    padding-right: 50px;
    padding-left: 20px;

}



.content .faq  li .outside{
    position: absolute;
    left: 20px;
    top: 17px;
    display: inline-block;
    font-size: 18px;

}
.content .faq .active {
    background: #254498;
    color: #FFFFFF;
}

.content .faq .answer{

    color: #FFFFFF;
    padding: 20px 60px 10px 20px;
    display: none;
}





.content .faq .active .question{
    color: #FFFFFF;
    font-weight: bold;
}


.content .faq .arrow{
    display: block;
    position: absolute;
    top: 17px;
    right: 25px;
}

.content .faq .inactive .question svg path {
    fill: #3E60A8;
}

.content .faq .active .question svg path{
    fill: #FFFFFF;

}

.content .faq .active .question .arrow{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}


/************* FAG normAl end **********/

/************* Feedback ******/

.feedback {
    width: 688px;
}

.feedback p {
    font-size: 18px;
    text-align: left;
    color: #464646;
    margin-bottom: 41px;
}

.feedback input {
    width: 320px;
    height: 48px;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #d6d6d6;
    margin-bottom: 2px;
    padding: 0 20px;
    font-size: 16px;
}

.feedback label {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #2b2b2b;
    display: block;
    margin-bottom: 8px;
}

.form-group {
    margin-bottom: 19px;
}

.has-success .help-block {
    display: none;
}
.has-error .help-block, .form-error {
    font-size: 14px;
    text-align: left;
    color: #f03e2b;
    display: block;
}

.error-active {
    visibility: visible;
}

.left-side {
    display: inline-block;
    width: 320px;
    margin-right: 42px;
}

.right-side {
    display: inline-block;
    width: 320px;
    vertical-align: top;
}

.feedback .button {
    display: inline-block;
    border-radius: 6px;
    background-color: #284999;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 12px 16px 12px;
    width: 153px;
    float: right;
    border: none;
    cursor: pointer;
}

textarea {
    width: 320px;
    height: 256px;
    border-radius: 6px;
    background-color: #ffffff;
    border: solid 1px #d6d6d6;
    resize: none;
}

.captcha-container {
    display: inline-block;
    width: 320px;
}

.captcha-error {
    height: 30px;
    width: 320px;
    border: 1px solid #000000;
}

.recaptcha {
    width: 320px;
    height: 76px;
    object-fit: contain;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fafafa;
    border: solid 1px #d6d6d6;
}


/************* Feedback end ******/

/************ map ***********/

.map {
    width: 992px;
    height: 340px;
    margin-bottom: 33px;
}

.contacts {
    font-size: 18px;
}


.contacts div {
    display: inline-block;
    width: 180px;
    margin-right: 13px;
    vertical-align: top;
}

.contacts .address {
    width: 225px;
    margin-right: 50px;
}

.contacts div:last-of-type {
    margin-right: 0;
}

.contacts span {
    display: block;
}

.contacts .bold {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
}

/************ map end ***********/

@media screen and (min-width: 1200px){
    .photo a:nth-child(-n+4) {
        margin-top: 0;
    }


}

/************ Sitemap **********/

.sitemap {
    vertical-align: top;
}
.sitemap ul {
    padding-left: 20px;
}

.sitemap h4 {
    padding-bottom: 25px;
}

.sitemap h4 a {
    font-size: 24px;
    color: #002a7c;
    text-decoration: none;
}
.sitemap li {
    list-style: none;
}
.sitemap > li {
    display: inline-block;
    width: 32%;
    padding-right: 50px;
    vertical-align: top;
}

.sitemap li > a {
    display: block;
    color: #323232;
    font-size: 18px;
    text-decoration: underline;
    font-weight: normal;
    padding-bottom: 11px;
    line-height: 22px;
}

.sitemap > li:last-child a {
    color: #002a7c;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    padding-bottom: 17px;
}

.sitemap li:last-child {
    padding-right: 0;
}
/************ Sitemap end********/

/************* No page found *************/

.no-page-found {
    padding-top: 240px;
    background: url(../img/no-found.png) center top no-repeat;
    background-size: 50%;
    text-align: center;
    height: 360px;
    margin-top: 45px;
}

.no-page-found .bold {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.no-page-found span {
    display: block;
    font-size: 18px;
}
/************* No page found end *************/


.caption, .videos .caption{
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin: 45px 0 28px 0;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
    .footer-left-text {
        width: 100%;
    }
    .close-button{
        right: 300px;
    }

    h2 {
        font-size: 20px;
        margin-bottom: 21px;
    }

    p{
        line-height: 26px;
    }

    .content h1{
        width: 100%
    }

    .caption{
        margin: 40px 0 30px 0;
        text-transform: uppercase;
    }

    .wrapper{
        width: 705px;
    }

    .videos .wider, .links .wider {
        width: 729px;
    }

    .main-menu, #top-menu {
        display: none;
    }

    .mob-hidden-menu {
        display: block;
        margin-top: 15px;
    }

    .intro, .slider-wrapper, .slider, .articles{
        width: 424px;
    }
    .header-top{
        display: none;
    }

    .header-bottom{
        padding: 9px 0 4px;
        height: auto;
    }

    .header-bottom .logo img{
        width: 52px;
    }

    .header-bottom .logo span{
        font-size: 16px;
        padding:0 0 0 10px;
    }

    .areas{
        width: 280px;
        margin: 0 -30px 0 30px;
    }

    .areas a{
        outline: none;
    }

    .areas  a svg{
        width: 41px;
        margin-right: 20px;
    }

    .slider-wrapper, .articles, .videos, .links{
        margin-top: 28px
    }

    .mob-hidden{
        display: none;
    }

    .articles h2{
        font-size: 20px;
        margin-right: 24px;
        margin-bottom: 21px;
    }
    .articles .latest > div{
        width: 200px;
        margin-right: 24px;

    }

    .articles p, .videos p {
        font-size: 14px;
        line-height: 20px;
    }

    .articles .latest > div:nth-child(2){
        margin-right: 0;
    }

    .intro{
        padding: 44px 30px;
    }

    .intro h1{
        font-size: 20px;
    }

    .intro p{
        line-height: 26px;
        font-size: 18px;
        text-align: left;
        margin-top: 18px;
    }

    .articles{
        position: relative;
        padding-bottom: 65px;
    }
    .archive{
        color: #ffffff;
        background: #284999;
        position: absolute;
        display: block;
        border-radius: 6px;
        padding: 9px 20px 12px 20px;
        text-decoration: none;
        height: 44px;
        text-align: center;
        bottom: 0;
        left: 0;
        top: auto;
        right: auto;
        font-size: 14px;
    }

    .videos{
        padding-bottom: 65px;
    }

    /*.videos .latest > div{*/
    /*width: 218px;*/
    /*margin-right: 25px;*/
    /*}*/

    .videos .latest > div:nth-child(3){
        margin-right: 0;
    }

    .videos .latest > div .video-wrapper{
        height: 122px;
    }

    .areas h2{
        font-size: 19px;
    }

    .areas span{
        font-size: 14px;
        width: 164px;
        line-height: 20px;
    }

    .areas a{
        padding: 22px 10px 22px 45px;
    }

    .slider .fact_slide {
        padding: 30px 24px 30px;
    }

    .slider .fact_slide  span {
        font-size: 40px;
    }

    .slider .fact_slide  p {
        font-size: 14px;
        line-height: 20px;
    }

    .slider-bottom a {
        width: 219px;
    }

    .video-slider{
        display: none;
    }

    .links{
        padding:24px 0 45px;
    }

    .inline-block-caption{
        font-size: 20px;
        margin-right: 30px;
        margin-bottom:25px;
    }

    .footer-center {
        display: none;
    }

    .footer-left{
        width: 36%;
        position: static;
        float: left;
    }

    .footer-right{
        width: 37%;
        position: static;
        display: inline-block;
        float: right;
    }


    .main-footer{
        padding: 24px 0;
    }

    .main-footer .logo img {
        width: 56px;
    }

    .main-footer .logo span {
        font-size: 16px;
        margin-top: 10px;
    }

    .main-footer span {
        font-size: 14px;
        font-weight: 100;
        margin-bottom: 20px;
        display: inline-block;
        line-height: 20px;
    }

    .main-footer input {
        padding: 15px 33px 15px 15px ;
    }

    /************* Internal PAGE ***********/
    .grey-bg {

        padding: 30px 25px;
    }

    .wrapper-white {
        width: 705px;
        padding: 23px 34px;
    }

    .small-table {
        position: static;
        margin: 0;
    }

    .small-table td {
        padding-left: 0;
        padding-right: 15px;
    }

    .videos {
        padding-bottom: 35px;

    }

    .photo {
        margin-bottom: 40px;
    }

    .photo a {
        display: block;
        width: 31.2%;
        margin-right: 20px;
        margin-top: 20px;
    }

    .photo img {
        width: 100%;
        vertical-align: top;
    }

    .photo a:nth-child(4n) {
        margin-right: 20px;
    }

    .photo a:nth-child(3n) {
        margin-right: 0;
    }

    .photo a:nth-child(-n+3) {
        margin-top: 0;
    }

    .article {
        padding-bottom: 35px;
    }

    .videos-314 .latest > div {
        width: 48.4%;
        margin-right: 20px;
    }

    .videos-314 .latest > div:nth-child(3n) {
        margin-right: 20px;
    }

    .videos-314 .latest > div:nth-child(2n) {
        margin-right: 0;
    }

    .videos-314 .latest > div:nth-child(n+3) {
        margin-top: 20px;
    }

    .videos-314 .latest > div a {
        margin-top: 0;
    }
    /*********** Internal PAGE END **********/

    /************ News Page Start ***********/

    .content .list div{
        margin-right: 24px;
        width: 47%;
    }

    .content .list div:nth-of-type(2n){
        margin-right: 0;
    }

    .content .list div:nth-of-type(3){
        margin-top: 30px;
        margin-right: 24px;
    }



    /************ News Page END ***********/


    /************ Search results **********/

    .content .search-results .search-item {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 14px;
    }

    .content .search-results .search-item-text{
        width: 64%;
    }

    .content .search-results .search-item-text a:first-child span{
        width: 100%;
        margin-top: 0;
    }

    .content .search-results .search-item-text p {
        display: none;
    }

    .content .search-results span:last-of-type {
        margin-top: 3px;
    }
    /************* Search results end ******/


    /************* Photo albums ******/

    .content .photo-albums a {
        width: 48%;
    }

    .content .photo-albums a:nth-child(3n) {
        margin-right: 24px;
    }

    .content .photo-albums a:nth-child(2n) {
        margin-right: 0;
    }

    .content .photo-albums a:nth-child(3) {
        margin-top: 24px;
    }

    /************* Photo albums end ******/

    /*********** Glossary PAGE Ipad START *********/
    .glossary{
        margin-bottom: 40px;
    }

    .glossary .definition{
        padding: 20px 70px 10px 0px;
    }

    .glossary .definition{
        margin-right: 100px;
    }



    /*********** Glossary PAGE Ipad END **********/



    /*********** FAG PAGE Ipad START *********/
    .content .faq{
        margin-bottom: 40px;
    }

    .content .faq .answer{
        padding: 20px 70px 10px 20px;
    }

    .content .faq .question{
        margin-right: 100px;
    }



    /*********** FAQ PAGE Ipad END **********/
    /************ FORM **************/

    .filter-form .filter-field:nth-of-type(n+3){
        margin-top:30px;
    }

    .filter-form .list-items-count {
        display: none;

    }



    /************ FORM END **************/

    /************ Contacts **************/

    .map {
        width: 100%;
    }

    .contacts div {
        width: 40%;
        margin-right: 50px;
        margin-bottom: 25px;
    }

    .contacts .address{
        width: 40%;
    }


    /************ Contacts end **************/

    /************* Feedback ******/

    textarea {
        width: 280px;
    }

    .feedback input {
        width: 280px;
    }

    .left-side {
        margin-right: 4px;
    }

    .feedback .button {
        margin-right: 80px;
    }

    .captcha-container {
        margin-bottom: 35px;
    }

    /************* Feedback end ******/

    /************ no page found **********/

    .no-page-found {
        padding-top: 170px;
    }
    /************ no page found end **********/


    /********** Sitemap iPad starts *********/

    .sitemap li:nth-of-type(3n){
        padding-right: 0;
    }


    /********** Sitemap iPad ends *********/

}



@media screen and (max-width: 768px) {
    .footer-left-text {
        width: 100%;
    }
    .videos .wider, .links .wider {
        margin-left: 0;
    }
    .videos .latest > div .video-wrapper::before {
        display: block;
        width: 84px;
        height: 84px;
        background: url("../img/play.svg") no-repeat center;
        background-size: 100%;
        left: 50%;
        top: 50%;
        margin-left: -42px;
        margin-top: -42px;
    }

    p{
        line-height: 26px;
    }

    h2{
        text-align: center;
        display: block;
        margin: 20px auto;
        font-size: 18px;
        text-align: center;
    }

    .wrapper{
        width: 100%;
        padding: 0 20px;
    }

    .grey-bg{
        padding: 20px 0;
    }


    .wrapper.mobile-wide {
        padding: 0;
    }

    .videos .wider, .links .wider {
        width: 100%
    }

    .main-menu, #top-menu {
        display: none;
    }

    .mob-hidden-menu{
        display: block;
        margin-top: 13px;
        cursor: pointer;
    }

    .header-top{
        display: none;
    }

    .header-bottom{
        padding: 9px 0 4px;
        height: auto;
    }

    .header-bottom .logo img{
        width: 52px;
    }

    .header-bottom .logo span{
        font-size: 14px;
        line-height: 18px;
        padding:0 0 0 10px;
        margin-top: 8px;
    }

    .intro, .areas, .slider-wrapper, .articles{
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .slider-wrapper, .areas, .articles, .videos, .links{
        margin-top: 0;
    }

    .slider-wrapper{
        background: #F4F4F4;
        padding-top: 1px;
    }


    .slider .slick-dotted.slick-slider {

        margin-bottom: 10px;

    }

    .slider .slick-dots{
        bottom: 5px;
    }
    .intro{
        padding: 30px 20px 20px 20px;
        text-align: center;
        margin: 0 auto 25px;
    }

    .intro h1{
        font-size: 22px;
        line-height: 30px;
        text-align: center;
        margin: 0 20px;
    }

    .intro p{
        font-size: 18px;
        line-height: 26px;
        text-align: center;
        margin-top: 20px;

    }
    .areas{
        background: none;
        padding: 0 14px;
        margin-bottom: 15px;
    }

    .areas h2{
        font-size: 18px;
        background: none;
        padding: 0;
        margin-bottom: 20px;
    }


    .areas span{
        font-size: 12px;
        width: 100%;
        line-height: 20px;
    }

    .areas a{
        display: inline-block;
        width: 49%;
        margin-bottom: 5px;
        border-radius: 6px;
        padding: 18px 10px 10px 10px;
        text-align: center;
        height: 120px;

    }


    .areas a::before{
        display: none;
    }

    .areas a:nth-child(2n){
        margin-right: 0;
    }

    .areas a svg {
        display:block;
        vertical-align: middle;
        margin: 0 auto 5px auto;
        width: 40px;
    }

    .slider .fact_slide {
        padding: 13px 10px 40px;
    }

    .slider .fact_slide  span {
        font-size: 48px;
    }

    .slider .fact_slide  p {
        font-size: 16px;
        line-height: 22px;
    }

    .articles{
        padding-bottom: 20px;
        text-align: center;
    }

    .articles h2 {
        display: inline-block;
        font-size: 16px;
        margin-right: 15px;
    }
    .articles h2:last-child {
        margin-right: 0;
    }

    .articles .latest > div{
        width: 100%;
        padding: 0 20px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .articles .latest > div::after{
        content: '';
        display: block;
        clear: both;

    }

    .articles .latest > div img{
        float:left;
        width: 37%;
        margin-right: 20px;
    }



    .articles .latest > div span{
        float: left;
        margin-top: 0;
        text-align: left;
        display: block;
        font-size: 14px;
    }

    .articles .latest > div p{
        float: left;
        font-size: 16px;
        width: calc(63% - 20px);
        line-height: 22px;
        margin-top: 0;
        overflow: hidden;

    }

    .articles .archive, .videos .archive{
        color: #ffffff;
        background: #284999;
        position: static;
        display: inline-block;
        border-radius: 6px;
        padding: 9px 20px 13px 20px;
        text-decoration: none;
        height: 44px;
        text-align: center;
        font-size: 16px;
    }

    .links{
        background: #ffffff;
        padding: 0 0 45px;
    }

    .inline-block-caption{
        font-size: 18px;
        margin: 25px 25px 25px 0;
    }

    .videos{
        padding:1px 0 20px 0;
        background: #F4F4F4;
        text-align: center;
    }

    .latest-video-item {
        text-align: left;
    }

    .videos .latest > div .video-wrapper{
        height: 140px;
    }

    .videos p {
        font-size: 16px;
        line-height: 22px;
    }

    .main-footer{
        padding: 28px 0;
    }

    .main-footer .logo img{
        width: 60px;
    }

    .main-footer .logo, .main-footer span{
        float: none;
    }

    .footer-top{
        border: none;
    }

    .footer-bottom{
        text-align: center;
        padding-top: 23px;
    }
    .footer-bottom span:last-child{
        float: none;
    }

    .footer-bottom span{
        display: inline-block;
        margin: 0 auto;
    }

    .footer-right, .footer-left{
        float: none;
        margin: 0 auto;
        position: static;
    }


    .footer-left{
        width: 80%;

    }

    .footer-left span{
        display: none;
    }

    .footer-right{
        width: 96%;
        margin: 16px auto 0;
    }

    .footer-right span {
        display: none;
    }

    .footer-left .logo span{
        display: inline-block;
        font-size: 16px;
        margin-top: 12px;
    }

    .footer-right input{
        display: block;
        padding: 20px;
        margin-top: 14px;
    }

    .footer-center{
        display: none;
    }


    .content .list div{
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .content .list div::after{
        content: '';
        display: block;
        clear: both;

    }

    .content .list div img{
        float:left;
        width: 37%;
        margin-right: 20px;
    }

    .filter-form .filter-field {
        display: block;
        margin-right: 0px;
        vertical-align: top;
    }


    .content .list div span{
        float: left;
        margin-top: 0;
        text-align: left;
        display: block;
        font-size: 14px;
    }

    .content .list div p{
        float: left;
        font-size: 16px;
        width: calc(63% - 20px);
        line-height: 22px;
        margin-top: 0;
        overflow: hidden;

    }
    .wrapper-white{
        background: transparent;
        padding: 0 20px;
        width: 100%;
    }
    .content{
        width: 100%;
    }

    .content .pagination{
        margin: 25px 0 0 0;
    }

    .content .pagination a, .content .pagination .dots {
        background-color: #FFFFFF;
        width: 48px;
        height: 48px;
        line-height: 48px;
        margin: 0 -1px;
    }

    .content .pagination .prev {
        background: #ffffff url("../img/nav-left.svg") center no-repeat;
        border-radius: 3px 0 0 3px;
    }

    .content .pagination .next {
        background: #FFFFFF url("../img/nav-right.svg") center no-repeat;
    }

    .content .pagination a:first-child,.content .pagination a:last-child,.content .pagination .dots, .content .hidden{
        display: none;
    }

    /************ VIDEO- GALLERY 768 START ************/

    .content .list-video .video-wrapper{
        width: 37%;
        float: left;
        margin-right: 20px;
    }
    .content .list-video .video-wrapper img{
        width: 100%;
    }

    .content h1{
        margin: 28px 0 27px 0;
        line-height: 40px;
        width: 100%;
    }

    .content h4 {
        width: 100%;
        padding-bottom: 20px;
    }

    /************ VIDEO- GALLERY 768 END ************/

    /************* Search results ******/

    .content .search-results {
        margin-bottom: 43px;
    }

    /************* Photo albums ******/

    .content .photo-albums a {
        margin-right: 15px;
        width: 47%;
        margin-top: 15px;
    }

    .content .photo-albums a:nth-child(3n) {
        margin-right: 15px;
    }

    .content .photo-albums a:nth-child(2n) {
        margin-right: 0;
    }

    .content .photo-albums a:nth-child(3) {
        margin-top: 15px;
    }

    /************* Photo albums end ******/

    /************ Glossary MOB 768 START *************/

    .glossary .answer {
        padding-right: 20px;
        padding-left: 0;
    }
    /************* Glossary MOB 768  END ************/

    /************ FAG MOB 768 START *************/

    .content .faq .answer {
        padding-right: 20px;
        padding-left: 0;
    }
    /************* FAG MOB 768  END ************/

    /************* Feedback ******/
    .feedback{
        width: 100%;
    }
    .right-side {
        display: block;
    }

    textarea {
        margin-bottom: 18px;
    }

    .captcha-container {
        margin-bottom: 41px;
    }

    .feedback .left-side, .feedback .right-side, .feedback .feedback-input, .feedback textarea{
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .feedback .button{
        display: block;
        float:none;
        margin: 0 auto;
        margin-bottom: 8px;
    }

    .feedback input, .feedback textarea {
        border: none;
    }

    .captcha-container {
        margin-top: 20px;
        margin-bottom: 46px;
    }


    /******************   FORM  *******************/

    .filter-form .filter-select, .filter-form .filter-input{
        border: none;

    }
    .filter-form div:nth-of-type(-n+2){
        width: 100%;
    }

    #search_by_key, #search_by_date{
        display: block;
        width: 100%;
    }
    .content .search-results .search-item {
        margin-bottom: 15px;
    }

    .content .search-results .search-item img {
        width: 38.5%;
        margin-right: 20px;
    }

    .content .search-results .search-item-text {
        width: 54%;
    }

    .content .search-results  .search-item-text a:first-child span {
        font-size: 16px;
        line-height: 20px;
    }

    .content .search-results p {
        display: none;
    }

    .content .search-results .search-item-text span:last-of-type {
        float: left;
        text-align: left;
        display: block;
        width: 55%;
        font-size: 14px;
    }
    /************* Search results end ******/

    /******************* Page 1 start *******************/
    .article img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .photo a{
        width: calc(50% - 8px);
        margin-right: 16px;
    }

    .photo a:nth-child(2n){
        margin-right: 0;
    }

    .photo a:nth-child(-n+2){
        margin-top: 0;
    }
    .photo img{
        width: 100%;
        vertical-align:  top;
    }

    .videos-314 .latest > div {

        width: 100%;
        float: none;
        margin: 0 auto 20px auto;

    }

    .caption, .videos .caption{
        margin: 25px auto 25px auto;
        text-align: center;
    }

    .article{
        padding-bottom: 0;
        margin-bottom: 30px;
    }

    .article h3 {
        margin-top: 22px;
        margin-bottom: 1px;
    }

    .article h2{
        text-align: left;
    }


    .small-table{
        position: static;
        margin: 0;
    }

    .small-table td{
        padding: 0 5px 0 0;
    }

    .footer-left {
        width: 100%;
        text-align: center;
    }
    /******************* Page 1 end*******************/

    .map {
        width: 100%;
    }



    /********** Sitemap mob *******/

    .sitemap > li{
        width: 49%;
    }

    .sitemap > li:nth-child(2n){
        padding-right: 0;
    }

    .sitemap > li:nth-child(3n){
        padding-right: 50px;
    }


    .sitemap > li:nth-child(n+3){
        margin-top: 30px;
    }


    /********** Sitemap mob *******/

    .close-button{
        right: 300px;
    }
}

@media screen and (max-width: 374px) {
    .articles .latest > div p {
        font-size: 14px;
        line-height: 18px;
    }

    .filter-form div:nth-of-type(n+2){
        margin-top:30px;
    }
    .filter-form .list-items-count {
        display: none;

    }

    .areas a {
        height: 120px;
        vertical-align: top;
    }

    .areas span {
        font-size: 12px;
    }

    /************ Contacts **************/

    .map {
        width: 100%;
    }

    .contacts .bold {
        margin-bottom: 5px;
    }

    .contacts div {
        margin-bottom: 20px;
    }
    /************ Contacts end **************/


    /*********** no page found **************/

    .no-page-found {
        background-size: 100%;
        padding-top: 150px;
    }
    /*********** no page found end **************/



    /********** Sitemap mob *******/

    .sitemap > li{
        width: 100%;
    }

    .sitemap > li:nth-child(2n){
        padding-right: 0;
    }

    .sitemap > li:nth-child(3n){
        padding-right: 0;
    }


    .sitemap > li:nth-child(n+2){
        margin-top: 30px;
    }

    /********** Sitemap mob *******/



    /********** MOB MENU MINI STARTS *************/

    .mob-menu-mini{
        width: 246px;
    }

    .mob-menu-mini ul{
        padding-left: 0;
    }

    .mob-menu-mini input{
        font-size: 16px;
    }

    .mob-menu-mini li{
        font-size: 16px;
        padding-right: 40px;
    }

    .level2 li, .level3 li, .level4 li{
        padding-right: 0;
    }
    .level3 li a{
        font-size: 16px;
    }

    .level4 li a{
        font-size: 16px;
    }

    .mob-menu-mini h4 a{
        font-size: 16px;
    }

    .level1 > li > a::after{
        width: 194px;
    }

    .close-button{
        right: 246px;
    }

    .filter-form .filter-field{
        margin-right: 0;
    }



    /********** MOB MENU MINI ENDS *************/



}