@media (max-width: 1024px){
    .slick-prev, .slick-next {
        display: none !important;
    }

    .banner_title{
        font-weight: 800;
        font-size: 40px;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }

    .main_about_title{
        font-size: 40px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .main_content_title {
        font-size: 40px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_content_subtitle {
        font-size: 25px;
        font-weight: 700;
        color: #01385D;
        font-family: "Ubuntu", sans-serif;
        margin-bottom: 20px;
        text-transform: uppercase;
        height: auto;
    }

    .main_supp_title{
        font-size: 40px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_news_title {
        font-size: 40px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_custom_title {
        font-size: 40px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .slick-dots li.slick-active button{
        background: #006F9F;
    }

    .slick-dots li button {
        font-size: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        margin: 0 5px;
        padding: 0;
    }
}

@media (max-width: 1023px) {
    .menu {
        display: block;
    }

    .burger-checkbox {
        position: absolute;
        visibility: hidden;
    }

    .burger {
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: block;
        position: relative;
        border: none;
        background: transparent;
        width: 40px;
        height: 26px;
    }

    .burger::before,
    .burger::after {
        content: '';
        left: 0;
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        border-radius: 10px;
        background: #000;
    }
    
    .burger::before {
        top: 0;
        box-shadow: 0 11px 0 #000;
        transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    }

    .burger::after {
        bottom: 0;
        transition: bottom .3s .15s, transform .3s;
    }

    .burger-checkbox:checked + .burger::before {
        top: 11px;
        transform: rotate(45deg);
        box-shadow: 0 6px 0 rgba(0,0,0,0);
        transition: box-shadow .15s, top .3s, transform .3s .15s;
    }

    .burger-checkbox:checked + .burger::after {
        bottom: 11px;
        transform: rotate(-45deg);
        transition: bottom .3s, transform .3s .15s;
    }

    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        margin: 0;
        background: #F7F7F7;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 310px;
        z-index: 1000;
        height: 100vh;
        align-content: space-between;
    }

    .menu-item {
        display: block;
        padding: 8px;
        color: white;
        font-size: 18px;
        text-align: center;
        text-decoration: none;
    }

    .menu-item:hover {
        background: rgba(255,255,255,.2)
    }

    .burger-checkbox:checked ~ .menu-list {
        transform: translateX(0);
    }

    .menu_title {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 30px 0px;
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
    }

    .menu-list li {
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
        padding: 25px;
    }

    .menu-list a {
        color: #666666;
        font-weight: 400;
        font-size: 24px;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
    }

    .menu_tel {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 30px 0px;
        border-top: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .slick-dots li.slick-active button{
        background: #006F9F;
    }

    .slick-dots li button {
        font-size: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        margin: 0 5px;
        padding: 0;
    }
}



@media (max-width: 768px) {
    .header_menu{
        display: none;
    }

    .main_banner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 110vh;
    }

    .main_content_subtitle{
        font-size: 22px;
        font-weight: 700;
        color: #01385D;
        font-family: "Ubuntu", sans-serif;
        margin-bottom: 20px;
        text-transform: uppercase;
        height: auto;
    }

    .main_about_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .main_news_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_supp_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_content_title{
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_content_content {
        border-radius: 25px;
        background: #fff;
        padding: 10px;
        transition: background-color 0.3s ease;
    }

    .banner_title {
        font-weight: 800;
        font-size: 35px;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 50%;
        text-align: center;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .slick-dots li.slick-active button{
        background: #006F9F;
    }

    .main_custom_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .footer_btn{
        display: none;
    }

    .slick-dots li button {
        font-size: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        margin: 0 5px;
        padding: 0;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        margin: 0;
        background: #F7F7F7;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 450px;
        z-index: 1000;
        height: 100vh;
        align-content: space-between;
    }

    .menu-list li {
        border-bottom: 1px solid #666666;
        border-color: rgba(0, 0, 0, .1);
        padding: 15px;
    }

    .menu_tel {
        color: rgba(0, 0, 0, .1);
        font-weight: 400;
        font-size: 24px;
        font-family: "Open Sans", sans-serif;
        text-align: center;
        padding: 45px 0px;
        border-top: 0;
        border-color: rgba(0, 0, 0, .1);
    }

    .menu-list a {
        color: #666666;
        font-weight: 400;
        font-size: 20px;
        text-transform: uppercase;
        font-family: "Mulish", sans-serif;
    }

    .news_grid{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .menu-list {
        top: 0;
        left: 0;
        position: absolute;
        display: grid;
        gap: 12px;
        margin: 0;
        background: #F7F7F7;
        list-style-type: none;
        transform: translateX(-100%);
        transition: .3s;
        width: 316px;
        z-index: 1000;
        height: 100vh;
        align-content: space-between;
    }

    .header_menu{
        display: none;
    }

    .slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex !important;
        justify-content: center;
        width: 100%;
    }

    .slick-dots li.slick-active button{
        background: #01385D;
    }

    .slick-dots li button {
        font-size: 0;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #ccc;
        border: none;
        margin: 0 5px;
        padding: 0;
    }

    .slick-prev, .slick-next {
        display: none !important;
    }

    .main_content_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .footer_body {
        display: flex;
        border-bottom: 1px solid #FFFFFF;
        padding-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }

    .main_about_img {
        width: 100%;
    }

    .main_about_item {
        width: 100%;
    }

    .main_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 15px;
    }

    .header_tel{
        display: none;
    }

    .main_banner {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }

    .main_banner video {
        width: 100%;
        height: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner_title{
        font-weight: 800;
        font-size: 30px;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 100%;
        text-align: center;
    }

    .banner_text {
        font-weight: 400;
        font-size: 28px;
        color: #FFFFFF;
        width: 100%;
        text-align: center;
    }

    .main_banner::before{
        content: "";
        position: absolute;
        top: 49%;
        left: 50%;
        width: 450px;
        height: 450px;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        opacity: 16%;
    }

    .main_banner::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 650px;
        height: 650px;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
        opacity: 16%;
    }

    .main_about_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .main_content_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_content_content {
        border-radius: 25px;
        background: #fff;
        padding: 10px;
        transition: background-color 0.3s ease;
    }

    .main_content_subtitle {
        font-size: 20px;
        font-weight: 700;
        color: #01385D;
        font-family: "Ubuntu", sans-serif;
        margin-bottom: 20px;
        text-transform: uppercase;
        height: auto;
    }

    .main_supp_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_news_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .main_custom_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .footer_footer div {
        color: #fff;
        text-align: center;
    }

    .footer_menu ul{
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-right: 0px;
    }

    .footer_menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 10px;
    }

    .footer_menu li{
        text-align: center;
    }

    .footer_contact {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        margin-bottom: 20px;
    }

    .footer_body img{
        margin-bottom: 15px;
    }

    .slick_btns {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 100px;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .about_about_img {
        width: 100%;
    }

    .about_about_item {
        width: 100%;
    }

    .about_about_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .about_content_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .about_content_content {
        border-radius: 25px;
        background: #fff;
        padding: 10px;
        transition: background-color 0.3s ease;
    }

    .about_policy {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .about_policy_item {
        width: 100%;
    }

    .about_policy_img {
        width: 100%;
    }

    .about_content_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
    }

    .about_policy_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .about_economic_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .about_economic_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .about_economic_img {
        width: 100%;
    }

    .about_economic_item{
        width: 100%;
    }

    .about_history_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .about_history {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .about_history_item {
        width: 100%;
    }

    .about_history_img {
        width: 100%;
    }

    .present_about_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .present_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 100px;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .present_about_img{
        width: 100%;
    }

    .present_about_item {
        width: 100%;
    }

    .present_refining_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .present_refining {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .present_refining_item {
        width: 100%;
    }

    .present_refining_img {
        width: 100%;
    }

    .retail_about_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .retail_about {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .retail_about_img {
        width: 100%;
    }

    .retail_about_item {
        width: 100%;
    }

    .retail_suppliers_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        gap: 20px;
    }

    .retail_suppliers_item {
        width: 100%;
    }

    .retail_suppliers_img {
        width: 100%;
    }

    .retail_suppliers_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
    }

    .news_grid{
        display: grid;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .news_title_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .inside_news_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .contact_map{
        width: 100%;
    }

    .contact_item{
        width: 100%;
        background: #006F9F0F;
        padding: 25px 35px;
        border-radius: 25px;
    }

    .contact_block{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    
    .modal-img{
        display: none;
        }
        
    .form_text {
        margin-bottom: 15px;
        text-align:center;
    }
    
    .modal-body form{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        }
        
    .modal-body .line:before {
        position: absolute;
        content: "";
        left: 43%;
        bottom: 0;
        width: 53px;
        height: 2px;
        background: #006F9F;
        transition: .5s;
    }
        
        .modal-content {
        display: flex;
        width: 100%;
        background: #fff;
        height: auto;
        flex-direction: row;
        position: relative;
        pointer-events: auto;
        border-radius: 20px;
        outline: 0;
        padding: 20px;
    }
    
    .form_title {
        font-size: 30px;
        font-weight: 700;
        color: #01385D;
        margin-bottom: 15px;
        text-align: center;
    }
}