@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

header {
    padding: 0px;
    margin: 0px;
}

main {
    padding: 0;
    margin: 0;
}

.h1-min {
    font-size: 0.1px;
    line-height: 0.1px;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
    list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
}

/* Упрощаем работу с изображениями */
img {
    max-width: 100%;
    display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
    margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
    font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Выставляем основные настройки по-умолчанию для body */
body {
    font-family: "Mulish", serif;
}

main {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 28px;
    margin-bottom: 40px;
}

.h1-min {
    font-size: 0.1px;
    line-height: 0.1px;
}

a {
    color: #1D252C;
}

a:hover {
    color: #F3DE09;
}

.container {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* --------- Header --------------*/
header {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.header__container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.header-logo-block__img {
    width: 100px;
    margin-bottom: 10px;
}

.header-logo-block {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    cursor: pointer;
}

.header-navigation__list {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}

.header-navigation__item:not(:last-of-type) {
    margin-right: 20px;
}

.header-navigation__item a {
    color: #6F7172;
}

.header-navigation__item:hover a {
    font-weight: 600;
    color: #1D252C;
}

.header-navigation-block__button {
    width: 200px;
    height: 30px;
    padding-top: 2px;
    text-align: center;
    background-color: #1D252C;
    color: #F3DE09;
    cursor: pointer;
}

.haader__line {
    position: absolute;
    right: 12px;
    bottom: 0px;
    width: 78%;
    height: 30px;
    border-top-left-radius: 10px;
    background-color: #F7F7F5;
    transform: skew(-35deg);
}

.haader__square {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: 30px;
    background-color: #F7F7F5;
}


/* -------------- Main section ----------------*/

.main-section-index-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 400px;
  background-color: #F7F7F5;
  margin-bottom: 180px;
}

.main-section-index-page__container {
  position: relative;
  display: flex;
}

.home-main-section__top {
    padding-top: 50px;
    background: linear-gradient(to right, #F3DE09 50%, #FFFFFF 50%);
}

.home-main-section__bottom {
    padding-top: 50px;
    background: linear-gradient(to right,  #FFFFFF 50%, #F3DE09 50%);
    margin-bottom: 50px;
}

.home-main-section__container__top {
    position: relative;
    display: flex;
    justify-content: flex-start;
    background-color: #FFFFFF;
    z-index: 1;
}

.home-main-section__container__bottom {
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
}

.home-main-section__title-block {
    position: relative;
}

.home-main-section__title {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 48px;
    font-weight: 900;
    z-index: 2;
}

.hms-title__fon {
    position: absolute;
    top: 47px;
    left: 8px;
    width: 520px;
    height: 16px;
    background-color: #ffffff;
    border-radius: 30px;
}

.hms-title__discr {
    padding: 100px 0px 50px 0px;
    width: 757px;
    font-size: 20px;
}

.home-main-section__title-block_big {
    position: relative;
    display: flex;
}

.home-main-section__title_big {
    width: 856px;
    font-size: 128px;
    font-weight: 900;
    line-height: 110px;
    margin-bottom: 80px;
}

.hms-title__logo {
    position: absolute;
    left: 747px;
    bottom: 66px;
}

.hms-bottom__img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.top-bord {
    position: absolute;
    width: 700px;
    height: 355px;
    top: -50px;
    left: 0px;
    background: #F3DE09;
}

.bottom-bord {
    position: absolute;
    width: 640px;
    height: 350px;
    bottom: 0px;
    right: 0px;
    background: #F3DE09;
}

.top-shape {
    position: absolute;
    width: 350px;
    height: 355px;
    background: #F3DE09;
    bottom: 0;
    left: 700px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

.bottom-shape {
    position: absolute;
    width: 350px;
    height: 350px;
    background: #F3DE09;
    bottom: 0;
    left: 290px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    transform: rotateY(180deg) rotateX(180deg);
}

.home-main-section__discription {
    margin-bottom: 80px;
}

.yellow-diamond {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #F3DE09;
    transform: rotate(45deg);
    margin-right: 6px;
}

.yellow-diamond__list {
    width: 8px;
    height: 8px;
}

.hms-discription__container {
    padding: 40px 40px 40px 60px;
    border: 1px solid #F3DE09;
    border-radius: 20px;
}

.hms-discription__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.hms-discription__discr {
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}   

.hms-discription__item {
    padding-left: 40px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2px;
}

.hms-discription__item:last-of-type {
    margin-bottom: 20px;
}

.hms-title__discr_link:hover {
    color: #FFFFFF;
}





/* --------------  directory-groups ---------------*/

.directory-groups__container {
    margin-bottom: 50px;
}

.directory-groups__title {
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 20px;
}

.dg-card-section {
    display: flex;
}

.dg-card__groop:not(:last-of-type) {
    margin-right: 20px;
}

.dg-card {
    padding: 10px;
    background-color: #F0F0F0;
    background-repeat: no-repeat;
}

.dg-card__title {
    font-size: 22px;
    font-weight: 600;
}

.dg-card__title_card4 {
    width: 182px;
}

.dg-card__title_dg-card5 {
    width: 120px;
}

.dg-card1 {
    padding-top: 30px;
    width: 176px;
    height: 320px;
    margin-right: 20px;
    background-image: url(../img/img-groop/section_card1_img_1920.png);
    background-position: center bottom 20px;
}

.dg-card2 {
    width: 176px;
    height: 150px;
    margin-bottom: 20px;
    background-image: url(../img/img-groop/section_card2_img_1920.png);
    background-position: right 0px bottom -10px;
}

.dg-card3 {
    display: flex;
    align-items: flex-end;
    width: 176px;
    height: 150px;
    background-image: url(../img/img-groop/section_card3_img_1920.png);
    background-position: right -20px top -24px;
}

.dg-card4 {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 320px;
    margin-right: 20px;
    background-image: url(../img/img-groop/section_card4_img_1920.png);
    background-position: right 10px top 10px;
}

.dg-card5 {
    width: 412px;
    height: 150px;
    margin-bottom: 20px;
    background-image: url(../img/img-groop/section_card5_img_1920.png);
    background-position: right 20px bottom 10px;
}

.dg-card6 {
    width: 196px;
    height: 150px;
    margin-right: 20px;
    background-image: url(../img/img-groop/section_cardSl_img_1920.png);
    background-position: right 10px bottom 10px;
}

.dg-card7 {
    width: 196px;
    height: 150px;
    background-image: url(../img/img-groop/section_card6_img_1920.png);
    background-position: right -30px bottom -30px;
}


@media only screen and (max-width: 1280px) {

    .dg-card__title {
        font-size: 18px;
    }

    .dg-card1 {
        width: 150px;
        height: 244px;
        background-position: left 10px bottom -10px;
    }

    .dg-card2 {
        width: 150px;
        height: 114px;
    }

    .dg-card3 {
        width: 150px;
        height: 114px;
        background-position: right -70px top -20px;
    }

    .dg-card4 {
        height: 248px;
        background-position: right -70px bottom -10px;
    }

    .dg-card5 {
        width: 320px;
        height: 116px;
        background-position: right -10px bottom -10px;
    }

    .dg-card6 {
        width: 150px;
        height: 116px;
        background-position: right -10px bottom -10px;
    }

    .dg-card7 {
        width: 150px;
        height: 116px;
        background-position: right -30px bottom -50px;
    }
} 

@media only screen and (max-width: 1024px) {

    .dg-card1 {
        width: 152px;
        height: 238px;
        margin-right: 10px;
    }

   .dg-card__groop:not(:last-of-type) {
        margin-right: 10px;
    }

    .dg-card2 {
       margin-bottom: 10px;
    }

    .dg-card4 {
        width: 100%;
        height: 238px;
        margin-right: 10px;
    }

    .dg-card5 {
        width: 313px;   
        height: 114px; 
        margin-bottom: 10px; 
    }

    .dg-card6 {
        width: 146px;
        height: 114px;
    }

    .dg-card7 {
        width: 146px;
        height: 114px;
        background-position: right -30px bottom -60px;
    }
}

@media only screen and (max-width: 960px) {

    .dg-card1 {
        width: 138px;
        height: 222px;
        padding: 4px;
    }

    .dg-card2 {
       width: 139px;
       height: 106px;
       background-position: right -10px bottom -20px;
    }

    .dg-card3 {
        width: 139px;
        height: 106px;
        background-position: right -40px top -50px;
    }

    .dg-card4 {
        width: 100%;
        height: 222px;
        background-position: right -70px top -105px;
    }

    .dg-card5 {
        width: 287px;   
        height: 106px; 
        background-position: right -60px bottom -5px;
    }

    .dg-card6 {
        width: 133px;   
        height: 106px; 
    }

    .dg-card7 {
        width: 133px;   
        height: 106px; 
    }

}

@media only screen and (max-width: 800px) {

    .dg-card1 {
        width: 144px;
        height: 230px;
    }

    .dg-card4 {
        width: 175px;
        height: unset;
    }

    .dg-card2,  
    .dg-card3,
    .dg-card5,
    .dg-card6,
    .dg-card7 {
       width: 144px;
       height: 111px;
    }

    .dg-card5 {
        display: none;
    }

    .dg-card6 {
        margin-bottom: 10px;
        margin-right: 0px;
    } 
    
    .dg-card7 {
        margin-right: 0px;
    }

}

@media only screen and (max-width: 640px) {

    .directory-groups__container {
        display: none;
    }

    .dg-card4 {
        width: 168px;
    }

    .dg-card5,
    .dg-card6, 
    .dg-card7 {
       display: none;
    }
}









@media only screen and (max-width: 1280px) {
    .top-bord {
        height: 355px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .top-bord {
        height: 318px !important;
    }

    .top-shape {
        height: 318px !important;
    }
    
    .bottom-bord {
        width: 454px !important;
    }
}

@media only screen and (max-width: 960px) {
    .bottom-shape {
        left: 57px !important;
    }

    .hms-discription__title {
        font-size: 26px;
    }

    .hms-discription__discr {
        font-size: 20px;
    }

    .hms-discription__item {
        font-size: 18px;
        margin-bottom: 0px;
    }

}

@media only screen and (max-width: 800px) {
    .home-main-section__top {
        margin-bottom: 40px;
        margin-right: 0px;
    }

    .home-main-section__bottom {
        display: none;
    }

    .top-shape {
        left: 424px !important;
    }
     .top-bord {
        width: 424px !important;
    }

    .hms-title__discr {
        width: 500px !important;
    }

    .home-main-section__title {
        font-size: 36px !important;
        margin-bottom: 20px !important;
    }

    .hms-title__fon {
        top: 34px !important;
        width: 380px !important;
    }

    .hms-discription__title {
        font-size: 20px;
    }

    .hms-discription__discr {
        font-size: 18px;
    }

    .hms-discription__item {
        font-size: 14px;
    }

}

@media only screen and (max-width: 640px) {
    .top-shape {
        left: 270px !important;
        height: 305px !important;
    }

    .top-bord {
        top: 0px !important;    
        width: 270px !important; 
        height: 305px !important;
    }

    .home-main-section__title {
        padding-top: 20px;
    }

    .hms-title__fon {
        top: 57px !important;
    }


    .hms-title__discr {
        padding-top: 103px;
        padding-right: 20px;
        border: 2px solid #F3DE09;
        width: 480px !important;
        border-bottom-right-radius: 20px;
    }

    .home-main-section__top {
        padding-top: 0px !important;
    }

    .hms-discription__container {
        padding: 20px 20px 20px 20px;
    }

    .hms-discription__title {
        font-size: 18px;
    }

    .hms-discription__discr {
        font-size: 16px;
    }

    .hms-discription__item {
        font-size: 12px;
    }

}


















/* --------------------- please-note-section  --------------------- */

.please-note-section {
    margin-bottom: 100px;
}

.please-note-section__title {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
}

.please-note-section__discription {
    width: 60%;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 40px;
}

.please-note-section__card-product  {
    display: flex;
    flex-wrap: wrap;
}

.please-note-section {
    margin-bottom: 100px;
}

.please-note-section__card-product  {
    display: flex;
}

.card-component {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 305px;
    height: 480px;
    padding: 20px 20px 20px 20px;
    background-color: #FFFFFF;
    border: 1px solid #DFE0E1;
    margin-right: 20px;
    margin-bottom: 20px;
    z-index: 0;
}

.card-component__top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-component__bootom {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.card-component:hover {
    border: 1px solid #F3DE09;
}

.card-component:nth-child(4) {
    margin-right: 0px;
}

.card-component:nth-child(8) {
    margin-right: 0px;
}

.card-component__img {
    height: 150px;
    margin-bottom: 20px;
}

.card-component__vendor {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #1D252C;
}

.card-component__name {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #3E6BA7;
    cursor: pointer;
}

.card-component__name:hover {
  color: #32C120;
}

.card-component__basket-block{
    display: flex;
}

.cc-basket-block__delivry-block {
    display: flex;
    justify-content: flex-end;
}

.basket-block__quantity-item  {
    display: flex;
    margin-right: 20px;
}

.delivry-block__quantity {
    padding-left: 24px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #32C120;
    background-image: url(../../public/images/check.svg);
    background-position: left;
    background-repeat: no-repeat;
}

.delivry-block__quantity_0 {
    color: #D8D9DB;
    background-image: url(../../public/images/check_red.svg);
}   

.delivry-block__delivery-time {
    padding-left: 30px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #6F7172;
    background-image: url(../../public/images/delivery-icon.svg);
    background-position: left;
    background-repeat: no-repeat;
}

.card-component__price-block {
    margin-bottom: 20px;
}

.card-component__price {
    text-align: right;
    font-size: 34px;
    line-height: 30px;
    font-weight: 800;
    color: #1D252C;
    background-repeat: no-repeat;
    background-position: right;   
}

.card-component__price-nalog {
    text-align: right;
    font-size: 12px;
}


/* --------------  index-page-seo-block ----------------- */

.index-page-seo-block {
    margin-bottom: 100px;
}

.index-page-seo-block__container {
    padding: 40px 40px 40px 60px;
    border: 1px solid #F3DE09;
    border-radius: 20px;

}

.index-page-seo-block__title {
    margin-bottom: 10px;
}

.index-page-seo-block__discription {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 10px;
}

.index-page-seo-block__item {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 2px;
}

.index-page-seo-block__item:last-of-type {
    margin-bottom: 20px;
}

.feedback-section__title {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 40px;
}

/* ------------------- Footer --------------------  */

.footer {
    height: 400px;
    padding-top: 40px;
    background-color: #1D252C;
}

.footer__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.footer__content {
    display: flex;
}

.footer-logo-block,
.footer-nav,
.footer-contact {
    width: 413px;
}

.footer-nav {
    display: block;
    margin-right: 20px;
}

.footer-nav__link {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.footer-nav__item:not(:last-of-type) {
    margin-bottom: 2px;
}

.footer-contact__item {
    display: flex;
    margin-bottom: 20px;
}

.footer-contact__item:not(:last-of-type) {
    margin-bottom: 8px;
}

.footer-contact-item__icon {
    margin-right: 20px;
}

.footer-contact-item__text {
    color: #ffffff;
}

.footer-logo-block__logo {
    margin-bottom: 140px;
}

.footer__copyright {
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
    color: #FFFFFF;
}


@media only screen and (max-width: 1280px) {
    .container {
        width: 1000px;
    }

    .main-section-index-page {
        height: 300px;
    }

    .home-main-section__title_big {
        width: 680px;
        font-size: 92px;
        line-height: 110px;
    }

    .hms-title__logo {
        left: 510px;
        bottom: 72px;
    }

    .bottom-bord {
        width: 494px;
        height: 350px;
    }

    .bottom-shape {
        width: 350px;
        height: 351px;
        bottom: 0;
        left: 157px;
    }

    .top-bord {
        width: 702px;
        height: 320px;
        top: -50px;
    }

    .card-component {
        width: 235px;
        height: 340px;
    }

    .card-component__img {
        height: 110px;
    }

    .card-component__vendor {
        font-size: 12px;
    }

    .card-component__name {
        font-size: 12px;
    }

    .card-component__price-block {
        margin-bottom: 0px;
    }

    .delivry-block__quantity{
        margin-right: 0px;
    }

    .card-component__price {
        font-size: 32px; 
    }
}

@media only screen and (max-width: 1024px) {
    .container {
        width: 960px;
    }

    .main-section-index-page {
        margin-bottom: 100px;
    }

    .home-main-section__top {
        padding-top: 20px;
    }

    .home-main-section__title {
        font-size: 46px;
    }

    .home-main-section__bottom {
        background: linear-gradient(to right, #FFFFFF 60%, #F3DE09 40%);
    }

    .home-main-section__title_big {
        width: 680px;
        font-size: 92px;
        line-height: 110px;
    }

    .hms-title__logo {
        left: 510px;
        bottom: 72px;
    }

    .bottom-bord {
        width: 453px;
        height: 350px;
    }

    .bottom-shape {
        width: 350px;
        height: 351px;
        bottom: 0;
        left: 157px;
    }

    .top-bord {
        width: 544px;
        height: 290px;
        top: -20px;
    }

    .top-shape {
        left: 544px;
        width: 210px;
        height: 290px;
    }

    .hms-title__discr {
        width: 530px;
        font-size: 16px;
    }

    .card-component {
        width: 232px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 960px) {
    .container {
        width: 800px;
    }

    .main-section-index-page {
        height: 250px;
    }

    .hms-title__logo {
        left: 344px;
        bottom: 63px;
    }

    .hms-title__fon {
        width: 520px;
    }

    .home-main-section__title_big {
        width: 366px;
        font-size: 64px;
        line-height: 77px;
    }

    .bottom-bord {
        width: 293px;
        height: 284px;
    }

    .card-component {
        width: 260px;
        height: 380px;
    }

    .card-component:nth-child(3) {
        margin-right: 0px;
    }

    .card-component:nth-child(4) {
        margin-right: 10px;
    }

    .card-component:nth-child(6) {
        margin-right: 0px;
    }

    .card-component:nth-child(7) {
        display: none;
    }

    .card-component:nth-child(8) {
        display: none;
    }

}

@media only screen and (max-width: 800px) {
    .container {
        width: 640px;
    }

    .header-navigation__list li:not(:last-of-type) {
        display: none;
    }

    .haader__line,
    .haader__square {
        display: none;
    }

    .header__container {
        flex-direction: row !important;
    }

    .card-component {
        width: 206px;
        height: 340px;
    }
}

@media only screen and (max-width: 640px) {
    .container {
        width: 480px;
    }

    .card-component {
        width: 235px;
    }

    .card-component:nth-child(2) {
        margin-right: 0px;
    }

    .card-component:nth-child(3) {
        margin-right: 10px;
    }

    .card-component:nth-child(4) {
        margin-right: 0px;
    }
}