@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;900&display=swap');

/*font-family: 'Roboto', sans-serif;*/
@-ms-viewport {
    width: device-width;
}

@media only screen and (min-device-width:800px) {
    html {
        overflow: hidden;
    }
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;

}

html {
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    text-decoration: none;
    -webkit-appearance: none;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

button:focus,
button:active {
    outline: none;
}

body {
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: rgb(41, 41, 41);
    background-color: rgb(255, 255, 255);
    background-image: url(../img/bg_allpage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.content_arm {
    height: 100%;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.content_arm .container {
    height: 100%;
    /*    padding-top: 65px;*/
}

#pano {
    width: 100%;
    height: 100vh;
}

.left_logo_menulink {
    /*    position: fixed;*/
    z-index: 1;
    /*    top: 10px;*/
    /*    left: 65px;*/
    width: 220px;
}

.left_logo_menulink img {
    width: 85px;
}

.button_toggle_lang_menu {
    position: fixed;
    top: 25px;
    background: rgb(38, 38, 38);
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1;
    right: 0px;
    padding-left: 25px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    width: 195px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.button_toggle_lang_menu.open_menu {
    right: -100%;
}

.menu_link_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px;
    cursor: pointer;
    display: none;
}

.toggle_langs {
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding-right: 20px;
}

.current_lang {
    font-size: 0px;
    cursor: pointer;
}

.current_lang {
    font-size: 0px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.current_lang img {
    width: 25px;
    height: 25px;
}

.current_lang:after {
    position: absolute;
    top: 0px;
    right: -15px;
    top: 10px;
    content: "";
    border: 4px solid transparent;
    border-top: 6px solid rgb(255, 255, 255);
}

.other_lang {
    display: none;
    position: absolute;
    top: 100%;
    left: -5px;
    padding: 10px 5px;
}

.other_lang a {
    display: block;
    margin-bottom: 10px;
    font-size: 0px;
}

.other_lang a img {
    width: 25px;
    height: 25px;
}

.other_lang a:last-child {
    margin-bottom: 0px;
}

.open_menu_arm {
    position: fixed;
    top: 0px;
    right: 0px;
    /*    background: rgba(43, 46, 131, 0.95);*/
    background: rgba(0, 34, 94, 0.95);
    /*    height: 100%;*/
    z-index: 10;
    padding: 8px 20px;
    width: 100%;
    /*    max-width: 450px;*/
    /*    right: -100%;*/
    -webkit-transition: 300ms;
    transition: 300ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inside_page .open_menu_arm {
    position: relative;
}

.close_menu_langt {
    padding: 0px 45px 0px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 25px;
}

.close_menu {
    cursor: pointer;
    font-size: 0px;
}

.block_logo_im_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(40% - 25px);
    padding: 15px 35px;
    width: 100%;
}

.block_logo_im_menu img {
    max-width: 100%;
    max-height: 100%;
}

.list_menu {
    /*    height: calc(60% - 30px);*/
    display: block;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 440px);
}

.list_menu div {
    padding: 5px 20px;
    /*    margin-bottom: 13px;*/
    -webkit-transition: 300ms;
    transition: 300ms;
    border-right: 1px solid rgb(255, 255, 255);
}

.list_menu div:last-child {
    border-right: none;
}

.list_menu div:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    opacity: 0;
    -webkit-transition: 300ms;
    transition: 300ms;
    border: 5px solid transparent;
    border-left: 10px solid rgb(38, 38, 38);
    margin-top: -5px;
}

/*
.list_menu div:hover:after {
    opacity: 1;
    right: 20px;
}

.list_menu div:hover {
    background: rgb(255, 255, 255);
}
*/
/*

.list_menu div:hover a {
    color: rgb(38, 38, 38);
}
*/

.list_menu div a.router-link-active {
    /*
    color: rgb(38, 38, 38);
    background: rgb(255, 255, 255);
    width: calc(100% + 70px);
    margin-left: -35px;
    padding-left: 35px;
    padding-right: 35px;
*/
}

.list_menu div:last-child {
    margin-bottom: 0px;
}

.list_menu div a {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.21;
    letter-spacing: normal;
    -webkit-transition: 300ms;
    transition: 300ms;
    display: block;
}

.link_socials_in_menu {
    /*    padding: 15px 35px 0px;*/
    width: 150px;
    font-size: 0px;
    margin-right: 25px
}

.link_socials_in_menu a {
    margin-right: 15px;
    font-size: 0px;
    margin-bottom: 0px;
}

.link_socials_in_menu a:last-child {
    margin-right: 0px;
}

.bottom_list_menu_homepage {
    position: fixed;
    top: auto;
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 15px 20px;
    background: rgba(0, 34, 94, 0.95);
    z-index: 1;
}

.list_menu_in_bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.list_menu_in_bottom div {
    padding: 5px 20px;
    border-right: 1px solid rgb(255, 255, 255);
}

.list_menu_in_bottom div:last-child {
    border-right: none;
}

.list_menu_in_bottom div a {
    font-size: 14px;
    font-weight: normal;
    color: rgb(255, 255, 255);
}

::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    width: 2px;
    background: rgb(38, 38, 38);
    border-radius: 20px;
}

::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

.container {
    width: 100%;
    max-width: 1260px;
    padding: 0px 15px;
    margin: 0 auto;
}

header {
    padding-top: 10px;
}

.head_logo {
    max-width: 120px;
}

.breadcrumbs {
    padding-top: 10px;
    margin-bottom: 10px;
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 12px;
    line-height: 1.17;
    color: rgb(155, 155, 155);
}

.breadcrumbs a:after {
    content: "";
    position: absolute;
    right: -7px;
    width: 3px;
    height: 1px;
    background: rgb(151, 151, 151);
    top: 50%;
}

.breadcrumbs a {
    margin-right: 7px;
}

.all_content_arm {
    padding-bottom: 20px;
    height: calc(100% - 172px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    -webkit-overflow-scrolling: touch;
}

.all_content_arm.show_cats {
    height: calc(100% - 217px);
}

.all_content_arm h1,
p.pseudo_h1 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(38, 38, 38);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.line_return_title_search {
    padding: 7px 10px;
    background: rgb(38, 38, 38);
    margin-bottom: 15px;
    text-align: center;
}

.line_return_title_search h1,
p.pseudo_h1 {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
}

.return_link {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 1.17;
    color: rgb(255, 255, 255);
    padding-left: 20px;
    background: url(../img/arrow_return.svg) center left no-repeat;
}

.return_link:hover {
    color: rgb(255, 255, 255);
}

.block_search {
    position: absolute;
    right: 10px;
    top: 3px;
    height: calc(100% - 6px);
    z-index: 1;
}

.close_form_search {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 14px;
    height: 14px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    z-index: 1;
    border: 1px solid rgb(38, 38, 38);
    cursor: pointer;
}

.close_form_search:after,
.close_form_search:before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 10px;
    background: rgb(38, 38, 38);
    left: 50%;
    margin-left: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close_form_search:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.block_search form {
    height: 100%
}

.block_search form input[type="text"] {
    border: 1px solid rgb(38, 38, 38);
    border-radius: 3px;
    height: 100%;
    width: 200px;
    padding: 0px 30px 0px 15px;
    font-size: 13px;
}

.block_search form input[type="submit"] {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 25px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(38, 38, 38);
    border-radius: 3px;
    cursor: pointer;
    font-size: 0px;
    background: url(../img/icon_search_header_black.svg) center no-repeat;
    background-size: 60% 60%;
}

.image_click_search {
    background: url(../img/icon_search_header.svg) center no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    top: 50%;
    margin-top: -10px;
}

.block_search form {
    display: none;
}

.one_content_block {
    margin-bottom: 30px;
}

.one_content_block:last-child {
    margin-bottom: 0px;
}

.title_one_content_block {
    border-bottom: 1px solid rgb(38, 38, 38);
}

.this_title_page {
    background: rgb(38, 38, 38);
    padding: 6px 10px 4px 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 1.21;
    display: inline-block;
    min-width: 250px;
}

.text_one_content_block {
    padding-top: 20px;
    font-size: 15px;
    line-height: 1.21;
}

.text_one_content_block a {
    color: rgb(38, 38, 38)
}

.text_one_content_block span {
    color: rgb(155, 155, 155);
}

.line_contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.line_contacts div {
    margin-right: 10%
}

.line_contacts div:last-child {
    margin-right: 0px;
}

.line_social p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.line_social p span {
    margin-right: 5px;
}

.line_social p a {
    margin-left: 10px;
    font-size: 0px;
}

.text_one_content_block iframe {
    width: 100%;
    height: 290px;
}

.form_contact form {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left_form_contact {
    width: 405px;
}

.right_form_contact {
    width: calc(100% - 405px);
}

.left_form_contact input {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    height: 40px;
    border: solid 1px rgb(155, 155, 155);
    background: rgb(255, 255, 255);
    padding: 0px 15px;
    font-size: 15px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.left_form_contact input[type="submit"] {
    color: rgb(255, 255, 255);
    font-weight: 500;
    cursor: pointer;
    background: rgb(38, 38, 38);
    padding: 0px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.left_form_contact input[type="submit"]:hover {
    background: rgb(255, 255, 255);
    color: rgb(38, 38, 38);
}

.left_form_contact input:last-child {
    margin-bottom: 0px;
}

.right_form_contact {
    padding-left: 10px;
}

.right_form_contact textarea {
    height: 100%;
    width: 100%;
    padding: 8px 20px;
    font-family: 'Roboto';
    font-size: 15px;
    line-height: 1.2;
    color: rgb(155, 155, 155);
    resize: none;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.big_man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(38, 38, 38);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.img_big_man {
    width: 290px;
    height: 290px;
}

.img_big_man img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about_big_man {
    padding-left: 20px;
}

.blue_status {
    font-size: 15px;
    line-height: 1.2;
    color: rgb(0, 34, 94);
    margin-bottom: 5px;
}

.name_big_man {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21;
    color: rgb(38, 38, 38);
}

.info_bb {
    padding-top: 30px;
}

.info_about_big_man {
    margin-bottom: 5px;
}

.info_about_big_man:last-child {
    margin-bottom: 0px;
}

.info_about_big_man,
.info_about_big_man a {
    font-size: 15px;
    line-height: 1.2;
    color: rgb(38, 38, 38);
}

.info_about_big_man span {
    color: rgb(155, 155, 155);
}

.other_big_man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_other_big_man {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.one_other_big_man:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 100%;
    max-width: 250px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgb(38, 38, 38);
    left: 50%;
}

.img_other_big_man {
    width: 200px;
    height: 200px;
}

.img_other_big_man img {
    max-width: 100%;
    max-height: 100%;
}

.about_other_big_man {
    width: calc(100% - 200px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.line_region_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.one_region {
    width: 33.33333%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.one_region:before {
    content: "";
    position: absolute;
    top: -15px;
    height: 1px;
    background: rgb(38, 38, 38);
    width: 100%;
    max-width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.text_button_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(38, 38, 38);
    width: 50%;
    max-width: calc(100% - 200px);
}

.text_button_link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    width: 120px;
    padding: 6px 0px 4px;
    background-color: rgb(38, 38, 38);
    color: rgb(255, 255, 255);
}

.image_region {
    width: 50%;
    max-width: 200px;
    font-size: 0px;
    padding-right: 5px;
}

.news_section_inline .image_region {
    height: 140px;
}

.image_region img {
    max-width: 180px;
    width: 100%;
}

.news_section_inline .image_region img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.text_button_link {
    padding-left: 5px;
    padding-right: 20px
}

.owl-stage-outer {
    overflow: hidden;
}

.owl-item {
    display: inline-block;
    vertical-align: top;
}

.info_one_slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 10px;
    font-style: italic;
    line-height: 1.3;
    color: rgb(155, 155, 155);
    padding-top: 5px;
    margin-bottom: 6px;

}

.count_look {
    padding-left: 20px;
}

.count_look:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/count_look.svg) center no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
}

.image_one_slide {
    font-size: 0px;
}

.image_one_slide {
    height: 200px;
}

.image_one_slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.image_one_slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.title_one_slide {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(38, 38, 38);
}

.title_one_slide a {
    color: rgb(38, 38, 38);
}

.owl-nav.disabled {
    display: none;
}

.owl-dots {
    text-align: right;
    top: -45px;
    position: absolute;
    width: 100%;
    left: 0px;
}

.owl-dot {
    width: 5px;
    height: 5px;
    border: solid 1px rgb(155, 155, 155);
    margin-left: 10px;
    -webkit-transition: 300ms;
    transition: 300ms;
    padding: 0px;
    cursor: pointer;
}

.owl-dot:first-child {
    margin-left: 0px;
}

.owl-dot.active {
    border-color: rgb(38, 38, 38);
    background: rgb(38, 38, 38);
}

.text_button_link .info_one_slide {
    padding-top: 0px;
}

.pagination {
    margin-top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.pagination a,
.pagination span {
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    -webkit-transition: 300ms;
    transition: 300ms;
    color: rgb(180, 180, 180);
}

.pagination a {
    border: solid 1px rgb(180, 180, 180);
}

a.current_page,
.pagination a:hover {
    color: rgb(255, 255, 255);
    background: rgb(38, 38, 38);
    border-color: rgb(38, 38, 38);
}

.line_link_category_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one_category_link {
    width: 20%;
    padding-right: 10px;
    z-index: 1;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.one_category_link a {
    color: rgb(155, 155, 155);
    position: static;
    -webkit-transition: 300ms;
    transition: 300ms;
    font-size: 14px;
    font-weight: 500;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.one_category_link a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: calc(100% - 10px);
    height: 1px;
    background: rgb(155, 155, 155);
    left: 0px;
    max-width: 120px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.one_category_link a:hover {
    color: rgb(38, 38, 38);
}

.one_category_link a:hover:after {
    background: rgb(38, 38, 38);
}

.one_category_link a.router-link-active {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    width: 100%;*/
    /*    max-width: 120px;*/
    height: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(38, 38, 38);
    color: rgb(255, 255, 255);
    padding: 0px 10px;
    min-width: 120px;
}

.one_category_link a.router-link-active:after {
    content: none;
}

.fancybox-navigation {
    top: 50%;
}

.one_news_content {
    padding-top: 40px;
}

.galery_image_one_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    margin-bottom: 30px;
}

.galery_image_one_news a {
    width: calc(20% - 10px);
    margin-right: 12px;
    display: block;
}

.galery_image_one_news a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../img/loopa_icon.svg) center no-repeat;
    opacity: 0.5;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.galery_image_one_news a:hover:after {
    opacity: 1;
}

.galery_image_one_news a img {
    max-width: 100%;
}

.galery_image_one_news a:nth-child(5n) {
    margin-right: 0px;
}

.image_title_one_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.title_share_one_news,
.image_one_news {
    width: 50%;
}

.image_one_news {
    padding-left: 15px;
}

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

.title_share_one_news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
}

.share_icon {
    font-size: 12px;
    line-height: 1.17;
    color: rgb(155, 155, 155);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.share_icon a {
    margin-left: 10px;
    -webkit-transition: 300ms;
    transition: 300ms;
    opacity: 1;
    font-size: 0px
}

.share_icon a img {
    width: 25px;
    height: 25px;
}

.share_icon a:hover {
    opacity: 0.7
}

.list_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_tag p {
    padding: 6px 20px 5px;
    background: rgb(0, 34, 94);
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1.17;
    text-align: left;
    margin-right: 5px;
}

.date_like_look_onenews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-style: italic;
    line-height: 1.19;
    color: rgb(155, 155, 155);
    padding-top: 40px;
    margin-bottom: 10px;
}

.date_like_look_onenews div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.number_look {
    padding-left: 30px;
    margin-left: 20px;
}

.number_look:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/count_look.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
}

.like_icon {
    color: rgb(155, 155, 155);
    display: block;
    padding-left: 30px;
}

.like_icon:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/like_icon.svg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -10px;
}

.like_icon:hover {
    color: rgb(155, 155, 155);
}

.title_share_one_news h1 {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21;
    color: rgb(38, 38, 38);
}

.content_text_one_news p {
    margin-bottom: 20px;
}

.content_text_one_news iframe {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.one_news_content {
    margin-bottom: 50px;
}

.line_like_shares {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.click_like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.17;
    color: rgb(155, 155, 155);
}

.click_like:hover {
    color: rgb(155, 155, 155);
}

.click_like img {
    margin-left: 11px;
}

.region_line_sau {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.image_region_sau,
.text_region_sau {
    width: 50%;
}

.image_region_sau {
    padding-right: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.image_region_sau img {
    margin-right: 10px;
    width: calc(50% - 5px);
}

.image_region_sau.big_img_sin img{
    width: 100%;
}

.image_region_sau img:last-child {
    margin-right: 0px;
}

.text_region_sau {
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: rgb(38, 38, 38);
}

.date_create_sau {
    font-size: 15px;
    line-height: 1.2;
    color: rgb(38, 38, 38);
}

.date_create_sau span {
    color: rgb(155, 155, 155);
}

.bottom_about_region h1 {
    text-align: left;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.21;
    color: rgb(38, 38, 38);
}

.text_region_sau p {
    margin-bottom: 5px;
}

.text_region_sau p:last-child {
    margin-bottom: 0px;
}

.text_region_sau span {
    color: rgb(155, 155, 155);
    margin-right: 10px
}

.text_region_sau a {
    color: rgb(38, 38, 38);
}

.text_region_sau a:hover {
    text-decoration: underline
}

.section_news_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section_news_video .one_slide {
    width: calc(33.3333% - 14px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.section_news_video .one_slide:nth-child(3n) {
    margin-right: 0px;
}

.image_one_slide .open_modal_video {
    display: block;
}

.image_one_slide .open_modal_video:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(../img/image_video_play.svg) center no-repeat;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    background-size: 100% 100%;
    opacity: 0.6;
    -webkit-transition: 300ms;
    transition: 300ms;
}

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

.section_news_video .one_slide:hover .open_modal_video:after {
    opacity: 1;
}

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

.list_famous_people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -25px;
}

.one_famous_block {
    width: calc(20% - 8px);
    margin-right: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(98, 98, 98);
    padding-bottom: 10px;
}

.one_famous_block:nth-child(5n) {
    margin-right: 0px;
}

.name_category_famous {
    font-size: 12px;
    font-style: italic;
    line-height: 1.17;
    color: rgb(0, 34, 94);
    margin-bottom: 5px;
}

.link_image_famous {
    font-size: 0px;
    height: 240px;
    width: 100%;
    margin-bottom: 10px;
}

.link_image_famous a {
    display: block;
    width: 100%;
    height: 100%;
}

.link_image_famous a:after {
    content: "";
    background: url(../img/book_news.svg) center no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 10px;
    left: 10px;

}

.link_image_famous a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.name_famous_man_arm {
    text-align: center;
}

.name_famous_man_arm a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.21;
    color: rgb(38, 38, 38);
    text-align: center;
}

.fancybox-active {
    height: 100%;
}

.container_famous_one_man {
    width: 100%;
    max-width: 925px;
    margin: 0 auto;
}

.line_image_one_famous {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.one_image_famous {
    width: calc(33.3333% - 7px);
    margin-right: 10px;
}

.one_image_famous:nth-child(3n) {
    margin-right: 0px;
}

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

.tag_category_famous {
    font-size: 14px;
    line-height: 1.21;
    color: rgb(155, 155, 155);
    margin-bottom: 20px;
}

.content_famous_man {
    font-size: 14px;
    line-height: 1.21;
    color: rgb(38, 38, 38);
}

.content_famous_man h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(38, 38, 38);
    text-align: left;
    margin-bottom: 10px;
}

.content_famous_man p {
    margin-bottom: 20px;
}

.content_famous_man p:last-child {
    margin-bottom: 0px;
}

.toggle_open_category_mobile {
    display: none;
    text-align: center;
}

.mobile_menu_toggle_tree_line {
    display: none;
}

.mobile_show_fixed {
    display: none;
    position: fixed;
    left: 15px;
    top: 15px;
}

.show_mobile_newsimg {
    display: none;
}

.fixed_preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    z-index: 100;
}

.fade-enter-active,
.fade-leave-active {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active до версии 2.1.8 */
    {
    opacity: 0;
}

.sk-wave {
    width: 6em;
    height: 4em;
    margin: auto;
    text-align: center;
    font-size: 1em;
}

.sk-wave .sk-rect {
    background-color: #337ab7;
    height: 100%;
    width: .5em;
    display: inline-block;
    -webkit-animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect-1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.sk-wave .sk-rect-2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-wave .sk-rect-3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-wave .sk-rect-4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-wave .sk-rect-5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.this_tile {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.this_flex_top_both {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.link_fb_tile,
.link_fb_tile:hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(155, 155, 155);
    font-size: 15px;
}

.link_fb_tile img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

input.red_border,
textarea.red_border {
    -webkit-box-shadow: 0px 0px 2px rgb(255, 0, 0);
    box-shadow: 0px 0px 2px rgb(255, 0, 0);
    border: 1px solid rgb(255, 0, 0);
}

.modal_success_section {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 360px;
    background: rgb(255, 255, 255);
    border: solid 1px rgb(112, 112, 112);
    text-align: center;
    padding: 30px 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.name_modal_success {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    color: rgb(38, 38, 38);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.mini_modal_text_success {
    font-size: 15px;
    line-height: 1.2;
    color: rgb(155, 155, 155);
    margin-bottom: 15px;
}

.button_close_success {
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 14px;
    background-color: rgb(38, 38, 38);
    height: 40px;
    margin: 0 auto;
}

.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 34, 94, 0.8);
    z-index: 10;
    display:none;
}

.modal_form_req {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 25px 15px;
    width: calc(100% - 20px);
    max-width: 400px;
    max-height: calc(100% - 20px);
    background: rgb(255, 255, 255);
    border-radius: 5px;
    z-index: 11;
    display:none;
}

.close_modals {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: rgb(0, 34, 94);
    border-radius: 50%;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.close_modals:after, .close_modals:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 14px;
    left: 50%;
    margin-left: -7px;
    background: rgb(255, 255, 255);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.close_modals:before{
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.name_modal_forms{
    color: rgb(38, 38, 38);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mini_modal_text{
    width: 100%;
    font-size: 14px;
    color: rgb(38, 38, 38);
    text-align: center;
    margin-bottom: 15px;
}
.modal_form_req input{
    width: 100%;
    max-width: 350px;
    border: 1px solid rgb(38, 38, 38);
    border-radius: 5px;
    height: 40px;
    font-size: 14px;
    color: rgb(38, 38, 38);
    padding: 0px 10px 0px 15px;
    margin: 0 auto 5px;
    display: block;
}
.modal_form_req textarea{
    width: 100%;
    max-width: 350px;
    border: 1px solid rgb(38, 38, 38);
    border-radius: 5px;
    height: 80px;
    font-size: 14px;
    color: rgb(38, 38, 38);
    padding: 15px 10px 15px 15px;
    margin: 0 auto 5px;
    resize: none;
    display: block;
}
.modal_form_req input[type="submit"]{
    padding: 0px;
    height: 45px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font-size: 14px;
    color: rgb(38, 38, 38);
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: 300ms;
    transition: 300ms;
    margin-top: 15px;
}
.modal_form_req input[type="submit"]:hover{
    background: rgb(38, 38, 38);
    color: rgb(255, 255, 255);
}
.clear_errors{
    display: block;
    width: 100%;
    color: rgb(255, 30, 45);
    text-align: center;
    font-size: 12px;
    line-height: normal;
    margin-bottom: 6px;
}
@-webkit-keyframes sk-wave-stretch-delay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-wave-stretch-delay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


@media screen and (max-width:1440px) {
    .list_menu div {
        padding: 5px 10px;
    }
}

@media screen and (max-width:1300px) {
    .left_logo_menulink {
        width: 85px
    }

    .list_menu {
        width: calc(100% - 305px);
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 30px;
    }
}

@media screen and (max-width:1250px) {

    .news_section_inline .image_region {
        width: 200px;
    }

    .news_section_inline .text_button_link {
        width: calc(100% - 200px);
        max-width: calc(100% - 200px);
    }

    .news_section_inline .one_region {
        width: 50%;
    }

    .list_menu {
        width: calc(100% - 305px);
        padding-left: 15px;
    }

    .open_menu_arm {
        padding: 8px 15px;
    }
}

@media screen and (max-width:1195px) {
    .list_menu {
        width: calc(100% - 265px);
    }

    .list_menu div a {
        font-size: 12px;
    }

    .link_socials_in_menu {
        margin-right: 0px;
        width: 135px;
    }

}

@media screen and (max-width:1035px) {
    .list_menu div {
        padding: 5px 9px;
    }
}

@media screen and (max-width:1023px) {
    .modal_menu_open {
        position: fixed;
        z-index: 5;
        width: 100%;
        height: 100%;
        background: rgba(0, 34, 94, 0.95);
        padding-top: 15px;
        left: 100%;
        top: 0px;
        -webkit-transition: 100ms;
        transition: 100ms;
    }

    .modal_menu_open.open {
        left: 0px;
    }

    .left_logo_menulink img {
        width: 70px;
    }

    .open_menu_arm {
        display: block;
        background: transparent;
        padding: 0px 15px;
        position: static;
    }

    .inside_page .open_menu_arm {
        position: static;
    }

    .list_menu {
        display: block;
        width: 100%;
        padding: 0px;
        padding-top: 20px;
    }

    .list_menu div {
        border-right: none;
        border-left: 5px solid rgb(255, 255, 255);
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .list_menu div:last-child {
        margin-bottom: 0px;
    }

    .list_menu div a {
        font-size: 14px;
    }

    .link_socials_in_menu {
        position: absolute;
        bottom: 30px;
        left: 15px;
    }

    .toggle_langs {
        position: absolute;
        bottom: 30px;
        right: 15px;
        top: auto;
    }

    .other_lang {
        top: auto;
        bottom: 100%;
    }

    .current_lang:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 5px;
    }

    .bottom_list_menu_homepage {
        position: relative;
        display: block;
        padding: 0px;
        width: 100%;
        background: transparent;
        padding-top: 5px;
    }

    .list_menu_in_bottom {
        display: block;
        padding: 0px 15px;
    }

    .list_menu_in_bottom div {
        padding: 0px 10px;
        border-right: none;
        border-left: 5px solid rgb(255, 255, 255);
        margin-bottom: 5px;
    }

    .mobile_menu_toggle_tree_line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 20px;
        position: fixed;
        z-index: 2;
        right: 15px;
        top: 20px;
        height: 20px;
    }

    .mobile_menu_toggle_tree_line span {
        width: 20px;
        height: 2px;
        background-color: rgb(255, 255, 255);
        display: block;
        margin-bottom: 5px;
    }

    .mobile_menu_toggle_tree_line.black_lines span {
        background: rgb(38, 38, 38);
    }

    .mobile_menu_toggle_tree_line span:last-child {
        margin-bottom: 0px
    }

    .mobile_menu_toggle_tree_line.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        left: 0px;
        background: rgb(255, 255, 255);
    }

    .mobile_menu_toggle_tree_line.open span:nth-child(2) {
        display: none;
    }

    .mobile_menu_toggle_tree_line.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 50%;
        left: 0px;
        background: rgb(255, 255, 255);
    }

    .mobile_show_fixed {
        display: block;
    }

    .content_arm .container {
        padding-top: 45px;
    }

    .all_content_arm {
        height: calc(100% - 103px);
    }
}

@media screen and (max-width:900px) {
    .line_link_category_header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .one_category_link {
        width: calc(25% - 8px);
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .one_category_link:nth-child(4n) {
        margin-right: 0px;
    }

    .line_link_category_header {
        margin-bottom: 20px;
    }

    .line_contacts {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .line_contacts div {
        /*        width: 50%;*/
        margin-right: 0px;
        width: auto;
        margin-bottom: 20px;
    }

    .line_contacts div.line_social {
        margin-bottom: 0px;
        width: 100%;
    }

    .one_famous_block,
    .one_famous_block:nth-child(5n) {
        width: calc(33.333% - 7px);
        margin-right: 10px;
    }

    .one_famous_block:nth-child(3n) {
        margin-right: 0px;
    }

    .one_other_big_man,
    .one_other_big_man:nth-child(2n) {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .one_region {
        width: 50%;
    }

    .region_line_sau {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .image_region_sau {
        padding-right: 0px;
        width: 100%;
    }

    .image_region_sau img {
        max-width: 280px
    }

    .text_region_sau {
        width: 100%;
        margin-bottom: 15px;
    }

    .image_title_one_news {
        display: block;
        margin-bottom: 0px;
    }

    .title_share_one_news,
    .image_one_news {
        width: 100%;
        padding: 0px;
    }

    .one_news_content {
        padding-top: 0px;
    }

    .date_like_look_onenews {
        padding-top: 0px;
    }

    .list_tag {
        padding-top: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .list_tag p {
        margin-bottom: 10px;
    }

    .title_share_one_news h1 {
        margin-bottom: 10px;
    }

    .hide_mobile_newsimg {
        display: none;
    }

    .show_mobile_newsimg {
        display: block;
    }

    .breadcrumbs {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width:768px) {

    .section_news_video .one_slide,
    .section_news_video .one_slide:nth-child(3n) {
        width: calc(50% - 10px);
        margin-right: 20px;
    }

    .section_news_video .one_slide:nth-child(2n) {
        margin-right: 0px;
    }

    .return_link {
        font-size: 0px;
        height: 20px;
    }

    .link_image_famous {
        height: 170px;
    }

    .left_form_contact,
    .right_form_contact {
        width: 100%;
        padding-left: 0px;
    }

    .left_form_contact {
        position: static;
    }

    .form_contact form {
        padding-bottom: 55px;
    }

    .left_form_contact input[type="submit"] {
        position: absolute;
        bottom: 0px;
        max-width: 320px;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .right_form_contact textarea {
        height: 100px;
    }

    .news_section_inline .one_region {
        width: 100%;
    }

    .one_category_link,
    .one_category_link:nth-child(4n) {
        width: calc(33.33333% - 7px);
        margin-right: 10px;
    }

    .one_category_link:nth-child(3n) {
        margin-right: 0px;
    }

    .news_section_inline .text_button_link {
        padding-right: 0px;
    }

    .big_man {
        display: block;
    }

    .img_big_man {
        margin: 0 auto 15px;
    }

    .about_big_man {
        padding-left: 0px;
        text-align: center;
    }

    .info_bb {
        padding-top: 10px;
    }

    .about_other_big_man {
        padding-right: 0px;
    }

    .title_share_one_news h1 {
        font-size: 22px;
    }
}

@media screen and (max-width:600px) {

    .one_category_link,
    .one_category_link:nth-child(4n) {
        width: 100%;
        margin-right: 0px;
    }

    .line_link_category_header {
        display: none;
        position: absolute;
        background: rgb(255, 255, 255);
        top: 30px;
        left: 0px;
        width: calc(100% - 5px);
        padding: 10px;
        z-index: 1;
        -webkit-box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.5);
    }

    .toggle_open_category_mobile {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.21;
        color: rgb(155, 155, 155);
        padding: 5px 20px 5px 10px;
        border-bottom: 1px solid rgb(155, 155, 155);
        display: block;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .toggle_open_category_mobile:after {
        content: "";
        position: absolute;
        right: 5px;
        top: 50%;
        width: 9px;
        height: 8px;
        background: url(../img/arrow_category.svg) center no-repeat;
        background-size: 100% 100%;
        -webkit-transition: 100ms;
        transition: 100ms;
    }

    .toggle_open_category_mobile.active:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .one_category_link {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
    }

    .one_category_link a,
    .one_category_link a.active {
        width: 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .one_category_link a:after {
        width: 100%;
        max-width: 100%
    }

    .line_region_link {
        display: block;
    }

    .one_region {
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .image_region {
        width: 150px;
    }

    .text_button_link {
        max-width: 100%;
        width: calc(100% - 150px);
        padding-right: 0px;
        font-size: 13px;
    }

    .line_return_title_search h1,
    p.pseudo_h1 {
        font-size: 14px;
    }

    .bottom_about_region h1 {
        font-size: 22px;
    }

    .text_region_sau p {
        font-size: 14px;
    }

    .content_text_one_news {
        font-size: 14px;
        line-height: normal;
    }

    .block_search {
        top: 1px;
        height: calc(100% - 2px);
        z-index: 1;
    }
}

@media screen and (max-width:480px) {

    .section_news_video .one_slide,
    .section_news_video .one_slide:nth-child(2n),
    .section_news_video .one_slide:nth-child(3n) {
        width: 100%;
        margin-right: 0px;
        max-width: 400px;
        margin: 0 auto 20px;
    }

    .section_news_video .one_slide:last-child {
        margin-bottom: 0px;
    }

    .open_menu_arm {
        width: 100%;
        max-width: 100%
    }

    .button_toggle_lang_menu {
        width: 150px;
        padding-left: 15px;
    }

    .one_famous_block,
    .one_famous_block:nth-child(5n),
    .one_famous_block:nth-child(3n) {
        width: 100%;
        margin-right: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .one_famous_block:nth-child(2n) {
        margin-right: 0px;
    }

    .link_image_famous {
        height: 130px;
        width: 150px;
        margin-bottom: 0px;
    }

    .name_famous_man_arm {
        padding-left: 10px;
        text-align: left;
        width: calc(100% - 150px);
    }

    .name_famous_man_arm a {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.22;
        color: rgb(38, 38, 38);
    }

    .name_category_famous {
        position: absolute;
        left: 210px;
        top: 0px;
    }

    .link_socials_in_menu {
        bottom: 15px;
    }

    .toggle_langs {
        bottom: 15px;
    }

    .list_menu_in_bottom div a,
    .list_menu div a {
        font-size: 12px;
    }

    .owl-dots {
        position: relative;
        top: 0px;
        text-align: center;
    }

    .news_section_inline .one_region {
        display: block;

    }

    .news_section_inline .image_region {
        width: 100%;
        max-width: 290px;
        height: 200px;
        margin: 0 auto 10px;
    }

    .news_section_inline .text_button_link {
        width: 100%;
        max-width: 290px;
        padding-left: 0px;
        margin: 0 auto;
    }

    .text_button_link a {
        margin-top: 10px;
    }

    .one_other_big_man {
        display: block;
    }

    .img_other_big_man {
        margin: 0 auto 10px;
    }

    .about_other_big_man {
        padding: 0px;
        width: 100%;
        text-align: center;
    }

    .name_big_man {
        font-size: 18px;
    }

    .line_return_title_search h1,
    p.pseudo_h1 {
        font-size: 14px;
    }

    .title_one_content_block {
        text-align: center;
    }

    .bottom_about_region h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .text_region_sau p {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .bottom_about_region {
        padding-top: 10px;
    }

    .title_share_one_news h1 {
        font-size: 18px;
    }

    .line_like_shares {
        display: block;
    }

    .one_news_content {
        padding-bottom: 20px;
    }

    .share_icon {
        margin-bottom: 10px;
    }

    .galery_image_one_news {
        margin-bottom: 15px;
    }
}
