body {
    font-family: 'HelveticaNeue', sans-serif;
    background-color: #fff;
    color: #013040;
}

.darkM .btn-effect.bordered {
    color: #013040;
    background-image: url("../img/chevron-left.svg");
}

.darkM .btn-effect {
    background-color: #013040;
    border-color: #013040;
}

.darkM .letter .col-sm-6 .bottom-block a img {
    filter: grayscale(100%);
}

.nav-top {
    background: url("../img/back.png") no-repeat right;
    position: relative;
}

.navbar-brand {
    display: flex;
    flex-direction: row;
    color: #013040;
    font-size: 32px;
    align-items: center;
    height: auto;
    padding: 0 15px;
}

.navbar-brand:hover {
    color: #013040;
}

.navbar-brand img {
    width: 110px;
    height: 110px;
}

.navbar-brand p {
    margin: 0 0 0 20px;
    line-height: 32px;
}

.navbar.nav-top {
    min-height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.nav-top .nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav-top .site-map, .nav-top .lang a, .nav-bottom .lang a {
    font-size: 16px;
    text-decoration: underline;
    color: #013040;
}

.navbar-contact{
    padding: 16px 30px;
    border-top: 1px solid #d0d0d0;
    box-shadow: 0px -3px 0px 1px rgba(190, 190, 190, 0.21);
    background-image: none !important;
}


.navbar-contact .inner-contact ul{
    margin-bottom: 0 !important;
}


.nav-top .social-icons {
    list-style: none;
    padding-left: 20px;
}

.nav-top .navbar-right li a, .lang li a {
    padding: 0;
    background: transparent;
}

.nav-top .navbar-right li a.site-map:hover {
    text-decoration: underline;
}

.nav-top .social-icons li, .share .social-icons li, .nav-bottom .social-icons li {
    padding: 0 7px;
    display: flex;
    align-items: center;
}

.nav-top .social-icons li a, .share .social-icons li a, .nav-bottom .social-icons li a {
    width: 26px;
    height: 26px;
    display: inline-block;
    text-decoration: none;
    background: url("../img/facebook.svg") no-repeat center;
}

.share .social-icons li a.fb-ic {
    background-image: url("../img/facebook.svg");
}

.nav-top .social-icons li:nth-child(2) a, .share .social-icons li a.insta-ic, .nav-bottom .social-icons li:nth-child(2) a {
    background-image: url("../img/instagram.svg");
}

.nav-top .social-icons li:nth-child(3) a, .share .social-icons li a.twitter-ic, .nav-bottom .social-icons li:nth-child(3) a {
    background-image: url("../img/twitter.svg");
}

.nav-top .social-icons li a.youtube-ic, .share .social-icons li a.youtube-ic, .nav-bottom .social-icons li a.youtube-ic {
    background-image: url("../img/youtube.svg");
}

.nav-top .social-icons li a.whatsapp, .nav-bottom .social-icons li a.whatsapp, .academy-contact ul li.whatsapp {
    background-image: url("../img/whatsapp_clear.svg");
}

.nav-top .social-icons li a.telegram, .nav-bottom .social-icons li a.telegram, .academy-contact ul li.telegram {
    background-image: url("../img/telegram_clear.svg");
}

.share .social-icons li a.share-ic {
    background-image: url("../img/copy_link.svg");
}

.about .text .share .social-icons li {
    margin-bottom: 0 !important;
}

.darkMood {
    background: url("../img/darkmood.svg") no-repeat center;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
}

.darkMood:focus, .btn-dark:focus {
    outline: none;
}

.nav-top .navbar-right {
    display: flex;
    align-items: center;
    margin: 0;
}

.nav-top .navbar-right.all-right {
    flex-direction: column;
    align-items: flex-end;
}

.nav-top .navbar-right li a.tel-red, .mobile-social li a.tel-red {
    color: #ED494C;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    width: 78px;
    height: 30px;
    border: 1px solid #ED494C;
    justify-content: flex-end;
    padding: 5px;
    margin-left: 18px;
    background: url("../img/phone-red.svg") no-repeat 4px;
}

.flex {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

iframe {
    max-width: 100%;
}

.nav-top .lang a, .nav-bottom .lang a {
    font-size: 18px;
    display: inline-block;
}

.nav-top .lang {
    justify-content: flex-end;
}

.nav-top .lang, .nav-bottom .lang {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
}

.nav-top .lang a:first-child, .nav-bottom .lang:first-child {
    margin-right: 10px;
}

.nav-bottom {
    background: rgba(240, 245, 247, .8);
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    border: none;
    border-radius: 0;
    padding: 0;
}

.nav-bottom li a {
    color: #013040;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-bottom .navbar-nav li a {
    padding: 18px 15px;
}

.nav-bottom .navbar-nav li a.active {
    border-bottom: 2px solid #013040;
}

.nav-bottom .nav .open > a, .nav-bottom .nav .open > a:focus, .nav-bottom .nav .open > a:hover, .nav-bottom .nav > li > a:focus, .nav-bottom .nav > li > a:hover, .nav-bottom .dropdown-menu > li > a:focus, .nav-bottom .dropdown-menu > li > a:hover, .nav-bottom .dropdown:hover a {
    background: #D8E1E5;
    border: none !important;
    text-decoration: none;
}

.dropdown-toggle::after {
    content: none;
}

.nav-bottom .dropdown-menu {
    position: absolute;
    margin-top: 13px;
}

.nav-bottom .dropdown-menu, .left-block {
    background: #D8E1E5;
    border: none;
    padding: 0 15px;
    border-radius: 0;
    width: 282px;
    -moz-box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
    -o-box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
    -webkit-box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
    box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
}

.nav-bottom .dropdown-menu li a {
    white-space: pre-wrap;
}

.nav-bottom .dropdown-menu li a, .left-block li a {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    padding: 13px 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.nav-bottom .dropdown-menu li a {
    display: block;
}

.ru .left-block li a {
    font-size: 16px;
}

.nav-bottom .dropdown-menu li a:after, .left-block li a:after {
    content: '';
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #013040;
    position: absolute;
    opacity: .1;
}

.nav-bottom .dropdown-menu li:last-child a:after, .left-block li:last-child a:after, .reception.academy-contact ul.person-list li.person-list-block:last-child:after {
    content: none;
}

.nav-bottom .dropdown-menu > li > a:focus, .nav-bottom .dropdown-menu > li > a:hover, .left-block > li > a:hover, .left-block > li > a:focus {
    font-weight: 500;
}

.transparent {
    border: none;
    background: none;
    outline: none;
}

#event-search-form {
    display: flex;
}

.event__search__floater {
    padding: 15px 0;
    transition: all ease-in-out 0.2s;
    max-width: 200px;
    margin-left: auto;
}

.search__anchor {
    position: relative;
    width: auto;
    height: auto;
}

.search__submit {
    opacity: 0;
    width: 0;
}

.search__bar {
    position: absolute;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    background: transparent;
    width: 40%;
    height: 25px;
    border-radius: 0;
    opacity: 0;
    padding: 0;
    z-index: 5;
    transition: all 0.2s;
    font-size: 16px;
    border-bottom: 3px solid #2C4B55;
}

.search__bar:hover {
    cursor: pointer;
}

.search__bar:focus {
    width: 200px;
    left: auto;
    opacity: 1;
    cursor: text;
    transition: all 0.2s;
    padding-right: 70px;
}

.search__toggler {
    background: url("../img/search.svg") no-repeat right;
    font-size: 16px;
    padding-right: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    cursor: default !important;
}

.search__bar:focus ~ .search__toggler span {
    opacity: 0;
    visibility: hidden;
}

.search__bar:focus ~ .search__toggler {
    right: 400px;
    z-index: 6;
    transition: all 0.2s;
}

.relative {
    position: relative;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
    align-items: center;
}

/*
.main-slider .item:after {
    content: '';
    background-image: -moz-linear-gradient(270deg, rgb(240, 245, 247) 1%, rgba(240, 245, 247, 0) 80%);
    background-image: -webkit-linear-gradient(270deg, rgb(240, 245, 247) 1%, rgba(240, 245, 247, 0) 80%);
    background-image: -ms-linear-gradient(270deg, rgb(240, 245, 247) 1%, rgba(240, 245, 247, 0) 80%);
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
*/

.main-slider .item img {
    height: 510px;
    object-fit: cover;
}

.slider-text .video-play {
    display: inline-block;
    padding-left: 20px;
    background: url("../img/video_icon_outline.svg") no-repeat left;
}

.main-slider .slider-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 15px 0;
}

.main-slider .slider-text .date {
    font-size: 18px;
    opacity: .7;
    margin-bottom: 15px;
}

.main-slider .owl-theme .owl-dots .owl-dot span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #fff;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-slider .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    position: relative;
    border: 1px solid #013040;
}

.main-slider .owl-theme .owl-dots .owl-dot.active span:after, .main-slider .owl-theme .owl-dots .owl-dot:hover span:after {
    content: none;
}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    background: #fff;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #013040 !important;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.main-slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    text-align: left;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-slider-dots .owl-dots {
    text-align: left;
}

.btn-effect {
    border: 1px solid #ED494C;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    width: 130px;
    display: inline-block;
    background: url("../img/chevron-left_btn.svg") no-repeat 10px #ED494C;
}

.btn-effect:hover {
    color: #fff;
    text-decoration: none;
}

.news-sec {
    padding: 60px 0 50px;
}

.header-sec:after, .law-page .panel-title a:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #013040;
    z-index: -2;
}

.header-text {
    font-size: 22px;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-right: 40px;
    background: url(../img/ornate_left.svg) no-repeat 100%;
}

.header-text:after {
    content: '';
    height: 100%;
    width: 94%;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: -1;
}

.news-sec .col-md-7 {
    padding-right: 45px;
}

.news-sec .news-list, .academy-contact ul, .law-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.news-sec .news-list li a {
    display: flex;
    color: #013040;
    text-decoration: none;
    margin-bottom: 20px;
}

.news-sec .news-list .news-text h4, .news-block .news-text h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin: 0 0 20px;
    max-height: 88px;
    overflow: hidden;
}

.news-sec .news-list li a img {
    margin-right: 25px;
    height: 136px;
    object-fit: cover;
    width: 100%;
    -moz-box-shadow: 5px 5px 0 rgba(1, 48, 64, .1);
    -o-box-shadow: 5px 5px 0 rgba(1, 48, 64, .1);
    -webkit-box-shadow: 5px 5px 0 rgba(1, 48, 64, .1);
    box-shadow: 5px 5px 0 rgba(1, 48, 64, .1);
}

.news-sec .news-list .news-text .category, .news-block .news-text .category {
    padding-left: 18px;
    font-size: 16px;
    color: #185DA2;
    background: url("../img/icon_category_news.svg") no-repeat left;
    margin-right: 10px;
}

.news-sec .news-list .news-text .date, .news-block .news-text .date {
    font-size: 16px;
    opacity: .5;
}

.btn-effect.bordered {
    background: url("../img/chevron-left_red.svg") no-repeat 10px #fff;
    color: #ED494C;
    padding-left: 40px;
    width: 171px;
}

.news-sec .all-news .all-news-in, .history .all-news-in {
    display: inline-block;
    padding-right: 15px;
    background: #fff;
}

.news-sec .all-news, .header-sec {
    background: url("../img/ornate_right.svg") no-repeat right;
    min-height: 26px;
}

.news-sec .all-news:before, .header-sec:before, .law-page .law-tab:after {
    content: '';
    width: 16px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background: #fff;
    z-index: -1;
}

.news-list .img-part .video-play {
    background: url("../img/video_icon_filled.svg") no-repeat center;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.letter {
    position: relative;
}

.letter, .law-list .left-side {
    background: #F0F5F7;
    padding: 20px 0;
}

.letter .write-letter {
    display: block;
    color: #013040;
    text-decoration: none;
    padding: 13px 100px;
    position: relative;
    background: url("../img/BTN_ornate_whitebtn.png") no-repeat right #fff;
    margin-bottom: 20px;
}

.letter .write-letter:after {
    left: 20px;
    top: 56%;
    height: 42px;
    content: url("../img/icon_mektub_yaz.png");
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.letter .write-letter p, .president .layer-text .name, .send-letter .letter-send h4 p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.letter .write-letter span, .searching .block-searching p {
    opacity: .5;
}

.letter .col-sm-6 a {
    display: block;
}

.letter .col-sm-6 a.president {
    height: 100%;
}

.letter .bottom-block {
    display: flex;
    justify-content: space-between;
}

.letter .bottom-block a:first-child {
    margin-right: 20px;
}

.letter .col-sm-6 .bottom-block a img {
    width: 100%;
}

.letter .col-sm-6 .bottom-block a .bottom-block-text img {
    width: 70px;
    height: 70px;
    margin-right: 15px;
    object-fit: contain;
}

.letter .col-sm-6 .bottom-block a {
    width: 50%;
    position: relative;
}

.letter .col-sm-6 .bottom-block a .bottom-block-text {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    width: calc(100% - 30px);
    line-height: 32px;
    position: absolute;
    top: 50%;
    left: 15px;
    justify-content: flex-start;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ru .letter .col-sm-6 .bottom-block a .bottom-block-text {
    font-size: 26px;
}

.ru .letter .col-sm-6 .bottom-block a:nth-child(2) .bottom-block-text p {
    font-size: 20px;
    line-height: 29px;
}

.letter .col-sm-6 .bottom-block a .bottom-block-text p {
    margin: 0;
}

.letter .col-sm-6 .bottom-block a .bottom-block-text span {
    font-size: 20px;
    line-height: 24px;
    display: inline-block;
    font-weight: normal;
}

.ru .letter .col-sm-6 .bottom-block a .bottom-block-text span {
    font-size: 18px;
}

.ru .letter .write-letter {
    padding-right: 70px
}

.letter .col-sm-6 img.basic {
    height: 100%;
    width: 100%;
}

.general-slider {
    padding: 60px 0 50px;
    position: relative;
}

.general-slider .block {
    display: flex;
    align-items: center;
    background: #F0F5F7;
    padding: 7px 15px;
    position: relative;
    min-height: 98px;
}

.general-slider .block:after {
    content: '';
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #000;
    position: absolute;
    left: 4px;
    top: 4px;
}

.general-slider .block:hover {
    text-decoration: none;
}

.general-slider .block.person img {
    width: 94px;
    height: 94px;
    object-fit: contain;
    position: absolute;
    bottom: 1px;
    left: 15px;
}

.general-slider .block img {
    width: auto;
}

.general-slider .owl-theme .owl-dots .owl-dot span, .news-slider .owl-theme .owl-dots .owl-dot span {
    background: #D8E1E5;
}

.general-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
}

.general-slider .block h4 {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    margin: 0 0 0 20px;
    font-weight: 700;
    line-height: 19px;
}

.general-slider .block.person h4 {
    padding-left: 90px;
}

footer {
    background: url("../img/bg-footer.jpg") repeat center;
}

.footer-top {
    padding: 42px 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.footer-top ul, .left-block, .share .social-icons, .search-city ul, .left-side .print, .searching-details .right-side ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-top ul {
    color: #fff;
}

.footer-top ul li h3, .search-result .result-heading {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}

.footer-top ul li a {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    text-decoration: none;
    padding-bottom: 10px;
    display: inline-block;
    line-height: 20px;
}

.footer-bottom {
    padding: 20px 0 25px;
    color: #fff;
}

.footer-bottom .bm-logo-side h1, .searching .block-searching h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}

.footer-bottom .bm-logo-side {
    justify-content: left;
}

.footer-bottom .bm-logo-side .logo-txt {
    margin-left: 15px;
}

.footer-bottom .bm-logo-side .logo-txt span {
    font-weight: 200;
    font-size: 13px;
    display: inline-block;
}

.footer-bottom .social-icons {
    float: right;
    display: flex;
    align-items: center;
}

.footer-bottom .social-icons a {
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    padding: 0 7px;
}

.footer-bottom .social-icons a:hover {
    background-color: transparent;
}

.footer-bottom .social-icons .instagram, .footer-bottom .social-icons .telegram {
    background: url("../img/instagram_footer.svg") no-repeat center;
    padding: 7px 16px;
}

.footer-bottom .social-icons .telegram {
    background-image: url("../img/telegram_white.svg");
}

.footer-bottom .social-icons .x-twitter {
    background-image: url(../img/x-twitter_footer.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 22px;
    height: 25px;
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 4px;
    display: inline-block;
}

.left-block > li > a:before, .left-block.dark .nav li a:before {
    content: '';
    background: url("../img/chevron-right_history.svg") no-repeat left;
    height: 14px;
    width: 19px;
    display: inline-block;
    opacity: 0;
    margin-top: 5px;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.law-page .left-block > li > a:before {
    width: 24px;
}

.law-page .left-block > li:last-child > a:before {
    width: 17px;
}

.ru .left-block > li > a:before, .ru .left-block.dark .nav li a:before {
    width: 24px;
}

.left-block > li > a:hover, .left-block > li > a:focus, .left-block > li > a.active {
    padding-left: 15px;
    font-weight: 700;
    padding-right: 10px;
}

.left-block > li > a:hover span, .left-block > li > a.active span {
    display: inline-block;
    margin-left: 8px;
}

.left-block > li > a:hover:before, .left-block > li > a.active:before {
    visibility: visible;
    opacity: 1;
}

.left-block.dark {
    background: #2C4B55;
    padding-bottom: 17px;
}

.left-block.dark li a {
    color: #fff;
}

.left-block.dark > li > a:before {
    background-image: url("../img/chevron-left_white_big.svg");
}

.left-block.dark > li > a.active:before {
    width: 23px;
}

.ru .left-block.dark > li > a.active:before {
    width: 31px;
}

.left-block.dark li a:after {
    background: transparent;
}

.left-block.dark li:nth-child(2) a:after {
    background: #D8E1E5;
    opacity: .4;
}

.left-side .sendLetter {
    display: block;
    position: relative;
}

.left-side .sendLetter img {
    width: 100%;
    height: 70px;
}

.sendLetter .letter-send img, .send-letter .letter-send img {
    width: auto !important;
    height: auto !important;
}

.sendLetter .letter-send, .send-letter .letter-send {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 15px;
    height: 100%;
}

.sendLetter .letter-send h4, .send-letter .letter-send h4 {
    margin: 0;
    font-weight: bold;
    line-height: 12px;
}

.sendLetter .letter-send h4 span, .send-letter .letter-send h4 span {
    font-size: 14px;
    font-weight: normal;
}

.ru .sendLetter .letter-send h4 p {
    margin-bottom: 9px;
}

.ru .sendLetter .letter-send h4 {
    font-size: 15px;
    margin-left: 10px;
}

.ru .sendLetter .letter-send h4 span {
    font-size: 11px;
}

.all-pages {
    padding-top: 130px;
}

.about {
    padding-bottom: 40px;
    position: relative;
}

.letter:after, .general-slider:after {
    content: '';
    background: url("../img/gen.jpg") repeat left;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -3;
    width: 70%;
    height: 400px;
}

.letter:after {
    background-image: url("../img/gen-top.jpg");
    bottom: 100px;
}

.left-block {
    background: #F0F5F7;
    width: auto;
    margin-bottom: 30px;
}

.shadow {
    -moz-box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
    -o-box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
    -webkit-box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
    box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
}

.left-block li a {
    display: block;
    color: #013040;
    text-decoration: none;
    font-weight: 500;
    padding: 13px 16px 13px 5px;
}

.heading, .details .sec-position {
    font-size: 20px;
    margin: 0 0 15px;
}

.all-pages .left-side {
    padding: 0 45px 0 15px;
}

.all-pages .president img.basic {
    width: 100%;
}

.all-pages .president .layer-text {
    right: 63px;
}

.all-pages .president {
    margin-bottom: 60px;
}

.sec-head {
    font-size: 40px;
    display: inline-block;
    padding-right: 20px;
    font-weight: 700;
    background: #fff;
    margin: 0;
}

.header-sec, .org-head {
    margin-bottom: 40px;
}

.about .right-side .basic-img {
    margin-bottom: 60px;
    width: 100%;
}

.about .text p, .details p, .details p span, .details ul li span, .details ol li, .about .text ol li, .about .text ul li, .about .details ul li {
    font-size: 18px !important;
    line-height: 26px !important;
    margin-bottom: 10px !important;
    text-indent: 0 !important;
    font-family: 'HelveticaNeue', sans-serif !important;
}

.about .text iframe, .about .details iframe {
    width: 100%;
    margin: 20px 0;
    height: 440px;
}

.quote {
    border-left: 4px solid #7AA0AC;
    max-width: 564px;
    margin: 40px auto 65px;
    padding-left: 40px;
}

.quote h3 {
    font-family: 'BaskervilleI', sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: 34px;
    color: #2C4B55;
    overflow: hidden;
    margin: 0 0 40px;
}

.quote .author {
    opacity: .5;
    font-size: 16px;
}

.about .text img {
    max-width: 100% !important;
    margin: 20px 0 30px;
    height: auto !important;
}

.about .ui-wrapper {
    width: 100% !important;
}

.about .second-heading, .details .position, .law-inner .author, .about .block .text-side .name, .about .organization .name, .academy-contact ul li h4, .law-page .second-heading, .mail-address h4, .searching-details .top-heading h4 {
    font-size: 28px;
    font-weight: 700;
}

.about .second-heading {
    margin: 20px 0;
}

.about .block {
    display: flex;
    flex-direction: row;
}

.about .block img {
    width: 250px;
    max-height: 300px;
    object-fit: cover;
}

.about.directory .block img {
    max-height: 300px;
    flex-basis: 30%;
}

.about .block .text-side, .about .block.organization {
    padding: 35px 40px;
    background: #F0F5F7;
}

.about .block .text-side {
    width: 100%;
}

.about .block .text-side .name {
    margin: 0 0 15px;
}

.about .organization {
    text-decoration: none;
    margin: 0;
    color: #013040;
}

.about .organization:hover {
    text-decoration: none;
}

.about .block .text-side .position {
    opacity: .5;
    font-size: 20px;
    margin-bottom: 15px;
}

.about .block .text-side .sec-position {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.about .block .text-side .explanation {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.about .block .details {
    color: #3081D1;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    padding-left: 20px;
    background: url("../img/chevron-left_blue.svg") no-repeat left;
}

.breadcrumb {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 0 15px;
}

.breadcrumb li a {
    color: #013040;
    font-size: 20px;
    text-decoration: underline;
    line-height: 17px;
}

.breadcrumb > li + li:before {
    content: '';
    background: url("../img/chevron-left.svg") no-repeat center;
    padding: 0 15px;
}

.details .position {
    line-height: 26px;
    margin-bottom: 20px;
}

.details img {
    float: right;
    margin: 0 0 60px 45px;
}

.academy-inner.details img {
    max-width: 200px;
}

.details .quote {
    padding-bottom: 1px;
}

.about .block.organization img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.about .block.organization .org-text {
    padding-left: 40px;
}

.about .organization {
    align-items: center;
    margin-bottom: 40px;
}

.about .organization:last-child {
    margin-bottom: 20px;
}

.about .academy-link .sec-head {
    background: url("../img/aclink.png") no-repeat left;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    height: 105px;
    font-size: 32px;
    line-height: 93px;
    text-decoration: none;
    padding-left: 20px;
    margin-top: 40px;
}

.academy-contact ul {
    margin: 0;
}

.academy-contact ul li, .mail-address {
    padding-left: 35px;
    background: url("../img/contact_address.svg") no-repeat left top;
    margin-bottom: 20px;
}

.academy-contact ul li:nth-child(2), .academy-contact ul li:nth-child(4) {
    background-image: url("../img/contact_phone.svg");
}

.mail-address {
    background-image: url("../img/contact-env.svg");
}

.about .organization.academy-contact {
    padding: 30px;
    margin: 40px 0 0;
}

.academy-contact ul li h4, .mail-address h4, .reception .person-position, .reception ul li:first-child {
    font-size: 18px;
    margin: 0 0 10px;
}

.academy-contact ul li p, .mail-address p {
    margin-bottom: 15px;
    font-size: 18px;
}

.academy-contact ul li a, .mail-address a {
    color: #3081D1;
    font-size: 16px;
    text-decoration: none;
}

.academy-contact ul li a.show-map {
    padding-left: 30px;
    background: url("../img/contact_showonmap.svg") no-repeat left;
}

.news-block-list .col-sm-6:nth-child(2n-1) {
    padding-right: 20px;
    clear: both;
}

.news-block {
    display: block;
    color: #013040;
    text-decoration: none;
    margin-bottom: 30px;
}

.news-block:hover {
    text-decoration: none;
    color: #013040;
}

.news-block img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    margin-bottom: 20px;
}

.news-block .play-ic {
    display: inline-block;
    background: url("../img/video_icon_filled.svg") no-repeat center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.news-block .news-text h4 {
    margin-bottom: 10px;
}

.pagination-block {
    margin: 30px 0 0;
}

.pagination-block nav {
    height: 40px;
}

.pagination {
    margin: 0;
    background: #fff;
    padding-right: 20px;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    background: #F0F5F7;
    height: 40px;
    width: 40px;
    border-radius: 0;
    border: none;
    margin-right: 0;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    font-size: 18px;
    color: #2C4B55;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background: transparent;
    color: #2C4B55;
    font-weight: 700;
}

.pagination > li:last-child > a {
    border-radius: 0;
    background: url("../img/chevron-right_white_normal.svg") no-repeat 15px #2C4B55;
    width: 165px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 400;
}

.about .right-side .news-block .basic-img {
    margin: 0 0 40px;
    height: auto;
}

.news-inner .news-text {
    margin-bottom: 40px;
    clear: both;
}

.text-zoom .zoom-in {
    font-size: 20px;
    font-weight: 600;
}

.text-zoom .zoom-out {
    font-size: 16px;
    font-weight: 600;
}

.text-zoom {
    float: right;
    line-height: 20px;
}

.news-block .main-slider .main-slider-dots {
    position: relative;
}

.news-slider .fancybox-thumb {
    display: block;
}

.news-slider img {
    height: 540px;
    object-fit: cover;
}

.about-inner .news-slider img, .inner-pages .news-slider img {
    margin-bottom: 30px;
    box-shadow: none;
}

.news-slider .owl-nav img {
    height: auto;
    margin: 0;
}

.news-slider .owl-carousel .owl-nav {
    height: 0;
    margin: 0;
}

.news-slider .owl-carousel .owl-nav button.owl-next, .news-slider .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 44%;
    left: 15px;
    opacity: 1;
    margin: 0;
}

.news-slider .owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}

.news-slider .owl-theme .owl-nav [class*=owl-]:hover, .news-slider .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    border: none;
    outline: none;
}

.fancybox-skin, .fancybox-opened .fancybox-skin {
    background: transparent;
    box-shadow: none;
    padding: 15px 0 0 !important;
}

.fancybox-overlay.fancybox-overlay-fixed:after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    backdrop-filter: blur(10px);
    background: rgba(44, 75, 85, .4);
}

#fancybox-thumbs.bottom {
    bottom: 20px;
    width: 60%;
    left: 20%;
}

.fancybox-prev span {
    background: url("../img/chevron-leftgal.png") no-repeat center;
}

.fancybox-next span {
    background: url("../img/chevron-leftgall.png") no-repeat center;
}

#fancybox-thumbs ul li a, #fancybox-thumbs ul li.active {
    border: none;
}

#fancybox-thumbs ul li {
    opacity: 1;
    margin-right: 10px;
}

.fancybox-title-outside-wrap, .reception .person-name {
    font-size: 20px;
    font-weight: 700;
}

.fancybox-nav span {
    visibility: visible;
}

.fancybox-prev {
    left: -82px;
}

.fancybox-next {
    right: -82px;
}

.share .header-sec {
    height: 40px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
}

.share .header-sec .social-back {
    display: inline-block;
    padding-right: 20px;
    background: #fff;
}

.share .header-sec .social-icons {
    border: 1px solid #2C4B55;
    flex-direction: row;
}

.other .sec-head {
    margin-bottom: 20px;
}

.law-page .left-block li a, .left-block li a {
    display: flex;
    padding-right: 20px;
}

.law-page .left-block li a {
    padding-right: 10px;
}

.law-page .left-block li a.active, .left-block li a.active {
    align-items: flex-start;
}

.law-page .left-block li a span {
    display: inline-block;
}

.law-list {
    margin: 40px 0;
}

.law-list li {
    display: flex;
    flex-direction: row;
    margin-bottom: 45px;
}

.law-list li .left-side {
    width: 70px;
    min-width: 70px;
    font-weight: 500;
    padding: 10px 13px 10px 10px;
    position: relative;
}

.law-list li .left-side:after {
    content: url("../img/mark.svg");
    position: absolute;
    bottom: -11px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.law-list li .left-side span {
    font-size: 24px;
}

.law-list li .left-side span, .law-list li .left-side p {
    opacity: .8;
    margin-bottom: 20px;
}

.law-list li .right-side {
    margin-left: 20px;
}

ul.law-list.international .left-side img {
    object-fit: contain;
    margin: auto auto auto 5px;
}

ul.law-list.international .left-side {
    display: flex;
    align-items: center;
    justify-content: center;
}

.law-list li .right-side h3 {
    margin: 0 0 35px;
    font-size: 20px;
    font-weight: 500;
}

.law-list li .right-side a, .search-result .result-news .more {
    display: inline-block;
    padding-left: 20px;
    text-decoration: none;
    font-size: 16px;
    color: #2C4B55;
}

.law-list li .right-side .more, .search-result .result-news .more {
    background: url("../img/chevron-right_view_more.svg") no-repeat left;
}

.law-list li .right-side .url {
    background: url("../img/link_external.svg") no-repeat left;
    color: #3081D1;
}

.law-list li .right-side .download {
    background: url("../img/download.svg") no-repeat left;
}

.law-page .nav-tabs {
    border-bottom: none;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    background: #fff;
}

.law-page .nav-tabs li {
    display: inline-block;
    float: none;
}

.law-page .nav-tabs li:last-child a {
    margin: 0;
}

.law-page .nav-tabs li a {
    font-size: 20px;
    font-weight: 500;
    border: none;
    color: #3081D1;
    padding: 15px 0;
    text-decoration: none;
    margin: 0 20px 0 0;
}

.law-page .nav-tabs li a.active {
    color: #2C4B55;
    border-bottom: 2px solid #2C4B55;
}

.law-page .nav-tabs > li > a.active, .law-page .nav-tabs > li > a.active:focus, .law-page .nav-tabs > li > a.active:hover {
    border: none;
    border-bottom: 2px solid #2C4B55;
}

.law-page .nav > li > a:focus, .law-page .nav > li > a:hover {
    background: transparent;
}

.law-page .ar-president {
    margin-top: 45px;
}

.law-page .law-tab {
    background: url("../img/ornate_left.svg") no-repeat left;
    position: relative;
}

.law-page .law-tab:after {
    right: auto;
    left: 0;
}

.law-page .second-heading {
    margin-top: 40px;
}

.law-page .international.law-list li .left-side:after {
    content: none;
    bottom: 0;
}

.law-page .panel-default {
    border: none;
    box-shadow: none;
}

.law-page .panel-default > .panel-heading {
    background: transparent;
    border: none;
    padding: 0;
}

.law-page .panel-default .law-list li:last-child, .law-page .panel-default .law-list {
    margin-bottom: 0;
}

.law-page .panel-title a:after {
    z-index: 1;
}

.law-page .panel-default > .panel-heading .btn-effect {
    border-color: #2C4B55;
    color: #2C4B55;
    background-image: url("../img/expand_more.svg");
    position: absolute;
    left: 50%;
    background-color: #fff;
    z-index: 9;
    top: -20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.law-page .panel-default > .panel-heading .panel-title {
    text-align: center;
}

.law-page .panel-title a:not(.collapsed) {
    display: none;
}

.law-page .panel-collapse:not(.in) {
    position: relative;
}

.law-page .panel-collapse:not(.in):after {
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, white, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}

.law-page .collapse {
    height: 345px !important;
    display: block;
    overflow: hidden;
}

.law-page .panel-body {
    padding: 0;
}

.law-page .collapse.in {
    height: 100% !important;
}

.law-page .block.organization.academy-contact .second-heading {
    margin: 0 0 30px;
}

.law-inner .author {
    font-size: 18px;
    line-height: 26px;
    margin: 40px 0 0;
}

/*.law-inner .sec-head {
    margin-bottom: 40px;
}*/

.law-inner .breadcrumb > li {
    margin-bottom: 5px;
}

.about .organization.search-city {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 0 25px 25px;
    margin-bottom: 0;
}

.about .organization.search-city.list {
    padding: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%;
}

.about .organization.search-city .city-list {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0 24px;
    margin: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.about .organization.search-city .city-list li a {
    color: #013040;
    text-decoration: none;
    padding: 13px 0;
    display: block;
    font-size: 22px;
}

.about .organization.search-city .city-list.onFocus {
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    height: 100%;
    width: 100%;
    max-height: 340px;
    overflow-y: auto;
    margin-top: 20px;
}

.law-page .search-city .form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #2C4B55;
    border-radius: 0;
}

.law-page .search-city .form-control:focus {
    outline: none;
}

.about .organization.search-city .city-list li:first-child a, .reception.academy-contact ul.person-list li.person-list-block:first-child {
    padding-top: 0;
}

.law-page .search-city .search-part {
    display: flex;
    width: 100%;
    padding-right: 15px;
}

.law-page .search-city .search-part .form-control {
    background: url("../img/search.svg") no-repeat left;
    padding-left: 40px;
    margin-right: 45px;
    font-size: 22px;
    height: 40px;
    font-weight: 700;
}

.law-page .search-city .search-part img {
    width: 12px;
    object-fit: contain;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.law-page ::-webkit-scrollbar {
    width: 6px;
}

.law-page ::-webkit-scrollbar-track {
    background: #F0F5F7;
}

.law-page ::-webkit-scrollbar-thumb {
    background: #C8D3D7;
}

.law-page ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.law-page .other-city {
    min-height: 440px;
}

.about .organization.academy-contact.main {
    display: block;
    padding-bottom: 60px;
}

.academy-contact ul.social-icons li {
    background: none;
    padding: 0;
    margin: 0;
}

.academy-contact ul.social-icons li:first-child a {
    padding-left: 0;
}

.academy-contact ul.social-icons li a {
    color: #2C4B55;
    padding: 0 5px;
    font-size: 26px;
}

.academy-contact ul.social-icons li:nth-child(2) a {
    background: url("../img/insta-bl.svg") no-repeat center;
    width: 30px;
    height: 27px;
}

.about .organization.academy-contact.main.reception, .about .organization.academy-contact.reception {
    padding-bottom: 10px;
}

.reception .second-heading {
    margin: 0 0 30px;
}

.reception .person-name {
    margin: 0 0 10px;
}

.reception ul li:last-child {
    background-image: url("../img/check_blue.svg");
    background-position-y: center;
}

.reception ul li:first-child, .reception-write.reception ul li:last-child {
    background-image: url("../img/date.svg");
}

.reception.academy-contact ul li a, .reception-write .input-list .important {
    font-size: 18px;
}

.reception-write .input-list .important {
    margin-bottom: 30px;
}

.reception.academy-contact ul.person-list li.person-list-block {
    background: none;
    margin: 0;
    padding: 30px 0 10px;
    position: relative;
}

.reception.academy-contact ul.person-list li.person-list-block:after {
    content: '';
    background: #707070;
    position: absolute;
    opacity: .5;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}

.reception-write .input-list {
    padding-top: 30px;
}

.bootstrap-select.form-control.input-group-btn, .input-list .form-control {
    height: 50px;
    width: 100%;
    border-color: #2C4B55;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
}

.input-list .error .form-control {
    border-color: #ED494C;
}

.input-list .error-txt {
    color: #ED494C;
    display: inline-block;
    margin-top: 10px;
}

.input-list .input-block.input-width .input-group {
    width: 100%;
}

.input-list .input-block {
    display: flex;
}

.input-list .input-block .input-group {
    width: calc(100% / 3);
}

.input-list .form-control::placeholder {
    opacity: .3;
}

.bootstrap-select.form-control.input-group-btn li {
    background: none !important;
    padding-left: 0;
    margin: 0;
}

.input-list .bootstrap-select.form-control.input-group-btn {
    box-shadow: none;
    display: block;
}

.input-list .input-group .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    border-color: #2C4B55;
    background: transparent;
}

.input-list .input-group.citizen .bootstrap-select.form-control .dropdown-toggle {
    background: url("../img/search.svg") no-repeat 10px;
    padding-left: 35px;
}

.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover, .bootstrap-select .btn-default:active.focus, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, .bootstrap-select .open > .dropdown-toggle.btn-default.focus, .bootstrap-select .open > .dropdown-toggle.btn-default:focus, .bootstrap-select .open > .dropdown-toggle.btn-default:hover, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
    background-color: transparent;
}

.bootstrap-select .btn-default:hover {
    background: transparent;
}

.input-list .input-group {
    display: inline-block;
    margin: 0 20px 30px 0;
}

.input-list .input-group:last-child {
    margin-right: 0;
}

.input-list .bootstrap-select > .dropdown-toggle:after {
    background: url("../img/expand_more.svg") no-repeat center;
    height: 14px;
    width: 14px;
    border: none;
}

.input-list .bootstrap-select .dropdown-toggle .caret {
    display: none;
}

.input-list .bs3.bootstrap-select .dropdown-toggle .filter-option, .input-list .bootstrap-select .dropdown-menu li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #2C4B55;
    outline: none;
}

.input-list .dropdown-menu > .active > a, .input-list .dropdown-menu > .active > a:focus, .input-list .dropdown-menu > .active > a:hover {
    background: transparent;
}

.input-list .bootstrap-select .dropdown-menu li a {
    padding: 5px 10px 5px 20px;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}

.input-list .bootstrap-select .form-control {
    height: 34px;
    outline: none;
    box-shadow: none;
}

.input-list label {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.input-list .fin-info {
    background: url("../img/input_info.svg") no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 10px;
    outline: none;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-list .info-input {
    height: 50px;
}

#fin .modal-content {
    display: block;
    padding: 10px;
}

#fin .modal-body {
    justify-content: space-between;
}

#fin .modal-body img {
    width: 47%;
}

.check input, .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 10px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #2C4B55;
}

.check .checkmark:after {
    content: url("../img/check.svg");
    position: absolute;
    display: none;
}

.radio .checkmark:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2C4B55;
    border-radius: 50%;
    display: none;
    left: 50%;
    top: 50%;
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.check input:checked ~ .checkmark:after, .radio input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after {
    left: 3px;
    top: -3px;
}

.check .chck, .radio .chck {
    padding: 10px 0 0 35px;
}

.input-block.end-part .input-group {
    width: 50%;
}

.input-block.end-part .input-group .bootstrap-select {
    width: 20%;
    float: left;
}

.radio .checkmark {
    border-radius: 50%;
}

.radio-list {
    display: flex;
    align-items: center;
}

.radio-list label {
    margin: 0 35px 0 0;
}

.input-list .input-block.radio-but .input-group {
    width: 100%;
}

.input-list .btn-dark {
    background: url("../img/send.svg") no-repeat 5px #2C4B55;
    border-color: #2C4B55;
    padding-left: 35px;
}

.law-page .text .header-sec .send-letter {
    padding-right: 20px;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 20px 0;
}

.law-page .text .header-sec .send-letter img {
    max-width: 520px;
    display: inline-block;
    margin: 0;
}

.send-letter .letter-send {
    justify-content: left;
    padding: 0 25px;
}

.send-letter .letter-send h4 {
    max-width: 310px;
    line-height: 16px;
    margin-left: 15px;
}

.send-letter .letter-send h4 p {
    margin-bottom: 10px;
}

.law-page .text .header-sec .send-letter img:last-child {
    position: absolute;
    right: 50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

textarea {
    resize: none;
}

.input-list .input-group textarea {
    height: 250px;
}

.input-list .input-block.area-part {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.input-list .input-block .area-bottom {
    display: flex;
    justify-content: space-between;
}

.input-list .input-block .area-bottom .count {
    opacity: .7;
}

.input-list .input-block.area-part .input-group {
    margin-bottom: 10px;
}

.input-list .input-block .area-bottom .security {
    padding-left: 30px;
    background: url("../img/shield_green.svg") no-repeat left;
}

.btn-dark, .btn-dark.btn:active:focus, .btn.btn-dark:focus {
    background: #2C4B55;
    color: #fff;
    border-radius: 0;
    width: 160px;
    height: 50px;
    font-size: 18px;
    outline: none;
    -moz-box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
    -o-box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
    -webkit-box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
    box-shadow: 10px 10px 0 rgba(1, 48, 64, .1);
}

.btn-dark:hover {
    color: #fff;
}

.send-letter .modal-dialog {
    width: 520px;
}

.send-letter .modal-content {
    border-radius: 0;
}

.send-letter .modal-body {
    padding: 40px 100px;
    flex-direction: column;
}

.send-letter .modal-body p {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
    text-align: center;
}

.send-letter .modal-body img {
    margin: 0 auto 30px;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: searchfield;
    background: url("../img/search.svg") no-repeat 10px;
    padding: 0 30px 0 50px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 24px;
    width: 24px;
    background: url("../img/close.svg");
}

.search-result .second-heading {
    margin-top: 0;
}

.search-result .search-det {
    font-size: 18px;
    padding-left: 30px;
    margin: 20px 0;
    background: url("../img/det.svg") no-repeat left;
}

.search-result .result-count {
    margin-bottom: 40px;
    font-size: 16px;
}

.search-result .breadcrumb {
    margin-bottom: 20px;
}

.search-result .breadcrumb li a {
    font-size: 16px;
    font-weight: normal;
}

.search-result .result-news {
    margin-bottom: 40px;
}

.search-result .red {
    color: #ED494C;
}

.search-result .result-heading {
    margin-bottom: 35px;
}

.search-result .detailed-search {
    margin-bottom: 20px;
    padding-right: 0;
}

.search-result .search-det.arrow-up {
    background-image: url("../img/expand_less.svg");
}

.not-result p {
    font-size: 24px;
}

.site-map.footer-top ul li h3, .site-map.footer-top ul li a, .site-map.footer-top ul li .fa {
    color: #013040;
}

.site-map.footer-top ul li .fa {
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}

.site-map.footer-top ul li h3 {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-map.footer-top ul li a {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 24px;
}

.site-map.footer-top ul li {
    display: flex;
    align-items: flex-start;
}

.site-map.footer-top ul.main-list li, .site-map.footer-top ul li.open-list {
    display: block;
}

.site-map.footer-top ul ul {
    padding-left: 15px;
}

.president, .president:hover {
    color: #fff;
    display: block;
}

.president .layer-text .name {
    margin: 0 0 15px;
}

.president .layer-text p {
    font-weight: 200;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.president .layer-text img {
    float: right;
}

.history .slider-nav.slick-slider .slick-track, .history .slider-nav.slick-slider .slick-list {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
}

.history.about .block.organization {
    padding: 35px 0 0;
}

.history .slider-nav.slick-initialized .slick-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 36px;
    position: relative;
}

.history .slider-nav.slick-initialized .slick-slide span {
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    margin-top: 10px;
}

.history .all-news-in .btn-effect {
    padding-left: 10px;
}

.history .all-news {
    margin-top: 40px;
}

.history .history-bt .top-header {
    color: #fff;
    background: #E30D35;
    min-height: 180px;
    justify-content: flex-start;
    margin-bottom: 40px;
    padding: 0 20px;
}

.darkM .history .history-bt .top-header {
    background: #2C4B55;
}

.history .history-bt .top-header img {
    width: 140px;
}

.history .history-bt .top-header h4 {
    font-size: 28px;
    margin: 0;
    font-weight: 700;
}

.history .history-bt .top-header p {
    font-size: 38px;
    margin: 0;
}

.history .history-bt .top-header .text-top {
    margin-left: 24px;
}

.history .slick-prev:before {
    content: url("../img/chevron-left_history.svg");
}

.history .slick-next:before {
    content: url("../img/chevron-right_history.svg");
}

.history .slick-prev, .history .slick-next {
    background: #F0F5F7;
    width: 60px;
    height: 60px;
}

.history .slick-nav {
    width: 380px;
    margin: 40px auto 0;
    height: 60px;
}

.history .slick-nav.relative:after {
    content: '';
    height: 1px;
    background: #013040;
    position: absolute;
    top: 50%;
    z-index: -1;
    width: 100%;
}

.history .slick-nav.relative:before {
    content: url("../img/ornate_center_hor.svg");
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 55%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.history .slick-prev:after, .history .slick-next:after {
    content: '';
    right: -20px;
    z-index: 99;
    position: absolute;
    width: 20px;
    height: 100%;
    background: #fff;
    top: 0;
}

.history .slick-next:after {
    right: auto;
    left: -20px;
}

.left-side .print {
    border: 1px solid #2C4B55;
    padding: 0 15px;
    margin-top: 30px;
}

.left-side .print li a {
    color: #2C4B55;
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    padding: 15px 0 15px 30px;
    background: url("../img/print.svg") no-repeat left;
}

.left-side .print li:last-child a {
    background-image: url("../img/download.svg");
}

.left-side .print li:first-child a:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2C4B55;
    opacity: .3;
}

.left-side .print li:last-child a {

}

.left-side .print:after, .left-side .print:before {
    content: '';
    display: block;
    position: absolute;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-side .print:after {
    top: 50%;
    border-color: transparent transparent transparent #fff;
    border-width: 10px;
}

.left-side .print:before {
    top: 50%;
    border-color: transparent transparent transparent #2C4B55;
    border-width: 11px;
    right: -23px;
}

.history-bt .details .header-sec {
    z-index: 0;
    min-height: 80px;
    display: flex;
    align-items: center;
    background-color: #F0F5F7;
    background-position: 101.5%;
}

.history-bt .header-sec:before {
    content: none;
}

.history-bt .details .sec-head {
    font-size: 28px;
    padding-left: 15px;
    background-color: #F0F5F7;
}

.directory-details.about .details p, .contact-inner.about .details p {
    text-indent: unset;
}

.directory-details .details img {
    width: 250px;
}

.contact-inner.about .details p.top-text {
    margin-bottom: 40px;
}

.contact-inner.about .organization.academy-contact {
    margin-top: 0;
}

.letter-page.law-inner .sec-head {
    margin-bottom: 0;
}

.searching .top-text {
    max-width: 760px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 50px;
}

.searching .top-text a {
    color: #3081D1;
    font-weight: 700;
}

.searching .list-of-block {
    display: flex;
    align-items: stretch;
    margin: 0 -10px;
    flex-wrap: wrap;
}

.searching .block-searching, .searching-details img {
    padding: 10px;
    text-align: center;
    display: block;
    width: calc(100% / 5);
    margin-bottom: 30px;
    position: relative;
}

.searching .block-searching p {
    margin-bottom: 20px;
}

.searching.about .block .details {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.searching .block-searching img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.searching .block-searching h4 {
    margin: 10px 0;
}

.searching-details img {
    width: 50%;
    height: 320px;
    object-fit: cover;
    margin: 0;
}

.searching-details .right-side {
    font-size: 16px;
}

.searching-details .right-side ul li {
    margin-bottom: 30px;
    width: 100%;
}

.searching-details .right-side ul li p {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}

.searching-details .right-side ul.top-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.searching.searching-details .top-text {
    margin: 50px 0 0;
}

.twitter-block {
    height: 674px;
    overflow-y: auto;
    border: 1px solid #D8E1E5;
}

.twitter-top {
    position: absolute;
    background: #1FCAFF;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    top: -40px;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0 15px;
}

.twitter-block::-webkit-scrollbar {
    width: 6px;
}

.twitter-block::-webkit-scrollbar-thumb {
    background: #D8E1E5;
}

.twitter-block::-webkit-scrollbar-thumb:hover {
    background: #D8E1E5;
}

.about .text, .about .details {
    text-align: justify;
}

.error-message {
    display: none;
    color: red
}

.warning {
    display: block;
}

.choose_in_list input.form-control {
    margin-top: 20px;
}

.choose_in_list input.form-control.hidden {
    display: none;
}

.phone-ic {
    height: 50px;
    width: 80%;
    float: right;
}

.phone-ic:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/phone.png);
    z-index: 99;
    background-size: contain;
}

.phone.num {
    padding-right: 40px;
    border-left: none;
}

button:focus {
    outline: none;
}

.mobile-social, .mobile-lang {
    display: none !important;
}

.not-result.hidden {
    display: none;
}

@media only screen and (min-width: 1540px) {
    .main-slider .item img {
        height: 717px;
    }
}

@media only screen and (max-width: 1200px) {
    .all-pages .left-side {
        padding: 0 25px 0 15px;
    }

    .letter .col-sm-6 .bottom-block a .bottom-block-text {
        right: 20px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .ru .general-slider .block.person h4 {
        padding-left: 66px;
        font-size: 14px;
    }

    .ru .nav-top .social-icons li {
        padding: 0 2px;
    }

    .ru .nav-top .social-icons {
        padding-left: 10px;
    }

    .nav-top .navbar-right.all-right {
        padding-top: 10px;
    }

    .general-slider .block h4 {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .ru .nav-top .social-icons li {
        padding: 0;
    }

    .ru .nav-top .social-icons {
        padding-left: 0;
    }

    .navbar.nav-top {
        padding-top: 10px;
    }

    .ru .navbar-brand {
        padding-right: 0;
    }

    .ru .nav-top .navbar-right li a {
        padding-right: 3px;
    }

    .navbar-brand img {
        width: 90px;
        height: 90px;
    }

    .navbar-brand {
        margin: 0;
    }

    .search__bar:focus {
        width: 100px;
    }

    .news-sec .col-md-7 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .news-sec .col-md-5 {
        display: none !important;
    }
}

@media only screen and (min-width: 991px) {
    .letter .col-sm-6:first-child {
        padding-right: 5px;
    }

    .main-slider .slider-text {
        width: 605px;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-brand {
        font-size: 20px;
        line-height: 20px;
    }

    .navbar-brand p {
        line-height: 22px;
    }

    .main-slider-dots {
        position: relative;
        width: 100%;
        border: 0;
        bottom: 44px;
        left: 0;
        transform: none;
    }

    .news-sec .col-md-7 {
        padding-right: 15px;
    }

    .letter .col-sm-6 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .letter .col-sm-6 .write-letter {
        padding-right: 20px;
    }

    .letter .col-sm-6 .bottom-block a {
        padding: 0;
    }

    .letter .col-sm-6 .bottom-block a .bottom-block-text, .letter .col-sm-6 .bottom-block a .bottom-block-text span {
        font-size: 20px;
        width: auto;
        line-height: 20px;
    }

    .letter .col-sm-6 .bottom-block a .bottom-block-text span {
        font-size: 13px;
    }

    .all-pages .left-side {
        padding: 0 25px 0 15px;
    }

    .footer-top .col-sm-6 {
        margin-bottom: 30px;
    }

    .footer-top .col-sm-6:last-child {
        margin-bottom: 0;
    }

    .searching .block-searching {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
    .footer-top .col-sm-6:nth-child(3) {
        clear: both;
    }

    .law-page .left-block > li > a:before {
        width: 24px;
    }

    .letter .col-sm-6:first-child {
        margin-bottom: 20px;
    }

    .input-list label {
        font-size: 13px;
    }

    .nav-top .social-icons li {
        padding: 0 2px;
    }

    .about .block.organization img {
        width: 70px;
    }

    .history .slider-nav.slick-initialized .slick-slide span {
        font-size: 16px;
    }

    .nav-bottom .navbar-nav li a {
        font-size: 16px;
    }

    .left-side .sendLetter .letter-send {
        padding: 0 5px;
    }

    .left-side .sendLetter .letter-send h4 {
        font-size: 16px;
    }

    .left-side .sendLetter .letter-send h4 span {
        font-size: 12px;
    }

    .main-slider .slider-text {
        width: 405px;
    }

    .twitter-top {
        font-size: 13px;
    }
}

@media only screen and (min-width: 768px) {
    .nav-bottom .open > .dropdown-menu, .navbar-toggler, .left-block.dark.hidden-sm {
        display: none;
    }

    .news-sec .news-list .news-text .date-row {
        position: absolute;
        bottom: 10px;
        left: 15px;
    }

    .main-slider .slider-text.slide-text-background {
        padding: 20px;
        background: rgba(240, 245, 247, .8);
    }

    .searching-details .right-side ul.top-list li {
        width: 50%;
    }

    .news-block-list .col-sm-6:nth-child(2n) {
        padding-left: 20px;
    }

    .darkMood {
        position: absolute;
        right: 0;
        top: 0;
    }

    .main-slider .slider-text {
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        top: 50%;
        padding: 30px 20px 30px 0;
        z-index: 99;
    }

    .president .layer-text {
        position: absolute;
        max-width: 205px;
        right: 40px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .news-sec .col-md-5 {
        padding-left: 35px;
        padding-top: 40px;
    }

    .ru .president .layer-text {
        max-width: 270px;
    }

    .history .slider-nav.slick-initialized .slick-slide.slick-active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 50%;
        height: 4px;
        background: #013040;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    body.darkM .nav-bottom, .darkM .nav-bottom .dropdown-menu, .darkM .nav-bottom .dropdown:hover a, .darkM .nav-bottom .nav .open > a, .darkM .nav-bottom .nav .open > a:focus, .darkM .nav-bottom .nav .open > a:hover, .darkM .nav-bottom .nav > li > a:focus, .darkM .nav-bottom .nav > li > a:hover, .darkM .nav-bottom .dropdown-menu > li > a:focus, .darkM .nav-bottom .dropdown-menu > li > a:hover {
        background: #013040;
        color: #fff;
    }

    .darkM .nav-top .navbar-right li a.tel-red, .darkM .mobile-social li a.tel-red {
        color: #013040;
        border-color: #013040;
        background-image: url("../img/phone-dark.svg");
    }

    .darkM .nav-bottom li a {
        color: #fff;
    }

    .darkM .search__toggler {
        background-image: url(../img/searchw.svg);
    }

    .darkM .search__bar {
        border-color: #fff;
    }

    .searching-details .right-side {
        padding-left: 50px;
    }

    .news-sec .news-list li a .col-md-4 {
        padding: 0 10px 0 15px;
    }

    .nav-bottom .navbar-nav .dropdown:hover > .dropdown-menu {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .nav-top .container, .letter .col-sm-6 .bottom-block a, .directory.about .block img {
        width: 100%;
    }

    .navbar-brand {
        padding: 0;
    }

    .navbar-brand img {
        width: 53px;
        height: 53px;
    }

    .navbar.nav-top {
        min-height: 73px;
        padding: 0;
    }

    .nav-top .navbar-toggler {
        position: absolute;
        right: 15px;
        padding-right: 0;
    }

    .nav-top .navbar-header {
        display: flex;
        width: 100%;
        align-items: center;
    }

    .nav-top .navbar-toggler .icon-bar {
        width: 24px;
        background-color: #2C4B55;
        position: relative;
        transition: all .2s ease-in-out;
        display: block;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .mobile-social, .mobile-lang {
        display: flex !important;
    }

    .col-sm-9.right-side {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-toggler.active .icon-bar:nth-child(1) {
        top: 6px;
        transform: rotate(45deg);
    }

    .navbar-toggler.active .icon-bar:nth-child(2) {
        background-color: transparent;
    }

    .navbar-toggler.active .icon-bar:nth-child(3) {
        top: -6px;
        transform: rotate(-45deg);
    }

    .nav-bottom {
        width: 100%;
        left: -1000px;
        top: 73px;
        z-index: 999;
        transition: .2s ease-in;
        min-height: calc(100% - 73px);
        max-height: calc(100% - 73px);
        overflow-y: auto;
        background: url("../img/menuback.png") no-repeat right bottom #F0F5F7;
    }

    .toggled {
        left: 0 !important;
    }

    .nav-bottom .container {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .event__search__floater {
        width: 100%;
        float: left;
    }

    .event__search__floater, .nav-bottom .mobile-lang .navbar-nav .lang, .nav-bottom .social-icons, .footer-top ul:last-child {
        margin: 0;
    }

    .search__bar {
        right: auto;
        left: 0;
    }

    .search__toggler {
        background-position: left;
    }

    .search__toggler {
        background-position: left;
        padding: 0 0 0 30px;
        justify-content: flex-start;
    }

    .search__bar {
        padding-left: 35px;
    }

    .nav-bottom .navbar-nav .dropdown a {
        position: relative;
        line-height: 18px;
    }

    .nav-bottom .navbar-nav .dropdown a:after, .left-block .open-drop:after {
        content: '';
        position: absolute;
        background: url(../img/expand_more.svg) no-repeat center;
        right: 0;
        top: 45%;
        width: 14px;
        height: 20px;
        border: none;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .nav-bottom .navbar-nav .dropdown.show a:after, .left-block .open-drop.open:after {
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        top: 33%;
    }

    .nav-bottom .navbar-nav {
        margin-top: 0;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .nav-bottom .navbar-nav li a, .nav-bottom .navbar-nav li {
        display: block;
        padding: 15px 15px 15px 0;
        width: 100%;
    }

    .nav-bottom .navbar-nav li {
        padding: 0;
    }

    .nav-bottom .nav .show > a, .nav-bottom .nav .show > a:focus, .nav-bottom .nav .show > a:hover, .nav-bottom .nav > li > a:focus, .nav-bottom .nav > li > a:hover, .nav-bottom .dropdown-menu > li > a:focus, .nav-bottom .dropdown-menu > li > a:hover, .nav-bottom .dropdown:hover a {
        background: transparent;
    }

    .nav-bottom .navbar-nav .dropdown .dropdown-menu > li > a {
        padding: 5px 0;
        font-size: 16px;
    }

    .nav-bottom .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        padding: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .nav-bottom .mobile-lang .navbar-nav {
        justify-content: space-between;
        margin: 25px 0 0;
        padding: 0;
        flex-direction: row;
    }

    .nav-bottom .mobile-lang .navbar-nav .mob-site-map {
        float: right;
    }

    .nav-bottom .mobile-lang .navbar-nav li {
        width: auto;
        display: flex;
        padding: 0
    }

    .nav-bottom .mobile-lang .navbar-nav .lang a {
        padding: 0;
        margin-right: 10px;
    }

    .nav-bottom .mobile-lang .navbar-nav li .site-map {
        padding: 0;
        font-size: 16px;
        text-transform: none;
        text-decoration: underline;
        font-weight: normal;
    }

    .nav-bottom .navbar-nav li.mobile-social {
        padding: 30px 0 10px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nav-bottom .mobile-social .navbar-nav {
        width: auto;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
    }

    .nav-bottom .mobile-social .navbar-nav li {
        width: auto;
        display: inline-block;
    }

    .nav-bottom .mobile-social .social-icons.navbar-nav li a {
        width: 30px;
    }

    .nav-bottom .social-icons li {
        display: inline-block;
        padding: 0;
    }

    .mobile-social li a.tel-red {
        padding: 5px;
        margin: 0 20px 7px 0;
        width: 78px;
    }

    .nav-bottom .social-icons {
        margin-right: 20px;
        flex-direction: row;
    }

    .main-slider .item img {
        height: 150px;
    }

    .letter .col-sm-6 .bottom-block a img {
        height: 97px;
        object-fit: cover;
    }

    /*
        .main-slider .item:after {
            height: 60%;
        }*/
    .main-slider .item .container, .left-block.dark, .all-pages.inner-pages, .left-block > li > a:hover span, .letter .col-sm-6 a.president, .search__submit, .nav-bottom .social-icons, .all-pages.about-inner .right-side, .about .block.organization .org-text {
        padding: 0;
    }

    .main-slider .item .slider-text {
        background-color: #F0F5F7;
        padding: 20px 15px 60px;
    }

    .main-slider .slider-text h3 {
        font-size: 20px;
    }

    .slider-text .btn-effect {
        -moz-box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
        -o-box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
        -webkit-box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
        box-shadow: 0 10px 10px rgba(1, 48, 64, .2);
    }

    .site-map.footer-top ul li.searching-page-link {
        margin: 30px 0 0;
    }

    .site-map.footer-top ul li.searching-page-link a h3 {
        margin: 0;
    }

    .news-sec {
        padding: 80px 0;
    }

    .news-sec .header-sec.two-part, .general-slider, .law-page .law-tab {
        background: none;
    }

    .news-sec .header-sec.two-part:before, .nav-bottom .navbar-nav .dropdown .dropdown-menu a:after, .about:after, .all-pages .header-sec:before, .all-pages .header-sec:after, .left-block.dark > li > a.go-back:before, .left-block.dark > li > a.open-drop:before {
        content: none;
    }

    .header-text {
        font-size: 18px;
    }

    .news-sec .news-list li a {
        display: block;
        margin-bottom: 30px;
    }

    .news-sec .news-list li a img {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .news-sec .news-list .news-text h4, .news-block .news-text h4 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px;
    }

    .letter .col-sm-6:first-child {
        margin-bottom: 40px;
    }

    .president .layer-text {
        background: #2C4B55;
        padding: 20px 20px 55px;
    }

    .letter .write-letter p {
        font-size: 22px;
    }

    .letter .write-letter:after {
        content: url("../img/letter-small.svg");
        height: 50%;
    }

    .letter .write-letter {
        padding-left: 65px;
    }

    .letter .bottom-block, .about .block {
        display: block;
    }

    .letter .col-sm-6 .bottom-block a {
        margin-bottom: 20px;
    }

    .letter {
        padding: 50px 0 30px;
    }

    .letter .col-sm-6 img.basic {
        height: auto;
    }

    .letter .col-sm-6 .bottom-block a .bottom-block-text, .letter .col-sm-6 .bottom-block a .bottom-block-text span {
        font-size: 22px;
        width: auto;
        line-height: 22px;
    }

    .letter .col-sm-6 .bottom-block a .bottom-block-text span {
        font-size: 16px;
    }

    .footer-top ul {
        margin-bottom: 30px;
    }

    .footer-bottom .row {
        display: block !important;
    }

    .footer-bottom .social-icons {
        float: none;
        display: flex;
        justify-content: center;
        margin: 20px 0 0;
    }

    .footer-bottom .bm-logo-side h1 {
        font-size: 12px;
        line-height: 15px;
    }

    .footer-bottom .bm-logo-side .logo-txt span {
        font-size: 11px;
        line-height: 12px;
    }

    .footer-bottom .bm-logo-side img {
        width: 40px;
        height: 40px;
    }

    .footer-bottom .bm-logo-side {
        align-items: flex-start;
    }

    .footer-top {
        padding-top: 20px;
    }

    .footer-bottom {
        padding-bottom: 10px;
    }

    .general-slider .block.person h4 {
        padding-left: 85px;
    }

    .navbar-brand p {
        font-size: 15px;
        line-height: 17px;
        margin-left: 10px;
    }

    .heading, .details .sec-position, .law-page .nav-tabs li a, .news-inner .share p, .slider-text .video-play, .breadcrumb li a, .academy-contact ul li h4, .academy-contact ul li p {
        font-size: 16px;
    }

    .sec-head {
        font-size: 26px;
        padding: 0;
    }

    .header-sec, .org-head {
        margin-bottom: 30px;
    }

    .history-bt .details .sec-head {
        font-size: 22px;
        text-align: left;
        padding-right: 15px;
    }

    .all-pages .header-sec {
        background: none;
    }

    .all-pages.about-inner .top-heading {
        padding: 0 15px;
    }

    .all-pages .president {
        box-shadow: none;
    }

    .all-pages.about-inner .text, .all-pages.about-inner .news-slider, .all-pages.about-inner .share {
        padding: 0 15px;
    }

    .about .text iframe, .about .details iframe, .directory.about .block img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }

    .about .second-heading, .about .organization .name {
        font-size: 22px;
    }

    .nav-bottom .navbar-nav li a.active {
        border: none;
    }

    .all-pages {
        padding-top: 50px;
    }

    .about.directory .block .text-side {
        padding: 20px;
    }

    .about .block.organization img {
        margin: 0 auto 20px;
    }

    .breadcrumb > li + li:before {
        padding: 0 10px;
    }

    .breadcrumb li a {
        margin-bottom: 10px;
        display: inline-block;
    }

    .left-block {
        box-shadow: none;
    }

    .left-block .go-back {
        width: 14px;
        height: 39px;
        background: url("../img/go-back.svg") no-repeat center;
        display: inline-block;
        position: absolute;
        left: 15px;
        z-index: 99;
    }

    .left-block.dark li a {
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        padding: 7px 10px;
    }

    .left-block .open-drop:after {
        content: url("../img/chevron-bottom.svg");
        height: auto;
        width: 11px;
        top: 40%;
        right: 15px;
        left: auto;
        opacity: 1;
    }

    .left-block.dark .nav, .fancybox-nav, .all-pages .col-sm-3.left-side, .all-pages .col-md-3.left-side {
        display: none;
    }

    .quote {
        margin: 20px auto 35px;
        padding-left: 20px;
    }

    .quote h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .left-block.dark .nav li a {
        position: relative;
    }

    .left-block.dark .nav li a:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: 0;
        left: 0;
        opacity: .4;
        background: #D8E1E5;
    }

    .left-block .open-drop.open:after {
        top: 30%;
        height: 20px;
        display: flex;
        align-items: center;
    }

    .left-block.dark li.top-nav a.open-drop {
        padding-left: 38px;
    }

    .left-block.dark .nav li a.active:before {
        background-image: url("../img/chevron-left_white_big.svg");
        opacity: 1;
        visibility: visible;
        margin-right: 10px;
    }

    .about .organization.academy-contact {
        padding: 25px 20px;
    }

    .academy-contact ul li p, .academy-contact ul li h4 {
        line-height: 22px;
        margin-bottom: 5px;
    }

    .pagination {
        padding-top: 60px;
    }

    .pagination > li:last-child > a {
        position: absolute;
        top: 0;
        margin: 0;
        width: 100%;
        left: 0;
    }

    .news-slider img {
        height: 220px;
        box-shadow: none;
    }

    .about .right-side .news-block .basic-img {
        box-shadow: none;
        margin-bottom: 20px;
    }

    .law-list li .right-side h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .law-page .nav-tabs li a {
        padding-bottom: 10px;
    }

    .law-page .ar-president {
        justify-content: flex-start;
        margin: 20px 0 40px;
    }

    .law-page .nav-tabs {
        padding-left: 0;
    }

    .news-inner .share p {
        margin-bottom: 10px;
    }

    .law-page .ar-president:after {
        content: '';
    }

    .news-inner .share {
        margin-top: 40px;
        text-align: center;
    }

    .share .header-sec .social-back {
        width: 100%;
        padding: 0;
    }

    .share .header-sec .social-icons {
        padding: 6px 0;
    }

    .share .header-sec {
        margin-bottom: 60px;
    }

    .organization.academy-contact .social-icons {
        display: flex;
        align-items: center;
    }

    .about .organization.search-city .city-list li a {
        font-size: 16px;
        padding-bottom: 0;
    }

    .about .organization.search-city .city-list.onFocus {
        margin-top: 0;
    }

    .law-page .search-city .search-part .form-control {
        font-size: 16px;
        margin-right: 25px;
    }

    .reception ul li:first-child, .reception .person-position {
        font-size: 16px;
        line-height: 20px;
    }

    .input-list .input-block {
        display: block;
    }

    .input-list .input-block .input-group, .input-block.end-part .input-group {
        width: 100%;
        margin-right: 0;
    }

    .radio-list label {
        margin: 0 22px 0 0;
    }

    #fin .modal-body {
        display: block !important;
    }

    #fin .modal-body img {
        width: 100%;
        margin-bottom: 20px;
    }

    #fin .close {
        z-index: 999;
        width: 20px;
        height: 20px;
        right: 0;
        position: absolute;
    }

    .send-letter .modal-dialog {
        width: 85%;
        margin: 10px auto;
    }

    .send-letter .modal-body p {
        font-size: 20px;
        line-height: 24px;
    }

    input[type="search"] {
        padding-right: 0;
    }

    .search-result .result-heading {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .history .history-bt .top-header .text-top {
        margin-left: 20px;
    }

    .searching-details.searching .list-of-block {
        margin: 0;
        justify-content: space-between;
    }

    .searching-details img {
        height: 200px;
        padding: 6px 0;
        width: 48%;
    }

    .searching-details .top-heading {
        margin-bottom: 25px;
    }

    .ru .president .layer-text .name {
        font-size: 28px;
    }
}

@media only screen and (max-width: 500px) {
    .general-slider .owl-stage {
        left: -20px;
    }

    .directory-details .details img {
        float: none;
        margin: 0 0 30px;
        width: 100%;
        height: auto;
    }

    .history .slider-nav.slick-slider .slick-track {
        width: auto !important;
    }

    .history .history-bt .top-header {
        display: block !important;
        padding: 20px;
        height: auto;
    }

    .history .history-bt .top-header img {
        margin: auto auto 20px;
        width: 100px;
    }

    .history .slick-nav {
        width: 82%;
    }

    .history .history-bt .top-header .text-top {
        margin-left: 0;
        text-align: center;
    }

    .searching .block-searching {
        width: calc(100% / 2);
    }

    .law-page .text .header-sec .send-letter {
        padding-right: 0;
    }

    .law-page .text .header-sec .send-letter img:last-child {
        right: 9px;
    }

    .law-page .text .header-sec .send-letter img.shadow {
        height: 120px !important;
    }

    .send-letter .letter-send {
        padding: 0 5px;
    }

    .send-letter .letter-send h4 {
        width: 175px;
        line-height: 16px;
        margin-left: 0;
    }
}


@media only screen and (max-width: 425px) {
    .details img {
        float: none;
        margin: 0 auto 30px;
        height: auto;
    }

    .about .academy-link .sec-head {
        font-size: 20px;
        justify-content: center;
        padding: 0;
    }

    .searching .block-searching {
        width: 100%;
    }
}

@media print {
    footer, .nav-bottom, .darkMood, .nav-top .navbar-right li, .lang li a, .general-slider, .share, .top-heading, .breadcrumb, .all-pages .left-side, .history .history-bt .top-header img {
        visibility: hidden;
        display: none;
    }

    .history .history-bt .top-header .text-top {
        margin-left: 0;
        color: #000;
    }

    .navbar-brand {
        text-align: center;
        display: block;
    }

    .navbar-brand img {
        margin: auto auto 20px;
    }

    .nav-top .navbar-header {
        margin: auto;
        display: block;
    }

    .history .history-bt .top-header {
        min-height: auto;
        background: transparent;
    }

    a[href]:after {
        content: none !important;
    }

    .about-inner.all-pages .president img.basic {
        margin-bottom: 20px;
    }
}

.ha-yubiley{
    width: 140px;
}

@media (max-width: 768px) {
    .ha-yubiley{
		width: 60px;
		margin-right: 40px;
    }

    .navbar-contact{
        display: none;
    }
}

@media (max-width: 420px) {
	.ha-yubiley{
		width: 62px;
		margin-right: 40px;
    }
	
    .navbar-brand p {
        font-size: 12px;
        line-height: 14px;
        margin-left: 8px;
    }
	
	
	.navbar-brand img {
        width: 38px;
        height: 38px;
    }
}
