@media screen and (max-width: 3000px) {
    .active_down_menu:hover .down_menu {
        height: 160px !important;
    }
    .active_down_menu:hover .open_down_menu {
        height: auto !important;
    }
}

@media screen and (max-width: 1199px) {
    .active_down_menu:hover .down_menu {
        height: 160px !important;
    }
    .down_menu {
        top: 48px;
    }
    .navbar_menu .row_menu .menu_items>li,
    .navbar_menu .row_menu .menu_items li a {
        font-size: 13px;
    }
    .news_items .big_item {
        max-width: 400px;
        height: 355px;
    }
    .services .items .item {
        width: 315px;
    }
    .services .items .item:not(:nth-child(4n + 4)) {
        margin-right: 0px;
    }
    .services .items .item:not(:nth-child(3n + 3)) {
        margin-right: 7px;
    }
    .advertisements .items .item {
        width: 469px;
    }
    .advertisements .items .item:not(:nth-child(2n + 2)) {
        margin-right: 22px !important;
    }
    .advertisements .items .item:not(:nth-child(3n + 3)) {
        margin-right: 0px;
    }
    .news_blog_main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news_blog_main .item {
        margin-right: 0px !important;
        width: 48%;
    }
}

@media screen and (max-width: 991px) {
    .active_down_menu:hover .down_menu {
        height: auto !important;
    }
    .navbar_menu .row_menu .menu_items>li,
    .navbar_menu .row_menu .menu_items li a {
        font-size: 15px;
    }
    .partners div:not(:nth-child(1)) {
        margin-top: 30px;
    }
    .partners div:nth-child(2) {
        margin-top: 0px;
    }
    .contact_form .form .info_col {
        width: 45%;
    }
    .contact_form .form form {
        width: 55%;
    }
    .header_row .header_col:last-child {
        display: none;
    }
    .regulation_page .main {
        width: 65%;
    }
    .regulation_page .sidebar_parent {
        width: 30%;
    }
    .navbar_menu {
        padding: 15px 12px;
        position: relative;
    }
    .navbar_menu .row_menu {
        display: block;
    }
    .navbar_menu .row_menu #menu_toggle_button {
        display: inline-block;
        z-index: 3;
    }
    .navbar_menu .row_menu .menu_items {
        display: none;
        padding-top: 12px;
    }
    .navbar_menu .row_menu .menu_items li {
        border: none !important;
        padding: 2px 10px !important;
        margin: 5px 0px;
    }
    .navbar_menu .row_menu .right_col {
        float: right;
    }
    .news_items .small_item {
        max-width: 100% !important;
        margin-top: 20px;
    }
    .news_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0px 12px;
    }
    .news_items .big_item {
        max-width: 100% !important;
    }
    .news_items .hidden_mbl {
        display: none !important;
    }
    .services .items .item {
        margin-bottom: 4px;
        width: 235px;
    }
    .advertisements .items .item {
        width: 350px;
        margin-bottom: 20px;
    }
    .advertisements .items .item:not(:nth-child(2n + 2)) {
        margin-right: 20px !important;
    }
    .partners div {
        width: 35%;
    }
    .footer_header {
        height: 170px;
    }
    .footer_header .info_row .info {
        margin: 15px;
        width: 30%;
    }
    .about_page .sidebar {
        width: 30%;
    }
    .about_page .main_colum {
        width: 67%;
    }
}

@media screen and (max-width: 768px) {
    .active_down_menu:hover .down_menu {
        height: 0 !important;
    }
    .active_down_menu:hover .open_down_menu {
        height: auto !important;
    }
    .navbar_menu .row_menu .menu_items>li,
    .navbar_menu .row_menu .menu_items li a {
        font-size: 15px;
    }
    .down_menu .container {
        flex-wrap: wrap;
    }
    .down_menu .container ul {
        width: 50%;
        margin-right: 0px;
    }
    .login_row div:first-child {
        flex-direction: column;
        margin-top: -7px;
    }
    .login_row div {
        width: 100%;
        align-items: center;
    }
    .active_login {
        height: 230px !important;
        padding: 0px 12px;
    }
    .login_row div label {
        width: 100%;
        margin-bottom: 7px;
    }
    .login_row div label input {
        width: 100%;
        margin-right: 0px;
        height: 33px;
    }
    .login_row div .user_name {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .login_row div .btn_exit {
        height: 33px;
    }
    .login_row div .btn_login {
        height: 33px;
        width: 100%;
        margin-top: 20px;
    }
    .header_row .header_col {
        padding: 12px;
        width: 100%;
    }
    .contact_form {
        margin: 40px 0px;
        padding: 0px 12px;
    }
    .contact_form .title {
        margin-bottom: 40px;
    }
    .contact_form .form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        background-color: transparent;
    }
    .contact_form .form form {
        width: 100%;
        padding: 0px;
        margin-top: 40px;
    }
    .contact_form .form .info_col {
        width: 100%;
        padding: 40px 20px;
    }
    .regulation_page {
        margin: 40px 0px;
    }
    .regulation_page .main {
        width: 100%;
        padding: 0px 12px;
    }
    .regulation_page .main .title {
        margin-bottom: 40px;
    }
    .regulation_page .main .pdf_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px !important;
    }
    .regulation_page .main .pdf_item .icn {
        display: none;
    }
    .regulation_page .main .pdf_item .icn_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .regulation_page .main .pdf_item .link .size_pdf {
        display: none;
    }
    .regulation_page .sidebar_parent {
        display: none;
    }
    .news_in_page .news_in_sect1 .main_image {
        height: 300px;
    }
    .news_in_page .news_in_sect2 .shadow_slider {
        display: none;
    }
    .news_in_page .news_in_sect2 .slider_for {
        margin-bottom: 15px;
    }
    .news_in_page .news_in_sect2 .slider_nav .item {
        margin: 0px 5px !important;
    }
    .news_in_page .sidebar {
        margin-top: 40px;
    }
    .about_page {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 12px;
    }
    .about_page .main_colum {
        width: 100%;
        margin-bottom: 40px;
    }
    .about_page .main_colum .sect_1 {
        margin-bottom: 30px;
    }
    .about_page .main_colum .sect_1 h2 {
        margin-bottom: 30px;
    }
    .about_page .main_colum .sect_2 {
        margin-bottom: 30px;
    }
    .about_page .main_colum .sect_2 h2 {
        width: 100%;
        margin-bottom: 40px;
    }
    .about_page .main_colum .sect_2 .punk_div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about_page .main_colum .sect_2 .punk_div .punk {
        width: 100%;
    }
    .about_page .sidebar {
        width: 100%;
    }
    .news_blog_header,
    .news_blog_main {
        padding: 0px 12px;
    }
    .news_blog_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 40px 0px;
    }
    .news_blog_header .title {
        margin-bottom: 10px;
    }
    .header_row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 150px;
    }
    .header_row .airplain {
        display: none;
    }
    .active_search {
        height: 90px !important;
    }
    .search_row div .input_search {
        width: 177px;
        height: 33px;
    }
    .search_row div .btn_search {
        width: 77px;
        height: 33px;
    }
    .news_header {
        padding: 0px 12px;
        margin: 40px 0px;
    }
    .news_header .btn_all_news {
        display: none;
    }
    .btn_all_news_mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0px 0px auto;
        padding: 0px 7px 20px 0px;
    }
    .btn_all_news_mobile p {
        color: #002c96;
        margin-right: 5px;
    }
    .news_items .big_item {
        width: 100%;
    }
    .news_items .small_item {
        height: 230px;
        width: 100%;
    }
    .news_items .hidden_mbl {
        display: block !important;
    }
    .services {
        padding: 20px 12px;
    }
    .services .services_title {
        margin-bottom: 20px;
    }
    .services .items .item {
        width: 100%;
        height: 120px;
        padding: 15px;
        margin-right: 0px !important;
    }
    .advertisements {
        padding-bottom: 0px;
    }
    .advertisements .btn_all_news_mobile {
        margin-top: 0px;
    }
    .advertisements .news_advertisements {
        padding: 20px 12px;
    }
    .advertisements .news_advertisements .btn_all_advertisements {
        display: none;
    }
    .advertisements .items {
        padding: 0px 12px;
    }
    .advertisements .items .item {
        width: 100%;
        margin-right: 0px !important;
    }
    .advertisements .items .item:not(:nth-child(2n + 2)) {
        margin-right: 0px !important;
    }
    .partners {
        padding: 20px 12px;
    }
    .partners div {
        width: 43%;
    }
    .partners div img {
        width: 100%;
    }
    .footer_header {
        height: 304px;
        padding: 0px 12px;
    }
    .footer_header .info_row .info {
        width: 72%;
        margin: 14px 0px;
    }
    .links_sect {
        padding: 20px 12px;
    }
    .links_sect .links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .links_sect .links ul {
        width: 100%;
    }
    .links_sect .links ul:nth-child(2) {
        margin: -8px 0px;
    }
    .copyright {
        padding: 12px;
    }
    .copyright .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .copyright .inner a {
        margin: 5px 0px 0px 0px;
    }
    .copyright .inner a:last-child {
        margin-left: 12px;
    }
    .copyright .inner div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .copyright .inner div p {
        width: 100%;
    }
    .copyright .inner img {
        margin-top: 12px;
    }
    .news_blog_main .item {
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .active_down_menu:hover .down_menu {
        height: 0 !important;
    }
    .active_down_menu:hover .open_down_menu {
        height: auto !important;
    }
    .header_row {
        position: relative;
    }
    .header_row .img_background {
        width: auto;
    }
}


/*# sourceMappingURL=media.css.map */