@charset "UTF-8";
@media screen and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 1200px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
    height: 100%;
  }
  .container {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  h3 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    position: relative;
    z-index: 3;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #70c1ff, #1569aa);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 80px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    margin-top: 100px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .main .left {
    width: 481px;
  }
  .main .left h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
  }
  .main .left h1 span {
    color: #b7d445;
  }
  .main .left .h1_dop {
    margin-top: 10px;
    font-size: 25px;
    line-height: 145%;
    font-weight: 200;
    color: #323232;
  }
  .main .left .plusi {
    margin-top: 30px;
  }
  .main .left .plusi li {
    list-style-type: none;
    font-size: 20px;
    line-height: 140%;
    position: relative;
    padding-left: 30px;
  }
  .main .left .plusi li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background-image: url("../img/pin.svg");
    background-size: cover;
  }
  .main .left .plusi li:nth-child(n+2) {
    margin-top: 20px;
  }
  .main .left .button {
    margin-top: 40px;
    width: 100%;
  }
  .main .left .right {
    width: 620px;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    justify-content: space-between;
    position: relative;
    align-items: center;
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 0px;
    padding-top: 12px;
    flex-direction: column;
  }
  .main .left .right > img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(1.15);
    transform-origin: center center;
    border-radius: 0;
  }
  .main .left .right .social {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 18px;
    width: 95%;
  }
  .main .left .right .social .item {
    display: flex;
    align-items: center;
    /* From https://css.glass */
    background-color: #fff;
    padding: 15px 20px;
    margin-top: auto;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.2s ease;
  }
  .main .left .right .social .item:hover {
    transform: translateY(-5px);
  }
  .main .left .right .social .item img {
    height: 50px;
  }
  .main .left .right .social .item .info {
    margin-left: 15px;
  }
  .main .left .right .social .item .info b {
    font-family: "NEXT ART", sans-serif !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
  }
  .main .left .right .social .item .info p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 3px;
  }
  .text {
    width: 777px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .text h3 {
    text-align: center;
    width: 100%;
  }
  .text > p {
    margin-top: 15px;
    font-size: 25px;
    line-height: 145%;
    font-weight: 200;
  }
  .text img {
    width: 600px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .otz {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .otz a {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }
  .otz a:nth-child(n+3) {
    margin-top: 40px;
  }
  .otz a img {
    height: auto;
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otz .owl-prev {
    left: 190px;
    transition: ease-in-out 0.2s;
  }
  .otz .owl-next {
    right: 190px;
    transition: ease-in-out 0.2s;
  }
  .video {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .video .left {
    width: 730px;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .video .left h3 {
    text-align: center;
  }
  .video .left > p {
    margin-top: 15px;
    font-size: 25px;
    line-height: 135%;
    font-weight: 200;
  }
  .video .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .video .right .youtube {
    width: 48%;
    height: 480px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video .right .youtube:nth-child(n+3) {
    margin-top: 50px;
  }
  .video .right .youtube .ytb {
    position: absolute;
    width: 70px;
  }
  .video .right iframe {
    width: 48%;
    height: 480px;
  }
  .video .right iframe:nth-child(n+3) {
    margin-top: 50px;
  }
  .video .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .lines {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 !important;
    min-width: 1200px;
    max-width: 1200px;
    z-index: 0;
  }
  .line {
    position: relative;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(155, 155, 155, 0.1);
    overflow: hidden;
  }
  .line::after {
    content: "";
    display: block;
    position: relative;
    height: 50vh;
    width: 1px;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 10s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  }
  .line::after {
    animation-delay: 4s;
  }
  .line:nth-child(n+2) {
    margin-left: 0%;
  }
  .line:nth-child(odd)::after {
    animation-delay: 2s;
  }
  @keyframes drop {
    0% {
      top: -50%;
    }
    100% {
      top: 110%;
    }
  }
}
@media screen and (max-width: 1200px) and (min-width: 993px) {
  html {
    min-width: 993px;
    zoom: 80%;
  }
}
@media screen and (max-width: 992px) and (min-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 700px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
    height: 100%;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 1200px;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  h3 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    position: relative;
    z-index: 3;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 100px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 24px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #70c1ff, #1569aa);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 80px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    margin-top: 70px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .main .left {
    width: 100%;
  }
  .main .left h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    width: 481px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left h1 span {
    color: #b7d445;
  }
  .main .left .h1_dop {
    margin-top: 10px;
    font-size: 25px;
    line-height: 145%;
    font-weight: 200;
    color: #323232;
    text-align: center;
    width: 481px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .plusi {
    margin-top: 60px;
  }
  .main .left .plusi .plus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .left .plusi li {
    list-style-type: none;
    font-size: 18px;
    line-height: 140%;
    position: relative;
    padding-left: 0px;
    width: 32%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .left .plusi li::before {
    position: absolute;
    content: "";
    left: auto;
    top: -25px;
    width: 15px;
    height: 15px;
    background-image: url("../img/pin.svg");
    background-size: cover;
  }
  .main .left .plusi li:nth-child(n+2) {
    margin-top: 0;
  }
  .main .left .plusi li:nth-child(n+4) {
    margin-top: 50px;
  }
  .main .left .plusi li:last-child {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .button {
    margin-top: 40px;
    width: 100%;
  }
  .main .left .right {
    width: 100%;
    height: 600px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    justify-content: space-between;
    position: relative;
    align-items: center;
    position: relative;
    top: auto;
    right: 0px;
    margin-top: 20px !important;
    margin-top: 0px;
    padding-top: 12px;
    flex-direction: column;
  }
  .main .left .right > img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    transform: scale(1.15);
    transform-origin: center center;
    border-radius: 0;
  }
  .main .left .right .social {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 25px;
    width: 95%;
  }
  .main .left .right .social .item {
    display: flex;
    align-items: center;
    /* From https://css.glass */
    background-color: #fff;
    padding: 15px 20px;
    margin-top: auto;
    width: -moz-max-content;
    width: max-content;
    justify-content: center;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.2s ease;
  }
  .main .left .right .social .item:hover {
    transform: translateY(-5px);
  }
  .main .left .right .social .item img {
    height: 50px;
  }
  .main .left .right .social .item .info {
    margin-left: 15px;
  }
  .main .left .right .social .item .info b {
    font-family: "NEXT ART", sans-serif !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
  }
  .main .left .right .social .item .info p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 3px;
  }
  .text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .text h3 {
    text-align: center;
    width: 100%;
  }
  .text > p {
    margin-top: 15px;
    font-size: 22px;
    line-height: 145%;
    font-weight: 200;
  }
  .otz {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .otz a {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
    justify-content: center;
    width: 49%;
    height: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }
  .otz a:nth-child(n+3) {
    margin-top: 40px;
  }
  .otz a img {
    height: auto;
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otz .owl-prev {
    left: 190px;
    transition: ease-in-out 0.2s;
  }
  .otz .owl-next {
    right: 190px;
    transition: ease-in-out 0.2s;
  }
  .video {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .video .left {
    width: 730px;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .video .left h3 {
    text-align: center;
  }
  .video .left > p {
    margin-top: 15px;
    font-size: 25px;
    line-height: 135%;
    font-weight: 200;
  }
  .video .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .video .right .youtube {
    width: 48%;
    height: 360px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video .right .youtube:nth-child(n+3) {
    margin-top: 30px;
  }
  .video .right .youtube .ytb {
    position: absolute;
    width: 70px;
  }
  .video .right iframe {
    width: 48%;
    height: 360px;
  }
  .video .right iframe:nth-child(n+3) {
    margin-top: 30px;
  }
  .video .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .lines {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 !important;
    min-width: 700px;
    max-width: 700px;
    z-index: 0;
  }
  .line {
    position: relative;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(155, 155, 155, 0.1);
    overflow: hidden;
  }
  .line::after {
    content: "";
    display: block;
    position: relative;
    height: 25vh;
    width: 1px;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 10s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  }
  .line::after {
    animation-delay: 4s;
  }
  .line:nth-child(n+2) {
    margin-left: 0%;
  }
  .line:nth-child(odd)::after {
    animation-delay: 2s;
  }
  @keyframes drop {
    0% {
      top: -50%;
    }
    100% {
      top: 110%;
    }
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 338px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  .font {
    font-family: "NEXT ART", sans-serif !important;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-family: "NEXT ART", sans-serif !important;
  }
  body {
    color: #333333;
    font-family: "Ford Antenna", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #f2f3f7;
    height: 100%;
  }
  .container {
    max-width: 338px;
    min-width: 338px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 338px;
    width: 100%;
    min-width: 338px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(-100%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 70px 0;
  }
  h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    position: relative;
    z-index: 3;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 100%;
    height: 90px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    font-family: "NEXT ART", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 600;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    line-height: 130%;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #70c1ff, #1569aa);
    opacity: 0;
    transition: 0.3s;
  }
  .button button:hover:before {
    opacity: 1;
  }
  .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu p {
    font-size: 14px;
    line-height: 180%;
    font-weight: 400;
  }
  .menu p b {
    font-weight: 700;
  }
  .menu .logo {
    display: flex;
    align-items: center;
  }
  .menu .logo img {
    width: 80px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
  }
  .menu .adr img {
    width: 52px;
  }
  .menu .adr p {
    width: 200px;
    margin-left: 15px;
  }
  .menu .social {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu .social .social_item {
    display: flex;
    justify-content: space-between;
    width: 130px;
  }
  .menu .social .social_item a {
    height: 28px;
    width: auto;
  }
  .menu .social .social_item a img {
    width: 100%;
    height: 100%;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel a {
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    margin-top: 1px;
    display: block;
  }
  .main {
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .main .left {
    width: 100%;
  }
  .main .left h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 125%;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left h1 span {
    color: #b7d445;
  }
  .main .left h1 img {
    width: 35px;
  }
  .main .left .h1_dop {
    margin-top: 10px;
    font-size: 18px;
    line-height: 135%;
    font-weight: 200;
    color: #323232;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .plusi {
    margin-top: 90px;
  }
  .main .left .plusi .plus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main .left .plusi li {
    list-style-type: none;
    font-size: 18px;
    line-height: 140%;
    position: relative;
    padding-left: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main .left .plusi li::before {
    position: absolute;
    content: "";
    left: auto;
    top: -20px;
    width: 15px;
    height: 15px;
    background-image: url("../img/pin.svg");
    background-size: cover;
  }
  .main .left .plusi li:nth-child(n+2) {
    margin-top: 40px;
  }
  .main .left .plusi li:nth-child(n+4) {
    margin-top: 40px;
  }
  .main .left .plusi li:last-child {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .button {
    margin-top: 40px;
    width: 100%;
  }
  .main .left .right {
    width: calc(100% + 40px);
    height: auto;
    aspect-ratio: 31 / 30;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    justify-content: space-between;
    position: relative;
    align-items: center;
    position: relative;
    top: auto;
    right: 0px;
    margin-top: 10px !important;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0px;
    padding-top: 12px;
    flex-direction: column;
  }
  .main .left .right > img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    transform: scale(1);
    transform-origin: center center;
    border-radius: 0;
  }
  .main .left .right .social {
    display: flex;
    justify-content: space-around;
    position: relative;
    flex-direction: column;
    bottom: 0px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
  }
  .main .left .right .social .item {
    display: flex;
    align-items: center;
    /* From https://css.glass */
    background-color: #fff;
    padding: 15px 20px;
    margin-top: auto;
    width: 100%;
    justify-content: center;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.2s ease;
  }
  .main .left .right .social .item:nth-child(n+2) {
    margin-top: 10px;
  }
  .main .left .right .social .item img {
    height: 37px;
  }
  .main .left .right .social .item .info {
    margin-left: 15px;
  }
  .main .left .right .social .item .info b {
    font-family: "NEXT ART", sans-serif !important;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
  }
  .main .left .right .social .item .info p {
    font-size: 13px;
    line-height: 13px;
    margin-top: 3px;
  }
  .text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .text h3 {
    text-align: center;
    width: 100%;
  }
  .text > p {
    margin-top: 15px;
    font-size: 16px;
    line-height: 155%;
    font-weight: 200;
  }
  .text img {
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .otz {
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  }
  .otz a {
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
  }
  .otz a:nth-child(n+2) {
    margin-top: 30px;
  }
  .otz a img {
    height: auto;
    width: 100%;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .otz .owl-prev {
    left: 190px;
    transition: ease-in-out 0.2s;
  }
  .otz .owl-next {
    right: 190px;
    transition: ease-in-out 0.2s;
  }
  .video {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  .video .left {
    width: 730px;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .video .left h3 {
    text-align: center;
  }
  .video .left > p {
    margin-top: 15px;
    font-size: 25px;
    line-height: 135%;
    font-weight: 200;
  }
  .video .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .video .right .youtube {
    width: 100%;
    height: 420px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .video .right .youtube:nth-child(n+2) {
    margin-top: 30px;
  }
  .video .right .youtube .ytb {
    position: absolute;
    width: 70px;
  }
  .video .right iframe {
    width: 100%;
    height: 420px;
  }
  .video .right iframe:nth-child(n+2) {
    margin-top: 30px;
  }
  .video .button {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .lines {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 !important;
    min-width: 338px;
    max-width: 338px;
    z-index: 0;
  }
  .line {
    position: relative;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(155, 155, 155, 0.1);
    overflow: hidden;
  }
  .line:nth-child(2n) {
    display: none;
  }
  .line::after {
    content: "";
    display: block;
    position: relative;
    height: 25vh;
    width: 1px;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 10s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  }
  .line::after {
    animation-delay: 4s;
  }
  .line:nth-child(n+2) {
    margin-left: 0%;
  }
  .line:nth-child(odd)::after {
    animation-delay: 2s;
  }
  @keyframes drop {
    0% {
      top: -50%;
    }
    100% {
      top: 110%;
    }
  }
  .callback-bt-tel .text-call {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .callback-bt-tel .text-call p {
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 600;
  }
  .callback-bt-tel .text-call img {
    width: 22px !important;
    margin-left: 8px;
    position: relative;
    top: -1px;
  }
}
input[type=tel],
input[type=submit],
input[type=text],
input[type=name],
textarea {
  -webkit-appearance: none;
}

img {
  pointer-events: none !important;
}

img {
  opacity: 1;
  transition: opacity 0.4s;
}

img[data-src] {
  opacity: 0;
}

/* начало кнопки звонка */
.callback-bt-tel {
  background: linear-gradient(to bottom, #70c1ff, #1569aa);
  border: 2px solid #70c1ff;
  box-shadow: 0 8px 10px rgba(21, 105, 170, 0.3);
  cursor: pointer;
  border-radius: 5px;
  height: -moz-max-content;
  height: max-content;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5% !important;
  bottom: -5% !important;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
  opacity: 0;
  transition: opacity 0.5s;
  transition: 0.5s linear;
}
.callback-bt-tel a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
}

.callback-bt-tel.show {
  opacity: 1;
  right: 5% !important;
  bottom: 5% !important;
}

.callback-bt-tel .text-call {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.callback-bt-tel .text-call p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}
.callback-bt-tel .text-call img {
  width: 28px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}

.callback-bt-tel .text-call span {
  text-align: center;
  color: #3469ff;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 4px;
  top: 22px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.6s linear;
}

.callback-bt-tel .text-call:hover span {
  opacity: 1;
  font-size: 11px;
}

.callback-bt-tel i {
  animation: 1200ms ease 0s normal none 1 running shake;
  animation-iteration-count: infinite;
  -webkit-animation: 1200ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: infinite;
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(21, 105, 170, 0.3), 0 0 0 0 rgba(21, 105, 170, 0.2), 0 0 0 0 rgba(21, 105, 170, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(21, 105, 170, 0.3), 0 0 0 10px rgba(21, 105, 170, 0.2), 0 0 0 0 rgba(21, 105, 170, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(21, 105, 170, 0.3), 0 0 0 15px rgba(21, 105, 170, 0), 0 0 0 12px rgba(21, 105, 170, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(21, 105, 170, 0.3), 0 0 0 15px rgba(21, 105, 170, 0), 0 0 0 25px rgba(21, 105, 170, 0);
  }
}
/* animations icon */
@keyframes shake {
  0% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-2deg);
    -ms-transform: rotateZ(-2deg);
    -webkit-transform: rotateZ(-2deg);
  }
  100% {
    transform: rotateZ(10deg);
    -ms-transform: rotateZ(10deg);
    -webkit-transform: rotateZ(10deg);
  }
}
/* конец кнопки звонка */
/*OWL*/
.owl-stage {
  display: flex;
  align-items: stretch;
}

.owl-stage-outer {
  overflow: visible !important;
}

.owl-item {
  opacity: 1;
}

.owl-item.active {
  opacity: 1;
  transition: 0.5s all;
}

.owl-item.center img {
  filter: blur(0px);
}

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}
.owl-item img {
  filter: blur(2px);
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 40%;
  display: block;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 40px;
  display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00534b !important;
}

.owl-prev {
  left: -35px;
  transition: ease-in-out 0.2s;
}

.owl-prev:hover {
  transform: translate(-5px);
  transition: ease-in-out 0.2s;
}

.owl-next:hover {
  transform: translate(5px);
  transition: ease-in-out 0.2s;
}

.owl-next {
  right: -35px;
  transition: ease-in-out 0.2s;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #fff;
  text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  width: 55px;
  height: 55px;
}

.owl-nav img {
  box-shadow: none !important;
}

/*OWL*/
form {
  padding: 0px 0 0px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}
form label {
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 25px;
}
form input {
  height: 90px;
  padding: 20px 20px 20px 30px;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  background-color: #fbfbfb;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  color: #333333;
  z-index: 10;
  width: 300px;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b0afaf;
  font-weight: 400;
}
form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b0afaf;
  font-weight: 400;
}
form :-moz-placeholder {
  /* Firefox 18- */
  color: #b0afaf;
  font-weight: 400;
}
form .button {
  height: 90px;
  width: 350px;
  margin-left: 15px;
}

.youtube {
  background: #f0f0f0;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}

.youtube .youtube-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  z-index: 0;
  display: block;
}

.youtube .play {
  background: url("../img/shorts.svg") no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
  background-size: contain;
  height: 100px;
  width: 73px;
  position: absolute;
  transition: none;
  display: flex;
  -o-object-fit: contain;
     object-fit: contain;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.youtube:hover .play {
  background-position: 0 0;
}

/* Модальное окно видео — по центру (как в KOREA) */
.video-modal-wrap {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  pointer-events: none;
}
.video-modal-wrap .box-modal {
  pointer-events: auto;
}
.video-modal-wrap .box-modal {
  position: relative;
  line-height: 0;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
}
.video-modal-wrap .modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}
.video-modal-wrap .modal-close:hover {
  background: rgba(0, 0, 0, 0.7);
}
.video-modal-wrap .modal-content-box {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}
.video-modal-wrap .video-modal-player {
  display: block;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  width: auto;
  height: auto;
  vertical-align: top;
}

.youtube .ytb {
  position: relative;
  z-index: 1;
}

/* Карусель видео: боковые (лев/прав) видны за границами, до краёв экрана */
.video-section {
  overflow-x: hidden;
}
.video-carousel {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 50px;
  overflow: visible;
}
.video-carousel-viewport {
  width: 100%;
  position: relative;
  height: 480px;
  overflow: visible;
}
.video-carousel-track {
  position: relative;
  width: 100%;
  height: 100%;
  display: block !important;
  flex-wrap: nowrap !important;
  margin-top: 0 !important;
  overflow: visible;
}
.video-carousel-track .youtube {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62%;
  height: 100% !important;
  transform: translateX(-50%) scale(0.8);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease, filter 0.35s ease;
  z-index: 1;
  margin-top: 0 !important;
  pointer-events: none;
  touch-action: manipulation;
  cursor: pointer;
}
.video-carousel-track .youtube.center {
  transform: translateX(-50%) scale(1);
  opacity: 1;
  z-index: 3;
  filter: none;
  pointer-events: auto;
}
.video-carousel-track .youtube.side-left {
  transform: translateX(-96%) scale(0.82);
  opacity: 0.55;
  z-index: 2;
  filter: brightness(0.78);
}
.video-carousel-track .youtube.side-right {
  transform: translateX(-4%) scale(0.82);
  opacity: 0.55;
  z-index: 2;
  filter: brightness(0.78);
}
.video-carousel-track .youtube.hidden {
  transform: translateX(-50%) scale(0.7);
  opacity: 0;
  z-index: 1;
}
.video-carousel-btn {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(21, 105, 170, 0.9);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}
.video-carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}

@media screen and (max-width: 992px) and (min-width: 700px) {
  .video-carousel-viewport {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .video-carousel {
    position: relative;
    display: block;
    margin-top: 30px;
  }
  .video-carousel-viewport {
    height: 420px;
  }
  .video-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 26px;
    z-index: 5;
  }
  .video-carousel-btn.prev {
    left: 6px;
  }
  .video-carousel-btn.next {
    right: 6px;
  }
  .video-carousel-track .youtube {
    width: 76%;
  }
  .video-carousel-track .youtube.side-left {
    transform: translateX(-86%) scale(0.82);
  }
  .video-carousel-track .youtube.side-right {
    transform: translateX(-14%) scale(0.82);
  }
  .video-carousel-track .youtube.center {
    transform: translateX(-50%) scale(0.92);
  }
}

/* Карточки «Наши предложения» — одинаковая ширина, кнопки на одном уровне по рядам */
.mobile-row {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.mobile-card {
  display: flex;
  flex-direction: column;
  width: 250px;
  min-width: 250px;
  max-width: 250px;
  box-sizing: border-box;
  align-self: stretch;
}
.mobile-card .price {
  margin-top: auto;
  padding-top: 4px;
}
.mobile-card .mobile-button {
  margin-top: 8px;
}
.mobile-card img {
  width: 100% !important;
  height: 160px !important;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 5px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .mobile-card img {
    height: 140px !important;
  }
}
@media screen and (max-width: 580px) {
  .mobile-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
}
.main .left .h1_dop {
  position: relative;
  z-index: 6;
}

.main .left .h1_dop a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  vertical-align: middle;
  border-radius: 8px;
  position: relative;
  z-index: 7;
  pointer-events: auto;
  transition: transform 0.2s ease;
}

.main .left .h1_dop a:hover {
  transform: translateY(-1px);
}

.main .left .h1_dop a img {
  display: block;
  width: 32px;
  height: 32px;
  pointer-events: auto !important;
}

.main .left .right {
  overflow: hidden;
  border-radius: 30% 10px;
}

@media screen and (min-width: 700px) {
  .main .left .right {
    border-radius: 0;
  }
}

@media screen and (max-width: 700px) {
  .main .left .right {
    border-radius: 0;
  }
}

.main .left h1 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.main .left h1 span {
  display: block;
}

.main .left .h1_dop {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.main .left .plusi_title {
  margin: 0 0 14px 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
}

.main .left .plusi .plus {
  margin: 0;
  padding: 0;
}

.video-reviews-link {
  display: block;
  margin-top: 18px;
  padding-left: 30px;
  font-size: 26px;
  line-height: 135%;
  text-align: left;
  text-decoration: none;
}

.shimmer-text {
  display: inline-block;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  background: linear-gradient(90deg, #1569aa 0%, #2f8fd3 35%, #ff6a5c 70%, #ff3b30 100%);
  background-size: 220% 100%;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: shimmer-text-flow 3.2s ease-in-out infinite;
  will-change: background-position;
}

@keyframes shimmer-text-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 700px) {
  .video-reviews-link {
    width: 100%;
    padding-left: 0;
    font-size: 22px;
    text-align: center;
  }
}

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