body {
  background-color: #fff;
  color: #000;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  margin: 0;
}
a {
  color: #000;
}
ul,
ol {
  list-style: none;
  padding-left: 0;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.col-lg {
  max-width: 100%;
}
.col-lg-3 {
  max-width: 15%;
}
.col-lg-4 {
  max-width: 33.33%;
}
.col-lg-6 {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .col-sm {
    max-width: 100%;
  }
  .col-sm-3 {
    max-width: 15%;
  }
  .col-sm-4 {
    max-width: 33.33%;
  }
  .col-sm-6 {
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .col {
    max-width: 100%;
  }
  .col-3 {
    max-width: 15%;
  }
  .col-4 {
    max-width: 33.33%;
  }
  .col-6 {
    max-width: 50%;
  }
}
.container {
  background: var(--container-bg-url) no-repeat top;
  width: 1420px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-top: 100px;
}
.main-area {
  position: relative;
  width: 1065px;
}
.main-area .other-logo {
  background: url("/assets/powered_by.png") no-repeat;
  position: absolute;
  top: -30px;
  right: 0;
  width: 219px;
  height: 28px;
}
.main-area .navbar {
  width: 100%;
  bottom: -100px;
  height: 100px;
  display: flex;
  align-items: center;
}
.main-area .navbar .main-logo {
  background: url("/assets/bottom_logo.png") no-repeat;
  width: 199px;
  height: 80px;
}
.main-area .navbar .menu-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 35px;
}
.main-area .navbar .menu-items a {
  background: url("/assets/navmenu.png") no-repeat;
  background-position: var(--posX) 0;
  display: block;
  width: var(--width);
  height: 17px;
  text-indent: -9999px;
  margin-right: 35px;
}
.main-area .navbar .menu-items a:hover,
.main-area .navbar .menu-items .active {
  background-position-y: -17px;
}
.footer {
  background: url("/assets/footer_bg.png");
  width: 1420px;
}
.footer .content {
  width: 1065px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 1420px) {
  .footer {
    width: 100%;
  }
}
.badge-title {
  background: url("/assets/red_badges.png") no-repeat 0px var(--posY);
  width: 100px;
  height: 20px;
}
.content-bg {
  background: url("/assets/content_bg.jpg");
  height: 600px;
}
.content-bg::before {
  background: var(--logo-url) no-repeat;
  width: 275px;
  height: 196px;
  content: " ";
  position: absolute;
}
.top-page .bar-link {
  height: 300px;
}
.top-page .men-area,
.top-page .women-area {
  display: flex;
}
.contact-page .contact-holder table {
  border-collapse: collapse;
  border-spacing: 0;
}
.contact-page .contact-holder {
  margin-left: 340px;
  padding-top: 40px;
}
.contact-page .contact-holder th {
  width: 200px;
  padding-right: 30px;
}
.contact-page .contact-holder th,
.contact-page .contact-holder td {
  padding: 10px 15px;
  vertical-align: top;
}
.contact-page .contact-holder th div .req {
  margin-left: 3px;
  color: #f00;
}
.contact-page .contact-holder th div {
  background: #c0c0b6;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
}
.contact-page .warning {
  width: 600px;
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #9c010a;
  background: rgba(255, 127, 127, 0.2);
  font-weight: bold;
}
.models-page {
  display: flex;
}
.models-page .profile {
  margin: 0 40px;
  text-align: center;
  z-index: 1;
}
.models-page .profile img {
  /* margin-top: 180px; */
}
.models-page .profile .switch-btn {
  margin-top: 150px;
  height: 30px;
  display: flex;
  justify-content: center;
}
.models-page .profile .active,
.models-page .profile .men-btn:hover,
.models-page .profile .women-btn:hover {
  opacity: 1 !important;
}
.models-page .profile .men-btn {
  width: 125px;
  height: 20px;
  background: url("/assets/models/model_switch_but.png");
  display: block;
  text-indent: -9000px;
  opacity: 0.8;
}
.models-page .profile .women-btn {
  width: 125px;
  height: 20px;
  background: url("/assets/models/model_switch_but.png");
  display: block;
  text-indent: -9000px;
  background-position-x: -125px;
  opacity: 0.8;
}
.models-page .list-frame {
  margin: 35px 0;
}
.models-page .model-list {
  display: grid;
  grid-template-columns: repeat(7, 90px);
  grid-column-gap: 10px;
  grid-row-gap: 2px;
  margin: auto;
}
.models-page .model-list li img {
  object-fit: cover;
  object-position: top;
}
.splide__slide {
  height: 300px;
  display: flex;
  align-items: center;
}
.splide__slide img {
  width: 100%;
  height: 300px;
}

.company-page .logo-area {
  display: flex;
  justify-content: flex-end;
  margin-right: 45px;
  margin-bottom: 20px;
  padding-top: 60px;
  align-items: center;
}
.company-page .logo-area img[alt="photo"] {
  border: 3px solid #fff;
}
.company-page .info-area {
  display: flex;
}
.company-page .company-map {
  width: 290px;
  height: 270px;
  overflow: hidden;
  border: 3px solid #fff;
}
.company-page .info-area dl {
  width: 280px;
  margin-left: 75px;
}
.company-page .info-area .profile {
  margin-left: 90px;
}
.company-page .info-area table {
  border-spacing: 0 15px;
  margin-right: 20px;
}
.company-page .info-area table th {
  float: left;
  width: 70px;
  text-align: center;
  background-color: #c0c0b6;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  font-size: 11px;
  margin-right: 10px;
}
.company-page .info-area dd {
  width: 170px;
  float: left;
  clear: right;
  margin-bottom: 15px;
  margin-left: 10px;
  line-height: 18px;
}

.company-page .content-links {
  width: 350px;
  padding-top: 10px;
  margin-right: 20px;
}
.company-page .content-links a {
  margin-right: 5px;
  line-height: 25px;
}
.news-page {
  display: flex;
}
.news-page .check-out {
  background: url("/assets/news/check_out.png") no-repeat;
  width: 371px;
  height: 90px;
  background-position: 0px -10px;
}
.news-page #news-detail {
  overflow: auto;
  position: relative;
  width: 355px;
  height: 414px;
  background: #fff;
  padding: 10px;
  border: 1px dotted grey;
}
.news-page .news-list {
  margin: 45px 35px 0 290px;
  width: 330px;
}
.news-page .paginate {
  display: flex;
  justify-content: center;
}
.news-page .prev-btn,
.news-page .next-btn {
  display: block;
  background: url("/assets/news/arrows.png");
  width: 14px;
  height: 14px;
  text-indent: -9999px;
  margin: 5px;
}
.news-page .next-btn {
  background-position: 100% 0;
}
.news-page .news-item {
  display: flex;
  margin-bottom: 2px;
}
.news-page .news-item .news-thumb {
  object-position: top;
  object-fit: cover;
  margin-right: 7px;
  width: 50px;
  height: 50px;
}
.news-page .news-item .date {
  font-weight: bold;
}
.news-page .news-item .title {
  cursor: pointer;
  text-decoration: underline;
}
.news-page .news-item .title:hover {
  color: #847f7f;
}
.audition-page {
  display: flex;
}
.audition-page .left {
  padding-top: 215px;
  width: 260px;
  margin: 0 90px;
}
.audition-page .right {
  width: 460px;
  margin-top: 150px;
}
.audition-page .right .tel {
  padding-top: 10px;
  border-top: 1px solid #000;
  padding-right: 50px;
}
.audition-page .right table th {
  float: left;
  width: 70px;
  text-align: center;
  background-color: #c0c0b6;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  font-size: 11px;
}
.audition-page .right table {
  border-spacing: 10px;
}

.profile-page {
  display: flex;
}
.profile-page .profile {
  margin: 35px 35px 0px;
  text-align: center;
  z-index: 1;
}
.profile-page .model-listback {
  display: block;
  width: 166px;
  height: 20px;
  background: url(/assets/profile/model_backlist_but.png);
  background-position-y: var(--posY);
  margin-top: 15px;
}
.profile-page .model-listback:hover {
  background-position: 0px -60px;
}
.profile-page .info h2 {
  font-weight: normal;
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 15px;
}
.profile-page .info-inner {
  display: flex;
}
.profile-page .info-inner .left {
  width: 180px;
  height: 320px;
  margin-right: 10px;
}
.profile-page .info-inner .right {
  width: 480px;
  height: 320px;
  overflow: auto;
}
.profile-page table td {
  font-size: 12px;
  padding-left: 5px;
  height: 22px;
}
.profile-page table th {
  float: left;
  width: 62px;
  color: #535353;
  text-align: center;
  background-color: #c0c0b6;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  font-size: 11px;
}
.profile-page .img-list {
  display: grid;
  row-gap: 10px;
  column-gap: 15px;
  margin-top: 30px;
  grid-template-columns: repeat(7, 50px);
}
.profile-page .img-list img {
  width: 50px;
  height: 50px;
  cursor: pointer;
  object-fit: cover;
  object-position: top;
}
.profile-page .img-list .current {
  outline: 3px solid #777;
  transition: 0.1s;
}
.profile-page #profile-thumb {
  opacity: 0;
  transition: opacity 0.6s linear;
}
.profile-page .anim-show {
  opacity: 1 !important;
}
.profile-page::after {
  background: var(--bottom-logo-url) no-repeat;
  width: 275px;
  height: 205px;
  content: " ";
  position: absolute;
  bottom: 100px;
  right: 0;
}
.profile-page .pdf-btn {
  display: block;
  width: 110px;
  height: 20px;
  background: url(/assets/blog_pdf_buts.png) no-repeat;
  margin-right: 15px;
  text-indent: -9000px;
  background-position: 0px 0px;
}
.profile-page .pdf-btn:hover {
  background-position: 0px -20px;
}
.profile-page .blog-btn {
  display: block;
  width: 110px;
  height: 20px;
  background: url(/assets/blog_pdf_buts.png) no-repeat;
  margin-right: 15px;
  text-indent: -9000px;
  background-position: -125px 0px;
}
.profile-page .blog-btn:hover {
  background-position: -125px -20px;
}
.profile-page .badge-group {
  display: flex;
  justify-content: space-between;
}
.profile-page .badge-group .btn-group {
  display: flex;
  align-items: center;
}
