html {
    scroll-behavior: smooth;
}
/* Example CSS file */
*{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    a, a:visited, a:active{
        text-decoration: none;
    }
}
/* Reset all elements to remove browser default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /* Ensures consistent box model */
}

/* Reset pseudo-elements */
*::before,
*::after {
    box-sizing: inherit;
}
.contacts-form-wrapper-props{
    .copyright{
        display:flex;
        h1,h2,h3{
            padding-left:5px;
            font-size:1em;
            font-weight:400;
        }
    }
}
.top-header, .section-1, .section-2, .section-3, .section-4, .section-5, .section-6{
    padding-left:25px;
    padding-right:25px;
}
.top-header-wrapper{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    display:flex;
    justify-content: center;
    .top-header{
        max-width:1080px;
        width:100%;
        display:flex;
        justify-content: space-between;
        align-items: center;
        .top-header-logo{
            width:220px;
            height:80px;
            img{
                width:100%;
                height:100%;
            }
        }
        .top-header-navigation-menu{
            display:flex;
            gap:15px;
            color:black;
            .top-header-navigation-menu-element{
                color:black;
                a{
                    color:black;
                }
            }
        }
        .top-header-navigation-contacts{
            display:flex;
            gap:10px;
            justify-content:Center;
            align-items:center;
            .top-header-navigation-contacts-phone-side{
                display:flex;
                gap:10px;
                justify-content:Center;
                align-items:center;
            }
            /* Dropdown container */
            .language-dropdown {
                position: relative;
                display: inline-block;
            }

            /* Dropdown button */
            .language-dropdown-button {
                background-color: #fff;
                color: #000;
                border: 1px solid #ddd;
                padding: 5px 10px;
                font-size: 16px;
                cursor: pointer;
                border-radius: 5px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 5px;
                transition: background-color 0.3s;
            }

            .language-dropdown-button:hover {
                background-color: #f5f5f5;
            }

            /* Dropdown menu */
            .language-dropdown-menu {
                display: none; /* Hidden by default */
                position: absolute;
                top: 100%;
                left: -25%;
                background-color: #fff;
                border: 1px solid #ddd;
                border-radius: 5px;
                box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
                z-index: 1000;
            }

            /* Dropdown menu items */
            .language-dropdown-item {
                color: #000;
                text-decoration: none;
                display: block;
                padding: 10px 15px;
                font-size: 14px;
                transition: background-color 0.3s;
            }

            .language-dropdown-item:hover {
                background-color: #f5f5f5;
            }

            /* Show dropdown on hover or click */
            .language-dropdown:hover .language-dropdown-menu,
            .language-dropdown:focus-within .language-dropdown-menu {
                display: block;
            }

            .top-header-navigation-text{
                a, a:visited, a:active{
                    color:black;
                    text-underline: none;
                    text-decoration: none;
                }
            }
        }
    }
}
.section-1-wrapper{
    width:100%;
    display:flex;
    position:relative;
    justify-content: center;
    align-items:center;
    .section-1-image-background{
        position:absolute;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
        img{
            width:100%;
            height:100%;
            background-size:cover!important;
            background-repeat: no-repeat !important;
            background-position:50% 50%;
            object-fit:cover;

        }
    }
    .section-1{
        position:relative;
        width:100%;
        max-width:1080px;
        padding-left:10px;
        padding-right:10px;
        min-height:500px;
        margin-top:10px;
        margin-bottom:10px;
        display:flex;
        justify-content: center;
        align-items:center;
        .section-1-text-wrapper{
            width:40%;
            padding:15px;
            .section-1-text-area{
                display:flex;
                flex-direction:column;
                justify-content: center;
                align-items: center;
                .contact-us-button{
                    width:100%;
                    display:flex;
                    justify-content:center;
                    margin-top:20px;
                    margin-bottom:20px;
                    div{
                        background-color:#FF5000;
                        padding:10px;
                        color:white;
                        cursor:pointer;
                        user-select:none;
                        a{
                            color:white;
                        }
                    }
                    div:active{
                        background-color:#ff7000;
                    }
                }
            }
            background-color:rgba(255, 255, 255, 0.9);
            .section-1-text{
            text-align:center;
                width:90%;
            }
            .section-1-text-header{
                font-weight:700;
                font-size:1.8rem;
                line-height:1.2;
                margin-bottom:10px;
                text-align: center;
                padding-top:30px;
                padding-bottom:30px;
            }
            .section-1-text-header::after{
                content: '';
                display:block;
                width:60%;
                height:3px;
                background-color:rgb(255, 80, 0);
                margin:5px auto 0;
            }
        }
    }
}
.section-2-wrapper{
    width:100%;
    display:flex;
    position:relative;
    justify-content: center;
    align-items:center;
    .section-2-image-background{
        position:absolute;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
        img{
            width:100%;
            height:100%;
            background-size:cover!important;
            background-repeat: no-repeat !important;
            background-position:50% 50%;
            object-fit:cover;

        }
    }
    .section-2{
        margin-top:20px;
        margin-bottom:20px;
        width:100%;
        max-width:1080px;
        display:flex;
        justify-content: center;
        flex-direction:column;
        align-items:center;
        .about-us-wrapper{
            text-align:center;
            width:fit-content;
            margin-bottom:40px;
            .about-us-wrapper-header{
                font-weight:700;
                font-size:1.8rem;
                line-height:1.2;
                text-align: center;
                padding-top:30px;
                padding-bottom:10px;
            }
            .about-us-wrapper-header::after{
                content: '';
                display:block;
                width:100%;
                height:3px;
                background-color:rgb(255, 80, 0);
                margin:5px auto 0;
            }
            .about-us-wrapper-header-text{
                text-transform:uppercase;
                color:#FF5000;
                font-weight:500;
            }
        }
        .section-2-services-wrapper{
            display:flex;
            gap:10px;
            flex-wrap:wrap;
            .section-2-services-item{
                width:250px;
                .section-2-services-item-background{
                    display:flex;
                    justify-content: center;
                    align-items: center;
                    width:100%;
                    background-color:white;
                    height:160px;
                    .section-2-services-item-background-image{
                        width:35%;
                    }
                }
                .section-2-services-item-header{
                    width:100%;
                    background-color:#FF5000;
                    min-height:85px;
                    color:white;
                    text-align: center;
                    padding:10px;
                }
            }
        }
        .section-2-services-rules{
            width:100%;
            margin-top:40px;
            font-size:12px;
            .section-2-services-item-rule{
                width:25%;
            }
        }
    }
}
.section-3-wrapper{
    width:100%;
    display:flex;
    position:relative;
    justify-content: center;
    align-items:center;
    .section-3-image-background{
        position:absolute;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
        img{
            width:100%;
            height:100%;
            background-size:cover!important;
            background-repeat: no-repeat !important;
            background-position:50% 50%;
            object-fit:cover;

        }
    }
    .section-3{
        margin-top:90px;
        margin-bottom:90px;
        width:100%;
        max-width:1080px;
        display:flex;
        justify-content: center;
        flex-direction:column;
        align-items:center;
        .section-3-about-company-elements{
            display:flex;
            flex-wrap:wrap;
            gap:40px;
            .section-3-about-company-wrapper-element{
                flex: 0 1 calc(50% - 20px); /* Set each element to take 50% of the width minus some margin */
                color:white;
                display:flex;
                gap:25px;
                .section-3-about-company-first-section-upper{
                    font-size: 50px;
                    width:fit-content;
                    font-weight: 800;
                    line-height: 1.2;
                    white-space:nowrap;
                    text-align: right;
                }
                .section-3-about-company-first-section-lower{
                    font-size: 22px;
                    font-weight:bold;
                    line-height: 1.2;
                    text-align: right;
                }
                .section-3-about-company-second-section{
                    padding-top:10px;
                    font-size: 22px;
                    font-weight: 500;
                    line-height: 1.2;
                    text-align: left;
                }
            }
        }
    }
}
.section-4-wrapper{
    width:100%;
    display:flex;
    position:relative;
    justify-content: center;
    align-items:center;
    .section-4-image-background{
        position:absolute;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
        img{
            width:100%;
            height:100%;
            background-size:cover!important;
            background-repeat: no-repeat !important;
            background-position:50% 50%;
            object-fit:cover;

        }
    }
    .section-4{
        margin-top:90px;
        margin-bottom:90px;
        width:100%;
        max-width:1080px;
        display:flex;
        justify-content: center;
        flex-direction:column;
        align-items:center;
        .base-price-wrapper{
            text-align:center;
            width:fit-content;
            margin-bottom:40px;
            .base-price-wrapper-header{
                font-weight:700;
                font-size:2rem;
                line-height:1.2;
                text-align: center;
                padding-top:30px;
                padding-bottom:10px;
            }
            .base-price-wrapper-header:after{
                content: '';
                display:block;
                width:50%;
                height:3px;
                background-color:rgb(255, 80, 0);
                margin:5px auto 0;
            }
            .base-price-wrapper-header-text{
                text-transform:uppercase;
                font-weight:500;
                margin-top:10px;
                font-size:15px;
                color:black;
            }
        }
        .section-4-prices-wrapper{
            display:flex;
            flex-wrap:wrap;
            gap:15px;
            .section-4-prices-wrapper-element{
                background-color:white;
                max-width:320px;
                padding:10px;
                display:flex;
                flex-direction:column;
                justify-content: space-between;
                .section-4-prices-wrapper-element-gas-type{
                    color:black;
                    font-size:1.7rem;
                    padding-top:30px;
                    font-weight:600;
                    text-align:center;
                    margin-bottom:30px;
                }
                .section-4-prices-wrapper-element-gas-type::after{
                    content: '';
                    display:block;
                    width:70%;
                    height:3px;
                    background-color:rgb(255, 80, 0);
                    margin:5px auto 0;
                }
                .section-4-prices-wrapper-main-price{
                    font-size:3rem;
                    color:black;
                    display:flex;
                    justify-content: center;
                    align-items: center;
                    .section-4-prices-wrapper-main-price-custom{
                        font-size:1.7rem;
                        margin-left:15px;
                    }
                }
                .section-4-prices-wrapper-akcizas{
                    margin-top:45px;
                }
                .section-4-prices-wrapper-akcizas, .section-4-prices-wrapper-vat{
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    font-size:1rem;
                }
                .order-element-wrapper{
                    width:100%;
                    display:flex;
                    justify-content:center;
                    align-items:center;
                    .order-element-wrapper-button{
                        background-color:#FF5000;
                        border-radius:4px;
                        width:fit-content;
                        padding:7px 30px;
                        margin-top:20px;
                        margin-bottom:20px;
                        font-size:1.2rem;
                        color:white;
                        .order-element-wrapper-button-link{
                            color:white;
                        }
                        .order-element-wrapper-button-icon{
                            margin-left:20px;
                        }
                    }
                }
            }
        }
    }
}
.section-5-wrapper{
    width:100%;
    display:flex;
    position:relative;
    justify-content: center;
    align-items:center;
    .section-5-image-background{
        position:absolute;
        top:0;
        left:0;
        z-index: -1;
        width:100%;
        height:100%;
        img{
            width:100%;
            height:100%;
            background-size:cover!important;
            background-repeat: no-repeat !important;
            background-position:50% 50%;
            object-fit:cover;

        }
    }
    .section-5{
        margin-top:90px;
        margin-bottom:90px;
        width:100%;
        max-width:1080px;
        display:flex;
        justify-content:center;
        flex-direction:column;
        align-items:center;
        .props-wrapper{
            text-align:center;
            width:fit-content;
            margin-bottom:40px;
            .props-wrapper-header{
                font-weight:700;
                font-size:2rem;
                line-height:1.2;
                text-align: center;
                padding-top:30px;
                padding-bottom:10px;
            }
            .props-wrapper-header:after{
                content: '';
                display:block;
                width:50%;
                height:3px;
                background-color:rgb(255, 80, 0);
                margin:5px auto 0;
            }
            .props-wrapper-header-text{
                text-transform:uppercase;
                font-weight:500;
                font-size:15px;
                color:#FF5000;
            }
        }
        .sections-5-sections{
            display:flex;
            .section-5-first-section{
                padding-right:20px;
                border-right:solid 1px rgb(196, 185, 185);
                display:flex;
                justify-content:end;
                flex:1;
                .section-5-sections-element{
                }
                .section-5-sections-element:not(:last-child){
                    margin-bottom:20px;
                }
            }
            .section-5-second-section{
                padding-left:20px;
                display:grid;
                grid-template-columns:repeat(3, 200px);
                flex:2;
                gap:20px;
                .section-5-sections-element{
                    h3{
                        font-weight:500;
                    }
                }
            }
        }
    }
}
.section-6-wrapper{
    width:100%;
    display:flex;
    position:relative;
    justify-content: center;
    align-items:center;
    background-color:rgb(246, 245, 245);
    .section-6{
        margin-top:90px;
        margin-bottom:10px;
        width:100%;
        max-width:1080px;
        display:flex;
        justify-content:center;
        flex-direction:column;
        align-items:center;
        .contacts-wrapper{
            text-align:center;
            width:fit-content;
            margin-bottom:70px;
            .contacts-wrapper-header{
                font-weight:700;
                font-size:2rem;
                line-height:1.2;
                text-align: center;
                padding-top:30px;
                padding-bottom:10px;
            }
            .contacts-wrapper-header:after{
                content: '';
                display:block;
                width:50%;
                height:3px;
                background-color:rgb(255, 80, 0);
                margin:5px auto 0;
            }
            .contacts-wrapper-header-text{
                text-transform:uppercase;
                font-weight:500;
                font-size:15px;
                color:black;
            }
        }
        .contacts-form-wrapper{
            width:100%;
            display:flex;
            justify-content: center;
            #contact-form{
                width:fit-content;
                margin: 0 auto;
                display:flex;
                gap:40px;
                flex-direction:column;
                align-items:stretch;
                .contacts-form-wrapper-sections{
                    display:flex;
                    gap:40px;
                    .contacts-form-wrapper-first-section {
                        display: flex;
                        flex-direction:column;
                        justify-content: space-between;
                        gap: 25px;
                    }
                    .contacts-form-wrapper-first-section .contacts-form-wrapper-form-element {
                        flex: 1;
                    }
                    .contacts-form-wrapper-second-section {
                        margin-top: 10px;
                    }
                    .contacts-form-wrapper-form-element input,
                    .contacts-form-wrapper-form-element textarea {
                        width: 300px;
                        border: none;
                        border-bottom: 1px solid #000;
                        outline: none;
                        font-size: 16px;
                        padding: 5px 0;
                        box-sizing: border-box;
                        background-color:transparent;
                    }
                    .contacts-form-wrapper-form-element input::placeholder,
                    .contacts-form-wrapper-form-element textarea::placeholder {
                        color: #888;
                    }

                    .contacts-form-wrapper-form-element textarea {
                        resize: none;
                    }

                    .contacts-form-wrapper-form-element input:focus,
                    .contacts-form-wrapper-form-element textarea:focus {
                        border-bottom: 2px solid rgb(255, 80, 0);/* Change to desired focus color */
                    }
                }
                .contacts-form-wrapper-button-wrapper{
                    display:flex;
                    justify-content:end;
                    .contacts-form-wrapper-button{
                        background-color: #FF5000;
                        padding:7px 20px;
                        border-radius:3px;
                        color:white;
                        border:0;
                        cursor:pointer;
                        button{
                            border:none;
                        }
                    }
                    .contacts-form-wrapper-button:active{
                        background-color:#ff7000;
                    }
                }
            }
        }
        .contacts-form-wrapper-props{
            display:flex;
            justify-content: space-between;
            width:100%;
            margin-top:80px;
        }
    }
}
@media screen and (max-width: 800px) {
    .section-1-wrapper{
        .section-1{
            .section-1-text-wrapper{
                width:70%;
            }
        }
    }
    .top-header-wrapper{
        .top-header{
            justify-content: end;
            gap:50px;
            .top-header-navigation-menu{
                display:none;
            }
        }
    }
    .section-2-wrapper{
        .section-2{
            .section-2-services-wrapper{
                justify-content:center;
                .section-2-services-item{
                    width:200px;
                    .section-2-services-item-background{
                        .section-2-services-item-background-image{
                            width:40%;
                        }
                    }
                    .section-2-services-item-header{
                        min-height:100px;
                    }
                }
            }
        }
    }
    .section-2-wrapper{
        .section-2{
            .section-2-services-rules{
                font-size:0.9rem;
                .section-2-services-item-rule{
                    width:40%
                }
            }
        }
    }
    .section-3-wrapper{
        .section-3{
            .section-3-about-company-elements{
                display:grid;
                flex-direction:column;
                flex-wrap:nowrap;
                gap:20px;
                .section-3-about-company-wrapper-element{
                    .section-3-about-company-first-section-upper{
                        font-size:30px;
                    }
                    .section-3-about-company-first-section-lower{
                        font-size:18px
                    }
                    .section-3-about-company-second-section{
                        font-size:20px;
                        display:flex;
                        align-items: center;
                        padding-top:0;
                    }
                }
            }
        }
    }
    .section-5-wrapper{
        .section-5{
            .sections-5-sections{
                display:block;
                .section-5-first-section{
                    border:0;
                    display:block;

                }
                .section-5-second-section{
                    padding:0;
                    padding-top:20px;
                }
            }
        }
    }
}
@media screen and (max-width: 600px) {
    .section-1-wrapper{
        .section-1{
            .section-1-text-wrapper{
                width:85%;
            }
        }
    }
    .section-2-wrapper{
        .section-2{
            .section-2-services-wrapper{
                justify-content:center;
                gap:30px;
                .section-2-services-item{
                    width:90%;
                    font-size:1.1rem;
                    .section-2-services-item-background{
                        .section-2-services-item-background-image{
                            width:30%;
                        }
                    }
                    .section-2-services-item-header{
                        min-height:100px;
                        display:flex;
                        justify-content: center;
                        align-items: center;
                    }
                }
            }
        }
    }
    .section-2-wrapper{
        .section-2{
            .section-2-services-rules{
                font-size:1rem;
                .section-2-services-item-rule{
                    width:60%;
                }
            }
        }
    }
    .section-4-wrapper{
        .section-4{
            .section-4-prices-wrapper{
                justify-content: center;
                .section-4-prices-wrapper-element{
                    max-width:290px;
                    .section-4-prices-wrapper-akcizas, .section-4-prices-wrapper-vat{
                        font-size:1.1rem;
                    }
                }
            }
        }
    }
    .section-5-wrapper {
        & .section-5 {
            & .sections-5-sections {
                .section-5-second-section {
                    display:flex;
                    flex-wrap:wrap;
                    gap:20px;
                    .section-5-sections-element{

                    }
                }
            }
        }
    }
    .section-6-wrapper{
        .section-6{
            .contacts-form-wrapper{
                #contact-form{
                    .contacts-form-wrapper-sections{
                        flex-direction:column;
                    }
                }
            }
        }
    }
    .section-6-wrapper{
        .section-6{
            .contacts-form-wrapper-props{
                flex-direction:column;
                align-items: center;
                gap:5px;
            }
        }
    }
}
@media screen and (max-width: 600px) {
    .top-header-wrapper{
        .top-header{
            justify-content:space-between;
            gap:0;
            padding-left:5px;
            padding-right:5px;
            .top-header-navigation-contacts{
                flex-direction:column;
                align-items:end;
                .language-dropdown-menu{
                    top:120%;
                    right:0;
                    left:unset;
                }
            }
            .top-header-logo{
                width:180px;
                height:60px;
            }
        }
    }
}