html, body {
  overflow-x: hidden !important;
}

.green {
  color: #71E360 !important;
}

.main-wrapper {
  padding: 80px 52px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-wrapper .main-wrapper-title {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 150px;
  position: absolute;
  top: 80px;
  left: 52px;
  word-break: break-all;
}
@media screen and (max-width: 1650px) {
  .main-wrapper {
    padding: 70px 44px;
  }
  .main-wrapper .main-wrapper-title {
    left: 44px;
    top: 70px;
    font-size: 16px;
    max-width: 130px;
  }
}
@media screen and (max-width: 1370px) {
  .main-wrapper {
    padding: 60px 40px;
  }
  .main-wrapper .main-wrapper-title {
    left: 40px;
    font-size: 16px;
    max-width: 120px;
    top: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .main-wrapper {
    padding: 60px 40px;
  }
  .main-wrapper .main-wrapper-title {
    left: 40px;
    top: 60px;
    font-size: 18px;
    max-width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .main-wrapper {
    max-width: unset;
    width: 100%;
    padding: 40px 20px;
  }
  .main-wrapper .main-wrapper-title {
    left: 24px;
    top: 40px;
    font-size: 18px;
    max-width: 350px;
  }
  .main-wrapper .main-banner_header {
    padding-top: 140px;
  }
}
@media screen and (max-width: 380px) {
  .main-wrapper {
    padding: 40px 20px;
  }
}

.mobile-header.resized2 {
  background: #1C1E1C;
  height: 60px;
  padding-top: 20px;
  position: fixed;
}
.mobile-header.resized2.discount-resized {
  height: 69px;
  padding-top: 40px;
}
.mobile-header.resized2.discount-resized .mobile-top-btn2 {
  top: 40px !important;
}
.mobile-header.resized2.dark-start {
  height: 60px;
  padding-top: 20px;
}
.mobile-header.resized2.dark-start .mobile-header-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
}
.mobile-header.resized2 .mobile-top-btn4 {
  top: 20px !important;
}
.mobile-header.resized2 .mobile-top-btn2 {
  top: 20px !important;
}
.mobile-header.resized2 .mobile-top-btn2.dark-menu-btn {
  right: 80px;
  top: 30px !important;
}
.mobile-header.resized2 .mobile-header-logo.dark-logo {
  margin-top: 0;
}
.mobile-header.resized2 .dark-menu2 {
  top: 20px;
}
.mobile-header.resized2 .header_menu-sub-lang.header_menu-sub {
  display: none;
  right: 0;
  min-width: 70px;
  padding: 12px 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  line-height: 0;
  font-size: 22px;
  margin-right: 0;
  color: var(--Neutral-White, #FCFCFC);
  position: absolute;
  left: -20px;
  top: 35px;
  background: rgba(248, 248, 250, 0.2);
  backdrop-filter: blur(2.5px);
  background: linear-gradient(0deg, rgba(28, 30, 28, 0.4) 0%, rgba(28, 30, 28, 0.4) 100%);
}
.mobile-header.resized2 .header_menu-sub-lang.header_menu-sub.active {
  display: block;
}
.mobile-header.resized2 .header_menu-link.dark-menu {
  color: #FCFCFC;
}
.mobile-header.resized2 .mobile-header-menu.dark-logo line {
  stroke: #FCFCFC;
}

.mobile-header {
  transition: height 200ms ease-in;
  display: none;
  width: 100vw;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 32px;
  padding-left: 0px;
  padding-right: 0px;
  height: 52px;
  z-index: 1000;
}
.mobile-header.dark-start {
  padding-top: 40px;
}
.mobile-header.dark-start .mobile-header-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.mobile-header .mobile-header-list {
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: baseline;
}
.mobile-header .mobile-top-btn2 {
  position: absolute;
  font-size: 20px;
  right: 100px;
  top: 32px;
  margin-right: 0;
  margin-left: auto;
}
.mobile-header .mobile-top-btn4 {
  position: absolute;
  font-size: 20px;
  right: 100px;
  top: 40px;
  margin-right: 0;
  margin-left: auto;
}
.mobile-header .mobile-top-btn2.dark-menu-btn {
  right: 80px;
  top: 42px;
}
.mobile-header .header_menu {
  display: flex;
  margin-left: auto;
  padding-right: 40px;
}
.mobile-header .dropdown-menu {
  display: none;
}
.mobile-header .dropdown-menu.active {
  display: block;
}
.mobile-header .header_menu-item {
  margin-left: 20px;
  position: relative;
}
.mobile-header .dark-menu2 {
  font-size: 20px;
  display: flex;
  padding-right: 40px;
  width: auto;
}
.mobile-header .dark-menu2 .mobile-top-btn2 {
  position: unset;
}
.mobile-header .header_menu-link.dark-menu {
  color: #1C1E1C;
}
.mobile-header .header_menu-sub-lang {
  padding-top: 10px !important;
}
.mobile-header .header_menu-sub-lang li {
  padding-bottom: 10px !important;
}
.mobile-header .mobile-header-logo {
  width: 19.216px;
  height: 20px;
  margin-left: 24px;
}
.mobile-header .mobile-header-logo svg {
  width: 19.216px;
  height: 20px;
}
.mobile-header .mobile-header-logo.dark-logo {
  margin-top: 0;
}
.mobile-header .mobile-header-logo:hover path, .mobile-header .mobile-header-logo:focus path {
  fill: #71E360;
}
.mobile-header .mobile-header-menu {
  width: 30px;
  height: 20px;
  margin-left: auto;
  margin-right: 34px;
}
.mobile-header .mobile-header-menu svg {
  width: 30px;
  height: 20px;
}
.mobile-header .mobile-header-menu.dark-logo line {
  stroke: #1C1E1C;
}
.mobile-header .mobile-menu-social {
  margin-top: auto;
  width: 100%;
  padding: 20px;
  padding-bottom: 28px;
  background-color: #1C1E1C;
}
.mobile-header .mobile-menu-social p {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FCFCFC;
  margin-bottom: 8px;
}
.mobile-header .mobile-menu-social-box {
  margin-top: 20px;
}
.mobile-header .mobile-menu-social-box a {
  margin-right: 8px;
  text-decoration: none;
}
.mobile-header .mobile-header-menu:hover line, .mobile-header .mobile-header-menu:focus line {
  stroke: #71E360;
}
@media screen and (max-width: 1050px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .header_logo-box {
    position: absolute;
    left: 20px;
    top: 33px;
    width: 20px;
    height: 20px;
  }
  .mobile-header .header_logo-box:hover path, .mobile-header .header_logo-box:focus path {
    fill: #71E360;
  }
  .mobile-header .mobile-menu-open {
    z-index: 10000;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #1C1E1C;
    transition: left 0.5s ease-out;
  }
  .mobile-header .mobile-top-btn {
    position: absolute;
    right: 90px;
    top: 33px;
    font-size: 20px;
  }
  .mobile-header .mobile-header-close {
    position: absolute;
    right: 20px;
    top: 28px;
    height: 30px;
    width: 30px;
  }
  .mobile-header .mobile-header-close svg {
    height: 30px;
    width: 30px;
  }
  .mobile-header .mobile-header-close:hover path, .mobile-header .mobile-header-close:focus path {
    fill: #71E360;
  }
  .mobile-header .header_menu-mobile-list {
    padding: 28px 20px;
    padding-top: 120px;
  }
  .mobile-header .header_menu-item {
    margin-bottom: 28px;
  }
  .mobile-header .header_menu-link {
    font-size: 16px;
    font-family: Gilroy, sans-serif;
    font-weight: 600;
    line-height: normal;
    color: #FCFCFC;
    text-decoration: none;
  }
  .mobile-header .header_menu-link:hover, .mobile-header .header_menu-link:focus, .mobile-header .header_menu-link.active {
    color: #71E360;
  }
  .mobile-header .dropdown-toggle-mobile svg {
    height: 20px;
    width: 20px;
    fill: #FCFCFC;
  }
  .mobile-header .dropdown-toggle-mobile.active svg, .mobile-header .dropdown-toggle-mobile:active svg, .mobile-header .dropdown-toggle-mobile:focus svg, .mobile-header .dropdown-toggle-mobile:hover svg {
    fill: #71E360;
  }
  .mobile-header .dropdown-menu-mobile {
    padding-bottom: 0px;
    height: 0;
    overflow: hidden;
    display: none;
    transition: height 0.3s ease;
    padding-top: 28px;
  }
  .mobile-header .dropdown-menu-mobile li {
    padding-bottom: 18px;
  }
  .mobile-header .dropdown-menu-mobile.active {
    display: block;
    height: auto;
  }
  .mobile-header .mobile-menu-open.hidden {
    display: none;
  }
  .mobile-header .mobile-menu-open.move-out {
    left: -100vw;
    transition: left 0.5s ease-in;
  }
  .mobile-header .mobile-link-buy {
    padding-top: 60px;
  }
}
@media screen and (max-width: 550px) {
  .mobile-header .header_menu {
    padding-right: 20px;
  }
}

.header.resized {
  position: fixed;
  background: #1C1E1C;
  height: 80px;
  z-index: 10000;
}
.header.resized.discount-resized .header_nav {
  padding-top: 42px;
  padding-bottom: 0;
}
.header.resized.discount-resized .header_menu-sub {
  top: 12px;
}
.header.resized.discount-resized .order-shop-btn {
  padding: 3px 20px;
}
.header.resized .header_nav {
  padding-top: 25px;
  padding-bottom: 5px;
}
.header.resized .header_menu-sub {
  top: 22px;
  background: rgba(248, 248, 250, 0.2);
  backdrop-filter: blur(2.5px);
  background: linear-gradient(0deg, rgba(28, 30, 28, 0.4) 0%, rgba(28, 30, 28, 0.4) 100%);
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.header.resized .header_logo-box.dark-logo {
  background-image: url("/themes/demo/assets/images/logo/header_sizzapp_logo.svg");
}
.header.resized .header_menu-link.dark-menu {
  color: #FCFCFC;
}
@media screen and (max-width: 1650px) {
  .header.resized {
    height: 70px;
  }
  .header.resized.discount-resized .header_nav {
    padding-top: 38px;
    padding-bottom: 0;
  }
  .header.resized.discount-resized .header_menu-sub {
    top: 6px;
  }
  .header.resized.discount-resized .order-shop-btn {
    padding: 3px 20px;
  }
  .header.resized .header_nav {
    padding-top: 23px;
  }
}
@media screen and (max-width: 1370px) {
  .header.resized {
    transition: unset;
  }
}
@media screen and (max-width: 1250px) {
  .header.resized {
    height: 54px;
  }
  .header.resized.discount-resized {
    height: 69px;
  }
  .header.resized.discount-resized .header_nav {
    padding-top: 38px;
    padding-bottom: 0;
  }
  .header.resized.discount-resized .header_menu-sub {
    top: 6px;
  }
  .header.resized.discount-resized .order-shop-btn {
    padding: 3px 20px;
  }
  .header.resized .header_nav {
    padding-top: 16px;
  }
  .header.resized .btn-primary-green {
    padding: 8px 20px;
  }
  .header.resized .header_menu-sub {
    top: 2px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1051px) {
  .header.resized .header_menu-link {
    padding-left: 8px;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 100000;
  height: 89px;
  background-color: transparent;
}
.header .header_nav {
  display: flex;
  padding-top: 54px;
  padding-bottom: 10px;
  padding-left: 54px;
  padding-right: 54px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.header .header_logo-box {
  background-image: url("/themes/demo/assets/images/logo/header_sizzapp_logo.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 168px;
  height: 24px;
}
.header .header_logo-box.dark-logo {
  background-image: url("/themes/demo/assets/images/logo/sizzapp_dark_logo.svg");
}
.header .header_menu {
  display: flex;
  margin-left: auto;
}
.header .header_menu-item {
  margin-left: 20px;
  position: relative;
}
.header .order-shop-btn {
  padding: 6px 20px;
}
.header .header_menu-link {
  padding-left: 20px;
  font-size: 20px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: normal;
  color: #FCFCFC;
  text-decoration: none;
  text-transform: lowercase;
}
.header .header_menu-link.dark-menu {
  color: #1C1E1C;
}
.header .header_menu-item.drop_child {
  min-width: 150px;
}
.header .drop_child-list:hover .dropdown-menu, .header .drop_child-list:focus .dropdown-menu {
  display: block;
}
.header .header_menu-item.drop_lang {
  width: 50px;
}
.header .header_menu-item.drop_lang .header_menu-link {
  text-transform: unset;
}
.header .header_menu-link:hover:not(.btn-primary-green) {
  opacity: 0.5;
}
.header .header_menu-link.active:not(.btn-primary-green) {
  opacity: 1;
}
.header .header_menu-item.header_menu-btn {
  margin-left: 60px;
}
.header .header_menu-sub li {
  padding-top: 8px;
}
.header .header_menu-sub {
  display: none;
  right: 0;
  min-width: 70px;
  padding: 12px 12px;
  padding-top: 2px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  line-height: 0;
  font-size: 22px;
  margin-right: 0;
  position: relative;
  color: var(--Neutral-White, #FCFCFC);
  top: 12px;
  padding-left: 0;
  border-radius: 16px;
  background: rgba(252, 252, 252, 0.1);
}
.header .header_menu-sub.leng-drop {
  left: 0;
}
.header .header_menu-sub.active {
  display: block;
}
.header .dropdown-toggle {
  cursor: pointer;
}
@media screen and (max-width: 1650px) {
  .header .header_nav {
    max-width: 1440px;
    padding-top: 44px;
  }
  .header .header_logo-box {
    background-repeat: no-repeat;
    width: 140px;
    height: 20px;
  }
  .header .header_menu-item {
    margin-left: 30px;
  }
  .header .header_menu-item.header_menu-btn {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1370px) {
  .header .header_nav {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    height: 89px;
  }
  .header .header_menu {
    margin-left: auto;
    margin-right: 0;
    flex-grow: 1;
    width: auto;
  }
  .header .header_menu-item {
    margin-left: 20px;
  }
  .header .order-shop-btn {
    padding: 5px 16px;
  }
  .header .header_menu-item.header_menu-btn {
    margin-left: 20px;
  }
  .header .header_menu-link {
    font-size: 18px;
  }
  .header .header_menu-item.drop_child {
    min-width: 130px;
  }
  .header .header_menu-sub {
    padding: 8px 8px;
    padding-left: 0;
    padding-top: 4px;
  }
  .header .header_menu-item.drop_lang {
    width: 40px;
  }
  .header .header_menu {
    justify-content: end;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) and (min-width: 1051px) {
  .header .header_menu-link {
    padding-left: 8px;
  }
}
@media screen and (max-width: 1050px) {
  .header {
    display: none;
  }
}

.main-banner {
  margin-top: -89px;
  width: 100%;
  position: relative;
  height: 100vh;
  min-height: 700px;
  overflow: hidden;
}
.main-banner .banner-mobile-box {
  display: none;
}
.main-banner .banner-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  z-index: -1;
  background-color: #8F8F8F;
  background-image: url("/themes/demo/assets/images/banner/main_banner_1920.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.main-banner .banner-image.atv {
  background-image: url("/themes/demo/assets/images/banner/atv_banner_1980.webp");
  background-position: top center;
}
.main-banner .banner-image.snowmobile {
  background-image: url("/themes/demo/assets/images/banner/snowmobile_banner_1980.webp");
  background-position: top center;
}
.main-banner .banner-image.e-scooter {
  background-image: url("/themes/demo/assets/images/banner/e-scooter_banner_1980.webp");
  background-position: center center;
}
.main-banner .banner-image.scooter {
  background-image: url("/themes/demo/assets/images/banner/scooter_banner_1980.webp");
  background-position: center center;
}
.main-banner .banner-image.motorcycle {
  background-image: url("/themes/demo/assets/images/banner/motorcycle_banner_1980.webp");
  background-position: center center;
}
.main-banner .banner-image.jet_ski {
  background-image: url("/themes/demo/assets/images/banner/jet_ski_banner_1980.webp");
  background-position: top center;
}
.main-banner .banner-image.car {
  background-image: url("/themes/demo/assets/images/banner/car_banner_1980.webp");
  background-position: center center;
}
.main-banner .main-banner-wrapper {
  padding-left: 52px;
  padding-right: 52px;
  padding-bottom: 100px;
  height: 100vh;
  max-width: 1920px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.main-banner .main-banner_header {
  padding-top: 300px;
}
.main-banner .main-banner_header h2 {
  color: #FCFCFC;
  font-family: Gilroy, sans-serif;
  font-size: 92px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  margin: 0;
}
.main-banner .main-banner_header .atv_banner_title {
  max-width: 900px;
}
.main-banner .main-banner_header .snowboard_banner_title {
  max-width: 950px;
}
.main-banner .main-banner_header .escooter_banner_title {
  max-width: 950px;
}
.main-banner .main-banner_header .scooter_banner_title {
  max-width: 950px;
}
.main-banner .main-banner_header .motorcycle_banner_title {
  max-width: 950px;
}
.main-banner .main-banner_header .jet_ski_banner_title {
  max-width: 950px;
}
.main-banner .main-banner_header .car_banner_title {
  max-width: 950px;
}
.main-banner .main-banner_menu {
  display: flex;
  margin-top: auto;
  align-items: end;
}
.main-banner .main-banner_content {
  display: flex;
  flex-wrap: wrap;
  max-width: 581px;
}
.main-banner .main-banner_box {
  display: flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: rgba(248, 248, 250, 0.2);
  backdrop-filter: blur(2.5px);
  max-height: 51px;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  line-height: 0;
  font-size: 22px;
  margin-right: 8px;
  position: relative;
  color: var(--Neutral-White, #FCFCFC);
  margin-bottom: 8px;
}
.main-banner .main-banner_box.right {
  margin-left: 25%;
  padding: 0;
  background: transparent;
  backdrop-filter: none;
  border: none;
}
.main-banner .main-banner_item {
  font: inherit;
  font-style: normal;
  line-height: normal;
}
.main-banner .main-banner_item_sub1 {
  position: absolute;
  font: inherit;
  font-size: 24px;
  font-weight: 600;
  top: -32px;
  left: 0;
  width: 400px;
}
.main-banner .main-banner_item_sub2 {
  position: absolute;
  font: inherit;
  font-size: 50px;
  font-weight: 600;
  top: -150px;
  left: 0;
  height: 114px;
  width: 450px;
  word-break: break-word;
  word-spacing: normal;
  line-height: normal;
}
.main-banner .main-banner_mobile_text {
  display: none;
}
@media screen and (max-width: 1650px) {
  .main-banner {
    max-height: 100vh;
  }
  .main-banner .banner-image {
    background-image: url("/themes/demo/assets/images/banner/main_banner_1440.webp");
  }
  .main-banner .banner-image.atv {
    background-image: url("/themes/demo/assets/images/banner/atv_banner_1980.webp");
  }
  .main-banner .banner-image.snowmobile {
    background-image: url("/themes/demo/assets/images/banner/snowmobile_banner_1980.webp");
  }
  .main-banner .banner-image.e-scooter {
    background-image: url("/themes/demo/assets/images/banner/e-scooter_banner_1980.webp");
  }
  .main-banner .banner-image.scooter {
    background-image: url("/themes/demo/assets/images/banner/scooter_banner_1980.webp");
  }
  .main-banner .banner-image.motorcycle {
    background-image: url("/themes/demo/assets/images/banner/motorcycle_banner_1980.webp");
  }
  .main-banner .banner-image.jet_ski {
    background-image: url("/themes/demo/assets/images/banner/jet_ski_banner_1980.webp");
  }
  .main-banner .banner-image.car {
    background-image: url("/themes/demo/assets/images/banner/car_banner_1980.webp");
  }
  .main-banner .main-banner-wrapper {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 60px;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .main-banner .main-banner_header {
    padding-top: 260px;
  }
  .main-banner .main-banner_header h2 {
    font-size: 70px;
    max-width: 700px;
  }
  .main-banner .main-banner_header .atv_banner_title {
    max-width: 700px;
  }
  .main-banner .main-banner_header .snowboard_banner_title {
    max-width: 800px;
  }
  .main-banner .main-banner_header .escooter_banner_title {
    max-width: 800px;
  }
  .main-banner .main-banner_header .scooter_banner_title {
    max-width: 800px;
  }
  .main-banner .main-banner_header .motorcycle_banner_title {
    max-width: 800px;
  }
  .main-banner .main-banner_header .jet_ski_banner_title {
    max-width: 800px;
  }
  .main-banner .main-banner_header .car_banner_title {
    max-width: 800px;
  }
  .main-banner .main-banner_item_sub1 {
    font-size: 20px;
    top: -32px;
  }
  .main-banner .main-banner_item_sub2 {
    font-size: 40px;
    top: -120px;
  }
  .main-banner .main-banner_box {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(248, 248, 250, 0.2);
    backdrop-filter: blur(2.5px);
    font-size: 20px;
  }
  .main-banner .main-banner_box.right {
    margin-left: 14%;
    padding: 0;
    background: transparent;
    backdrop-filter: none;
    border: none;
  }
}
@media screen and (max-width: 1370px) {
  .main-banner .banner-image {
    background-image: url("/themes/demo/assets/images/banner/main_banner_1280.webp");
  }
  .main-banner .banner-image.atv {
    background-image: url("/themes/demo/assets/images/banner/avt_banner_1280.webp");
  }
  .main-banner .banner-image.snowmobile {
    background-image: url("/themes/demo/assets/images/banner/snowmobile_banner_1280.webp");
  }
  .main-banner .banner-image.e-scooter {
    background-image: url("/themes/demo/assets/images/banner/e-scooter_banner_1280.webp");
  }
  .main-banner .banner-image.scooter {
    background-image: url("/themes/demo/assets/images/banner/scooter_banner_1280.webp");
  }
  .main-banner .banner-image.motorcycle {
    background-image: url("/themes/demo/assets/images/banner/motorcycle_banner_1280.webp");
  }
  .main-banner .banner-image.jet_ski {
    background-image: url("/themes/demo/assets/images/banner/jet_ski_banner_1280.webp");
  }
  .main-banner .banner-image.car {
    background-image: url("/themes/demo/assets/images/banner/car_banner_1280.webp");
  }
  .main-banner .main-banner_header .atv_banner_title {
    max-width: 600px;
  }
  .main-banner .main-banner_header .escooter_banner_title {
    max-width: 680px;
  }
  .main-banner .main-banner_header .snowboard_banner_title {
    max-width: 680px;
  }
  .main-banner .main-banner_header .atv_banner_title {
    max-width: 650px;
  }
  .main-banner .main-banner_header .scooter_banner_title {
    max-width: 680px;
  }
  .main-banner .main-banner_header .motorcycle_banner_title {
    max-width: 700px;
  }
  .main-banner .main-banner_header .jet_ski_banner_title {
    max-width: 650px;
  }
  .main-banner .main-banner_header .car_banner_title {
    max-width: 650px;
  }
  .main-banner .btn-primary-green {
    padding-top: 12px;
  }
  .main-banner .main-banner-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    max-width: 1280px;
  }
  .main-banner .main-banner_header {
    padding-top: 220px;
  }
  .main-banner .main-banner_header h2 {
    font-size: 68px;
  }
  .main-banner .main-banner_menu {
    flex-wrap: wrap;
  }
  .main-banner .main-banner_box {
    margin-bottom: 8px;
    margin-right: 8px;
  }
  .main-banner .main-banner_item_sub1 {
    font-size: 18px;
    top: -32px;
  }
  .main-banner .main-banner_item_sub2 {
    font-size: 40px;
    top: -120px;
    right: 0;
    left: 0px;
  }
  .main-banner .main-banner_box.right {
    margin-left: 8%;
  }
  .main-banner .main-banner_box {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: rgba(248, 248, 250, 0.2);
    backdrop-filter: blur(2.5px);
    font-size: 20px;
  }
}
@media screen and (max-width: 1050px) {
  .main-banner {
    margin-top: -52px;
    height: 100vh;
    min-height: 800px;
    max-height: 100vh;
  }
  .main-banner .banner-image {
    min-height: 800px;
    background-position: center;
  }
  .main-banner .main-banner-wrapper {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 768px;
    padding-bottom: 80px;
    min-height: 700px;
  }
  .main-banner .banner-mobile-box {
    display: block;
    margin-top: 48px;
  }
  .main-banner .main-banner_mobile_text {
    display: block;
    color: #F8F8FA;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
    margin-bottom: 12px;
  }
  .main-banner .main-banner_item_sub1 {
    display: none;
  }
  .main-banner .main-banner_box.right {
    display: none;
  }
  .main-banner .main-banner_box:nth-child(3) {
    margin-right: 8px;
    width: auto;
    background: rgba(248, 248, 250, 0.2);
    backdrop-filter: blur(2.5px);
    border-radius: 20px;
    padding: 12px 24px;
    justify-content: start;
  }
  .main-banner .main-banner_box:nth-child(3) .main-banner_item {
    display: flex;
    padding: unset;
    justify-content: unset;
    align-items: unset;
    border-radius: unset;
    background: unset;
    backdrop-filter: unset;
    font-size: unset;
  }
  .main-banner .main-banner_menu {
    flex-wrap: wrap;
  }
  .main-banner .main-banner .main-banner_box:nth-child(3) {
    order: 4;
  }
}
@media screen and (max-width: 900px) {
  .main-banner .banner-image {
    background-image: url("/themes/demo/assets/images/banner/main_banner_768.webp");
  }
  .main-banner .banner-image.atv {
    background-image: url("/themes/demo/assets/images/banner/atv_banner_768.webp");
  }
  .main-banner .banner-image.snowmobile {
    background-image: url("/themes/demo/assets/images/banner/snowmobile_banner_768.webp");
  }
  .main-banner .banner-image.e-scooter {
    background-image: url("/themes/demo/assets/images/banner/e-scooter_banner_768.webp");
  }
  .main-banner .banner-image.scooter {
    background-image: url("/themes/demo/assets/images/banner/scooter_banner_768.webp");
  }
  .main-banner .banner-image.motorcycle {
    background-image: url("/themes/demo/assets/images/banner/motorcycle_bnner_768.webp");
  }
  .main-banner .banner-image.jet_ski {
    background-image: url("/themes/demo/assets/images/banner/jet_ski_banner_768.webp");
  }
  .main-banner .banner-image.car {
    background-image: url("/themes/demo/assets/images/banner/car_banner_768.webp");
  }
}
@media screen and (max-width: 550px) {
  .main-banner {
    margin-top: -52px;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
  }
  .main-banner .banner-image {
    background-image: url("/themes/demo/assets/images/banner/man_banner_550.webp");
  }
  .main-banner .banner-image.atv {
    background-image: url("/themes/demo/assets/images/banner/atv_mobile_banner.webp");
  }
  .main-banner .banner-image.snowmobile {
    background-image: url("/themes/demo/assets/images/banner/snowmobile_mobile_banner.webp");
  }
  .main-banner .banner-image.e-scooter {
    background-image: url("/themes/demo/assets/images/banner/e_scooter_mobile_banner.webp");
  }
  .main-banner .banner-image.scooter {
    background-image: url("/themes/demo/assets/images/banner/scooter_mobile_banner.webp");
  }
  .main-banner .banner-image.motorcycle {
    background-image: url("/themes/demo/assets/images/banner/motorcycle_mobile_banner.webp");
  }
  .main-banner .banner-image.jet_ski {
    background-image: url("/themes/demo/assets/images/banner/jet_ski_mobile_banner.webp");
  }
  .main-banner .banner-image.car {
    background-image: url("/themes/demo/assets/images/banner/car_mobile_banner.webp");
  }
  .main-banner .main-banner_box:nth-child(3) {
    margin-right: 8px;
    border-radius: 20px;
    background: rgba(248, 248, 250, 0.2);
    padding: 8px 20px;
    font-size: 16px;
    backdrop-filter: blur(2.5px);
  }
  .main-banner .main-banner_mobile_text {
    display: block;
    color: #F8F8FA;
    font-family: Gilroy, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
  }
  .main-banner .main-banner-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100vw;
    padding-bottom: 60px;
  }
  .main-banner .banner-mobile-box {
    display: block;
    margin-top: 48px;
  }
  .main-banner .main-banner_item_sub1 {
    display: none;
  }
  .main-banner .main-banner_box.right {
    display: none;
  }
  .main-banner .main-banner_box:nth-child(3) {
    order: 4;
  }
  .main-banner .main-banner_box {
    margin-bottom: 8px;
    width: auto;
    padding: 0;
    justify-content: start;
    backdrop-filter: none;
    background: none;
  }
  .main-banner .main-banner_item {
    border-radius: 20px;
    background: rgba(248, 248, 250, 0.2);
    padding: 12px 28px;
    backdrop-filter: blur(2.5px);
  }
  .main-banner .main-banner_header {
    padding-top: 0;
    height: 50vh;
    min-height: 50vh;
    width: 100%;
    max-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .main-banner .main-banner_header h2 {
    font-size: 54px;
  }
  .main-banner .main-banner-wrapper {
    padding-bottom: 80px;
    max-width: 100vw;
  }
  .main-banner .main-banner_menu {
    height: unset;
    min-height: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    padding-bottom: 0;
  }
  .main-banner .main-banner_item {
    border-radius: 16px;
    padding: 8px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .main-banner .banner-image {
    background-image: url("/themes/demo/assets/images/banner/main_banner_380.webp");
  }
  .main-banner .banner-image.atv {
    background-image: url("/themes/demo/assets/images/banner/atv_mobile_banner.webp");
  }
  .main-banner .banner-image.snowmobile {
    background-image: url("/themes/demo/assets/images/banner/snowmobile_mobile_banner.webp");
  }
  .main-banner .banner-image.e-scooter {
    background-image: url("/themes/demo/assets/images/banner/e_scooter_mobile_banner.webp");
  }
  .main-banner .banner-image.scooter {
    background-image: url("/themes/demo/assets/images/banner/scooter_mobile_banner.webp");
  }
  .main-banner .banner-image.motorcycle {
    background-image: url("/themes/demo/assets/images/banner/motorcycle_mobile_banner.webp");
  }
  .main-banner .banner-image.jet_ski {
    background-image: url("/themes/demo/assets/images/banner/jet_ski_mobile_banner.webp");
  }
  .main-banner .banner-image.car {
    background-image: url("/themes/demo/assets/images/banner/car_mobile_banner.webp");
  }
  .main-banner .main-banner_mobile_text {
    font-size: 20px;
  }
  .main-banner .main-banner_header h2 {
    font-size: 40px;
  }
  .main-banner .main-banner_box {
    margin-right: 4px;
  }
  .main-banner .main-banner_item {
    padding: 8px 16px;
    font-size: 16px;
  }
  .main-banner .main-banner_header {
    min-height: 60vh;
    max-height: 60vh;
  }
  .main-banner .main-banner-wrapper {
    padding-bottom: 60px;
  }
  .main-banner .banner-image-mobile {
    top: -20px;
  }
}

.how-work {
  background-color: #F5F5F7;
  min-height: 800px;
}
.how-work .how-work_content {
  display: flex;
  justify-content: space-between;
  padding-left: 142px;
  padding-right: 124px;
  max-height: 100%;
  width: calc(100vw - 124px);
}
.how-work .how-work_left {
  max-width: 580px;
  min-width: 570px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.how-work .how-work_left h2 {
  margin-bottom: 24px;
}
.how-work .how-work_web_list {
  display: flex;
  margin-bottom: 24px;
}
.how-work .how-work_web_list .how-work_mobile_btn {
  background-color: #ffffff;
  margin-right: 8px;
}
.how-work .how-work_device.hidden {
  display: none;
}
.how-work .how-wor_card-flex {
  display: block;
  align-items: end;
}
.how-work .how-wor_card {
  max-width: 372px;
}
.how-work .how-wor_card-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 10px;
  margin-right: 20px;
}
.how-work .how-work_device {
  margin-top: auto;
  margin-bottom: 50px;
}
.how-work .how-wor_card.card1 {
  margin-top: 0;
}
.how-work .how-wor_card.card2 {
  margin-top: 34px;
}
.how-work .how-wor_card.card3 {
  margin-bottom: 60px;
}
.how-work .stop .card1 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_2.svg");
  background-size: 70%;
}
.how-work .stop .card2 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_26.svg");
  background-size: 75%;
}
.how-work .stop .card3 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_22.svg");
  background-size: 75%;
}
.how-work .far .card1 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_10.svg");
  background-size: 75%;
  background-position: center 12px;
}
.how-work .far .card2 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_8.svg");
  background-size: 75%;
}
.how-work .far .card3 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_10.svg");
  background-size: 80%;
  background-position: center 80%;
}
.how-work .ride .card1 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_4.svg");
  background-size: 75%;
}
.how-work .ride .card2 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_3.svg");
  background-size: 75%;
}
.how-work .ride .card3 .how-wor_card-icon {
  background-image: url("/themes/demo/assets/images/features_icons/features_13.svg");
  background-size: 80%;
}
.how-work .how-wor_card-title {
  text-transform: capitalize;
}
.how-work .how-wor_btn-box {
  height: 50px;
}
.how-work .how-work_right {
  background-image: url("/themes/demo/assets/images/banner/phone.svg");
  background-size: 98%;
  background-repeat: no-repeat;
  width: 630px;
  max-height: 100%;
  padding-right: 62px;
  padding-left: 62px;
  background-position: 10px 20px;
  padding-top: 170px;
}
.how-work .how-work_right_new {
  width: 870px;
  height: 100%;
  max-height: 867px;
  margin-top: 30px;
}
.how-work .how-work_right_new .how-work_device {
  display: flex;
}
.how-work .how-work_right_new .how-work_device.hidden {
  display: none;
}
.how-work .how-work_device_image {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 422px;
  height: 867px;
}
.how-work .device_image_left {
  margin-right: 20px;
}
.how-work .stop .how-work_device_image.device_image_left {
  background-image: url("/themes/demo/assets/images/how_it_work/stop_1.webp");
}
.how-work .stop .how-work_device_image.device_image_right {
  background-image: url("/themes/demo/assets/images/how_it_work/stop_2.webp");
}
.how-work .far .how-work_device_image.device_image_left {
  background-image: url("/themes/demo/assets/images/how_it_work/far_1.webp");
}
.how-work .far .how-work_device_image.device_image_right {
  background-image: url("/themes/demo/assets/images/how_it_work/far_2.webp");
}
.how-work .ride .how-work_device_image.device_image_left {
  background-image: url("/themes/demo/assets/images/how_it_work/ride_1.webp");
}
.how-work .ride .how-work_device_image.device_image_right {
  background-image: url("/themes/demo/assets/images/how_it_work/ride_2.webp");
}
.how-work .how-work_right-title {
  color: #E4E4E5;
  font-size: 90px;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
.how-work .how-work_right-card {
  display: flex;
  padding: 28px 16px;
  align-items: flex-start;
  border-radius: 20px;
  background: var(--Neutral-Grey0, #F5F5F7);
  position: relative;
  margin-bottom: 12px;
}
.how-work .s-h3 {
  margin-bottom: 10px;
}
.how-work .how-work_right-box {
  padding-right: 6px;
}
.how-work .how-work_right-icon {
  background-image: url("/themes/demo/assets/images/icons/sizzap-icon.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  min-width: 70px;
  min-height: 70px;
  margin-right: 11px;
}
.how-work .how-work_right-sub {
  color: #D0D0D1;
  text-align: right;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 28px;
  right: 16px;
}
.how-work .s-h4 {
  margin-bottom: 6px;
}
.how-work .how-work_mobile {
  display: none;
}
.how-work .how-work_right-title-768 {
  display: none;
}
.how-work .how-work_right_bottom {
  display: none;
}
.how-work .how_work_slider {
  display: none;
}
@media screen and (max-width: 1780px) {
  .how-work .how-work_content {
    padding-left: 142px;
  }
}
@media screen and (max-width: 1650px) {
  .how-work {
    background-color: #F5F5F7;
    min-height: 700px;
  }
  .how-work .how-work_content {
    padding-left: 124px;
    padding-right: 0px;
  }
  .how-work .how-work_right {
    width: 520px;
    min-width: 500px;
    flex-grow: 1;
  }
  .how-work .how-work_left {
    max-width: 480px;
    min-width: 470px;
    justify-content: start;
  }
  .how-work .how-work_right_new {
    width: 720px;
    height: 100%;
    max-height: 718px;
    margin-top: 30px;
  }
  .how-work .how-work_device_image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 350px;
    height: 718px;
  }
  .how-work .stop .how-work_device_image.device_image_left {
    background-image: url("/themes/demo/assets/images/how_it_work/stop_1_1440.webp");
  }
  .how-work .stop .how-work_device_image.device_image_right {
    background-image: url("/themes/demo/assets/images/how_it_work/stop_2_1440.webp");
  }
  .how-work .far .how-work_device_image.device_image_left {
    background-image: url("/themes/demo/assets/images/how_it_work/far_1_1440.webp");
  }
  .how-work .far .how-work_device_image.device_image_right {
    background-image: url("/themes/demo/assets/images/how_it_work/far_2_1440.webp");
  }
  .how-work .ride .how-work_device_image.device_image_left {
    background-image: url("/themes/demo/assets/images/how_it_work/ride_1_1440.webp");
  }
  .how-work .ride .how-work_device_image.device_image_right {
    background-image: url("/themes/demo/assets/images/how_it_work/ride_2_1440.webp");
  }
  .how-work .how-work_left h2 {
    margin-bottom: 30px;
  }
  .how-work .how-work_right-title {
    font-size: 80px;
    margin-bottom: 100px;
  }
  .how-work .how-work_right-card {
    display: flex;
    padding: 22px 12px;
    align-items: flex-start;
    border-radius: 16px;
    margin-bottom: 9.6px;
  }
  .how-work .how-wor_card.card1 {
    margin-bottom: 24px;
  }
  .how-work .how-wor_card.card2 {
    margin-bottom: 24px;
  }
  .how-work .how-wor_card.card3 {
    margin-bottom: 50px;
  }
  .how-work .how-work_right-icon {
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
    margin-right: 15px;
  }
  .how-work .how-work .how-wor_card {
    max-width: 650px;
  }
  .how-work .how-wor_card-text {
    font-size: 18px;
  }
  .how-work .how-work_right-sub {
    font-size: 16px;
    top: 20px;
    right: 22px;
  }
  .how-work .how-work_right-box {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1450px) {
  .how-work .how-work_left .s-h2 {
    font-size: 34px;
  }
  .how-work .how-work_left {
    max-width: 420px;
    min-width: 420px;
    justify-content: start;
  }
}
@media screen and (max-width: 1370px) {
  .how-work {
    min-height: 750px;
  }
  .how-work .how-work_content {
    padding-left: 120px;
    padding-right: 0px;
    max-height: 600px;
  }
  .how-work .how-wor_card-text {
    font-size: unset;
  }
  .how-work .how-work_right {
    min-width: 500px;
    width: 500px;
    background-position: 0px 0px;
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 37px;
    height: 600px;
    margin-right: 0;
    overflow: hidden;
  }
  .how-work .how-work_left {
    max-width: 420px;
    justify-content: start;
  }
  .how-work .how-work_right_new {
    width: 620px;
    height: 100%;
    max-height: 615px;
    margin-top: 20px;
  }
  .how-work .how-work_device_image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 615px;
  }
  .how-work .how-work_left h2 {
    margin-bottom: 30px;
  }
  .how-work .how-work_right-title {
    font-size: 75px;
    margin-bottom: 40px;
  }
  .how-work .how-wor_card-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-size: 40px 40px;
  }
  .how-work .how-wor_card {
    max-width: 350px;
    padding-right: 30px;
  }
  .how-work .how-work_right-card {
    display: flex;
    padding: 20px 12px;
    align-items: flex-start;
    border-radius: 16px;
    margin-bottom: 9.6px;
  }
  .how-work .how-work .how-work_right-icon {
    min-width: 50px;
    min-height: 50px;
    width: 50px;
    height: 50px;
    margin-right: 12px;
  }
  .how-work .how-work_right-box {
    padding-right: 25px;
  }
  .how-work .how-wor_card.card2 {
    margin-bottom: 40px;
  }
  .how-work .how-wor_card-icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .how-work {
    min-height: 1200px;
    max-height: unset;
    overflow: hidden;
    white-space: nowrap;
  }
  .how-work .how-work_content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    padding-top: 40px;
    display: block;
    white-space: normal;
  }
  .how-work .how-work_left h2 {
    margin-bottom: 28px;
    font-size: unset;
    width: 100%;
  }
  .how-work .how-work_left .s-h2 {
    font-size: 40px;
  }
  .how-work .how-work_right_bottom {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .how-work .how-work_device {
    display: flex;
    justify-content: space-between;
  }
  .how-work .how-work_right_new {
    width: 100%;
    height: 100%;
    max-height: 615px;
    margin-top: 20px;
  }
  .how-work .how-work_right_new .how-work_device {
    display: flex;
    justify-content: center;
  }
  .how-work .how-wor_card {
    max-width: calc(50% - 20px);
    padding-right: 0px;
  }
  .how-work .how-wor_card.card1, .how-work .how-wor_card.card2 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .how-work .how-wor_card-icon {
    display: none;
  }
  .how-work .how-wor_btn-box {
    display: none;
  }
  .how-work .how-work_right {
    display: none;
  }
  .how-work .how-work_mobile {
    display: block;
  }
  .how-work .how-work_left {
    max-width: 100%;
  }
  .how-work .how-work_mobile_list {
    display: flex;
    margin-bottom: 24px;
  }
  .how-work .how-work_mobile_btn {
    margin-right: 8px;
  }
  .how-work .how-work_device {
    width: 100%;
  }
  .how-work .how-work_device.hidden {
    display: none;
  }
  .how-work .how-work_right-card {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .how-work .how-work_right-sub {
    top: 20px;
    right: 15px;
  }
  .how-work .how-work_right-icon {
    min-width: 43.894px;
    min-height: 43.894px;
    width: 43.894px;
    height: 43.894px;
    margin-right: 10px;
  }
  .how-work .how-work_right-box {
    padding-right: 0;
  }
  .how-work .how-work_right-card:nth-child(4) {
    opacity: 0.6;
    filter: grayscale(100%);
  }
  .how-work .how-work_right-card:nth-child(5) {
    opacity: 0.4;
    filter: grayscale(100%);
  }
  .how-work .how-work_left h2 {
    margin-bottom: 28px;
  }
  .how-work .s-h4 {
    max-width: 200px;
  }
  .how-work .how-work_mobile_device {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 45%, rgb(255, 255, 255), rgb(255, 255, 255)), url("/themes/demo/assets/images/banner/phone.svg");
    background-size: 100%, 98%;
    background-repeat: no-repeat, no-repeat;
    width: 100%;
    height: calc(100vh - 80px);
    min-height: 800px;
    padding-right: 52px;
    padding-left: 52px;
    background-position: 10px 20px;
    padding-top: 170px;
  }
  .how-work .how-work_right-title-768 {
    display: block;
    color: #E4E4E5;
    font-size: 90px;
    font-family: Gilroy, sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .how-work {
    height: auto;
    min-height: 100vh;
    max-height: unset;
    overflow: hidden;
    white-space: nowrap;
  }
  .how-work .how-work_right-title-768 {
    display: none;
  }
  .how-work .how-work_content {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    padding-top: 40px;
    display: block;
    white-space: normal;
    max-height: unset;
  }
  .how-work .how-work_right_new .how-work_device.hidden {
    display: block;
    opacity: 0;
    height: 1px;
  }
  .how-work .how-work_right_new .how-work_device {
    opacity: 1;
  }
  .how-work .how-work_right_bottom {
    padding-top: 30px;
    height: 80px;
    width: calc(100vw - 40px);
  }
  .how-work .how-work_left .s-h2 {
    font-size: 28px;
    width: 80%;
    min-width: unset;
    margin-bottom: 24px;
  }
  .how-work .how-work_right_new {
    width: calc(100vw - 40px);
    min-height: unset;
    margin-bottom: 120px;
  }
  .how-work .how-work_device {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .how-work .how-work_device_image {
    display: none !important;
  }
  .how-work .how_work_slider {
    display: block;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
  }
  .how-work .how-wor_card-title {
    max-width: 350px;
  }
  .how-work .how-wor_card-text {
    max-width: 350px;
    margin-bottom: 50px;
  }
  .how-work .how-work_device_slider {
    width: 292px;
    height: auto;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .how-work .how-wor_btn-box {
    display: none;
  }
  .how-work .how-wor_card {
    display: none;
  }
  .how-work .how-work_right {
    display: none;
  }
  .how-work .how-work_mobile {
    display: block;
  }
  .how-work .how-work_mobile_list {
    display: flex;
    margin-bottom: 24px;
  }
  .how-work .how-work_mobile_btn {
    margin-right: 8px;
  }
  .how-work .how-work_device {
    width: 100%;
  }
  .how-work .how-work_device.hidden {
    display: none;
  }
  .how-work .how-work_right-card {
    padding: 20px 10px;
    border-radius: 10px;
  }
  .how-work .how-work_right-sub {
    top: 20px;
    right: 15px;
  }
  .how-work .how-work_right-icon {
    min-width: 43.894px;
    min-height: 43.894px;
    width: 43.894px;
    height: 43.894px;
    margin-right: 10px;
  }
  .how-work .how-work_right-box {
    padding-right: 0;
  }
  .how-work .how-work_right-card:nth-child(4) {
    opacity: 0.6;
    filter: grayscale(100%);
  }
  .how-work .how-work_right-card:nth-child(5) {
    opacity: 0.4;
    filter: grayscale(100%);
  }
  .how-work .how-work_left h2 {
    margin-bottom: 53px;
  }
  .how-work .s-h4 {
    max-width: 200px;
  }
  .how-work .how-work_mobile_device {
    background-image: unset;
    width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .how-work .how-work_right_new {
    margin-top: 0;
  }
  .how-work .how-wor_card-text {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 380px) {
  .how-work .how-wor_card-text.s-p1 {
    font-size: 14px;
  }
  .how-work .how-wor_card-text {
    max-width: 300px;
    margin-bottom: 20px;
  }
  .how-work .how-work .how-work_left .s-h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .how-work .how-work_web_list {
    margin-bottom: 20px;
  }
  .how-work .how-work_device_slider {
    width: 253px;
    height: auto;
    max-height: 520px;
    margin-right: auto;
    margin-left: auto;
  }
  .how-work .how-work_device_slider {
    width: 292px;
    height: auto;
    max-height: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .how-work .how-work_right_new {
    max-height: 570px;
    margin-top: 0;
  }
}

.vehicle-types {
  background: #F5F5F7;
  min-height: 50vh;
}
.vehicle-types .main-wrapper-title {
  max-width: 100% !important;
}
.vehicle-types .vehicle-types_content {
  padding-top: 75px;
  margin-left: auto;
  margin-right: -52px;
  max-width: calc(100% + 52px);
}
.vehicle-types .vehicle-types-slider {
  display: flex;
}
.vehicle-types .vehicle-types-slider_box {
  margin: 3px;
  width: 305px;
  height: calc(50vh - 160px);
  min-height: 410px;
}
.vehicle-types .vehicle-types-slider_item {
  width: 305px;
  height: calc(50vh - 160px);
  background: white;
  border-radius: 30px;
  padding: 0;
  margin: 0;
  position: relative;
  padding-bottom: 5px;
  padding-top: 5px;
  min-height: 410px;
  display: flex;
}
.vehicle-types .vehicle-types-sub-title {
  position: absolute;
  top: 15px;
  right: 14px;
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F5F5F7;
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.vehicle-types .slick-list {
  padding-right: 140px;
}
.vehicle-types .vehicle-types-slider-image {
  width: auto;
  max-width: 98%;
  height: auto;
  margin-top: auto;
}
.vehicle-types .slick-next.slick-arrow {
  top: -70px;
  right: 52px;
}
.vehicle-types .slick-prev.slick-arrow {
  top: -70px;
  right: 112px;
}
@media screen and (max-width: 1740px) {
  .vehicle-types .vehicle-types-slider_item {
    width: 280px;
  }
  .vehicle-types .vehicle-types-slider-image {
    width: auto;
    max-height: 95%;
    margin-top: auto;
  }
}
@media screen and (max-width: 1650px) {
  .vehicle-types {
    min-height: 75vh;
  }
  .vehicle-types .main-wrapper {
    padding-bottom: 40px;
  }
  .vehicle-types .vehicle-types_content {
    padding-top: 75px;
    margin-left: auto;
    margin-right: -44px;
    width: calc(100% + 44px);
  }
  .vehicle-types .vehicle-types-slider_item {
    max-width: 283.5px;
    height: 354.6px;
    width: 95%;
    border-radius: 27px;
    min-height: unset;
  }
  .vehicle-types .vehicle-types .vehicle-types_content {
    max-width: 1440px;
  }
  .vehicle-types .slick-list {
    padding-right: 150px;
  }
  .vehicle-types .slick-next.slick-arrow {
    top: -70px;
    right: 44px;
  }
  .vehicle-types .slick-prev.slick-arrow {
    top: -70px;
    right: 98px;
  }
  .vehicle-types .vehicle-types-slider_box {
    height: calc(70vh - 140px);
    min-height: 296px;
  }
  .vehicle-types .slick-list {
    padding-right: 100px;
  }
}
@media screen and (max-width: 1370px) {
  .vehicle-types {
    min-height: 50vh;
  }
  .vehicle-types .vehicle-types-slider_box {
    height: calc(50vh - 120px);
    width: 200px;
    min-height: 263px;
  }
  .vehicle-types .vehicle-types_content {
    padding-top: 75px;
    margin-left: auto;
    margin-right: -40px;
    max-width: calc(100% + 40px);
  }
  .vehicle-types .slick-list {
    padding-right: 130px;
  }
  .vehicle-types .vehicle-types-slider_item {
    max-width: 200px;
    height: 100%;
    width: 100%;
    border-radius: 20px;
  }
  .vehicle-types .vehicle-types-sub-title {
    position: absolute;
    top: 10px;
    right: 13px;
    padding: 8px 12px;
    border-radius: 14px;
    font-size: 18px;
  }
  .vehicle-types .vehicle-types-slider-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    margin-top: auto;
  }
  .vehicle-types .slick-next.slick-arrow {
    top: -70px;
    right: 40px;
  }
  .vehicle-types .slick-prev.slick-arrow {
    top: -70px;
    right: 94px;
  }
  .vehicle-types .slick-list {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .vehicle-types .vehicle-types-slider_item {
    max-width: unset;
    width: calc(100% - 10px);
  }
  .vehicle-types .vehicle-types-slider_box {
    min-width: 220px;
  }
  .vehicle-types .vehicle-types-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .vehicle-types .vehicle-types-slider_box {
    width: 33%;
    height: 296px;
    margin: 0;
    margin-bottom: 15px;
  }
  .vehicle-types .vehicle-types_content {
    padding-top: 40px;
    margin-right: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
  }
}
@media screen and (max-width: 550px) {
  .vehicle-types {
    padding-top: 0;
  }
  .vehicle-types .vehicle-types_content {
    padding-top: 40px;
    width: 100%;
  }
  .vehicle-types .vehicle-types-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .vehicle-types .vehicle-types-slider_box {
    margin: 0;
    width: 50%;
    height: 263px;
    min-height: unset;
  }
  .vehicle-types .vehicle-types-slider_item {
    width: calc(100% - 7px);
    height: 248.973px;
    border-radius: 17.37px;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
  }
  .vehicle-types .vehicle-types-slider-image {
    max-width: 98%;
    max-height: 204px;
    margin-top: auto;
    margin-bottom: 10px;
    width: auto;
    height: auto;
  }
  .vehicle-types .vehicle-types-sub-title {
    position: absolute;
    right: 11.176px;
    top: 10.145px;
    display: flex;
    padding: 9.904px 13.866px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    background: #F5F5F7;
    color: #1C1E1C;
    font-family: Gilroy, sans-serif;
    border-radius: 17.37px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
@media screen and (max-width: 550px) {
  .vehicle-types .vehicle-types-slider_item {
    width: calc(100% - 7px);
    height: 208px;
    border-radius: 17.37px;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
  }
  .vehicle-types .vehicle-types-slider_box {
    margin: 0;
    width: 50%;
    height: 214px;
    min-width: unset;
  }
}
@media screen and (max-width: 550px) {
  .vehicle-types .vehicle-types-slider-image {
    margin-bottom: 0;
  }
}

.choose-devices {
  min-height: 100vh;
}
.choose-devices .choose-devices-content {
  position: relative;
}
.choose-devices .choose-devices-title {
  max-width: 380px;
  margin-left: 142px;
}
.choose-devices .choose_devices_btn {
  position: absolute;
  right: 0;
  top: 20px;
}
.choose-devices .choose_devices_box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.choose-devices .choose_devices_card {
  width: 32%;
}
.choose-devices .choose_devices_card_box {
  display: flex;
  height: 50vh;
  padding: 40px 15px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  background: #F5F5F7;
  gap: 29px;
  width: 100%;
  min-height: 550px;
  margin-bottom: 50px;
}
.choose-devices .choose_devices-image {
  max-width: 468.562px;
  max-height: 35vh;
}
.choose-devices .devices1 .choose_devices-image {
  max-width: 460px;
  max-height: 350px;
  margin-bottom: 20px;
}
.choose-devices .devices2 .choose_devices-image {
  max-width: 320px;
  max-height: 440px;
  margin-bottom: 20px;
}
.choose-devices .devices3 .choose_devices-image {
  max-width: 270px;
  max-height: 350px;
  margin-bottom: 20px;
}
.choose-devices .carousel-wrap {
  display: flex;
  justify-content: center;
}
.choose-devices .carousel-con {
  width: 500px;
  height: 500px;
}
.choose-devices .carousel-slide {
  width: 500px;
  height: 500px;
}
.choose-devices .carousel-img {
  max-width: 480px;
  max-height: 480px;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-right: auto;
}
.choose-devices .carousel-thumb-item {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  background-color: transparent;
  margin-bottom: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.choose-devices .carousel-thumb-item .carousel-thumb {
  width: auto;
  max-width: 85px;
  max-height: 82px;
  height: auto;
}
.choose-devices .carousel-thumbs {
  margin-left: 10px;
}
.choose-devices .carousel-thumb-active {
  opacity: 1;
}
.choose-devices .carousel-thumb-active .carousel-thumb-over {
  border: 2px solid #71E360;
  position: absolute;
  top: 0;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
}
.choose-devices .mobile_sub_title {
  display: none;
}
.choose-devices .choose_devices_mobile_buy {
  display: none;
}
.choose-devices .choose_devices_mobile_list {
  display: none;
}
@media screen and (max-width: 1650px) {
  .choose-devices {
    padding-top: 18px;
  }
  .choose-devices .choose-devices-title {
    max-width: 350px;
    margin-left: 124px;
  }
  .choose-devices .choose_devices_card_box {
    min-height: 530px;
    padding: 32px 20px;
    margin-bottom: 45px;
  }
  .choose-devices .devices3 .choose_devices-image {
    width: auto;
    margin-bottom: 10px;
  }
  .choose-devices .devices1 .choose_devices-image {
    width: auto;
  }
  .choose-devices .devices2 .choose_devices-image {
    margin-bottom: 7px;
  }
  .choose-devices .devices1 .choose_devices-image {
    max-height: 340px;
    margin-bottom: 20px;
  }
  .choose-devices .devices2 .choose_devices-image {
    max-width: 320px;
    max-height: 430px;
    margin-bottom: 20px;
  }
  .choose-devices .devices3 .choose_devices-image {
    max-width: 270px;
    max-height: 340px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1370px) {
  .choose-devices .choose-devices-title {
    margin-left: 120px;
  }
  .choose-devices .choose_devices_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    height: auto;
  }
  .choose-devices .choose_devices_card_box {
    padding: 28px 18px;
    margin-bottom: 35px;
    padding-bottom: 40px;
    height: 380px;
    min-height: 380px;
  }
  .choose-devices .choose_devices-image {
    max-height: 38vh;
  }
  .choose-devices .devices1 .choose_devices-image {
    min-height: 240px;
  }
  .choose-devices .devices3 .choose_devices-image {
    width: auto;
    margin-bottom: 10px;
    max-width: 290px;
    max-height: 38vh;
    min-height: 240px;
  }
  .choose-devices .devices2 .choose_devices-image {
    width: auto;
    margin-bottom: 7px;
    max-height: 42vh;
    min-height: 285px;
  }
}
@media screen and (max-width: 1050px) {
  .choose-devices {
    padding-top: 0;
  }
  .choose-devices .full_sub_title {
    display: none;
  }
  .choose-devices .mobile_sub_title {
    display: block;
  }
  .choose-devices .choose-devices-title {
    max-width: 100%;
    margin-left: 0;
    font-size: 40px;
    margin-top: 30px;
  }
  .choose-devices .choose-devices-content {
    padding-left: 0;
  }
  .choose-devices .choose_devices_btn {
    display: none;
  }
  .choose-devices .choose_devices_card {
    display: none;
    flex-direction: column;
    padding: 40px 70px;
    justify-content: center;
    border-radius: 20px;
    background: #F8F8FA;
    width: 100%;
  }
  .choose-devices .choose_devices_card .s-h3 {
    order: 1;
    text-align: center;
  }
  .choose-devices .choose_devices_card .s-p1 {
    order: 2;
    text-align: center;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .choose-devices .choose_devices_card .choose_devices_card_box {
    order: 3;
    background: transparent;
  }
  .choose-devices .choose_devices_card .choose_devices_mobile_buy {
    display: block;
  }
  .choose-devices .choose_devices_card .choose_devices-box-btn {
    display: flex;
  }
  .choose-devices .choose_devices_card .choose_devices-box-btn .btn-primary-black {
    margin-right: 8px;
  }
  .choose-devices .choose_devices_card.active {
    display: flex;
  }
  .choose-devices .choose_devices_mobile_list {
    display: flex;
    justify-content: start;
    margin-top: 40px;
  }
  .choose-devices .choose_devices_mobile_list .choose_devices_mobile_btn {
    margin-right: 8px;
    cursor: pointer;
  }
  .choose-devices .choose_devices_box {
    margin-top: 16px;
  }
  .choose-devices .choose_devices_card_box {
    height: 50vh;
    min-height: 370px;
    padding: 0;
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .choose-devices {
    padding-top: 0;
  }
  .choose-devices .full_sub_title {
    display: none;
  }
  .choose-devices .mobile_sub_title {
    display: block;
  }
  .choose-devices .choose-devices-title {
    max-width: 100%;
    margin-left: 0;
    font-size: 24px;
    margin-top: 30px;
  }
  .choose-devices .choose-devices-content {
    padding-left: 0;
  }
  .choose-devices .choose_devices_btn {
    display: none;
  }
  .choose-devices .choose_devices_card {
    display: none;
    flex-direction: column;
    padding: 15px;
    justify-content: center;
    border-radius: 20px;
    background: #F8F8FA;
    width: 100%;
  }
  .choose-devices .choose_devices_card .s-h3 {
    order: 1;
    text-align: center;
  }
  .choose-devices .choose_devices_card .s-p1 {
    order: 2;
    text-align: center;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .choose-devices .choose_devices_card .choose_devices_card_box {
    order: 3;
    background: transparent;
  }
  .choose-devices .choose_devices_card .choose_devices_mobile_buy {
    display: block;
  }
  .choose-devices .choose_devices_card .choose_devices-box-btn {
    display: flex;
  }
  .choose-devices .choose_devices_card .choose_devices-box-btn .btn-primary-black {
    margin-right: 8px;
  }
  .choose-devices .choose_devices_card.active {
    display: flex;
  }
  .choose-devices .choose_devices_mobile_list {
    display: flex;
    justify-content: start;
    margin-top: 40px;
  }
  .choose-devices .choose_devices_mobile_list .choose_devices_mobile_btn {
    margin-right: 8px;
    cursor: pointer;
  }
  .choose-devices .choose_devices_box {
    margin-top: 16px;
  }
  .choose-devices .choose_devices_card_box {
    height: 50vh;
    min-height: 370px;
    padding: 0;
    margin: 0;
  }
}

.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(28, 30, 28, 0.7);
  width: 100vw;
  height: 100vh;
}

.modal-background.hidden {
  display: none;
}

.choose_devices_modal {
  border-radius: 20px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 5vw;
  width: 90vw;
  max-width: 1820px;
  height: 90vh;
  z-index: 10100;
  padding: 20px;
}
.choose_devices_modal.hidden {
  display: none;
}

.choose_devices_modal_content {
  display: flex;
  position: relative;
  justify-content: space-between;
}

.devise-hidden-modals {
  height: 1px;
  min-height: 1px;
  overflow: hidden;
}

.choose_devices_modal_close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  display: flex;
  width: 51px;
  height: 51px;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #FFF;
  border: none;
  box-shadow: none;
  cursor: pointer;
}

.choose_devices_modal_close_icon {
  width: 21.005px;
  height: 21.005px;
}
.choose_devices_modal_close_icon svg {
  width: 21.005px;
  height: 21.005px;
  fill: #1C1E1C;
}

.choose_devices_modal_left {
  max-width: 45%;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 20px;
}

.choose_devices_modal_left_box {
  max-width: 490px;
}
.choose_devices_modal_left_box p {
  line-height: 1.3;
  font-family: Gilroy, sans-serif;
}

.choose_devices_modal_title {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 25px;
}

.choose_devices_features {
  margin-top: 25px;
}

.choose_devices_modal_features h4 {
  color: #CECECE;
  /* bold/h4 */
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0px;
  margin-top: 15px;
}
.choose_devices_modal_features p {
  color: #1C1E1C;
  /* regular/h2 */
  font-family: Gilroy, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.choose_devices_modal_btn {
  margin-top: 40px;
}

.choose_devices_modal_right {
  width: 55%;
  height: calc(90vh - 40px);
  border-radius: 20px;
  background: #F8F8FA;
  justify-content: center;
  align-items: center;
  display: flex;
}

.choose_devices_modal_title2 {
  display: none;
}

@media screen and (max-width: 1650px) {
  .choose-devices .carousel-slide {
    width: 400px;
    height: 400px;
  }
  .choose_devices_modal_content {
    height: 100%;
  }
  .choose_devices_modal_left {
    overflow-y: hidden;
  }
  .choose-devices .carousel-img {
    max-width: 380px;
    max-height: 380px;
    width: auto;
    height: auto;
  }
  .choose-devices .carousel-con {
    width: 400px;
    height: 400px;
  }
  .choose_devices_modal_features h4 {
    font-size: 18px;
    margin-top: 0;
  }
  .choose_devices_features {
    margin-top: 10px;
  }
  .choose_devices_modal_btn {
    margin-top: 20px;
  }
  .choose_devices_modal_title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }
  .choose-devices .carousel-thumb-item {
    width: 90px;
    height: 90px;
    border-radius: 18px;
  }
  .choose_devices_modal_left {
    padding: 10px;
  }
  .choose_devices_modal_close {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }
  .choose_devices_modal_close_icon {
    width: 18px;
    height: 18px;
  }
  .choose_devices_modal_close_icon svg {
    width: 18px;
    height: 18px;
  }
  .choose_devices_modal_features h4 {
    font-size: 18px;
    margin-top: 6px;
  }
  .choose_devices_modal_features p {
    font-size: 16px;
  }
  .choose_devices_modal_left_box {
    max-width: 400px;
  }
}
@media screen and (max-width: 1370px) {
  .choose_devices_modal_right {
    width: 50%;
  }
  .choose_devices_modal_left {
    max-width: 50%;
    width: 50%;
  }
  .choose_devices_modal_left_box {
    max-width: 100%;
    padding-right: 20px;
  }
  .choose-devices .carousel-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: calc(100vw - 60px);
  }
  .choose-devices .carousel-thumbs {
    margin-left: 10px;
    display: flex;
  }
  .choose-devices .carousel-thumbs {
    margin-left: 10px;
    display: flex;
  }
  .choose_devices_modal {
    min-height: 90vh;
  }
  .choose_devices_modal_features p {
    font-size: 14px;
  }
  .choose_devices_modal_features h4 {
    margin-top: 2px;
  }
}
@media screen and (max-width: 1050px) {
  .modal-background {
    width: 100vw;
    height: 400vh;
  }
  .choose_devices_modal_close {
    position: unset;
    top: 20px;
    right: 20px;
    margin-left: auto;
    margin-top: -35px;
  }
  .choose_devices_modal_title {
    display: none;
    color: #1C1E1C;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .choose_devices_modal_title2 {
    display: block;
    color: #1C1E1C;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .choose_devices_modal_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: unset;
    padding-bottom: 30px;
    padding-top: 28px;
    overflow-y: auto;
  }
  .choose_devices_modal_left {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 0;
    padding-top: 20px;
    order: 2;
  }
  .choose_devices_modal_right {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    background: #F8F8FA;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .choose_devices_modal {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 28px;
  }
  .choose_devices_modal_left_box {
    max-width: 100%;
  }
  .choose_devices_modal_btn {
    padding-bottom: 50px;
  }
  .choose-devices .carousel-slide {
    width: 490px;
    height: 300px;
  }
  .choose-devices .carousel-img {
    max-width: 490px;
    max-height: 280px;
    width: auto;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .choose-devices .carousel-con {
    width: 100%;
    height: 300px;
  }
  .choose-devices .carousel-wrap {
    /* display: flex; */
    justify-content: center;
    flex-wrap: wrap;
    max-width: 490px;
  }
}
@media screen and (max-width: 550px) {
  .modal-background {
    width: 100vw;
    height: 400vh;
  }
  .choose_devices_modal_close {
    position: unset;
    top: 20px;
    right: 20px;
    margin-left: auto;
    margin-top: -35px;
  }
  .choose_devices_modal_title {
    display: none;
    color: #1C1E1C;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 25px;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  .choose_devices_modal_title2 {
    display: block;
    color: #1C1E1C;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .choose_devices_modal_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: unset;
    padding-bottom: 30px;
    padding-top: 28px;
    overflow-y: auto;
  }
  .choose_devices_modal_left {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 0;
    padding-top: 20px;
    order: 2;
  }
  .choose_devices_modal_right {
    width: 100%;
    height: 450px;
    border-radius: 20px;
    background: #F8F8FA;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .choose_devices_modal {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 28px;
  }
  .choose_devices_modal_left_box {
    max-width: 100%;
  }
  .choose_devices_modal_btn {
    padding-bottom: 50px;
  }
  .choose-devices .carousel-slide {
    width: calc(100vw - 60px);
    height: 300px;
  }
  .choose-devices .carousel-img {
    max-width: calc(100vw - 60px);
    max-height: 280px;
    width: auto;
    height: auto;
  }
  .choose-devices .carousel-con {
    width: calc(100vw - 60px);
    height: 300px;
  }
  .choose-devices .carousel-thumbs {
    margin-left: 0;
    display: flex;
  }
}
.installation {
  width: 100%;
  height: 50vh;
  position: relative;
  overflow: hidden;
}
.installation .main-wrapper-title {
  color: #FCFCFC;
  top: 40px;
}
.installation .main-wrapper {
  padding-top: 40px;
}
.installation .installation-bg-image {
  background-image: url("/themes/demo/assets/images/installation/installation_bg_1890.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vh;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.installation .installation-content {
  display: flex;
  flex-direction: column;
  height: calc(50vh - 80px);
}
.installation .installation_title {
  color: #FCFCFC;
  padding-left: 142px;
}
.installation .installation-box {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.installation .installation-list {
  display: flex;
}
.installation .installation-list_item {
  display: flex;
  padding: 12px 28px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  background: rgba(248, 248, 250, 0.2);
  color: #FCFCFC;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  backdrop-filter: blur(2.5px);
  margin-right: 12px;
}
@media screen and (max-width: 1780px) {
  .installation .choose-devices-title {
    margin-left: 145px;
  }
}
@media screen and (max-width: 1650px) {
  .installation {
    height: 50vh;
    margin-top: 25px;
  }
  .installation .installation-content {
    height: calc(50vh - 70px);
  }
  .installation .installation-bg-image {
    background-image: url("/themes/demo/assets/images/installation/installation_bg_1440.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .installation .installation_title {
    padding-left: 124px;
  }
  .installation .installation-list_item {
    padding: 12px 24px;
    border-radius: 20px;
    background: rgba(248, 248, 250, 0.2);
    backdrop-filter: blur(2.5px);
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }
}
@media screen and (max-width: 1370px) {
  .installation {
    height: 53vh;
    margin-top: 0;
  }
  .installation .installation-bg-image {
    height: 53vh;
    background-image: url("/themes/demo/assets/images/installation/installation_bg_1280.webp");
  }
  .installation .main-wrapper {
    padding: 28px 40px;
  }
  .installation .installation-content {
    height: calc(53vh - 60px);
  }
  .installation .installation_title {
    padding-left: 120px;
  }
  .installation .main-wrapper-title {
    color: #FCFCFC;
    top: 30px;
  }
  .installation .installation-list {
    flex-wrap: wrap;
  }
  .installation .installation-list_item {
    margin-bottom: 8px;
  }
  .installation .btn-primary-green {
    height: 48px;
    text-align: center;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1050px) {
  .installation {
    height: 100vh;
  }
  .installation .installation-bg-image {
    height: 100vh;
    background-image: url("/themes/demo/assets/images/installation/installation_bg_1050.webp");
  }
  .installation .installation-content {
    height: calc(100vh - 90px);
  }
  .installation .main-wrapper-title {
    color: #FCFCFC;
    top: 60px;
  }
  .installation .installation_title {
    padding-left: 0;
    margin-top: 60px;
  }
  .installation .installation-list_item:nth-child(3) {
    order: 2;
  }
  .installation .installation-list_item:nth-child(2) {
    order: 3;
  }
  .installation .installation-list {
    padding-bottom: 30px;
  }
  .installation .installation-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  .installation {
    height: 100vh;
    max-height: 620px;
    margin-top: 0;
  }
  .installation .main-wrapper-title {
    top: 40px;
  }
  .installation .main-wrapper {
    padding: 40px 20px;
  }
  .installation .installation-bg-image {
    display: block;
    width: auto;
    background-image: url("/themes/demo/assets/images/installation/installation_bg_550.webp");
    height: 100vh;
    max-height: 620px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
  }
  .installation .installation-content {
    height: 540px;
    display: flex;
    flex-direction: column;
  }
  .installation .installation-list_item:nth-child(2) {
    order: unset;
  }
  .installation .installation-list_item:nth-child(3) {
    order: unset;
  }
  .installation .installation-list_item {
    max-width: 300px;
  }
  .installation .installation_title {
    padding-left: 0;
    margin-top: 40px;
  }
  .installation .installation-list {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: auto;
  }
  .installation .installation-list_item {
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 380px) {
  .installation .installation-bg-image {
    background-image: url("/themes/demo/assets/images/installation/installation_bg_380.webp");
  }
}

.application {
  min-height: 100vh;
}
.application .application-content {
  padding-left: 142px;
  position: relative;
  height: 100%;
}
.application .application_devices_btn {
  position: absolute;
  right: 0;
  top: 20px;
  display: none;
}
.application .application-box {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding-top: 30px;
}
.application .application-card {
  border-radius: 30px;
  background: #F5F5F7;
  min-height: 35vh;
  width: calc(33% - 18px);
  padding: 30px 30px;
  max-width: 482px;
  margin-right: 20px;
  margin-bottom: 20px;
  height: 390px;
  display: flex;
  flex-direction: column;
}
.application .application-card-title {
  color: #C4C4C4;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
}
.application .application-card-text {
  color: #C4C4C4;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  max-width: 92%;
  min-height: 60px;
}
.application .application-card-img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 210px;
  border-radius: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #2E2E2E;
  margin-top: auto;
  margin-bottom: 0;
}
.application .application-card-img-cover {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 210px;
  border-radius: 30px;
  background-color: #2E2E2E;
  margin-top: auto;
  margin-bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.application .application-card-img2 {
  max-width: 402px;
  max-height: 360px;
  width: 100%;
  height: auto;
}
.application .application-card:hover .application-card-title, .application .application-card:focus .application-card-title {
  color: #1C1E1C;
}
.application .application-card:hover .application-card-text, .application .application-card:focus .application-card-text {
  color: #1C1E1C;
}
.application .application-card.card1 .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/location.svg");
}
.application .application-card.card1:hover .application-card-img, .application .application-card.card1:focus .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/location_active.svg");
}
.application .application-card.card2 .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/routes.svg");
}
.application .application-card.card2:hover .application-card-img, .application .application-card.card2:focus .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/routes_active.svg");
}
.application .application-card.card3 .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/battery_level.svg");
}
.application .application-card.card3:hover .application-card-img, .application .application-card.card3:focus .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/battery_level_active.svg");
}
.application .application-card.card4 .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/safety.svg");
}
.application .application-card.card4:hover .application-card-img, .application .application-card.card4:focus .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/safety_active.svg");
}
.application .application-card.card5 .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/speed.svg");
}
.application .application-card.card5:hover .application-card-img, .application .application-card.card5:focus .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/speed_active.svg");
}
.application .application-card.card5 .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/speed.svg");
}
.application .application-card.card5:hover .application-card-img, .application .application-card.card5:focus .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/speed_active.svg");
}
.application .application-card.card6 .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/group_riding.svg");
}
.application .application-card.card6:hover .application-card-img, .application .application-card.card6:focus .application-card-img {
  background-image: url("/themes/demo/assets/images/applications/group_raiding_active.svg");
}
@media screen and (max-width: 1650px) {
  .application {
    padding-top: 17px;
  }
  .application .application-content {
    padding-left: 124px;
  }
  .application .application-card {
    padding: 28px;
    width: 30%;
    height: 289px;
    border-radius: 22px;
    padding-left: 2.2%;
    padding-right: 2.2%;
  }
  .application .application-card-img {
    width: 100%;
    height: 155px;
    border-radius: 20px;
  }
  .application application-card-img-cover {
    width: 100%;
    height: 155px;
    background-size: cover;
    border-radius: 20px;
  }
  .application .application-card-title {
    font-size: 18px;
  }
  .application .application-card-text {
    color: #C4C4C4;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
    max-width: 100%;
    min-height: 40px;
  }
}
@media screen and (max-width: 1370px) {
  .application {
    padding-top: 0;
  }
  .application .application-content {
    padding-left: 120px;
  }
  .application .application-card {
    padding: 20px;
    width: 31%;
    height: 276px;
    border-radius: 20px;
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .application .application-card-title {
    font-size: 18px;
  }
  .application .application-card-img {
    height: 151px;
    border-radius: 18px;
  }
  .application .application-card-img-cover {
    height: 151px;
    border-radius: 18px;
  }
}
@media screen and (max-width: 1050px) {
  .application .application_devices_btn {
    display: block;
  }
  .application .application-content {
    padding-left: 0;
    padding-top: 30px;
  }
  .application .application-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 28px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }
  .application .application-card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 32%;
    min-height: 294px;
    height: 294px;
    border-radius: 20px;
    margin-right: unset;
    margin-bottom: 12px;
  }
  .application .application-card-title {
    color: #1C1E1C;
  }
  .application .application-card-text {
    padding-bottom: 9px;
    color: #1C1E1C;
  }
  .application .application-card-img {
    height: 160px;
    border-radius: 18px;
    margin-top: auto;
  }
  .application .application-card-img-cover {
    height: 160px;
    border-radius: 18px;
    margin-top: auto;
  }
  .application .application-card.card1 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/location_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card1:hover .application-card-img, .application .application-card.card1:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/location_mobile.svg");
    filter: unset;
  }
  .application .application-card.card2 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/routes_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card2:hover .application-card-img, .application .application-card.card2:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/routes_mobile.svg");
    filter: unset;
  }
  .application .application-card.card3 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/battery_level_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card3:hover .application-card-img, .application .application-card.card3:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/battery_level_mobile.svg");
    filter: unset;
  }
  .application .application-card.card4 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/safety_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card4:hover .application-card-img, .application .application-card.card4:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/safety_mobile.svg");
    filter: unset;
  }
  .application .application-card.card5 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/speed_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card5:hover .application-card-img, .application .application-card.card5:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/speed_mobile.svg");
    filter: unset;
  }
  .application .application-card.card6 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/group_riding_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card6:hover .application-card-img, .application .application-card.card6:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/group_riding_mobile.svg");
    filter: unset;
  }
  .application .application_devices_btn {
    position: absolute;
    right: unset;
    left: 0;
    top: unset;
    bottom: 0px;
  }
}
@media screen and (max-width: 550px) {
  .application {
    background: #FCFCFC;
  }
  .application .application-content {
    padding-left: 0;
    padding-top: 32px;
    height: auto;
    padding-bottom: 70px;
  }
  .application .application-box {
    justify-content: space-between;
    padding-bottom: 0;
  }
  .application .application-card {
    padding: 12px;
    width: calc(50% - 6px);
    border-radius: 20px;
    margin: 0;
    margin-bottom: 12px;
    min-height: 232px;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .application .application-card-title {
    color: #1C1E1C;
  }
  .application .application-card-text {
    padding-bottom: 9px;
    color: #1C1E1C;
  }
  .application .application-card-img {
    margin-top: auto;
    width: auto;
    min-width: 100%;
    height: 120px;
  }
  .application .application-card-img-cover {
    margin-top: auto;
    width: auto;
    min-width: 100%;
    height: 120px;
  }
  .application .application-card.card1 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/location_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card1:hover .application-card-img, .application .application-card.card1:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/location_mobile.svg");
    filter: unset;
  }
  .application .application-card.card2 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/routes_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card2:hover .application-card-img, .application .application-card.card2:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/routes_mobile.svg");
    filter: unset;
  }
  .application .application-card.card3 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/battery_level_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card3:hover .application-card-img, .application .application-card.card3:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/battery_level_mobile.svg");
    filter: unset;
  }
  .application .application-card.card4 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/safety_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card4:hover .application-card-img, .application .application-card.card4:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/safety_mobile.svg");
    filter: unset;
  }
  .application .application-card.card5 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/speed_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card5:hover .application-card-img, .application .application-card.card5:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/speed_mobile.svg");
    filter: unset;
  }
  .application .application-card.card6 .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/group_riding_mobile.svg");
    filter: grayscale(100%);
  }
  .application .application-card.card6:hover .application-card-img, .application .application-card.card6:focus .application-card-img {
    background-image: url("/themes/demo/assets/images/applications/group_riding_mobile.svg");
    filter: unset;
  }
  .application .application_devices_btn {
    position: absolute;
    right: unset;
    top: unset;
    bottom: 15px;
    left: 0;
  }
}

.active-talks {
  background: #F5F5F7;
}
.active-talks .active-talks-content {
  padding-left: 0;
}
.active-talks .active-talks-box {
  padding-top: 74px;
  width: 100%;
}
.active-talks .active-talk-slider {
  width: calc(100vw - 52px);
  max-width: 1868px;
  max-height: 200px;
}
.active-talks .active-talks-item {
  background-position: center;
  background-size: 101%;
  margin-right: auto;
  background-repeat: no-repeat;
  height: 67px;
  position: relative;
}
.active-talks .active-talks-img {
  position: absolute;
  bottom: 0;
  max-height: 67px;
  height: auto;
  width: auto;
}
.active-talks .active-talks-content-mobile {
  display: none;
}
@media screen and (max-width: 1780px) {
  .active-talks .active-talks-content {
    padding-left: 0;
  }
}
@media screen and (max-width: 1650px) {
  .active-talks .active-talks-content {
    padding-left: 0;
  }
  .active-talks .active-talks-item {
    height: 50px;
  }
  .active-talks .active-talks-img {
    max-height: 50px;
  }
  .active-talks .active-talk-slider {
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 1370px) {
  .active-talks .active-talks-content {
    padding-left: 0;
  }
  .active-talks .active-talks-box {
    padding-top: 50px;
  }
  .active-talks .active-talks-img {
    max-height: 40px;
  }
  .active-talks .active-talk-slider {
    width: calc(100vw - 44px);
  }
}
@media screen and (max-width: 1050px) {
  .active-talks {
    background: transparent;
    min-height: 100vh;
  }
  .active-talks .active-talks-content {
    display: none;
  }
  .active-talks .active-talks-content-mobile {
    display: block;
    padding-top: 45px;
  }
  .active-talks .active-talks_mobile_list {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
  }
  .active-talks .active-talks_mobile_btn {
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 8px;
  }
  .active-talks .active-talks_mobile_box {
    display: none;
    height: 570px;
    padding: 40px 40px;
    flex-direction: column;
    align-items: start;
    align-self: stretch;
    border-radius: 20px;
    background: #F8F8FA;
  }
  .active-talks .active-talks_mobile_device {
    margin-top: 26px;
  }
  .active-talks .active-talks_mobile_box.active {
    display: flex;
  }
  .active-talks .active-talks_mobile_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 100%;
  }
  .active-talks .forbes .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/Logo_Forbes.svg");
  }
  .active-talks .times .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/the_baltic_times.svg");
  }
  .active-talks .startup .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/baltic_startup.svg");
    height: 60px;
  }
  .active-talks .mcn .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/mnc.svg");
  }
  .active-talks .superbike .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/superbike_news.svg");
  }
  .active-talks .active-talks_mobile_article {
    width: 100%;
    color: #1C1E1C;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-top: 30px;
  }
  .active-talks .active-talks_mobile_article p {
    font: inherit;
  }
  .active-talks .active-talks_mobile_link {
    margin-top: 30px;
    text-decoration: none;
  }
  .active-talks .active-talks_mobile_article {
    font-size: 30px;
  }
  .active-talks .active-talks_mobile_img {
    height: 55px;
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .active-talks {
    background: transparent;
    min-height: 100vh;
  }
  .active-talks .active-talks-content {
    display: none;
  }
  .active-talks .active-talks-content-mobile {
    display: block;
    padding-top: 45px;
  }
  .active-talks .active-talks_mobile_list {
    display: flex;
    flex-wrap: wrap;
  }
  .active-talks .active-talks_mobile_btn {
    margin-right: 5px;
    cursor: pointer;
    margin-bottom: 8px;
  }
  .active-talks .active-talks_mobile_box {
    display: none;
    height: 570px;
    padding: 32px 24px;
    flex-direction: column;
    align-items: start;
    align-self: stretch;
    border-radius: 20px;
    background: #F8F8FA;
  }
  .active-talks .active-talks_mobile_device {
    margin-top: 26px;
  }
  .active-talks .active-talks_mobile_box.active {
    display: flex;
  }
  .active-talks .active-talks_mobile_img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    width: 100%;
  }
  .active-talks .forbes .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/Logo_Forbes.svg");
  }
  .active-talks .times .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/the_baltic_times.svg");
  }
  .active-talks .startup .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/baltic_startup.svg");
    height: 60px;
  }
  .active-talks .mcn .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/mnc.svg");
  }
  .active-talks .superbike .active-talks_mobile_img {
    background-image: url("/themes/demo/assets/images/talks/superbike_news.svg");
  }
  .active-talks .active-talks_mobile_article {
    width: 100%;
    color: #1C1E1C;
    font-family: Gilroy, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    margin-top: 30px;
  }
  .active-talks .active-talks_mobile_article p {
    font: inherit;
  }
  .active-talks .active-talks_mobile_link {
    margin-top: 30px;
    text-decoration: none;
  }
}

.reviews {
  background-color: #F5F5F7;
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 900px;
  overflow: hidden;
}
.reviews .reviews-bg-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 900px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: none;
}
.reviews .reviews-bg-map.active {
  display: block;
}
.reviews .reviews-blogger-map {
  background-image: url("/themes/demo/assets/images/review/review_bloggers_map.svg");
}
.reviews .reviews-clients-map {
  background-image: url("/themes/demo/assets/images/review/review_clients_map.svg");
}
.reviews .reviews-content {
  position: relative;
  padding-left: 142px;
  display: flex;
  flex-direction: column;
  min-height: 740px;
  height: calc(100vh - 160px);
}
.reviews .change-slider {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0px;
  overflow: hidden;
  margin-top: 0;
}
.reviews .change-slider.active {
  display: block;
  opacity: 1;
  visibility: unset;
  height: auto;
  overflow: unset;
  margin-top: auto;
}
.reviews .change-slider.reviewclients {
  margin-top: 20px;
}
.reviews .reviews-map {
  position: absolute;
  top: -40px;
  right: -120px;
  background-image: url("/themes/demo/assets/images/review/map.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 80%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.reviews .reviews-map-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #71E360;
}
.reviews .reviews_title {
  max-width: 550px;
}
.reviews .reviews-slider {
  margin-top: 80px;
  width: 650px;
  z-index: 100;
}
.reviews .clients-reviews-slider {
  margin-top: 80px;
  width: 520px;
  z-index: 100;
}
.reviews .clients-reviews-card-box {
  height: 100%;
  margin-bottom: 0;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.reviews .reviews-mobile_list {
  margin-top: 24px;
}
.reviews .reviews-mobile_list .s-tag {
  margin-right: 8px;
  background-color: #FCFCFC;
}
.reviews .reviews-card-box {
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
.reviews .clients-reviews-card {
  min-height: 500px;
  width: 520px;
  padding-right: 20px;
  position: relative;
}
.reviews .clients-reviews-title {
  padding-bottom: 12px;
  font-weight: 600;
}
.reviews .reviews-card {
  min-height: 555px;
  width: 649px;
  position: relative;
}
.reviews .reviews_card_watch_video {
  text-decoration: none;
}
.reviews .reviews_card_watch_video:focus, .reviews .reviews_card_watch_video:hover {
  border-color: #71E360;
}
.reviews .reviews-card-box .s-h3 {
  max-width: 490px;
}
.reviews .reviews-card-box .s-p1 {
  max-width: 550px;
  font-size: 20px;
  padding-bottom: 40px;
  max-height: unset;
}
.reviews .reviews_card_text_box {
  padding-bottom: 40px;
  height: 90px;
  position: relative;
}
.reviews .reviews_card_text_box.full {
  min-height: 170px;
}
.reviews .reviews_card_text.full {
  min-height: 120px;
}
.reviews .reviews_card_text_btn {
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
  display: block;
  position: absolute;
  bottom: 14px;
  left: 0;
  z-index: 100;
  background: none;
  border: none;
  box-shadow: none;
}
.reviews .reviews_card_image-box {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  position: relative;
  height: 300px;
  width: 600px;
  background: linear-gradient(0deg, rgba(28, 30, 28, 0.4) 0%, rgba(28, 30, 28, 0.4) 100%);
  margin-top: auto;
}
.reviews .reviews-bg-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 300px;
  width: 600px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviews .reviews-bg-image-set {
  width: 100%;
  height: auto;
}
.reviews .reviews_card_image-box2 {
  position: absolute;
  bottom: 18px;
  right: 2px;
  display: none;
}
.reviews .reviews_card_image-box2.active {
  display: block;
}
.reviews .slick-prev.slick-arrow {
  top: -60px;
  left: 0;
  z-index: 10000;
}
.reviews .slick-next.slick-arrow {
  top: -60px;
  left: 60px;
  z-index: 10000;
}
.reviews .reviews-map-leaflet {
  position: absolute;
  right: 0;
  top: 0;
  width: 75vw;
  height: 100vh;
  min-height: 1000px;
  z-index: -1;
  min-width: 1200px;
}
.reviews .selectedMarker {
  border-radius: 50%;
  border: 2px solid #71E360;
}
@media screen and (max-width: 1780px) {
  .reviews .reviews-content {
    padding-left: 142px;
  }
}
@media screen and (max-width: 1650px) {
  .reviews {
    padding-top: 0;
    min-height: 880px;
  }
  .reviews .reviews_title {
    margin-top: 5px;
  }
  .reviews .reviews-content {
    padding-left: 124px;
    min-height: 720px;
    height: calc(100vh - 140px);
  }
  .reviews .reviews-map {
    position: absolute;
    right: -120px;
    background-image: url(/themes/demo/assets/images/review/map.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 92%;
    width: 90%;
    height: 800px;
    z-index: -1;
    top: -40px;
  }
  .reviews .reviews_card_image-box {
    height: 328px;
    width: 566px;
    margin-top: 25px;
  }
  .reviews .reviews-bg-image {
    height: 328px;
    width: 566px;
  }
  .reviews .reviews-map-avatar {
    left: 743px !important;
    top: 180px !important;
  }
}
@media screen and (max-width: 1370px) {
  .reviews {
    min-height: 820px;
    height: 100vh;
    overflow: hidden;
  }
  .reviews .reviews-map-leaflet {
    margin-right: -140px;
    min-height: 720px;
  }
  .reviews .reviews-content {
    padding-left: 120px;
    min-height: 700px;
    height: calc(100vh - 120px);
  }
  .reviews .reviews-map-leaflet {
    width: 100vw;
    height: 100vh;
    min-height: 720px;
  }
  .reviews .reviews-mobile_list {
    margin-top: 24px;
  }
  .reviews .reviews-card-box {
    display: flex !important;
    flex-direction: column;
    height: 380px;
    min-height: 420px;
  }
  .reviews .reviews_card_image-box {
    height: 240px;
    width: 440px;
    border-radius: 20px;
    margin-top: auto;
  }
  .reviews .reviews-bg-image {
    height: 240px;
    width: 440px;
    border-radius: 20px;
  }
  .reviews .reviews-slider {
    margin-top: auto;
    width: 700px;
    z-index: 100;
  }
  .reviews .reviews-slider {
    margin-top: 100px;
    width: 500px;
  }
  .reviews .reviews-card {
    display: flex !important;
    flex-direction: column;
    min-height: 450px;
    width: 500px;
  }
  .reviews .reviews_card_image-box2 {
    bottom: 30px;
  }
  .reviews .clients-reviews-card-box {
    min-height: 300px;
    margin-bottom: 20px;
  }
  .reviews .clients-reviews-card {
    display: flex !important;
    flex-direction: column;
    height: 380px;
    min-height: 380px;
  }
  .reviews .clients-reviews-card-box {
    margin-top: auto;
  }
  .reviews .reviews-bg-map {
    background-position: top center;
    background-size: contain;
  }
}
@media screen and (max-width: 1050px) {
  .reviews {
    height: auto;
    background: transparent;
    padding-top: 0;
  }
  .reviews .reviews-bg-map {
    display: none !important;
  }
  .reviews .reviews-map-leaflet {
    display: none;
  }
  .reviews .reviews-map {
    display: none;
  }
  .reviews .reviews-mobile_list {
    position: unset;
    margin-top: 43px;
    display: flex;
  }
  .reviews .reviews-mobile_btn {
    margin-right: 8px;
  }
  .reviews .reviews-content {
    padding-left: 0;
    height: auto;
    padding-top: 24px;
  }
  .reviews .reviews_title {
    margin-top: 5px;
    max-width: 100%;
  }
  .reviews .reviews-slider {
    margin-right: -24px;
    margin-left: -24px;
    width: calc(100vw - 80px);
    z-index: 100;
    margin-top: 33px;
    height: 590px;
  }
  .reviews .reviews-card-box {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 510px;
  }
  .reviews .reviews_card_image-box {
    width: 100%;
    max-width: 688px;
    height: 382.214px;
  }
  .reviews .reviews-bg-image {
    width: 100%;
    max-width: 688px;
    height: 382.214px;
  }
  .reviews .reviews_card_image-box2 {
    position: absolute;
    bottom: 0;
    right: auto;
    z-index: 10000;
  }
  .reviews .slick-prev.slick-arrow {
    top: unset;
    bottom: -12px;
    left: unset;
    right: 74px;
    z-index: 10000;
  }
  .reviews .slick-next.slick-arrow {
    top: unset;
    left: unset;
    z-index: 10000;
    bottom: -12px;
    right: 24px;
  }
  .reviews .clients-reviews-slider {
    width: 100%;
  }
  .reviews .clients-reviews-card {
    min-height: 500px;
    width: 95%;
    position: relative;
  }
  .reviews .clients-reviews-slider {
    margin-top: 33px;
    height: 590px;
  }
  .reviews .clients-reviews-card {
    min-height: 350px;
    max-width: 600px;
  }
  .reviews .clients-reviews-title {
    padding-bottom: 12px;
    font-weight: 600;
  }
  .reviews .clients-reviews-content {
    max-height: 200px;
    max-width: 90%;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .reviews .clients-reviews_link {
    margin-top: 40px;
  }
  .reviews .reviews_card_image-box2 a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 550px) {
  .reviews {
    height: auto;
    background: transparent;
  }
  .reviews .reviews-card-box {
    min-height: 380px;
  }
  .reviews .reviews-map-leaflet {
    display: none;
  }
  .reviews .reviews-map {
    display: none;
  }
  .reviews .reviews-mobile_list {
    margin-top: 43px;
    display: flex;
  }
  .reviews .reviews-mobile_btn {
    margin-right: 8px;
  }
  .reviews .reviews-content {
    padding-left: 0;
    height: auto;
    padding-top: 37px;
  }
  .reviews .reviews_title {
    margin-top: 5px;
    max-width: 300px;
  }
  .reviews .reviews-slider {
    margin-right: -24px;
    margin-left: -24px;
    width: 100vw;
    z-index: 100;
    margin-top: 42px;
    height: 450px;
  }
  .reviews .reviews-card-box .s-p1 {
    max-width: 390px;
    font-size: 16px;
    overflow: hidden;
    padding-bottom: 10px;
    max-height: 90px;
    height: 60px;
  }
  .reviews .reviews-card-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .reviews .reviews_card_image-box {
    width: 100%;
    height: 214px;
  }
  .reviews .reviews-bg-image {
    width: 100%;
    height: 214px;
  }
  .reviews .reviews_card_image-box2 {
    position: absolute;
    bottom: 0;
    right: auto;
    z-index: 10000;
  }
  .reviews .slick-prev.slick-arrow {
    top: unset;
    bottom: -12px;
    left: unset;
    right: 74px;
    z-index: 10000;
  }
  .reviews .slick-next.slick-arrow {
    top: unset;
    left: unset;
    z-index: 10000;
    bottom: -12px;
    right: 24px;
  }
  .reviews .clients-reviews-slider {
    width: 100%;
    height: 430px;
  }
  .reviews .clients-reviews-card {
    min-height: 350px;
    height: 350px;
    width: 95%;
    position: relative;
  }
  .reviews .clients-reviews-slider {
    margin-top: 60px;
  }
  .reviews .clients-reviews-card {
    min-height: 350px;
  }
  .reviews .clients-reviews-title {
    padding-bottom: 12px;
    font-weight: 600;
  }
  .reviews .clients-reviews-content {
    max-height: 200px;
    max-width: 90%;
    overflow-y: auto;
    padding-bottom: 20px;
  }
  .reviews .clients-reviews_link {
    margin-top: 40px;
  }
  .reviews .reviews_card_image-box2 a {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.faq .faq-content {
  padding-left: 142px;
  position: relative;
}
.faq .faq_title {
  max-width: 350px;
}
.faq .faq-content-btn {
  position: absolute;
  top: 20px;
  right: 0;
}
.faq .fax-box {
  display: flex;
  margin-top: 30px;
}
.faq .fax-box-left {
  width: 50%;
}
.faq .fax-box-right {
  width: 50%;
}
.faq .faqnew_content_item {
  margin-right: auto;
  max-width: 704px;
  display: flex;
  padding-bottom: 28px;
  padding-top: 28px;
  border-bottom: 2px solid #F5F5F7;
  align-items: start;
}
.faq .faqnew_content_item:last-child {
  border-bottom: none;
}
.faq .faqnew_content_left {
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.faq .aqnew_content_btn {
  background: transparent;
  border: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  padding: 0;
  transition: all 0.2s ease-out;
}
.faq .faqnew_content_title {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.faq .faqnew_content_text {
  padding-top: 16px;
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}
.faq .accordion__rotate {
  transform: rotate(90deg);
  transition: all 0.2s ease-out;
}
.faq .faq-content-mobile-btn {
  display: none;
}
@media screen and (max-width: 1780px) {
  .faq .faq-content {
    padding-left: 142px;
  }
}
@media screen and (max-width: 1750px) {
  .faq .faqnew_content_item {
    max-width: 650px;
  }
}
@media screen and (max-width: 1650px) {
  .faq {
    padding-top: 20px;
  }
  .faq .faq-content {
    padding-left: 124px;
  }
  .faq .fax-box {
    margin-top: 20px;
  }
  .faq .faqnew_content_title {
    font-size: 20px;
  }
  .faq .faqnew_content_text {
    padding-top: 16px;
    font-size: 16px;
  }
  .faq .faqnew_content_item {
    max-width: 35vw;
  }
  .faq .faqnew_content_item {
    margin-right: auto;
    max-width: 35vw;
    display: flex;
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .faq .faqnew_content_left {
    margin-right: 40px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1370px) {
  .faq {
    padding-top: 0;
  }
  .faq .faq_title {
    max-width: 350px;
  }
  .faq .faq-content {
    padding-left: 120px;
  }
  .faq .faqnew_content_title {
    font-size: 18px;
  }
  .faq .faqnew_content_text {
    font-size: 16px;
  }
  .faq .faqnew_content_left {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1250px) {
  .faq .faq-content {
    padding-left: 60px;
  }
  .faq .faqnew_content_left {
    margin-right: 20px;
    padding-top: 4px;
  }
  .faq .faqnew_content_title {
    font-size: 18px;
  }
  .faq .faqnew_content_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .faq {
    padding-top: 4px;
  }
  .faq .faq-content {
    padding-left: 0;
    padding-top: 40px;
  }
  .faq .faq_title {
    max-width: 350px;
  }
  .faq .faq-content-btn {
    display: none;
  }
  .faq .fax-box {
    flex-wrap: wrap;
  }
  .faq .fax-box-left {
    width: 100%;
  }
  .faq .fax-box-right {
    width: 100%;
  }
  .faq .faqnew_content_left {
    margin-right: 20px;
    display: flex;
  }
  .faq .aqnew_content_btn {
    margin-top: auto;
    margin-bottom: auto;
  }
  .faq .fax-box {
    margin-top: 12px;
  }
  .faq .faqnew_content_item {
    margin-right: auto;
    max-width: 100%;
    display: flex;
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .faq .fax-box-right .faqnew_content_item:nth-child(3) {
    border-bottom: none;
  }
  .faq .faqnew_content_item:nth-child(4) {
    display: none;
  }
  .faq .faqnew_content_item:nth-child(5) {
    display: none;
  }
  .faq .faqnew_content_item:nth-child(6) {
    display: none;
  }
  .faq .faq-full-box .faqnew_content_item:nth-child(3) {
    border-bottom: 2px solid #F5F5F7;
  }
  .faq .faq-full-box .faqnew_content_item:nth-child(4) {
    display: flex;
  }
  .faq .faq-full-box .faqnew_content_item:nth-child(5) {
    display: flex;
  }
  .faq .faq-full-box .faqnew_content_item:nth-child(6) {
    display: flex;
  }
  .faq .faq-content-mobile-btn {
    display: block;
  }
  .faq .faq-content-mobile-btn {
    margin-top: 60px;
  }
  .faq .faqnew_content_right {
    width: calc(100vw - 100px);
  }
  .faq .faqnew_content_text {
    word-break: break-word;
  }
  .faq .faqnew_content_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .faq {
    padding-top: 4px;
  }
  .faq .faq-content {
    padding-left: 0;
    padding-top: 40px;
  }
  .faq .faqnew_content_title {
    font-size: 18px;
  }
  .faq .faq-content-btn {
    display: none;
  }
  .faq .fax-box {
    flex-wrap: wrap;
  }
  .faq .fax-box-left {
    width: 100%;
  }
  .faq .fax-box-right {
    width: 100%;
  }
  .faq .faqnew_content_left {
    margin-right: 20px;
    display: flex;
  }
  .faq .aqnew_content_btn {
    margin-top: auto;
    margin-bottom: auto;
  }
  .faq .fax-box {
    margin-top: 12px;
  }
  .faq .faqnew_content_item {
    margin-right: auto;
    max-width: 490px;
    display: flex;
    padding-bottom: 28px;
    padding-top: 28px;
  }
  .faq .faqnew_content_item:nth-child(3) {
    border-bottom: none;
  }
  .faq .faqnew_content_item:nth-child(4) {
    display: none;
  }
  .faq .faqnew_content_item:nth-child(5) {
    display: none;
  }
  .faq .faqnew_content_item:nth-child(6) {
    display: none;
  }
  .faq .fax-box-left .faqnew_content_item:nth-child(3) {
    border-bottom: 2px solid #F5F5F7;
  }
  .faq .faq-full-box .faqnew_content_item:nth-child(4) {
    display: flex;
  }
  .faq .faq-full-box .faqnew_content_item:nth-child(5) {
    display: flex;
  }
  .faq .faq-full-box .faqnew_content_item:nth-child(6) {
    display: flex;
  }
  .faq .faq-content-mobile-btn {
    display: block;
  }
  .faq .faq-content-mobile-btn {
    margin-top: 60px;
  }
  .faq .faqnew_content_right {
    width: calc(100vw - 100px);
  }
  .faq .faqnew_content_text {
    word-break: break-word;
  }
}

.partners {
  /* .partners-slider_item img:hover, .partners-slider_item img:focus {
       filter: none;

   }*/
}
.partners .partners-slider {
  margin-top: 40px;
  width: 100%;
  display: flex;
}
.partners .partners-slider_box {
  width: 14.2%;
  padding: 10px 10px;
  height: 198px;
  padding-top: 30px;
}
.partners .partners-slider_item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.partners .partners-mob-img {
  display: none;
}
.partners .partners-web-img {
  display: block;
}
.partners .partners-slider_item img {
  max-width: 80%;
  max-height: 80px;
  filter: grayscale(100%);
}
.partners .slick-next.slick-arrow {
  top: 0;
  right: 0px;
}
.partners .slick-prev.slick-arrow {
  top: 0;
  right: 60px;
}
.partners .partners-line-box {
  display: none;
}
@media screen and (max-width: 1650px) {
  .partners {
    height: 45vh;
  }
  .partners .partners-content {
    height: calc(50vh - 140px);
  }
  .partners .slick-prev.slick-arrow {
    top: 0;
    right: 50px;
  }
}
@media screen and (max-width: 1370px) {
  .partners .slick-next.slick-arrow {
    top: 0;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .partners {
    position: relative;
    min-height: 400px;
    height: 50vh;
  }
  .partners .partners-content {
    padding-top: 40px;
  }
  .partners .partners-line-box {
    margin-top: 30px;
    width: 300vw;
    height: 260px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #FFF;
  }
  .partners .partners-scrolling_text {
    min-width: 200vw;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    animation: animate_text 20s linear infinite;
  }
  .partners .partners-slider_item {
    width: 100%;
  }
  .partners .partners-mob-img {
    display: block;
  }
  .partners .partners-web-img {
    display: none;
  }
  .partners .partners-scrolling_text1 .partners-slider_box {
    width: 30vw;
    min-width: 30vw;
    padding: 15px 30px;
    max-height: 120px;
    padding-top: 0;
  }
  .partners .partners-scrolling_text2 {
    margin-left: -25vw;
    margin-right: 25vw;
  }
  .partners .partners-scrolling_text2 .partners-slider_box {
    width: 30vw;
    min-width: 30vw;
    padding: 15px 30px;
    max-height: 120px;
    padding-top: 0;
  }
  .partners .partners-slider_item img {
    max-width: 100%;
    max-height: 110px;
    filter: grayscale(100%);
  }
}
@media screen and (max-width: 550px) {
  .partners {
    position: relative;
    min-height: 400px;
  }
  .partners .partners-content {
    padding-top: 40px;
  }
  .partners .partners-slider {
    display: none;
  }
  .partners .partners-line-box {
    width: 300vw;
    height: 260px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #FFF;
  }
  .partners .partners-scrolling_text {
    min-width: 300vw;
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    animation: animate_text 20s linear infinite;
  }
  .partners .partners-slider_item {
    width: 100%;
  }
  .partners .partners-mob-img {
    display: block;
  }
  .partners .partners-web-img {
    display: none;
  }
  .partners .partners-scrolling_text1 .partners-slider_box {
    width: 50vw;
    min-width: 50vw;
    padding: 10px 10px;
    max-height: 120px;
    padding-top: 0;
  }
  .partners .partners-scrolling_text2 {
    margin-left: -25vw;
    margin-right: 25vw;
  }
  .partners .partners-scrolling_text2 .partners-slider_box {
    width: 50vw;
    min-width: 50vw;
    padding: 10px 10px;
    max-height: 120px;
    padding-top: 0;
  }
  .partners .partners-slider_item img {
    max-width: 100%;
    max-height: 120px;
    filter: grayscale(100%);
  }
}

@keyframes animate_slider {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.shop {
  background-color: #F5F5F7;
  min-height: 920px;
  height: auto;
}
.shop .shop-content {
  display: flex;
  padding-left: 142px;
  justify-content: space-between;
  height: 100%;
}
.shop .shop_title {
  max-width: 540px;
}
.shop .shop-box-card {
  display: none;
  margin-top: 200px;
  width: 550px;
}
.shop .shop-box-left {
  padding-right: 20px;
}
.shop .shop-box-card.active {
  display: block;
}
.shop .discount-spec {
  color: #36D11E !important;
}
.shop .crosse-price {
  padding-left: 20px;
  color: #8F8F8F;
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  text-decoration: line-through;
}
.shop .shop-box-sub-title {
  margin-top: 35px;
}
.shop .shop-box-text {
  margin-top: 20px;
  font-size: 20px;
}
.shop .shop-btn-box {
  margin-top: 50px;
}
.shop .shop-btn-box .btn-primary-black {
  margin-right: 10px;
}
.shop .shop-box-right {
  width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #FCFCFC;
  padding-top: 100px;
  padding-bottom: 80px;
}
.shop .shop-box-right-wrapper {
  width: 600px;
}
.shop .shop-box-right_box1 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.shop .shop-box-right_box_mobile {
  display: none;
}
.shop .shop-device-btn {
  margin-right: 8px;
}
.shop .shop-box-right_box2 {
  margin-top: 45px;
  height: 510px;
}
.shop .carousel-wrap {
  display: none;
  justify-content: center;
}
.shop .carousel-wrap.active {
  display: flex;
}
.shop .carousel-con {
  width: 500px;
  height: 500px;
}
.shop .carousel-slide {
  width: 500px;
  height: 500px;
}
.shop .carousel-img {
  max-width: 480px;
  max-height: 480px;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.shop .carousel-thumb-item {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  background-color: #E4E4E5;
  margin-bottom: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
}
.shop .carousel-thumb-item .carousel-thumb {
  width: auto;
  max-width: 85px;
  max-height: 82px;
  height: auto;
}
.shop .carousel-thumbs {
  margin-left: 10px;
}
.shop .carousel-thumb-active {
  opacity: 1;
}
.shop .carousel-thumb-active .carousel-thumb-over {
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 20px;
}
.shop .shop_title_mobile {
  display: none;
}
@media screen and (max-width: 1780px) {
  .shop .shop-content {
    padding-left: 142px;
  }
}
@media screen and (max-width: 1650px) {
  .shop {
    padding-top: 26px;
    min-height: 860px;
  }
  .shop .shop-content {
    padding-left: 124px;
  }
  .shop .shop_title {
    max-width: 500px;
  }
  .shop .shop-box-card {
    margin-top: 10%;
    width: 420px;
  }
  .shop .shop-box-right {
    max-width: 725px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FCFCFC;
    padding: 100px 60px;
  }
  .shop .shop-box-right_box2 {
    margin-top: 40px;
    height: 400px;
  }
  .shop .carousel-con {
    width: 408px;
    height: 400px;
  }
  .shop .carousel-img {
    max-width: 380px;
    max-height: 320px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .shop .carousel-thumb-item {
    width: 90px;
    height: 90px;
    margin-bottom: 20px;
    border-radius: 18px;
  }
  .shop .carousel-thumb-item .carousel-thumb {
    width: auto;
    max-width: 75px;
    max-height: 72px;
    height: auto;
  }
  .shop .carousel-thumb-item .shop-box-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1350px) {
  .shop .shop-box-right {
    max-width: 550px;
  }
  .shop .shop-box-card {
    width: 360px;
  }
}
@media screen and (max-width: 1370px) {
  .shop {
    min-height: 720px;
    padding-top: 0;
  }
  .shop .shop-content {
    padding-left: 120px;
  }
  .shop .shop-box-left {
    width: 420px;
  }
  .shop .shop-box-sub-title {
    margin-top: 20px;
  }
  .shop .shop-box-text {
    margin-top: 10px;
    font-size: 16px;
  }
  .shop .shop-btn-box {
    margin-top: 35px;
  }
  .shop .shop-box-right {
    max-width: 50vw;
    padding: 50px;
  }
  .shop .shop-box-right-wrapper {
    width: 490px;
  }
  .shop .shop-box-right_box2 {
    height: auto;
  }
  .shop .carousel-slide {
    width: 490px;
    height: 350px;
  }
  .shop .carousel-con {
    width: 400px;
    height: 350px;
  }
  .shop .carousel-img {
    max-width: 350px;
    max-height: 320px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: 120px;
  }
}
@media screen and (max-width: 1050px) {
  .shop {
    min-height: unset;
    height: auto;
    padding-top: 0;
  }
  .shop .main-wrapper .main-wrapper-title {
    display: block;
  }
  .shop .shop-content {
    flex-wrap: wrap;
    height: auto;
    padding-left: 0;
  }
  .shop .shop-box-left {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .shop .shop-box-right {
    max-width: 100%;
    width: 100%;
    order: 1;
    border-radius: 20px;
    max-height: 680px;
    height: auto;
    padding: 70px 40px;
  }
  .shop .shop_title {
    display: none;
  }
  .shop .shop_title_mobile {
    display: block;
    margin-top: 42px;
    margin-bottom: 28px;
  }
  .shop .shop-box-right-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .shop .carousel-wrap {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .shop .carousel-con {
    width: 350px;
    max-width: 500px;
    max-height: 300px;
  }
  .shop .carousel-slide {
    width: 350px;
    max-width: 500px;
    max-height: 300px;
  }
  .shop .carousel-img {
    width: auto;
    max-width: 340px;
    max-height: 290px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .shop .carousel-thumbs {
    margin-left: 10px;
    display: flex;
  }
  .shop .shop-box-card {
    margin-top: 46px;
    width: 100%;
  }
  .shop .shop-box-price {
    font-size: 45px;
  }
  .shop .shop-box-sub-title {
    margin-top: 20px;
  }
  .shop .s-h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 550px) {
  .shop {
    padding-top: 0;
  }
  .shop .main-wrapper .main-wrapper-title {
    display: block;
  }
  .shop .shop-content {
    flex-wrap: wrap;
    height: auto;
  }
  .shop .shop-box-left {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .shop .shop-box-right {
    max-width: 100%;
    width: 100%;
    order: 1;
    border-radius: 20px;
    padding: 15px 15px;
    max-height: 500px;
    height: 420px;
    padding-bottom: 70px;
  }
  .shop .shop_title {
    display: none;
  }
  .shop .shop_title_mobile {
    display: block;
    margin-top: 42px;
    margin-bottom: 10px;
  }
  .shop .shop-box-right-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .shop .carousel-wrap {
    justify-content: center;
    flex-wrap: wrap;
    max-width: calc(100vw - 78px);
    margin-right: auto;
    margin-left: auto;
  }
  .shop .carousel-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
  .shop .carousel-con {
    width: calc(100vw - 78px);
    max-width: calc(100vw - 78px);
    max-height: 250px;
  }
  .shop .carousel-slide {
    width: calc(100vw - 78px);
    max-width: calc(100vw - 78px);
    max-height: 250px;
  }
  .shop .carousel-img {
    width: auto;
    max-width: calc(100vw - 78px);
    max-height: 230px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .shop .carousel-thumbs {
    margin-left: 10px;
    display: flex;
  }
  .shop .shop-box-card {
    margin-top: 46px;
    width: 100%;
  }
  .shop .shop-box-price {
    font-size: 45px;
  }
  .shop .shop-box-sub-title {
    margin-top: 20px;
  }
  .shop .s-h3 {
    font-size: 24px;
  }
  .shop .shop-box-right_box1 {
    display: none;
  }
  .shop .shop-box-right_box_mobile {
    width: 100%;
    display: flex;
    justify-content: start;
    padding-top: 12px;
  }
  .shop .shop-box-right_box_mobile .s-tag {
    background-color: #FFF;
    margin-right: 8px;
  }
}

.about {
  min-height: 100vh;
  height: auto;
  background: transparent;
}
.about .about-content {
  display: flex;
  justify-content: center;
}
.about .about-left {
  min-width: 45%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 140px);
}
.about .about_title {
  max-width: 500px;
  margin-left: 142px;
}
.about .about-text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.about .about-card_item {
  min-height: 100px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.about .about-card_item:last-child {
  margin-bottom: 0;
}
.about .about-card_left {
  margin-right: 20px;
  border-radius: 20px;
  background: #F8F8FA;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .about-card_btn {
  background: #FCFCFC;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.about .about-card_btn svg {
  width: 60px;
  height: 60px;
}
.about .about-card_right {
  padding: 32px;
  border-radius: 20px;
  background: #F8F8FA;
  position: relative;
  flex-grow: 1;
}
.about .about_content_open {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.about .about_content_open svg {
  width: 40px;
  height: 40px;
}
.about .about_content_open :hover path, .about .about_content_open :focus path {
  fill: #71E360;
}
.about .about_content_open :hover rect, .about .about_content_open :focus rect {
  stroke: #71E360;
}
.about .about_content_open.accordion__rotate {
  transform: rotate(90deg);
}
.about .about_content_title {
  margin-bottom: 0;
  padding-top: 10px;
}
.about .about_content_text {
  padding-top: 10px;
  display: none;
}
.about .about-right {
  min-width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F8F8FA;
}
.about .about-right-img {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 1650px) {
  .about .about-card_btn {
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .about .about-card_btn svg {
    width: 52px;
    height: 52px;
  }
  .about .about_title {
    margin-left: 124px;
  }
  .about .about-card_item {
    min-height: 92px;
  }
  .about .about-card_left {
    margin-right: 16px;
    border-radius: 20px;
    background: #F8F8FA;
    min-width: 92px;
    max-width: 92px;
    min-height: 92px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about .about-card_right {
    padding: 26px;
  }
  .about .about_content_open svg {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1370px) and (min-width: 551px) {
  .about .about_title {
    margin-left: 120px;
  }
  .about .about-text {
    margin-top: 13px;
    margin-bottom: 20px;
  }
  .about .about-right {
    min-width: 48%;
  }
  .about .about-card_btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .about .about-card_btn svg {
    width: 45px;
    height: 45px;
  }
  .about .about-card_left {
    margin-right: 12px;
    border-radius: 17px;
    background: #F8F8FA;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about .about-card_right {
    padding: 20px;
    border-radius: 17px;
  }
  .about .about-card_item {
    margin-bottom: 12px;
    min-height: 80px;
  }
  .about .about_content_open {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .about .about-right-img {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .about .about-content {
    display: block;
  }
  .about .about-left {
    min-height: auto;
  }
  .about .about_title {
    margin-left: 0;
    margin-top: 32px;
    max-width: 100%;
    width: 100%;
  }
  .about .about_title br {
    display: inline;
    content: " ";
    clear: none;
    padding-left: 5px;
  }
  .about .about-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .about .about-card_left {
    display: none;
  }
  .about .about_content_title {
    font-size: 20px;
    padding-top: 10px;
  }
  .about .about_content_open {
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
  }
  .about .about-card_right {
    padding: 24px;
  }
  .about .about_content_text {
    padding-top: 18px;
    display: none;
  }
  .about .about-left {
    min-width: 100%;
    padding-right: 0;
  }
  .about .about-card_item {
    min-height: 90px;
    margin-bottom: 12px;
  }
  .about .about-right {
    min-width: 100%;
    border-radius: 20px;
    padding: 28px;
    margin-top: 30px;
  }
  .about .about-right-img {
    height: auto;
    width: 400px;
  }
}
@media screen and (max-width: 550px) {
  .about .about-content {
    display: block;
  }
  .about .about-left {
    min-height: auto;
  }
  .about .about_title {
    margin-left: 0;
    margin-top: 32px;
  }
  .about .about-text {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .about .about-card_left {
    display: none;
  }
  .about .about_content_title {
    font-size: 16px !important;
  }
  .about .about_content_open {
    top: 23px;
    right: 28px;
    width: 36px;
    height: 36px;
  }
  .about .about_content_text {
    padding-top: 18px;
    display: none;
  }
  .about .about-left {
    min-width: 100%;
    padding-right: 0;
  }
  .about .about-card_item {
    min-height: unset;
    margin-bottom: 12px;
  }
  .about .about-right {
    min-width: 100%;
    border-radius: 20px;
    padding: 28px;
    margin-top: 30px;
  }
  .about .about-right-img {
    height: auto;
    width: 250px;
  }
}
@media screen and (max-width: 420px) {
  .about .about-card_right {
    padding: 20px 26px;
    border-radius: 16px;
  }
  .about .about_content_open {
    top: 20px;
    right: 28px;
    width: 30px;
    height: 30px;
  }
  .about .about_content_open svg {
    width: 30px;
    height: 30px;
  }
}

.work_atv.work_atv_image {
  min-height: 100vh;
  height: 100vh;
  background-color: #F5F5F7;
  background-image: url(/themes/demo/assets/images/banner/atv_work.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 48% auto;
  position: relative;
}
.work_atv.work_snowmobile_image {
  min-height: 100vh;
  height: 100vh;
  background-color: #F5F5F7;
  background-image: url(/themes/demo/assets/images/banner/snowmobile_work.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 43% auto;
  position: relative;
}
.work_atv.work_jet_ski_image {
  min-height: 100vh;
  height: 100vh;
  background-color: #F5F5F7;
  background-image: url(/themes/demo/assets/images/banner/jet_ski_work.png);
  background-repeat: no-repeat;
  background-position: 48% 100%;
  background-size: 43% auto;
  position: relative;
}
.work_atv.work_jet_ski_image .work_atv-card.card1 {
  right: 30%;
  top: 16%;
}
.work_atv.work_jet_ski_image .work_atv-card.card2 {
  left: 20%;
  top: 20%;
}
.work_atv.work_jet_ski_image .work_atv-card.card4 {
  left: 6%;
  bottom: 22%;
}
.work_atv.work_jet_ski_image .work_atv-card.card3 {
  right: 6%;
  bottom: 35%;
}
.work_atv.work_motorcycle_image {
  min-height: 100vh;
  height: 100vh;
  background-color: #F5F5F7;
  background-image: url(/themes/demo/assets/images/banner/motorcycle_work.png);
  background-repeat: no-repeat;
  background-position: 45% 95%;
  background-size: 36% auto;
  position: relative;
}
.work_atv.work_motorcycle_image .work_atv-card.card2 {
  left: 15%;
  top: 27%;
}
.work_atv.work_motorcycle_image .work_atv-card.card4 {
  left: 6%;
  bottom: 20%;
}
.work_atv.work_motorcycle_image .work_atv-card.card3 {
  right: 10%;
  bottom: 30%;
}
.work_atv.work_motorcycle_image .work_atv-card.card1 {
  right: 27%;
  top: 12%;
}
.work_atv.work_scooter_image {
  min-height: 100vh;
  height: 100vh;
  background-color: #F5F5F7;
  background-image: url(/themes/demo/assets/images/banner/main_scooter_work.png);
  background-repeat: no-repeat;
  background-position: 45% 95%;
  background-size: 36% auto;
  position: relative;
}
.work_atv.work_scooter_image .work_atv-card.card1 {
  right: 23%;
  top: 15%;
}
.work_atv.work_scooter_image .work_atv-card.card2 {
  left: 20%;
  top: 22%;
}
.work_atv.work_scooter_image .work_atv-card.card4 {
  left: 3%;
  bottom: 22%;
}
.work_atv.work_car_image {
  min-height: 100vh;
  height: 100vh;
  background-color: #F5F5F7;
  background-image: url(/themes/demo/assets/images/banner/car_work.png);
  background-repeat: no-repeat;
  background-position: 50% 93%;
  background-size: 55% auto;
  position: relative;
}
.work_atv.work_car_image .work_atv-card.card4 {
  left: 3%;
  bottom: 20%;
}
.work_atv.work_car_image .work_atv-card.card2 {
  left: 20%;
  top: 25%;
}
.work_atv.work_car_image .work_atv-card.card1 {
  right: 27%;
  top: 16%;
}
.work_atv.work_car_image .work_atv-card.card3 {
  right: 5%;
  bottom: 35%;
}
.work_atv.work_escooter_image {
  min-height: 100vh;
  height: 100vh;
  background-color: #F5F5F7;
  background-image: url(/themes/demo/assets/images/banner/scooter_work.png);
  background-repeat: no-repeat;
  background-position: 43% 100%;
  background-size: 36% auto;
  position: relative;
}
.work_atv.work_escooter_image .work_atv-card.card1 {
  right: 27%;
  top: 41%;
}
.work_atv.work_escooter_image .work_atv-card.card3 {
  right: 10%;
  bottom: unset;
  top: 17%;
}
.work_atv.work_escooter_image .work_atv-card.card2 {
  left: 20%;
  top: 25%;
}
.work_atv .work_atv-content {
  position: relative;
}
.work_atv .work_atv_title {
  margin-left: 142px;
}
.work_atv .work_atv_list {
  display: flex;
  position: absolute;
  top: 0;
  right: -8px;
}
.work_atv .work_atv_mobile_btn {
  margin-right: 8px;
  background: #FCFCFC;
}
.work_atv .work_atv-card {
  position: absolute;
  width: 16.5%;
  height: auto;
  min-height: 197px;
  padding: 20px;
  border-radius: 24px;
  background: #FFF;
}
.work_atv .work_atv-card.card1 {
  right: 27%;
  top: 10%;
}
.work_atv .work_atv-card.card2 {
  left: 20%;
  top: 18%;
}
.work_atv .work_atv-card.card3 {
  right: 2%;
  bottom: 35%;
}
.work_atv .work_atv-card.card4 {
  left: 3%;
  bottom: 30%;
}
.work_atv .work_atv-card-content.active {
  display: block;
}
.work_atv .work_atv-card-content.active2 {
  opacity: 1;
}
.work_atv .work_atv-card-content {
  display: none;
  opacity: 0;
}
.work_atv .work_atv-card-img {
  border-radius: 50%;
  background: #F5F5F7;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work_atv .work_atv-card-img svg {
  width: 40px;
  height: 40px;
}
.work_atv .work_atv-card-text {
  font-weight: 500 !important;
}
@media screen and (max-width: 1650px) {
  .work_atv .work_atv_title {
    margin-left: 124px;
  }
  .work_atv .work_atv-card {
    position: absolute;
    width: 18%;
    height: auto;
    min-height: 150px;
    padding: 20px;
    border-radius: 20px;
    background: #FFF;
  }
  .work_atv .work_atv-card-img {
    width: 56px;
    height: 56px;
  }
  .work_atv .work_atv-card-img svg {
    width: 35px;
    height: 35px;
  }
  .work_atv .s-h3 {
    margin-bottom: 4px;
  }
  .work_atv.work_jet_ski_image {
    background-position: 50% 105%;
    background-size: 50% auto;
  }
  .work_atv.work_jet_ski_image .work_atv-card.card3 {
    right: 3%;
    bottom: 25%;
  }
  .work_atv.work_jet_ski_image .work_atv-card.card4 {
    left: 3%;
    bottom: 20%;
  }
  .work_atv.work_jet_ski_image .work_atv-card.card2 {
    left: 16%;
    top: 20%;
  }
  .work_atv.work_jet_ski_image .work_atv-card.card1 {
    right: 24%;
    top: 18%;
  }
  .work_atv.work_car_image {
    background-position: 50% 96%;
    background-size: 70% auto;
  }
  .work_atv.work_car_image .work_atv-card.card3 {
    right: 3%;
    bottom: 40%;
  }
  .work_atv.work_car_image .work_atv-card.card1 {
    right: 30%;
    top: 18%;
  }
  .work_atv.work_car_image .work_atv-card.card4 {
    left: 3%;
    bottom: 15%;
  }
  .work_atv.work_car_image .work_atv-card.card2 {
    left: 18%;
    top: 22%;
  }
  .work_atv.work_motorcycle_image {
    background-position: 43% 95%;
    background-size: 45% auto;
  }
  .work_atv.work_motorcycle_image .work_atv-card.card1 {
    right: 15%;
    top: 19%;
  }
  .work_atv.work_motorcycle_image .work_atv-card.card3 {
    right: 5%;
    bottom: 20%;
  }
  .work_atv.work_motorcycle_image .work_atv-card.card2 {
    left: 10%;
    top: 20%;
  }
  .work_atv.work_motorcycle_image .work_atv-card.card4 {
    left: 3%;
    bottom: 20%;
  }
  .work_atv.work_snowmobile_image {
    background-position: 50% 100%;
    background-size: 50% auto;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card1 {
    right: 17%;
    top: 18%;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card3 {
    right: 2%;
    bottom: 25%;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card2 {
    left: 20%;
    top: 25%;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card4 {
    left: 3%;
    bottom: 15%;
  }
  .work_atv.work_scooter_image {
    background-position: 45% 95%;
    background-size: 43% auto;
  }
  .work_atv.work_scooter_image .work_atv-card.card2 {
    left: 15%;
    top: 22%;
  }
  .work_atv.work_scooter_image .work_atv-card.card3 {
    right: 3%;
    bottom: 25%;
  }
  .work_atv.work_scooter_image .work_atv-card.card1 {
    right: 17%;
    top: 18%;
  }
  .work_atv.work_atv_image {
    background-size: 50% auto;
  }
  .work_atv.work_atv_image .work_atv-card.card1 {
    right: 27%;
    top: 15%;
  }
  .work_atv.work_atv_image .work_atv-card.card2 {
    left: 22%;
    top: 25%;
  }
  .work_atv.work_atv_image .work_atv-card.card4 {
    left: 3%;
    bottom: 20%;
  }
  .work_atv.work_atv_image .work_atv-card.card3 {
    right: 3%;
    bottom: 35%;
  }
  .work_atv.work_escooter_image {
    background-position: 50% 100%;
    background-size: 40% auto;
  }
  .work_atv.work_escooter_image .work_atv-card.card3 {
    right: 50px;
    bottom: unset;
    top: 17%;
  }
  .work_atv.work_escooter_image .work_atv-card.card1 {
    right: 18%;
    top: 45%;
  }
  .work_atv.work_escooter_image .work_atv-card.card2 {
    left: 22%;
    top: 32%;
  }
  .work_atv.work_escooter_image .work_atv-card.card4 {
    left: 3%;
    bottom: 16%;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1050px) {
  .work_atv .work_atv_title {
    margin-left: 120px;
  }
  .work_atv .work_atv-card {
    position: absolute;
    width: 21%;
    height: auto;
    min-height: 150px;
    padding: 16px;
    border-radius: 20px;
    background: #FFF;
  }
  .work_atv .work_atv-card-img {
    width: 54px;
    height: 54px;
  }
  .work_atv .work_atv-card-img svg {
    width: 32px;
    height: 32px;
  }
  .work_atv .s-h3 {
    font-size: 18px;
  }
  .work_atv.work_car_image {
    background-position: 10% 100%;
    background-size: 82% auto;
  }
  .work_atv.work_car_image .work_atv-card.card1 {
    top: 17%;
    right: 18%;
  }
  .work_atv.work_car_image .work_atv-card.card2 {
    left: 20%;
    top: 20%;
  }
  .work_atv.work_car_image .work_atv-card.card3 {
    right: 1%;
    bottom: 28%;
  }
  .work_atv.work_car_image .work_atv-card.card4 {
    left: 3%;
    bottom: 20%;
  }
  .work_atv.work_jet_ski_image {
    background-position: 55% 85%;
    background-size: 52% auto;
  }
  .work_atv.work_jet_ski_image .work_atv-card.card1 {
    right: 17%;
    top: 17%;
  }
  .work_atv.work_jet_ski_image .work_atv-card.card3 {
    right: 2%;
    bottom: 28%;
  }
  .work_atv.work_motorcycle_image {
    background-position: 52% 98%;
    background-size: 54% auto;
  }
  .work_atv.work_motorcycle_image .work_atv-card.card1 {
    right: 15%;
    top: 17%;
  }
  .work_atv.work_motorcycle_image .work_atv-card.card3 {
    right: 2%;
    bottom: 28%;
  }
  .work_atv.work_scooter_image {
    background-position: 53% 90%;
    background-size: 49% auto;
  }
  .work_atv.work_scooter_image .work_atv-card.card1 {
    right: 15%;
    top: 17%;
  }
  .work_atv.work_snowmobile_image {
    background-position: 55% 89%;
    background-size: 53% auto;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card1 {
    right: 23%;
    top: 17%;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card2 {
    left: 20%;
    top: 20%;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card4 {
    left: 3%;
    bottom: 23%;
  }
  .work_atv.work_snowmobile_image .work_atv-card.card3 {
    right: 2%;
    bottom: 29%;
  }
  .work_atv.work_escooter_image {
    background-size: 40% auto;
  }
  .work_atv.work_escooter_image .work_atv-card.card3 {
    right: 16%;
    bottom: unset;
    top: 16%;
  }
  .work_atv.work_escooter_image .work_atv-card.card2 {
    left: 20%;
    top: 20%;
  }
  .work_atv.work_escooter_image .work_atv-card.card4 {
    left: 3%;
    bottom: 24%;
  }
  .work_atv.work_escooter_image .work_atv-card.card1 {
    right: 3%;
    top: unset;
    bottom: 26%;
  }
  .work_atv.work_atv_image {
    background-size: 55% auto;
  }
  .work_atv.work_atv_image .work_atv-card.card1 {
    right: 23%;
    top: 16%;
  }
  .work_atv.work_atv_image .work_atv-card.card2 {
    left: 20%;
    top: 20%;
  }
  .work_atv.work_atv_image .work_atv-card.card4 {
    left: 3%;
    bottom: 23%;
  }
  .work_atv.work_atv_image .work_atv-card.card3 {
    right: 2%;
    bottom: 30%;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .work_atv {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 820px;
  }
  .work_atv .work_atv_title {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 32px;
  }
  .work_atv .main-wrapper {
    padding-bottom: 16px;
    width: 100%;
  }
  .work_atv .work_atv_list {
    display: flex;
    position: unset;
    margin-top: 20px;
  }
  .work_atv .work_atv-card {
    position: unset !important;
    width: calc(50vw - 86px);
    margin-bottom: 12px;
    padding: 28px;
    min-height: unset;
    height: auto;
  }
  .work_atv .work_atv-card.card1, .work_atv .work_atv-card.card3 {
    margin-left: 40px;
    margin-right: 6px;
  }
  .work_atv .work_atv-card.card2, .work_atv .work_atv-card.card4 {
    margin-left: 6px;
    margin-right: 40px;
  }
  .work_atv .work_atv-card-title {
    font-size: 16px;
  }
  .work_atv .work_atv-card-img {
    width: 52px;
    height: 52px;
  }
  .work_atv .work_atv-card-img svg {
    width: 28px;
    height: 28px;
  }
  .work_atv.work_atv_image {
    background-image: url(/themes/demo/assets/images/banner/atw_work_768.webp);
    height: auto;
    background-size: 768px 809px;
    background-position: 50% 100%;
  }
  .work_atv.work_escooter_image {
    background-image: url(/themes/demo/assets/images/banner/e-scooter_work_768.webp);
    height: auto;
    background-size: 768px 879px;
    background-position: 50% 100%;
  }
  .work_atv.work_scooter_image {
    background-image: url(/themes/demo/assets/images/banner/scooter_work_768.webp);
    height: auto;
    background-size: 768px 879px;
    background-position: 50% 100%;
  }
  .work_atv.work_motorcycle_image {
    background-image: url(/themes/demo/assets/images/banner/motorcycle_work_768.webp);
    height: auto;
    background-size: 768px 879px;
    background-position: 50% 100%;
  }
  .work_atv.work_snowmobile_image {
    background-image: url(/themes/demo/assets/images/banner/snowmobile_work_768.webp);
    height: auto;
    background-size: 768px 809px;
    background-position: 50% 100%;
  }
  .work_atv.work_car_image {
    background-image: url(/themes/demo/assets/images/banner/car_work_768.webp);
    height: auto;
    background-size: 768px 737px;
    background-position: 50% 100%;
  }
  .work_atv.work_jet_ski_image {
    background-image: url(/themes/demo/assets/images/banner/jet_ski_work_768.webp);
    height: auto;
    background-size: 768px 737px;
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 550px) {
  .work_atv {
    height: auto;
    display: flex;
    justify-content: start;
    width: 100vw;
    flex-wrap: wrap;
    padding-bottom: 400px;
  }
  .work_atv .work_atv_title {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 32px;
  }
  .work_atv .main-wrapper {
    padding-bottom: 16px;
  }
  .work_atv .work_atv_list {
    display: flex;
    position: unset;
    margin-top: 20px;
  }
  .work_atv .work_atv-card {
    position: unset !important;
    width: calc(50vw - 24px);
    margin-bottom: 8px;
    padding: 16px;
    min-height: unset;
    height: auto;
  }
  .work_atv .work_atv-card.card1, .work_atv .work_atv-card.card3 {
    margin-left: 20px;
    margin-right: 4px;
  }
  .work_atv .work_atv-card.card2, .work_atv .work_atv-card.card4 {
    margin-left: 4px;
    margin-right: 20px;
  }
  .work_atv .work_atv-card-title {
    font-size: 16px;
  }
  .work_atv .work_atv-card-img {
    width: 52px;
    height: 52px;
  }
  .work_atv .work_atv-card-img svg {
    width: 28px;
    height: 28px;
  }
  .work_atv.work_atv_image {
    background-image: url(/themes/demo/assets/images/banner/atv_work_mobile.webp);
    height: auto;
    background-size: contain;
  }
  .work_atv.work_escooter_image {
    background-image: url(/themes/demo/assets/images/banner/e_scooter_work_mobile.webp);
    height: auto;
    background-size: contain;
    background-position: 50% 100%;
  }
  .work_atv.work_snowmobile_image {
    background-image: url(/themes/demo/assets/images/banner/snowmobile_work_mobile.webp);
    height: auto;
    background-size: contain;
    background-position: 50% 100%;
  }
  .work_atv.work_scooter_image {
    background-image: url(/themes/demo/assets/images/banner/scooter_work_mobile.webp);
    height: auto;
    background-size: contain;
    background-position: 50% 100%;
  }
  .work_atv.work_motorcycle_image {
    background-image: url(/themes/demo/assets/images/banner/motocycle_work_mobile.webp);
    height: auto;
    background-size: contain;
    background-position: 50% 100%;
  }
  .work_atv.work_snowmobile_image {
    background-image: url(/themes/demo/assets/images/banner/snowmobile_work_mobile.webp);
    height: auto;
    background-size: contain;
    background-position: 50% 100%;
  }
  .work_atv.work_car_image {
    background-image: url(/themes/demo/assets/images/banner/car_work_mobile.webp);
    height: auto;
    background-size: contain;
    background-position: 50% 100%;
  }
  .work_atv.work_jet_ski_image {
    background-image: url(/themes/demo/assets/images/banner/jet_ski_work_mobile.webp);
    height: auto;
    background-size: contain;
    background-position: 50% 100%;
  }
}
@media screen and (max-width: 380px) {
  .work_atv {
    padding-bottom: 380px;
  }
}

@-webkit-keyframes slide-new {
  0% {
    background-position: center, 100% 0%;
  }
  100% {
    background-position: center, 100% 200%;
  }
}
@-webkit-keyframes slide {
  0% {
    background-position: center, 100% 0%;
  }
  100% {
    background-position: center, 100% 3000%;
  }
}
@media screen and (max-width: 1650px) {
  @-webkit-keyframes slide {
    0% {
      background-position: center, 100% 0%;
    }
    100% {
      background-position: center, 100% 5000%;
    }
  }
}
@media screen and (max-width: 1370px) {
  @-webkit-keyframes slide {
    0% {
      background-position: center, 100% 0%;
    }
    100% {
      background-position: center, 100% -2000%;
    }
  }
}
.learn {
  min-height: 50vh;
  background-color: #F5F5F7;
  position: relative;
  overflow: hidden;
}
.learn .learn-animation-new {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  background-image: linear-gradient(90deg, #F5F5F7, #F5F5F7 15%, transparent), url(/themes/demo/assets/images/aniamation/animation_learn6.svg);
  background-repeat: no-repeat, repeat-y;
  background-size: 100%, 100%;
  background-position: center, 100% 0%;
  -webkit-animation-name: slide-new;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: none;
}
.learn .learn-animation {
  position: absolute;
  right: 0;
  top: -100px;
  bottom: -20px;
  min-height: 74vh;
  width: 60%;
  background-image: linear-gradient(90deg, #F5F5F7, #F5F5F7 15%, transparent), url(/themes/demo/assets/images/icons/animaer_2.png);
  background-repeat: repeat-y, repeat-y;
  background-size: 100%, 100%;
  background-position: center, 100% 0%;
  transform: rotate(-15deg);
  /*     -webkit-animation-name: slide;
       -webkit-animation-duration: 15s;
       -webkit-animation-iteration-count: infinite;
       -webkit-animation-timing-function: linear;
       -webkit-animation-fill-mode: none;*/
}
.learn .learn-content {
  display: flex;
  justify-content: start;
  min-height: calc(50vh - 160px);
  align-items: center;
}
.learn .learn-left {
  margin-right: 52px;
  width: 280px;
}
.learn .learn-right {
  margin-left: 52px;
  width: 335px;
}
.learn .learn-center {
  height: 244px;
}
.learn .learn-center-title {
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.learn .learn-logo-box {
  height: 54px;
  display: flex;
  margin-top: 40px;
}
.learn .learn-logo-box .btn-primary-green {
  display: flex;
}
.learn .learn-googleplay {
  display: block;
  background-image: url("/themes/demo/assets/images/logo/Google_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 162px;
  height: 54px;
}
.learn .learn-appstore {
  display: block;
  background-image: url("/themes/demo/assets/images/logo/apple_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 155px;
  height: 54px;
  margin-left: 14px;
}
@media screen and (max-width: 1650px) {
  .learn .learn-animation {
    /*
                -webkit-animation-name: slide;
                -webkit-animation-duration: 10s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                -webkit-animation-fill-mode: none;*/
  }
  .learn .learn-center-title {
    font-size: 16px;
    line-height: 20px;
  }
  .learn .learn-center {
    height: 220px;
  }
  .learn .learn-left {
    margin-right: 52px;
    width: 260px;
  }
  .learn .learn-googleplay {
    width: 144px;
    height: 47px;
  }
  .learn .learn-appstore {
    width: 138px;
    height: 48px;
    margin-left: 14px;
  }
  .learn .learn-logo-box {
    height: 54px;
    display: flex;
    margin-top: 32px;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1051px) {
  .learn {
    min-height: 60vh;
  }
  .learn .learn-animation {
    min-height: 90vh;
    /*
                -webkit-animation-name: slide;
                -webkit-animation-duration: 50s;
                -webkit-animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                -webkit-animation-fill-mode: none;*/
  }
  .learn .main-wrapper {
    padding: 100px 40px;
  }
  .learn .learn-left {
    margin-right: 6px;
  }
  .learn .learn-right {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .learn {
    min-height: 600px;
    height: 100vh;
  }
  .learn .learn-animation {
    background-image: linear-gradient(70deg, #F5F5F7, #F5F5F7 30%, #F5F5F7 20%, transparent), url(/themes/demo/assets/images/icons/animaer_2.png);
    opacity: 0.4;
    background-repeat: repeat-y;
    -webkit-animation: none;
    height: 100vh;
    min-height: 700px;
    width: 160%;
    top: unset;
    bottom: -40px;
    right: -120px;
  }
  .learn .learn-center-title {
    font-weight: 600;
  }
  .learn .learn-content {
    display: block;
    min-height: calc(100vh - 108px);
  }
  .learn .learn-left {
    margin-right: 0;
    width: 100%;
  }
  .learn .learn-center {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .learn .learn-right {
    margin-left: 0;
    width: 100%;
  }
  .learn .learn-logo-box {
    height: auto;
    margin-top: 32px;
  }
}
@media screen and (max-width: 550px) {
  .learn {
    min-height: 550px;
    height: 550px;
  }
  .learn .learn-animation {
    background-image: linear-gradient(70deg, #F5F5F7, #F5F5F7 30%, #F5F5F7 20%, transparent), url(/themes/demo/assets/images/icons/animaer_2.png);
    opacity: 0.4;
    -webkit-animation: none;
    min-height: 350px;
    width: 160%;
    top: unset;
    bottom: -50px;
    right: -65px;
  }
  .learn .learn-center-title {
    font-weight: 600;
  }
  .learn .learn-content {
    display: block;
    min-height: calc(100vh - 108px);
  }
  .learn .learn-left {
    margin-right: 0;
    width: 100%;
  }
  .learn .learn-center {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .learn .learn-right {
    margin-left: 0;
    width: 100%;
  }
  .learn .learn-logo-box {
    height: auto;
    margin-top: 10px;
  }
}

.contents {
  min-height: 100vh;
  background: #F5F5F7;
}
.contents .contents-right-mobile {
  display: none;
}
.contents .contents-content {
  display: flex;
  min-height: calc(100vh - 140px);
}
.contents .contents_title {
  margin-bottom: auto;
}
.contents .contents-left {
  width: 45%;
  padding-left: 142px;
  display: flex;
  flex-direction: column;
}
.contents .contents-card {
  margin-top: 20px;
  padding-right: 40px;
  max-width: 539px;
}
.contents .contents-right {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  min-width: 53%;
}
.contents .contents-right-box {
  padding: 10px;
}
.contents .contents-right-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #FCFCFC;
}
.contents .contents-right-box1 {
  min-width: 100%;
  height: 40%;
}
.contents .contents-right-box1 .contents-right-wrapper {
  width: 100%;
  background-image: url("/themes/demo/assets/images/contents/wires.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 60%;
}
.contents .contents-right-box2 {
  height: 60%;
  width: 33.33%;
  min-width: 33.33%;
}
.contents .contents-right-box2 .contents-right-wrapper {
  background-image: url("/themes/demo/assets/images/contents/device.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 99%;
}
.contents .contents-right-box3 {
  width: 33.33%;
  min-width: 33.33%;
  height: 60%;
}
.contents .contents-right-box3 .contents-right-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents .contents-right-box3 .contents-right-wrapper p {
  color: #1C1E1C;
  text-align: center;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.contents .contents-right-box4 {
  width: 33.33%;
  min-width: 33.33%;
  height: 60%;
}
.contents .contents-right-box4 .contents-right-wrapper {
  background-image: url("/themes/demo/assets/images/contents/instruction.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
}
@media screen and (max-width: 1650px) {
  .contents .contents-left {
    padding-left: 124px;
  }
  .contents .contents-right-box3 .contents-right-wrapper p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1050px) {
  .contents .contents-left {
    padding-left: 120px;
    width: 50%;
  }
  .contents .contents-right {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    min-width: 50%;
  }
  .contents .contents-card {
    margin-top: 20px;
    padding-right: 40px;
    max-width: 400px;
  }
  .contents .contents-right-wrapper {
    border-radius: 17px;
  }
  .contents .contents-right-box {
    padding: 4px;
  }
  .contents .contents-right-box1 {
    min-width: 100%;
    height: 45%;
  }
  .contents .contents-right-box1 .contents-right-wrapper {
    width: 100%;
    background-image: url("/themes/demo/assets/images/contents/wires2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 68%;
  }
  .contents .contents-right-box2 {
    height: 55%;
  }
  .contents .contents-right-box3 {
    height: 55%;
  }
  .contents .contents-right-box3 .contents-right-wrapper p {
    font-size: 16px;
  }
  .contents .contents-right-box4 {
    height: 55%;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .contents .contents-left {
    padding-left: 0;
    width: 100%;
    padding-top: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .contents .contents-content {
    display: block;
  }
  .contents .s-h3 {
    font-size: 20px;
  }
  .contents .contents-card {
    margin-top: 24px;
    padding-right: 0px;
    width: 50%;
  }
  .contents .contents_title {
    width: 100%;
  }
  .contents .contents-card:nth-child(2), .contents .contents-card:nth-child(4), .contents .contents-card:nth-child(6) {
    padding-right: 12px;
  }
  .contents .contents-card:nth-child(3), .contents .contents-card:nth-child(5) {
    padding-left: 12px;
  }
  .contents .contents-right {
    display: none;
  }
  .contents .contents-right-mobile {
    display: block;
    width: 100%;
  }
  .contents .content-slider {
    margin-top: 40px;
    width: calc(100vw - 80px);
    padding-left: 0px;
    padding-right: 0px;
    max-width: 768px;
  }
  .contents .wrapper-content-box {
    border-radius: 20px;
    background: #FCFCFC;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contents .content-slider_item {
    width: calc(100vw - 160px);
    height: 500px;
  }
  .contents .content-slider_box1 {
    background-image: url("/themes/demo/assets/images/contents/device.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    height: 500px;
  }
  .contents .content-slider_box2 {
    height: 500px;
  }
  .contents .content-slider_wire2 {
    background-image: url("/themes/demo/assets/images/contents/wires.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 70%;
    height: 244px;
    margin-bottom: 12px;
  }
  .contents .content-slider_imei {
    height: 244px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contents .content-slider_imei p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .contents .content-slider_box3 {
    background-image: url("/themes/demo/assets/images/contents/instruction.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
    height: 500px;
  }
  .contents .slick-prev.slick-arrow {
    bottom: 5px;
    left: 5px;
  }
  .contents .slick-next.slick-arrow {
    bottom: 5px;
    right: 5px;
  }
}
@media screen and (max-width: 550px) {
  .contents .contents-left {
    padding-left: 0;
    width: 100%;
    padding-top: 32px;
  }
  .contents .contents-content {
    display: block;
  }
  .contents .s-h3 {
    font-size: 16px;
  }
  .contents .contents-card {
    margin-top: 24px;
    padding-right: 0px;
    max-width: 100%;
  }
  .contents .contents-right {
    display: none;
  }
  .contents .contents-right-mobile {
    display: block;
    width: 100%;
  }
  .contents .content-slider {
    margin-top: 40px;
    width: calc(100vw - 40px);
    padding-left: 0px;
    padding-right: 0px;
  }
  .contents .wrapper-content-box {
    border-radius: 20px;
    background: #FCFCFC;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contents .content-slider_item {
    width: calc(100vw - 40px);
    height: 360px;
  }
  .contents .content-slider_box1 {
    background-image: url("/themes/demo/assets/images/contents/device.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    height: 360px;
  }
  .contents .content-slider_box2 {
    height: 360px;
  }
  .contents .content-slider_wire2 {
    background-image: url("/themes/demo/assets/images/contents/wires.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90%;
    height: 174px;
    margin-bottom: 12px;
  }
  .contents .content-slider_imei {
    height: 174px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contents .content-slider_imei p {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
  }
  .contents .content-slider_box3 {
    background-image: url("/themes/demo/assets/images/contents/instruction.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 85%;
    height: 360px;
  }
  .contents .slick-prev.slick-arrow {
    bottom: 5px;
    left: 5px;
  }
  .contents .slick-next.slick-arrow {
    bottom: 5px;
    right: 5px;
  }
}

.specifications {
  min-height: auto;
}
.specifications .specifications-content {
  padding-left: 142px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.specifications .specifications_title {
  max-width: 440px;
  margin-bottom: auto;
}
.specifications .specifications_btn_box {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
}
.specifications .specifications-box {
  display: flex;
  flex-wrap: wrap;
  max-width: 1500px;
}
.specifications .specifications-card {
  min-width: 33.33%;
  width: 33.33%;
  padding-right: 30px;
  margin-top: 2%;
}
.specifications .specifications-card h3 {
  max-width: 358px;
}
.specifications .specifications-card p {
  max-width: 358px;
}
.specifications .specifications-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.specifications .specifications-icon svg {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1650px) {
  .specifications .specifications-content {
    padding-left: 124px;
  }
  .specifications .specifications-card p {
    max-width: 290px;
  }
  .specifications .specifications_title {
    max-width: 700px;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1051px) {
  .specifications .specifications-content {
    padding-left: 120px;
  }
  .specifications .specifications_btn_box {
    top: 20px;
  }
  .specifications .specifications-card {
    margin-top: 3%;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .specifications {
    height: auto;
    min-height: auto;
  }
  .specifications .main-wrapper-title br {
    display: inline;
    content: " ";
    clear: none;
    padding-left: 5px;
  }
  .specifications .specifications-content {
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }
  .specifications .specifications_btn_box {
    position: absolute;
    top: unset;
    right: unset;
    left: 0;
    bottom: 0;
    height: 54px;
  }
  .specifications .specifications-icon {
    display: none;
  }
  .specifications .specifications_title {
    margin-bottom: 26px;
  }
  .specifications .specifications-card {
    min-width: 50%;
    width: 50%;
    padding-right: 20px;
    margin-top: 2%;
  }
  .specifications .specifications-card p {
    max-width: unset;
  }
  .specifications .specifications-card:nth-child(2n) {
    padding-right: 0px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  .specifications {
    height: auto;
    max-height: unset;
    min-height: unset;
  }
  .specifications .specifications-content {
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }
  .specifications .main-wrapper-title br {
    display: inline;
    content: " ";
    clear: none;
    padding-left: 5px;
  }
  .specifications .specifications-icon {
    display: none;
  }
  .specifications .specifications-card {
    min-width: 50%;
    width: 50%;
    padding-right: 10px;
    margin-top: 28px;
  }
  .specifications .specifications-card:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
  }
  .specifications .s-h3 {
    font-size: 16px;
  }
  .specifications .specifications_btn_box {
    position: absolute;
    top: unset;
    bottom: 0;
    right: unset;
    left: 0;
    height: 54px;
  }
}

.modal-shipment {
  min-height: 95vh;
  padding: 0 !important;
}
.modal-shipment .modal-shipment-wrapper {
  padding: 60px;
  min-height: 95vh;
}
.modal-shipment .shipment_devices_modal_content {
  display: flex;
  flex-direction: column;
  height: calc(95vh - 120px);
}
.modal-shipment .shipment-modal-box {
  padding: 0;
}
.modal-shipment .shipment-modal-title {
  width: 100%;
  text-align: left;
  padding-left: 120px;
  max-width: 500px;
}
.modal-shipment .shipment-modal-region {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  padding: 20px;
}
.modal-shipment .region-form-group {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.modal-shipment .region-form-control {
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
  max-width: 550px;
  width: 100%;
  display: flex;
  height: 64px;
  padding: 20px 24px;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #F5F5F7;
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border: none;
  box-shadow: none;
}
.modal-shipment select:focus {
  outline: none;
  box-shadow: none !important;
}
.modal-shipment select option {
  margin: 40px;
  background: #F5F5F7;
  color: #1C1E1C;
}
.modal-shipment select option:checked {
  color: #71E360;
}
.modal-shipment .region-modal {
  display: flex;
  min-width: 840px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.modal-shipment .region-btn {
  width: 346px;
  height: 440px;
  border: none;
  border-radius: 20px;
  flex-direction: column;
  background-color: #F5F5F7;
  padding: 40px;
  padding-top: 80px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  box-shadow: 0 0 0 #71E360;
  transition: 0.3s box-shadow;
}
.modal-shipment .region-btn:focus, .modal-shipment .region-btn:hover {
  background-color: #FCFCFC;
  transition: 0.3s box-shadow;
  border: 1px solid #72F25E;
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.modal-shipment .small-delivery-price {
  color: #939a9b;
  text-decoration: line-through;
  font-size: 20px;
  margin-left: 10px;
  line-height: 1;
}
.modal-shipment .region-hide {
  display: none !important;
}
.modal-shipment .region-image-box {
  display: flex;
  width: 266px;
  height: 70px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.modal-shipment .region-image {
  max-width: 266px;
  max-height: 70px;
}
.modal-shipment .modal-delivery-text {
  margin-bottom: 20px;
  text-align: center;
}
.modal-shipment .delivery-fix-box {
  text-align: center;
  margin-bottom: 40px;
}
.modal-shipment .delivery-span {
  font-size: 16px;
  text-align: center;
}
.modal-shipment .shipment-dhl-price {
  text-align: center;
}
.modal-shipment .modal-delivery_hide_span {
  margin-top: 20px;
}
.modal-shipment .delivery-span-mob {
  display: none;
}
.modal-shipment .shipment_modal_outline-box {
  max-width: 600px;
  text-align: left;
  margin-left: 0;
  margin-right: auto;
  margin-top: auto;
}
.modal-shipment .modal-delivery-price {
  text-align: center;
}
.modal-shipment .modal-delivery_hide_span {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .modal-shipment .region-btn {
    width: 300px;
    height: 400px;
    border: none;
    padding: 40px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .modal-shipment .region-image-box {
    display: flex;
    width: 220px;
    height: 60px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .modal-shipment .region-image {
    max-width: 220px;
    max-height: 60px;
  }
}
@media screen and (max-width: 1370px) {
  .modal-shipment {
    min-height: 90vh;
  }
  .modal-shipment .modal-shipment-wrapper {
    padding: 52px 40px;
    min-height: 90vh;
  }
  .modal-shipment .shipment_devices_modal_content {
    height: calc(90vh - 104px);
  }
  .modal-shipment .modal-shipment-wrapper {
    padding: 60px 40px;
  }
  .modal-shipment .shipment-modal-title {
    width: 100%;
    text-align: left;
    padding-left: 120px;
    max-width: 900px;
  }
  .modal-shipment .region-btn {
    width: 23%;
    min-width: 230px;
    height: 300px;
    border: none;
    padding: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .modal-shipment .region-image-box {
    display: flex;
    width: 180px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .modal-shipment .region-image {
    max-width: 180px;
    max-height: 50px;
  }
  .modal-shipment .region-form-control {
    margin-top: 8px;
    height: 50px;
    padding: 16px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .modal-shipment {
    min-height: 95vh;
  }
  .modal-shipment .modal-shipment-wrapper {
    padding: 40px 40px;
    max-width: 768px;
    min-height: 95vh;
  }
  .modal-shipment .shipment-modal-title {
    padding-left: 0;
  }
  .modal-shipment .shipment_devices_modal_content {
    display: flex;
    flex-direction: column;
    height: calc(95vh - 80px);
    padding-top: 38px;
  }
  .modal-shipment .region-modal {
    flex-wrap: wrap;
    min-width: 100%;
  }
  .modal-shipment .region-btn {
    width: 45%;
    height: 300px;
    border: none;
    padding: 30px;
    margin-left: 10px;
    margin-right: 0px;
    min-width: unset;
  }
  .modal-shipment .region-form-control {
    margin-top: 8px;
    height: 58px;
    padding: 18px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .modal-shipment .modal-shipment-wrapper {
    max-width: unset;
    width: 100%;
    padding: 40px 20px;
  }
  .modal-shipment .choose_devices_modal_close {
    position: absolute;
    left: 20px;
    top: 60px;
  }
  .modal-shipment .region-form-control {
    margin-top: 4px;
    height: 59px;
    padding: 18px 24px;
    font-size: 16px;
    border-radius: 14px;
  }
  .modal-shipment .shipment-modal-region {
    padding: 20px 0;
  }
  .modal-shipment .region-modal {
    justify-content: space-between;
  }
  .modal-shipment .region-btn {
    width: 48%;
    height: 250px;
    border: none;
    padding: 20px 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
  }
  .modal-shipment .region-image-box {
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .modal-shipment .region-image {
    max-width: 120px;
    max-height: 40px;
  }
  .modal-shipment .delivery-fix-box {
    text-align: center;
    margin-bottom: 20px;
  }
  .modal-shipment .modal-delivery-text {
    margin-bottom: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 380px) {
  .modal-shipment .shipment_devices_modal_content {
    padding-top: 32px;
  }
  .modal-shipment .region-form-control {
    margin-top: 0;
    height: 50px;
    padding: 16px 20px;
    font-size: 16px;
    border-radius: 14px;
  }
  .modal-shipment .region-btn {
    width: 48%;
    height: 200px;
    border: none;
    padding: 20px 16px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
  }
  .modal-shipment .delivery-span {
    font-size: 14px;
  }
  .modal-shipment .region-image-box {
    width: 110px;
    height: 35px;
    margin-bottom: 20px;
  }
  .modal-shipment .region-image {
    max-width: 110px;
    max-height: 35px;
  }
  .modal-shipment .delivery-fix-box {
    margin-bottom: 10px;
  }
  .modal-shipment .delivery-fix-box {
    margin-bottom: 10px;
  }
}

.footer {
  background: #F5F5F7;
  margin-top: -3px;
}
.footer .footer-content {
  padding-left: 142px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-box-left {
  display: flex;
  padding-top: 4px;
  justify-content: start;
  flex-grow: 2;
}
.footer .footer-box-right {
  width: 316px;
  margin-right: 0;
  padding-top: 10px;
}
.footer .footer-card {
  margin-right: auto;
}
.footer .footer-list {
  padding-top: 1px;
}
.footer .footer-item {
  margin-top: 18px;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
}
.footer .footer-item .s-p1 {
  font-weight: 500;
}
.footer .footer-card.card4 {
  margin-right: 55px;
}
.footer .footer-logo {
  background-image: url("/themes/demo/assets/images/logo/footer_sizzapp_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 315px;
  height: 45px;
}
.footer .footer-logo-box {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.footer .footer-googleplay {
  background-image: url("/themes/demo/assets/images/logo/Google_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 162px;
  height: 54px;
}
.footer .footer-appstore {
  background-image: url("/themes/demo/assets/images/logo/apple_logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 155px;
  height: 54px;
  margin-left: 14px;
}
.footer .footer-social.coffee {
  background-image: url("/themes/demo/assets/images/logo/coffee.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 30px;
  height: 40px;
  display: inline-block;
  margin-right: 10px;
  margin-top: -13.5px;
  margin-bottom: -2px;
}
.footer .footer-social.instagram {
  background-image: url("/themes/demo/assets/images/logo/instagram.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}
.footer .footer-social.facebook {
  background-image: url("/themes/demo/assets/images/logo/facebook.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}
.footer .footer-social.youtube {
  background-image: url("/themes/demo/assets/images/logo/youtube.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
}
.footer .copyright-container {
  width: 100%;
  margin-top: 60px;
}
.footer .copyright-container .copyright {
  font-size: 14px;
}
.footer .footer-item a {
  text-decoration: none;
}
.footer .footer-item img {
  height: 25px;
  width: auto;
}
@media screen and (max-width: 1780px) {
  .footer .footer-content {
    padding-left: 142px;
  }
}
@media screen and (max-width: 1650px) {
  .footer {
    margin-top: -20px;
    padding-top: 28px;
  }
  .footer .footer-content {
    padding-left: 124px;
  }
  .footer .footer-card.card4 {
    margin-right: 0px;
  }
  .footer .footer-box-right {
    width: 260px;
  }
  .footer .footer-logo {
    width: 255.116px;
    height: 36.479px;
  }
  .footer .footer-googleplay {
    width: 131px;
    height: 43px;
  }
  .footer .footer-appstore {
    width: 126px;
    height: 43px;
  }
  .footer .footer-item img {
    height: 18px;
    width: auto;
  }
}
@media screen and (max-width: 1370px) {
  .footer .footer {
    margin-top: -3px;
    padding-top: 0px;
  }
  .footer .footer-content {
    padding-left: 120px;
  }
  .footer .footer .footer-item {
    margin-top: 13px;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
  .footer .footer-box-right {
    width: 210px;
  }
  .footer .footer-logo {
    width: 209.778px;
    height: 30.222px;
  }
  .footer .footer-googleplay {
    width: 105px;
    height: 36px;
  }
  .footer .footer-appstore {
    width: 100px;
    height: 36px;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .footer .footer-content {
    padding-left: 0;
    padding-top: 37px;
  }
  .footer .footer-card.card1 {
    width: 100%;
  }
  .footer .footer-card.card2 {
    margin-top: 20px;
  }
  .footer .footer-card.card3 {
    margin-top: 20px;
  }
  .footer .footer-box-left {
    flex-wrap: wrap;
  }
  .footer .s-h3 {
    margin-bottom: 0;
  }
  .footer .footer-item {
    margin-top: 16px;
  }
  .footer .footer-item a {
    margin-top: 0;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
  }
  .footer .footer-box-right {
    margin-top: 80px;
    width: 100%;
  }
  .footer .footer-logo {
    width: 315px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .footer-googleplay {
    width: 162px;
    height: 53px;
  }
  .footer .footer-appstore {
    width: 155px;
    height: 54px;
  }
}
@media screen and (max-width: 550px) {
  .footer {
    padding-top: 15px;
  }
  .footer .main-wrapper .main-wrapper-title {
    display: block;
  }
  .footer .footer-content {
    padding-left: 0;
    padding-top: 37px;
  }
  .footer .footer-box-left {
    display: flex;
    padding-top: 4px;
    justify-content: start;
    flex-grow: 2;
    flex-wrap: wrap;
  }
  .footer .footer-card {
    width: calc(50vw - 34px);
  }
  .footer .footer-card .s-h3 {
    text-transform: lowercase;
    font-size: 22px;
    margin-bottom: 0;
  }
  .footer .footer-card.card1 {
    width: calc(100vw - 34px);
  }
  .footer .footer-card.card2 {
    margin-top: 20px;
  }
  .footer .footer-card.card3 {
    margin-top: 20px;
  }
  .footer .footer-card.card4 {
    order: 4;
    margin-top: 55px;
  }
  .footer .footer-box-right {
    width: 100%;
    margin-top: 70px;
  }
  .footer .footer-logo {
    width: 240px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .footer-logo-box {
    margin-top: 30px;
  }
  .footer .footer-googleplay {
    width: 152px;
    height: 48px;
  }
  .footer .footer-appstore {
    width: 146px;
    height: 48px;
  }
  .footer .copyright-container {
    text-align: center;
  }
  .footer .footer-item {
    margin-top: 14px;
  }
  .footer .s-p1 {
    font-size: 16px;
  }
  .footer .footer-item {
    margin-top: 16px;
    font-size: 16px;
  }
}

.liaa {
  padding-top: 80px;
}
.liaa .ligums {
  color: #1C1E1C;
  font-family: Gilroy, sans-serif;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 110%;
}
.liaa .liaa-web-img-lv {
  width: 400px;
  height: 220px;
  display: block;
  background-image: url("/themes/demo/assets/images/liaa/LIDZFINANSE_ES_NAP_lv.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.liaa .liaa-web-img {
  width: 400px;
  height: 220px;
  display: block;
  background-image: url("/themes/demo/assets/images/liaa/LIDZFINANSE_ES_AND_NAP.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.liaa .liaa-box {
  padding-top: 30px;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 550px) {
  .liaa .liaa-box {
    max-width: 350px;
    width: 100%;
  }
  .liaa .liaa-web-img-lv {
    width: 100%;
    max-width: 350px;
    height: 160px;
    display: block;
    background-image: url("/themes/demo/assets/images/liaa/LIDZFINANSE_ES_NAP_lv_mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .liaa .liaa-web-img {
    width: 100%;
    max-width: 350px;
    height: 160px;
    display: block;
    background-image: url("/themes/demo/assets/images/liaa/LIDZFINANSE_ES_AND_NAP_mob.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
}

.client_say {
  min-height: 50vh;
  display: flex;
  background-color: #F5F5F7;
}
.client_say .client_say_left {
  flex-grow: 1;
}
.client_say .client_say_content {
  padding-left: 142px;
  position: relative;
  height: calc(50vh - 160px);
}
.client_say .client_say_title {
  max-width: 416px;
}
.client_say .client_say_right {
  width: 870px;
  min-width: 870px;
}
.client_say .client_say_btn_box {
  position: absolute;
  left: 0;
  bottom: 0;
}
.client_say .clients_say-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding-right: 32px;
  display: flex;
  overflow: hidden;
}
.client_say .slider {
  width: 400px;
  height: 52vh;
  margin-right: 20px;
  overflow: hidden;
  min-width: 400px;
  display: flex;
  white-space: nowrap;
}
.client_say__row {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  height: 50vh;
  overflow: hidden;
  transition: 0.5s;
}
.client_say .row__item {
  display: flex;
  width: 400px;
  height: auto;
  padding: 28px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  border-radius: 30px;
  background: #FFF;
  margin-bottom: 20px;
}
.client_say .row__item_flex {
  display: flex;
  margin-bottom: 12px;
}
.client_say .row__item_title, .client_say .row__item_counter {
  color: #1C1E1C;
  /* Desktop/H4 */
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.client_say .row__item_counter {
  margin-left: 10px;
}
.client_say .row__item_star {
  width: 24px;
  height: 24px;
}
.client_say .client_say_content {
  padding-left: 124px;
  position: relative;
  height: calc(50vh - 140px);
}
.client_say .client_say_title {
  max-width: 350px;
}
.client_say .row__item_content {
  max-width: 360px;
  white-space: normal;
  margin-left: 0;
  margin-right: 0;
}
.client_say .client_say_slider3 {
  display: none;
}
.client_say .client_say_btn_box2 {
  display: none;
}
@media screen and (max-width: 1650px) {
  .client_say .client_say_right {
    width: auto;
    min-width: auto;
  }
  .client_say .row__item_star {
    width: 20px;
    height: 20px;
  }
  .client_say .row__item_star svg {
    width: 20px;
    height: 20px;
  }
  .client_say .row__item {
    width: 360px;
    padding: 20px 16px;
    margin-bottom: 16px;
    border-radius: 16px;
  }
  .client_say .slider {
    width: 360px;
    margin-right: 16px;
    min-width: 360px;
  }
  .client_say .row__item_title, .client_say .row__item_counter {
    font-size: 16px;
  }
  .client_say .row__item_counter {
    margin-left: 10px;
  }
}
@media screen and (max-width: 1370px) and (min-width: 1051px) {
  .client_say {
    min-height: 80vh;
  }
  .client_say .client_say_title {
    max-width: 500px;
  }
  .client_say .clients_say-wrapper {
    width: 100%;
    height: 80vh;
    padding-right: 28px;
  }
  .client_say .client_say_content {
    padding-left: 120px;
    position: relative;
    height: calc(80vh - 140px);
  }
  .client_say .slider {
    height: 83vh;
    width: 337px;
    margin-right: 12px;
    min-width: 337px;
  }
  .client_say .slick-list {
    min-height: 80vh;
  }
  .client_say .row__item {
    width: 337px;
    padding: 17px 14px;
    margin-bottom: 12px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .client_say {
    height: 100vh;
    min-height: 640px;
    display: block;
  }
  .client_say .client_say_title {
    max-width: 100%;
  }
  .client_say .client_say_right {
    margin-top: -22px;
  }
  .client_say .client_say_content {
    padding-top: 32px;
    padding-left: 0;
    position: relative;
    height: auto;
  }
  .client_say .client_say_slider1 {
    display: none;
  }
  .client_say .client_say_slider2 {
    display: none;
  }
  .client_say .client_say_slider3 {
    display: block;
  }
  .client_say .client_say_btn_box {
    display: none;
  }
  .client_say .clients_say-wrapper {
    position: relative;
    width: 100%;
    min-height: 500px;
    height: calc(100vh - 180px);
    padding-right: 0;
    display: flex;
    overflow: hidden;
    max-width: 768px;
    margin-right: auto;
    margin-left: auto;
  }
  .client_say .slider {
    height: calc(100vh - 325px);
    min-height: 300px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
    max-width: 768px;
  }
  .client_say .row__item_title, .client_say .row__item_counter {
    font-size: 20px;
  }
  .client_say .row__item_star {
    width: 24px;
    height: 24px;
  }
  .client_say .row__item_star svg {
    width: 24px;
    height: 24px;
  }
  .client_say .row__item {
    width: calc(100vw - 80px);
    padding: 28px 28px;
    margin-bottom: 12px;
    border-radius: 20px;
  }
  .client_say .client_say_btn_box2 {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 40px;
  }
}
@media screen and (max-width: 550px) {
  .client_say {
    height: 100vh;
    display: block;
  }
  .client_say .client_say_right {
    margin-top: -12px;
  }
  .client_say .client_say_content {
    padding-top: 32px;
    padding-left: 0;
    position: relative;
    height: auto;
    min-height: auto;
  }
  .client_say .client_say_slider1 {
    display: none;
  }
  .client_say .client_say_slider2 {
    display: none;
  }
  .client_say .client_say_slider3 {
    display: block;
  }
  .client_say .client_say_btn_box {
    display: none;
  }
  .client_say .clients_say-wrapper {
    position: relative;
    width: 100%;
    height: calc(100vh - 179px);
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }
  .client_say .slider {
    height: calc(100vh - 259px);
    padding-left: 20px;
    padding-right: 20px;
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
  }
  .client_say .row__item {
    width: calc(100vw - 40px);
    padding: 16px 16px;
    margin-bottom: 8px;
    border-radius: 16px;
  }
  .client_say .client_say_btn_box2 {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}

.row__item_content {
  margin-left: 12px;
  margin-right: 3px;
  max-width: 360px;
  white-space: normal;
}

@media screen and (max-width: 1650px) {
  .row__item_content {
    font-size: 14px;
    max-width: 320px;
  }
}
@keyframes animate_review {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
.faqs {
  min-height: 100vh;
}
.faqs .faqs_title {
  width: 100%;
  padding-left: 167px;
}
.faqs .faqs_forms {
  width: 100%;
  display: flex;
  margin-top: 28px;
}
.faqs .faqs_form_btn {
  padding: 21px 30px;
  padding-right: 10px;
  border-radius: 20px;
  background: #F8F8FA;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 80px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.faqs .faqs_form_btn:hover path, .faqs .faqs_form_btn:focus path {
  fill: #71E360;
}
.faqs .faqs_form_input {
  padding: 28px;
  font-family: Gilroy, sans-serif;
  color: #8F8F8F;
  font-size: 22px;
  font-style: normal;
  line-height: 1;
  font-weight: 500;
  flex-grow: 1;
  border-radius: 20px;
  background: #F8F8FA;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 14px;
  height: 80px;
  box-shadow: none;
  border: none;
}
.faqs .faqs_section {
  margin-top: 28px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.faqs .faqs_card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 30px;
  background: #F8F8FA;
  text-decoration: none;
  width: calc(33% - 10px);
  margin-bottom: 20px;
}
.faqs .faqs_card:hover .faqs_card_title, .faqs .faqs_card:focus .faqs_card_title {
  color: #71E360;
}
.faqs .faqs_card:hover path, .faqs .faqs_card:focus path {
  fill: #71E360;
}
.faqs .faqs_icon {
  width: 76px;
  height: 76px;
}
.faqs .faqs_icon svg {
  width: 76px;
  height: 76px;
}
.faqs .faqs_card_title {
  margin-top: 24px;
}
.faqs .faqs_vard_text {
  margin-top: 16px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .faqs .faqs_icon {
    width: 65px;
    height: 65px;
  }
  .faqs .faqs_icon svg {
    width: 65px;
    height: 65px;
  }
  .faqs .faqs_card_title {
    margin-top: 18px;
  }
  .faqs .faqs_vard_text {
    margin-top: 12px;
  }
  .faqs .faqs_card {
    padding: 24px;
    border-radius: 24px;
  }
  .faqs .faqs_form_btn {
    padding: 20px 30px;
    padding-right: 10px;
    height: 72px;
  }
  .faqs .faqs_form_btn svg {
    width: 32px;
    height: 32px;
  }
  .faqs .faqs_form_input {
    padding: 20px;
    height: 72px;
    padding-left: 14px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .faqs .faqs_title {
    padding-left: 0;
  }
  .faqs .faqs-content {
    padding-top: 32px;
  }
  .faqs .faqs_card {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 550px) {
  .faqs .faqs_forms {
    margin-top: 20px;
  }
  .faqs .faqs_section {
    margin-top: 20px;
  }
  .faqs .faqs_form_btn {
    padding: 20px 20px;
    padding-right: 10px;
    height: 64px;
  }
  .faqs .faqs_form_btn svg {
    width: 32px;
    height: 32px;
  }
  .faqs .faqs_form_input {
    padding: 20px;
    height: 64px;
    padding-left: 14px;
    font-size: 16px;
  }
  .faqs .faqs_card {
    position: relative;
    width: 100%;
    border-radius: 20px;
    padding: 40px 20px;
    padding-left: 96px;
    margin-bottom: 12px;
  }
  .faqs .faqs_icon {
    position: absolute;
    top: 40px;
    left: 20px;
    width: 56px;
    height: 56px;
  }
  .faqs .faqs_icon svg {
    width: 56px;
    height: 56px;
  }
  .faqs .faqs_vard_text {
    margin-top: 8px;
  }
  .faqs .faqs_card_title {
    margin-top: 0;
  }
}

.question {
  min-height: 100vh;
  background-color: #F5F5F7;
}
.question .question-content {
  display: flex;
}
.question .question-left {
  width: 50%;
  padding-right: 40px;
}
.question .question_title {
  color: #CECECE;
  font-family: Gilroy, sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  max-width: 700px;
}
.question .question-right {
  width: 50%;
  padding-left: 50px;
}
.question .question_ask_directly {
  margin-bottom: 26px;
}
.question .question-box {
  width: auto;
  height: auto;
  position: relative;
}
.question .qustion_form {
  max-width: 858px;
  display: flex;
  flex-wrap: wrap;
}
.question .form-group {
  margin-top: 24px;
  width: 100%;
}
.question .form-group.first-child {
  padding-right: 12px;
  width: 50%;
}
.question .form-group.second-child {
  padding-left: 12px;
  width: 50%;
}
.question .control-label {
  color: #8F8F8F;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}
.question .form-control {
  width: 100%;
  height: 58px;
  padding: 20px 24px;
  border: none;
  box-shadow: none;
  border-radius: 12px;
  background: #FFF;
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.question .message-group .form-control {
  height: 90px;
}
.question .imei-grpup.hidden {
  display: none;
}
.question .checkbox-wrapper-9 .tgl {
  display: none;
}
.question .checkbox-wrapper-9 .tgl,
.question .checkbox-wrapper-9 .tgl:after,
.question .checkbox-wrapper-9 .tgl:before,
.question .checkbox-wrapper-9 .tgl *,
.question .checkbox-wrapper-9 .tgl *:after,
.question .checkbox-wrapper-9 .tgl *:before,
.question .checkbox-wrapper-9 .tgl + .tgl-btn {
  box-sizing: border-box;
}
.question .checkbox-wrapper-9 .tgl::-moz-selection,
.question .checkbox-wrapper-9 .tgl:after::-moz-selection,
.question .checkbox-wrapper-9 .tgl:before::-moz-selection,
.question .checkbox-wrapper-9 .tgl *::-moz-selection,
.question .checkbox-wrapper-9 .tgl *:after::-moz-selection,
.question .checkbox-wrapper-9 .tgl *:before::-moz-selection,
.question .checkbox-wrapper-9 .tgl + .tgl-btn::-moz-selection,
.question .checkbox-wrapper-9 .tgl::selection,
.question .checkbox-wrapper-9 .tgl:after::selection,
.question .checkbox-wrapper-9 .tgl:before::selection,
.question .checkbox-wrapper-9 .tgl *::selection,
.question .checkbox-wrapper-9 .tgl *:after::selection,
.question .checkbox-wrapper-9 .tgl *:before::selection,
.question .checkbox-wrapper-9 .tgl + .tgl-btn::selection {
  background: none;
}
.question .checkbox-wrapper-9 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.question .checkbox-wrapper-9 .tgl + .tgl-btn:after,
.question .checkbox-wrapper-9 .tgl + .tgl-btn:before {
  position: absolute;
  display: block;
  content: "";
  width: 45%;
  height: 90%;
}
.question .checkbox-wrapper-9 .tgl + .tgl-btn:after {
  left: 2%;
}
.question .checkbox-wrapper-9 .tgl + .tgl-btn:before {
  display: none;
}
.question .checkbox-wrapper-9 .tgl:checked + .tgl-btn:after {
  left: 50%;
}
.question .checkbox-wrapper-9 .tgl-flat + .tgl-btn {
  padding: 2px;
  transition: all 0.2s ease;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 2em;
}
.question .checkbox-wrapper-9 .tgl-flat + .tgl-btn:after {
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.question .checkbox-wrapper-9 .tgl-flat:checked + .tgl-btn {
  border: 2px solid #71E360;
}
.question .checkbox-wrapper-9 .tgl-flat:checked + .tgl-btn:after {
  left: 50%;
  background: #71E360;
}
.question .question_primary {
  color: #313762;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  max-width: 480px;
  height: 70px;
  position: absolute;
  bottom: 90px;
  left: 0;
}
.question .btn-primary-green {
  margin-top: 100px;
}
.question .alert-success {
  color: #71E360;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1650px) {
  .question .question_title {
    font-size: 70px;
    max-width: 500px;
  }
  .question .question_ask_directly {
    margin-bottom: 16px;
  }
  .question .question-box {
    width: auto;
    height: auto;
    position: relative;
  }
  .question .qustion_form {
    max-width: 628px;
  }
  .question .form-group {
    margin-top: 24px;
  }
  .question .control-label {
    color: #8F8F8F;
    font-family: Gilroy, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
    display: block;
    width: 100%;
  }
  .question .form-control {
    width: 100%;
    height: 58px;
    padding: 18px 24px;
    border: none;
    box-shadow: none;
    border-radius: 12px;
    background: #FFF;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }
  .question .question_primary {
    color: #313762;
    font-family: Gilroy, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    max-width: 420px;
    height: 60px;
    position: absolute;
    bottom: 80px;
    left: 0;
  }
  .question .btn-primary-green {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1370px) {
  .question .question_title {
    font-size: 60px;
    max-width: 460px;
  }
  .question .form-group {
    margin-top: 15px;
  }
  .question .form-control {
    height: 45px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .question .message-group .form-control {
    height: 70px;
  }
  .question .btn-primary-green {
    margin-top: 70px;
  }
  .question .question_primary {
    bottom: 60px;
    height: 60px;
  }
  .question .question_ask_directly {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 1050px) {
  .question .question-left {
    display: none;
  }
  .question .question-right {
    width: 100%;
    padding-left: 0;
  }
  .question .form-group {
    margin-top: 22px;
  }
  .question .form-control {
    height: 54px;
    padding: 16px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .question .form-group {
    margin-top: 20px;
  }
  .question .question_primary {
    max-width: 320px;
    height: 60px;
  }
  .question .btn-primary-green {
    margin-top: 90px;
  }
  .question .question_primary {
    bottom: 70px;
  }
  .question .form-group.first-child {
    padding-right: 0;
    width: 100%;
  }
  .question .form-group.second-child {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 380px) {
  .question .form-group {
    margin-top: 15px;
  }
  .question .form-control {
    height: 45px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .question .btn-primary-green {
    margin-top: 70px;
  }
  .question .question_primary {
    bottom: 60px;
  }
  .question .control-label {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.solutions {
  min-height: 100vh;
}
.solutions .solutions-top {
  display: flex;
  margin-bottom: 80px;
  margin-top: 100px;
}
.solutions .solutions-title {
  width: 50%;
  padding-right: 100px;
}
.solutions .solutions-top_left {
  width: 50%;
  padding-left: 20px;
}
.solutions .solutions-top_title {
  margin-bottom: 70px;
  width: 100%;
}
.solutions .solutions-top_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.solutions .solutions-top_card {
  margin-bottom: 8px;
  width: calc(33.33% - 4px);
  display: flex;
  padding: 16px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F5F5F7;
  backdrop-filter: blur(2.5px);
}
.solutions .solutions-top_card.card4 {
  width: 100%;
  margin-bottom: 0;
}
.solutions .solutions-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solutions .solutions-bottom_card {
  padding: 32px;
  border-radius: 30px;
  background: #F5F5F7;
  min-height: 45vh;
  margin-bottom: 20px;
  width: calc(25% - 18px);
}
.solutions .solutions-bottom_card.card3, .solutions .solutions-bottom_card.card4 {
  width: calc(50% - 12px);
}
.solutions .solutions-bottom_icon {
  width: 136px;
  height: 136px;
  margin-bottom: 36px;
}
.solutions .solutions-bottom_icon svg {
  width: 136px;
  height: 136px;
}
.solutions .solutions-bottom_title {
  margin-bottom: 12px;
}
@media screen and (max-width: 1650px) {
  .solutions .solutions-top {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .solutions .solutions-bottom_card {
    padding: 24px;
  }
  .solutions .solutions-bottom_icon {
    width: 108px;
    height: 108px;
    margin-bottom: 26px;
  }
  .solutions .solutions-bottom_icon svg {
    width: 108px;
    height: 108px;
  }
  .solutions .solutions-top_title {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 1370px) {
  .solutions .solutions-top {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .solutions .solutions-top_title {
    margin-bottom: 16px;
  }
  .solutions .solutions-bottom_icon {
    width: 82px;
    height: 82px;
    margin-bottom: 20px;
  }
  .solutions .solutions-bottom_icon svg {
    width: 82px;
    height: 82px;
  }
  .solutions .solutions-title {
    padding-right: 40px;
  }
  .solutions .solutions .solutions-bottom_card {
    padding: 20px;
    margin-bottom: 16px;
    width: calc(25% - 10px);
  }
  .solutions .solutions-bottom_card.card3, .solutions .solutions-bottom_card.card4 {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 1050px) {
  .solutions .solutions-top {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .solutions .solutions-title {
    padding-right: 40px;
    width: 100%;
  }
  .solutions .solutions-top_left {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .solutions .solutions-top_title {
    margin-bottom: 40px;
  }
  .solutions .solutions-bottom_card {
    padding: 20px;
    margin-bottom: 12px;
    min-height: 190px;
    width: calc(50% - 6px);
  }
  .solutions .solutions-bottom_card.card3, .solutions .solutions-bottom_card.card4 {
    width: calc(50% - 6px);
  }
  .solutions .solutions-bottom_icon {
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
  }
  .solutions .solutions-bottom_icon svg {
    width: 62px;
    height: 62px;
  }
  .solutions .solutions-bottom_title {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .solutions .solutions .solutions-title {
    padding-right: 0;
    width: 100%;
  }
  .solutions .solutions-top_left {
    margin-top: 40px;
  }
  .solutions .solutions-top_title {
    font-size: 16px;
  }
  .solutions .solutions-top_card {
    padding: 8px 20px;
    width: auto;
    max-width: 250px;
    border-radius: 16px;
  }
  .solutions .solutions-top_box {
    display: block;
  }
  .solutions .solutions-bottom_card {
    padding: 12px;
    margin-bottom: 12px;
    min-height: 152px;
    width: calc(50% - 6px);
    border-radius: 20px;
  }
  .solutions .solutions-bottom_icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }
  .solutions .solutions-bottom_icon svg {
    width: 56px;
    height: 56px;
  }
  .solutions .solutions-bottom_card.card3, .solutions .solutions-bottom_card.card6 {
    width: 100%;
  }
  .solutions .solutions-top_title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 380px) {
  .solutions .solutions-top {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .solutions .solutions-top_left {
    margin-top: 28px;
  }
  .solutions .solutions-top_title {
    margin-bottom: 16px;
  }
  .solutions .solutions-bottom_icon {
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
  }
  .solutions .solutions-bottom_icon svg {
    width: 46px;
    height: 46px;
  }
  .solutions .solutions-bottom_title {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .solutions .solutions-top_card {
    border-radius: 12px;
  }
}

.cases {
  height: 100vh;
  min-height: 950px;
  position: relative;
  background-color: #F5F5F7;
  z-index: -1;
}
.cases .cases-map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-image: url("/themes/demo/assets/images/cases/cases_partners_new.svg");
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: contain;
  min-height: 950px;
}
.cases .cases-map-influencers {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-image: url("/themes/demo/assets/images/cases/cases_influencers_new.svg");
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: contain;
  min-height: 950px;
}
.cases .cases-content {
  padding-left: 142px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 140px);
  min-height: calc(950px - 140px);
}
.cases .cases-title-influencer {
  max-width: 780px;
}
.cases .cases-box {
  display: flex;
  margin-top: auto;
  padding-bottom: 25px;
}
.cases .cases-list.list-left {
  margin-right: 20px;
}
.cases .case-item {
  margin-top: 20px;
}
.cases .case-item a {
  text-decoration: none;
  color: #1C1E1C;
}
.cases .case-item a:hover, .cases .case-item a:focus {
  opacity: 0.5;
}
.cases .cases-box-new {
  width: 640px;
  margin-top: auto;
}
.cases .about_us-card {
  display: flex;
  align-items: center;
  padding: 24px 24px 24px 20px;
  align-items: center;
  align-self: stretch;
  border-radius: 30px;
  background: #FCFCFC;
  margin-bottom: 8px;
  width: 540px;
}
.cases .about_us-icon {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.cases .bout_us-card-text {
  font-weight: 500;
  font-size: 20px;
}
.cases .about_us-card-title {
  font-size: 20px;
}
@media screen and (max-width: 1650px) {
  .cases {
    min-height: 850px;
  }
  .cases .cases-content {
    padding-left: 124px;
    height: calc(100vh - 140px);
    min-height: calc(850px - 140px);
  }
  .cases .cases-map {
    min-height: 850px;
  }
  .cases .cases-map-influencers {
    min-height: 850px;
  }
  .cases .about_us-card-title {
    font-size: unset;
  }
  .cases .bout_us-card-text {
    font-size: unset;
  }
  .cases .cases-box-new {
    width: 602px;
    margin-top: auto;
  }
  .cases .about_us-card {
    width: 480px;
  }
}
@media screen and (max-width: 1370px) {
  .cases {
    min-height: 700px;
  }
  .cases .cases-content {
    padding-left: 120px;
    height: calc(100vh - 120px);
    min-height: calc(700px - 120px);
  }
  .cases .cases-map {
    background-image: url("/themes/demo/assets/images/cases/case_prtners_new_1280.svg");
    background-position: center top;
    background-size: contain;
    min-height: 700px;
  }
  .cases .cases-map-influencers {
    background-image: url("/themes/demo/assets/images/cases/cases_influencerse_1050px.svg");
    background-position: right -130px;
    background-size: contain;
    min-height: 700px;
  }
  .cases .cases-box-new {
    width: 480px;
    margin-top: auto;
  }
  .cases .about_us-card {
    width: 480px;
    padding: 16px;
    margin-bottom: 8px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 1050px) {
  .cases {
    min-height: 1100px;
  }
  .cases .cases-map {
    background-position: right -40px;
    background-size: 140%;
    min-height: 1100px;
  }
  .cases .cases-map-influencers {
    background-position: right -100px;
    background-size: 80%;
    min-height: 1100px;
  }
  .cases .cases-content {
    padding-left: 0;
    padding-top: 32px;
    height: calc(100vh - 120px);
    min-height: 980px;
  }
  .cases .cases-box {
    max-width: 550px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
  }
  .cases .cases-box-new {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
  .cases .about_us-card {
    width: calc(50% - 12px);
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 12px;
    padding: 20px;
    display: block;
  }
  .cases .about_us-icon {
    width: 56px;
    height: 56px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .cases .about_us-icon svg {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 550px) {
  .cases {
    min-height: 1160px;
  }
  .cases .cases-content {
    height: calc(100vh - 80px);
    min-height: 1080px;
  }
  .cases .case-item {
    font-size: 16px;
  }
  .cases .cases-map {
    background-image: url("/themes/demo/assets/images/cases/case_partners_new_550px.svg");
    background-size: 100%;
    background-position: right -80px;
    height: 600px;
    min-height: unset;
  }
  .cases .cases-map-influencers {
    background-position: right top;
    background-size: 100%;
    height: 600px;
    min-height: unset;
  }
  .cases .cases-box-new {
    margin-top: auto;
  }
  .cases .about_us-card {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 20px;
    padding: 14px;
    margin-bottom: 8px;
    display: flex;
  }
  .cases .about_us-icon {
    width: 50px;
    height: 50px;
    margin-right: 14px;
    margin-bottom: 0;
  }
  .cases .about_us-icon svg {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 380px) {
  .cases {
    min-height: 1080px;
  }
  .cases .cases-content {
    height: calc(100vh - 80px);
    min-height: 1000px;
  }
  .cases .cases-map {
    background-image: url("/themes/demo/assets/images/cases/case_partners_new_550px.svg");
    background-size: 100%;
    background-position: right -80px;
    height: 600px;
    min-height: unset;
  }
  .cases .cases-map-influencers {
    background-position: right top;
    background-size: 100%;
    height: 600px;
    min-height: unset;
  }
  .cases .case-item {
    font-size: 14px;
    margin-top: 16px;
  }
  .cases .about_us-card {
    margin-bottom: 8px;
    padding: 16px;
  }
  .cases .bout_us-card-text {
    font-size: 14px;
  }
  .cases .about_us-icon {
    width: 46px;
    height: 46px;
    margin-right: 12px;
    margin-bottom: 0;
  }
  .cases .about_us-icon svg {
    width: 46px;
    height: 46px;
  }
}

.about_us {
  height: 100vh;
  min-height: 780px;
  background-image: url("/themes/demo/assets/images/about/about_us_background_1890.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100vh auto;
  background-color: #F5F5F7;
}
.about_us .about_us-content {
  min-height: 700px;
  padding-left: 120px;
  height: calc(100vh - 140px);
  position: relative;
}
.about_us .about_us-card {
  display: block;
  width: 430px;
  padding: 28px;
  min-height: 246px;
  height: auto;
  z-index: 100;
  border-radius: 30px;
  background-color: white;
  position: absolute;
}
.about_us .about_us-card.card1 {
  left: 7%;
  top: 108px;
}
.about_us .about_us-card.card2 {
  right: 10%;
  top: 84px;
}
.about_us .about_us-card.card3 {
  left: 16%;
  top: 519px;
}
.about_us .about_us-card.card4 {
  top: 574px;
  right: 5%;
}
.about_us .about_us-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.about_us .about_us-icon svg {
  width: 60px;
  height: 60px;
}
.about_us .bout_us-card-text {
  line-height: 110%;
}
.about_us .about_us-mobile-logo {
  display: none;
}
@media screen and (max-width: 1650px) {
  .about_us .about_us-content {
    padding-left: 108px;
    height: calc(100vh - 140px);
  }
  .about_us .about_us-card {
    width: 395px;
    padding: 24px;
    min-height: 207px;
  }
  .about_us .about_us-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }
  .about_us .about_us-icon svg {
    width: 56px;
    height: 56px;
  }
  .about_us .about_us-card.card1 {
    left: 8%;
    top: 80px;
  }
  .about_us .about_us-card.card3 {
    left: 16%;
    top: unset;
    bottom: 10%;
  }
  .about_us .about_us-card.card4 {
    right: 8%;
    top: unset;
    bottom: 6%;
  }
  .about_us .about_us-card.card2 {
    right: 17%;
    top: 40px;
  }
}
@media screen and (max-width: 1370px) {
  .about_us {
    background-size: 120vh auto;
  }
  .about_us .about_us-content {
    padding-left: 108px;
    height: calc(100vh - 120px);
  }
  .about_us .about_us-card {
    width: 380px;
    padding: 24px;
    min-height: 207px;
  }
  .about_us .about_us-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }
  .about_us .about_us-icon svg {
    width: 56px;
    height: 56px;
  }
  .about_us .about_us-card.card1 {
    left: 22%;
    top: 80px;
  }
  .about_us .about_us-card.card3 {
    left: 10%;
    top: unset;
    bottom: 18%;
  }
  .about_us .about_us-card.card4 {
    right: 15%;
    top: unset;
    bottom: 10%;
  }
  .about_us .about_us-card.card2 {
    right: 8%;
    top: 120px;
  }
}
@media screen and (max-width: 1250px) {
  .about_us .about_us-card.card1 {
    left: 0px;
    top: 60px;
  }
  .about_us .about_us-card.card3 {
    left: 20px;
    bottom: 50px;
  }
  .about_us .about_us-card.card4 {
    bottom: 20px;
    right: 90px;
  }
  .about_us .about_us-card.card2 {
    right: 50px;
    top: 60px;
  }
}
@media screen and (max-width: 1050px) {
  .about_us {
    background-size: 120vh auto;
    background-position: center 30vh;
  }
  .about_us .about_us-content {
    padding-left: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 32px;
  }
  .about_us .about_us-title {
    width: 100%;
    margin-bottom: 24px;
  }
  .about_us .about_us-card {
    position: unset;
    width: calc(50% - 6px);
    margin-bottom: 12px;
    padding: 20px;
    height: auto;
    min-height: unset;
  }
  .about_us .about_us-icon {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 550px) {
  .about_us {
    background-image: url("/themes/demo/assets/images/about/about_us_background_550.svg");
    background-size: cover;
    background-position: center center;
    height: auto;
    min-height: 100vh;
  }
  .about_us .about_us-title {
    margin-bottom: 32px;
  }
  .about_us .about_us-card {
    width: 100%;
    margin-bottom: 8px;
    padding: 20px;
    border-radius: 20px;
    padding-left: 92px;
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .about_us .about_us-card-title {
    font-size: 16px;
  }
  .about_us .about_us-icon {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 20px;
    top: 30%;
    margin-bottom: 0;
  }
  .about_us .about_us-icon svg {
    width: 56px;
    height: 56px;
  }
  .about_us .about_us-mobile-logo {
    display: block;
    width: 100%;
    background-image: url("/themes/demo/assets/images/about/about_us_logo.svg");
    background-position: center;
    background-size: 222px auto;
    background-repeat: no-repeat;
    height: 60px;
  }
}
@media screen and (max-width: 380px) {
  .about_us .about_us-title {
    margin-bottom: 20px;
  }
  .about_us .about_us-card {
    width: 100%;
    margin-bottom: 8px;
    padding: 20px 16px;
    border-radius: 20px;
    padding-left: 75px;
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
  }
  .about_us .about_us-icon {
    width: 46px;
    height: 4px;
    position: absolute;
    left: 16px;
    top: 30%;
    margin-bottom: 0;
  }
  .about_us .about_us-icon svg {
    width: 46px;
    height: 46px;
  }
  .about_us .s-p1 {
    font-size: 13px;
  }
}

.team {
  min-height: 50vh;
  background: #F5F5F7;
}
.team .team-content {
  padding-left: 142px;
}
.team .team-title {
  width: 100%;
}
.team .team-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.team .team-card {
  width: calc(25% - 10px);
  padding: 28px;
  border-radius: 30px;
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
  min-height: 266px;
}
.team .team-cart-avatar {
  display: flex;
  margin-top: auto;
}
.team .team-cart-foto {
  width: 70px;
  height: 70px;
  border-radius: 15px;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team .team-cart-foto.foto1 {
  background-image: url("/themes/demo/assets/images/team/team_foto1.png");
}
.team .team-cart-foto.foto2 {
  background-image: url("/themes/demo/assets/images/team/team_foto2.png");
}
.team .team-cart-foto.foto3 {
  background-image: url("/themes/demo/assets/images/team/team_foto3.png");
}
.team .team-cart-foto.foto4 {
  background-image: url("/themes/demo/assets/images/team/team_foto4.png");
}
.team .team-cart-status {
  width: 105px;
  height: 70px;
  border-radius: 15px;
  background: rgba(113, 227, 96, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.team .team-cart-manager {
  color: #71E360;
  margin-bottom: 0;
  line-height: 1;
}
.team .team-cart-body {
  margin-top: 20px;
}
.team .team-car-text {
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 1650px) {
  .team .team-box {
    margin-top: 28px;
  }
  .team .team-content {
    padding-left: 124px;
  }
  .team .team-card {
    width: calc(25% - 6px);
    padding: 28px;
    min-height: 244px;
  }
  .team .team-cart-foto {
    width: 65px;
    height: 60px;
  }
  .team .team-cart-status {
    width: 97px;
    height: 60px;
  }
}
@media screen and (max-width: 1370px) {
  .team .team-card {
    padding: 24px;
    min-height: 244px;
  }
  .team .team-content {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1050px) {
  .team .team-content {
    padding-left: 0;
    padding-top: 32px;
  }
  .team .team-box {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .team .team-card {
    width: calc(50% - 6px);
    padding: 28px;
    min-height: 283px;
    margin-bottom: 12px;
  }
  .team .team-cart-foto {
    width: 80px;
    height: 74px;
  }
  .team .team-cart-status {
    width: 97px;
    height: 74px;
  }
}
@media screen and (max-width: 550px) {
  .team .team-box {
    margin-top: 28px;
  }
  .team .team-card {
    width: 100%;
    padding: 20px;
    min-height: 182px;
    margin-bottom: 12px;
    border-radius: 20px;
  }
  .team .team-cart-foto {
    width: 60px;
    height: 60px;
  }
  .team .team-cart-status {
    width: 89px;
    height: 60px;
  }
  .team .team-car-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .team .team-card {
    padding: 16px;
    min-height: 132px;
    margin-bottom: 8px;
  }
  .team .team-cart-foto {
    width: 50px;
    height: 50px;
  }
  .team .team-cart-status {
    width: 76px;
    height: 50px;
  }
  .team .team-cart-body {
    margin-top: 12px;
  }
}

.dealer_form {
  min-height: 100vh;
}
.dealer_form .dealer_form-content {
  padding-left: 142px;
  display: flex;
}
.dealer_form .dealer_form-left {
  flex-grow: 1;
  padding-right: 24px;
  padding-right: 60px;
}
.dealer_form .dealer_form-left-box {
  max-width: 600px;
}
.dealer_form .dealer_form-left-text {
  margin-top: 28px;
}
.dealer_form .dealer_form-left-btn {
  margin-top: 48px;
  text-align: left;
}
.dealer_form .dealer_form-right {
  max-width: 908px;
  border-radius: 30px;
  background: #F5F5F7;
  padding: 60px 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 160px);
}
.dealer_form .dealer_form-right.influencer_form-right {
  min-width: 68%;
  padding: 40px 40px;
}
.dealer_form .dealer_form-right-btn {
  display: flex;
  margin-bottom: auto;
  width: 100%;
}
.dealer_form .partner-form-tag {
  background: #FCFCFC;
  margin-right: 8px;
}
.dealer_form .partner-form-tag.active {
  color: #1C1E1C;
}
.dealer_form .dealer_form-loading {
  margin-left: auto;
  display: flex;
  justify-content: end;
  align-items: center;
}
.dealer_form .dealer_form-loading-item {
  margin-left: 8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.dealer_form .dealer_form-loading-item.item1 {
  background-color: #D0D0D1;
}
.dealer_form .dealer_form-loading-item.item1.active {
  background-color: #1C1E1C;
}
.dealer_form .dealer_form-loading-item.item2 {
  background-color: #D0D0D1;
}
.dealer_form .dealer_form-loading-item.item2.active {
  background-color: #71E360;
}
.dealer_form .application_form {
  display: none;
  width: 100%;
}
.dealer_form .application_form.active {
  display: block;
}
.dealer_form .preorder_form {
  display: none;
}
.dealer_form .preorder_form.active {
  display: block;
}
.dealer_form .application_section1 {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dealer_form .application_section1.active {
  display: flex;
}
.dealer_form .application_section2 {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dealer_form .application_section2.active {
  display: flex;
}
.dealer_form .dealer_form-group {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 24px;
  position: relative;
}
.dealer_form .dealer_form-group.group-half {
  width: calc(50% - 12px);
}
.dealer_form .dealer_form-group.group-three {
  width: calc(33% - 16px);
}
.dealer_form .dealer_form-label {
  color: #8F8F8F;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.dealer_form .red-borders {
  border: 1px solid #E52121 !important;
}
.dealer_form .red-borders2 {
  border: 2px solid #E52121 !important;
}
.dealer_form .dealer_form-error-label {
  padding-left: 5px;
  color: #E52121;
  font-family: Gilroy, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  z-index: 10;
  bottom: -15px;
  left: 2px;
}
.dealer_form .dealer_form-error-label.hidden {
  display: none;
}
.dealer_form .dealer_form-error-label.primary_markets {
  bottom: -15px;
}
.dealer_form .dealer_form-control {
  margin-top: 8px;
  width: 100%;
  display: flex;
  height: 64px;
  padding: 20px 24px;
  align-items: center;
  align-self: stretch;
  border-radius: 12px;
  background: #FFF;
  color: #8F8F8F;
  /* Desktop/P1 */
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  border: none;
  box-shadow: none;
}
.dealer_form .dealer_form-textarea {
  height: 90px;
}
.dealer_form .dealer-form-sub_text {
  display: block;
}
.dealer_form .input-group {
  display: flex;
}
.dealer_form .checkbox {
  margin-right: 60px;
  margin-top: 8px;
}
.dealer_form .checkbox label {
  color: #1C1E1C;
  /* Desktop/P1 */
  font-family: Gilroy, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  padding-left: 56px;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dealer_form .checkbox .checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dealer_form .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 44px;
  width: 44px;
  background-color: transparent;
  border-radius: 16px;
  border: 2px solid #71E360;
}
.dealer_form .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.dealer_form .checkbox label:hover input ~ .checkmark {
  background-color: #FCFCFC;
}
.dealer_form .checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.dealer_form .checkbox label .checkmark:after {
  left: 14px;
  top: 6px;
  width: 10px;
  height: 17px;
  border: solid #71E360;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(40deg);
}
.dealer_form .dealer_form_button_box {
  margin-top: 40px;
}
.dealer_form .btn-primary-black.disabled:hover, .dealer_form .btn-primary-black.disabled:focus {
  color: #1C1E1C;
  border: 2px solid #71E360;
  background: rgba(113, 227, 96, 0.2);
}
.dealer_form .dealer-form-phone-add {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dealer_form .dealer-form-phone-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dealer_form #submit_application_form {
  margin-left: 12px;
}
.dealer_form .dealer_form-application-message {
  margin-top: 0;
  margin-bottom: auto;
  display: none;
  max-width: 548px;
  margin-right: auto;
}
.dealer_form .dealer_form-preorder-message {
  margin-top: 0;
  margin-bottom: auto;
  display: none;
}
.dealer_form select:focus {
  outline: none;
  box-shadow: none !important;
}
.dealer_form select option {
  margin: 40px;
  background: #F5F5F7;
  color: #1C1E1C;
}
.dealer_form select option:checked {
  color: #71E360;
}
.dealer_form .dealer_form-application-title {
  margin-bottom: 20px;
}
.dealer_form .dealer_form-application-text {
  margin-bottom: 60px;
}
.dealer_form .preorder_section1 {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dealer_form .preorder_section1.active {
  display: flex;
}
.dealer_form .preorder_section2 {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dealer_form .preorder_section2.active {
  display: flex;
}
.dealer_form .dealer-form-device-add {
  margin-right: 20px;
  width: calc(60% - 20px);
}
.dealer_form .dealer-form-device-input {
  margin-right: 20px;
  width: calc(30% - 20px);
}
.dealer_form .btn-delete-raw {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 18px;
  border: 2px solid #8F8F8F;
  cursor: pointer;
  margin-top: 8px;
}
.dealer_form .btn-delete-raw svg {
  width: 20px;
  height: 20px;
  color: #8F8F8F;
  fill: #8F8F8F;
}
.dealer_form .btn-add-raw {
  margin-top: 24px;
}
.dealer_form .btn-add-raw svg {
  width: 18px;
  height: 18px;
}
.dealer_form .question_primary {
  color: #313762;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  max-width: 470px;
}
.dealer_form .recaptcha-error-message {
  display: none;
  margin-top: 12px;
  color: #E52121;
  font-weight: 500;
}
@media screen and (max-width: 1650px) {
  .dealer_form .dealer_form-content {
    padding-left: 124px;
  }
  .dealer_form .dealer_form-left-box {
    max-width: 550px;
  }
  .dealer_form .dealer_form-left-text {
    max-width: 419px;
    margin-top: 16px;
  }
  .dealer_form .dealer_form-left-btn {
    margin-top: 40px;
  }
  .dealer_form .dealer_form-right {
    max-width: 670px;
    padding: 40px 60px;
    min-height: calc(100vh - 140px);
  }
  .dealer_form .dealer_form-right-btn {
    width: 100%;
  }
  .dealer_form .dealer_form-loading-item {
    margin-left: 4px;
    width: 12px;
    height: 12px;
  }
  .dealer_form .dealer_form-control {
    margin-top: 8px;
    height: 58px;
    padding: 18px 20px;
    font-size: 16px;
  }
  .dealer_form .dealer_form-group.group-three {
    width: calc(33% - 4px);
  }
  .dealer_form .dealer_form-label {
    font-size: 18px;
  }
  .dealer_form .btn-delete-raw {
    width: 54px;
    height: 54px;
    margin-top: 12px;
  }
  .dealer_form .btn-delete-raw svg {
    width: 16px;
    height: 16px;
  }
  .dealer_form .checkbox label {
    font-size: 18px;
    font-style: normal;
    line-height: 40px;
    padding-left: 50px;
  }
  .dealer_form .checkbox .checkmark {
    height: 40px;
    width: 40px;
    border-radius: 14px;
  }
  .dealer_form .checkbox label .checkmark:after {
    left: 14px;
    top: 7px;
    width: 8px;
    height: 15px;
  }
}
@media screen and (max-width: 1370px) {
  .dealer_form .dealer_form-content {
    padding-left: 120px;
  }
  .dealer_form .dealer_form-left-text {
    max-width: 369px;
  }
  .dealer_form .dealer_form-right {
    max-width: 660px;
    padding: 40px 40px;
    min-height: calc(100vh - 120px);
  }
  .dealer_form .dealer_form-control {
    margin-top: 8px;
    height: 50px;
    padding: 16px 20px;
    font-size: 16px;
  }
  .dealer_form .dealer_form-group.group-three {
    width: calc(50% - 6px);
  }
  .dealer_form .dealer_form-group.group-half {
    width: calc(50% - 6px);
  }
  .dealer_form .dealer_form-label {
    font-size: 18px;
  }
  .dealer_form .dealer_form_button_box {
    margin-top: 28px;
  }
  .dealer_form .btn-delete-raw {
    width: 48px;
    height: 48px;
    margin-top: 10px;
  }
  .dealer_form .btn-delete-raw svg {
    width: 14px;
    height: 14px;
  }
  .dealer_form .checkbox label {
    font-size: 16px;
  }
}
@media screen and (max-width: 1050px) {
  .dealer_form .dealer_form-content {
    padding-left: 0;
    padding-top: 32px;
    display: block;
  }
  .dealer_form .dealer_form-left {
    padding-right: 0;
    padding-bottom: 60px;
  }
  .dealer_form .dealer_form-left-text {
    max-width: 538px;
  }
  .dealer_form .dealer_form-right {
    max-width: 100%;
    padding: 40px 40px;
    min-height: 809px;
  }
  .dealer_form .dealer_form-right.influencer_form-right {
    min-width: 100%;
    max-width: 100%;
    padding: 40px 40px;
  }
  .dealer_form .dealer_form-group {
    margin-top: 28px;
  }
  .dealer_form .dealer_form-control {
    margin-top: 8px;
    height: 58px;
    padding: 18px 20px;
    font-size: 16px;
  }
  .dealer_form .btn-delete-raw {
    width: 54px;
    height: 54px;
    margin-top: 11px;
  }
  .dealer_form .btn-delete-raw svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 550px) {
  .dealer_form .dealer_form-right {
    max-width: 100%;
    padding: 28px 20px;
    min-height: auto;
    border-radius: 20px;
  }
  .dealer_form .dealer_form-right.influencer_form-right {
    max-width: 100%;
    padding: 28px 20px;
    min-height: auto;
  }
  .dealer_form .dealer_form-right-btn {
    width: 100%;
    flex-wrap: wrap;
    position: relative;
  }
  .dealer_form .partner-form-tag {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .dealer_form .dealer_form-loading-item {
    margin-left: 4px;
    width: 8px;
    height: 8px;
  }
  .dealer_form .dealer_form-loading {
    position: absolute;
    right: 0;
    top: 0;
  }
  .dealer_form .dealer_form-group {
    margin-top: 20px;
  }
  .dealer_form .dealer_form-group.group-half {
    width: 100%;
  }
  .dealer_form .dealer_form-group.group-three {
    width: 100%;
  }
  .dealer_form .dealer_form-label {
    font-size: 16px;
  }
  .dealer_form .dealer_form-control {
    margin-top: 4px;
    height: 59px;
    padding: 18px 24px;
    font-size: 16px;
    border-radius: 14px;
  }
  .dealer_form .input-group {
    display: flex;
    flex-wrap: wrap;
  }
  .dealer_form .checkbox {
    margin-right: 0;
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .dealer_form .dealer-form-device-add {
    margin-right: 6px;
    width: calc(60% - 6px);
  }
  .dealer_form .dealer-form-device-input {
    margin-right: 6px;
    width: calc(25% - 6px);
  }
  .dealer_form .btn-delete-raw {
    width: 40px;
    height: 52px;
    margin-top: 10px;
    border-radius: 12px;
  }
  .dealer_form .btn-delete-raw svg {
    width: 14px;
    height: 14px;
  }
  .dealer_form .btn-add-raw svg {
    width: 12px;
    height: 12px;
  }
  .dealer_form .question_primary {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .dealer_form .dealer_form-left {
    padding-bottom: 40px;
  }
  .dealer_form .dealer_form-right {
    max-width: 100%;
    padding: 20px 16px;
    min-height: auto;
    border-radius: 16px;
  }
  .dealer_form .dealer_form-right.influencer_form-right {
    max-width: 100%;
    padding: 20px 16px;
    min-height: auto;
  }
  .dealer_form .dealer_form-group {
    margin-top: 16px;
  }
  .dealer_form .dealer_form-label {
    font-size: 14px;
  }
  .dealer_form .dealer_form-control {
    margin-top: 4px;
    height: 50px;
    padding: 16px 16px;
    font-size: 14px;
    border-radius: 12px;
  }
  .dealer_form .checkbox label {
    font-size: 14px;
  }
  .dealer_form .checkbox {
    margin-right: 0;
    min-width: 100%;
    margin-top: 12px;
    margin-bottom: 0px;
  }
  .dealer_form .checkbox .checkmark {
    height: 34px;
    width: 34px;
    border-radius: 11px;
  }
  .dealer_form .checkbox label .checkmark:after {
    left: 11px;
    top: 6px;
    width: 6px;
    height: 12px;
  }
  .dealer_form .dealer-form-device-add {
    margin-right: 6px;
    width: calc(70% - 6px);
  }
  .dealer_form .dealer-form-device-input {
    margin-right: 6px;
    width: calc(30% - 6px);
  }
  .dealer_form .btn-delete-raw {
    width: 40px;
    height: 40px;
    margin-top: 6px;
    margin-bottom: 10px;
    border-radius: 12px;
  }
}

.features {
  margin-top: 12px;
}
.features .features-content {
  margin-top: -8px;
}
.features .faqnew_menu {
  margin-left: 161px;
  margin-bottom: 28px;
}
.features .faqnew_menu_item {
  margin-right: 8px;
}
.features .faqnew_content_box {
  display: none;
  width: 100%;
}
.features .faqnew_content_box.active {
  display: flex;
}
.features .features-list-left {
  width: 50%;
  padding-right: 20px;
}
.features .features-list-right {
  width: 50%;
  padding-left: 20px;
}
.features .about-card_item {
  min-height: 100px;
  height: auto;
  width: 100%;
  display: flex;
  align-items: stretch;
  margin-bottom: 20px;
}
.features .about-card_item:last-child {
  margin-bottom: 0;
}
.features .about-card_left {
  margin-right: 20px;
  border-radius: 20px;
  background: #F8F8FA;
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features .about-card_btn {
  background: #FCFCFC;
  border-radius: 50%;
  border: none;
  box-shadow: none;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.features .about-card_btn img {
  width: 40px;
  height: 40px;
}
.features .about-card_right {
  padding: 32px;
  border-radius: 20px;
  background: #F8F8FA;
  position: relative;
  flex-grow: 1;
}
.features .about_content_open {
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 100;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.features .about_content_open svg {
  width: 40px;
  height: 40px;
}
.features .about_content_open :hover path, .features .about_content_open :focus path {
  fill: #71E360;
}
.features .about_content_open :hover rect, .features .about_content_open :focus rect {
  stroke: #71E360;
}
.features .about_content_open.accordion__rotate {
  transform: rotate(90deg);
}
.features .about_content_title {
  margin-bottom: 0;
  padding-top: 10px;
  text-transform: lowercase;
}
.features .about_content_title::first-letter {
  text-transform: uppercase;
}
.features .about_content_text {
  padding-top: 10px;
  display: none;
}
.features .about-right {
  min-width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #F8F8FA;
}
.features .about-right-img {
  width: 48%;
  height: auto;
}
.features .about_content_image_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
}
.features .about_content_image {
  width: auto;
  height: 250px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1650px) {
  .features .about_content_image {
    width: auto;
    height: 200px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .features .about-card_btn {
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .features .about-card_btn img {
    width: 32px;
    height: 32px;
  }
  .features .about_title {
    margin-left: 142px;
  }
  .features .about-card_item {
    min-height: 92px;
  }
  .features .about-card_left {
    margin-right: 16px;
    border-radius: 20px;
    background: #F8F8FA;
    min-width: 92px;
    max-width: 92px;
    min-height: 92px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .features .about-card_right {
    padding: 26px;
  }
  .features .about_content_open svg {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1370px) {
  .features .about-card_btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .features .about-card_btn svg {
    width: 30px;
    height: 30px;
  }
  .features .about-card_left {
    margin-right: 12px;
    border-radius: 17px;
    background: #F8F8FA;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .features .about-card_right {
    padding: 20px;
    border-radius: 17px;
  }
  .features .about-card_item {
    margin-bottom: 12px;
    min-height: 80px;
  }
  .features .about_content_open {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .features .about-right-img {
    width: 60%;
    height: auto;
  }
}
@media screen and (max-width: 1050px) and (min-width: 551px) {
  .features .features-content {
    margin-top: 40px;
  }
  .features .faqnew_menu {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .features .features-list-left {
    width: 100%;
    padding-right: 0px;
  }
  .features .features-list-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 12px;
  }
  .features .faqnew_content_box.active {
    flex-wrap: wrap;
  }
  .features .about_content_title {
    font-size: 20px;
    padding-top: 10px;
  }
  .features .about_content_open {
    top: 24px;
    right: 24px;
    width: 40px;
    height: 40px;
  }
  .features .about-card_right {
    padding: 24px;
  }
  .features .about_content_text {
    padding-top: 18px;
    display: none;
  }
  .features .about-left {
    min-width: 100%;
    padding-right: 0;
  }
  .features .about-card_item {
    min-height: 90px;
    margin-bottom: 12px;
  }
  .features .about-right {
    min-width: 100%;
    border-radius: 20px;
    padding: 28px;
    margin-top: 30px;
  }
  .features .about-right-img {
    height: auto;
    width: 400px;
  }
}
@media screen and (max-width: 550px) {
  .features .about-card_left {
    align-items: start;
  }
  .features .about-card_btn {
    margin-top: 15px;
  }
  .features .about-card_btn {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .features .about_content_image {
    max-width: 220px;
    max-height: 300px;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .features .faqnew_content_box.active {
    flex-wrap: wrap;
  }
  .features .features-content {
    margin-top: 40px;
  }
  .features .faqnew_menu {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .features .features-list-left {
    width: 100%;
    padding-right: 0px;
  }
  .features .features-list-right {
    width: 100%;
    padding-left: 0px;
    margin-top: 12px;
  }
  .features .faqnew_menu_item {
    margin-bottom: 8px;
  }
  .features .faqnew_menu {
    margin-bottom: 28px;
  }
  .features .about_content_text {
    padding-top: 20px;
    display: none;
    margin-left: -40px;
    width: 130%;
  }
  .features .about-left {
    min-width: 100%;
    padding-right: 0;
  }
  .features .about-card_item {
    min-height: unset;
    margin-bottom: 12px;
  }
  .features .about-right {
    min-width: 100%;
    border-radius: 20px;
    padding: 28px;
    margin-top: 30px;
  }
  .features .about-right-img {
    height: auto;
    width: 250px;
  }
  .features .about-card_left {
    margin-right: 0;
    border-radius: 17px;
    background: #F8F8FA;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .features .about-card_right {
    padding: 18px 20px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding-right: 60px;
    min-height: 76px;
  }
  .features .about_content_title {
    font-size: 16px;
  }
  .features .about_content_title {
    margin-bottom: 0;
    padding-top: 10px;
  }
  .features .about_content_open {
    top: 23px;
    bottom: auto;
    right: 20px;
    width: 36px;
    height: 36px;
  }
  .features .about-card_btn img {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 380px) {
  .features .about-card_btn {
    margin-top: 18px;
  }
  .features .about_content_image {
    max-width: 200px;
    max-height: 280px;
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .features .about_content_title {
    font-size: 16px;
  }
  .features .about_content_open {
    top: 24px;
    right: 15px;
    width: 30px;
    height: 30px;
  }
  .features .about_content_open svg {
    width: 30px;
    height: 30px;
  }
  .features .about_content_text {
    padding-top: 20px;
    display: none;
    margin-left: -40px;
    width: 140%;
  }
  .features .about-card_btn {
    width: 40px;
    height: 40px;
  }
  .features .about-card_btn img {
    width: 20px;
    height: 20px;
  }
}

.benefits .benefits-top {
  display: flex;
  justify-content: space-between;
}
.benefits .benefits-title {
  max-width: 800px;
  padding-right: 30px;
}
.benefits .benefits-top_right {
  max-width: 666px;
}
.benefits .benefits-bottom {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.benefits .benefits-bottom_card {
  border-radius: 30px;
  background: #F5F5F7;
  backdrop-filter: blur(2.5px);
  padding: 30px;
  min-height: 238px;
  height: auto;
  width: calc(25% - 12px);
}
.benefits .benefits-bottom_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background: #FFF;
  padding: 12px 16px;
  height: 90px;
  width: 90px;
}
.benefits .benefits-bottom_box.card1 {
  width: 100%;
}
.benefits .benefits-bottom_icon {
  min-width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}
.benefits .benefits-bottom_icon svg {
  width: 30px;
  height: 30px;
}
.benefits .benefits-bottom_title {
  max-width: 230px;
}
.benefits .benefits-bottom_text {
  margin-top: 16px;
}
@media screen and (max-width: 1650px) {
  .benefits .benefits-title {
    max-width: 566px;
    padding-right: 20px;
  }
  .benefits .benefits-top_right {
    max-width: 666px;
  }
  .benefits .benefits-bottom_card {
    border-radius: 30px;
    background: #F5F5F7;
    backdrop-filter: blur(2.5px);
    padding: 20px;
    min-height: 238px;
    height: auto;
    width: calc(25% - 6px);
  }
  .benefits .benefits-bottom_box {
    height: 82px;
    width: 82px;
  }
  .benefits .benefits-bottom_box.card1 {
    width: 100%;
  }
}
@media screen and (max-width: 1370px) {
  .benefits .benefits-top_right {
    max-width: 450px;
  }
  .benefits .benefits-title {
    max-width: 600px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1050px) {
  .benefits .benefits-top {
    flex-wrap: wrap;
  }
  .benefits .benefits-title {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
  }
  .benefits .benefits-top_right {
    max-width: 100%;
    margin-top: 40px;
  }
  .benefits .benefits-bottom {
    flex-wrap: wrap;
  }
  .benefits .benefits-bottom_card {
    margin-bottom: 24px;
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 550px) {
  .benefits .benefits-top_right {
    margin-top: 28px;
  }
  .benefits .benefits-bottom {
    margin-top: 40px;
  }
  .benefits .benefits-bottom_card {
    margin-bottom: 12px;
    width: 100%;
    min-height: 170px;
  }
}

.influencers {
  background: #F5F5F7;
}
.influencers .influencers-content {
  margin-top: 50px;
  width: 100%;
}
.influencers .influencers_sub_title {
  max-width: 100% !important;
}
.influencers .influencers-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.influencers .influencers-card {
  padding: 20px;
  border-radius: 30px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 260px;
  min-height: 200px;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  text-decoration: none;
  align-items: center;
}
.influencers .influencers-card:hover, .influencers .influencers-card:focus {
  background-color: rgba(113, 227, 96, 0.2);
  border: 1px solid #71E360;
}
.influencers .influencers-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.influencers .influencers-name {
  margin-top: 16px;
  max-width: 240px;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  .influencers .influencers-card {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 208px;
    min-height: 172px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    align-items: center;
  }
  .influencers .influencers-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  .influencers .influencers-name {
    margin-top: 16px;
    max-width: 168px;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  .influencers .influencers-list {
    justify-content: center;
  }
  .influencers .influencers-card {
    padding: 12px;
    border-radius: 24px;
    width: 160px;
    min-height: 160px;
    margin-right: 6px;
    margin-left: 6px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 380px) {
  .influencers .influencers-card {
    padding: 10px;
    border-radius: 20px;
    width: 150px;
    min-height: 150px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 2000px) {
  body {
    transform-origin: top;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
  }
  .how-work .how-work_right {
    height: auto;
  }
  .how-work {
    min-height: auto;
  }
  .shop .shop-content {
    height: auto;
  }
  .shop {
    min-height: auto;
  }
  .application .application-card-img {
    background-size: cover;
  }
  .learn .learn-animation {
    -webkit-animation: slide 160s linear infinite;
  }
  .contents .contents-content {
    min-height: auto;
  }
  .contents {
    min-height: auto;
  }
  .choose_devices_modal_right {
    height: auto;
  }
  .choose_devices_modal {
    left: 40px;
    height: auto;
  }
}
@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

/*# sourceMappingURL=sizzapp-style.css.map */
