.flex,
.header-text,
.header-text-wrap,
.lang-nav,
.lang-nav-ul,
.logo-wrap,
.more {
  display: flex;
}

.more:after,
header .flex-80 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.text-grey,
h2,
li,
p {
  line-height: 1.6rem;
}

header.dif,
img {
  height: auto;
}

.button,
.logo-wrap,
.name,
h2,
h3 {
  text-transform: uppercase;
}

.bold,
.button,
.logo-wrap,
.name,
.vid_active {
  font-weight: 700;
}

.slick-arrow,
a {
  cursor: pointer;
}

@font-face {
  font-family: Ubuntu;
  src: url(/font/Ubuntu-Regular.ttf);
  font-style: normal;
  font-weight: 400;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Ubuntu;
  src: url(/font/Ubuntu-Bold.ttf);
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: SourceSansPro-Bold;
  src: url(/font/SourceSansPro-Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: SourceSansPro-Regular;
  src: url(/font/SourceSansPro-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: SourceSansPro-Semibold;
  src: url(/font/SourceSansPro-Semibold.ttf);
  font-display: swap;
}

body {
  font-size: 18px;
  padding: 0 1rem;
  max-width: 2000px;
  width: 100%;
  margin: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Ubuntu, sans-serif;
}

a {
  color: #000;
  text-decoration: none;
}

li,
p {
  color: #000000;
}

.lang-nav a,
.more,
h1 {
  color: #fff;
}

.flex {
  flex-flow: row wrap;
  justify-content: space-between;
}

.flex-20 {
  width: 25%;
}

.flex-80,
.main-inner {
  width: 75%;
}

.button,
.lang-nav,
.logo-wrap,
.main-part,
img {
  width: 100%;
}

h1 {
  max-width: 500px;
  font-size: 3rem;
}

.dif-page h1,
h2 {
  font-size: 1.4rem;
}

header {
  height: 800px;
  position: relative;
}

header .flex-80 {
  background-image: url(/img/header.webp);
}

header .flex-20 {
  padding: 2rem 2.5rem;
}

.big-list li,
h2,
h3 {
  padding-bottom: 3rem;
}

.dif-page .main-part,
.dif-page h2,
.icon-part h3 {
  padding-top: 2rem;
}

.logo-wrap img {
  max-width: 40px;
  margin-right: 0.5rem;
}

.logo-wrap {
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
}

.lang-nav {
  flex-flow: row;
  justify-content: flex-end;
}

.lang-nav-ul {
  margin: 0;
  padding-top: 0.5rem;
  justify-content: flex-end;
  list-style-type: none;
}

.lang-nav-ul li {
  padding-left: 1rem;
}

.header-content {
  max-width: 1200px;
  height: 100%;
  padding: 2rem 4rem;
}

.header-text {
  height: 100%;
  justify-content: center;
  flex-flow: column;
}

.header-text-wrap {
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
  padding-left: 1rem;
}

.header-text-wrap h2 {
  max-width: 360px;
}

.header-text-small {
  text-align: right;
  align-items: flex-end;
  display: flex;
  padding-bottom: 2rem;
  justify-content: space-between;
}

.header-text-small .text-grey {
  margin: 0;
  padding-bottom: 2rem;
  max-width: 300px;
  width: 100%;
}

h2 {
  margin: 0;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 0;
}

.more {
  align-items: center;
  transition: 0.2s;
}

.footer-ul li a,
.text-grey {
  color: #5f5f5f;
  font-size: 1rem;
}

.more:after {
  content: "";
  background-image: url(/img/arrow-down.svg);
  width: 15px;
  margin-left: 1rem;
  height: 10px;
  display: block;
}

.text-grey {
  padding: 0;
  margin: 0;
}

.button {
  border-radius: 35px;
  padding: 1rem 2rem;
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
  display: block;
  max-width: 250px;
}

.button-orange {
  color: #fff;
  background-color: #ff8c45;
  border: 2px solid #ff8c45;
  transition: 0.2s;
}

.button-orange:hover {
  color: #ff8c45;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ff8c45;
}

.main {
  display: flex;
  justify-content: flex-end;
}

.main-part {
  padding-top: 6rem;
  padding-bottom: 6rem;
  justify-content: center;
  max-width: 1200px;
  padding-right: 1rem;
}

.button-purple,
.icon-part .text-grey {
  max-width: 250px;
}

img {
  vertical-align: middle;
}

.flex-50 {
  width: 50%;
}

.big-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.big-list li {
  display: flex;
  align-items: center;
  max-width: 375px;
}

.big-list li:last-of-type {
  padding-bottom: 0;
}

.big-list .number {
  color: #821990;
  font-weight: 700;
  font-size: 5rem;
  margin-right: 2rem;
  line-height: 120%;
}

.bold {
  display: initial;
}

.button-purple {
  background: 0 0;
  border: 2px solid #821990;
  color: #821990;
  margin-top: 2rem;
  display: block;
  width: 100%;
  transition: 0.2s;
}

.eula-ul,
.footer-ul {
  margin: 0;
  list-style: none;
}

.button-purple:hover {
  color: #fff;
  background-color: #821990;
}

.img-wrap-abs {
  position: relative;
  height: 450px;
}

.img-abs {
  position: absolute;
}

.img-abs:nth-child(2) {
  top: 0;
  right: 0;
}

.img-abs:first-child {
  top: 80px;
  left: 80px;
  z-index: 1;
}

.text-wrap {
  max-width: 390px;
  width: 100%;
}

.row {
  flex-flow: row wrap;
  justify-content: space-between;
}

.flex-30 {
  max-width: 30%;
}

.flex-100,
.icon-wrap img,
.img-wrap-step img,
.img-wrap-test img {
  width: 100%;
}

.icon-wrap {
  width: 100%;
  max-width: 50px;
}

.name {
  color: #821990;
}

.testimonial .text-grey {
  max-width: 500px;
  width: 100%;
}

.testimonial:first-of-type {
  padding-bottom: 8rem;
}

.pad-bot {
  padding-bottom: 2rem;
}

.text-wrap-2 {
  max-width: 500px;
}

footer {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}

.footer-ul {
  padding: 0;
  max-width: 300px;
  width: 100%;
}

.img-wrap-test {
  max-width: 200px;
  width: 100%;
  padding: 1.5rem;
}

.footer-ul li {
  padding-bottom: 0.2rem;
}

.footer-content {
  border-top: 1px solid #dedede;
  width: 75%;
}

.footer-content-wrap {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 0;
  max-width: 1200px;
}

footer .logo-wrap {
  justify-content: flex-end;
  width: 240px;
}

.dif-page header {
  height: 350px;
}

.dif-page h1 {
  color: #000;
  max-width: initial;
}

.dif-page h2 {
  color: #000;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
}

.vid_btn,
.vid_language a {
  font-size: 16px;
  text-decoration: none;
}

.eula-ul {
  padding: 1rem 0;
}

.eula-ul li {
  padding-bottom: 1rem;
}

.img-wrap-step {
  width: 100%;
  max-width: 800px;
}

.back-arrow {
  max-width: 1150px;
  margin: 4rem auto;
  padding: 0 1.5rem;
}

.back-arrow > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #414141;
  font-size: 1rem;
}

.back-arrow > a > img {
  width: 30px;
  height: auto;
  margin-right: 0.3rem;
}

.back-arrow > a:hover,
.arrow-link:hover {
  color: #1b8d74;
  text-decoration: underline;
}

.arrow-container {
  display: flex;
  justify-content: flex-end;
}

.arrow-container .back-arrow {
  width: 75%;
  max-width: none;
  margin: 0 0 4rem 0;
  padding: 0;
}

.arrow-container .back-arrow > a {
  width: 100%;
  max-width: 1200px;
}

/* pop up modal */

.modal {
  width: 100%;
  height: 100vh;
  background: rgba(151, 151, 151, 0.479);
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  display: flex;
  animation: modal 1s 1.5s forwards;
  visibility: hidden;
  opacity: 0;
}

.modal-container {
  margin: auto;
  width: 95%;
  height: 95%;
  background: #fffffff3;
  border-radius: 3px;
}

#close {
  display: none;
}

#close + label {
  position: relative;
  color: #8e8e8e;
  font-size: 1.1rem;
  font-weight: 600;
  z-index: 50;
  top: 95%;
  left: 91%;
  cursor: pointer;
  animation: modal 1s 1.5s forwards;
  visibility: hidden;
  opacity: 0;
}

.modal-container > label > span {
  font-size: 0.8rem;
  margin-right: 0.3rem;
}

#close:checked + label,
#close:checked ~ .modal-content,
#close:checked ~ .modal {
  display: none;
}

@keyframes modal {
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem !important;
  height: 90vh;
}

.modal-content > p {
  color: black !important;
}

.modal-title {
  color: black;
  font-size: 2.4rem !important;
  width: 100% !important;
  max-width: none !important;
  text-align: center;
  margin: 1rem auto 0 auto;
}

.modal-img {
  width: 28% !important;
  margin-top: 1rem;
}

.btn-modal {
  text-decoration: none;
  color: white;
  background-color: #48d0be;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  margin: 0 auto 1rem auto;
}

.btn-modal:hover {
  background-color: #1ea896;
}

.question-modal {
  font-weight: bold;
  font-size: 1.375rem;
  margin-bottom: 0;
}

.link-modal {
  width: 21%;
  text-align: center;
  font-size: 0.9rem !important;
}

.link-modal > a {
  color: #48d0be;
  text-decoration: underline;
}

.link-modal > a:hover,
.modal-div-links > a:hover {
  color: #1ea896;
}

.modal-div-links {
  display: flex;
  width: 95%;
}

.modal-div-links > a {
  padding: 0 0.5rem;
  font-size: 0.9rem !important;
  color: #8e8e8e;
  font-weight: 300;
}

.style-Chrome {
  position: absolute;
  left: 22%;
  top: 40%;
  width: min-content;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Chrome > p {
  width: 235px;
  color: black !important;
  margin: 0;
}

.style-Firefox {
  position: absolute;
  left: 64%;
  top: 35%;
  width: min-content;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Firefox > p {
  color: black !important;
  width: 300px;
  margin: 0;
}

.style-Edge {
  position: absolute;
  left: 60%;
  top: 46%;
  width: min-content;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Edge > p {
  color: black !important;
  width: 280px;
  margin: 0;
}

.style-Opera > p:nth-child(even) {
  position: absolute;
  left: 23%;
  top: 30%;
  margin-right: 1rem;
  color: black !important;
  width: 240px;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.886);
}

.style-Opera > p:nth-child(odd) {
  width: 350px;
  position: absolute;
  left: 63%;
  top: 35%;
  margin-left: 1rem;
  color: black !important;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border-radius: 1rem;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.886);
}

.image-down {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: 10vh;
  left: 10vw;
  animation: bounce 1.2s;
  transform: translateY(60vh);
  animation-iteration-count: infinite;
}

.image-up {
  width: 80px;
  height: auto;
  position: absolute;
  top: 10vh;
  right: 8vw;
  animation: bounce 1.2s;
  transform: translateY(10vh);
  animation-iteration-count: infinite;
}

@keyframes bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  50% {
    top: 100px;
    height: 100px;
    -webkit-animation-timing-function: ease-out;
  }

  55% {
    top: 120px;
    height: 80px;
    -webkit-animation-timing-function: ease-in;
  }

  65% {
    top: 80px;
    height: 100px;
    -webkit-animation-timing-function: ease-out;
  }

  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }

  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}

/* css new page install */

.install-lang > a {
  padding: 0 0.3rem;
}

.install-lang > a:hover {
  color: #198771;
}

.install-header {
  max-width: 1350px !important;
  padding: 1rem 0 !important;
}

.container-download-tips {
  background-color: #f8f8fb;
  padding: 1rem 0 1rem 0;
  margin-top: 0rem;
  width: 100%;
}

.text-container-header {
  max-width: 1350px;
  margin: 3rem auto 2rem auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.text-container-header > p {
  margin-top: 0.6rem;
  font-family: SourceSansPro-Regular;
}

.install-cont-2 > p {
  font-family: SourceSansPro-Regular;
}

.title-install {
  color: #000;
  font-family: SourceSansPro-Bold;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.875rem;
  max-width: 60%;
  margin-bottom: 3rem;
}

.content-img > div > h4 {
  font-family: SourceSansPro-Bold;
  font-size: 1.3rem;
  margin: 0;
}

.subtitle-install {
  color: rgba(0, 0, 0, 0.87);
  font-family: SourceSansPro-Bold;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: none !important;
  padding: 0;
}

.text-info-tips {
  color: #000;
  font-family: SourceSansPro-Regular;
  font-size: 1rem;
  line-height: normal;
  margin: 1rem 1rem 0 1rem;
  min-height: 100px;
}

.content-img {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 1rem 0 1rem;
}

.steps-container-install {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 40px 29px;
  align-items: center;
  justify-items: center;
  max-width: 1350px !important;
  margin: auto;
}

.step-download-t1,
.step-download-t2,
.step-download-t3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  border-radius: 1rem;
  min-height: 225px;
  max-width: 350px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  -moz-box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
  box-shadow: 0px 0px 16px -8px rgba(191, 191, 191, 1);
}

.btn-install {
  max-width: 1350px !important;
  margin: 4rem auto 5rem auto;
}

.btn-install-1 {
  text-decoration: none;
  font-family: SourceSansPro-Bold;
  font-weight: 700;
  font-size: 1.2rem;
  color: white;
  background-color: #198771;
  align-items: center;
  border-radius: 2.25rem;
  padding: 0.8rem 2rem;
  margin: 0 auto 1rem auto;
  text-transform: uppercase;
}

.btn-install-1:hover {
  background-color: #03dac5;
}

.img-download,
.img-folder {
  width: 15% !important;
}

.install-cont-2 {
  max-width: 1350px !important;
  padding: 0 !important;
}

.content-img > img {
  width: 11%;
  height: auto;
  margin-right: 1rem;
}

.title_install1 {
  font-size: 1.8rem !important;
  font-family: SourceSansPro-Bold;
  font-weight: bold !important;
  text-transform: none !important;
  margin-top: 5rem !important;
  padding-bottom: 0 !important;
}

.install-back-arrow {
  max-width: 1350px !important;
  padding: 0 !important;
}

/* footer install */

.install-footer {
  font-family: "Source Sans Pro";
  font-size: 1rem;
  height: 120px;
}

.install-footer > div {
  justify-content: space-between;
  align-items: center;
  max-width: 1350px;
  padding: 0;
}

.install-footer > div > .vid_links {
  flex-flow: wrap;
  align-items: center;
  width: 30%;
}

.install-footer > div > .vid_links > a {
  margin: 0;
  font-family: SourceSansPro-Regular;
}

.install-footer > div > .vid_links > a:hover{
  border-bottom: 1px white solid;
  transition: 0.7s;
}

.scroll {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 200px;
  right: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  z-index: 20;
  width: 100px;
}

.scroll > img {
  background-color: #198771;
  padding: 0.4rem;
  border-radius: 2rem;
  transform: rotate(90deg);
  width: 35%;
}

.scroll > img:hover {
  background-color: #01a595;
  transition: 1s;
}

/* install slider */

.install-heading {
  margin-top: 10rem;
}

.csslider-install {
  text-align: left;
  position: relative;
  margin: 2rem 0;
  max-width: 1350px !important;
  margin: auto;
}

.csslider-install > input {
  display: none;
}

.csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -47%;
}

.csslider-install > input:nth-of-type(1):checked ~ ul li:first-of-type {
  margin-left: 0%;
}

.csslider-install > input:nth-of-type(1):checked ~ ul li:nth-child(4) {
  opacity: 0.08;
  position: absolute;
}

.csslider-install > input:nth-of-type(1):checked ~ ul li:nth-child(5) {
  display: none;
}

.csslider-install > input:nth-of-type(2):checked ~ ul li:nth-child(2) {
  opacity: 0.08;
}

.csslider-install > ul {
  position: relative;
  z-index: 1;
  padding: 0;
  white-space: nowrap;
  border-radius: 2rem;
  padding: 2rem 1rem;
  max-width: 1350px !important;
  margin: auto;
}

.csslider-install > ul {
  overflow: hidden;
}

.csslider-install > ul > li {
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  box-sizing: border-box;
  white-space: normal;
  box-shadow: 0px 0px 8px 0px rgba(213, 213, 213, 0.75);
  border-radius: 1rem;
  padding: 1.5rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-height: 580px;
  width: 350px;
  margin-right: 1.5rem;
}

.csslider-install > ul > li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 96%;
  margin: 0.5rem auto 0 auto;
}

.csslider-install > ul > li > div > h2 {
  font-size: 1.25rem;
  font-family: SourceSansPro-Regular !important;
  font-weight: 600;
  margin: 1rem 0;
  padding-bottom: 0;
}

.csslider-install > ul > li > div > p {
  font-family: SourceSansPro-Regular !important;
  font-size: 0.9rem;
  margin-top: 0;
  line-height: 1.5;
}

.install-back-arrow > a {
  font-family: SourceSansPro-Regular;
}

.csslider-install > .arrows {
  user-select: none;
}

.csslider-install > .arrows {
  position: absolute;
  left: -70px;
  top: 47%;
  width: 100%;
  z-index: 5;
  box-sizing: content-box;
}

.csslider-install > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  cursor: pointer;
  transition: 0.3s;
}

.csslider-install > .arrows label:before {
  content: url(/img/install/arrow_install.png);
  position: absolute;
  top: -40px;
  width: 70px;
  height: 70px;
  transform: scale(0.4);
}

.csslider-install > .arrows label:hover:before {
  content: url(/img/install/arrow_green.png);
}

.csslider-install.infinity
  > input:first-of-type:checked
  ~ .arrows
  label:last-of-type,
.csslider-install > input:nth-of-type(1):checked ~ .arrows label:nth-of-type(0),
.csslider-install > input:nth-of-type(2):checked ~ .arrows label:nth-of-type(1),
.csslider-install > input:nth-of-type(3):checked ~ .arrows label:nth-of-type(2),
.csslider-install > input:nth-of-type(4):checked ~ .arrows label:nth-of-type(3),
.csslider-install
  > input:nth-of-type(5):checked
  ~ .arrows
  label:nth-of-type(4) {
  display: block;
  left: 200px;
  transform: rotate(180deg);
}

.csslider-install.infinity
  > input:last-of-type:checked
  ~ .arrowslabel:first-of-type,
.csslider-install
  > input:nth-of-type(1):checked
  ~ .arrows
  label:nth-of-type(2) {
  display: block;
  right: 100px;
  transform: rotate(360deg);
}

.install-main > .back-home {
  margin-bottom: 6rem;
}

@media (min-width: 2250px) {
  .modal-title {
    font-size: 3.5rem !important;
  }

  .question-modal {
    font-size: 2rem !important;
  }

  .autodown-modal,
  .link-modal,
  .modal-content > p:nth-child(2) {
    font-size: 1.5rem !important;
  }

  .btn-modal {
    padding: 1rem 3rem;
    margin: 2rem auto 1rem auto;
    font-size: 1.7rem !important;
  }

  .modal-img {
    width: 35% !important;
  }

  .image-down,
  .image-up {
    width: 150px;
  }

  .style-Chrome > p {
    font-size: 1.5rem;
    width: 400px;
    line-height: 1.6;
  }

  .style-Chrome {
    left: 16%;
  }

  .style-Firefox > p {
    font-size: 1.5rem;
    width: 380px;
    line-height: 1.6;
  }

  .style-Firefox {
    left: 68%;
  }

  .style-Opera > p:nth-child(even) {
    left: 13%;
    top: 30%;
    width: 500px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .style-Opera > p:nth-child(odd) {
    left: 67%;
    width: 500px;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .style-Edge > p {
    font-size: 1.5rem;
    line-height: 1.6;
    width: 450px;
  }

  #close + label {
    font-size: 2rem;
    left: 88%;
  }

  .modal-container > label > span {
    font-size: 1.5rem;
  }
}

@media (max-width: 1980px) {
  body {
    padding: 0;
  }
}

@media (max-width: 1700px) {
  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(1) {
    left: 185px;
  }
}

@media (max-width: 1440px) {
  .main-inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-content {
    width: 100%;
  }

  header.vid_container {
    padding: 1rem 1.5rem;
  }

  .title-install {
    margin-bottom: 2.5rem;
  }

  .text-container-header {
    margin: 1rem auto;
  }

  .footer-content-wrap {
    padding: 1rem 2rem;
    margin: auto;
  }

  .header-text-wrap h2 {
    max-width: 100%;
  }

  .header-text-wrap {
    padding-left: 0;
  }

  header .flex-20 {
    padding: 2rem 1.5rem;
  }

  .arrow-container .back-arrow {
    width: 100%;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 2rem auto 4rem auto;
  }

  /* modal responsive */
  .link-modal {
    width: 55%;
  }

  #close + label {
    left: 87%;
    top: 93%;
  }

  .modal-title {
    font-size: 1.5rem !important;
    margin: 0 auto;
  }

  .modal-img {
    width: 20% !important;
    margin-top: 0;
  }

  .image-down {
    transform: translateY(50vh);
  }

  .question-modal {
    font-size: 1rem;
  }

  .btn-modal {
    padding: 0.6rem 2rem;
    margin: 0 auto;
    font-size: 0.9rem !important;
  }

  .style-Chrome {
    left: 54%;
  }

  .style-Firefox {
    left: 22%;
  }

  .style-Edge {
    left: 57%;
    top: 44%;
  }

  .style-Chrome > p,
  .style-Edge > p,
  .style-Firefox > p,
  .style-Opera > p {
    font-size: 0.9rem !important;
    line-height: 1.4;
  }

  .style-Firefox > p {
    width: 230px;
  }

  .style-Opera > p:nth-child(odd) {
    width: 285px;
    left: 60%;
    top: 38%;
  }

  .style-Opera > p:nth-child(even) {
    left: 20%;
  }

  .modal-content > p {
    font-size: 0.9rem !important;
    margin: 0;
  }

  .link-modal {
    margin-top: -1rem !important;
  }

  .modal-div-links > a {
    font-size: 0.8rem !important;
  }

  .modal-content {
    justify-content: space-around;
  }
}

@media (max-width: 1425px) {
  .install-lang > a {
    font-size: 0.9rem;
  }

  .btn-install {
    width: 57%;
    margin: 3rem auto 4rem auto;
  }

  .btn-install-1 {
    font-size: 1rem;
  }

  .steps-container-install {
    grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
  }

  .step-download-t1,
  .step-download-t2,
  .step-download-t3 {
    padding: 0.5rem;
  }

  .text-container-header {
    margin: 1rem auto;
  }

  .content-img > img {
    width: 10% !important;
  }

  .text-container-header > p,
  .install-cont-2 > p {
    font-size: 0.9rem;
  }

  .step-download-t1 > .content-img > img {
    width: 8% !important;
  }

  .vid_container,
  .text-container-header,
  .steps-container-install,
  .btn-install,
  .csslider-install,
  .install-back-arrow,
  .install-footer > div {
    width: 80%;
  }

  .title-install {
    max-width: 71%;
  }

  .vid_container {
    padding: 0 !important;
  }

  .csslider-install > ul {
    width: 100%;
  }

  .csslider-install > ul > li {
    width: 270px;
    min-height: 480px;
    padding: 1rem;
    margin-right: 1rem;
  }

  .csslider-install > ul > li > div > h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }

  .csslider-install > ul > li > div > p {
    font-size: 0.8rem;
  }

  .csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -47%;
  }

  .csslider-install > ul {
    overflow: hidden;
  }

  .install-cont-2 > h2 {
    margin-top: 4rem !important;
  }

  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(1) {
    left: 140px;
  }

  .install-footer > div > .vid_links {
    width: 40%;
  }
}

@media (max-width: 1310px) {
  .title-install {
    font-size: 2rem;
    line-height: 1.3;
    margin-bottom: 1rem;
    max-width: 100%;
  }

  .subtitle-install,
  .title-2 {
    font-size: 1.3rem !important;
  }

  .step-download-t1,
  .step-download-t2,
  .step-download-t3 {
    min-height: 175px;
    padding: 1.5rem;
  }

  .text-info-tips {
    font-size: 0.9rem;
    min-height: 0;
  }

  .steps-container-install {
    gap: 40px 20px;
  }

  .vid_flex {
    width: 81% !important;
  }

  .csslider-install
    > input:nth-of-type(1):checked
    ~ .arrows
    label:nth-of-type(2) {
    right: 50px;
  }

  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(1) {
    left: 170px;
  }
}

@media (max-width: 1250px) {
  .csslider-install
    > input:nth-of-type(1):checked
    ~ .arrows
    label:nth-of-type(2) {
    right: 15px;
  }

  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(1) {
    left: 150px;
  }

  .csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -53%;
  }
}

@media (max-width: 1200px) {
  .csslider-install > ul > li {
    width: 380px;
    min-height: 500px;
  }

  .csslider-install > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -165%;
  }

  .csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -85%;
  }

  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(3),
  .csslider-install
    > input:nth-of-type(3):checked
    ~ .arrowslabel:nth-of-type(4) {
    display: block;
    right: 25px;
    transform: rotate(360deg);
  }

  .csslider-install > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0%;
  }

  .csslider-install > input:nth-of-type(1):checked ~ ul li:nth-child(3),
  .csslider-install > input:nth-of-type(2):checked ~ ul li:nth-child(5) {
    opacity: 0.08;
    position: absolute;
  }

  .csslider-install > input:nth-of-type(2):checked ~ ul li:nth-child(2),
  .csslider-install > input:nth-of-type(3):checked ~ ul li:nth-child(4) {
    opacity: 0.08;
  }
}

@media (max-width: 1100px) {
  .vid_container,
  .text-container-header,
  .steps-container-install,
  .btn-install,
  .csslider-install,
  .vid_flex,
  .install-footer > div {
    width: 85% !important;
  }

  .install-footer > div > .vid_links {
    width: 50%;
  }

  .vid_links a {
    font-size: 1rem;
  }

  header {
    height: auto;
    position: relative;
  }

  .header-text-wrap h2 {
    max-width: 500px;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .main-part {
    flex-flow: row wrap;
  }

  .main-part .flex-50,
  header .flex-20,
  header .flex-80 {
    width: 100%;
  }

  .img-abs:nth-child(2) {
    right: auto;
    left: 0;
  }

  .img-wrap-abs {
    max-width: 500px;
  }

  header .flex-20 {
    order: 1;
  }

  header .flex-80 {
    height: 600px;
  }

  .dif-page header .flex-80 {
    height: 200px;
  }

  .header-text-wrap {
    align-items: flex-start;
  }

  .logo-wrap {
    justify-content: flex-start;
  }

  .header-text-small {
    align-items: flex-start;
    text-align: left;
    padding-bottom: 0;
  }

  .header-content {
    padding: 2rem;
  }

  .lang-nav,
  .lang-nav-ul {
    padding: 0;
    justify-content: initial;
  }

  .lang-nav-ul li {
    padding: 0 1rem 0 0;
  }

  .main-part {
    padding: 3rem 0;
  }

  .img-wrap-test {
    padding-bottom: 2rem;
  }

  /* modal responsive */

  #close + label {
    left: 84%;
  }

  .style-Chrome > p,
  .style-Edge > p,
  .style-Firefox > p,
  .style-Opera > p {
    font-size: 0.8rem !important;
    line-height: 1.4;
  }

  .style-Firefox {
    left: 15%;
  }

  .style-Edge > p {
    width: 160px;
  }

  .style-Edge {
    left: 58%;
    top: 37%;
  }

  .style-Opera > p:nth-child(odd) {
    width: 200px;
    left: 60%;
    top: 33%;
  }

  .style-Opera > p:nth-child(even) {
    left: 15%;
  }

  .csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -92%;
  }

  .csslider-install > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -173%;
  }
}

@media (max-width: 978px) {
  .steps-container-install {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  }

  .step-download-t1,
  .step-download-t2,
  .step-download-t3 {
    min-height: 100px;
    max-width: 1000px !important;
  }

  .content-img > img {
    width: 4%;
  }

  header.vid_container {
    padding: 1rem 0 !important;
  }

  .img-download,
  .img-folder {
    width: 6% !important;
  }

  .steps-container-install {
    gap: 25px 20px;
    justify-items: stretch;
  }

  .btn-install-1 {
    font-size: 1rem;
    display: flex;
    justify-content: center;
    width: 90%;
  }

  .csslider-install > ul > li {
    width: 350px;
  }

  .csslider-install > ul > li > div > h2 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .csslider-install > ul > li > div > p {
    font-size: 0.8rem;
    line-height: 1.4;
  }

  .title_install1 {
    font-size: 1.5rem !important;
  }

  .title-install {
    max-width: 69%;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }

  p {
    line-height: 1.4rem;
    font-size: 0.9rem;
  }

  h4 {
    font-size: 1rem;
  }

  .text-info-tips {
    margin-top: 9px;
  }

  .vid_container,
  .back-arrow {
    max-width: 828px !important;
  }

  .content-img {
    padding-top: 0.6rem;
  }

  .csslider-install.infinity
    > input:last-of-type:checked
    ~ .arrowslabel:first-of-type,
  .csslider-install
    > input:nth-of-type(1):checked
    ~ .arrows
    label:nth-of-type(2),
  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(3),
  .csslider-install
    > input:nth-of-type(3):checked
    ~ .arrowslabel:nth-of-type(4) {
    right: -49px;
  }

  .csslider-install.infinity
    > input:first-of-type:checked
    ~ .arrows
    label:last-of-type,
  .csslider-install
    > input:nth-of-type(1):checked
    ~ .arrows
    label:nth-of-type(0),
  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(1),
  .csslider-install
    > input:nth-of-type(3):checked
    ~ .arrows
    label:nth-of-type(2),
  .csslider-install
    > input:nth-of-type(4):checked
    ~ .arrows
    label:nth-of-type(3),
  .csslider-install
    > input:nth-of-type(5):checked
    ~ .arrows
    label:nth-of-type(4) {
    left: 90px;
  }

  .vid_links a {
    font-size: 0.9rem;
  }

  .vid_subinfo p {
    font-size: 0.9rem;
  }

  .step-download-t1 > .content-img > img {
    width: 4% !important;
  }

  .content-img > img {
    width: 5% !important;
  }
}

@media (max-width: 950px) {
  .modal {
    display: none;
  }

  .title_install1 {
    margin-top: 4rem !important;
  }

  header.vid_container {
    padding: 1rem 0 !important;
  }

  .vid_subinfo {
    width: 59%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .csslider-install
    > input:nth-of-type(1):checked
    ~ .arrows
    label:nth-of-type(2) {
    right: -15px;
  }

  .csslider-install > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -175%;
  }

  .csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -93%;
  }

  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(1) {
    left: 120px;
  }

  .csslider-install
    > input:nth-of-type(2):checked
    ~ .arrows
    label:nth-of-type(3) {
    right: -20px;
  }

  .csslider-install
    > input:nth-of-type(3):checked
    ~ .arrows
    label:nth-of-type(2) {
    left: 120px;
  }
}

@media (max-width: 900px) {
  .csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -95%;
  }

  .csslider-install > ul > li {
    width: 300px;
  }
}

@media (max-width: 770px) {
  .btn-install {
    margin: 3rem auto 3rem auto;
  }

  .scroll > img {
    width: 30%;
  }

  .title_install1 {
    margin-top: 3rem !important;
    font-size: 1.3rem !important;
  }

  .title-install {
    line-height: 2.2rem;
    max-width: 85%;
  }

  .content-img > div > h4 {
    font-size: 1rem;
  }

  .vid_container h2 {
    line-height: 1.2rem;
  }

  .subtitle-install {
    font-size: 1.3rem;
  }

  .icon-part,
  .img-abs,
  .img-abs img,
  .testimonial .flex-20,
  .testimonial .flex-80 {
    width: 100%;
  }

  .dif-page header,
  .img-wrap-abs {
    height: 300px;
  }

  h3 {
    padding-bottom: 1rem;
  }

  .icon-part {
    max-width: 100%;
    padding-bottom: 4rem;
  }

  .icon-part h3 {
    padding-top: 1rem;
  }

  .steps-container-install {
    gap: 17px 10px;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }

  .footer-content-wrap,
  .testimonial {
    flex-flow: row wrap;
  }

  .img-abs {
    max-width: 280px;
  }

  footer .logo-wrap {
    justify-content: flex-start;
    margin: 2rem 0;
    width: 240px;
  }

  .footer-ul {
    max-width: 100%;
    order: 2;
  }

  h1 {
    font-size: 2rem;
  }

  .img-abs:first-child {
    top: 47px;
    left: 9px;
  }

  .img-wrap-test {
    max-width: 150px;
    width: 100%;
    padding: 0 0 2rem;
  }

  .csslider-install > ul {
    width: 100%;
    align-items: normal;
  }

  .install-back-arrow {
    width: 85% !important;
    margin-top: 0;
  }

  .install-back-arrow > a {
    margin-left: 0 !important;
  }

  .csslider-install
    > input:nth-of-type(1):checked
    ~ .arrows
    label:nth-of-type(2) {
    right: -40px;
  }

  .csslider-install > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -103%;
  }

  .csslider-install > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -195%;
  }

  .install-footer > div {
    align-items: flex-start;
    flex-direction: column;
  }

  .install-footer > div > .vid_links {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    margin: 1rem 0;
  }

  .install-footer > div > .vid_links > a {
    padding: 0.5rem 0;
  }

  .install-footer {
    height: fit-content;
  }
}

@media (max-width: 700px) {
  .csslider-install > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0.3rem;
  }

  .csslider-install > ul > li {
    width: fit-content;
    min-height: 204px;
    padding: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .csslider-install > input:nth-of-type(1):checked ~ ul li:nth-child(3),
  .csslider-install > input:nth-of-type(1):checked ~ ul li:nth-child(4),
  .csslider-install > input:nth-of-type(1):checked ~ ul li:nth-child(5) {
    position: relative;
    opacity: 1;
    display: flex;
  }

  .img-install-2 {
    width: 30%;
    margin-right: 1rem;
  }

  .arrows {
    overflow: hidden;
  }
}

@media (max-width: 500px) {
  .title-install {
    line-height: 2rem;
  }

  .subtitle-install {
    font-size: 1rem;
  }

  .text-container-header {
    margin-top: 1rem;
  }

  .text-info-tips {
    font-size: 0.85rem;
  }

  .content-img {
    padding-top: 0rem;
  }

  .content-img > img {
    width: 6%;
  }

  .img-download,
  .img-folder {
    width: 9% !important;
  }

  .btn-install-1 {
    font-size: 0.9rem;
  }

  h4 {
    font-size: 0.9rem;
  }

  .csslider-install > ul {
    padding: 1rem 0;
    align-items: center;
  }

  .csslider-install > ul > li {
    width: 390px;
    min-height: 203px;
    padding: 1rem;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    overflow: inherit !important;
  }

  .img-install-2 {
    width: 95%;
  }

  .vid_subinfo p {
    font-size: 0.8rem !important;
    margin: 0.8rem 0 0 0rem !important;
  }

  .vid_subinfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .vid_btn,
  .vid_language a {
    font-size: 0.8rem;
  }
  .step-download-t1 > .content-img > img {
    width: 6% !important;
    margin-right: 0.5rem;
}
.content-img > img {
  width: 8% !important;
  margin-right: 0.5rem;
}
}

@media (max-width: 450px) {
  .main-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-content-wrap {
    padding: 1rem;
  }

  .steps-container-install {
    gap: 13px 10px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }

  .csslider-install > ul > li {
    width: 363px;
  }

  .scroll {
    right: -5%;
  }
}

header.vid_container {
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vid_language a {
  color: #000;
}

.vid_logo img,
.vid_subinfo img {
  max-width: 153px;
}

.vid_container h1 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0;
}

.vid_container h2 {
  line-height: 1.4;
  margin-top: 0.5rem;
  font-size: 27px;
  font-weight: 400;
}

.vid_container {
  padding: 0 1.5rem;
  margin: auto;
  max-width: 1136px;
}

.vid_flex {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}

.vid_half {
  width: 50%;
  align-self: center;
}

.vid_half:nth-child(odd) {
  padding-right: 2.5rem;
}

.vid_half:nth-child(2n) {
  padding-left: 2.5rem;
}

.vid_half h1 {
  color: black;
  text-transform: uppercase;
  font-size: 1.7rem;
}

.visiFeed {
  height: 1px;
  width: 1px;
  border: none;
  overflow: hidden;
}

.vid_step-list {
  margin: 2rem 0;
  list-style: none;
  padding: 0;
}

.vid_step-list li {
  padding: 0.8rem 0 0.8rem 4.3rem;
  position: relative;
}

.vid_step-list li span {
  position: absolute;
  left: 0;
  top: 0.9rem;
  background: #ff8143;
  border-radius: 30px;
  padding: 0.5rem 1.3rem;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}

.vid_btn {
  font-weight: 700;
  color: #fff;
  border-radius: 6px;
  background: linear-gradient(to top, #52b956, #1d9121);
  padding: 0.8rem 1.7rem;
  display: inline-block;
  margin-top: 1rem;
}

h2.vid_small {
  font-weight: 700;
  font-size: 18px;
  margin: 2rem 0 0;
}

.vid_slider {
  margin: 3rem 0;
}

.vid_slider h3 {
  color: #ff8143;
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  margin-bottom: 0.5rem;
}

.vid_slider p {
  margin-top: 2rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.vid_links a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 0.3rem;
}

a.vid_top {
  margin: 1.5rem 0 0;
}

.vid_subinfo p {
  color: #fff;
  max-width: 285px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0.4rem 0 0 2.9rem;
}

.vid_footer {
  background: #122427;
  padding: 2rem 0 1.5rem;
}

.vid_links {
  width: 40%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.vid_subinfo {
  width: 60%;
}

.vid_subinfo img {
  max-width: 165px;
}

.vid_subinfo {
  width: 60%;
}

.vid_subinfo img {
  max-width: 165px;
}

@media (max-width: 1350px) and (min-width: 1001px) {
  .slick-slide {
    padding: 0.5rem;
  }

  .slick-list {
    padding: 0 10rem;
  }
}

@media (max-width: 1050px) {
  header.vid_container {
    padding-bottom: 1rem;
  }

  .vid_half {
    width: 100%;
    margin: auto;
    padding: 0 !important;
  }

  .vid_container,
  .back-arrow {
    max-width: 800px;
  }

  .vid_half:nth-child(2n) img {
    max-width: 600px;
    display: block;
    margin: 1rem auto;
  }
}

@media (max-width: 800px) {
  .slick-arrow {
    left: 1rem;
  }

  .slick-arrow.slick-next {
    right: 1rem;
    left: auto;
  }

  .slick-list {
    padding: 0 6rem;
  }

  .slick-slide {
    padding: 0.8rem;
  }
}

@media (max-width: 550px) {
  .slick-list {
    padding: 0 3rem;
  }

  .slick-slide {
    padding: 0.5rem;
  }

  .vid_links {
    width: 100%;
    order: 2;
    margin: 1rem 0;
  }

  a.vid_top {
    margin: 1rem 0 0;
  }

  .vid_subinfo {
    order: 1;
    width: 100%;
  }

  .vid_subinfo p {
    max-width: none;
  }

  .vid_container h1 {
    font-size: 28px;
  }

  .vid_container h2 {
    font-size: 25px;
  }

  .vid_half h1 {
    font-size: 1.55rem;
  }

  h2.vid_small {
    font-size: 18px;
  }

  back-arrow {
    margin: 3rem auto;
  }

  .back-arrow > a {
    font-size: 0.9rem;
    margin-left: 1.3rem;
  }

  .arrow-container .back-arrow {
    padding: 0 1rem;
    margin: 1rem auto 3rem auto;
  }

  .step-download-t1,
  .step-download-t2,
  .step-download-t3 {
    padding: 1.5rem 1rem;
  }
}

@media (max-width: 440px) {
  .slick-list {
    padding: 0 1.5rem;
  }

  .slick-arrow {
    left: 0.5rem;
  }

  .vid_subinfo img {
    margin-bottom: 1rem;
  }

  .slick-arrow.slick-next {
    right: 0.5rem;
    left: auto;
  }

  .vid_links,
  .vid_subinfo p {
    margin-left: 0;
  }
}

@media (max-width: 425px) {
  .csslider-install > ul > li {
    width: 323px;
  }

  .title-install {
    font-size: 1.5rem;
  }
}

@media (max-width: 380px) {
  .vid_step-list li span {
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vid_step-list li {
    padding: 0.7rem 0 0.7rem 3rem;
  }

  .slick-arrow {
    padding: 0.7rem 1.5rem;
  }

  .slick-list {
    padding: 0 1rem;
  }

  .vid_logo img {
    max-width: 150px;
  }

  .csslider-install > ul > li {
    width: 303px;
  }

  .step-download-t1,
  .step-download-t2,
  .step-download-t3 {
    min-height: 139px;
    max-width: 319px !important;
  }

  .text-info-tips {
    margin-bottom: 1rem;
  }

  .content-img > img {
    width: 10%;
  }

  .img-download,
  .img-folder {
    width: 14% !important;
  }

  .btn-install {
    text-align: center;
  }

  .title_install1 {
    font-size: 1.2rem !important;
  }

  .csslider-install > ul > li {
    width: 312px;
  }

  .back-arrow {
    margin: 2rem auto;
    padding: 0 0.5rem;
  }
  .step-download-t1 > .content-img > img {
    width: 8% !important;
    margin-right: 0.4rem;
}
.content-img > img {
  width: 10% !important;
  margin-right: 0.6rem;
}
}

@media (max-width: 320px) {
  .step-download-t1,
  .step-download-t2,
  .step-download-t3 {
    max-width: 275px !important;
  }

  .csslider-install > ul > li {
    width: 264px;
  }
}
