@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; }

/*--------------------*/

@font-face {
  font-family: GilroyBold;
  src: url('../fonts/Gilroy-Bold.ttf');
}
@font-face {
  font-family: GilroyMedium;
  src: url('../fonts/Gilroy-Medium.ttf');
}
@font-face {
  font-family: GilroyRegular;
  src: url('../fonts/Gilroy-Regular.ttf');
}

body {
  font-family: 'GilroyRegular';
  line-height: 1.5;
  color: #1E1E1E; 
}

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; 
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
}

.experiences_container {
  max-width: 1360px;
  padding-right: 30px;
}

.materials_container {
  padding-left: 5%;
}

.footer_container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 30px;
}

/*--------------------*/

.header {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 86.13%, #FFFFFF 100%), url('../img/header.jpg') 0 0/cover no-repeat;
  padding: 40px 0 525px 0;
  color: #FFFFFF;
}
.header_top {
  display: flex;
  line-height: 115%;
  margin-bottom: 90px;
}
.header_logo {
  font-family: GilroyBold;
  font-size: 28px;
  text-transform: capitalize;
  flex: 0 1 30%;
  align-self: center;
}
.header_menu {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.menu_item {
}
.menu_item:not(:first-child) {
  padding-top: 3px;
}
.menu_item:not(:last-child) {
  margin-right: 60px;
}
.menu_link {
  font-family: GilroyMedium;
  font-size: 18px;
  color: #FFFFFF;
}
.header_bag {
  flex: 0 1 auto;
  position: relative;
}
.header_bag::after {
  content: "0";
  position: absolute;
  background-color: #E58411;
  width: 20px;
  height: 25px;
  left: 20px;
  border-radius: 60%;
  text-align: center;
  font-family: GilroyMedium;
  font-size: 18px;
  padding: 4px 0;
  color: #FFFFFF;
}

.header_body {
  display: flex;
  flex-direction: column;
}
.header_title {
  font-family: GilroyBold;
  font-size: 80px;
  line-height: 130%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.header_subtitle {
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  opacity: 0.8;
  max-width: 600px;
  margin: 0 auto 45px;
}
.header_search {
  margin: 0 auto;
  border: 0.861538px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 42px;
  padding: 15px 10px 15px 0;
  display: flex;
  align-items: center;
}
.header_search input::placeholder {
  color: #ffffff;
  opacity: 0.8;
}
.header_input_search {
  background: none;
  font-size: 18px;
  line-height: 150%;
  margin-left: 20px;
  width: 320px;
  padding-right: 10px;
  color: #ffffff;
  opacity: 0.8;
}
.header_input_button {
  background: #E58411;
  border-radius: 24px;
  display: inline;
  padding: 11px 12px 9px;
  cursor: pointer;
}
.header_input_button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_tap {
  position: relative;
  display: inline;
}
.tap-1 {
  top: 150px;
  left: 300px;
}
.tap-1:hover::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -30px;
  width: 112px;
  height: 55.956px;
  background: url('../img/union2.svg') 0 0/cover no-repeat;
}
.tap-2 {
  top: 220px;
  left: 50px;
}
.tap-2:hover::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -40px;
  width: 112px;
  height: 55.956px;
  background: url('../img/union.svg') 0 0/cover no-repeat;
  z-index: 10;
}
.tap-3 {
  top: 250px;
  left: 760px;
}
.tap-3:hover::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -40px;
  width: 112px;
  height: 55.956px;
  background: url('../img/union.svg') 0 0/cover no-repeat;
}
.header_bag2 {
  display: none;
  position: relative;
}
.header_bag2::after {
  content: "0";
  position: absolute;
  background-color: #E58411;
  width: 20px;
  height: 25px;
  left: 20px;
  border-radius: 60%;
  text-align: center;
  font-family: GilroyMedium;
  font-size: 18px;
  padding: 4px 0;
  color: #FFFFFF;
}

/*--------------------*/

.pluses {
  padding: 120px 0;
}
.pluses_body {
  display: flex;
}
.pluses_title {
  flex: 0 1 30%;
  max-width: 250px;
  margin-right: 100px;
}
.pluses_items {
  display: flex;
  flex: 1 0 70%;
}
.pluses_item {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
}
.pluses_item:not(:last-child) {
  margin-right: 30px;
}
.item_title {
  font-family: GilroyBold;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.item_text {
  margin-bottom: 15px;
  flex: 1 0 auto;
}
.item_button {
  padding: 10px 5px;
}

/*--------------------*/

.products {
  padding: 50px 0;
  background: #F7F7F7;
  text-align: center;
}
.products_title {
  margin-bottom: 40px;
}
.products_types {
  display: flex;
  justify-content: center;
  margin-bottom: 130px;
}
.products_type {
  padding: 7px 20px;
  transition: all 1s ease 0s;
  border-radius: 32px;
  cursor: pointer;
}
.products_type:not(:last-child) {
  margin-right: 10px;
}
.products_type:hover {
  background: #bc4949;
}
.active-type {
  background: #FFF;
}
.products_items {
  display: flex;
  margin-bottom: 60px;
  position: relative;
  gap: 40px;
}
.products_product {
  flex: 1 1 25%;
  border-radius: 20px;
  background: #FAFAFA;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product_image {
  position: relative;
  top: -50px;
  margin-bottom: -15px;
  flex: 1 1 100%;
  cursor: pointer;
}
.product_arrow {
  position: absolute;
  top: 40%;
  border-radius: 26.087px;
  background: #FFF;
  box-shadow: 0px 7.03125px 19.53125px 0px rgba(0, 0, 0, 0.06);
  padding: 11.957px;
  z-index: 20;
}
.product_arrow:hover {
  box-shadow: 0px 7.03125px 15.53125px 20px rgba(0, 0, 0, 0.06);
}
.btn-left2 {
  left: -15px;
}
.btn-right2 {
  right: -15px;
}
.btn-right3 {
  display: none;
}
.product_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_body {
  background-color: #FFF;
  text-align: left;
  padding: 10px 20px 20px 20px;
  flex: 1 0 auto;
}
.product_subtitle {
  color: #8D8D8D;
  font-size: 17px;
  margin-bottom: 7px;
}
.product_title {
  margin-bottom: 7px;
  color: #0D1B39;
  font-size: 22px;
  text-transform: capitalize;
}
.product_stars {
  margin-bottom: 50px;
}
.product_bot {
  display: flex;
  justify-content: space-between;
}
.product_price {
  color: #0D1B39;
  font-size: 22px;
  display: flex;
}
.product_price span {
  font-size: 14px;
  padding-top: 3px;
  padding-right: 5px;
}
.product_button {
  border-radius: 31px;
  background: #0D1B39;
  padding: 12px;
  cursor: pointer;
}
.products_button {
  padding: 10px 20px;
  display: inline;
}
.shadow {
  box-shadow: 0px 4px 20px 7px #23151f;
}

/*--------------------*/

.experiences {
  padding: 250px 0;
}
.experiences_body {
  display: flex;
}
.experiences_image {
  flex: 0 1 57%;
  padding-right: 30px;
  position: relative;
}
.experiences_image::before {
  content: "";
  position: absolute;
  width: 495px;
  height: 422px;
  left: -65px;
  top: -50px;
  z-index: -1;
  background: #F7F7F7;
  border-radius: 20px;
}
.experiences_image::after {
  content: "";
  position: absolute;
  background: #F7F7F7;
  border-radius: 20px;
  width: 495px;
  height: 301px;
  left: 168px;
  z-index: -1;
  top: 50px;
}
.experiences_image img {
  border-radius: 20px;
}
.experiences_info {
  flex: 0 1 43%;
  margin-top: 10px;
}
.experiences_subtitle {
  margin-bottom: 20px;
}
.experiences_title {
  margin-bottom: 20px;
}
.experiences_text {
  margin-bottom: 25px;
}
.experiences_button {
  padding: 10px 20px;
  display: inline;
}

/*--------------------*/

.materials {
  padding-bottom: 130px;
}
.materials_body {
  display: flex;
}
.materials_info {
  flex: 0 1 55%;
  margin-top: 130px;
  padding-right: 30px;
}
.materials_subtitle {
  margin-bottom: 20px;
}
.materials_title {
  max-width: 400px;
  margin-bottom: 20px;
}
.materials_text {
  margin-bottom: 25px;
  max-width: 550px;
}
.materials_button {
  padding: 10px 20px;
  display: inline;
}
.materials_images {
  flex: 0 1 45%;
  display: flex;
}
.materials_image {
}
.materials_image img {
  border-radius: 20px;
}
.images_small {
  margin-right: 40px;
}
.images_small .materials_image:not(:last-child) {
  margin-bottom: 45px;
}
.images_big{
  align-self: flex-end;
  margin-bottom: 10px;
}
.images_big .materials_image {
  position: relative;
}
.images_big .materials_image::before {
  content: "";
  position: absolute;
  width: 350px;
  height: 422px;
  right: -70px;
  top: -70px;
  background: #F7F7F7;
  border-radius: 20px;
  z-index: -1;
}

/*--------------------*/

.reviews {
  padding: 130px 0 250px 0;
}
.reviews_subtitle {
  margin-bottom: 20px;
  text-align: center;
}
.reviews_title {
  margin-bottom: 60px;
  text-align: center;
}
.reviews_items {
  display: flex;
  padding: 0 5px;
}
.items_item {
  flex: 0 1 33.333%;
  padding-top: 250px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 18.118px;
}
.items_item:not(:last-child) {
  margin-right: 40px;
}
.items_item:first-child {
  background: url('../img/rev1.jpg') 0 0/cover no-repeat;;
}
.items_item:nth-child(2) {
  background: url('../img/rev2.jpg') 0 0/cover no-repeat;;
}
.items_item:last-child {
  background: url('../img/rev3.jpg') 0 0/cover no-repeat;;
}
.items_body {
  border-radius: 18.118px;
  background: rgb(255, 255, 255);
  text-align: center;
}
.items_image {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.items_item:not(:nth-child(2)) .items_image {
  top: -82px;
  margin-bottom: -82px;
}
.items_image img {
  border-radius: 50px;
}
.items_title {
  font-size: 18px;
  font-family: GilroyBold;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.items_subtitle {
  font-size: 12px;
  opacity: 0.6;
  margin-bottom: 20px;
}
.items_text {
  opacity: 0.8;
  margin-bottom: 20px;
}
.items_stars {
}
.items_button {
  position: relative;
  top: -100px;
  border-radius: 26.087px;
  background: #FFF;
  box-shadow: 0px 7.03125px 19.53125px 0px rgba(0, 0, 0, 0.06);
  display: inline-flex;
  padding: 11.957px;
}
.items_button:hover {
  box-shadow: 0px 7.03125px 15.53125px 20px rgba(0, 0, 0, 0.06);
}
.btn-left {
  margin-right: 100%;
  left: -35px;
}
.btn-right {
  margin-left: 100%;
  right: 15px;
}

/*--------------------*/

.footer {
  background: #F7F7F7;
  padding: 120px 0 60px 0;
}
.footer_body {
  display: flex;
  margin-bottom: 120px;
}
.footer_info {
  flex: 0 1 33.333%;
  padding-right: 25px;
}
.footer_title {
  font-size: 28px;
  font-family: GilroyBold;
  letter-spacing: 0.28px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.footer_text {
  font-size: 15px;
  font-family: GilroyMedium;
  line-height: 160%;
  max-width: 300px;
}
.footer_menu {
  flex: 1 1 auto;
}
.footer_menu:not(:last-child) {
  padding-right: 15px;
}
.footer_item {
  font-family: GilroyMedium;
  line-height: 160%;
}
.footer_item:not(:last-child) {
  margin-bottom: 20px;
}
.footer_subtitle {
  color: #F6973F;
  font-size: 17px;
}
.footer_link {
  font-size: 15px;
  color: #1E1E1E;
  transition: all 0.5s ease-in-out 0s;
}
.footer_link:hover {
  color: aqua;
}
.footer_bot {
  display: flex;
}
.bot_item {
  color: #1E2833;
  font-size: 15px;
  font-family: GilroyMedium;
  opacity: 0.5;
  flex: 1 1 auto;
}
.first {
  flex: 0 1 70%;
}
.fb {
  position: relative;
  margin-left: 25px;
}
.twit {
  position: relative;
  margin-left: 25px;
}
.inst {
  position: relative;
  margin-left: 25px;
}
.fb::before {
  width: 10px;
  height: 20px;
  content: "";
  position: absolute;
  left: -20px;
  background: url('../img/facebook.svg');
}
.twit::before {
  width: 20px;
  height: 16px;
  content: "";
  position: absolute;
  left: -25px;
  background: url('../img/twitter.svg');
}
.inst::before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: -25px;
  background: url('../img/instagram.svg');
}

/*--------------------*/

.title {
  font-family: GilroyBold;
  font-size: 42px;
  line-height: 120%;
}
.text {
  font-size: 16px;
  line-height: 185%;
  opacity: 0.8;
}
.button {
  color: #E58411;
  transition: all 0.5s linear 0s;
}
.button:hover {
  color: #FFFFFF;
  background-color: #E58411;
}
.subtitle {
  font-family: GilroyBold;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #E58411;
}
.hidden {
  display: none;
}

/*--------------------*/

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

select{
  background-color: rgba(0, 0, 0, 0);
  font-family: GilroyMedium;
  font-size: 18px;
  line-height: 115%;
  color: #FFFFFF;
  cursor: pointer;
}
option {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  cursor: pointer;
}

/*--------------------*/

/* PC */
@media (max-width: 1057px) {
  .container {
    max-width: 1080px;
  }
  .footer_container {
    max-width: 880px;
  }
  .pluses {
    padding: 100px 0;
  }
  .pluses_title {
    margin-right: 80px;
  }
  .experiences {
    padding: 200px 0;
  }
  .experiences_container {
    max-width: 1160px;
  }
  .materials_container {
    padding-left: 3%;
  }
  .materials {
    padding-bottom: 110px;
  }
  .images_small {
    margin-right: 20px;
  }
  .footer {
    padding: 100px 0 50px 0;
  }
  .reviews {
    padding: 110px 0 220px 0;
  }
  .items_item {
    padding-top: 200px;
  }
  .item_title {
    margin-bottom: 50px;
  }
  .product_arrow {
    top: 35%;
  }
}
/* TABLET */
@media (max-width: 991.98px) {
  .container {
    max-width: 860px;
  }
  .footer_container {
    max-width: 660px;
  }
  .pluses {
    padding: 90px 0;
  }
  .pluses_title {
    margin-right: 40px;
    font-size: 40px;
  }
  .experiences {
    padding: 150px 0;
  }
  .experiences_body {
    flex-direction: column-reverse;
  }
  .experiences_info {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .experiences_container {
    max-width: 940px;
    padding-right: 0px;
  }
  .experiences_image {
    padding-right: 0;
    margin: 0 auto;
  }
  .experiences_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .materials_container {
    padding-left: 30px;
  }
  .materials {
    padding-bottom: 100px;
  }
  .materials_body {
    flex-direction: column;
  }
  .materials_info {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 30px;
  }
  .materials_title {
    max-width: none;
  }
  .materials_text {
    margin: 0 auto 25px;
  }
  .materials_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .materials_images {
    margin: 0 auto;
  }
  .materials_container {
    padding: 0;
  }
  .images_big{
    align-self: center;
    margin-bottom: 0;
  }
  .footer_body {
    margin-bottom: 80px;
  }
  .reviews {
    padding: 90px 0 180px 0;
  }
  .items_item {
    padding-top: 150px;
  }
  .products {
    padding: 40px 0;
  }
  .product_arrow {
    top: 25%;
  }
  .header_top {
    flex-wrap: wrap;
  }
  .header_logo {
    flex: 0 1 100%;
    padding-left: 2px;
    margin-bottom: 15px;
  }
  .tap-1 {
    top: 40px;
    left: 250px;
  }
  .tap-2 {
    top: 100px;
    left: 30px;
  }
  .tap-3 {
    top: 125px;
    left: 620px;
  }
  .header_top {
    margin-bottom: 70px;
  }
  .header_title {
    font-size: 70px;
  }
  .header {
    padding-bottom: 350px;
  }
  .product_image img {
    width: 80%;
    height: 80%;
  }
}

@media (max-width: 822px) {
  .tap-1 {
    top: 20px;
    left: 270px;
  }
  .tap-2 {
    top: 70px;
    left: 40px;
  }
  .tap-3 {
    top: 105px;
    left: 685px;
  }
}

/* MOBILE */
@media (max-width: 767.98px) {
  .container {
    max-width: none;
    padding: 0 20px;
  }
  .footer_container {
    max-width: none;
    padding: 0 50px;
  }
  .pluses {
    padding: 70px 0;
  }
  .pluses_body {
    flex-direction: column;
  }
  .pluses_title {
    max-width: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .experiences {
    padding: 100px 0;
  }
  .experiences_container {
    max-width: none;
  }
  .materials {
    padding-bottom: 80px;
  }
  .footer {
    padding: 80px 0 40px 0;
  }
  .footer_body {
    flex-wrap: wrap;
  }
  .footer_info {
    flex: 0 1 100%;
    padding-right: 0;
  }
  .footer_text {
    max-width: none;
    margin-bottom: 30px;
  }
  .footer_title {
    margin-bottom: 20px;
  }
  .reviews {
    padding: 70px 0 160px 0;
  }
  .reviews_items {
    flex-direction: column;
  }
  .items_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .items_item {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .btn-left {
    margin: 0;
    left: 0;
    rotate: 90deg;
    top: -220px;
  }
  .btn-right {
    margin: 0;
    right: 0;
    rotate: 90deg;
    top: 250px;
  }
  .products {
    padding: 35px 0;
  }
  .products_items {
    flex-direction: column;
  }
  .products_product {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .product_arrow {
    top: 0;
    left: 46%;
    z-index: 3;
  }
  .btn-left2 {
    rotate: 90deg;
    top: -120px;
  }
  .btn-right2 {
    display: none;
  }
  .btn-right3 {
    display: block;
    rotate: 90deg;
    top: 98.5%;
    z-index: 10;
  }
  .products_types {
    margin-bottom: 150px;
  }
  .header_bag2 {
    display: flex;
    flex: 1 0 15%;
    margin-bottom: 10px;
  }
  .header_bag {
    display: none;
  }
  .header_logo {
    flex: 1 0 85%;
  }
  .header_menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .menu_item {
    flex: 0 1 25%;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 25px;
  }
  .menu_item:not(:last-child) {
    margin-right: 0;
    padding-right: 15px;
  }
  .tap-1 {
    display: none;
  }
  .tap-2 {
    top: -25px;
    left: 65px;
  }
  .tap-3 {
    top: 0px;
    left: 540px;
  }
  .header_top {
    margin-bottom: 60px;
  }
  .header_title {
    font-size: 60px;
  }
  .header {
    padding-bottom: 200px;
  }
  .product_image img {
    width: 50%;
    height: 50%;
  }
  .products_items {
    gap: 50px;
    margin-bottom: 40px;
  }
}

@media (max-width: 699px) { 
  .tap-2 {
    top: -45px;
    left: 75px;
  }
  .tap-3 {
    top: -15px;
    left: 600px;
  }
}

/* MOBILE SMALL */
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  .footer_container {
    padding: 0 40px;
  }
  .pluses {
    padding: 50px 0;
  }
  .pluses_items {
    flex-direction: column;
  }
  .pluses_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .pluses_title {
    margin-bottom: 30px;
    text-align: left;
  }
  .experiences {
    padding: 75px 0;
  }
  .materials {
    padding-bottom: 60px;
  }
  .images_small {
    display: flex;
  }
  .materials_images {
    flex-direction: column-reverse;
  }
  .images_big {
    margin-bottom: 30px;
  }
  .images_small .materials_image:not(:last-child) {
    margin-right: 20px;
  }
  .images_small {
    margin-right: 0;
  }
  .footer {
    padding: 60px 0 30px 0;
  }
  .bot_item:not(:last-child) {
    padding-right: 15px;
  }
  .footer_menu {
    text-align: center;
  }
  .footer_menu:last-child {
    flex: 0 1 100%;
    margin-top: 40px;
  }
  .fb, .twit, .inst {
    display: inline-block
  }
  .fb, .twit {
    padding-right: 10px;
  }
  .reviews {
    padding: 50px 0 110px 0;
  }
  .items_item {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .btn-left {
    top: -170px;
  }
  .btn-right {
    top: 225px;
  }
  .items_item:not(:last-child) {
    margin-bottom: 30px;
  }
  .item_title {
    margin-bottom: 30px;
  }
  .products {
    padding: 30px 0;
  }
  .header_top {
    margin-bottom: 30px;
  }
  .header_title {
    font-size: 50px;
  }
  .header {
    padding-bottom: 100px;
  }
  .tap-3 {
    display: none;
  }
  .tap-2 {
    display: none;
  }
  .product_arrow {
    left: 45%;
  }
}

@media (max-width: 503px) { 
  .header_input_search {
    width: 270px;
  }
}

@media (max-width: 416px) { 
  .header_input_search {
    width: 230px;
  }
}