@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
}

.top {
  height: 735px;
  background-image: url(../img/topback.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.top_text {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}
.top_link {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-decoration-line: underline;
  color: #FFFFFF;
}
.top_link:hover {
  text-decoration: none;
}

.center {
  padding-left: calc(50% - 600px);
  padding-right: calc(50% - 600px);
}

.logo {
  margin-top: 16px;
  margin-bottom: 17px;
}

.header {
  height: 77px;
  height: 77px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.8);
}
.header_input {
  width: 288px;
  height: 41px;
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  background-color: transparent;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding-left: 32px;
  padding-right: 32px;
  font-family: inherit;
}
.header_input::-moz-placeholder {
  color: #FFFFFF;
  box-sizing: border-box;
}
.header_input::placeholder {
  color: #FFFFFF;
  box-sizing: border-box;
}

.menu {
  display: flex;
  gap: 32px;
}
.menu_link {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}
.menu_link:hover {
  text-decoration-line: underline;
}
.menu-mob {
  display: none;
}

.title {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  margin-top: 64px;
  margin-bottom: 16px;
  font-style: normal;
  color: #FFFFFF;
  max-width: 792px;
}

.box_link {
  height: 23px;
}

.heading {
  font-weight: 600;
  font-size: 48px;
  line-height: 59px;
  color: #000000;
  margin-top: 25px;
  font-style: normal;
  display: flex;
  align-items: center;
}

.for_box {
  padding-top: 64px;
}

.for {
  margin-top: 32px;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(12, 1fr);
}
.for_item {
  height: 415px;
  grid-column: span 4;
  font-style: normal;
  font-weight: 600;
  font-size: 34px;
  line-height: 41px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.for_item_1 {
  background-image: url(../img/for\ 1.jpg);
}
.for_item_2 {
  background-image: url(../img/for\ 2.jpg);
}
.for_item_3 {
  background-image: url(../img/for\ 3.jpg);
}
.for_item_4 {
  background-image: url(../img/for\ 4.jpg);
}
.for_item_5 {
  background-image: url(../img/for\ 5.jpg);
}
.for_item_big {
  grid-column: span 6;
}

.product_box {
  padding-top: 64px;
}

.product-content {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  gap: 31px;
}

.product {
  width: 378px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  transition: all 0.3s;
  padding: 0 16px 16px;
  box-sizing: border-box;
}
.product_img {
  width: 100%;
}
.product_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 9px;
  font-style: normal;
}
.product_text {
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  margin-bottom: 12px;
  font-style: normal;
  font-weight: 400;
}
.product_box-price {
  display: flex;
  gap: 32px;
}
.product_price {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #050505;
}
.product_price_sale {
  text-decoration-line: line-through;
  color: #888888;
}
.product:hover {
  transform: scale(1.05);
  box-shadow: 0 0 5px #ccc;
}

.box_link {
  margin-bottom: 64px;
  margin-top: 32px;
}

.link_go {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #000000;
}
.link_go:hover {
  text-decoration: none;
}

.foot {
  background-color: #F7F6F6;
  padding-top: 32px;
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_content {
  width: 789px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_info {
  display: flex;
  gap: 129px;
}

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

.footer_icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.footer_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 12px;
  font-style: normal;
}

.footer_link {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #888888;
  text-decoration: none;
}

.footer_link:hover {
  color: #000;
  text-decoration-line: underline;
}

.footer__icon path {
  transition: fill 0.3s;
}

.footer__icon :hover path {
  fill: #000000;
}

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

.form_text {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 400;
}

.form_email {
  height: 46px;
  width: 268px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding-left: 24px;
  padding-right: 24px;
}

.form_email::-moz-placeholder {
  color: #C4C4C4;
  box-sizing: border-box;
}

.form_email::placeholder {
  color: #C4C4C4;
  box-sizing: border-box;
}

.form_button {
  background: rgba(222, 215, 215, 0.41);
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 20px;
  width: 275px;
  height: 46px;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 12px;
  font-family: inherit;
  transition: all 0.3s;
}
.form_button:hover {
  color: #FFFFFF;
  background: #000;
}

/* Каталог */
.topcat {
  height: 400px;
  background-image: url(../img/back-cat.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.select {
  position: relative;
}

.select select {
  display: block;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Montserrat;
  font-size: 1rem;
  color: #444;
  width: 288px;
  height: 41px;
  border: 1px solid #C4C4C4;
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  padding-left: 14px;
  padding-right: 22px;
}

.select:after {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  margin-top: -3px;
  background-image: url(../img/select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 11px;
}

.cat {
  margin-top: 127px;
}

.link_cat_main {
  margin-top: 64px;
  margin-bottom: 31px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.link_cat:not(:last-child)::after {
  content: "/";
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.link_cat_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}

.breadcrumb :hover span {
  text-decoration: underline;
}

.link_more {
  margin-top: 64px;
  margin-bottom: 31px;
}

.link_more_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #000000;
}
.link_more_text:hover {
  text-decoration: none;
}
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
.topcart {
  height: 400px;
  background-image: url(../img/topcart.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.heading_cart {
  margin-top: 127px;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
  color: #FFFFFF;
}

.cart {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
}
.cart_content {
  grid-column: span 8;
}
.cart_form {
  height: 556px;
  left: 941px;
  top: 464px;
  background: #F7F6F6;
  border-radius: 20px;
  grid-column: span 4;
}
.cart_name-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  color: #000;
}
.cart_item {
  padding-top: 25px;
  padding-bottom: 32px;
  border-top: 0.5px solid #CACDD8;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart_name {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.cart_info {
  width: 276px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cart_left {
  display: flex;
  gap: 32px;
}
.cart_input {
  margin-top: 25px;
  background: #F7F6F6;
  border-radius: 6px;
  height: 51px;
  width: 71px;
  border-color: transparent;
  outline: none;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 210%;
  color: #000000;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
.cart_link-box {
  font-weight: 400;
  font-size: 14px;
  line-height: 210%;
}
.cart_link-box-text {
  margin-right: 30px;
  color: #000000;
  text-decoration-line: underline;
}
.cart_link-box-text:hover {
  text-decoration: none;
}
.cart_text {
  color: #888888;
}
.cart_price {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #050505;
}
.cart_button {
  margin-top: 18px;
  display: flex;
  gap: 7px;
}
.cart_button_link {
  background-color: transparent;
  box-sizing: border-box;
  border: 1px solid #000000;
  border-radius: 50px;
  font-style: normal;
  font-family: inherit;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #000000;
  width: 200px;
  height: 37px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cart_button_link_form {
  align-self: center;
  width: 290px;
  animation: bounce-top 3s steps(2, end) 1s both;
}
.cart_button_link:hover {
  background: #000000;
  color: #FFFFFF;
}

.formc {
  padding-top: 42px;
  padding-left: 27px;
  padding-right: 32px;
}
.formc_box {
  padding-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.formc_heading {
  font-family: inherit;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #000000;
  text-align: center;
}
.formc_item {
  font-family: inherit;
  outline: none;
  padding-bottom: 3px;
  border: none;
  border-bottom: 1px solid #CACDD8;
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.formc_item::-moz-placeholder {
  color: black;
}
.formc_item::placeholder {
  color: black;
}
.formc_result {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  text-align: center;
  margin-top: 23px;
  margin-bottom: 18px;
}

.link_more_mob {
  display: none;
}

@media (max-width: 1024px) {
  .center {
    padding-left: calc(50% - 393px);
    padding-right: calc(50% - 393px);
  }
  .for_item {
    height: 268px;
  }
  .product-content {
    -moz-column-gap: 29px;
         column-gap: 29px;
    row-gap: 39px;
  }
  .footer_logo {
    display: none;
  }
  .cart {
    grid-template-columns: repeat(8, 1fr);
    row-gap: 64px;
  }
}
@media (min-width: 768px) and (max-width: 833px) {
  .center {
    padding-left: 24px;
    padding-right: 24px;
  }
  .product {
    width: 345px;
  }
  .product_price {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .center {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header {
    padding-top: 32px;
    border-bottom: none;
  }
  .header_input {
    display: none;
  }
  .menu {
    display: none;
  }
  .menu-mob {
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .title {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
  }
  .top_text {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .top_link {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .logo_img {
    width: 99px;
  }
  .heading {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0px;
  }
  .for {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .for_box {
    padding-top: 32px;
  }
  .for_item {
    grid-column: 1/-1;
    height: 375px;
    font-size: 28px;
    line-height: 34px;
  }
  .for_item_big {
    height: 244px;
  }
  .product_box {
    padding-top: 32px;
  }
  .product-content {
    margin-top: 32px;
    row-gap: 32px;
  }
  .product_img {
    height: 226px;
  }
  .product_heading {
    font-size: 18px;
    line-height: 22px;
    margin-top: 9px;
  }
  .product_price {
    font-size: 18px;
    line-height: 22px;
  }
  .product-box-center {
    padding-top: 32px;
  }
  .box_link {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .footer {
    padding-bottom: 32px;
  }
  .footer_content {
    justify-content: center;
    gap: 34px;
  }
  .footer_info {
    gap: 100px;
  }
  /* catalog mobile*/
  .link_cat_main {
    margin-top: 32px;
    margin-bottom: 0px;
  }
  .breadcrumb {
    margin-bottom: 16px;
  }
  .link_more {
    margin-top: 32px;
  }
  /* basket mobile */
  .topcart {
    background-position: 72% 0%;
  }
  .heading_cart {
    font-size: 48px;
    line-height: 59px;
    text-align: center;
    margin-top: 94px;
  }
  .cart {
    grid-template-columns: repeat(4, 1fr);
  }
  .cart_content {
    grid-column: span 4;
  }
  .cart_name-box {
    display: none;
  }
  .cart_img {
    display: none;
  }
  .cart_name {
    font-size: 18px;
    line-height: 22px;
  }
  .cart_text {
    font-size: 12px;
    line-height: 15px;
  }
  .cart_price {
    font-size: 12px;
    line-height: 15px;
  }
  .cart_button_link {
    font-size: 12px;
    line-height: 15px;
  }
  .cart_form {
    margin-bottom: 16px;
  }
  .link_more {
    display: none;
  }
  .link_more_mob {
    display: block;
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .link_more_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration-line: underline;
  }
}/*# sourceMappingURL=style.css.map */