@charset "UTF-8";
@media screen and (max-width: 1275px) {
  .single-news-carousel-wraper .swiper-nav,
  .news-carousel-wraper .swiper-nav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .post_items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .post_items .post-item-box {
    padding: 0 10px;
  }
  .single-model-also_items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .single-model-also_items .single-model-also-box {
    padding: 0 10px;
  }
  .single-models-promo .content {
    padding-right: 0;
    width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 1130px) {
  .header-menu ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .news-item .image {
    height: 350px;
  }
}
@media screen and (min-width: 992px) {
  .button-menu {
    display: none;
  }
  .menu-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
  body {
    -webkit-transform: none !important;
            transform: none !important;
  }
  body.home .button-menu span, body.page-template-page-contacts .button-menu span {
    background: #fff;
  }
  .header-menu {
    display: none;
  }
  body.home header {
    padding: 40px 20px;
  }
  body.home header.fixed {
    padding: 30px 20px;
  }
  header {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.fixed {
    padding-left: 20px;
    padding-right: 20px;
  }
  header.fixed .h-logo img {
    max-width: 70px;
  }
  header.fixed .button-menu span {
    background: #fff;
  }
  .h-logo img {
    max-width: 90px;
  }
  .header-navigaton {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .button-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 6px;
    background: none;
    padding: 0;
    border: none;
    width: 32px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .button-menu span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
  }
  .button-menu.active {
    opacity: 0;
  }
  .menu-mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 350px;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 9999;
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu-mobile.open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu-mobile .header-menu {
    display: block;
  }
  .menu-mobile .header-menu ul {
    display: block;
  }
  .menu-mobile .header-menu ul li {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 35px;
  }
  .menu-mobile .header-menu ul li:last-child {
    margin-bottom: 0;
  }
  .menu-mobile .header-menu ul li.menu-item-has-children {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .menu-mobile .header-menu ul li.menu-item-has-children a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu-mobile .header-menu ul li.menu-item-has-children:before {
    position: relative;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 10px;
    margin-right: -28px;
    -webkit-filter: invert(1) !important;
            filter: invert(1) !important;
  }
  .menu-mobile .header-menu ul li.menu-item-has-children:hover .sub-menu, .menu-mobile .header-menu ul li.menu-item-has-children:active .sub-menu, .menu-mobile .header-menu ul li.menu-item-has-children:focus .sub-menu {
    display: block;
  }
  .menu-mobile .header-menu ul li a {
    font-size: 18px;
    color: #fff;
  }
  .menu-mobile .header-menu ul .sub-menu li {
    margin: 0;
    max-width: 100%;
  }
  .menu-mobile .header-menu ul .sub-menu li a {
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
    color: #000;
    font-size: 18px;
  }
  .button-menu-close {
    background: none;
    padding: 0;
    border: none;
    position: absolute;
    top: 38px;
    right: 22px;
  }
  .page-contact {
    padding: 150px 0 60px 0;
  }
  .contacts-title {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .contacts-title h2 {
    font-size: 40px;
    margin: 0;
  }
  .contacts-links {
    row-gap: 10px;
  }
  .contacts-links a {
    padding: 6.5px 40px;
    font-size: 16px;
  }
  .contacts-wraper {
    display: block;
  }
  .contacts-wraper .contacts-box {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 50px;
  }
  .contacts-wraper .contacts-box:last-child {
    margin-bottom: 0 !important;
  }
  .contact-item h3 {
    font-size: 34px;
    margin: 0 0 12px 0;
  }
  .contact-item p {
    font-size: 19px;
  }
  .contact-item a {
    font-size: 19px;
  }
  footer {
    padding: 25px 0;
  }
  .footer-copyright {
    line-height: 1.3;
  }
  .page-become-a-model {
    padding: 150px 0 60px 0;
  }
  .page-become-a-model h1 {
    font-size: 32px;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .page-become-a-model h1 br {
    display: none;
  }
  .become-a-model-wraper {
    display: block;
    margin: 0;
  }
  .become-a-model-wraper .become-a-model-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  .become-a-model-wraper .become-a-model-item h3 {
    font-size: 24px;
    margin: 0;
    margin-bottom: 5px;
  }
  .form-become-model {
    margin-top: 40px;
  }
  .inp_field {
    margin-bottom: 25px;
  }
  .inp_field label {
    font-size: 16px;
    margin: 0;
  }
  .inp_field.inp_field_massage {
    margin-bottom: 50px;
  }
  .inp_file {
    margin-bottom: 40px;
  }
  .inp_file .field_file {
    max-width: 70%;
    width: 70%;
  }
  .inp_file .field_file label {
    font-size: 16px;
  }
  .inp_file .field_file input {
    font-size: 14px;
  }
  .inp_file .image {
    max-width: 30%;
    width: 30%;
  }
  .main_btn {
    max-width: 350px;
    width: 100%;
    height: auto;
    padding: 20px;
  }
  .modal-thanks {
    width: calc(100% - 40px);
    max-width: 350px;
    padding: 40px;
  }
  .modal-thanks h3 {
    font-size: 25px;
  }
  .page_news {
    padding: 150px 0 60px 0;
  }
  .page_news h1 {
    font-size: 50px;
  }
  .post_items {
    margin-top: 30px;
  }
  .post_items .post-item-box {
    width: 50%;
    max-width: 50%;
  }
  .single-news {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .single-news h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .single-news-carousel .swiper-slide {
    width: 47%;
    max-width: 47%;
    padding-bottom: 40px;
  }
  .single-news-carousel-wraper {
    margin-bottom: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
  .zoom-single-news {
    height: auto;
  }
  .single-news-also {
    padding-bottom: 60px;
  }
  .single-news-also h2 {
    margin-bottom: 30px;
  }
  .page-error {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .error-content h1 {
    font-size: 45px;
  }
  .error-content p {
    font-size: 17px;
  }
  .models-category {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  .gender-filter {
    top: 73px;
    padding: 10px 20px;
    overflow-x: auto;
    z-index: 200;
  }
  .gender-filter ul {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .gender-filter a {
    background: rgba(255, 255, 255, 0.8);
  }
  .gender-filter::-webkit-scrollbar {
    display: none;
  }
  /* Скрываем scrollbar для IE, Edge и Firefox */
  .gender-filter {
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
  }
  .models-category h1 {
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 40px !important;
  }
  .models-grid .models-grid-box {
    width: 50%;
    max-width: 50%;
  }
  .model-item {
    height: auto;
  }
  .model-item .image {
    height: auto;
  }
  .model-item .image img {
    width: 100%;
    height: auto;
  }
  .page-single-models {
    padding-top: 150px;
    padding-bottom: 60px;
  }
  .single-models-promo {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    overflow-x: hidden;
    margin-bottom: 70px;
  }
  .single-models-promo .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: 100%;
    row-gap: 20px;
  }
  .single-models-promo .content h1 {
    font-size: 45px;
  }
  .single-models-promo .content .description ul {
    font-size: 17px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    margin: 0 auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    max-width: 390px;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  .single-models-promo .content .description ul li {
    width: 180px;
    max-width: 180px;
    padding: 0 10px;
    white-space: nowrap;
  }
  .single-models-promo .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .single-models-promo .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .button-book-model {
    font-size: 17px;
  }
  .single-models-grid {
    row-gap: 30px;
  }
  .single-models-grid-row {
    margin: 0 -5px;
  }
  .single-models-grid-row .single-models-grid-item {
    padding: 0 5px;
  }
  .single-model-also {
    padding-bottom: 60px;
  }
  .single-model-also h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .single-model-also_items .single-model-also-box {
    width: 50%;
    max-width: 50%;
  }
  .news-item .image {
    height: auto;
  }
  .main-banner {
    height: auto;
    min-height: 600px;
  }
  .main-banner .banner-top {
    font-size: 16px;
    max-width: 330px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main-banner h1 {
    margin-bottom: 30px;
    font-size: 80px;
  }
  .main-banner .description {
    font-size: 17px;
  }
  .main-models {
    padding: 60px 0;
    padding-bottom: 30px;
  }
  .main-models h2 {
    font-size: 55px;
  }
  .main-news {
    padding: 60px 0;
  }
  .main-news h2 {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .main-clients {
    padding: 60px 0;
    padding-top: 30px;
  }
  .main-clients h2 {
    font-size: 45px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .main-models-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 40px;
    max-width: 400px;
    margin: 0 auto;
  }
  .main-models-wraper .main-models-box {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .main-news {
    overflow: hidden;
  }
  .main-news .news-item .image {
    height: 400px;
    max-height: unset;
  }
  .main-news-carousel {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
  .main-clients-wraper {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
  .clients-item img {
    max-height: 20px;
    width: auto;
    height: auto;
  }
  .clients-item:nth-child(11) img {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    max-height: 35px;
  }
  .clients-item:nth-child(17) img {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    max-height: 20px;
  }
  .clients-item:nth-child(20) img {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px);
    max-height: 20px;
  }
  .clients-item:nth-child(22) img {
    -webkit-transform: translate(0, -2px);
            transform: translate(0, -2px);
    max-height: 20px;
  }
  .clients-item:nth-child(26) img {
    -webkit-transform: translate(0, -1px);
            transform: translate(0, -1px);
    max-height: 35px;
  }
}
@media screen and (max-width: 620px) {
  .post_items {
    margin-top: 30px;
  }
  .post_items .post-item-box {
    width: 100%;
    max-width: 100%;
  }
  .post-item-box .image {
    height: auto;
    max-height: 600px;
  }
  .post-item-box .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .single-news-carousel .swiper-slide {
    width: calc(100% - 20px);
    max-width: 100%;
  }
  .models-grid .models-grid-box {
    width: 100%;
    max-width: 100%;
  }
  .single-model-also_items .single-model-also-box {
    width: 100%;
    max-width: 100%;
  }
  .news-item .image {
    max-height: 650px;
  }
}
@media screen and (max-width: 400px) {
  .inp_file .field_file {
    max-width: 70%;
    width: 70%;
  }
  .inp_file .field_file label {
    font-size: 16px;
  }
  .inp_file .field_file input {
    font-size: 12px;
  }
  .inp_file .image {
    max-width: 30%;
    width: 30%;
  }
}
@media screen and (max-width: 379px) {
  .main-banner h1 {
    font-size: 75px;
  }
}
@media screen and (max-width: 374px) {
  .h-logo img {
    max-width: 75px;
  }
  .header-navigaton {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .header-social {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .contacts-links a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-become-a-model h1 {
    font-size: 30px;
  }
  .post-item-box .image {
    height: auto;
    max-height: 450px;
  }
  .post-item-box .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .news-item .image {
    max-height: 450px;
  }
  .main-banner h1 {
    font-size: 65px;
  }
}