@import url(/node_modules/izitoast/dist/css/iziToast.min.css);

body {
    font-family: "Roboto", sans-serif;
    background-color: #ffffff;
    color: #434455;
}

body::selection {
    background-color: #4D5AE5;
    color: #ffffff;
}

main {
    padding-top: 90px;
  }

a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
}

img {
    display: block;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding-left: 0;
}

.active {
    color: #4D5AE5;
    fill: #4D5AE5;
}

.active:hover {
    color: #3b45af;
    fill: #3b45af;
}

.cart {
    position: relative;
}

.counter-orders {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 2px 1px #494949;
  z-index: 1;
}

button {
    cursor: pointer;
    color: currentColor;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.text-list {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2E2F42;
    margin-bottom: 8px;
    text-align: center;
}

.p-list {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #434455;
    text-align: center;
}

.text-sections {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.11;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2E2F42;
    text-transform: capitalize;
    margin-bottom: 30px;
}



/* стили для кружков для цветов */

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox-all input[type="checkbox"] {
  display: none;
}

.color-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin-right: 8px;
  transition: border 0.3s ease;
  vertical-align: middle;
}

.color-dot-all {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  margin-right: 8px;
  transition: border 0.3s ease;
  vertical-align: middle;
}

/* .custom-checkbox input[type="checkbox"]:hover + .color-dot {
  transform: scale(1.3);
  box-shadow: 0px 0px 5px 1px #cecece;
} */

.custom-checkbox input[type="checkbox"]:checked + .color-dot {
  outline: 2px solid #000;
  outline-offset: 4px;
}

/* Кольори */
.dot-black {
  background-color: #000;
}

.dot-white {
  background-color: #fff;
  box-shadow: inset 0px 0px 5px 1px #cecece;
}

.dot-gray {
  background-color: #585858;
}

.dot-light-gray {
    background-color: #b7b7b7;
}

.dot-khaki {
  background-color: #5b6400;
}

.dot-beige {
  background-color: #ffd895;
}

.dot-navy {
  background-color: #000563;
}

.dot-checkbox-all {
    outline: 1px solid #000;
}

.dot-red {
    background-color: #FF0000;
}

.dot-sand {
    background-color: #ffdacd;
}

.dot-yellow {
    background-color: #ffff00;
    box-shadow: inset 0px 0px 5px 1px #cecece;
}

.dot-orange {
    background-color: #f34e00;
}

.dot-melange {
    background-image: url("/images/melange_color.jpg");
}

.dot-streep {
    background-image: url("/images/streep_color.jpg");
    background-position: center;
}

.dot-square {
    background-image: url("/images/squared_color.jpg");
    background-position: center;
}

.custom-checkbox-all input[type="checkbox"]:checked + .color-dot-all {
  background-color: #000;
  outline-offset: 2px;
}

/* стили для кружков для цветов */

.container {
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}

/* header */

.top-bar {
    z-index: 1000;
    width: 100%;
    position: fixed;
    background-color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.top-bar-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}

.top-bar-link {
    font-size: 10px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.top-bar-link:hover {
  color: #000;
}

.top-bar-icon {
  fill: currentColor;
}


    .input-search {
        padding: 8px 12px;
        font-size: 16px;
        width: 250px;
        outline: none;
        border-radius: 30px;
        border: 2px solid #4D5AE5;
    }

.search-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .search-result {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 999;
        display: none;
        padding: 10px;
        max-width: 300px;
    }

/* Стиль для кнопки закриття */
.search-close-btn {
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  padding: 4px;
  z-index: 1000;
}

.search-close-icon {
  fill: #333;
}

/* Щоб уникнути перекриття input'а */

.header-search.active {
  display: block;
  color: #434455;
}

  .header-search {
    display: none;
    position: absolute;
    top: 100%; /* сразу под хедером */
    left: 0;
    width: 100%;
    background-color: white;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .search {
    display: block;
  }

.icons-control-container {
    display: flex;
    gap: 10px;
}

.icon-control {
    fill: #000;
    transition: fill 250ms ease-in-out;
}

.icon-control:hover {
    fill: #4D5AE5;
}

.submenu-profile {
    position: absolute;
    top: 40px;
    left: -72px;
    background-color: white;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 100;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

.submenu-profile li {
    padding: 5px 20px;
}

.submenu-profile li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.submenu-profile li a:hover {
    background-color: #b1b7f6;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    padding-left: 4px;
}

.menu-item.dropdown:hover .submenu-profile {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header {
    /* display: flex; */
    border-bottom: 1px solid #e7e9fc;
    box-shadow: 0px 2px 1px rgba(46, 47, 66, 0.08),
                0px 1px 1px rgba(46, 47, 66, 0.16),
                0px 1px 6px rgba(46, 47, 66, 0.08);
}

.header-container {
    display: flex;
    position: fixed;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    box-shadow: 0px 7px 4px 4px #fff;
    margin-top: 28px;
}



.nav-bar {
    display: flex;
    align-items: center;
}

.logo-company-web {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.17;
    text-transform: uppercase;
    color: #4D5AE5;
    display: inline-block;
    margin-right: 16px;
}

.logo-company-studio {
    color: #2E2F42;
}

.list-navbar {
    /* display: flex; */
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    display: none;
}

.favorite {
    display: none;
}

.list-navbar:first-child {
    display: flex;
}

.list-navbar a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: block;
}

.list-navbar-info {
    position: relative;
    color: #2E2F42;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-top: 24px;
    padding-bottom: 24px;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.list-navbar-info-mob {
    position: relative;
    color: #2E2F42;
    font-weight: 500;
    line-height: 1.5;
    padding-right: 46px;
    letter-spacing: 0.02em;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.current {
    color: #404bbf;
}

.current:focus {
    color: #404bbf;
}

.list-navbar-info:hover {
    color: #404bbf;
}

.list-navbar-info:focus {
    color: #404bbf;
}

.address {
    font-style: normal;
    margin-left: auto;
}

.info-company {
    /* display: flex; */
    gap: 40px;
    display: none;
}

.info-item {
    display: flex;
    gap: 40px;
}

.address-info {
    font-size: 16px;
    color: #434455;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.address-info:hover {
    color: #404bbf;
}

.address-info:focus {
    color: #404bbf;
}

.button-burger-menu {
    outline: none;
    background-color: transparent;
    border: none;
}

.menu-item.dropdown {
    position: relative;
}

.submenu {
    position: absolute;
    top: 80px;
    left: 0;
    background-color: white;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 100;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

.submenu li {
    padding: 5px 20px;
}

.submenu li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.submenu li a:hover {
    background-color: #b1b7f6;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    padding-left: 4px;
}

.menu-item.dropdown:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu-info {
    position: absolute;
    top: 80px;
    left: 0;
    background-color: white;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 100;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

.submenu-info li {
    padding: 5px 20px;
}

.submenu-info li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.submenu-info li a:hover {
    background-color: #b1b7f6;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    padding-left: 4px;
}

.menu-item.dropdown:hover .submenu-info {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}



.menu-item-mob.dropdown-mob {
    position: relative;
}


.submenu-mob li {
    padding: 5px 0px 5px 20px;
}

.submenu-mob li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.submenu-mob li a:hover {
    background-color: #b1b7f6;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

.menu-item-mob.dropdown-mob:hover .submenu-mob {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu-info-mob {
    position: absolute;
    top: 80px;
    left: 0;
    background-color: white;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 100;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

.submenu-info-mob li {
    padding: 5px 20px;
}

.submenu-info-mob li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.submenu-info-mob li a:hover {
    background-color: #b1b7f6;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    padding-left: 4px;
}

.menu-item-mob.dropdown-mob:hover .submenu-info-mob {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* main */

/* section-effective */
.section-effective {
    background-color: #2E2F42;
    padding-top: 280px;
    padding-bottom: 72px;
    background-image: url(/images/Mobile/Background\(Artur\)1x320.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
}

.How-get-product {
    background-color: #2E2F42;
    padding-top: 72px;
    background-image: url(/images/Mobile/Background320.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 320px;
    margin-left: auto;
    margin-right: auto;
    background-position: center;
}

.text-effective {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.07;
    letter-spacing: 0.02em;
    text-align: left;
    color: #2E2F42;
    margin-right: auto;
    transform: translateY(-650%);
    max-width: 240px;
}

.p-effective {
    max-width: 107px;
    font-weight: 500;
    font-size: 14px;
    transform: translateY(-220%);
}

.button-order {
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 2px;
    min-width: 120px;
    border-radius: 4px;
    height: 30px;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(-200%);
}

.button-order:hover {
    background-color: #404BBF;
}

.button-order:focus {
    background-color: #404BBF;
}

.button-order-ourteam {
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 16px 32px 16px 32px;
    min-width: 169px;
    border-radius: 4px;
    height: 56px;
    border: none;
    margin: auto;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-ourteam {
    margin-bottom: 30px;
}

.button-order-ourteam:hover {
    background-color: #404BBF;
}

.button-order-ourteam:focus {
    background-color: #404BBF;
}

.button-our-team {
    padding-top: 56px;
}

/* section-effective */


/* section-advantages */

.section-advantages {
    padding-bottom: 96px;
    padding-top: 96px;
}

.list-advantages {
    display: flex;
    gap: 72px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list-advantages-info {
    /* width: calc((100% - 72px) / 4); */
    width: 100%;
}
.list-advantages-info:hover {
    box-shadow: 0px 10px 10px rgba(46, 47, 66, 0.08);
}

.advantages-container-icon {
    width: 264px;
    height: 112px;
    margin-bottom: 8px;
    background-color: #F4F4FD;
    border: 1px solid #8E8F99;
    border-radius: 4px;
    /* display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
}

/* section-advantages */

/* section-ourteam */

.section-our-team {
    background-color: #F4F4FD;
    padding-top: 50px;
    padding-bottom: 120px;
}

.section-info-page {
    background-color: #F4F4FD;
    padding-top: 120px;
    padding-bottom: 120px;
}

.button-order-how-get {
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 5px 16px;
    width: 140px;
    border-radius: 4px;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-order-how-get-1 {
    border: 0;
    padding: 0;
    clip-path: inset(100%);
}

.button-order-how-get:hover,
.button-order-how-get-1:hover {
    background-color: #404BBF;
}

.button-order-how-get:focus,
.button-order-how-get-1:focus {
    background-color: #404BBF;
}

.buttons-how-get {
    display: flex;
    justify-content: space-around;
    padding: 8px;
    flex-wrap: wrap;
    gap: 8px;
    transform: translateY(140%);
}

.text-how-get {
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    margin-left: 0;
    transform: translate(-27%, -540%);
    min-width: 275px;
}

.p-how-get {
    font-size: 20px;
    font-weight: 500;
    transform: translate(60%, 740%);
    width: 60px;
}

.button-how-get {
    font-size: 14px;
    display: block;
    color: #2a4bff;
    text-decoration: underline;
    font-weight: bold;
}

.button-how-get:hover {
    color: #404bbf;
}
.button-how-get:focus {
    color: #404bbf;
}

.how-get-container {
    margin: 0 100px;
    padding: 0;
}

.button-card-info {
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 0px;
    min-width: 169px;
    border-radius: 4px;
    height: 56px;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.button-card-info:hover {
    background-color: #404BBF;
}

.button-card-info:focus {
    background-color: #404BBF;
}

.icon-socialmedia {
    width: 39px;
    height: 39px;
}

.socialmedia-list {
    display: flex;
    justify-content: center;
    padding-bottom: 60px;
}

.list-info {
    background-color: #ffffff;
    /* width: 320px; */
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 2px 1px 0px rgba(46, 47, 66, 0.08),
        0px 1px 1px 0px rgba(46, 47, 66, 0.16),
        0px 1px 6px 0px rgba(46, 47, 66, 0.08);
}

    .list-ourteam {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 24px;
        row-gap: 64px;
    }

.list-ourteam-items {
    padding-bottom: 32px;
    padding-top: 32px;
}

.text-list-ourteam {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2E2F42;
    margin-bottom: 8px;
    text-align: center;
}

.p-list-ourteam {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #4D5AE5;
    text-align: center;
    margin-bottom: 8px;
}

.p-list-ourteam:hover {
    color: #404BBF;
}

.p-list-ourteam:focus {
    color: #404BBF;
}

.list-ourteam-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.list-ourteam-icons-items {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.icons-ourteam {
    fill: #f4f4fd;
}

.links-ourteam-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4D5AE5;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.links-ourteam-icons:hover {
    background-color: #404BBF;
}

.links-ourteam-icons:focus {
    background-color: #404BBF;
}

.container-ourteam {
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    margin: 0 auto;
}

.container-info-page {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
/* section-ourteam */

/* section-ourportfolio */

.text-ourportfolio {
    width: 270px;
    padding-bottom: 20px;
}

.section-ourportfolio {
    padding-top: 96px;
    padding-bottom: 96px;
}

.list-ourportfolio {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 48px;
}

.ourportfolio-items:last-child {
    padding-bottom: 20px;
}


.list-ourportfolio-items {
    /* width: calc((100% - 48px) / 3); */
    display: block;
    transition: box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.list-ourportfolio-items:hover,
.list-ourportfolio-items:focus {
    box-shadow: 0px 1px 6px rgba(46, 47, 66, 0.08),
        0px 1px 1px rgba(46, 47, 66, 0.16), 0px 2px 1px rgba(46, 47, 66, 0.08);
}

.overflow-item {
    position: relative;
    overflow: hidden;
}

.list-ourportfolio-items:hover .p-overflow,
.list-ourportfolio-items:focus .p-overflow {
    transform: translateY(0%);
}

.list-items-ourportfolio {
    padding: 32px 16px;
    border: 1px solid #e7e9fc;
    border-top: none;
}

.text-list-ourportfolio {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #2E2F42;
    margin-bottom: 8px;
}

.p-overflow {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #f4f4fd;
    background-color: #4d5ae5;
    padding: 40px 32px;
    height: 100%;
    width: 100%;
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(100%);
}

/* section-ourportfolio */


/* footer */

.footer-webstudio {
    background-color: #2E2F42;
    color: #f4f4fd;
    padding: 96px 0;
}

.around1 {
    background-color: #605DF3;
    height: 1px;
}
.around2 {
    background-color: #605DF3;
    height: 1px;
    transform: translateY(15000%);
}
.around3 {
    background-color: #605DF3;
    height: 1px;
    transform: translateY(20000%);
}

.address-info-footer {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.address-info-footer:hover {
    color: #404bbf;
}
.address-info-footer:focus {
    color: #404bbf;
}

.p-footer-catalog {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.17;
    text-transform: uppercase;
    color: #4D5AE5;
    display: inline-block;
    margin-bottom: 20px;
}

.catalog-footer-items-list {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
    color: #fff;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-container {
    text-align: left;
}

.footer-logo {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 72px;
    text-align: center;
}

.logo-company-web-footer {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.17;
    text-transform: uppercase;
    color: #4D5AE5;
    display: inline-block;
    margin-bottom: 16px;
}

.logo-company-studio-footer {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.17;
    text-transform: uppercase;
    color: #f4f4fd;
}

.p-footer {
    position: absolute;
    clip-path: inset(100%);
}

.p-footer-umovy {
    padding-top: 16px;
    font-weight: 500;
    max-width: 430px;
    transform: translateY(450%);
}

.p-footer-comerce {
    transform: translateY(840%);
}

.footer-icons {
    fill: #f4f4fd;
}

.list-socialmedia {
    transform: translateY(-116%);
}

.list-catalog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateY(130%);
}

.social-media-p {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.17;
    text-transform: uppercase;
    color: #4D5AE5;
    display: inline-block;
    margin-bottom: 20px;
}
.p-list-footer {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
}

.footer-icons-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.footer-icons-item {
    width: 40px;
    height: 40px;
}

.catalog-footer-items-list:hover {
    color: #404bbf;
}
.catalog-footer-items-list:focus {
    color: #404bbf;
}

.footer-icons-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4D5AE5;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-icons-links:hover {
    background-color: #31d0aa;
}

.footer-icons-links:focus {
    background-color: #31d0aa;
}

.container-subscribe {
    /* margin-left: 65px; */
    margin-top: 72px;
}

.p-subscribe {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #fff;
}

.form-list-subscribe {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.input-subscribe {
    width: 288px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.3;
    background-color: transparent;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.04em;
    padding-left: 16px;
    color: #ffffff;
    outline: none;
}

.input-subscribe::placeholder {
    color: #fff;
}

.button-subscribe {
    min-width: 165px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #fff;
    cursor: pointer;
    background-color: #4D5AE5;
    border: none;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    margin-left: auto;
    margin-right: auto;
}

.button-subscribe:hover {
    background-color: #404BBF;
}

.button-subscribe:focus {
    background-color: #404BBF;
}

.icon-subscribe-btn {
    font-family: "Roboto", sans-serif;
    margin-left: 16px;
    fill: #fff;
}

/* footer */

.backdrop-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(46, 47, 66, 0.4);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    /* display: flex;
    justify-content: center;         способ номер 1 отцентрирование
    align-items: center; */
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.backdrop-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-menu {
    display: flex;
    flex-direction: column;
    background-color: #fcfcfc;
    border-radius: 4px;
    position: absolute;
    top: 28%;
    left: 77%;
    transform: translate(-70%, -20%);
    padding: 20px 30px 20px 30px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
        0px 1px 3px rgba(0, 0, 0, 0.12),
        0px 2px 1px rgba(0, 0, 0, 0.2);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close-menu {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: rgb(231, 233, 252);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 24px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close-menu:hover {
    background-color: rgb(64, 75, 191);
    border: none;
    fill: #fff;
}

.modal-close-menu:focus {
    background-color: #404bbf;
    border: none;
    fill: #fff;
}

.button-icon-modal-close {
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}






.nav-bar-menu {
    display: flex;
    align-items: center;
}

.list-navbar-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* display: none; */
}

.list-navbar-menu a {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    display: block;
}

.list-menu-info {
    position: relative;
    color: #2E2F42;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    /* padding-top: 24px;
    padding-bottom: 24px; */
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.list-menu-info:hover {
    color: #404bbf;
}

.list-menu-info:focus {
    color: #404bbf;
}

.current-menu {
    color: #404BBF;
}

.current-menu:focus {
    color: #404BBF;
}

.address-menu {
    font-style: normal;
    margin-top: auto;
    margin-bottom: 48px;
}

.info-company-menu {
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
    /* display: none; */
}

.info-item-menu {
    display: flex;
    gap: 40px;
}

.address-info-menu {
    font-size: 16px;
    color: #434455;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.address-info-menu:hover {
    color: #404bbf;
}

.address-info-menu:focus {
    color: #404bbf;
}

.current-menu-phone {
    color: #4D5AE5;
}

.current-menu-phone:focus {
    color: #4D5AE5;
}

.footer-icons-list-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.footer-icons-item-menu {
    width: 40px;
    height: 40px;
}

.footer-icons-links-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #4D5AE5;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.footer-icons-links-menu:hover {
    background-color: #31d0aa;
}

.footer-icons-links-menu:focus {
    background-color: #31d0aa;
}

/* modal-window-menu */


/* modal-window */

.backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: rgba(46, 47, 66, 0.4);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    /* display: flex;
    justify-content: center;         способ номер 1 отцентрирование
    align-items: center; */
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
        visibility 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal {
    width: 288px;
    min-height: 500px;
    background-color: #fcfcfc;
    border-radius: 4px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 72px 16px 24px 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
        0px 1px 3px rgba(0, 0, 0, 0.12),
        0px 2px 1px rgba(0, 0, 0, 0.2);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: rgb(231, 233, 252);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 24px;
    right: 24px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        border 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-close:hover {
    background-color: rgb(64, 75, 191);
    border: none;
    fill: #fff;
}

.modal-close:focus {
    background-color: #404bbf;
    border: none;
    fill: #fff;
}

.button-icon-modal {
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #2e2f42;
    text-align: center;
    margin-bottom: 16px;
}

.modal-input {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    background-color: transparent;
    padding-left: 38px;
    padding-right: 24px;
    font-size: 16px;
    color: #000;
    outline: transparent;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-input:focus {
    border-color: #4D5AE5;
}

.modal-input:focus+.modal-input-icon {
    fill: #4D5AE5;
}

.modal-input::placeholder {
    font-size: 12px;
    color: tomato;
}

.modal-label {
    margin-bottom: 4px;
    color: #8E8F99;
    font-size: 14px;
    line-height: 1.21;
    letter-spacing: 0.04em;
    font-size: 12px;
    /* display: block; */
    display: flex;
    align-items: center;
}

.modal-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-out {
    width: 288px;
    min-height: 420px;
    background-color: #fcfcfc;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 72px 16px 24px 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
        0px 1px 3px rgba(0, 0, 0, 0.12),
        0px 2px 1px rgba(0, 0, 0, 0.2);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.input-wrap {
    position: relative;
}

.modal-field {
    margin-bottom: 8px;
}

.modal-comment {
    margin-bottom: 16px;
}

.modal-textarea {
    width: 100%;
    height: 120px;
    border-radius: 4px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    background-color: transparent;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: rgba(46, 47, 66, 0.4);
    outline: transparent;
    resize: none;
    transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-textarea::placeholder {
    font-size: 12px;
}

.modal-textarea:focus {
    border-color: #4D5AE5;
}

/* checkbox */

.modal-checkbox {
    margin-bottom: 24px;
}

.input-checkbox:checked+.modal-label .privacy-text-checkbox {
    background-color: #404bbf;
    border: none;
    fill: #F4F4FD;
}

.modal-label {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: 0.04em;
    color: #8e8f99;
}

.privacy-text-checkbox {
    margin-right: 8px;
    border: 1px solid rgba(46, 47, 66, 0.4);
    border-radius: 2px;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    fill: transparent;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
        border 250ms cubic-bezier(0.4, 0, 0.2, 1),
        fill 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.modal-privacy-link {
    color: #4d5ae5;
    ;
}

/* checkbox */
.button-send-modal {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #ffffff;
    cursor: pointer;
    background-color: #4D5AE5;
    border: none;
    display: block;
    min-width: 169px;
    height: 56px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    margin: auto;
}

.button-send-modal:hover {
    background-color: #404BBF;
}

.button-send-modal:focus {
    background-color: #404BBF;
}

/* modal-window */

.loading-screen {
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.991);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.logo-loader svg .cls-1 {
    stroke: #404BBF;
    stroke-width: 2;
    fill: #d1d1d1;
    fill-opacity: 0;
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
}

.animate-draw {
  animation: drawAndFillLoop 13s ease-in-out forwards;
}

@keyframes drawAndFillLoop {
  0% {
    stroke-dashoffset: 500;
    fill-opacity: 0;
  }
  70% {
    stroke-dashoffset: 300;
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}

.hidden-for-loading {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

/* слайдер на главной страницке */

.text-slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 130px;
}

.text-slider {
    font-size: 30px;
    letter-spacing: 0.02em;
}


.slider-container {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease-in-out;
}








.container-card-slider { 
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}

.info-card-produc-slider { 
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
}
.card-product-slider { 
    border: 1px solid #8c8c8c;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
    border-radius: 30px;
    background-color: #dfecfc;
    transition: border 250ms ease-in-out,
                background-color 250ms ease-in-out,
                color 250ms ease-in-out,
                transform 250ms ease,
                box-shadow 250ms ease-in-out;        
}
.name-card-text-slider { 
    font-weight: 300;
    font-size: 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 35px;
}
.card-product-slider:hover { 
    transform: scale(1.05);
    box-shadow: 0px 0px 10px 1px #cecece;
}

.card-product-slider:hover,
.name-card-text-slider:hover,
.p-card-info-slider:hover { 
    background-color: #f9f9f9;
    color: #4D5AE5;
}

.image-card-product-slider { 
    width: 100%;
    border-radius: 30px;
    border-bottom: 1px solid #8c8c8c;
    background-color: #fff;
    position: relative;
}
.p-card-info-slider { 
    font-weight: 700;
    font-size: 25px;
    padding-top: 5px;
    text-align: center;
    padding-top: 5px;
}
.butons-info-card-slider { 
    padding: 15px;
    display: flex;
    gap: 20px;
}

.button-card-info-slider { 
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 0;
    min-width: 230px;
    width: 100%;
    border-radius: 30px;
    height: 40px;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 0px 5px 0px #4c4c4c;
}

.button-card-info-slider:hover {
    background-color: #404BBF;
}

.button-card-info-slider:focus {
    background-color: #404BBF;
}






/* media */

@media (min-width: 320px) and (min-resolution: 2x) {
    .section-effective {
        min-width: 320px;
        background-image: url(/images/Mobile/Background\(Artur\)@2x320.jpg);
        background-size: cover;
    }
    .How-get-product {
        min-width: 320px;
        background-image: url(/images/Background@2x1158.jpg);
        background-size: cover;
    }
}

@media (min-width: 375px) {
    .slider-track {
        padding-left: 30px;
    }
    .p-how-get {
        font-size: 20px;
        font-weight: 500;
        transform: translate(100%, 640%);
        width: 60px;
    }
}

@media (min-width: 425px) {
    .p-how-get {
        font-size: 20px;
        font-weight: 500;
        transform: translate(150%, 640%);
        width: 60px;
    }
}

@media (min-width: 768px) {

    .backdrop-menu.is-open {
        display: none;
    }

    .container {
        min-width: 768px;
    }

    .list-navbar {
        display: flex;
    }

    .info-company {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .burger-menu {
        display: none;
    }

    .address-info {
        font-size: 12px;
    }

    .header-container {
        padding: 0 16px;
    }

    .logo-company-web {
        margin-right: 120px;
    }

    .text-effective {
        font-size: 56px;
        margin-bottom: 36px;
    }

    .section-effective {
        max-width: 768px;
        padding-top: 112px;
        padding-bottom: 112px;
        background-image: linear-gradient(rgba(46, 47, 66, 0.7),
                    rgba(46, 47, 66, 0.7)),
                    url();
    }

    .list-advantages {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        row-gap: 72px;
        column-gap: 24px;
    }

    .list-advantages-info {
        width: calc((100% - 24px) / 2);
    }
    .text-list {
        text-align: left;
    }

    .list-ourteam {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        column-gap: 24px;
        row-gap: 64px;
    }

    .section-our-team {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .ourportfolio-items:last-child {
        padding-bottom: 0px;
    }

    /* .list-ourportfolio-items {
        /* width: calc((100% - 72px) / 2);
    } */

    .list-ourportfolio {
        row-gap: 72px;
    }

    .footer-container {
        width: 600px;
        display: flex;
        flex-wrap: wrap;
        text-align: start;
    }

    .form-list-subscribe {
        flex-direction: row;
        gap: 24px;
    }

    .footer-logo {
        width: calc((100% - 24px) / 2);
        margin: 0 24px 0 0;
        margin-bottom: 72px;
    }

    .container-subscribe {
        margin: 0;
    }

    .modal {
        width: 264px;
    }
}

@media (min-width: 768px) and (min-resolution: 2x) {
    .section-effective {
        max-width: 768px;
        background-image: linear-gradient(rgba(46, 47, 66, 0.7),
                rgba(46, 47, 66, 0.7)),
            url();
        background-size: cover;
    }
}


@media (min-width: 1158px) {

    

.container-card-slider { 
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}

.info-card-product-slider { 
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 15px;
}
.card-product-slider { 
    border: 1px solid #8c8c8c;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    margin-bottom: 40px;
    background-color: #dfecfc;
    transition: border 250ms ease-in-out,
                background-color 250ms ease-in-out,
                color 250ms ease-in-out,
                transform 250ms ease,
                box-shadow 250ms ease-in-out;        
}
.image-card-product-slider { 
    width: 400px;
    border-radius: 30px;
    border-bottom: 1px solid #8c8c8c;
    background-color: #fff;
    position: relative;
}
.name-card-text-slider {
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 35px;
    font-size: 35px;
}
.p-card-info-slider { 
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    padding-top: 5px;
}
.butons-info-card-slider {
    padding-top: 15px;
    display: flex;
    gap: 40px;
}
.button-card-info-slider { 
    background-color: #4D5AE5;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: block;
    padding: 0px;
    min-width: 230px;
    width: 100%;
    border-radius: 30px;
    height: 56px;
    border: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 0px 5px 0px #4c4c4c;
}
.button-card-info-slider:hover {
    background-color: #404BBF;
}

.button-card-info-slider:focus {
    background-color: #404BBF;
}

.button-card-inf-slider:active {
    background-color: #fff;
    color: #4D5AE5;
}

    .text-slider-container {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 40px;
    }

    .text-slider {
        font-size: 40px;
        letter-spacing: 0.02em;
    }

    .favorite {
        display: flex;
    }

    .search-close-btn {
        display: none;
    }

  .search {
    display: none;
  }

.quantity-btn {
    font-family: "Roboto", sans-serif;
    outline: none;
    border: 1px solid #404BBF;
    background-color: #404BBF;
    color: #fff;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    transition: background-color 250ms ease-in-out,
                color 250ms ease-in-out;
}

.quantity-btn:hover {
    background-color: #fff;
    color: #404BBF;
}

.cart-empty-container {
    margin-left: 233px;
    margin-top: 280px;
}

.cart {
    position: relative;
}

.counter-orders {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 2px 1px #494949;
  z-index: 1;
}

    .backdrop-menu.is-open {
        display: none;
    }

    .ourportfolio-image {
        width: 360px;
        height: 550px;
    }

    .ourportfolio-blocks { 
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .p-footer {
        padding-top: 16px;
        font-weight: 500;
        max-width: 430px;
        position: relative;
        clip-path: inset(0%);
    }

    .p-footer-umovy {
        transform: translateY(0%);
    }

    .p-footer-comerce {
        transform: translateY(0%);
    }

    .around2 {
        position: absolute;
        clip-path: inset(100%);
        transform: translateY(0%);
    }

    .around3 {
        position: absolute;
        clip-path: inset(100%);
        transform: translateY(0%);
    }

    .list-socialmedia {
        margin-left: 120px;
        transform: translateY(0%);
    }

    .icon-socialmedia {
        width: 39px;
        height: 39px;
    }

    .icon-socialmedia:hover {
        fill: #404BBF;
    }

    .text-sections {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }

    .social-media-p {
        font-family: Raleway, sans-serif;
        font-size: 16px;
        letter-spacing: 0.03em;
        line-height: 1.17;
        text-transform: uppercase;
        color: #4D5AE5;
        display: inline-block;
        margin-bottom: 20px;
    }

    .socialmedia-list {
        padding-bottom: 25px;
        display: block;
    }

    .address-info-footer {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        width: 405px;
        line-height: 1.5;
        letter-spacing: 0.02em;
        transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .address-info-footer:hover {
        color: #404bbf;
    }
    .address-info-footer:focus {
        color: #404bbf;
    }

    .container {
        max-width: 1158px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }

    .header-container {
        margin-top: 28px;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .nav-bar {
        display: flex;
        justify-content: space-around;
        flex-grow: 1;
    }
    .list-navbar {
        display: flex;
        justify-content: center;
        gap: 40px;
    }
    
    .section-effective {
        max-width: 1440px;
        padding-top: 238px;
        padding-bottom: 188px;
        background-image: url(/images/Background1158\(Artur\).jpg);
    }
    .How-get-product {
        max-width: 1440px;
        padding-top: 238px;
        padding-bottom: 188px;
        background-image: url(/images/Background1158.jpg);
    }

    .text-effective {
        font-size: 36px;
        margin-bottom: 24px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-left: 0;
        text-align: center;
        color: #fff;
        transform: translateY(0);
        max-width: 1200px;
    }

    .text-how-get {
        font-size: 36px;
        margin-bottom: 24px;
        letter-spacing: 0.02em;
        text-align: left;
        margin-left: 0;
        transform: translateY(0%);
    }

    .button-how-get {
        font-size: 20px;
        color: #4D5AE5;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.02em;
        transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .button-how-get:hover {
        color: #404bbf;
    }
    .button-how-get:focus {
        color: #404bbf;
    }

    .text-ourportfolio {
        width: 500px;
        padding-bottom: 0;
    }

    .p-effective {
        font-size: 20px;
        font-weight: 500;
        max-width: 400px;
        color: #fff;
        transform: translateY(0%);
    }

    .p-how-get {
        font-size: 20px;
        font-weight: 500;
        max-width: 400px;
        transform: translateY(0%);
    }

    .section-advantages {
        padding-bottom: 120px;
        padding-top: 120px;
    }

    .list-advantages {
        gap: 24px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
    }

    .list-advantages-info {
        width: calc((100% - 72px) / 4);
        text-align: center;
    }

    .advantages-container-icon {
        display: flex;
    }

    .section-ourportfolio {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .list-ourportfolio-items {
        width: calc((100% - 48px) / 3);
    }

    .footer-webstudio {
        padding-bottom: 100px;
        padding-top: 100px;
    }

    .footer-container {
        text-align: left;
        width: 1158px;
        flex-wrap: nowrap;
    }

    .footer-logo {
        margin: 0 120px 0 0;
        text-align: left;
    }

    .footer-icons-list {
        justify-content: start;
    }

    .container-subscribe {
        margin: 0 0 0 65px;
    }

    .form-list-subscribe {
        gap: 24px;
        flex-direction: row;
    }

    .list-catalog {
        display: block;
        width: 180px;
        transform: translateY(0%);
    }

    .modal {
        width: 408px;
        min-height: 560px;
    }

    .input-subscribe {
        opacity: 1;
    }

    .text-list {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    .info-company {
        flex-direction: column;
        gap: 2px;
    }

    .address-info {
        font-size: 16px;
    }

    .logo-company-web {
        margin-right: 76px;
    }

    .list-ourportfolio {
        row-gap: 20px;
        width: 500px;
    }

    .section-our-team {
        padding-top: 100px;
        padding-bottom: 52px;
    }
    
    .text-effective-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 650px;
    }

    .text-how-get-container {
        display: flex;
        flex-direction: column;
        width: 350px;
        transform: translateY(-60%);
    }

    .effective-container {
        margin: 0 40px;
        padding: 0;
    }

    .how-get-container {
        margin: 0 100px;
        padding: 0;
    }

    .button-order-how-get {
        background-color: #4D5AE5;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        cursor: pointer;
        display: block;
        padding: 16px 32px 16px 32px;
        min-width: 169px;
        border-radius: 4px;
        height: 56px;
        border: none;
        margin: 0;
        transform: translateY(115%);
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .button-order-how-get-1 {
        background-color: #4D5AE5;
        color: #ffffff;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.04em;
        cursor: pointer;
        display: block;
        padding: 16px 32px 16px 32px;
        min-width: 169px;
        border-radius: 4px;
        height: 56px;
        border: none;
        margin: 0;
        transform: translateY(115%);
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
        clip-path: inset(0%);
    }
    
    .button-order-how-get:hover {
        background-color: #404BBF;
    }
    
    .button-order-how-get:focus {
        background-color: #404BBF;
    }

    .button-order {
        font-size: 16px;
        min-width: 169px;
        height: 56px;
        margin: 0;
        transform: translate(100%, 70%);
        padding: 16px 32px 16px 32px;
    }
    .modal-out {
        width: 408px;
        min-height: 430px;
        background-color: #fcfcfc;
        border-radius: 4px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 72px 16px 24px 16px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14),
            0px 1px 3px rgba(0, 0, 0, 0.12),
            0px 2px 1px rgba(0, 0, 0, 0.2);
        transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
    .send-out {
        margin-top: 35px;
    }

    .section-info {
        padding-top: 10px;
        padding-bottom: 72px;
        background-color: #F4F4FD;
    }

    .container-section-info {
        width: 100%;
        padding-left: 28px;
        padding-right: 28px;
        margin: 0 auto;
    }
    .list-ourteam {
        flex-wrap: nowrap;
    }

    .buttons-how-get {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        border: 0;
        padding: 0;
        white-space: nowrap;
        clip-path: inset(100%);
        clip: rect(0 0 0 0);
        overflow: hidden;
    }
    .input-search {
        padding: 8px 12px;
        font-size: 16px;
        width: 250px;
        outline: none;
        border-radius: 30px;
        border: 2px solid #4D5AE5;
    }
    .search-result {
        position: absolute;
        top: 100%;
        left: 0;
        background: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 999;
        display: none;
        padding: 10px;
        max-width: 300px;
    }
    .header-search {
        position: relative;
        display: block;
        padding-right: 0px;
        width: auto;
        background-color: none;
        box-shadow: none;
    }
    .icons-control-container {
    display: flex;
    gap: 20px;
}

.submenu-profile {
    position: absolute;
    top: 35px;
    left: -68px;
    background-color: white;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1),
                0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 100;
    min-width: 160px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

.submenu-profile li {
    padding: 5px 20px;
}

.submenu-profile li a {
    color: #333;
    text-decoration: none;
    display: block;
}

.submenu-profile li a:hover {
    background-color: #b1b7f6;
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
    padding-left: 4px;
}

.menu-item.dropdown:hover .submenu-profile {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.catalog-footer-items-list {
    text-align: left;
}

.top-bar {
    z-index: 1000;
    width: 100%;
    position: fixed;
    background-color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.top-bar-container {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  align-items: center;
  font-family: 'Roboto', sans-serif;
}

.top-bar-link {
    font-size: 18px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
}

.top-bar-link:hover {
  color: #404BBF;
}

.top-bar-icon {
  fill: currentColor;
  height: 20px;
}

}

@media (min-width: 1158px) and (min-resolution: 2x) {
    .section-effective {
        max-width: 1440px;
        background-image: url(/images/Background@2x1158\(Artur\).jpg);
        background-size: cover;
    }
    .How-get-product {
        max-width: 1440px;
        background-image: url(/images/Background@2x1158.jpg);
        background-size: cover;
    }
}

.card-button {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 250ms ease, transform 250ms ease,
                background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
    padding: 13px 26px;
    background-color: #4D5AE5;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    height: 56px;
    min-width: 169px;
  }
  .card-button:hover {
    background-color: #404BBF;
  }
  
  .list-ourteam-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; 
  }
  



  