@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.otf');
  font-weight: bold;
  font-style: normal;
}

:root {
  /* colors */
  --pink: #ff5854;
  --blue: #2e4bf9;
}

body {
  font-family: 'Gilroy', sans-serif;
}

._587691q-block {
  padding: 50px 0;
}

._587691q-block h2 {
  font-size: 34px;
  text-transform: uppercase;
  padding-bottom: 60px;
  width: 700px;
  text-align: center;
}

._587691q-block h2 span {
  font-weight: bold;
  color: var(--pink);
}

._587691q-block2  {
  font-size: 17px;
}

._587691q-block-1 {
  background: #000;
  padding: 65px 0;
}

._587691q-block-1 ._587691q-logo {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

._587691q-block-1 h1 {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
}
 


._587691q-block-1 h1 span {
  color: var(--pink);
}

._587691q-block-1 ._587691q-second-name {
  color: var(--pink);
  text-transform: uppercase;
  font-size: 30px;
}

._587691q-block-1 ._587691q-line {
  padding-left: 110px;
  padding-right: 70px;
  color: #fff;
  font-size: 27px;
  background-image: url('../img/line.png');
  background-repeat: no-repeat;
  background-position: left 20px;
  padding-bottom: 20px;
  /* margin-bottom: 45px; */
}

._587691q-block-1 ._587691q-content ._587691q-prod {
  width: 80%;
  margin: 0 auto;
}

._587691q-block-1 ._587691q-content ._587691q-prod img {
  width: 100%;
}

._587691q-block-1 ._587691q-button-buy {
  background: var(--blue);
  padding: 20px 40px;
  font-size: 16px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: bold;
  width: 250px;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  transition: 0.35s;
  display: block;
  text-align: center;
}

._587691q-block-1 ._587691q-button-buy:hover {
  box-shadow: 0 0 10px rgb(44, 44, 44), 0 0 4px inset rgba(44, 44, 44, 0.4);
  background: #1331dd;
}

._587691q-block-1 ._587691q-button-buy:active {
  transform: scale(0.9);
}

._587691q-block-1 ._587691q-price {
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  white-space: nowrap;
}

._587691q-block-1 ._587691q-price span {
  font-weight: normal;
  font-size: 30px;
}

._587691q-menu-wrap {
  position: relative;
}

._587691q-menu {
  width: 29px;
  height: 29px;
}

._587691q-menu ._587691q-coll {
  height: 2px;
  background: #fff;
  margin: 2px 0;
  transition: 0.35s;
}

._587691q-menu .row:nth-child(1) ._587691q-coll {
  margin-left: auto;
  width: 29px;
}

._587691q-menu .row:nth-child(2) ._587691q-coll {
  margin-left: auto;
  width: 16px;
}

._587691q-menu .row:nth-child(3) ._587691q-coll {
  margin-left: auto;
  width: 23px;
}

._587691q-menu:hover .row:nth-child(1) ._587691q-coll, ._587691q-menu:hover .row:nth-child(2) ._587691q-coll, ._587691q-menu:hover .row:nth-child(3) ._587691q-coll {
  width: 100%;
}

._587691q-menu-wrap {
  height: 29px;
}

._587691q-block-1 #target-menu {
  opacity: 0;
  overflow: hidden;
}

._587691q-dropbox #target-menu:target {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  padding-top: 50px;
  padding-right: 140px;
  transition: 0.35s;
  height: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  opacity: 1;
}

._587691q-dropbox ._587691q-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

._587691q-dropbox li {
  list-style-type: none;
  text-transform: uppercase;
  font-weight: bold;
}

._587691q-dropbox li a {
  /* text-decoration: none; */
  transition: 0.35s;
  color: rgb(238, 238, 238);
  transition: 0.35s;
}

._587691q-dropbox li a:hover {
  color: var(--blue);
}

._587691q-block-1 #target-menu:target {
  opacity: 1;
  overflow: auto;
}

._587691q-block-2 {
  background: url('../img/index.html') no-repeat cover;
}

._587691q-block-2 p {
  font-size: 16px;
  color: #141414;
  text-align: justify;
}

footer {
  padding: 20px 0;
  background-color: #000;
}

footer ._587691q-logo {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

._587691q-block-3, ._587691q-block-5 {
  background-color: #000;
}

._587691q-block-3 h2, ._587691q-block-5 h2 {
  color: #fff;
}

._587691q-slider-for {
  width: 500px;
}

._587691q-slider-for ._587691q-item {
  width: 500px;
}

._587691q-slider-for ._587691q-item img {
  object-fit: contain;
  width: 100%;
}

._587691q-slider-nav ._587691q-item {
  border: 1px solid rgb(243, 243, 243);
  margin: 5px;
  height: 50px !important;
  width: 50px !important;
}

._587691q-slider-nav ._587691q-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._587691q-block-6 ._587691q-wow {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0;
}

._587691q-block-6 ._587691q-name {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

._587691q-block-6 ._587691q-prise {
  padding-left: 100px;
  
  background-repeat: no-repeat;
  background-position: left 14px;
  font-size: 20px;
}

._587691q-block-6 ._587691q-prise span {
  font-size: 24px;
  font-weight: bold;
}

._587691q-block-6 ._587691q-help {
  font-size: 16px;
  padding-top: 20px;
  width: 80%;
}

._587691q-block-6 ._587691q-help span {
  font-weight: bold;
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 65%;
}

form input {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
  padding-left: 40px;
  border-radius: 4px;
  border: 1px solid rgba(204, 204, 204, 0.568);
}

form input[name="name"]{
  background-image: url("../img/icons/user.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
}

form input[name="phone"]{
  background-image: url("../img/icons/telephone-input.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px;
}

form ._587691q-button-buy {
  background: var(--blue);
  padding: 20px 40px;
  font-size: 16px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: bold;
  width: 250px;
  white-space: nowrap;
  color: #fff;
  border: 0;
  transition: 0.35s;
  margin-top: 14px;
}

form label {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 10px;
  padding-top: 20px;
}

form label a {
  margin-left: 3px;
}

form label input[type="checkbox"] {
  height: 14px;
  width: 14px;
  margin: 0;
  margin-right: 4px;
}

._587691q-block-4 ._587691q-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  position: relative;
}

._587691q-block-4 ._587691q-img p {
  position: absolute;
  left: -30px;
  bottom: -25px;
  font-size: 50px;
  color: var(--blue);
}

._587691q-block-4 ._587691q-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._587691q-block-4 p {
  text-align: center;
  width: 200px;
  margin: 0 auto;
}

._587691q-block-4 ._587691q-img p {
  position: absolute;
  left: -30px;
  bottom: -25px;
  font-size: 50px;
  color: var(--blue);
  width: auto;
}

._587691q-block-5 ._587691q-item {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

._587691q-block-5 ._587691q-item ._587691q-img {
  width: 120px;
  height: 120px;
  margin: -60px auto 20px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

._587691q-block-5 ._587691q-item img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

._587691q-block-5 ._587691q-item ._587691q-name {
  font-weight: bold;
  background-image: url('../img/line.png');
  background-position: center 36px;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  margin-bottom: 12px;
  font-size: 24px;
}

._587691q-block-5 ._587691q-item ._587691q-content {
  font-size: 16px;
}

._587691q-block-3 ._587691q-item {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  width: 300px;
  padding: 20px;
}

._587691q-block-3 ._587691q-item ._587691q-name {
  font-size: 16px;
  font-weight: bold;
}

._587691q-block-3 ._587691q-item ._587691q-content {
  font-size: 14px;
}

._587691q-block-3 ._587691q-item ._587691q-plus {
  color: #fff;
  background: var(--blue);
  height: 36px;
  width: 36px;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
}

._587691q-block-3 ._587691q-item ._587691q-wrap-item {
  position: relative;
}

._587691q-block-3 ._587691q-item:nth-child(1) {
  left: 170px;
  top: -30px;
}

._587691q-block-3 ._587691q-item:nth-child(1) ._587691q-plus, ._587691q-block-3 ._587691q-item:nth-child(2) ._587691q-plus {
  right: -36px;
  bottom: -36px;
}

._587691q-block-3 ._587691q-item:nth-child(3) ._587691q-plus {
  right: -36px;
  top: -36px;
}

._587691q-block-3 ._587691q-item:nth-child(5) ._587691q-plus {
  left: -36px;
  top: -36px;
}

._587691q-block-3 ._587691q-item:nth-child(6) ._587691q-plus {
  left: -36px;
  bottom: -36px;
}

._587691q-block-3 ._587691q-item:nth-child(2) {
  left: 30px;
  top: 140px;
}

._587691q-block-3 ._587691q-item:nth-child(3) {
  left: 170px;
  top: 340px;
}

._587691q-block-3 ._587691q-item:nth-child(5) {
  left: 710px;
  top: 320px;
}

._587691q-block-3 ._587691q-item:nth-child(6) {
  left: 710px;
  top: 80px;
}

._587691q-block-3 {
  background-image: url('../img/hero_transparent.png');
  background-repeat: no-repeat;
  background-position: center -50px;
  background-size: 1100px;
  min-height: 700px;
}

._587691q-block-3 ._587691q-container-abs {
  width: 1200px !important;
}

@media screen and (min-width: 1200px) {
  ._587691q-block-3 ._587691q-item-img{
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  ._587691q-block-1 ._587691q-price{
    padding-left: 50px;
    padding-top: 15px;
  }
  ._587691q-block-2 ._587691q-content{
    margin-top: 50px;
  }
  ._587691q-block-2 ._587691q-img img {
    width: 100%;
  }
  ._587691q-block-3 {
    background-image: none;
  }
  ._587691q-block-3 ._587691q-blk3_row{
    width: 50%;
  } 
  ._587691q-block-3 ._587691q-blk3_col {
    left: 50%;
}
  ._587691q-block-3 ._587691q-item{
    margin:auto;
  }
  ._587691q-block-3 ._587691q-item {
    position: relative !important;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin-bottom: 50px;
  }
  ._587691q-block-3 ._587691q-item ._587691q-plus {
    bottom: -36px;
  }
  ._587691q-block-3 ._587691q-container-abs {
    width: 100% !important;
  }
  ._587691q-block-3 ._587691q-item:nth-child(1), ._587691q-block-3 ._587691q-item:nth-child(2), ._587691q-block-3 ._587691q-item:nth-child(3), ._587691q-block-3 ._587691q-item:nth-child(5), ._587691q-block-3 ._587691q-item:nth-child(6) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    position: relative;
  }
  ._587691q-block-3 ._587691q-item:nth-child(1) ._587691q-plus, ._587691q-block-3 ._587691q-item:nth-child(2) ._587691q-plus, ._587691q-block-3 ._587691q-item:nth-child(3) ._587691q-plus {
    left: 50%;
    top: auto;
    margin-left: -18px;
  }
  ._587691q-block-3 ._587691q-item:nth-child(5) ._587691q-plus, ._587691q-block-3 ._587691q-item:nth-child(6) ._587691q-plus {
    bottom: auto;
    top: -36px;
    left: 50%;
    margin-left: -18px;
  }
  ._587691q-block-3 ._587691q-item-bottom {
    margin-top: -100px;
  }
  ._587691q-block-3 ._587691q-item-top {
    margin-bottom: -60px;
    margin-bottom: 50px;
  }
  ._587691q-block-2 ._587691q-img img {
    width: 100%;
  }
  ._587691q-block-5 {
    padding-bottom: 80px;
  }
  ._587691q-slider-for {
    width: 100%;
  }
  ._587691q-item-img {
    width: 100%;
    height: 580px;
    /* overflow: hidden; */
  }
  ._587691q-item-img img {
    width: 100%;
    margin-bottom: 40px;
  }
  ._587691q-dropbox #target-menu:target {
    padding-right: 60px;
  }
  ._587691q-block-1 ._587691q-button-buy {
    margin: 20px auto 0;
  }
  ._587691q-block-1 ._587691q-price {
    text-align: center;
  }
  .swiper-container {
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
  }
  .swiper-slide {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .swiper-slide img{
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: contain;
    
  }
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -5px;
  }
  ._587691q-block-6 ._587691q-prise{
    width: 230px;
  }
  
  ._587691q-block-3 ._587691q-item-img {
    height: 570px;
}
}


@media screen and (max-width:1025px){
  ._587691q-only_desk{
    display: none;
  }
  ._587691q-block-1 h1 {
    font-size: 60px;
  }
  ._587691q-block-1 ._587691q-second-name {
    font-size: 30px;
  }
}
@media screen and (max-width:768px){
  ._587691q-block-1 h1 {
    font-size: 51px;
  }
  ._587691q-block-1 ._587691q-second-name {
    font-size: 28px;
  }
  ._587691q-block-3 ._587691q-item-img{
    
    height: 460px;
  }
}
@media screen and (max-width:420px)  and (min-width:410px){
  ._587691q-block-3 ._587691q-item-img {
    width: 100%;
    height: 470px;
    margin-top: 90px;
}
  ._587691q-block-6 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0px;
  }
  ._587691q-block-6 .swiper-container {
    display: flex;
    width: 414px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 480px) {
  ._587691q-block-1 ._587691q-second-name {
    font-size: 24px;
  }
  ._587691q-block-1 ._587691q-price{
  padding-left: 20px;
}
  ._587691q-block-2 ._587691q-content {
    margin-top: 0px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
}
.swiper-container {
  height: 450px;
}
._587691q-block-3 {
  background-image: none;
}
._587691q-block-3 ._587691q-blk3_row {
  width: 100%;
      margin: auto;
}
._587691q-block-3 ._587691q-blk3_col {
  left: 0;
  width: 100%;
}
._587691q-block-3 ._587691q-item {
  width: 100%;
}
._587691q-block-3 ._587691q-item-top{
  margin-bottom: -60px;
}
._587691q-block-3 ._587691q-item-img {
  width: 100%;
  height: 350px;
  margin-top: 50px;
}
._587691q-block-3 ._587691q-item-img img {
  margin-left: 0;
}
  ._587691q-block h2 {
    font-size: 19px;
    padding-bottom: 30px;
  }
  ._587691q-slider-for ._587691q-item {
    width: 300px !important;
  }
  ._587691q-slider-for ._587691q-item ._587691q-img {
    width: 300px !important;
  }
  ._587691q-slider-for ._587691q-item img {
    width: 300px !important;
  }
  form {
    width: 90%;
    margin: 0 auto;
  }
  ._587691q-block-6 ._587691q-help {
    width: 90%;
    margin: 0 auto 20px;
  }
  ._587691q-block-1 h1 {
    font-size: 37px;
  }
  ._587691q-block-1 ._587691q-second-name {
    font-size: 23px;
  }
  ._587691q-block-1 ._587691q-line {
    font-size: 20px;
    padding-right: 0;
  }
  ._587691q-block-3 ._587691q-item {
    width: auto;
  }
  ._587691q-item-help {
    margin-bottom: 40px;
  }
  ._587691q-block-6 ._587691q-prise {
    /* font-size: 16px; */
  }
  ._587691q-slider-mobile {
    height: 300px;
  }
}

@media screen and (max-width:360px){
  ._587691q-block-1 h1 {
    font-size: 35px;
}
}

@media screen and (max-width: 320px) {
  form {
    width: 100%;
   
  }
  ._587691q-block-6 ._587691q-help {
    width: 100%;
  }
}

._587691q-your-class{
  max-width: 920px;
  margin:  auto;
  margin-top: 120px;
}
._587691q-your-class .slick-slide {
  padding: 0 10px;
}
._587691q-your-class img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin: auto;
  border-radius: 8px;
}

.swiper-button-next {
  right: 0px;
}
.swiper-button-prev {
  left: 0px;
}
._587691q-only_desk{
  display: block
}
._587691q-block-6 .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 25px;
}

@media screen and (max-width:380px){
  .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}
._587691q-block-2{
  padding-bottom: 0px;
}
._587691q-block-3 ._587691q-item-img {
  width: 100%;
  height: 440px;
  margin-top: 100px;
}

._587691q-block-6 .swiper-container {
  display: flex;
  width: 108.75%;
  margin-left: -15px;
  margin-right: 12px;
}


}

@media screen and (max-width:320px){
  ._587691q-block-2 .swiper-container {
    height: 400px;
}
._587691q-block-3 ._587691q-item-img {
  height: 400px;
  margin-top: 100px;
}
  ._587691q-block-6 .swiper-container {
    height: 380px;
}
 ._587691q-block-1 h1 {
   font-size: 31px;
 }
 ._587691q-block h2 {
   font-size: 17px;
 }
 ._587691q-block2 {
   font-size: 16px;
 }
}