@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: 80px;
    font-size: 18px;
  }
  .button a {
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    font-family: "Ford Antenna", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-transform: initial;
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
  }
  .button button p img {
    margin-right: 10px;
    height: 30px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .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;
  }
  .button_max {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 80px;
    font-size: 18px;
  }
  .button_max button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #44ccff, #5533ee, #9933dd) !important;
    font-family: "Ford Antenna", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button_max button p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-transform: initial;
  }
  .button_max button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #44ccff, #5533ee, #9933dd) !important;
    opacity: 0;
    transition: 0.3s;
  }
  .button_max 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;
  }
  .button_block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .button_block .button {
    width: 48%;
  }
  .button_block .button_max {
    width: 48%;
  }
  .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: 46px;
    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 .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%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30% 10px;
    height: 100%;
  }
  .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: 310px;
    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: 50px;
  }
  .video .right iframe {
    width: 48%;
    height: 310px;
  }
  .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: 80px;
    font-size: 18px;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    font-family: "Ford Antenna", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-transform: initial;
  }
  .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;
  }
  .button_max {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 80px;
    font-size: 18px;
  }
  .button_max button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #44ccff, #5533ee, #9933dd);
    font-family: "Ford Antenna", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button_max button p {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-transform: initial;
  }
  .button_max button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #44ccff, #5533ee, #9933dd);
    opacity: 0;
    transition: 0.3s;
  }
  .button_max 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;
  }
  .button_block {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  .button_block .button {
    width: 48%;
  }
  .button_block .button_max {
    width: 48%;
  }
  .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: 100%;
    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 .right {
    width: 100%;
    height: 500px;
    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: 25px !important;
    margin-top: 0px;
    padding-top: 0px;
    flex-direction: column;
  }
  .main .left .right > img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30% 10px 10px 10px;
    height: 100%;
    background-position: 50% 50%;
  }
  .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: 190px;
    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: 50px;
  }
  .video .right iframe {
    width: 48%;
    height: 190px;
  }
  .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: 500px;
    height: 70px;
    font-size: 18px;
  }
  .button a {
    text-decoration: none;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #70c1ff, #1569aa);
    font-family: "Ford Antenna", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-transform: initial;
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
  }
  .button button p img {
    margin-right: 10px;
    height: 25px;
    display: flex;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .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;
  }
  .button_max {
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 70px;
    font-size: 18px;
  }
  .button_max button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #44ccff, #5533ee, #9933dd) !important;
    font-family: "Ford Antenna", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #fff;
    font-weight: 400;
    transition: background 0.2s ease;
    width: 100%;
    transition: 0.3s;
  }
  .button_max button p {
    position: relative;
    z-index: 1;
    font-size: 18px;
    text-transform: initial;
  }
  .button_max button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to top, #44ccff, #5533ee, #9933dd) !important;
    opacity: 0;
    transition: 0.3s;
  }
  .button_max 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;
  }
  .button_block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column;
  }
  .button_block .button {
    width: 100%;
  }
  .button_block .button_max {
    width: 100%;
    margin-top: 15px;
  }
  .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: 28px;
    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 .right {
    width: 100%;
    height: 320px;
    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-top: 0px;
    padding-top: 12px;
    flex-direction: column;
  }
  .main .left .right > img {
    width: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 30% 10px;
    height: 100%;
  }
  .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: 20px;
  }
  .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: 190px;
    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: 50px;
  }
  .video .right iframe {
    width: 100%;
    height: 190px;
  }
  .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-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 .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;
}

/* плавающая кнопка QR */
.callback-bt-qr {
  background: #fff;
  border: 2px solid #70c1ff;
  box-shadow: 0 8px 10px rgba(21, 105, 170, 0.3);
  border-radius: 8px;
  padding: 6px;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 999;
  position: fixed;
  right: 5% !important;
  bottom: -25% !important;
  opacity: 0;
  transition: 0.5s linear;
  cursor: pointer;
  display: block;
  text-decoration: none;
  line-height: 0;
}

.callback-bt-qr img {
  display: block;
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.callback-bt-qr.show {
  opacity: 1;
  bottom: calc(5% + 0px) !important;
}

@media screen and (max-width: 700px) {
  .callback-bt-qr img {
    width: 80px;
    height: 80px;
  }
  .callback-bt-qr.show {
    bottom: calc(3% + 0px) !important;
  }
  .callback-bt-qr img {
    display: block;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 4px;
  }
}/*# sourceMappingURL=style.css.map */