@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;
  }
  body {
    color: #333333;
    font-family: "Actay", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #ebeffd;
    overflow: hidden;
  }
  .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: 90px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  h3 {
    font-size: 42px;
    font-weight: 400;
    text-align: left;
    line-height: 130%;
    text-transform: uppercase;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 90px;
    font-size: 18px;
    position: relative;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #ffcf34, #ffeaa6);
    font-family: "Actay", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 700;
    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;
    margin-right: 15px;
  }
  .button button img {
    opacity: 1 !important;
    z-index: 1;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ffeaa6, #ffcf34);
    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 {
    height: 60px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }
  .menu .adr p {
    width: 270px;
    margin-left: 15px;
    text-align: right;
    line-height: 130%;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
  }
  .menu .social a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social a:last-child {
    margin-left: 10px;
  }
  .menu .social a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    font-size: 14px;
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .menu .tel a:nth-child(n+2) {
    margin-top: 4px;
  }
  .main {
    padding-top: 150px;
    position: relative;
  }
  .main .flower1 {
    position: absolute;
    height: 700px;
    left: -350px;
    bottom: -100px;
    opacity: 0.1;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .main .flower2 {
    position: absolute;
    height: 700px;
    right: -350px;
    bottom: -80px;
    opacity: 0.1;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .main .left {
    position: relative;
  }
  .main .left h1 {
    font-size: 53px;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
  }
  .main .left h1 span {
    display: block;
    font-weight: 400;
  }
  .main .left .h1_dop {
    margin-top: 30px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    color: #323232;
    width: 420px;
    position: relative;
  }
  .main .left .h1_dop > img {
    position: absolute;
    right: -85px;
    bottom: -55px;
    height: 100px;
    opacity: 0.7;
  }
  .main .left .button {
    margin-top: 20px;
    width: 420px;
  }
  .main .left .img_main {
    width: 650px;
    height: 415px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 20px;
    overflow: hidden;
  }
  .main .left .img_main img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
  }
  .bg2 .h3_dop {
    margin-top: 10px;
    font-size: 20px;
    line-height: 140%;
    width: 900px;
  }
  .bg2 .gallery {
    display: flex !important;
    margin-top: 50px;
  }
  .bg2 .gallery a {
    width: 400px !important;
    height: 550px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  .bg2 .gallery a img {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .bg2 .plusi .item {
    text-align: center;
  }
  .bg2 .plusi .item:nth-child(1) {
    width: 235px;
  }
  .bg2 .plusi .item:nth-child(2) {
    width: 235px;
  }
  .bg2 .plusi .item:nth-child(3) {
    width: 260px;
  }
  .bg2 .plusi .item:nth-child(4) {
    width: 255px;
  }
  .bg2 .plusi .item b {
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
  }
  .bg2 .plusi .item p {
    margin-top: 5px;
  }
  .footer .cont_all {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .footer .cont_all .cont {
    width: 450px;
  }
  .footer .cont_all .cont .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer .cont_all .cont .item p {
    font-size: 18px;
  }
  .footer .cont_all .cont .item a,
  .footer .cont_all .cont .item b {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    font-size: 22px;
    margin-top: 7px;
  }
  .footer .cont_all .cont .h1_dop {
    margin-top: 30px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    color: #323232;
    width: 420px;
    position: relative;
  }
  .footer .cont_all .cont .h1_dop > img {
    position: absolute;
    right: -85px;
    bottom: -55px;
    height: 100px;
    opacity: 0.7;
  }
  .footer .cont_all .cont .button {
    margin-top: 20px;
    width: 420px;
  }
  .footer .cont_all .mmap {
    width: 630px;
    border-radius: 20px;
    overflow: hidden;
  }
  .desc {
    display: flex !important;
  }
  .mob {
    display: none !important;
  }
}
@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;
  }
  body {
    color: #333333;
    font-family: "Actay", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #ebeffd;
    overflow: hidden;
  }
  .container {
    max-width: 700px;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 700px;
    width: 100%;
    min-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 90px 0;
  }
  header {
    background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
  }
  h3 {
    font-size: 42px;
    font-weight: 400;
    text-align: left;
    line-height: 130%;
    text-transform: uppercase;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 90px;
    font-size: 18px;
    position: relative;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #ffcf34, #ffeaa6);
    font-family: "Actay", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 700;
    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;
    margin-right: 15px;
  }
  .button button img {
    opacity: 1 !important;
    z-index: 1;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ffeaa6, #ffcf34);
    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 {
    height: 60px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
  }
  .menu .adr p {
    width: 270px;
    margin-left: 15px;
    text-align: right;
    line-height: 130%;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
  }
  .menu .social a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social a:last-child {
    margin-left: 10px;
  }
  .menu .social a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    font-size: 14px;
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .menu .tel a:nth-child(n+2) {
    margin-top: 4px;
  }
  .main {
    padding-top: 130px;
    position: relative;
  }
  .main .flower1 {
    position: absolute;
    height: 700px;
    left: -350px;
    bottom: auto;
    top: 100px;
    opacity: 0.1;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .main .flower2 {
    position: absolute;
    height: 700px;
    right: -350px;
    bottom: auto;
    top: 100px;
    opacity: 0.1;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .main .left {
    position: relative;
  }
  .main .left h1 {
    font-size: 53px;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
  }
  .main .left h1 span {
    display: block;
    font-weight: 400;
  }
  .main .left .h1_dop {
    margin-top: 30px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    color: #323232;
    width: 420px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .h1_dop > img {
    position: absolute;
    right: -85px;
    bottom: -55px;
    height: 100px;
    opacity: 0.7;
  }
  .main .left .img_main {
    width: 100%;
    height: 350px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    top: 0;
    right: 0px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
  }
  .main .left .img_main img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .button {
    margin-top: 20px;
    width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item:nth-child(n+3) {
    margin-top: 30px;
  }
  .main .left .plusi .item p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-left: 15px;
    width: 246px;
  }
  .bg2 .h3_dop {
    margin-top: 10px;
    font-size: 20px;
    line-height: 140%;
    width: 100%;
  }
  .bg2 .gallery {
    display: flex !important;
    margin-top: 50px;
  }
  .bg2 .gallery a {
    width: 400px !important;
    height: 550px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  .bg2 .gallery a img {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .gallery .owl-prev {
    left: 100px !important;
    transition: ease-in-out 0.2s;
  }
  .bg2 .gallery .owl-next {
    right: 100px !important;
    transition: ease-in-out 0.2s;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .bg2 .plusi .item {
    text-align: center;
  }
  .bg2 .plusi .item:nth-child(1) {
    width: 48%;
  }
  .bg2 .plusi .item:nth-child(2) {
    width: 48%;
  }
  .bg2 .plusi .item:nth-child(3) {
    width: 48%;
    margin-top: 30px;
  }
  .bg2 .plusi .item:nth-child(4) {
    width: 48%;
    margin-top: 30px;
  }
  .bg2 .plusi .item b {
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
  }
  .bg2 .plusi .item p {
    margin-top: 5px;
  }
  .footer h3 {
    text-align: center;
  }
  .footer .cont_all {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
  .footer .cont_all .cont {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .cont_all .cont .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer .cont_all .cont .item p {
    font-size: 18px;
  }
  .footer .cont_all .cont .item a,
  .footer .cont_all .cont .item b {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    font-size: 22px;
    margin-top: 7px;
  }
  .footer .cont_all .cont .h1_dop {
    margin-top: 30px;
    font-size: 22px;
    line-height: 140%;
    font-weight: 400;
    color: #323232;
    width: 480px;
  }
  .footer .cont_all .cont .button {
    margin-top: 20px;
    width: 480px;
  }
  .footer .cont_all .mmap {
    width: 100%;
    height: 400px;
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 700px) {
  * {
    margin: 0;
    padding: 0;
    outline: 0 !important;
    box-sizing: border-box;
  }
  html {
    min-width: 320px;
    line-height: 145%;
    overflow-x: hidden;
  }
  *:before,
  *:after {
    box-sizing: border-box;
  }
  body {
    color: #333333;
    font-family: "Actay", sans-serif !important;
    -webkit-overflow-scrolling: touch;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    background-color: #ebeffd;
    overflow: hidden;
  }
  .container {
    max-width: 360px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .container2 {
    max-width: 360px;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .cd-auto-hide-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    transition: transform 0.5s;
    z-index: 30;
    display: flex;
    align-items: center;
  }
  .cd-auto-hide-header.is-hidden {
    transform: translateY(0%);
  }
  .animate {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }
  section {
    padding: 50px 0;
  }
  header {
    background: url(../img/bg1.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
  }
  h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 130%;
    text-transform: uppercase;
  }
  h3 span {
    font-weight: 500;
    color: #008aff;
  }
  .button {
    cursor: pointer;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    width: 500px;
    height: 70px;
    font-size: 18px;
    position: relative;
  }
  .button button {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, #ffcf34, #ffeaa6);
    font-family: "Actay", sans-serif !important;
    cursor: pointer;
    border: none;
    color: #333;
    font-weight: 700;
    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: 14px;
    margin-right: 10px;
  }
  .button button img {
    opacity: 1 !important;
    z-index: 1;
    height: 20px;
  }
  .button button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to top, #ffeaa6, #ffcf34);
    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 {
    height: 33px;
  }
  .menu .logo p {
    width: 240px;
    margin-left: 20px;
  }
  .menu .adr {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    width: 155px;
  }
  .menu .adr p {
    margin-left: 0px;
    text-align: right;
    line-height: 130%;
    font-size: 9px;
  }
  .menu .social {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
  }
  .menu .social a {
    width: 40px;
    height: 40px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .social a:last-child {
    margin-left: 10px;
  }
  .menu .social a img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .menu .tel {
    text-align: right;
  }
  .menu .tel p {
    font-size: 14px;
    line-height: 14px;
  }
  .menu .tel a {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
    color: #333;
    display: block;
  }
  .menu .tel a:nth-child(n+2) {
    margin-top: 4px;
  }
  .main {
    padding-top: 80px;
    position: relative;
  }
  .main .flower1 {
    position: absolute;
    height: 400px;
    left: -150px;
    bottom: auto;
    top: 50px;
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .main .flower2 {
    position: absolute;
    height: 400px;
    right: -150px;
    bottom: auto;
    top: 50px;
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 50%);
    mask-image: linear-gradient(to top, transparent 0%, black 50%);
  }
  .main .left {
    position: relative;
  }
  .main .left h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 115%;
    text-transform: uppercase;
    text-align: center;
  }
  .main .left h1 span {
    display: block;
    font-weight: 400;
  }
  .main .left .h1_dop {
    margin-top: 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: #323232;
    width: 266px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .main .left .h1_dop > img {
    position: absolute;
    right: -35px;
    top: 16px;
    height: 50px;
    opacity: 0.7;
    rotate: 0deg;
  }
  .main .left .img_main {
    width: 100%;
    height: 180px;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    top: 0;
    right: 0px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 20px;
  }
  .main .left .img_main img {
    width: 100%;
    height: 100%;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .main .left .button {
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
    width: -moz-max-content;
    width: max-content;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }
  .main .left .plusi .item {
    display: flex;
    align-items: center;
  }
  .main .left .plusi .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .main .left .plusi .item img {
    width: 35px;
  }
  .main .left .plusi .item p {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-left: 15px;
    width: -moz-max-content;
    width: max-content;
  }
  .bg2 .h3_dop {
    margin-top: 10px;
    font-size: 14px;
    line-height: 140%;
    width: 100%;
  }
  .bg2 .gallery {
    display: flex !important;
    margin-top: 40px;
  }
  .bg2 .gallery a {
    width: 260px !important;
    height: 350px !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
  }
  .bg2 .gallery a img {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .bg2 .gallery .owl-prev {
    left: 0px !important;
    transition: ease-in-out 0.2s;
    width: 40px !important;
  }
  .bg2 .gallery .owl-next {
    right: 0px !important;
    transition: ease-in-out 0.2s;
    width: 40px !important;
  }
  .bg2 .plusi {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .bg2 .plusi .item {
    text-align: center;
  }
  .bg2 .plusi .item:nth-child(n+2) {
    margin-top: 20px;
  }
  .bg2 .plusi .item img {
    width: 35px;
  }
  .bg2 .plusi .item b {
    display: block;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 14px;
  }
  .bg2 .plusi .item p {
    margin-top: 3px;
    font-size: 14px;
    line-height: 130%;
  }
  .footer h3 {
    text-align: center;
  }
  .footer .cont_all {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
  }
  .footer .cont_all .cont {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .cont_all .cont .item:nth-child(n+2) {
    margin-top: 15px;
  }
  .footer .cont_all .cont .item p {
    font-size: 14px;
  }
  .footer .cont_all .cont .item a,
  .footer .cont_all .cont .item b {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    margin-top: 7px;
  }
  .footer .cont_all .cont .h1_dop {
    margin-top: 30px;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    color: #323232;
    width: 266px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer .cont_all .cont .h1_dop > img {
    position: absolute;
    right: -35px;
    top: 16px;
    height: 50px;
    opacity: 0.7;
    rotate: 0deg;
  }
  .footer .cont_all .cont .button {
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer .cont_all .mmap {
    width: 100%;
    height: 300px;
    margin-top: 50px;
    border-radius: 20px;
    overflow: hidden;
  }
  .desc {
    display: none !important;
  }
  .mob {
    display: flex !important;
  }
}
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: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3);
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-tel .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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;
}

/*call desc*/
.callback-bt-desctop {
  background: #3469ff;
  border: 2px solid #3469ff;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3);
  cursor: pointer;
  height: 70px;
  text-align: center;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 5%;
  bottom: 5%;
  z-index: 999;
  transition: 0.3s;
  animation: hoverWave linear 2s infinite;
  position: fixed;
}

.callback-bt-desctop .text-call {
  height: 58px;
  width: 58px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.callback-bt-desctop .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;
}

.fa-phone {
  margin-right: 3px;
  margin-top: 3px;
}

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

.callback-bt-desctop 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(58, 105, 255, 0.3), 0 0 0 0 rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 10px rgba(58, 105, 255, 0.2), 0 0 0 0 rgba(58, 105, 255, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 12px rgba(58, 105, 255, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(58, 105, 255, 0.3), 0 0 0 15px rgba(58, 105, 255, 0), 0 0 0 25px rgba(58, 105, 255, 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-outer {
  overflow: visible !important;
}

.owl-stage {
  display: flex !important;
}

.owl-item {
  opacity: 1;
}

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

.owl-item {
  width: -moz-max-content !important;
  width: max-content !important;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  position: absolute;
  top: 50%; /* центр по вертикали */
  transform: translateY(-50%); /* смещение ровно на половину своей высоты */
  display: block;
  z-index: 10; /* чтобы были поверх картинок */
}

.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: 357px;
  transition: ease-in-out 0.2s;
}

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

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

.owl-next {
  right: 357px;
  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-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  display: flex;
}

/*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: "Actay", 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;
}/*# sourceMappingURL=style.css.map */