@import url(https://fonts.googleapis.com/css?family=Figtree:300,regular,500,600,700,800,900,300italic,italic,500italic,600italic,700italic,800italic,900italic);

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
}

body {
    margin: 0;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
}

input,
textarea,
select,
button,
.slick-slide,
.slick-tarck,
.slick-list {
    outline: none;
}

input,
textarea {
    margin: 0;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 16px;
}

button {
    border: none;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: block;
    font-size: inherit;
    color: inherit;
}

img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

*::before,
*::after {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    font-family: "Figtree", sans-serif;
}

html,
body {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 1 auto;
}

.container {
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
}
.container-left {
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
    padding-left: 100px;
    padding-right: 0px;
}

.container_item {
    max-width: 1750px;
    width: 100%;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
}

@media (max-width: 1280px) {
    .container {
        padding: 0 40px;
    }
    .container-left {
        padding-left:40px;
        padding-right: 40px;
    }

    .container_item {
        padding: 0 20px;
    }
}

@media (max-width: 800px) {
    .container {
        padding: 0 20px;
    }
    .container-left {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container_item {
        padding: 0 20px;
    }
}

:root {
    --colorGeen: #76e5a9;
    --colorBlue: #00b4d8;
    --colorBlueWhite: #caf0f8;
    --colorBlueDark: #03045e;
}

.titleSection {
    text-align: center;
    color: var(--colorBlueDark);
    font-weight: 500;
    line-height: 1.52;
    font-size: 40px;
}

@media (max-width: 1600px) {
    .titleSection {
        font-size: 36px;
    }
}

@media (max-width: 1280px) {
    .titleSection {
        font-size: 34px;
    }
}

@media (max-width: 800px) {
    .titleSection {
        font-size: 30px;
    }
}

.tabContent {
    display: none;
}

.slick-dots {
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

@media (max-width: 600px) {
    .slick-dots {
        margin-top: 30px;
    }
}

.slick-dots li {
    list-style: none;
    margin: 0px 8px;
    cursor: pointer;
    height: 5px;
    width: 50px;
    background-color: var(--colorBlueWhite);
    border-radius: 0.84;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .slick-dots li:hover {
        opacity: 0.7;
    }
}

@media (max-width: 600px) {
    .slick-dots li {
        width: 32px;
    }
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    cursor: not-allowed;
    background-color: var(--colorBlueDark);
}

.header {
    position: relative;
    z-index: 100;
}

.header__top {
    padding: 30px 0 45px 0;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 20px;
}

@media (max-width: 1600px) {
    .header__top {
        padding: 30px 0 35px 0;
    }
}

@media (max-width: 600px) {
    .header__top {
        flex-direction: column;
        padding: 20px 0;
    }
}

.header__top-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 22px;
}

@media (max-width: 600px) {
    .header__top-right {
        width: 100%;
        align-items: center;
        gap: 20px;
    }
}

.header__top-right .lang {
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__top-right .lang:hover {
        opacity: 0.7;
    }
}

.header__top-body {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 600px) {
    .header__top-body {
        width: 100%;
        flex-direction: column;
    }
}

.header__logo {
    max-width: 340px;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__logo:hover {
        opacity: 0.7;
    }
}

@media (max-width: 1600px) {
    .header__logo {
        max-width: 300px;
        padding-bottom: 2px;
    }
}

@media (max-width: 1000px) {
    .header__logo {
        max-width: 260px;
    }
}

@media (max-width: 500px) {
    .header__logo {
        max-width: 250px;
    }
}

.header__search {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .header__search {
        display: none;
    }
}

@media (max-width: 600px) {
    .header__search {
        width: 100%;
        display: flex;
    }
}

.header__search input {
    width: 100%;
    background: #f3f6f8;
    padding: 10px 17px;
}

.header__search input::-moz-placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    color: rgba(3, 4, 94, 0.29);
    font-weight: 500;
}

.header__search input::placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 16px;
    color: rgba(3, 4, 94, 0.29);
    font-weight: 500;
}

.header__search button {
    width: 45px;
    background-image: url("../images/icons/search_btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__search button:hover {
        opacity: 0.7;
    }
}

.header__track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 9px 15px;
    border-radius: 6px;
    background: var(--colorGeen);
    color: var(--colorBlueDark);
    font-weight: 600;
    line-height: 1.5;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__track:hover {
        opacity: 0.7;
    }
}

@media (max-width: 600px) {
    .header__track {
        width: 100%;
    }
}

.header__login {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--colorBlueDark);
    font-weight: 700;
    line-height: 1.5;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__login:hover {
        opacity: 0.7;
    }
}

.header__cart {
    width: 22px;
    height: 20px;
    background-image: url("../images/icons/cart_btn.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__cart:hover {
        opacity: 0.7;
    }
}

.header__cart-count {
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.183px;
    text-align: center;
    padding: 0 3px;
    border-radius: 3px;
    background: #f0f0f0;
    top: -4px;
    right: -10px;
}

.header__menu {
    background: #021a6f;
    color: #fff;
    padding: 8px 0;
}

@media (max-width: 1000px) {
    .header__menu {
        padding: 15px 0;
    }
}

.header__menu .menu__list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

@media (max-width: 1200px) {
    .header__menu .menu__list {
        gap: 20px;
    }
}

@media (max-width: 1000px) {
    .header__menu .menu__list {
        margin-top: 10px;
        display: none;
        flex-direction: column;
    }

    .header__menu .menu__list li+li {
        margin-top: 15px;
    }
}

.header__menu .menu__list li {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: -30px;
}

@media (min-width: 1000px) {
    .header__menu .menu__list li:hover>.sub-menu {
        pointer-events: auto;
        opacity: 1;
    }
}

.header__menu .menu__list li.menu__item {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 0.183px;
    text-transform: capitalize;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__menu .menu__list li.menu__item:hover {
        color: var(--colorGeen);
    }
}

.header__menu .menu__list li.arrow>a {
    position: relative;
    padding-right: 25px;
}

.header__menu .menu__list li.arrow>a::before {
    transition: 0.3s ease;
    content: "";
    width: 15px;
    height: 10px;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    background-image: url("../images/icons/menuArrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__menu .menu__list li.active>a::before {
    transform: translate(0, -50%) rotate(180deg);
}

.header__menu .menu__list li .sub-menu {
    max-width: 300px;
    width: -moz-max-content;
    width: max-content;
    top: calc(100% - 10px);
    left: 0;
    position: absolute;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s ease;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
    color: var(--colorBlueDark);
    padding: 10px;
    font-size: 16px;
}

@media (max-width: 1000px) {
    .header__menu .menu__list li .sub-menu {
        display: none;
        width: 100%;
        max-width: 100%;
        position: relative;
        color: #fff;
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        text-align: center;
        box-shadow: none;
        transition: none;
    }
}

.header__menu .menu__list li .sub-menu li {
    text-align: left;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .header__menu .menu__list li .sub-menu li:hover {
        color: var(--colorGeen);
    }
}

@media (max-width: 1000px) {
    .header__menu .menu__list li .sub-menu li {
        text-align: center;
    }
}

.header__menu .menu__list li .sub-menu li+li {
    margin-top: 10px;
}

.header__menu-btn {
    display: none;
}

@media (max-width: 1000px) {
    .header__menu-btn {
        margin-left: auto;
        display: block;
        width: 26px;
        height: 26px;
        background-image: url("../images/icons/menu_btn.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media (max-width: 600px) {
    .header__menu-btn {
        margin: 0 auto;
    }
}

.promo12 {
    background: linear-gradient(274deg,
            rgba(0, 169, 225, 0.13) 20.8%,
            rgba(0, 169, 225, 0) 63.89%),
        #f1f3f7;
}





.promo__item.promo2 .promo__item-title,
.promo__item.promo2 .promo__item-dscr {
    /* color: #fff; */
}

.promo__item.promo1 {
    background: linear-gradient(274deg,
            rgba(0, 169, 225, 0.13) 20.8%,
            rgba(0, 169, 225, 0) 63.89%),
        #f1f3f7;
}

.promo__item.promo3 {
    /* background: linear-gradient(271deg, #f1e155 20.35%, #96c907 85.83%), #f1f3f7; */
}

.promo__item.promo3 .promo__item-title,
.promo__item.promo3 .promo__item-dscr {
    /* color: #fff; */
}

.promo__item {
    display: flex !important;
    align-items: center;
    gap: 40px;
}

.promo__item-title {
    color: var(--colorBlueDark);
    font-size: 64px;
    font-weight: 900;
    letter-spacing: -0.78px;
    margin-bottom: 20px;
}

@media (max-width: 1600px) {
    .promo__item-title {
        font-size: 54px;
    }
}

@media (max-width: 1450px) {
    .promo__item-title {
        font-size: 41px;
    }
}

@media (max-width: 1280px) {
    .promo__item-title {
        font-size: 45px;
    }
}

@media (max-width: 1100px) {
    .promo__item-title {
        font-size: 58px;
    }
}

@media (max-width: 700px) {
    .promo__item-title {
        font-size: 48px;
    }
    
}

@media (max-width: 500px) {
    .promo__item-title {
        font-size: 40px;
    }
    .cate{
        padding: 0px 0px !important
    }
}

@media (max-width: 350px) {
    .promo__item-title {
        font-size: 32px;
    }
}

.promo__item-title span {
    color: var(--colorBlue);
}

.promo__item-dscr {
    color: var(--colorBlueDark);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}

@media (max-width: 1600px) {
    .promo__item-dscr {
        font-size: 20px;
    }
}

@media (max-width: 1450px) {
    .promo__item-dscr {
        font-size: 15px;
    }
}

@media (max-width: 1280px) {
    .promo__item-dscr {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

@media (max-width: 350px) {
    .promo__item-dscr {
        font-size: 16px;
    }
}

.promo__item-btn {
    text-align: center;
    background: var(--colorGeen);
    padding: 8px 16px;
    color: var(--colorBlueDark);
    border-radius: 5px;
    font-weight: 600;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .promo__item-btn:hover {
        opacity: 0.7;
    }
}

@media (max-width: 600px) {
    .promo__item-btn {
        width: 100%;
        display: block;
        padding: 10px 16px;
    }

    .promo__item-content {
        max-width: 680px;
        padding: 50px 10px;
    }

}

@media (min-width: 650px) {
    .promo__item-content {
        max-width: 680px;
        padding: 50px 0;
    }

}

.promo__item-img {
    max-width: 893px;
    width: 46.51vw;
    position: relative;
}

.promo3 .promo__item-img img {
    max-width: 713px;
    width: 46.51vw;
    position: absolute;
}

@media (max-width: 1000px) {
    .promo__item-img {
        display: none;
    }
}

@media (max-width: 1025px) {
    .promo-im-2 {
        display: none;
    }

    .promo-im-3 {
        display: none;
    }


}

@media (min-width: 700px) and (max-width: 1450px) {
    .promo__padding {
        padding: 0px 0px 0px 5px !important;
    }
/* 
    .promo-im-2 {
        position: absolute !important;
        bottom: 0 !important;
        right: 42px !important;
        width: 50% !important;
    }

    .promo-print-im {
        margin-left: 40px !important;
    }

    .promo-im-3 {
        position: absolute !important;
        bottom: 0 !important;
        right: 0px !important;
        width: 50% !important;
    } */

}

@media (min-width: 1500px) {
    .promo__padding {
        padding: 0px 0px 0px 1px !important;
    }

    /* .promo-im-2 {
        position: absolute !important;
        bottom: 0 !important;
        right: 142px !important;
        width: 50% !important;
    }

    .promo-print-im {
        margin-left: 32px !important;
    }

    .promo-im-3 {
        position: absolute !important;
        bottom: 0 !important;
        right: 5px !important;
        width: 50% !important;
    } */


}

.categories {
    padding: 70px 0;
}

@media (max-width: 800px) {
    .categories {
        padding: 50px 0;
    }
}

.categories__title {
    margin-bottom: 40px;
}

@media (max-width: 1000px) {
    .categories__title {
        margin-bottom: 30px;
    }
}

.categories__item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    position: relative;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .categories__item:hover {
        opacity: 0.8;
    }

    .categories__item:hover .categories__item-title {
        color: var(--colorBlueDark);
    }
}

@media (max-width: 600px) {
    .categories__item {
        height: 230px !important;
    }
}

.categories__item-title {
    position: absolute;
    color: var(--colorBlue);
    font-size: 34px;
    font-weight: 900;
    line-height: 1.5;
    transition: 0.3s ease;
}

@media (max-width: 1600px) {
    .categories__item-title {
        font-size: 30px;
    }
}

@media (max-width: 1280px) {
    .categories__item-title {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .categories__item-title {
        font-size: 21px;
        width: 60%;
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        right: auto !important;
        bottom: auto !important;
        padding: 8px;
        background: var(--colorBlue);
        color: #fff;
        text-align: center;
        border-radius: 4px;
    }
}

.categories__items-top {
    display: grid;
    grid-template-columns: 0.9fr 1fr 0.9fr;
    gap: 22px;
    margin-bottom: 25px;
}

@media (max-width: 1000px) {
    .categories__items-top {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }
}

@media (max-width: 600px) {
    .categories__items-top {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
}

.categories__items-top .categories__item {
    height: 364px;
}

@media (max-width: 1280px) {
    .categories__items-top .categories__item {
        height: 300px;
    }
}

.categories__items-top .categories__item:nth-child(1) .categories__item-title {
    top: 40px;
    right: 30px;
}

.categories__items-top .categories__item:nth-child(2) .categories__item-title,
.categories__items-top .categories__item:nth-child(3) .categories__item-title {
    top: 40px;
    left: 30px;
}

.categories__items-top .categories__item:nth-child(3) {
    background-position: center left;
}

.categories__items-bottom {
    display: grid;
    grid-template-columns: 0.5fr 1fr 0.5fr;
    gap: 22px;
}

@media (max-width: 1000px) {
    .categories__items-bottom {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }
}

@media (max-width: 600px) {
    .categories__items-bottom {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
}

.categories__items-bottom .categories__item {
    height: 204px;
}

.categories__items-bottom .categories__item:nth-child(1) .categories__item-title {
    top: 50%;
    transform: translate(0, -50%);
    right: 30px;
}

.categories__items-bottom .categories__item:nth-child(2) {
    background-position: left center;
}

.categories__items-bottom .categories__item:nth-child(2) .categories__item-title {
    bottom: 40px;
    right: 30px;
}

@media (max-width: 1000px) {
    .categories__items-bottom .categories__item:nth-child(2) .categories__item-title {
        left: 30px;
    }
}

.categories__items-bottom .categories__item:nth-child(3) {
    background-position: left center;
}

.categories__items-bottom .categories__item:nth-child(3) .categories__item-title {
    top: 40px;
    left: 30px;
}

.products {
    padding-bottom: 100px;
}

@media (max-width: 800px) {
    .products {
        padding-bottom: 50px;
    }
}

.products__title {
    margin-bottom: 23px;
}

.products__tabs {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    gap: 50px;
    color: var(--colorBlue);
    font-size: 28px;
    font-weight: 700;
    flex-wrap: wrap;
}

@media (max-width: 1600px) {
    .products__tabs {
        font-size: 26px;
    }
}

@media (max-width: 600px) {
    .products__tabs {
        gap: 20px;
        margin-bottom: 30px;
        font-size: 21px;
    }
}

.products__tab {
    cursor: pointer;
    transition: 0.3s ease;
    color: var(--colorBlue);
}

.products__tab.active {
    color: var(--colorBlueDark);
    cursor: not-allowed;
}

@media (any-hover: hover) {
    .products__tab:hover {
        color: var(--colorBlueDark);
    }
}

.products__items {
    display: grid;
    grid-template-columns: repeat(5, minmax(auto, 1fr));
    gap: 40px 30px;
}

@media (max-width: 1280px) {
    .products__items {
        grid-template-columns: repeat(4, minmax(auto, 1fr));
        gap: 20px;
    }
}

@media (max-width: 1000px) {
    .products__items {
        grid-template-columns: repeat(3, minmax(auto, 1fr));
    }
}

@media (max-width: 800px) {
    .products__items {
        grid-template-columns: repeat(2, minmax(auto, 1fr));
    }
}

@media (max-width: 500px) {
    .products__items {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
}

.products__item {
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
    padding: 0 15px;
    display: grid;
    grid-auto-flow: row;
    grid-template: auto 1fr auto auto/1fr;
    position: relative;
    transition: 0.3s ease;
    cursor: pointer;
}

@media (any-hover: hover) {
    .products__item:hover .products__item-img img {
        opacity: 0.7;
    }
}

.products__item-cat {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #f1f3f7;
    background: #fff;
    font-size: 10px;
    color: var(--colorGeen);
}

.products__item-cat.gray {
    color: #aaa;
}

.products__item-img {
    height: 250px;
    margin: 0 -15px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f3f7;
    margin-bottom: 24px;
}

.products__item-img img {
    transition: 0.3s ease;
    height: 220px;
    object-fit: contain;
}
@media(max-width:1600px){
    .products__item-img{
        height: 250px;
        margin: 0 -15px;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f1f3f7;
        margin-bottom: 24px;
    }
    .products__item-img img {
        transition: 0.3s ease;
        height: 220px;
        object-fit: contain;
    }
}

.products__item-title {
    color: var(--colorBlueDark);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.183px;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .products__item-title:hover {
        color: var(--colorBlue);
    }
}

@media (max-width: 1600px) {
    .products__item-title {
        font-size: 18px;
    }
}

.products__item-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.products__item-code {
    color: #aaa;
    font-size: 10px;
    letter-spacing: 0.183px;
}

.products__item-price {
    color: #03045E;
    font-size: 18px;
    line-height: 1.33;
}

.products__item-price span {
    font-size: 14px;
    text-transform: uppercase;
}

.products__item-btns {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
} 
@media(min-width:1280px) and (max-width:1377px){
    .products__item-btns{
        width: 182px;
        margin-left: -4px;
    }
}
@media(max-width:600px){
    .header__top{
        align-items: center;
    }
}

.products__item-btn {
    width: 100%;
    color: var(--colorBlueDark);
    padding: 12px;
    text-align: center;
    border-radius: 4px;
    background: #caf0f8;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    transition: 0.3s ease;
    white-space: nowrap;
}

@media (any-hover: hover) {
    .products__item-btn:hover {
        opacity: 0.7;
    }
}

.products__item-btn:last-child {
    background: var(--colorGeen);
    white-space: nowrap;
}

.brands {
    padding: 70px 0;
    background: #f1f3f7;
}

@media (max-width: 800px) {
    .brands {
        padding: 50px 0;
    }
}

.brands__title {
    margin-bottom: 50px;
}

@media (max-width: 1000px) {
    .brands__title {
        margin-bottom: 51px;
    }
}

.brands__slider {
    max-width: 1091px;
    margin: 0 auto;
}

.brands__slider .slick-dots {
    margin-top: 60px;
}

@media (max-width: 600px) {
    .brands__slider .slick-dots {
        margin-top: 40px;
    }
}

.services {
    padding: 90px 0;
}

@media (max-width: 800px) {
    .services {
        padding: 50px 0;
    }
}

.services__title {
    margin-bottom: 70px;
}

@media (max-width: 1600px) {
    .services__title {
        margin-bottom: 60px;
    }
}

@media (max-width: 1000px) {
    .services__title {
        margin-bottom: 30px;
    }
}

.services__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 30px;
}

@media (max-width: 1000px) {
    .services__items {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
}

.services__item {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
    padding: 20px;
    display: grid;
    grid-auto-flow: row;
    grid-template: auto 1fr auto auto/1fr;
    cursor: pointer;
}

@media (any-hover: hover) {
    .services__item:hover .services__item-img img {
        opacity: 0.7;
    }
}

.services__item-img {
    margin: -20px -20px 20px -20px;
}

.services__item-img img {
    transition: 0.3s ease;
    height: 170px;
}

.services__item-title {
    color: var(--colorBlueDark);
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 700;
    line-height: 1.13;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .services__item-title:hover {
        color: var(--colorBlue);
    }
}

@media (max-width: 1600px) {
    .services__item-title {
        font-size: 18px;
    }
}

.services__item-dscr {
    line-height: 1.5;
    margin-bottom: 35px;
}

.services__item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.services__item-price {
    font-size: 18px;
    color: var(--colorBlueDark);
}

.services__item-price span {
    font-size: 14px;
    text-transform: uppercase;
}

.services__item-btn {
    padding: 12px 20px;
    background: var(--colorGeen);
    color: var(--colorBlueDark);
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .services__item-btn:hover {
        opacity: 0.7;
    }
}

.reviews__title {
    margin-bottom: 50px;
}

@media (max-width: 1000px) {
    .reviews__title {
        margin-bottom: 30px;
    }
}

@media (max-width: 1280px) {
    .reviews__slider {
        max-width: 70%;
        margin: 0 auto;
    }
}

@media (max-width: 1000px) {
    .reviews__slider {
        max-width: 100%;
    }
}

.reviews__slider .slick-list {
    padding: 30px 0 !important;
    margin: -30px 0;
}

.reviews__slider .slick-track {
    display: flex !important;
    gap: 30px;
}
/* 
.promo__slider .slick-track {
    height: 640px;
} */

@media (max-width: 1280px) {
    .reviews__slider .slick-track {
        gap: 0;
    }
}

.reviews__item {
    display: grid !important;
    grid-template-columns: 0.6fr 0.4fr;
    gap: 10px;
}

@media (max-width: 650px) {
    .reviews__item {
        display: block !important;
    }

    .promo__slider .slick-track {
        height: auto;
    }
}

.reviews__item-user {
    max-width: 52px;
    border-radius: 50%;
    border: 0px solid #d7d7d7;
    flex-shrink: 0;
}

.reviews__item-main {
    border-radius: 8px;
    background: #f3f6f8;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 600px) {
    .reviews__item-main {
        padding: 20px;
    }
}

@media (max-width: 650px) {
    .reviews__item-product {
        display: none;
    }
}

.reviews__item-top {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.reviews__item-name {
    color: var(--colorBlueDark);
    font-weight: 500;
    letter-spacing: 0.183px;
    text-transform: capitalize;
    font-size: 20px;
}

.reviews__item-stars {
    display: flex;
    gap: 4px;
}

.reviews__item-stars span {
    width: 7.62px;
    height: 7.62px;
    background-image: url("../images/icons/star.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.reviews__item-stars span.active {
    background-image: url("../images/icons/star-active.svg");
}

.reviews__item-stars .count {
    color: var(--colorBlueDark);
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.155px;
    margin-top: -5px;
}

.reviews__item-dscr {
    color: var(--colorBlueDark);
    letter-spacing: 0.183px;
    margin-bottom: 20px;
}

.reviews__item-advantages,
.reviews__item-flaws {
    padding-left: 38px;
    position: relative;
}

@media (max-width: 600px) {

    .reviews__item-advantages,
    .reviews__item-flaws {
        padding-left: 30px;
    }
}

.reviews__item-advantages::before,
.reviews__item-flaws::before {
    content: "";
    width: 21px;
    height: 21px;
    top: 0px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width: 600px) {

    .reviews__item-advantages::before,
    .reviews__item-flaws::before {
        width: 18px;
        height: 18px;
    }
}

.reviews__item-advantages-title,
.reviews__item-flaws-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--colorBlueDark);
    letter-spacing: 0.183px;
    margin-bottom: 5px;
}

.reviews__item-advantages ul,
.reviews__item-flaws ul {
    color: var(--colorBlueDark);
    letter-spacing: 0.183px;
}

.reviews__item-advantages {
    margin-bottom: 10px;
}

.reviews__item-advantages::before {
    background-image: url("../images/icons/advantages.svg");
}

.reviews__item-flaws::before {
    background-image: url("../images/icons/flaws.svg");
}

.trigger {
    padding: 95px 0;
}

@media (max-width: 800px) {
    .trigger {
        padding: 50px 0;
    }
}

.trigger__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
}

@media (max-width: 900px) {
    .trigger__inner {
        grid-template-columns: repeat(1, minmax(auto, 1fr));
    }
}

.trigger__content {
    background: #f3f6f8;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);
    padding: 45px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

@media (max-width: 500px) {
    .trigger__content {
        padding: 50px 20px;
    }
}

.trigger__content::before {
    content: "";
    width: 375px;
    height: 100%;
    top: 0;
    right: 67px;
    background-image: url("../images/trigger__content.webp");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 600px) {
    .trigger__content::before {
        right: -70px;
    }
}

.trigger__content-title {
    font-size: 28px;
    color: var(--colorBlueDark);
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.183px;
}

@media (max-width: 450px) {
    .trigger__content-title {
        font-size: 26px;
    }
}

.trigger__content-dscr {
    color: #212529;
    line-height: 1.5;
    margin-bottom: 30px;
}

.trigger__content-btn {
    display: block;
    width: -moz-max-content;
    width: max-content;
    padding: 12px 15px;
    background: var(--colorGeen);
    color: var(--colorBlueDark);
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .trigger__content-btn:hover {
        opacity: 0.7;
    }
}

.trigger__form {
    background: rgba(21, 38, 99, 0.7);
    padding: 45px;
    display: flex;
    align-items: center;
}

@media (max-width: 500px) {
    .trigger__form {
        padding: 50px 20px;
    }
}

@media (max-width: 500px) {
    .trigger__form-inner {
        width: 100%;
    }
}

.trigger__form-title {
    font-size: 28px;
    color: #eaeced;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.183px;
}

@media (max-width: 450px) {
    .trigger__form-title {
        font-size: 26px;
    }
}

.trigger__form-dscr {
    color: #eaeced;
    line-height: 1.5;
    margin-bottom: 30px;
}

.trigger__form form {
    display: flex;
    gap: 12px;
}

@media (max-width: 450px) {
    .trigger__form form {
        width: 100%;
        flex-direction: column;
    }
}

.trigger__form form .input__wrapper {
    width: 100%;
}

.trigger__form form input {
    width: 100%;
    padding: 9px 17px;
    border-radius: 5px;
    background: #fff;
}

.trigger__form form input::-moz-placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    letter-spacing: 0.183px;
    color: #b3b3b3;
}

.trigger__form form input::placeholder {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    letter-spacing: 0.183px;
    color: #b3b3b3;
}

.trigger__form form button {
    text-align: center;
    background: var(--colorGeen);
    color: var(--colorBlueDark);
    padding: 10px 25px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .trigger__form form button:hover {
        opacity: 0.7;
    }
}

@media (max-width: 450px) {
    .trigger__form form button {
        width: 100%;
    }
}

.footer {
    padding: 65px 0 50px 0;
    background: #f3f6f8;
}

@media (max-width: 1000px) {
    .footer {
        padding: 50px 0;
    }
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 75px;
}

@media (max-width: 1000px) {
    .footer__inner {
        gap: 20px;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .footer__inner {
        padding-bottom: 30px;
    }
}

.footer__logo {
    display: block;
    max-width: 411px;
    margin-bottom: 45px;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .footer__logo:hover {
        opacity: 0.7;
    }
}

@media (max-width: 1600px) {
    .footer__logo {
        max-width: 360px;
    }
}

@media (max-width: 1112px) {
    .footer__logo {
        max-width: 320px;
    }
}

@media (max-width: 1000px) {
    .footer__logo {
        max-width: 260px;
    }
}

@media (max-width: 500px) {
    .footer__logo {
        max-width: 250px;
        margin-bottom: 30px;
    }
}

.footer__l-dscr {
    max-width: 445px;
    color: #021a6f;
    line-height: 1.37;
}

@media (max-width: 500px) {
    .footer__l-dscr {
        font-size: 14px;
    }
}

.footer__menu {
    display: flex;
    gap: 74px;
}

@media (max-width: 700px) {
    .footer__menu {
        gap: 40px;
    }
}

@media (max-width: 600px) {
    .footer__menu {
        flex-direction: column;
        gap: 20px;
    }
}

.footer__menu .menu__list li+li {
    margin-top: 5px;
}

.footer__menu .menu__list li {
    color: var(--colorBlue);
    font-weight: 700;
    line-height: 1.37;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .footer__menu .menu__list li:hover {
        color: var(--colorBlueDark);
    }
}

.footer__menu .menu__list.contact li {
    font-weight: 600;
    line-height: 1.5;
}

.footer__menu-title {
    color: var(--colorBlueDark) !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 1.33 !important;
    margin-bottom: 20px !important;
}

.footer__social {
    margin-top: 24px;
    display: flex;
    gap: 10px;
}

.footer__social img {
    width: 30px;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .footer__social img:hover {
        opacity: 0.7;
    }
}

.footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1000px) {
    .footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer__bottom-r {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

@media (max-width: 1000px) {
    .footer__bottom-r {
        gap: 20px;
    }
}

.footer__bottom-menu .menu__list {
    display: flex;
    gap: 20px;
    color: var(--colorBlue);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.57;
}

.footer__bottom-menu .menu__list li {
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .footer__bottom-menu .menu__list li:hover {
        color: var(--colorBlueDark);
    }
}

.footer__payment {
    max-width: 110px;
}

.footer__copy {
    color: #939499;
    font-size: 14px;
    line-height: 1.42;
}

.footer__copy a {
    color: var(--colorBlue);
    font-weight: 700;
    transition: 0.3s ease;
}

@media (any-hover: hover) {
    .footer__copy a:hover {
        color: var(--colorBlueDark);
    }
}

.invisible {
    visibility: hidden !important;
}

@media (min-width:1280px) and (max-width:1440px) {
    .promo__item-img-2 {
        max-width: 550px !important;
    }

    .promo-im-2 {
        right: 20px !important;
        bottom: -60px !important;
    }
    .promo__item-img img{
        height: 645px !important;
    }
}
@media (min-width:1500px) and (max-width:1910px) {
    .promo__item-img img{
        height: 600px !important;
    } 
    .promo__item-img-2 {
        max-width: 500px !important;
    }

    .promo-im-2 {
        right: -60px !important;
        bottom: -60px;
    }
    .promo__item-img-3 img {
        max-width: 550px !important;
    }
    
}
@media(min-width:1911px){
    .promo__item-img img {
        height: 694px !important;
        margin-top: 75px
    }
    .promo-im-3{
        bottom: -115px !important;
    }
    .promo-im-2 {
    bottom: -65px !important;
    }
}