
.inter-<uniquifier> {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-family: inter, sans-serif;
}

a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #0C4A6E;
}

.active_pg {
    color: #EA580C;
}

.about_header {
    width: 100%;
    background: #265673;
    padding-top: 105px;
    padding-bottom: 54px;

    #headerMenu {
        padding: 13px 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        -webkit-box-shadow: 0px 5px 6px 0px rgba(151,157,161,0.71);
        box-shadow: 0px 5px 6px 0px rgba(151,157,161,0.71);
        background: #F0F9FF;

        .menu_container {
            width: 1070px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;

            .menu {


                a {
                    display: inline-block;
                    margin-left: 50px;
                }
            }
        }
    }

    .about_title {
        width: 1070px;
        margin: 0 auto;

        h1 {
            font-size: 43px;
            font-weight: 600;
            color: #fff;
            padding-left: 45px;
            background-image: url(../img/ion_rose-outline.svg);
            background-repeat: no-repeat;
            background-position: -5px 3px;
        }

        .title_dscr {
            max-width: 745px;
            margin-top: 20px;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
        }
    }
}

.about_content {

    .cont_item:nth-child(2n) {
        background: #F0F9FF;
    }

    .cont_item_container {
        width: 1070px;
        margin: 0 auto;
        padding: 36px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .dscr_item {
            width: 520px;
        }

        .img_item {
            width: 500px;
            display: flex;
            align-items: center;
            justify-content: space-between;

            img {
                display: block;
            }
        }

        p {
            margin-bottom: 16px;
        }
    }

    .cont_item_accent {
        width: 1070px;
        margin: 0 auto;
        padding: 36px 0 20px 0;
        text-align: center;
        background: #265673;
        border-radius: 10px;
        margin-bottom: 36px;

        .accent_dscr {
            font-size: 18px;
            color: #fff;
            margin-bottom: 16px;
        }
    }

    .cont_item_delivery {
        width: 1070px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.about_footer {
    background: #F0F9FF;
    margin-top: 36px;

    .footer_container {
        width: 1070px;
        margin: 0 auto;
        padding: 36px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;

        .copyright {
            color: #0284C7;
        }

        .footer_menu a {
            font-size: 14px;
            margin-left: 30px;
        }
    }
}

@media screen and (max-width: 600px) {
    .about_header {
            padding-top: 150px;
        #headerMenu {

            .menu_container {
                width: 100%;
                padding: 0 16px;

                .logo {
                    img {
                        width: 180px;
                    }
                }

                .menu {


                    a {
                        display: inline-block;
                        margin-bottom: 10px;
                    }
                }
            }
        }

        .about_title {
            width: 100%;
            padding: 0 16px;

            h1 {
                font-size: 36px;
                background-position: -5px -2px;
            }
        }
    }

    .about_content {

        .cont_item_container {
            width: 100%;
            padding: 36px 16px;
            flex-wrap: wrap;

            .dscr_item {
                width: 100%;
            }

            .img_item {
                width: 100%;
                flex-wrap: wrap;

                img {
                    display: block;
                    width: 100%;
                    margin-bottom: 15px;
                }
            }

            p {
                margin-top: 16px;
            }
        }

        .cont_item_accent {
            width: 95%;
            margin: 0 auto;
            padding: 36px 0 20px 0;
            margin-bottom: 36px;

            .accent_dscr {
                font-size: 18px;
                color: #fff;
                margin-bottom: 16px;
            }
        }

        .cont_item_delivery {
            width: 95%;
            margin: 0 auto;
            flex-wrap: wrap;
            align-items: center;

            img {
                width: 100%;
                margin-bottom: 15px;
            }
        }
    }

    .about_footer {
        background: #F0F9FF;
        margin-top: 36px;

        .footer_container {
            width: 100%;
            margin: 0 auto;
            padding: 36px 16px;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;

            .copyright {
                color: #0284C7;
                margin-bottom: 25px;
            }

            .footer_menu {
                a {
                    margin-left: 0;
                    font-size: 14px;
                    padding: 0 10px;
                    width: 100%;
                }
            }
        }
    }
}

/* =======================  flowers type =======================  */

.flower_content {
    width: 1070px;
    margin: 0 auto;
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;

    .flower_item {
        width: 190px;
        margin-bottom: 36px;

        .flower_name {
            text-align: center;
            font-size: 22px;
            font-weight: 500;
            color: #265673;
            margin-bottom: 8px;
        }
    }
}

.flowers_pack {
    width: 1070px;
    margin: 0 auto;

    .grow_titl {
        font-size: 32px;
        font-weight: 600;
        color: #265673;
    }

    .grow_dscr {
        font-size: 18px;
        color: #0284C7;
        margin-top: 16px;
        margin-bottom: 16px;
    }

    ul {
        margin-left: 30px;

        li {
            margin-bottom: 5px;
        }
    }
}

@media screen and (max-width: 600px) {
    .flower_content {
        width: 100%;
        margin: 0 auto;
        margin-top: 36px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;

        .flower_item {
            width: 190px;
            margin-bottom: 36px;

            .flower_name {
                text-align: center;
                font-size: 22px;
                font-weight: 500;
                color: #265673;
                margin-bottom: 8px;
            }
        }
    }

    .flowers_pack {
        width: 100%;
        margin: 0 auto;
        padding: 0 16px;
    }
}

/* =======================  contacts =======================  */

.contacts_content {
    width: 1070px;
    margin: 0 auto;
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
    align-items: center;

    .address {
        p {
            font-size: 18px;
            margin-bottom: 20px;
            padding-left: 30px;
            color: #265673;
        }

        .loc {
             background-image: url(../img/mdi_location.png);
             background-repeat: no-repeat;
        }

        .mail {
            background-image: url(../img/mail.png);
            background-repeat: no-repeat;
            background-position: 0 -1px;
        }

        .phone {
            background-image: url(../img/phone.png);
            background-repeat: no-repeat;
            background-position: 0 -1px;
        }
    }
}


.contacts_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 80px;
}

@media screen and (max-width: 600px) {
    .contacts_content {
        width: 100%;
        flex-wrap: wrap;
        min-height: 50vh;

        .cont_img {
            img {
                display: none;
            }
        }
    }

    .contacts_footer {
        margin-top: 100px;
    }
}