/*.extracts {*/
/*    background: #1f1f1d;*/
/*    padding: 50px 100px 0 100px;*/
/*}*/

/*.extracts-all {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.extracts-all__title {*/
/*    font-weight: 700;*/
/*    font-size: 60px;*/
/*    line-height: 73px;*/
/*    text-align: center;*/
/*    letter-spacing: 0.1em;*/
/*    color: #FFFFFF;*/
/*    margin-bottom: 100px;*/
/*}*/

/*.extracts-all__main {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-around;*/
/*    min-width: 1080px;*/
/*    margin-bottom: 40px;*/
/*    margin-right: 40px;*/
/*    margin-left: 40px;*/
/*}*/

/*.extracts-all__main .main-item {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.extracts-all__main .main-item__card {*/
/*    background: url(../img/item-one.png);*/
/*    background-size: contain !important;*/
/*    background-repeat: no-repeat !important;*/
/*    background-position: center !important;*/
/*    width: 326px;*/
/*    height: 375px;*/
/*    margin-bottom: 30px;*/
/*    padding: 30px;*/
/*    border-radius: 50px;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .size {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    !*background-color: #1f1f1d;*!*/
/*    background-color: #EEE4BA;*/
/*    border-radius: 5px;*/
/*    padding: 5px;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .size__text {*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    !*color: #FFFFFF;*!*/
/*    color: black;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .size__img {*/
/*    margin-left: 5px;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .reviews {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .reviews-likes,*/
/*.extracts-all__main .main-item__card .card-top .reviews-comments {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .reviews-likes__text,*/
/*.extracts-all__main .main-item__card .card-top .reviews-comments__text {*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #FFFFFF;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .reviews-likes__img,*/
/*.extracts-all__main .main-item__card .card-top .reviews-comments__img {*/
/*    margin-left: 5px;*/
/*}*/

/*.extracts-all__main .main-item__card .card-top .reviews-likes {*/
/*    margin-right: 15px;*/
/*}*/

/*.extracts-all__main .main-item__card .card-bottom {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.extracts-all__main .main-item__card .card-bottom .price {*/
/*    font-weight: 700;*/
/*    font-size: 20px;*/
/*    line-height: 24px;*/
/*    letter-spacing: 0.1em;*/
/*    !*color: #FFFFFF;*!*/
/*    background-color: #EEE4BA;*/
/*    color: black;*/
/*    border-radius: 5px;*/
/*    padding: 5px;*/
/*}*/

/*.extracts-all__main .main-item__card .card-bottom .button {*/
/*    background: #EEE4BA;*/
/*    border-radius: 50px;*/
/*    font-weight: 600;*/
/*    font-size: 12px;*/
/*    line-height: 15px;*/
/*    color: #1f1f1d;*/
/*    padding: 10px;*/
/*    cursor: pointer;*/
/*    -webkit-transition: 1s;*/
/*    -o-transition: 1s;*/
/*    transition: 1s;*/
/*}*/

/*.extracts-all__main .main-item__card .card-bottom .button:hover {*/
/*    -webkit-transform: scale(1.3);*/
/*    -ms-transform: scale(1.3);*/
/*    transform: scale(1.3);*/
/*}*/

/*.extracts-all__main .main-item__text {*/
/*    font-weight: 400;*/
/*    font-size: 16px;*/
/*    line-height: 20px;*/
/*    color: #FFFFFF;*/
/*}*/

/*.extracts-all__main .main-item:nth-child(2) .main-item__card {*/
/*    background: url(../img/item-two.png);*/
/*}*/

/*.extracts-all__main .main-item:nth-child(3) .main-item__card {*/
/*    background: url(../img/item-three.png);*/
/*}*/

/*#extracts-two {*/
/*    padding: 100px;*/
/*}*/

/*#item-card {*/
/*    background: url(../img/item-one.png);*/
/*    background-size: cover;*/
/*}*/

/*@supports (-webkit-appearance:none) {*/
/*    .extracts-all__main .main-item__card {*/
/*        background: url(../img/item-one.webp);*/
/*    }*/

/*    .extracts-all__main .main-item:nth-child(2) .main-item__card {*/
/*        background: url(../img/item-two.webp);*/
/*    }*/

/*    .extracts-all__main .main-item:nth-child(3) .main-item__card {*/
/*        background: url(../img/item-three.webp);*/
/*    }*/

/*    #item-card {*/
/*        background: url(../img/item-one.webp);*/
/*    }*/
/*}*/

/*@media (max-width: 1279.98px) {*/
/*    .extracts {*/
/*        padding: 50px 25px 0 25px;*/
/*    }*/

/*    .extracts-all__main {*/
/*        -ms-flex-wrap: wrap;*/
/*        flex-wrap: wrap;*/
/*        min-width: auto;*/
/*        width: 100%;*/
/*        max-width: 900px;*/
/*    }*/

/*    .extracts-all__main .main-item {*/
/*        margin-bottom: 50px;*/
/*        width: 50%;*/
/*    }*/

/*    .extracts-all__main .main-item__card {*/
/*        width: 100%;*/
/*        max-width: 326px;*/
/*    }*/

/*    .extracts-all__main .main-item__text {*/
/*        max-width: 326px;*/
/*        text-align: center;*/
/*        width: 100%;*/
/*    }*/

/*    .extracts-all__main .main-item:nth-child(1) {*/
/*        -webkit-box-align: start;*/
/*        -ms-flex-align: start;*/
/*        align-items: flex-start;*/
/*    }*/

/*    .extracts-all__main .main-item:nth-child(2) {*/
/*        -webkit-box-align: end;*/
/*        -ms-flex-align: end;*/
/*        align-items: flex-end;*/
/*    }*/

/*    .extracts-all__main .main-item:last-child {*/
/*        margin-bottom: 0;*/
/*        width: 100%;*/
/*    }*/

/*    .extracts-all__main .main-item:last-child .main-item__card {*/
/*        max-width: 100%;*/
/*        height: 717px;*/
/*    }*/

/*    #extracts-two {*/
/*        padding: 50px 25px 0 25px;*/
/*    }*/

/*    @supports (-webkit-appearance:none) {*/

/*    }*/
/*}*/

/*@media (max-width: 767.98px) {*/
/*    .extracts {*/
/*        padding: 50px 25px 0 25px;*/
/*    }*/

/*    .extracts-all__main {*/
/*        -ms-flex-wrap: wrap;*/
/*        flex-wrap: wrap;*/
/*        min-width: auto;*/
/*        width: 100%;*/
/*    }*/

/*    .extracts-all__main .main-item {*/
/*        margin-bottom: 50px;*/
/*        width: 47%;*/
/*    }*/

/*    .extracts-all__main .main-item__card {*/
/*        width: 100%;*/
/*        max-width: 326px;*/
/*    }*/

/*    .extracts-all__main .main-item:last-child {*/
/*        margin-bottom: 0;*/
/*        width: 100%;*/
/*    }*/

/*    .extracts-all__main .main-item:last-child .main-item__card {*/
/*        max-width: 100%;*/
/*        height: 717px;*/
/*    }*/

/*    @supports (-webkit-appearance:none) {*/

/*    }*/
/*}*/

/*@media (max-width: 576.98px) {*/
/*    .extracts {*/
/*        padding: 50px 25px 0 25px;*/
/*    }*/

/*    .extracts-all__title {*/
/*        font-size: 40px;*/
/*        line-height: 57px;*/
/*    }*/

/*    .extracts-all__main {*/
/*        -webkit-box-orient: vertical;*/
/*        -webkit-box-direction: normal;*/
/*        -ms-flex-direction: column;*/
/*        flex-direction: column;*/
/*        min-width: auto;*/
/*        width: 100%;*/
/*    }*/

/*    .extracts-all__main .main-item {*/
/*        margin-bottom: 50px;*/
/*        width: 100%;*/
/*        -webkit-box-align: center !important;*/
/*        -ms-flex-align: center !important;*/
/*        align-items: center !important;*/
/*    }*/

/*    .extracts-all__main .main-item__card {*/
/*        width: 100%;*/
/*        max-width: 326px;*/
/*    }*/

/*    .extracts-all__main .main-item:last-child {*/
/*        margin-bottom: 0;*/
/*    }*/

/*    .extracts-all__main .main-item:last-child .main-item__card {*/
/*        max-width: 326px;*/
/*        height: 375px;*/
/*    }*/

/*    @supports (-webkit-appearance:none) {*/

/*    }*/
/*}*/
