@charset "UTF-8";
html {
  box-sizing: border-box;
  max-width: 100vw;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.section {
  max-width: 100vw;
}

img {
  max-width: 100%;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  color: #424758;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
}

.container {
  max-width: 1256px;
  margin: 0 auto;
  padding: 0 15px;
}

.subtitle {
  color: #E5B465;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 52px;
  line-height: 64px;
  color: #2D3748;
  margin: 12px 0;
  text-transform: uppercase;
}

.title.center {
  margin-left: auto;
  margin-right: auto;
}

a {
  text-decoration: none;
}

a:hover {
  color: #E5B465;
  font-weight: 700;
  text-decoration: none;
}

a .anchor {
  position: absolute;
  top: -75px;
  display: block;
}

button,
.btn {
  background-color: #E5B465;
  color: #2D3748;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  padding: 16px 27px;
  cursor: pointer;
  user-select: none;
  margin: 10px 0;
  display: inline-block;
  border: none;
}

button:hover,
.btn:hover {
  background-color: #FFC25F;
  text-decoration: none;
  color: #424758;
}

button:active, button:target, button:focus,
.btn:active,
.btn:target,
.btn:focus {
  background-color: #DAA042;
  text-decoration: none;
  color: #424758;
}

.btn-outline {
  border: 2px solid #E5B465;
  color: #2D3748;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  padding: 16px 27px;
  cursor: pointer;
  user-select: none;
}

.btn-outline:hover {
  color: #2D3748;
  border: 2px solid #FFC25F;
  background-color: #FFC25F;
  text-decoration: none;
}

.btn-outline:active, .btn-outline:target, .btn-outline:focus {
  color: #2D3748;
  border: 2px solid #DAA042;
  background-color: #DAA042;
  text-decoration: none;
}

.logo {
  width: 240px;
}

.logo-mobile {
  display: none;
}

blockquote {
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
  margin-left: 0;
}

.scroll {
  margin: 40px auto;
}

hr {
  border-color: #ddd;
  border-width: 1px;
  border-style: solid;
  border-bottom: none;
}

ul {
  list-style-type: none;
}

ul li:before {
  color: #E5B465;
  content: "■ ";
  padding-right: 10px;
}

ul.complex-list {
  list-style: none;
  padding-left: 0;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 26px;
}

ul.complex-list > li {
  width: 100%;
  padding: 12px;
  max-width: 460px;
  min-height: 155px;
  display: block;
  page-break-inside: avoid;
  margin-bottom: 20px;
}

ul.complex-list > li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #E5B465;
  margin: 20px 0 16px;
}

.phone {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
}

.phone a.phonenum {
  color: #2D3748;
  margin-right: 20px;
}

.phone a.social {
  margin-left: 8px;
}

input[type="text"],
input[type="email"] {
  background: #FFFFFF;
  border: 1px solid #CBD5E0;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 6px 15px;
}

box-sh
input[type="text"]::placeholder, box-sh
input[type="email"]::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #8E8F93;
}

.header {
  margin: 22px auto;
  position: relative;
  background: #FFFFFF;
}

.header.fixed-scrolled {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 8px 0;
  z-index: 99;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head .head-background {
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
  margin-bottom: 40px;
}

.head .head-background .head_bg {
  position: relative;
  z-index: 7;
  top: 0;
  opacity: 0.6;
  min-height: 420px;
  object-fit: cover;
}

.head .head-background .head_bg-overlayer {
  position: absolute;
  z-index: 8;
  right: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 90%;
}

.head .content {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 160px;
}

.head .content .headtitle {
  font-size: 84px;
  line-height: 76px;
  color: #fff;
  margin: 5px auto 10px;
  max-width: 500px;
  text-transform: none;
}

.head .content .head-text {
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 36px;
}

.about {
  border-top: 1px solid #DDDDDD;
  padding-top: 64px;
  margin-bottom: 76px;
}

.about .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 80%;
}

.about .container .content {
  width: 40%;
  margin-right: 24px;
  max-width: 460px;
}

.about .container .avatar {
  width: 40%;
}

.about .container .down-line {
  width: 100%;
}

.slider {
  /*--slide1--*/
  /*--slide2--*/
  /*--slide3--*/
  /*--slide4--*/
  /*--slide5--*/
}

.slider .slider-container {
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}

.slider .slider-container .slick-arrow {
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 80;
  background: none;
  border: none;
  font-size: 0px;
  outline: none;
  cursor: pointer;
}

.slider .slider-container .slick-arrow:hover::before {
  background-color: #F5F5F5;
}

.slider .slider-container .slick-arrow:focus::before, .slider .slider-container .slick-arrow:active::before {
  background-color: #DDD;
}

.slider .slider-container .slick-arrow::before {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}

.slider .slider-container .slick-arrow.slick-prev {
  left: -30px;
}

.slider .slider-container .slick-arrow.slick-prev::before {
  content: "";
  background-image: url("../images/icon/left-arrow.svg");
}

.slider .slider-container .slick-arrow.slick-next {
  right: -30px;
}

.slider .slider-container .slick-arrow.slick-next::before {
  content: "";
  background-image: url("../images/icon/right-arrow.svg");
}

.slider .slider-container .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.slider .slider-container .slick-dots li::before {
  display: none;
}

.slider .slider-container .slick-dots button {
  font-size: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  padding: 0px;
  border: none;
  margin: 8px;
  background-color: #D7D7D7;
  outline: none;
}

.slider .slider-container .slick-dots button:hover {
  background-color: #E5B465;
}

.slider .slider-container .slick-dots .slick-active button {
  width: 10px;
  height: 10px;
  background-color: #E5B465;
  box-shadow: 0px 0px 0px 2px rgba(229, 180, 101, 0.3);
}

.slider .slider-container .slide-content {
  display: flex;
}

.slider .slider-container .slide-wrap {
  display: grid;
  grid-gap: 24px;
  max-width: 90%;
  margin: 0 auto;
}

.slider .slide-mama .slide-wrap {
  grid-template-areas: "img1 img1 img2" "content content img3";
  grid-template-rows: 55% 45%;
  grid-template-columns: 30% 30% 40%;
}

.slider .slide-mama .slide-wrap .slide-mama1 {
  grid-area: img1;
  justify-self: end;
  align-self: end;
}

.slider .slide-mama .slide-wrap .slide-mama2 {
  grid-area: img2;
  align-self: end;
}

.slider .slide-mama .slide-wrap .slide-mama3 {
  grid-area: img3;
  align-self: start;
}

.slider .slide-mama .slide-wrap #mama-content {
  grid-area: content;
  justify-self: end;
  justify-content: center;
  align-items: center;
}

.slider .slide-mama .slide-wrap #mama-content .logoimg {
  margin-right: 26px;
}

.slider .slide-mama .slide-wrap #mama-content .text {
  max-width: 400px;
}

.slider .slide-bella .slide-wrap {
  grid-template-areas: "logo content" "img1 img2";
  grid-template-rows: 42% 58%;
  grid-template-columns: 40% 60%;
}

.slider .slide-bella .slide-wrap .logoimg {
  grid-area: logo;
  align-self: center;
  justify-self: end;
  margin-right: 80px;
}

.slider .slide-bella .slide-wrap .slide-bella1 {
  grid-area: img1;
  justify-self: end;
  align-self: start;
}

.slider .slide-bella .slide-wrap .slide-bella2 {
  grid-area: img2;
  align-self: start;
}

.slider .slide-bella .slide-wrap #bella-content {
  grid-area: content;
  justify-self: left;
  justify-content: center;
  align-items: center;
}

.slider .slide-bella .slide-wrap #bella-content .text {
  max-width: 400px;
}

.slider .slide-rubka .slide-wrap {
  grid-template-areas: "content img1 img2" ". img3 .";
  grid-template-rows: 58% 42%;
  grid-template-columns: 30% 45% 25%;
}

.slider .slide-rubka .slide-wrap .slide-rubka1 {
  grid-area: img1;
  justify-self: end;
  align-self: start;
}

.slider .slide-rubka .slide-wrap .slide-rubka2 {
  grid-area: img2;
  align-self: start;
}

.slider .slide-rubka .slide-wrap .slide-rubka3 {
  grid-area: img3;
  align-self: start;
  justify-self: end;
}

.slider .slide-rubka .slide-wrap #rubka-content {
  grid-area: content;
  justify-self: left;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slider .slide-rubka .slide-wrap #rubka-content .text {
  max-width: 400px;
}

.slider .slide-speakeasy .slide-wrap {
  grid-template-areas: "content logo" "img2 img3" "img2 img1";
  grid-template-rows: 30% 36% 34%;
  grid-template-columns: 40% 60%;
}

.slider .slide-speakeasy .slide-wrap .logoimg {
  grid-area: logo;
  align-self: center;
  justify-self: center;
  margin-right: 80px;
}

.slider .slide-speakeasy .slide-wrap .slide-speakeasy1 {
  grid-area: img1;
  align-self: start;
  justify-self: start;
}

.slider .slide-speakeasy .slide-wrap .slide-speakeasy2 {
  grid-area: img2;
  align-self: start;
  justify-self: end;
}

.slider .slide-speakeasy .slide-wrap .slide-speakeasy3 {
  grid-area: img3;
  align-self: end;
  justify-self: start;
}

.slider .slide-speakeasy .slide-wrap #speakeasy-content {
  grid-area: content;
  justify-self: end;
  justify-content: center;
  align-items: center;
}

.slider .slide-speakeasy .slide-wrap #speakeasy-content .text {
  max-width: 455px;
}

.slider .slide-naprosecco .slide-wrap {
  grid-template-areas: "img1 content" "img1 img2" "img3 img2";
  grid-template-rows: 45% 10% 45%;
  grid-template-columns: 55% 45%;
}

.slider .slide-naprosecco .slide-wrap .slide-naprosecco1 {
  grid-area: img1;
  align-self: start;
  justify-self: end;
}

.slider .slide-naprosecco .slide-wrap .slide-naprosecco2 {
  grid-area: img2;
  align-self: start;
  justify-self: start;
}

.slider .slide-naprosecco .slide-wrap .slide-naprosecco3 {
  grid-area: img3;
  align-self: start;
  justify-self: end;
}

.slider .slide-naprosecco .slide-wrap #naprosecco-content {
  grid-area: content;
  justify-self: start;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.slider .slide-naprosecco .slide-wrap #naprosecco-content .text {
  max-width: 400px;
}

.firstlegal {
  background: #F5F5F5;
  padding: 83px 0 73px;
}

.firstlegal .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 80%;
}

.firstlegal .container .text {
  margin-bottom: 36px;
}

.firstlegal .container .textabout {
  margin-top: 50px;
}

.firstlegal .container .content {
  width: 40%;
  margin-right: 24px;
  max-width: 460px;
}

.firstlegal .container .about-number {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}

.firstlegal .container .about-number .num-item {
  width: 45%;
  border-top: 4px solid #E5B465;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 24px;
  margin-right: 5%;
  min-height: 188px;
}

.firstlegal .container .about-number .num-item .titl {
  font-size: 60px;
  line-height: 64px;
  margin-top: 12px;
  margin-bottom: 20px;
  display: block;
}

.program {
  padding-top: 86px;
  margin-bottom: 64px;
}

.program .container {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 80%;
}

.program .container .content {
  width: 40%;
  margin-right: 24px;
  max-width: 460px;
}

.program .container .key {
  width: 40%;
}

.program .container .down-line {
  width: 100%;
}

.program .container .down-line ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}

.program .container .down-line ul li {
  width: 40%;
  margin-right: 12px;
  max-width: 460px;
  font-weight: bold;
  margin-bottom: 10px;
}

.program .container .down-line ul li span {
  font-weight: normal;
}

.complex {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-bottom: 76px;
  position: relative;
}

.complex .complex-menu {
  background: #F5F5F5;
  top: 64px;
  padding: 24px 32px 20px 48px;
  max-width: 370px;
  position: absolute;
  z-index: 98;
  min-height: 56px;
  scrollbar-width: thin;
}

.complex .complex-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #f9f9fd;
}

.complex .complex-menu::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}

.complex .complex-menu.fixed-scrolled {
  position: fixed;
  top: 110px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  overflow-x: hidden;
}

.complex .complex-menu .titl {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 10px;
}

.complex .complex-menu ul {
  padding-left: 0;
  margin: 0;
}

.complex .complex-menu ul li {
  margin-right: 0;
}

.complex .complex-menu ul li::before {
  display: none;
}

.complex .complex-menu ul li a {
  padding: 2px 12px;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  color: #424758;
  font-size: 14px;
}

.complex .complex-menu ul li a:hover {
  background-color: #fff;
  color: #424758;
  font-weight: normal;
}

.complex .complex-menu ul li a:focus, .complex .complex-menu ul li a:active {
  background-color: #E5B465;
  color: #424758;
  font-weight: normal;
}

.complex .complex-menu ul li a.active {
  background-color: #E5B465;
  color: #424758;
  font-weight: normal;
}

.complex .complex-content {
  margin-left: 400px;
  padding-top: 15px;
}

.complex .complex-content .complex-item {
  border-top: 1px solid #ddd;
  margin-bottom: 100px;
}

.complex .complex-content .complex-item.item1 {
  border-top: none;
}

.complex .complex-content .complex-item .title {
  margin-top: 76px;
}

.footer {
  background-color: #F5F5F5;
  margin-top: 140px;
  z-index: 101;
  position: relative;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.footer .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-bottom: 8px;
}

.copyright {
  padding: 3px;
  line-height: 24px;
  background: #fff;
  position: relative;
  z-index: 101;
}

.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}

.custom-model-inner {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 440px;
  margin: 30px auto;
  max-width: 97%;
}

.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: none;
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}

.custom-model-wrap .pop-up-header {
  background-color: #F5F5F5;
  padding: 16px 16px 16px 24px;
  font-size: 20px;
  font-weight: 700;
}

.custom-model-wrap .pop-up-content {
  padding: 20px 40px 24px;
}

.custom-model-wrap .pop-up-content .text {
  font-size: 14px;
  line-height: 24px;
}

.custom-model-wrap .pop-up-content .form .line-input {
  display: flex;
  margin-bottom: 16px;
}

.custom-model-wrap .pop-up-content .form .line-input label {
  width: 30%;
}

.custom-model-wrap .pop-up-content .form .line-input input {
  width: 70%;
}

.model-open .custom-model-inner {
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}

.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}

.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
}

.close-btn {
  float: right;
  cursor: pointer;
  z-index: 99999;
  font-size: 30px;
  font-weight: normal;
}

/* Menu */
.menutext {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.menutext .titl {
  margin-right: 50px;
}

.menuicon {
  transform: translate(-3%, -5%);
  overflow: hidden;
  padding: 6px;
  cursor: pointer;
}

.menuicon {
  display: none;
}

.menuicon.active:before {
  animation: slideLeft 0.2s 0.05s ease-out forwards;
}

.menuicon.active:after {
  animation: slideRight 0.2s 0.05s ease-out forwards;
}

.menuicon.active .bar {
  animation: rotate45 0.2s ease-out forwards;
}

.menuicon.active .bar:last-child {
  animation: rotate135 0.2s 0.2s ease-out forwards;
}

.menuicon.back:before {
  transform: translateX(-120%);
  animation: slideBack 0.2s 0.05s ease-out forwards;
}

.menuicon.back:after {
  transform: translateX(120%);
  animation: slideBack 0.2s 0.05s ease-out forwards;
}

.menuicon.back .bar {
  transform: rotate(-45deg);
  animation: rotateBack 0.2s ease-out forwards;
}

.menuicon.back .bar:last-child {
  transform: rotate(-135deg);
  animation: rotateBack 0.2s 0.2s ease-out forwards;
}

.menuicon:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #2D3748;
}

.menuicon:after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: #2D3748;
}

.menuicon .bar {
  display: block;
  width: 16px;
  height: 2px;
  background: #2D3748;
  margin: 5px 0;
}

.menuicon .bar:last-child {
  opacity: 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 8px;
}

@keyframes rotate135 {
  form {
    opacity: 1;
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    transform: rotate(-135deg);
  }
}

@keyframes rotate45 {
  to {
    transform: rotate(-45deg);
  }
}

@keyframes rotateBack {
  to {
    transform: rotate(0);
  }
}

@keyframes slideRight {
  to {
    transform: translateX(152%);
  }
}

@keyframes slideLeft {
  to {
    transform: translateX(-152%);
  }
}

@keyframes slideBack {
  to {
    transform: translateX(0);
  }
}

@media only screen and (max-width: 1200px) {
  .title {
    font-size: 50px;
    line-height: 60px;
  }
  .head .content .headtitle {
    font-size: 82px;
    line-height: 74px;
  }
}

@media only screen and (max-width: 1024px) {
  .logo {
    width: 150px;
  }
  .title {
    font-size: 46px;
    line-height: 54px;
  }
  .head .content {
    padding-left: 100px;
  }
  .head .content .headtitle {
    font-size: 80px;
    line-height: 72px;
  }
  .about .container,
  .slider .slider-container,
  .firstlegal .container,
  .program .container {
    max-width: 90%;
  }
  .complex .complex-content {
    margin-left: 370px;
  }
  .complex .complex-menu {
    padding: 24px 28px 16px 32px;
  }
  .slider .slide-bella .slide-wrap .logoimg {
    margin-right: 50px;
    width: 250px;
  }
}

@media only screen and (max-width: 960px) {
  .title {
    font-size: 42px;
    line-height: 48px;
  }
  .head .content {
    padding-left: 60px;
  }
  .head .content .headtitle {
    font-size: 76px;
    line-height: 70px;
  }
  .head .content .head-text {
    font-size: 19px;
    line-height: 30px;
  }
  .about .container,
  .slider .slider-container,
  .firstlegal .container,
  .program .container {
    max-width: 95%;
  }
  .complex .complex-content {
    margin-left: 330px;
  }
  .complex .complex-menu {
    padding: 20px 18px 10px 25px;
  }
  ul.complex-list {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }
}

@media only screen and (max-width: 900px) {
  .firstlegal .container {
    flex-direction: column;
  }
  .firstlegal .container .content {
    width: 100%;
    max-width: 100%;
  }
  .firstlegal .container .about-number {
    width: 100%;
    margin-top: 50px;
  }
  .firstlegal .container .about-number .num-item .titl {
    font-size: 54px;
  }
  .slider .slide-bella .slide-wrap .logoimg,
  .slider .slide-mama .slide-wrap #mama-content .logoimg {
    max-width: 200px;
  }
  .slider .slide-naprosecco .slide-wrap .slide-naprosecco2 {
    max-width: 270px;
    margin-top: 40px;
  }
  .complex .complex-content .complex-item {
    margin-bottom: 80px;
  }
  .complex .complex-content .complex-item .title {
    margin-top: 68px;
  }
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
  .menuicon {
    display: block;
  }
  .complex .complex-menu {
    width: 100%;
    max-width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    top: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }
  .complex .complex-menu .menutext {
    align-items: center;
    margin: 0;
    padding: 0 15px;
    height: 56px;
    width: 100%;
  }
  .complex .complex-menu .menutext .titl {
    margin: 0;
  }
  .complex .complex-menu nav {
    display: none;
    padding: 0 15px;
  }
  .complex .complex-menu nav.menu-open {
    display: block;
  }
  .complex .complex-menu.fixed-scrolled {
    top: 0;
    z-index: 105;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 100vh;
  }
  .complex .complex-menu.fixed-scrolled .menutext {
    position: fixed;
    background: #f5f5f5;
  }
  .complex .complex-content {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 768px) {
  .phone a.social {
    display: none;
  }
  .head .content .headtitle {
    font-size: 68px;
    line-height: 60px;
  }
  .about .container {
    flex-direction: column;
  }
  .about .container .content {
    width: 100%;
    max-width: 100%;
  }
  .about .container .avatar {
    width: 100%;
    text-align: center;
  }
  .program .container {
    flex-direction: column;
  }
  .program .container .content {
    width: 100%;
    max-width: 100%;
  }
  .program .container .key {
    width: 100%;
    text-align: center;
  }
  .program .container .down-line ul li {
    width: 100%;
  }
  .slider .slide-rubka .slide-wrap .slide-rubka2 {
    display: none;
  }
  .slider .slide-rubka .slide-wrap {
    grid-template-areas: "content img1" ". img3";
    grid-template-columns: 40% 60%;
  }
}

@media only screen and (max-width: 700px) {
  .slider .slide-naprosecco .slide-wrap .slide-naprosecco2 {
    display: none;
  }
  .slider .slide-bella .slide-wrap .logoimg, .slider .slide-mama .slide-wrap #mama-content .logoimg {
    max-width: 150px;
  }
  .slider .slide-bella .slide-wrap .logoimg {
    margin-right: 30px;
    width: 180px;
  }
}

@media only screen and (max-width: 640px) {
  .title {
    font-size: 40px;
    line-height: 46px;
  }
  .phone a.phonenum {
    font-size: 0;
    background-image: url("../images/icon/phone.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 36px;
  }
  .head .head-background .head_bg-overlayer {
    display: none;
  }
  .head .content {
    padding: 20px;
  }
  .head .content .headtitle {
    font-size: 62px;
    line-height: 54px;
  }
  .head .content .head-text {
    font-size: 18px;
    line-height: 28px;
  }
  .slider .slider-container .slide-wrap {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 12px;
    justify-content: center;
    align-items: center;
  }
  .slider .slider-container .slide-wrap .logoimg {
    margin: 0 auto;
    text-align: center;
  }
  .slider .slider-container .slide-wrap .slide-mama2 {
    width: 48%;
    max-height: 250px;
    object-fit: cover;
  }
  .slider .slider-container .slide-wrap .slide-mama3 {
    width: 48%;
    max-height: 250px;
    object-fit: cover;
  }
  .slider .slider-container .slide-wrap .slide-bella1 {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .slider .slider-container .slide-wrap .slide-rubka1 {
    width: 48%;
  }
  .slider .slider-container .slide-wrap .slide-rubka2 {
    display: inline-block;
    width: 48%;
  }
  .slider .slider-container .slide-wrap .slide-speakeasy2 {
    width: 48%;
    object-fit: cover;
    min-height: 260px;
  }
  .slider .slider-container .slide-wrap .slide-speakeasy3 {
    width: 48%;
    object-fit: cover;
    min-height: 260px;
  }
  .slider .slider-container .slide-wrap .slide-naprosecco1 {
    width: 48%;
  }
  .slider .slider-container .slide-wrap .slide-naprosecco2 {
    display: inline-block;
    width: 48%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .title {
    font-size: 36px;
    line-height: 44px;
  }
  .slider .slide-mama .slide-wrap #mama-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .slider .slide-mama .slide-wrap #mama-content .logoimg {
    max-width: 100%;
    margin: 0 auto;
  }
  .complex .complex-content .complex-item {
    margin-bottom: 64px;
  }
  .complex .complex-content .complex-item .title {
    margin-top: 64px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  .title {
    font-size: 30px;
    line-height: 40px;
  }
  .btn-outline {
    padding: 14px;
  }
  .logo {
    width: 44px;
    margin-right: 20px;
  }
  .logo img.logo-full {
    display: none;
  }
  .logo img.logo-mobile {
    display: block;
  }
  .head .container {
    padding: 0;
  }
  .head .content {
    padding: 15px;
  }
  .head .content .headtitle {
    font-size: 58px;
    line-height: 50px;
  }
  .head .content .head-text {
    font-size: 17px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 380px) {
  body {
    font-size: 12px;
  }
  .title {
    font-size: 26px;
    line-height: 35px;
  }
  .btn-outline {
    padding: 12px 10px;
  }
  .head .content {
    padding: 10px;
  }
  .head .content .headtitle {
    font-size: 52px;
    line-height: 48px;
  }
  .head .content .head-text {
    font-size: 16px;
    line-height: 24px;
  }
  .custom-model-wrap .pop-up-content {
    padding: 10px 14px 16px;
  }
  .slider .slider-container .slide-wrap .slide-mama2,
  .slider .slider-container .slide-wrap .slide-mama3 {
    width: 47%;
    max-height: 150px;
    object-fit: cover;
  }
  .slider .slider-container .slide-wrap .slide-bella1 {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }
  .slider .slider-container .slide-wrap .slide-rubka1,
  .slider .slider-container .slide-wrap .slide-rubka2 {
    width: 47%;
  }
  .slider .slider-container .slide-wrap .slide-speakeasy2,
  .slider .slider-container .slide-wrap .slide-speakeasy3 {
    width: 47%;
    object-fit: cover;
    min-height: 150px;
  }
  .slider .slider-container .slide-wrap .slide-naprosecco1,
  .slider .slider-container .slide-wrap .slide-naprosecco2 {
    width: 47%;
    margin-top: 0;
  }
  .complex .complex-content .complex-item {
    margin-bottom: 56px;
  }
  .complex .complex-content .complex-item .title {
    margin-top: 44px;
  }
}

@media only screen and (max-width: 320px) {
  .title {
    font-size: 22px;
    line-height: 30px;
  }
  .firstlegal .container .about-number .num-item {
    width: 100%;
  }
}

/* Style by Joni-Jo Desing Studio */
