
/* o nas */
.box_o_nas{
    margin-top: 55px;
    width: 60%;
    position: relative;
}
.non_margin{
    margin-top: 0px;
}
.box_o_nas > h1 {
    font-family: var(--fot-famili-3);
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
}
.box_o_nas > div {
    font-family: var(--fot-famili-3);
    font-weight: 380;
    font-size: 18px;
    word-wrap: break-word;
    text-align: justify;
}
.box_o_nas > div >strong {
    font-weight: 500;
}
.box_o_nas > div > p > strong {
    font-weight: 500;
}
.box_contakt{
    width: 100%;
    height: 60px;
    margin-top: 40px;
    margin-bottom: 80px;
    background-color: var(--bac_gray);
    display: flex;
    color: black;
    align-items: center;
    justify-content: center;
    border-radius: 0px 0px 0px 70px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.box_contakt > a{
    width: 100%;
    height: 100%;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
} 
.box_contakt > a > span{
    margin-left: 4px;
}
.box_contakt > a > .email_icon{
    width: 70px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 30px;
    background-image: url(../../image/mail_skontaktuj.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
@media (max-width: 1200px) {
    .box_contakt > a{
        font-size: 18px;
    }
    .box_contakt > a > .email_icon{
        width: 50px;
        height: 35px;
        margin-bottom: 10px;
        margin-left: 20px;
    }
}
@media (max-width: 1000px) {
    .box_o_nas > h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .box_o_nas > div {
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    .box_o_nas{
        margin-top: 55px;
        width: 80%;
    }
    .non_margin {
        margin-top: 0px;
    }
    .box_o_nas > h1 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .box_o_nas > div {
        font-size: 14px;
    }
}
@media (max-width: 900px) {
    .box_contakt > a{
        font-size: 16px;
    }
    .box_contakt > a > .email_icon{
        margin-left: 15px;
    }
}
@media (max-width: 700px) {

    .box_contakt > a{
        font-size: 14px;
    }
    .box_contakt > a > .email_icon{
        margin-left: 10px;
        width: 35px;
    }
}
@media (max-width: 600px) {
    .box_contakt{
        height: 45px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
    .box_contakt > a{
        font-size: 10px;
    }
    .box_contakt > a > .email_icon{
        margin-left: 10px;
        margin-right: 11px;
        width: 35px;
    }
}
@media (max-width: 500px) {
    
    .box_contakt{
        height: 40px;
        margin-bottom: 40px;
       
    }
    .box_contakt > a{
        font-size: 12px;
        justify-content: center;
    }
    .box_contakt > a > span{
       display: none;
    }
    .box_contakt > a > .email_icon {
        width: 25px;
    }
}
/* BOXY */
.cart_box{
    width: 100%;
    height: 100%;
    margin: 50px 0px 30px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.card{
    width: 260px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    background-repeat: no-repeat;
    background-position: -4px;
    background-size: 84% 101%;
    border-radius: 88px 55px 55px 0px;
    /* animation: myAnim 2s ease 0s 1 normal forwards; */
}
.card:hover{
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.card::before{
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    width: 60%;
    height: 40px;
    background-color: var(--bac_gray);
    border-radius: 0% 0% 60% 0px;
}
.card::after{
    content: '';
    position: absolute;
    bottom: 10px;
    right: 60px;
    width: 15%;
    height: 15px;
    background-image: url(../../image/arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
}
.card > a{
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    margin: 0px 15px 100px 0px;
    font-family: var(--fot-famili-3);
    color: var(--font_color_menu);
    font-size: 16px;
    font-weight: 400;
}

.card_first{
    background-image: url(../../image/box_01A.png);
    background-color: var(--bac_hoer_top1);
}
.card_second{
    background-image: url(../../image/box_02A.png);
    background-color: var(--bac_top);
}
.card_third{
    background-image: url(../../image/box_03A.png);
    background-color: var(--bac_hoer_top1);
}
.card_fourth{
    background-image: url(../../image/box_04A.png);
    background-color: var(--bac_top);
}


@media (max-width: 1100px) {
    .card {
        width: 230px;
        height: 250px;
    }
    .card > a {
        margin: 0px 15px 72px 0px;
        font-size: 14px;
    }
}
@media (max-width: 970px) {
    .card {
        width: 200px;
        height: 230px;
        border-radius: 66px 30px 30px 0px;
    }
    .card::after {
        right: 40px;
    }
    .card > a {
        margin: 0px 15px 35px 0px;
    }
}
@media (max-width: 820px) {
    .card {
        width: 175px;
        height: 200px;
    }
    .card::before {
        bottom: -15px;
        width: 50%;
        height: 40px;
    }
    .card > a {
        margin: 0px 10px 35px 0px;
        font-size: 12px;
    }
}
@media (max-width: 720px) {
    .card {
        width: 160px;
        height: 180px;
    }
    .card::before {
        bottom: -10px;
        width: 70%;
        height: 30px;
    }
    .card::after {
        right: 30px;
    }
    .card > a {
        font-size: 11px;
    }
}
@media (max-width: 650px) {
    .cart_box {
        display: flex;
        flex-direction: column;
        margin: 50px 0px 0px 0px;
    }
    .card {
        margin-bottom: 30px;
    }
}
