﻿@charset "UTF-8";
/*   
Theme Name: Автосуши
Author: Kopich Mihail
Author URI: https://vk.com/kopich_mihail
Version: 1.0
*/
@import "css/bootstrap.min.css";
@import "css/fancybox.css";
@import "css/swiper-bundle.min.css";
@import "css/animsition.min.css";
@import url("../../../css2");
:root {
  --Geologica:"Geologica", sans-serif;
  --Antonio:"Antonio", sans-serif;
}

* {
  outline: none !important;
}

body {
  font-family: var(--Geologica);
  font-weight: 200;
  background: #000;
}
body.fancybox-active {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
}

body.home header {
  padding: 50px;
}
body.home .h-logo img.logo-white {
  display: block;
}
body.home .h-logo img.logo-black {
  display: none;
}
body.home .header-navigaton {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
body.home .header-navigaton .header-social {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
body.home .header-navigaton .header-menu {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
body.home .header-menu ul a {
  color: #fff;
}
body.home .header-menu ul .sub-menu a {
  color: #000;
}
body.home .header-social a img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
body.category, body.blog, body.models-template-default, body.post-template-default, body.error404, body.page-template-page-become-a-model {
  background: #fff;
}
body.category header, body.blog header, body.models-template-default header, body.post-template-default header, body.error404 header, body.page-template-page-become-a-model header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
body.category .header-menu ul li.menu-item-has-children:before, body.blog .header-menu ul li.menu-item-has-children:before, body.models-template-default .header-menu ul li.menu-item-has-children:before, body.post-template-default .header-menu ul li.menu-item-has-children:before, body.error404 .header-menu ul li.menu-item-has-children:before, body.page-template-page-become-a-model .header-menu ul li.menu-item-has-children:before {
  -webkit-filter: invert(0);
  filter: invert(0);
}
body.category .header-menu ul a, body.blog .header-menu ul a, body.models-template-default .header-menu ul a, body.post-template-default .header-menu ul a, body.error404 .header-menu ul a, body.page-template-page-become-a-model .header-menu ul a, body.category .header-menu ul .sub-menu a, body.blog .header-menu ul .sub-menu a, body.models-template-default .header-menu ul .sub-menu a, body.post-template-default .header-menu ul .sub-menu a, body.error404 .header-menu ul .sub-menu a, body.page-template-page-become-a-model .header-menu ul .sub-menu a {
  color: #000;
}
body.page-template-page-contacts .h-logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.page-template-page-contacts .header-social a img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px 50px;
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  max-width: 100%;
}
header.fixed {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 50px;
}
header.fixed .h-logo img {
  max-width: 90px;
  -webkit-filter: invert(1);
  filter: invert(1);
}
header.fixed .header-menu ul li.menu-item-has-children:before {
  -webkit-filter: invert(1);
  filter: invert(1);
}
header.fixed .header-menu ul a {
  color: #fff;
}
header.fixed .header-menu ul .sub-menu a {
  color: #000;
}
header.fixed .header-social a img {
  -webkit-filter: invert(0);
  filter: invert(0);
}

.h-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.h-logo img {
  max-width: 120px;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.h-logo img.logo-white {
  display: none;
}
.h-logo img.logo-black {
  display: block;
}

.header-navigaton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-column-gap: 51px;
  -moz-column-gap: 51px;
  column-gap: 51px;
}

.header-menu {
  padding: 0;
  margin: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding: 0;
  margin: 0;
  -webkit-column-gap: 42px;
  -moz-column-gap: 42px;
  column-gap: 42px;
}
.header-menu ul li {
  list-style: none;
  margin: 0;
  padding: 5px 0;
}
.header-menu ul li.menu-item-has-children {
  position: relative;
  padding-right: 23px;
}
.header-menu ul li.menu-item-has-children:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: url(img/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: invert(1);
  filter: invert(1);
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu ul li.menu-item-has-children:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-menu ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-menu ul a {
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  text-transform: unset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-menu ul a:hover, .header-menu ul a:active, .header-menu ul a:focus {
  text-decoration: none;
  opacity: 0.8;
}
.header-menu ul .sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  min-width: 150px;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
}
.header-menu ul .sub-menu li {
  list-style: none;
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
}
.header-menu ul .sub-menu a {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 7px;
  color: #000;
  line-height: 16px;
}
.header-menu ul .sub-menu a:hover, .header-menu ul .sub-menu a:active, .header-menu ul .sub-menu a:focus {
  text-decoration: none;
  background: #f5f5f5;
  color: #000;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.header-social a {
  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;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: invert(1);
  filter: invert(1);
}
.header-social a:hover, .header-social a:active, .header-social a:focus {
  text-decoration: none;
  opacity: 0.8;
}

.main-banner {
  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;
  height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: relative;
  padding-top: 90px;
}
.main-banner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-banner .container {
  position: relative;
  z-index: 1;
}
.main-banner .banner-top {
  display: block;
  font-family: var(--Geologica);
  font-weight: 100;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  max-width: 500px;
  margin: 0 auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.main-banner .banner-top p {
  margin: 0;
}
.main-banner .banner-top span {
  display: block;
  width: 100%;
  border-bottom: 2px solid #fff;
  margin: 0 5px;
}
.main-banner h1 {
  text-align: center;
  font-family: var(--Antonio);
  font-weight: 700;
  color: #fff;
  font-size: 120px;
  display: block;
  padding: 0;
  letter-spacing: 0;
  margin: 0;
  line-height: normal;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.main-banner .description {
  display: block;
  font-family: var(--Geologica);
  font-weight: 100;
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: normal;
}
.main-banner .description p {
  margin-bottom: 15px;
}
.main-banner .description p:last-child {
  margin-bottom: 0;
}

.main-models {
  padding: 100px 0;
}
.main-models h2 {
  font-family: var(--Antonio);
  color: #fff;
  font-size: 90px;
  text-align: center;
  font-weight: 300;
  margin: 0 0 50px 0;
}

.main-models-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 -15px;
  justify-content: center;
}
.main-models-wraper .main-models-box {
  width: 25%;
  max-width: 25%;
  padding: 0 15px;
}

.main-models-item {
  height: 450px;
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main-models-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-models-item .title {
  background: rgba(225, 225, 225, 0.9);
  margin: 0;
  line-height: normal;
  padding: 0;
  letter-spacing: 0;
  color: #000;
  font-family: var(--Geologica);
  padding: 15px 0;
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.main-models-item:hover, .main-models-item:active, .main-models-item:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.main-news {
  padding: 100px 0;
}
.main-news h2 {
  font-family: var(--Antonio);
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-weight: 300;
  margin: 0 0 50px 0;
}

.news-carousel-wraper {
  position: relative;
}
.news-carousel-wraper .swiper-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.news-carousel-wraper .swiper-nav .swiper-nav-prev {
  left: -60px;
}
.news-carousel-wraper .swiper-nav .swiper-nav-next {
  right: -60px;
}

.main-news-carousel .swiper-slide {
  max-width: 270px;
}

.swiper-nav button {
  background: none;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-nav button svg {
  width: 100%;
  height: 100%;
}
.swiper-nav button:hover, .swiper-nav button:active, .swiper-nav button:focus {
  text-decoration: none;
  opacity: 0.7;
}

.news-item {
  position: relative;
  display: block;
  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: 5px;
}
.news-item .link-readmore {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: block;
}
.news-item .image {
  height: 400px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.news-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news-item .tags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 5px;
}
.news-item .tags span {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 3px 10px;
  color: #fff;
  font-size: 12px;
}
.news-item .title {
  font-family: var(--Geologica);
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.news-item .description {
  font-family: var(--Geologica);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.news-item .date {
  font-family: var(--Geologica);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}

.main-clients {
  padding: 100px 0;
}
.main-clients h2 {
  font-family: var(--Antonio);
  color: #fff;
  font-size: 60px;
  text-align: center;
  font-weight: 300;
  margin: 0 auto 50px auto;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 1150px;
}
.main-clients .container {
  max-width: 1270px;
}

.main-clients-wraper {
  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;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 60px;
}

.clients-item img {
  max-height: 30px;
  width: auto;
  height: auto;
}
.clients-item:nth-child(11) img {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  max-height: 45px;
}
.clients-item:nth-child(17) img {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  max-height: 22px;
}
.clients-item:nth-child(20) img {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  max-height: 25px;
}
.clients-item:nth-child(22) img {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  max-height: 25px;
}
.clients-item:nth-child(26) img {
  -webkit-transform: translate(0, -4px);
  transform: translate(0, -4px);
  max-height: 45px;
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #000;
  padding: 40px 0;
}
footer .container {
  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: 20px;
}

.footer-social {
  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;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.footer-social a {
  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;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-social a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.footer-social a:hover, .footer-social a:active, .footer-social a:focus {
  text-decoration: none;
  opacity: 0.8;
}

.footer-copyright {
  font-weight: 300;
  font-size: 16px;
  color: #D8D8D8;
  text-align: center;
}
.footer-copyright p {
  margin: 0;
}

.page-become-a-model {
  padding-top: 220px;
  padding-bottom: 100px;
}
.page-become-a-model h1 {
  font-family: var(--Geologica);
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  color: #000000;
  margin: 0;
  margin-bottom: 90px;
}

.become-a-model-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 900px;
  margin: 0 auto;
  row-gap: 90px;
}

.become-a-model-item {
  max-width: 42%;
  width: 42%;
}
.become-a-model-item h3 {
  font-family: var(--Geologica);
  font-weight: 300;
  font-size: 30px;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
}
.become-a-model-item p {
  font-family: var(--Geologica);
  font-weight: 100;
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
}

.form-become-model {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 90px;
  position: relative;
}

.inp_field {
  margin-bottom: 30px;
}
.inp_field label {
  font-family: var(--Geologica);
  font-weight: 300;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.inp_field input {
  background: #FFFFFF;
  border: 1px solid #000;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  height: 60px;
  width: 100%;
  max-width: 100%;
  color: #000000;
  font-family: var(--Geologica);
  font-weight: 100;
  padding-left: 20px;
  font-size: 20px;
}
.inp_field.inp_field_massage {
  margin-bottom: 100px;
}

.field_file label {
  font-family: var(--Geologica);
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  display: block;
}

.inp_file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.inp_file .image {
  max-width: 262px;
}
.inp_file .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.main_btn {
  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;
  width: 300px;
  height: 80px;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  color: #000;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--Geologica);
  letter-spacing: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 auto;
  margin-top: 90px;
  cursor: pointer;
}
.main_btn:hover, .main_btn:active, .main_btn:focus {
  background: #000;
  color: #fff;
}

.page-become-a-model {
  position: relative;
}
.page-become-a-model .loader-form {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 100;
  z-index: 9999;
  display: none;
}
.page-become-a-model .loading-form {
  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;
  height: 100vh;
  width: 100vw;
}

.modal-thanks {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0 auto;
  max-width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.3);
  padding: 70px 40px;
  display: none;
}
.modal-thanks h3 {
  font-family: var(--Geologica);
  margin: 0;
  padding: 0;
  font-weight: 300;
  text-align: center;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
          animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
          animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #000;
  }
  25% {
    stroke: #000;
  }
  50% {
    stroke: #000;
  }
  75% {
    stroke: #000;
  }
  100% {
    stroke: #000;
  }
}

@keyframes colors {
  0% {
    stroke: #000;
  }
  25% {
    stroke: #000;
  }
  50% {
    stroke: #000;
  }
  75% {
    stroke: #000;
  }
  100% {
    stroke: #000;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}
.page-contact {
  padding-top: 200px;
}

.contacts-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.contacts-title h2 {
  font-family: var(--Antonio);
  color: #fff;
  font-size: 60px;
  text-align: left;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.contacts-links {
  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: 22px;
}
.contacts-links a {
  font-family: var(--Geologica);
  display: block;
  background: #fff;
  color: #000;
  padding: 10px 60px;
  font-size: 20px;
  font-weight: 300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid #000;
}
.contacts-links a:hover, .contacts-links a:active, .contacts-links a:focus {
  text-decoration: none;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
}

.contacts-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  max-width: 900px;
  margin: 0 auto;
  row-gap: 100px;
  -webkit-column-gap: 200px;
  -moz-column-gap: 200px;
  column-gap: 200px;
}
.contacts-wraper .contacts-box {
  max-width: 90%;
  margin-bottom: 50px;
}
.contacts-wraper .contacts-box:nth-child(even) {
  width: 35%;
}

.contact-item h3 {
  font-family: var(--Antonio);
  color: #fff;
  font-size: 55px;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 35px;
}
.contact-item a {
  font-family: var(--Geologica);
  color: #fff;
  font-size: 22px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.2;
}
.contact-item a:hover, .contact-item a:active, .contact-item a:focus {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.contact-item p {
  font-family: var(--Geologica);
  color: #fff;
  font-size: 25px;
  margin: 0;
}

.page-error {
  padding-top: 200px;
  padding-bottom: 100px;
  background: #fff;
  min-height: 90vh;
}

.error-content h1 {
  font-family: var(--Antonio);
  color: #000;
  font-size: 60px;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}
.error-content p {
  font-family: var(--Geologica);
  color: #000;
  font-size: 25px;
  margin: 0;
}

.page_news {
  padding-top: 180px;
  padding-bottom: 150px;
  background: #fff;
  min-height: 90vh;
}
.page_news h1 {
  font-family: var(--Antonio);
  color: #000;
  font-size: 60px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 15px;
}

.not-results {
  font-family: var(--Geologica);
  color: #000;
  font-size: 18px;
  margin: 0;
}

.post_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -20px;
  margin-top: 50px;
  row-gap: 50px;
}
.post_items .post-item-box {
  width: 100%;
  max-width: 25%;
  padding: 0 20px;
}
.post_items .news-item .title, .post_items .news-item .description {
  color: #000;
}
.post_items .news-item .date {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 5px;
}

.single-news {
  padding-top: 180px;
  padding-bottom: 100px;
  background: #fff;
  min-height: 90vh;
}
.single-news h1 {
  font-size: 40px;
  font-weight: 200;
  margin: 0;
  margin-bottom: 40px;
}

.single-news-carousel-wraper {
  position: relative;
  margin-bottom: 50px;
}
.single-news-carousel-wraper .swiper-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0.5;
  margin-top: -30px;
}
.single-news-carousel-wraper .swiper-nav button svg path {
  fill: #000;
}
.single-news-carousel-wraper .swiper-nav button:hover, .single-news-carousel-wraper .swiper-nav button:active, .single-news-carousel-wraper .swiper-nav button:focus {
  opacity: 1;
}
.single-news-carousel-wraper .swiper-nav .swiper-nav-prev {
  left: -60px;
}
.single-news-carousel-wraper .swiper-nav .swiper-nav-next {
  right: -60px;
}

.single-news-carousel .swiper-slide {
  max-width: 32%;
  padding-bottom: 50px;
}

.swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ddd;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.zoom-single-news {
  width: 100%;
  height: 560px;
  overflow: hidden;
  display: block;
}
.zoom-single-news img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.single-news-description {
  font-size: 17px;
  margin-bottom: 30px;
}
.single-news-description img {
  max-width: 100%;
  height: auto;
  width: auto;
}
.single-news-description iframe {
  max-width: 100%;
}

.single-news-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
}
.single-news-infos a {
  color: #000;
}
.single-news-infos a:hover, .single-news-infos a:active, .single-news-infos a:focus {
  text-decoration: none;
  color: #000;
}

.single-news-also {
  background: #fff;
  padding-bottom: 100px;
}
.single-news-also h2 {
  font-family: var(--Geologica);
  font-weight: 200;
  font-size: 24px;
  margin: 0;
  margin-bottom: 40px;
}

.single-news-also-items {
  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: 30px;
}

.single-news-also-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  text-decoration: none;
}
.single-news-also-item:hover, .single-news-also-item:active, .single-news-also-item:focus {
  text-decoration: none;
}
.single-news-also-item .image {
  height: 150px;
  width: 100px;
  min-width: 100px;
  margin-right: 15px;
  display: block;
  overflow: hidden;
}
.single-news-also-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-news-also-item .content {
  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: 5px;
}
.single-news-also-item .title {
  font-family: var(--Geologica);
  color: #000;
  font-size: 17px;
}
.single-news-also-item .description {
  font-size: 15px;
  color: #000;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

.models-category {
  padding-top: 180px;
  padding-bottom: 100px;
  background: #fff;
  min-height: 90vh;
}
.models-category h1 {
  font-family: var(--Antonio);
  font-size: 50px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  margin-top: 35px;
  margin-bottom: 60px !important;
}

.gender-filter {
  position: sticky;
  top: 88px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  z-index: 200;
}
.gender-filter ul {
  padding: 0;
  margin: 0 auto;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
  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;
}
.gender-filter ul li {
  list-style: none;
}
.gender-filter ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  min-width: 150px;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-family: var(--Geologica);
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gender-filter ul a.active, .gender-filter ul a:hover, .gender-filter ul a:active, .gender-filter ul a:focus {
  text-decoration: none;
  background: #000;
  color: #fff;
}

.models-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 0 -10px;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  row-gap: 40px;
}
.models-grid .models-grid-box {
  padding: 0 10px;
  width: 25%;
  max-width: 25%;
}

.model-item {
  height: 433px;
  position: relative;
  overflow: hidden;
}
.model-item .link-readmore {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.model-item:hover .content {
  opacity: 1;
  bottom: 0;
}
.model-item:hover .content .description {
  margin-top: 0;
  opacity: 1;
}
.model-item .image {
  width: 100%;
  height: 100%;
}
.model-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.model-item .content {
  position: absolute;
  left: 0px;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
  padding: 40px 35px;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.model-item .content h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  font-family: var(--Geologica);
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}
.model-item .content h4 {
  text-transform: uppercase;
  margin: 0;
  font-family: var(--Geologica);
  font-weight: 400;
  color: #555;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 16px;
}
.model-item .content .description {
  -webkit-transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  transition: all 350ms cubic-bezier(0.77, 0.155, 0.445, 1.32);
  margin-top: 40px;
  font-size: 12px;
  padding: 0px 50px 0px 0px;
  font-family: var(--Geologica);
  font-weight: 100;
  color: #777;
  line-height: 24px;
}
.model-item .content .description ul {
  padding: 0;
  margin: 0;
}
.model-item .content .description ul li {
  list-style: none;
}

.page-single-models {
  padding-top: 180px;
  padding-bottom: 100px;
  background: #fff;
  min-height: 90vh;
}

.single-models-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 150px;
}
.single-models-promo .content {
  width: 40%;
  max-width: 40%;
  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: 80px;
  padding-right: 40px;
}
.single-models-promo .content h1 {
  font-family: var(--Antonio);
  font-size: 90px;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
}
.single-models-promo .content .description {
  font-family: var(--Geologica);
  font-size: 24px;
}
.single-models-promo .content .description ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  row-gap: 0px;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.single-models-promo .content .description ul li {
  width: 47%;
  max-width: 47%;
  list-style: none;
}
.single-models-promo .content .description p {
  font-size: 18px;
  margin: 0;
  margin-top: 20px;
}
.single-models-promo .image {
  width: 50%;
  max-width: 50%;
  height: 800px;
  overflow: hidden;
}
.single-models-promo .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.button-book-model {
  font-family: var(--Geologica);
  background: #000;
  padding: 17px 30px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
}
.button-book-model:hover, .button-book-model:active, .button-book-model:focus {
  text-decoration: none;
  color: #000;
  border: 2px solid #000;
  background: none;
}

.single-models-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  row-gap: 80px;
}

.single-models-grid-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}
.single-models-grid-row.grid-row-1 .single-models-grid-item {
  width: 100%;
  max-width: 100%;
}
.single-models-grid-row.grid-row-2 .single-models-grid-item {
  width: 40%;
  max-width: 40%;
}
.single-models-grid-row.grid-row-3 .single-models-grid-item {
  width: 33.33%;
  max-width: 33.33%;
}
.single-models-grid-row .single-models-grid-item {
  padding: 0 15px;
}

.single-models-image {
  display: block;
  width: auto;
  height: 100%;
}
.single-models-image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-model-also {
  padding-bottom: 100px;
}
.single-model-also:before {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #000;
  margin: 0 auto;
  opacity: 0.2;
  margin-bottom: 50px;
}
.single-model-also h2 {
  font-family: var(--Geologica);
  font-weight: 200;
  font-size: 40px;
  margin: 0;
  margin-bottom: 50px;
}

.single-model-also_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -15px;
  row-gap: 50px;
}
.single-model-also_items .single-model-also-box {
  width: 25%;
  max-width: 25%;
  padding: 0 15px;
}
.single-model-also_items .news-item .title, .single-model-also_items .news-item .description {
  color: #000;
}
.single-model-also_items .news-item .date {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 5px;
}