.products {
  background: #191B21;
  background-image: url("../img/products/product_main_bg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 187px;
}
.products .content {
  padding-bottom: 164px;
}
.products .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 231px;
}
.products .content .products_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 156px 0;
}
.products .content .products_content .product_wrap {
  width: 554px;
  height: 291px;
  position: relative;
}
.products .content .products_content .product_wrap .product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/products/prod_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.products .content .products_content .product_wrap .product_title {
  display: flex;
  align-items: center;
  position: absolute;
  right: -47px;
  bottom: -30px;
  width: 349px;
  height: 60px;
  background-image: url("../img/products/prod_btn_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 100px 15px 51px;
}
.products .content .products_content .product_wrap .product_title a {
  display: block;
  max-width: 215px;
  text-decoration: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.products .content .products_content .product_wrap:nth-child(1)::after {
  position: absolute;
  z-index: 9;
  top: 39px;
  left: 20px;
  content: "";
  width: 27px;
  height: 30px;
  background-image: url("../img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.products .content .products_content .product_wrap:nth-child(1)::before {
  position: absolute;
  z-index: 9;
  top: 63px;
  right: 95.99px;
  content: "";
  width: 54px;
  height: 59px;
  background-image: url("../img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.products .content .products_content .product_wrap:nth-child(2)::after {
  position: absolute;
  z-index: 9;
  top: 65px;
  left: -19px;
  content: "";
  width: 24px;
  height: 27px;
  background-image: url("../img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.products .content .products_content .product_wrap:nth-child(2)::before {
  position: absolute;
  z-index: 9;
  top: 101px;
  left: 53px;
  content: "";
  width: 54px;
  height: 59px;
  background-image: url("../img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.products .content .products_content .product_wrap:nth-child(3)::after {
  position: absolute;
  z-index: 9;
  top: 58px;
  left: 29px;
  content: "";
  width: 48px;
  height: 53px;
  background-image: url("../img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.products .content .products_content .product_wrap:nth-child(4)::after {
  position: absolute;
  z-index: 9;
  bottom: 27px;
  left: 116px;
  content: "";
  width: 48px;
  height: 53px;
  background-image: url("../img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.products .content .products_content .product_wrap:nth-child(4)::before {
  position: absolute;
  z-index: 9;
  top: 80px;
  left: -69px;
  content: "";
  width: 98px;
  height: 107px;
  background-image: url("../img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.show__product {
  background-color: #191B21;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100vh;
}
.show__product .container {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
.show__product .container::after {
  content: "";
  width: 30px;
  height: 100vh;
  background-color: #191B21;
  position: absolute;
  right: 0;
  top: 0;
}
.show__product .container .content {
  width: 100%;
  overflow-y: scroll;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-right: 30px;
  height: 100%;
}
.show__product .container .close {
  position: absolute;
  right: 30px;
  top: 38px;
  width: 20px;
  height: 20px;
  background-image: url(../img/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.show__product .container .product_wrap {
  width: 100%;
  min-height: 836px;
  display: flex;
  align-items: flex-start;
}
.show__product .container .product_wrap .col__img {
  margin-right: 30px;
}
.show__product .container .product_wrap .col__img .main_img {
  width: 570px;
  height: 630px;
  background-color: #1F2128;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show__product .container .product_wrap .col__img .main_img img {
  display: block;
  height: 65%;
}
.show__product .container .product_wrap .col__img .img_nav {
  margin-top: 21px;
  display: flex;
}
.show__product .container .product_wrap .col__img .img_nav .img {
  width: 170px;
  height: 170px;
  background-color: #1F2128;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.show__product .container .product_wrap .col__img .img_nav .img img {
  display: block;
  height: 70%;
  width: auto;
}
.show__product .container .product_wrap .col__img .img_nav .img:not(:last-child) {
  margin-right: 30px;
}
.show__product .container .product_wrap .col__dis {
  max-width: 600px;
}
.show__product .container .product_wrap .col__dis .title {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 69.9px;
  text-transform: uppercase;
}
.show__product .container .product_wrap .col__dis .sub {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.264px;
}
.show__product .container .product_wrap .col__dis .art {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.264px;
}
.show__product .container .product_wrap .col__dis .custom_form {
  margin-top: 8px;
}
.show__product .container .product_wrap .col__dis .price {
  color: #ED3132;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 69.9px;
  text-transform: uppercase;
}
.show__product .container .product_wrap .col__dis .button2 {
  background: #ED3132;
  width: 208px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}
.show__product .container .product_wrap .col__dis .dis {
  margin-top: 38px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.606px;
}

.show {
  opacity: 1 !important;
  z-index: 999999999 !important;
}

@media only screen and (max-width: 1180px) {
  .products {
    padding-top: 142px;
  }
  .products .content {
    padding-bottom: 77.93px;
  }
  .products .content .page_title {
    margin-bottom: 64.47px;
  }
  .products .content .products_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 103px 0;
  }
  .products .content .products_content .product_wrap {
    padding-left: 35px;
    width: 366px;
    height: 192px;
  }
  .products .content .products_content .product_wrap .product_title {
    right: -17px;
    bottom: -19.87px;
    width: 200px;
    padding: 9px 0 9px 33px;
  }
  .products .content .products_content .product_wrap .product_title a {
    max-width: 215px;
    font-size: 11px;
  }
  .products .content .products_content .product_wrap:nth-child(1) img {
    position: relative;
    top: -21.85px;
    height: 194px;
  }
  .products .content .products_content .product_wrap:nth-child(1)::after {
    top: 25px;
    left: 13.24px;
    content: "";
    width: 17px;
    height: 19px;
  }
  .products .content .products_content .product_wrap:nth-child(1)::before {
    top: 41.7px;
    right: 63.55px;
    content: "";
    width: 35px;
    height: 39px;
  }
  .products .content .products_content .product_wrap:nth-child(2) img {
    height: 238px;
  }
  .products .content .products_content .product_wrap:nth-child(2)::after {
    display: none;
  }
  .products .content .products_content .product_wrap:nth-child(2)::before {
    top: 66px;
    left: 35px;
    content: "";
    width: 35px;
    height: 39px;
  }
  .products .content .products_content .product_wrap:nth-child(3) img {
    height: 150px;
    position: relative;
    top: 0;
  }
  .products .content .products_content .product_wrap:nth-child(3)::after {
    top: 38px;
    left: 19px;
    content: "";
    width: 31px;
    height: 35px;
  }
  .products .content .products_content .product_wrap:nth-child(4) img {
    position: relative;
    top: 0;
    height: 172px;
  }
  .products .content .products_content .product_wrap:nth-child(4)::after {
    display: none;
  }
  .products .content .products_content .product_wrap:nth-child(4)::before {
    top: 139px;
    left: 76.8px;
    content: "";
    width: 31px;
    height: 35px;
  }
}
@media only screen and (max-width: 999px) {
  .products .content .products_content .product_wrap .product_title {
    right: 0;
    bottom: -19.87px;
    width: 200px;
    padding: 9px 40px 9px 23px;
  }
}
@media only screen and (max-width: 768px) {
  .products {
    padding-top: 128px;
  }
  .products .content {
    padding-bottom: 73.46px;
  }
  .products .content .page_title {
    font-size: 35px;
    line-height: 59px;
    margin-bottom: 66.85px;
  }
  .products .content .products_content {
    flex-direction: column;
    align-items: center;
    gap: 88px 0;
  }
  .products .content .products_content .product_wrap {
    padding-left: 35px;
    width: 366px;
    height: 192px;
  }
  .products .content .products_content .product_wrap .product_title {
    right: 0;
    bottom: -19.87px;
    width: 200px;
    padding: 9px 0 9px 33px;
  }
  .products .content .products_content .product_wrap .product_title a {
    max-width: 215px;
    font-size: 11px;
  }
  .products .content .products_content .product_wrap:nth-child(1) img {
    position: relative;
    top: -21.85px;
    height: 194px;
  }
  .products .content .products_content .product_wrap:nth-child(1)::after {
    top: 25px;
    left: 13.24px;
    content: "";
    width: 17px;
    height: 19px;
  }
  .products .content .products_content .product_wrap:nth-child(1)::before {
    top: 41.7px;
    right: 63.55px;
    content: "";
    width: 35px;
    height: 39px;
  }
  .products .content .products_content .product_wrap:nth-child(2) img {
    height: 238px;
  }
  .products .content .products_content .product_wrap:nth-child(2)::after {
    display: none;
  }
  .products .content .products_content .product_wrap:nth-child(2)::before {
    top: 66px;
    left: 35px;
    content: "";
    width: 35px;
    height: 39px;
  }
  .products .content .products_content .product_wrap:nth-child(3) img {
    height: 150px;
    position: relative;
    top: 0;
  }
  .products .content .products_content .product_wrap:nth-child(3)::after {
    top: 38px;
    left: 19px;
    content: "";
    width: 31px;
    height: 35px;
  }
  .products .content .products_content .product_wrap:nth-child(4) img {
    position: relative;
    top: 0;
    height: 172px;
  }
  .products .content .products_content .product_wrap:nth-child(4)::after {
    display: none;
  }
  .products .content .products_content .product_wrap:nth-child(4)::before {
    top: 139px;
    left: 76.8px;
    content: "";
    width: 31px;
    height: 35px;
  }
}
@media only screen and (max-width: 999px) {
  .show__product .container {
    padding: 0 40px;
  }
  .show__product .container::after {
    display: none;
  }
  .show__product .container .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../img/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .show__product .container .content {
    overflow: scroll;
    height: 100%;
    padding-top: 85px;
    padding-bottom: 80px;
    padding-right: 0;
  }
  .show__product .container .product_wrap {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: scroll;
  }
  .show__product .container .product_wrap .col__img {
    margin-right: 0;
    width: 100%;
  }
  .show__product .container .product_wrap .col__img .main_img {
    min-width: 100%;
    height: 400px;
    max-width: 100%;
    max-height: 714px;
    background-color: #1F2128;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .show__product .container .product_wrap .col__img .main_img img {
    display: block;
    height: 65%;
  }
  .show__product .container .product_wrap .col__img .img_nav {
    margin-top: 20px;
  }
  .show__product .container .product_wrap .col__img .img_nav .img {
    width: 120px;
    height: 120px;
  }
  .show__product .container .product_wrap .col__img .img_nav .img:not(:last-child) {
    margin-right: 21px;
  }
  .show__product .container .product_wrap .col__dis {
    max-width: 100%;
    margin-top: 26px;
    padding: 0 11px;
  }
  .show__product .container .product_wrap .col__dis .title {
    font-size: 48px;
    line-height: 69px;
  }
  .show__product .container .product_wrap .col__dis .sub {
    font-size: 16px;
    line-height: 21px;
  }
  .show__product .container .product_wrap .col__dis .art {
    font-size: 16px;
    line-height: 21px;
  }
  .show__product .container .product_wrap .col__dis .custom_form {
    margin-top: 8px;
    max-width: 375px;
  }
  .show__product .container .product_wrap .col__dis .price {
    font-size: 34px;
    line-height: 69px;
  }
  .show__product .container .product_wrap .col__dis .button2 {
    width: 235px;
    height: 50px;
    margin-top: 20px;
    font-size: 13px;
  }
  .show__product .container .product_wrap .col__dis .dis {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .products {
    padding-top: 128px;
  }
  .products .content {
    padding-bottom: 73.46px;
  }
  .products .content .page_title {
    font-size: 30px;
    line-height: 59px;
    margin-bottom: 66.85px;
  }
  .products .content .products_content {
    flex-direction: column;
    align-items: center;
    gap: 88px 0;
  }
  .products .content .products_content .product_wrap {
    padding-left: 0;
    width: 100%;
    height: 192px;
  }
  .products .content .products_content .product_wrap .product_title {
    right: 0;
    bottom: -19.87px;
    max-width: 238px;
    padding: 9px 50px 9px 20px;
  }
  .products .content .products_content .product_wrap .product_title a {
    max-width: 215px;
    font-size: 11px;
  }
  .products .content .products_content .product_wrap:nth-child(1) img {
    position: relative;
    top: -21.85px;
    height: 194px;
  }
  .products .content .products_content .product_wrap:nth-child(1)::after {
    top: 25px;
    left: 13.24px;
    content: "";
    width: 17px;
    height: 19px;
  }
  .products .content .products_content .product_wrap:nth-child(1)::before {
    top: 41.7px;
    right: 63.55px;
    content: "";
    width: 35px;
    height: 39px;
  }
  .products .content .products_content .product_wrap:nth-child(2) img {
    height: 238px;
  }
  .products .content .products_content .product_wrap:nth-child(2)::after {
    display: none;
  }
  .products .content .products_content .product_wrap:nth-child(2)::before {
    top: 66px;
    left: 35px;
    content: "";
    width: 35px;
    height: 39px;
  }
  .products .content .products_content .product_wrap:nth-child(3) img {
    height: 150px;
    position: relative;
    top: 0;
  }
  .products .content .products_content .product_wrap:nth-child(3)::after {
    top: 38px;
    left: 19px;
    content: "";
    width: 31px;
    height: 35px;
  }
  .products .content .products_content .product_wrap:nth-child(4) img {
    position: relative;
    top: 0;
    height: 172px;
  }
  .products .content .products_content .product_wrap:nth-child(4)::after {
    display: none;
  }
  .products .content .products_content .product_wrap:nth-child(4)::before {
    top: 139px;
    left: 76.8px;
    content: "";
    width: 31px;
    height: 35px;
  }
  .show__product .container {
    padding: 0 11px;
  }
  .show__product .container .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../img/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }
  .show__product .container .content {
    overflow: scroll;
    height: 100%;
    padding-top: 85px;
    padding-bottom: 80px;
  }
  .show__product .container .product_wrap {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: scroll;
  }
  .show__product .container .product_wrap .col__img {
    margin-right: 0;
  }
  .show__product .container .product_wrap .col__img .main_img {
    width: 100%;
    height: 400px;
    max-width: 403.425px;
    max-height: 445.891px;
    background-color: #1F2128;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .show__product .container .product_wrap .col__img .main_img img {
    display: block;
    height: 65%;
  }
  .show__product .container .product_wrap .col__img .img_nav {
    margin-top: 20px;
  }
  .show__product .container .product_wrap .col__img .img_nav .img {
    width: 120px;
    height: 120px;
  }
  .show__product .container .product_wrap .col__img .img_nav .img:not(:last-child) {
    margin-right: 21px;
  }
  .show__product .container .product_wrap .col__dis {
    max-width: 100%;
    margin-top: 26px;
    padding: 0 11px;
  }
  .show__product .container .product_wrap .col__dis .title {
    font-size: 29px;
    line-height: 43px;
  }
  .show__product .container .product_wrap .col__dis .sub {
    font-size: 12px;
    line-height: 17px;
  }
  .show__product .container .product_wrap .col__dis .art {
    font-size: 12px;
    line-height: 17px;
  }
  .show__product .container .product_wrap .col__dis .custom_form {
    margin-top: 8px;
  }
  .show__product .container .product_wrap .col__dis .price {
    font-size: 21px;
    line-height: 43px;
  }
  .show__product .container .product_wrap .col__dis .button2 {
    width: 235px;
    height: 50px;
    margin-top: 20px;
    font-size: 13px;
  }
  .show__product .container .product_wrap .col__dis .dis {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}/*# sourceMappingURL=products2.css.map */