@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
   0% {
     opacity: 0;
   }

   100% {
     opacity: 1;
   }
}

:root {
   --primary-color: #00eefa;
   --black: #000000;
   --white: #ffffff;
   --dark-gray: #8f8f8f;
   --green: #056b1f;
   --light-gray: #d9d9d9;
   --font-family: "Poppins", sans-serif;
   --animation-duration: 1s;
}

body {
   margin: 0;
   width: 100%;
   -webkit-animation: fade-in 1s linear;
   animation: fade-in 1s linear;
   background: var(--white);
   font-family: var(--font-family);
}

.wrapper {
  display: grid;
}

header {
  position: relative;
}

.inner_container {
  margin: 0 auto;
}

.header_wrapper {
   display: flex;
   flex-direction: column;
   width: 100%;
   height: auto;
   justify-content: center;
}

.bg_header {
   position: absolute;
   background-color: var(--black);
   width: 100%;
   height: 525px;
   z-index: 12;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto 40px auto;
  text-align: center;
}

.logo {
  margin: 20px auto 30px auto;
}

nav img {
  width: 100px;
}

nav a {
   color: var(--white);
   text-decoration: none;
   padding: 10px;
   z-index: 13;
   font-size: 14px;
}

.header_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px auto 50px auto;
  z-index: 13;
}

.a_btn {
  margin: auto;
}

._btn {
   display: card;
   background-color: var(--white);
   border: none;
   border-radius: 50px;
   font-family: var(--font-family);
   font-size: 12px;
   padding: 10px 30px;
   width: max-content;
   margin: auto;
   cursor: pointer;
}

main {
  margin-top: -20px;
}

.bg_content_first {
  position: absolute;
  width: 100%;
  height: 1080px;
  opacity: 0.7;
  background-color: #000000;
}

.your_ott {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 85px;
  text-align: center;
  color: #00eefa;
}

.your_ott h1 {
  margin: 0;
  font-size: 34px;
  z-index: 10;
  margin-top: -1000px;
  line-height: 1.2;
}

.your_ott p {
  font-size: 30px;
  z-index: 10;
  margin: 0 20px;
}

.img_display {
  position: absolute;
  z-index: 1;
}

.img_1 {
  overflow: hidden !important;
  height: 1080px;
  background-image: url("/img/1.jpg");
  background-position: top;
  background-size: 1440px 1080px;
}

.bg_start_your {
   width: 100%;
   background-color: var(--primary-color);
   text-align: center;
}

.bg_start_your h2 {
  font-size: 26px;
  margin: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  line-height: 1.2;
}

.bg_start_your p {
  font-size: 18px;
  margin: 0 20px;
  padding-bottom: 100px;
  line-height: 1.5;
}

.start_btn {
  padding-bottom: 20px;
}

.start_btn button {
  border: 3px solid #000000;
  background-color: #00eefa;
  max-width: 380px;
  min-width: 320px;
  height: 60px;
  margin: 10px 10px;
  color: #0a0a0a;
  font-size: 14px;
  font-family: "Poppins";
  cursor: pointer;
}

.our_services {
  text-align: center;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our_services h3 {
  font-size: 30px;
  margin: 80px auto 50px auto;
}

.services_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.service_card {
  min-width: 320px;
  max-width: 640px;
  min-height: 240px;
  max-height: 450px;
  margin: auto 20px;
  background-color: #000000;
}

.service_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.service_card picture {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card_text {
  width: 90%;
  margin: -115px auto 20px auto;
  color: #fff;
  font-size: 18px;
  text-align: left;
  border-bottom: 2px solid #fff;
  opacity: 0.9;
}

.slider-conteiner {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: auto 20px;
}

.why h2 {
  font-size: 30px;
  margin-bottom: 50px;
  margin-top: 80px;
}

.why_tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.why_img {
  width: 100px;
  height: 100px;
  margin: 0px auto;
}

.why_tab img {
  width: 100px;
}

.p_head {
  font-size: 18px;
  margin-bottom: 0px;
}

.launch {
  background-color: #00eefa;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.launch h3 {
  margin: 0px 20px 50px 20px;
  font-size: 26px;
}

.launch button {
  border: 3px solid #000;
  background-color: #00eefa;
  max-width: 380px;
  min-width: 320px;
  height: 60px;
  margin: 10px 10px;
  color: #0a0a0a;
  font-size: 14px;
  font-family: Poppins;
  cursor: pointer;
}

footer {
  width: 100%;
  background-color: #8f8f8f;
}

.footer_container {
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 12px;
  margin: auto;
}

.logo_social {
  margin: 0px 20px;
  width: 200px;
}

.logo_footer img {
  width: 120px;
}

.social_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}

.social_icon img {
  width: 25px;
  height: 25px;
}

.footer_link {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 20px;
  color: #525252;
}

.footer_link a {
  text-decoration: none;
  color: #ffffff;
  font-size: 12px;
  margin: 5px 0px;
}

.slider-wrapper {
  width: 98vw;
  margin: auto;
}

.slider {
  position: relative;
  overflow: hidden;
  padding: 0px 0px;
  margin: auto;
}

.slide {
  max-width: 98vw;
  max-height: 450px;
  margin: auto;
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slicl-list {
  overflow: hidden;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 50px;
  border: none;
  margin-top: -60px;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  background: url("../img/pre.png") 0 0/100% no-repeat;
  z-index: 10000;
  cursor: pointer;
}

.slider .slick-arrow.slick-next {
  right: 0;
  background: url("../img/next.png") 0 0/100% no-repeat;
  z-index: 10000;
  cursor: pointer;
}

.slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.slider .slick-dots li {
  list-style-type: none;
  margin: 0px 10px;
}

.slider .slick-dots button {
  font-size: 0;
  border-radius: 100px;
  border: none;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  margin-top: -120px;
  position: absolute;
  padding: 0px;
}

.slider .slick-dots li.slick-active button {
  background-color: #222;
}

.slick-slide {
  opacity: 0.5;
}

.slick-slide p {
  display: none;
}

.slick-current {
  opacity: 1;
}

.slick-current p {
  display: block;
}

.pricing_main {
  margin-top: 73px;
  text-align: center;
}

.pricing_main h1 {
  font-size: 30px;
  margin: 0px;
  padding: 80px 0px;
}

.tariff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 90px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tariff_tab {
  background-color: #fafaf5;
  width: 305px;
  height: 425px;
  border: 5px solid #000000;
  border-radius: 10px;
}

.tariff_tab h2 {
  font-family: "Arial", Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 15px auto 0px auto;
}

.tariff_tab p {
  font-family: "Arial", sans-serif;
  font-size: 25px;
  margin: 20px auto;
}

.no_prise p {
  font-size: 20px;
  margin: 12px;
}

.small_text {
  font-size: 14px;
}

.tariff_tab button {
  width: 200px;
  height: 55px;
  margin-bottom: 10px;
  border: none;
  background-color: #056b1f;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  cursor: pointer;
}

.tariff_tab ul li {
  text-align: left;
  font-size: 14px;
}

.tariff_tab ul p {
  text-align: left;
  font-size: 10px;
  margin: 0px;
}

.view_full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto 20px;
  padding-top: 60px;
  padding-bottom: 150px;
  font-family: "Arial", sans-serif;
}

.feature_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #000000;
}

.view_full h2 {
  margin: 10px;
}

.view_full img {
  display: none;
}

.questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 540px;
  background-color: #000000;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  text-align: center;
}

.questions h2 {
  font-size: 46px;
  margin: 90px 20px 50px;
  padding-top: 80px;
}

.questions p {
  font-size: 24px;
  margin: auto 20px;
}

.questions p a {
  text-decoration: none;
  font-weight: bold;
  color: #ff8562;
}

.questions button {
  width: 200px;
  height: 55px;
  margin: 50px auto 20px auto;
  border: none;
  background-color: #056b1f;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 20px;
  cursor: pointer;
}

.price_list_main {
   width: 100%;
   display: flex;
   justify-content: center;
}

.h1_price_list {
  font-size: 52px;
  padding: 190px 0px 0px;
  margin: 0px;
  text-align: center;
}

.price_list_wrapper {
  position: absolute;
  max-width: 100%;
  overflow-x: auto;
}

.pricing_list {
  margin-top: 73px;
  max-width: 980px;
  min-width: 980px;
  text-align: center;
  margin: auto;
}

.price_tariff {
  width: 100%;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 50px;
}

.name_cost a {
  text-decoration: none;
  color: #000000;
}

.hr_black {
  border: none;
  border-top: 1px solid #000000;
}

.hr_grey {
  border: none;
  border-top: 1px solid #d9d9d9;
}

.price_tariff button {
  color: #000000;
  border: 0px solid transparent;
  background-color: #00eefa;
  border-radius: 21px;
  font-weight: 600;
  font-size: 12px;
  width: 150px;
  height: 45px;
  margin: 30px 25px;
  padding: 0 15px;
  display: block;
  cursor: pointer;
  font-family: "Poppins";
}

.service_list_wrapper {
  margin-top: 370px;
  text-align: left;
}

.service_list_wrapper h3 {
  margin-top: 80px;
  padding-left: 20px;
  font-size: 30px;
  text-decoration: underline;
}

.serv_list {
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.serv_list img {
  width: 30px;
}

table {
  width: 980px;
}

table td {
  width: 200px;
  text-align: center;
}

.td_titel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 377px;
  font-size: 20px;
  padding: 5px 0px 5px 20px;
}

.modal {
  display: none;
  position: fixed;
  text-align: center;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0px;
  padding-top: 200px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation: fade-in 0.5s linear;
          animation: fade-in 0.5s linear;
}

.modal_wrapper {
  min-width: 300px;
  max-width: 600px;
  margin: auto;
}

.modal-content {
  background-color: #fefefe;
  margin: auto 20px;
  padding: 20px;
  border: 1px solid #888;
  font-size: 20px;
  font-weight: 600;
}

.close {
  float: right;
  font-size: 28px;
  font-weight: 700;
  position: fixed;
  top: 70px;
  right: 20px;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.form_wrapper {
  max-width: 600px;
  height: auto;
  margin: 73px auto auto auto;
  text-align: center;
  padding-bottom: 5px;
}

.form_wrapper h1 {
  padding-top: 60px;
  font-size: 34px;
  color: #ffffff;
}

.form_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px;
  margin: 20px;
  border: 5px solid #00eefa;
  background-color: #ffffff;
}

.fields_name {
  margin: 35px 0px 0px 0px;
  padding: 0px;
  text-align: left;
  font-size: 14px;
}

.form_field {
  height: 30px;
  border: none;
  border-bottom: 1px solid #000000;
  font-size: 16px;
}

textarea:focus,
input:focus {
  outline: none;
}

.form_fields button {
  color: #000000;
  border: 0px solid transparent;
  background-color: #00eefa;
  border-radius: 15px;
  font-weight: 600;
  font-size: 16px;
  width: 215px;
  height: 57px;
  margin: 30px auto;
  padding: 0 15px;
  display: block;
  cursor: pointer;
}

#country {
  width: 100%;
}


.main_container__thank-page {
    background-image: url("../img/tahnk_page_bg.png");
    background-size: cover;
}

.thank-page__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(4, 120, 87, 0.28) 0%, rgba(4, 120, 87, 0.28) 100%), rgba(255, 255, 255, 0.80);
}

.thank-page__h1 {
    color: #000;
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 170px;
    margin: 0px auto 8px auto;
}

.thank-page__p {
    max-width: 445px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 24px auto 0px auto;
}

.thank-page__pb {
    width: 360px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 24px auto 0px auto;
}

.thank-page__text-bold {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.thank-page__btns {
    display: flex;
    gap: 32px;
    margin: 72px 10px 222px 10px;
}

.thank-page__btn {
    border-radius: 8px;
    background: #047857;
    padding: 16px 32px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

.thank-page__btn:hover {
    background: #003E2C;
}

.go_main {
    background: none;
    border-radius: 8px;
    border: 1px solid #047857;
    color: #047857;
}

.go_main:hover {
    color: #ffffff;
    background: #047857;
}

@media all and (min-width: 641px) and (max-width: 980px) {
  .inner_container {
    min-width: 641px;
    max-width: 980px;
    margin: 0 auto;
  }

  .header_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  main {
    margin-top: 0px;
  }

  .your_ott h1 {
    font-size: 60px;
    margin: -990px auto 0 auto;
    padding: 0 50px;
  }

  .your_ott p {
    font-size: 30px;
    margin: 0 auto;
    padding: 0 50px;
  }

  .bg_start_your h2 {
    font-size: 78px;
  }

  .bg_start_your p {
    font-size: 22px;
  }

  .why_first_group {
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .why_second_group {
    display: grid;
    grid-template-columns: auto auto;
  }

  .launch h3 {
    font-size: 38px;
  }

  .footer_link p {
    font-size: 14px;
  }

  .view_full h2 {
    font-size: 78px;
  }

  .slider-conteiner h2 {
    font-size: 40px;
  }

  .slider-conteiner p {
    font-size: 18px;
  }
}

@media all and (min-width: 981px) and (max-width: 1920px) {
  .inner_container {
    min-width: 981px;
    max-width: 1160px;
    margin: 0 auto;
  }

  header {
    position: fixed;
    width: 100%;
    z-index: 15;
  }

  .bg_header {
    position: fixed;
    height: 70px;
    opacity: 0.7;
  }

  .header_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  nav {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0px;
    padding-left: 20px;
  }

  .logo {
    margin: 0px;
    padding: 0px 20px 0px 0px;
  }

  nav a {
    color: #ffffff;
    text-decoration: none;
    padding-top: 20px;
  }

  .header_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0px;
    padding-right: 20px;
  }

  .bg_content_first {
    height: 1100px;
  }

  .img_1 {
    overflow: hidden !important;
    height: 1100px;
    background-image: url("/img/1.jpg");
    background-position: 25%;
    background-size: 1440px 1100px;
    background-attachment: fixed;
  }

  .your_ott {
    width: 980px;
    margin: auto;
    gap: 200px;
  }

  .your_ott h1 {
    margin-top: -900px;
    font-size: 84px;
  }

  .bg_start_your h2 {
    font-size: 82px;
    width: 900px;
    margin: auto;
  }

  .bg_start_your p {
    font-size: 26px;
    width: 900px;
    margin: auto;
  }

  .our_services h3 {
    font-size: 40px;
  }

  .services_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }

  .service_card {
    max-width: 300px;
    min-width: 300px;
    min-height: auto;
    width: 300px;
    max-height: 225px;
    height: 225px;
    margin: auto 10px;
    background-color: #000000;
  }

  .why_first_group {
    display: grid;
    grid-template-columns: auto auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }

  .why_second_group {
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }

  .why_tab {
    width: 250px;
  }

  .launch h3 {
    font-size: 38px;
  }

  .pricing_main h1 {
    font-size: 78px;
  }

  .view_full h2 {
    font-size: 78px;
  }

  .questions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .questions p {
    width: 800px;
    margin: auto;
  }

  .slide {
    max-width: 860px;
    max-height: 376px;
    margin: 0;
  }

  .slide img {
    max-width: 760px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto 20px;
  }

  .slider-conteiner h2 {
    font-size: 52px;
  }

  .slider-conteiner p {
    font-size: 30px;
  }

  .form_fields {
    border: 10px solid #00eefa;
  }
}

@media all and (min-width: 1200px) and (max-width: 1920px) {
  .our_services h3 {
    font-size: 40px;
  }

  .services_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0px;
  }

  .service_card {
    max-width: 360px;
    max-height: 270px;
    width: 360px;
    height: 270px;
    margin: auto 20px;
    background-color: #000000;
  }

  .why h2 {
    font-size: 78px;
    margin-bottom: 70px;
  }

  .why_tab {
    width: 350px;
    font-size: 20px;
  }

  .why_img {
    width: 200px;
    height: 200px;
  }

  .why_tab img {
    width: 200px;
  }

  .p_head {
    font-size: 25px;
  }

  .footer_container {
    gap: 50px;
  }

  .footer_link p {
    font-size: 16px;
  }

  .footer_link a {
    font-size: 14px;
  }

  .tariff_tab {
    width: 345px;
    height: 525px;
  }

  .view_full img {
    display: block;
    width: 100px;
    margin-top: 10px;
    margin-left: 30px;
  }

  .questions p {
    width: 800px;
    margin: auto;
  }

  .pricing_main h1 {
    font-size: 82px;
  }
}

@media all and (min-width: 1440px) and (max-width: 1920px) {
  .img_1 {
    height: 1100px;
    background-size: 100%;
  }
}

.webp .img_1 { background-image: url(/img/1.webp); }

.webp .slider .slick-arrow.slick-prev { background: url(../img/pre.webp) 0 0/100% no-repeat; }

.webp .slider .slick-arrow.slick-next { background: url(../img/next.webp) 0 0/100% no-repeat; }

@media all and (min-width: 981px) and (max-width: 1920px) {
  .webp .img_1 { background-image: url(/img/1.webp); }
}
