/*Гарантия*/
html {
list-style: none;
box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

h1,
h2,
h3,
p,
ul {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    src: url("/sans/Roboto-Light.woff") format("woff"), url("/sans/Roboto-Light.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/sans/Roboto-Regular.woff") format("woff"), url("/sans/Roboto-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Roboto";
    src: url("/sans/Roboto-MediumItalic.woff") format("woff"), url("/sans/Roboto-MediumItalic.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/sans/Roboto-Medium.woff") format("woff"), url("/sans/Roboto-Medium.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/sans/Roboto-Bold.woff") format("woff"), url("/sans/Roboto-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Stem-Regular";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url("/sans/Stem-Regular.woff") format("woff"), url("/sans/Stem-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "tilla";
    font-weight: 100;
    font-style: normal;
    font-display: swap;
    src: url("/sans/tilla-regular.woff") format("woff"), url("/sans/11zon_Tilla-Regular.woff2") format("woff2");
}


:root {
    --color-white: rgba(225, 225, 225);
    --color-white: white;
    --color-dark: #4d4d4d;
    --color-light: #808080;
    --color-accent: #6c38cc;
    --color-dark-grey: #1e1f29;
    --color-black: #16171d;
    --color-black-mat: #000000;
    --color-roze: #e47ad5;
    --color-gradient__1: linear-gradient (93.33deg, #d77be6 9.26%, #be63e6 42.32%, #6c38cc 104.58%);
    --color-perpple: #3F00FF;
    --color-state-blue: #6A5ACD;
    --color-blue: #0000FF;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}


.container-header {
    background: linear-gradient(to bottom, #5fc3e4, #EEAECA);
    display: block;
    position: fixed;
    top: 0;
    width: 1440px;
    z-index: 999;
    margin-bottom: 0px;
}

.flex__container__1 {
    width: auto;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.flex__container__1 ul li a:hover {
    color: var();
}

.flex__container__1 a {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    font-size: 19px;
    color: var(--color-state-blue);
}
/*Главная страница*/
.article__1 ul li a {
   padding-right: 20px;
}

/*Акции*/
.article__1:hover>.article-content__1 {
    display: initial;

}

.article__1 ul li a:hover {
    transition: .5s;

}

.arrow-down {
    float: right;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 2.5px 0 0 5px;
}

/*Доставка и Оплата*/
.article__2:hover>.article-content__2 {
    display: initial;
}

.article__2 ul li a:hover {
    transition: .5s;
}

.arrow-down {
    float: right;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 2.5px 0 0 5px;
}

/*Гарания*/
.article__3:hover>.article-content__3 {
    display: initial;
}

.article__3 ul li a:hover {
    transition: .5s;
}

.arrow-down {
    float: right;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 2.5px 0 0 5px;
}

/*Услуги*/
.article__4:hover>.article-content__4 {
    display: initial;
}

.article__4 ul li a:hover {
    transition: .5s;
}

.arrow-down {
    float: right;
    left: 0;
    width: 14px;
    height: 14px;
    margin: 2.5px 0 0 5px;
}

/*О нас*/
.article__5 ul li a:hover {
    transition: .5s;
}
.article__6 {
 padding-right: 20px;
}

/*Контакты*/
.article__6 ul li a:hover {
    transition: .5s;
}

.logo__1 {
    font-family: "tilla";
    font-weight: 100;
    font-size: 20px;
    padding-left: 20px;
    align-items: center;
    color: var(--color-accent);
    width: auto;
}

.logo__1::first-letter {
    color: orange;
    font-size: 1em;
    /* Увеличить в 2 раза */
    font-weight: 900;
    margin-right: 5px;
}

.header__container__2

/*header__container*/
    {
    position: relative;
    z-index: 100;
    background-color: var();
    /*box-shadow: 0 4px 4px rgba(135, 135, 135, 0.25);*/
}


.nav__link {
    font-family: "Stem-Regular";
    font-weight: 400;
    font-size: 19px;
    line-height: 19px;
    text-align: right;
    color: var(--color-white);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-end было*/

}

/*SEARCH*/
.container-search {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}

.search input {
    width: 30em;
    height: 2.5em;
    border-radius: 10px;
    font-size: 20px;
    padding: 5px 16px;
    background: transparent;
    border: 2px solid var(--color-light);
    text-transform: capitalize;
    letter-spacing: 1px;
}

.search input::placeholder {
    font-family: "Roboto-Bolt", sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: var(--color-state-blue);

}

.nav__list {
    display: flex;
    align-items: center;

}

.nav__item:not(:last-child) {
    margin-right: 60px;
}

.cart {
    width: auto;
    /* Это ваши границы для бартера */
    float: left;
    position: relative;
    padding: 10px 20px;
    /*40 20*/
    transition: background-color 0.3s;
}

.cart.active:hover {
    cursor: pointer;
    background-color: rgba(93, 113, 221, 0.1)
}

.cart__text {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.cart__quantity {
    position: absolute;
    right: 2px;
    top: 40%;
    transform: translateY(-50%);
    color: #fff;
    background-color: #de707b;
    border-radius: 100%;
    padding: 3px;
    min-width: 16px;
    min-height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
}

.cart-content {
    cursor: default;
    position: absolute;
    right: 0;
    top: 100%;
    width: 490px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(135, 135, 135, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.cart.active:hover .cart-content {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0.3s;
}

.content {
    padding-top: 90px;
}

.cart-content__list {
    max-height: 330px;
}

.cart-product {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    transition: background-color 0.3s;
}

.cart-product:hover {
    background-color: rgba(77, 77, 77, 0.2);
}

.cart-product__img {
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    margin-right: 20px;
}

.cart-product__title {
    max-width: 280px;
    margin-bottom: 15px;
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dark);
}

.cart-product__price {
    font-family: "Roboto-Bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-dark);
}

.cart-product__delete {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-color: transparent;
    padding: 0;
    background-image: url("/img/trash_bin_icon-icons.com_67981.svg");
    background-position: center;
    background-repeat: no-repeat;
}

.cart-content__bottom {
    padding: 24px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-content__fullprice {
    display: flex;
    flex-direction: column;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-dark);
}

.fullprice {
    margin-top: 8px;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-dark);
}

.cart-content__btn {
    width: 246px;
    text-align: center;
}

.simplebar-track.simplebar-vertical {
    width: 4px;
    background: rgba(77, 77, 77, 0.1);
    border-radius: 5px;
    margin-top: 20px;
    height: calc(100% - 40px);
    right: 5px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar ::before {
    background: rgba(77, 77, 77, 0.2);
    border-radius: 5px;
    width: 100%;
    opacity: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn {
    border: none;
    padding: 14px 0;
    border-radius: 4px;
    color: #fff;
    background-color: var(--color-accent);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.btn:hover {
    background-color: var(--color-accent);
    transition: background-color 0.3s ease-in-out;
}

.order-modal {
    padding: 40px;
    width: 592px;
    min-height: 542px;
}

.order-modal__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-modal__title {
    margin-bottom: 40px;
    font-weight: 600px;
    font-size: 18px;
    line-height: 20px;
    color: var(--color-accent);
}

.order-modal__number {
    font-family: "Roboto", sans-serif;
    font-weight: 400px;
    font-size: 12px;
    line-height: 20px;
    /* identical to box height, or 167% */
    text-align: right;
    color: var(--color-light);
}

.order-modal__info {
    margin-bottom: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 34px 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-light);
}

.order-modal__info span {
    font-weight: 600;
}

.order-modal__info-item:not(:last-child) {
    margin-bottom: 15px;
}

.order-modal__btn {
    position: relative;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: var(--color-light);
}

.order-modal__btn::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 7px;
    background-image: url("/img/down-arrow-svgrepo-com.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.order-modal__btn.open::after {
    transform: translateY(-50%) rotate(180deg);
}

.order {
    padding: 0 40px;
}

.order__label {
    margin-bottom: 14px;
    display: flex;
    /*было display: flex*/
    flex-direction: column;
    /*было align-items: center;*/
    justify-content: space-between;
    /*было justify-content: space-between; */
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-light);
}

.order__input {
    padding-left: 14px;
    padding-right: 14px;
    width: 240px;
    height: 45px;
    background: #efefef;
    border-radius: 4px;
    border: none;
}

.order__input::placeholder {
    color: #b1b1b1;
}

.order-product {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-modal__list {
    padding-top: 20px;
    padding-bottom: 20px;
}

.order-product__img {
    max-width: 60px;
    max-height: 60px;
    object-fit: cover;
    margin-right: 10px;
}

.order-modal__item:not(:last-child) {
    margin-bottom: 14px;
}

.order__btn.btn {
    width: 100%;
}

.order-product__text {
    margin-right: 10px;
}

.order-product__title {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--color-dark);
}

.order-product__price {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-dark);
}

.order-product__delete {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: var(--color-light);
}

.container__main-3 {
    font-family: "Roboto-Regular", sans-serif;
    list-style: none;
    padding: 5px;
    margin-top: 90px;
    background: #eee;
    width: 1440px;
    height: auto;
    border: 1px solid #909090;

}

.main__title-1 {
    background: #eee;
    margin-bottom: 20px;
}

h2 {
    padding: 10px;
    color: #909090;
    font-size: 1.5rem;
    
}

.main__text-1 {
    background: var(--color-white);
    padding: 10px;
}

ul {
    padding-left: 40px;
    font-size: 1.1rem;
    color: #909090;
    list-style: none;

}

p {
    padding: 0 0 0 0px;
    color: #909090;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.main__title-2 {
    
    background: #eee;
     margin-bottom: 20px;
}

h2 {
    padding: 10px;
    color: #909090;
    font-size: 1.5rem;
    
}

.main__text-2 {
    background: var(--color-white);
    padding: 10px;
}

ul {
    padding-left: 40px;
    font-size: 1.1rem;
    color: #909090;
    list-style: none;

}

p {
    padding: 0 0 0 0px;
    color: #909090;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.main__title-3 {
     
    background: #eee;
    margin-bottom: 20px;
}

h2 {
    padding: 10px;
    color: #909090;
    font-size: 1.5rem;
    
}

.main__text-3 {
    background: var(--color-white);
    padding: 10px;
}

ul {
    padding-left: 40px;
    font-size: 1.1rem;
    color: #909090;
    list-style: none;

}

p {
    padding: 0 0 0 0px;
    color: #909090;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.main__title-4 {
     
    background: #eee;
     margin-bottom: 20px;
}

h2 {
    color: #909090;
    font-size: 1.5rem;
    padding: 10px;
    
}

.main__text-4 {
    background: var(--color-white);
    padding: 10px;
}

ul {
    padding-left: 40px;
    font-size: 1.1rem;
    color: #909090;
    list-style: none;

}

p {
    padding: 0 0 0 0px;
    color: #909090;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
/*
.main__title-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    font-family: "Roboto-Regular", Helvetica, Arial, sans-serif;
    background: #eee;
}

h2 {
    color: #909090;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.line {
    display: block;
    height: 3px;
    border: none;
    border-top: 3px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.main__text-2 {
    background: var(--color-white);
}

ul {
    padding-left: 40px;
    font-size: 1.5rem;
    color: #909090;
}

.main__text-2 li,
p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__text-3 li,
p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main__text-3 {
    background: var(--color-white);
}

/*Footer*/
.container__footer {
     
    background: linear-gradient(to bottom, #EEAECA, #5fc3e4);
    width: 1440px;
    height: 35vh;
}

.item {
    display: grid;
    height: 200px;
    grid-template: repeat(1, 1fr) / repeat(3, 1fr);
    gap: 20px 10px;
    line-height: 50px;
    padding: 20px;
    margin-bottom: 40px;
}

/*.item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-align: center;
    line-height: 4rem;
    
}
*/
.column {
    font-family: "Roboto-Bolt", sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.5px;
    color: var(--color-state-blue);
}

.item-1 a,
.item-2 a,
.item-3 a,
.item-4 {
    font-family: "Roboto-Medium", sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: var(--color-accent);
}

.soshial-icon__instagram {
    display: flex;
    align-items: center;
    gap: 5px;
}

.soshial-icon__whatsapp {
    display: flex;
    align-items: center;
    gap: 5px;
}

.soshial-icon__telegramm {
    display: flex;
    align-items: center;
    gap: 5px;
}

.content__date-year {
    width: auto;
    font-family: "Roboto-Regular", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    gap: 5px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}