@font-face {
  font-family: MAK;
  src: url("../fonts/MAK.otf");
}
@font-face {
  font-family: SF-Pro-Display;
  src: url("../fonts/SF-Pro-Display-Regular.otf");
}
* {
  font-family: "SF-Pro-Display", sans-serif;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

p {
  font-size: 20px;
  line-height: normal;
  margin: 20px 0px;
}
@media (max-width: 1024px) {
  p {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
    line-height: normal;
  }
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

:root {
  --fancybox-bg: rgba(24, 24, 27, 0.6) ;
}

body {
  overflow-x: hidden;
}
body.active-menu {
  overflow: hidden;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  color: #828282;
}

form {
  width: 100%;
  display: block;
}

input, textarea {
  outline: none;
}

img {
  max-width: 100%;
}

.wrapper {
  width: 100%;
  max-width: 1320px;
  margin: 0px auto;
  padding: 0px 20px;
}
@media (max-width: 1024px) {
  .wrapper {
    padding: 0px 24px;
  }
}
@media (max-width: 576px) {
  .wrapper {
    padding: 0px 16px;
  }
}

.btn {
  cursor: pointer;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #F8F8F8;
  border: 1px solid #F8F8F8;
  border-radius: 28px;
  padding: 0px 40px;
  background: transparent;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  background: #F8F8F8;
  color: #373738;
}
.btn:hover svg {
  fill: #373738;
  transform: rotate(0deg);
}
.btn svg {
  margin-left: 10px;
  fill: #F8F8F8;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
}
.btn--white {
  background: #F8F8F8;
  color: #373738;
}
.btn--white svg {
  fill: #373738;
  transform: rotate(0deg);
}

.btn-sex {
  outline: none;
  cursor: pointer;
  position: relative;
  font-size: 32px;
  line-height: normal;
  font-weight: 300;
  color: #373738;
  background: none;
  border: none;
  text-transform: uppercase;
  padding-right: 166px;
}
@media (max-width: 1024px) {
  .btn-sex {
    font-size: 24px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .btn-sex {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .btn-sex {
    padding-right: 100px;
  }
}
.btn-sex:hover {
  color: #373738;
}
.btn-sex:hover svg {
  right: 40px;
}
@media (max-width: 1024px) {
  .btn-sex:hover svg {
    right: 25px;
  }
}
.btn-sex::after {
  content: "";
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  display: block;
  border: 1px solid #373738;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .btn-sex::after {
    width: 50px;
    height: 50px;
  }
}
.btn-sex svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 60px;
  z-index: 3;
  fill: #373738;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .btn-sex svg {
    width: 50px;
    right: 35px;
  }
}
.btn-sex--white {
  color: #F8F8F8;
}
.btn-sex--white:hover {
  color: #F8F8F8;
}
.btn-sex--white svg {
  fill: #F8F8F8;
}
.btn-sex--white::after {
  border: 1px solid #F8F8F8;
}
.btn-sex--mini {
  font-size: 24px;
  line-height: normal;
  padding-right: 100px;
}
@media (max-width: 1024px) {
  .btn-sex--mini {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .btn-sex--mini {
    font-size: 20px;
    line-height: normal;
  }
}
.btn-sex--mini::after {
  width: 50px;
  height: 50px;
}
.btn-sex--mini svg {
  width: 50px;
  right: 35px;
}
.btn-sex--mini:hover svg {
  right: 25px;
}
.btn-sex--exMini {
  font-size: 24px;
  line-height: normal;
  padding-right: 80px;
}
@media (max-width: 1024px) {
  .btn-sex--exMini {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .btn-sex--exMini {
    font-size: 20px;
    line-height: normal;
  }
}
.btn-sex--exMini::after {
  width: 32px;
  height: 32px;
}
.btn-sex--exMini svg {
  width: 40px;
  right: 20px;
}
.btn-sex--exMini:hover svg {
  right: 15px;
}

.btn-mobile-menu {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-mobile-menu svg {
  fill: #F8F8F8;
  transition: 0.3s ease-in-out;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 0px;
}

.col-center {
  display: flex;
  align-items: center;
}

.col-hidden {
  display: none;
}

.col,
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 20px 10px 0px;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding: 20px 10px 0px;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 20px 10px 0px;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding: 20px 10px 0px;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding: 20px 10px 0px;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 10px 0px;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 20px 10px 0px;
}

@media (max-width: 1024px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 10px 0px;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 10px 0px;
  }
  .row-md-reverse {
    flex-direction: column-reverse;
  }
}
@media (max-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 10px 0px;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 20px 10px 0px;
  }
  .col-sm-hide {
    display: none;
  }
}
.header {
  width: 100%;
  height: 90px;
  padding: 15px 0px;
  background: #373738;
}
@media (max-width: 576px) {
  .header {
    padding: 10px 0px;
    height: 60px;
  }
}
.header__wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__button {
  max-width: 305px;
}
@media (max-width: 576px) {
  .header__button {
    display: none;
  }
}
.header__slogan {
  max-width: 120px;
  width: 100%;
  display: none;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  font-family: "Mak";
  margin: 0px auto;
  color: #F8F8F8;
}
@media (max-width: 576px) {
  .header__slogan {
    display: block;
  }
}
.header .btn-mobile-menu {
  display: none;
}
@media (max-width: 1024px) {
  .header .menu {
    display: none;
  }
  .header .btn-mobile-menu {
    display: flex;
  }
}

.footer {
  width: 100%;
  padding: 120px 0px 30px;
  background: #373738;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 60px;
  }
}
.footer__links {
  margin: 60px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer__links {
    margin: 30px 0px;
  }
}
@media (max-width: 576px) {
  .footer__links {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.footer__links > li a {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #F8F8F8;
}
@media (max-width: 1024px) {
  .footer__links > li a {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .footer__links > li a {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .footer__links > li a {
    font-size: 16px;
    font-weight: normal;
  }
}
.footer__links > li a:hover {
  text-decoration: none;
  color: #EFEF45;
}
.footer__links--small {
  margin: 50px 0px;
}
.footer__links--small > li {
  font-size: 16px;
  font-weight: normal;
  color: #828282;
}
.footer__links--small > li a {
  text-transform: none;
  text-decoration: underline;
  font-size: 16px;
  font-weight: normal;
  color: #828282;
}
.footer__content {
  margin: 64px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .footer__block {
    flex: 1 0 50%;
    margin-bottom: 35px;
  }
  .footer__block:last-child {
    margin-bottom: 0;
  }
}
.footer__title {
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  color: #828282;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer__title {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .footer__title {
    font-size: 20px;
    line-height: normal;
  }
}
.footer__menu li {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  color: #F8F8F8;
}
.footer__menu li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footer__menu li {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer__menu li {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: normal;
  }
}
.footer__menu a {
  font-size: 16px;
  font-weight: normal;
  color: #F8F8F8;
}
@media (max-width: 576px) {
  .footer__menu a {
    font-size: 16px;
    font-weight: normal;
  }
}
.footer__menu a:hover {
  color: #EFEF45;
}
.footer__dev {
  border-top: 1px solid #828282;
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.services-block {
  width: 100%;
  background: #D9D9D9;
  padding: 120px 0px;
}
@media (max-width: 1024px) {
  .services-block {
    padding: 80px 0px;
  }
}
@media (max-width: 576px) {
  .services-block {
    padding: 40px 0px;
  }
}
.services-block__title {
  font-weight: 400;
  font-size: 128px;
  line-height: normal;
  color: #373738;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .services-block__title {
    font-size: 78px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .services-block__title {
    font-size: 50px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .services-block__title {
    text-align: center;
  }
}
.services-block__title--center {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .services-block__title--center {
    margin-bottom: 30px;
  }
}
.services-block__desc {
  font-size: 38px;
  line-height: normal;
  text-align: center;
  margin: 60px 0px;
  color: #4F4F4F;
}
@media (max-width: 1024px) {
  .services-block__desc {
    font-size: 28px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .services-block__desc {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .services-block__desc {
    margin: 40px 0px;
  }
}
@media (max-width: 576px) {
  .services-block__button--top {
    display: none;
  }
}
.services-block__button--bottom {
  display: none;
}
@media (max-width: 576px) {
  .services-block__button--bottom {
    display: flex;
  }
}
.services-block__footer {
  margin-top: 40px;
  display: none;
  justify-content: center;
}
@media (max-width: 576px) {
  .services-block__footer {
    display: flex;
  }
}
.services-block__head {
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .services-block__head {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .services-block__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .services-block__head {
    justify-content: center;
  }
}

.main-block {
  background: #373738;
  min-height: calc(100vh - 90px);
  display: flex;
  align-items: center;
  padding: 40px 0px;
}
@media (max-width: 576px) {
  .main-block {
    min-height: auto;
  }
}
.main-block__wrapper {
  position: relative;
}
.main-block__button {
  position: absolute;
  right: 20px;
  top: 15px;
}
@media (max-width: 1024px) {
  .main-block__button {
    right: 26px;
  }
}
@media (max-width: 576px) {
  .main-block__button {
    right: inherit;
    left: 16px;
    top: inherit;
    bottom: 15px;
  }
}
.main-block__title {
  font-family: "MAK";
  font-size: clamp(50px, 8vw + 1rem, 128px);
  line-height: clamp(50px, 8vw + 1rem, 108px);
  color: #F8F8F8;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .main-block__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .main-block__title {
    display: none;
  }
}
.main-block__image {
  background-color: #141414;
  width: 100%;
  height: 330px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .main-block__image {
    height: 185px;
  }
}
@media (max-width: 576px) {
  .main-block__image {
    height: 100px;
  }
}
.main-block__image--tall {
  height: 500px;
}
@media (max-width: 1024px) {
  .main-block__image--tall {
    height: 275px;
  }
}
@media (max-width: 576px) {
  .main-block__image--tall {
    height: 185px;
  }
}
@media (max-width: 576px) {
  .main-block__image--mob {
    height: 100px;
  }
}
.main-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.info-block {
  padding: 120px 0px;
  background: #F8F8F8;
  color: #373738;
}
@media (max-width: 1024px) {
  .info-block {
    padding: 80px 0px;
  }
}
@media (max-width: 576px) {
  .info-block {
    padding: 40px 0px;
  }
}
.info-block__container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.info-block__container :nth-child(even) {
  justify-content: end;
}
@media (max-width: 576px) {
  .info-block__container {
    margin-bottom: 20px;
  }
}
.info-block__title {
  font-size: 73px;
  line-height: 80px;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .info-block__title {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 576px) {
  .info-block__title {
    font-size: 36px;
    line-height: 36px;
  }
}
.info-block__list li {
  max-width: 530px;
  font-size: 24px;
  line-height: normal;
  color: #4F4F4F;
  display: flex;
  padding-left: 30px;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 1024px) {
  .info-block__list li {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .info-block__list li {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .info-block__list li {
    margin-bottom: 20px;
  }
}
.info-block__list li:last-child {
  margin-bottom: 0;
}
.info-block__list li::before {
  content: "";
  max-width: 7px;
  min-width: 7px;
  max-height: 7px;
  min-height: 7px;
  border-radius: 50%;
  background-color: #4F4F4F;
  position: absolute;
  left: 0;
  top: 10px;
}
.info-block__image {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .info-block__image {
    height: 400px;
  }
}
.info-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.personnel-block {
  padding: 120px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #F8F8F8;
}
@media (max-width: 1024px) {
  .personnel-block {
    padding: 80px 0px;
  }
}
@media (max-width: 576px) {
  .personnel-block {
    padding: 40px 0px;
  }
}
.personnel-block__container {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .personnel-block__container {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .personnel-block__container {
    margin-bottom: 40px;
  }
}
.personnel-block__title {
  color: #373738;
  font-size: 128px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .personnel-block__title {
    font-size: 78px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .personnel-block__title {
    font-size: 50px;
    line-height: normal;
  }
}
.personnel-block__text {
  color: #4F4F4F;
  font-size: 38px;
  line-height: normal;
}
@media (max-width: 1024px) {
  .personnel-block__text {
    font-size: 28px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .personnel-block__text {
    font-size: 20px;
    line-height: normal;
  }
}
.personnel-block__content .col-4 {
  position: relative;
}
@media (min-width: 1025px) {
  .personnel-block__content .col-4:nth-child(3n+2) {
    top: 48px;
  }
}
@media (max-width: 1024px) {
  .personnel-block__content .col-4:nth-child(2n) {
    top: 48px;
  }
}
@media (max-width: 1024px) and (max-width: 576px) {
  .personnel-block__content .col-4:nth-child(2n) {
    margin-top: 0;
    top: 0;
  }
}
.personnel-block__footer {
  margin-top: 80px;
  display: none;
  justify-content: center;
}
@media (max-width: 576px) {
  .personnel-block__footer {
    display: flex;
    margin-top: 40px;
  }
}
.personnel-block .show {
  display: block;
}

.page-block {
  width: 100%;
  padding: 120px 0px;
}
@media (max-width: 1024px) {
  .page-block {
    padding: 80px 0px;
  }
}
@media (max-width: 576px) {
  .page-block {
    padding: 40px 0px;
  }
}
.page-block__title {
  font-size: 48px;
  line-height: 56px;
  color: #373738;
  text-transform: uppercase;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .page-block__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .page-block__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1024px) {
  .page-block__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .page-block__title {
    margin-bottom: 40px;
  }
}
.logo {
  max-width: 55px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .logo {
    max-width: 40px;
  }
}
.logo img {
  display: block;
  width: 100%;
}

.menu ul {
  display: flex;
  align-items: center;
}
.menu li {
  padding: 0px 30px;
}
.menu a {
  font-size: 20px;
  line-height: normal;
  font-weight: 500;
  color: #F8F8F8;
}
@media (max-width: 1024px) {
  .menu a {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .menu a {
    font-size: 16px;
    line-height: normal;
  }
}
.menu a:hover {
  color: #EFEF45;
}

.mobile-menu {
  position: absolute;
  left: -100%;
  padding: 20px;
  background: #373738;
  width: 100%;
  height: calc(100% - 90px);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-menu ul li {
  margin-bottom: 20px;
  text-align: center;
}
.mobile-menu ul li a {
  text-transform: uppercase;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: #F8F8F8;
}
@media (max-width: 1024px) {
  .mobile-menu ul li a {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .mobile-menu ul li a {
    font-size: 16px;
    line-height: normal;
  }
}
.mobile-menu ul li a:hover {
  color: #EFEF45;
}
.mobile-menu__button {
  max-width: 345px;
}
@media (max-width: 576px) {
  .mobile-menu {
    height: calc(100% - 60px);
  }
}

.development {
  display: flex;
  align-items: center;
}
.development__text {
  max-width: 205px;
  width: 100%;
  margin-right: 30px;
  color: #F8F8F8;
  font-weight: 600;
  font-size: 12px;
  font-style: italic;
  text-align: right;
}
.development__logo img {
  max-width: 100%;
}

.marquee {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.marquee div {
  font-size: 128px;
  line-height: normal;
  color: #F8F8F8;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0px 60px;
  animation: marqueeAnimate 20s linear infinite;
}
@media (max-width: 1024px) {
  .marquee div {
    font-size: 78px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .marquee div {
    font-size: 50px;
    line-height: normal;
  }
}

@keyframes marqueeAnimate {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.service-element {
  width: 100%;
}
.service-element:hover .service-element__image img {
  transform: scale(1.05);
}
.service-element:hover .hover-element {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
}
.service-element__image {
  width: 100%;
  height: 415px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 576px) {
  .service-element__image {
    height: 500px;
  }
}
.service-element__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .service-element__image img {
    object-position: top;
  }
}
.service-element__name {
  font-size: 24px;
  line-height: normal;
  margin-top: 20px;
  text-align: center;
  color: #4F4F4F;
}
@media (max-width: 1024px) {
  .service-element__name {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .service-element__name {
    font-size: 20px;
    line-height: normal;
  }
}
.service-element__price {
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  text-align: center;
  color: #4F4F4F;
}

.hover-element {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
  visibility: hidden;
  padding: 20px 20px 40px 20px;
  transition: 0.3s ease-in-out;
}
.hover-element::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #131313 79.5%);
  transition: 0.3s ease-in-out;
}
.hover-element__name {
  font-size: 48px;
  line-height: 56px;
  color: #F8F8F8;
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
}
@media (max-width: 1024px) {
  .hover-element__name {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .hover-element__name {
    font-size: 24px;
    line-height: 32px;
  }
}
.hover-element__desc {
  margin: 32px 0px;
  font-size: 32px;
  line-height: normal;
  color: #828282;
  text-align: center;
  z-index: 4;
}
@media (max-width: 1024px) {
  .hover-element__desc {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .hover-element__desc {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .hover-element__desc {
    margin: 15px 0px;
  }
}

.personnel-element {
  width: 100%;
  overflow: hidden;
  height: 600px;
  background-color: #373738;
  position: relative;
  transition: 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .personnel-element {
    height: 400px;
  }
}
.personnel-element:hover {
  transform: scale(1.05);
}
.personnel-element:hover .hover-element {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.personnel-element:hover .hover-element::before {
  opacity: 1;
}
.personnel-element:active .personnel-element__container {
  bottom: 20px;
}
.personnel-element__image {
  width: 100%;
  height: 100%;
}
.personnel-element__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}
@media (max-width: 576px) {
  .personnel-element__image img {
    object-position: top;
  }
}
.personnel-element .hover-element {
  bottom: -145px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  .personnel-element .hover-element {
    bottom: -100px;
  }
}
.personnel-element .hover-element::before {
  opacity: 0;
}

.fancybox__container {
  --fancybox-bg: rgba(55, 55, 56, 0.80);
}
.fancybox__backdrop {
  backdrop-filter: blur(12px);
}

.is-compact .modal .f-button.is-close-btn {
  --f-button-outline-color: transparent;
  --f-button-bg: transparent;
  --f-button-color: #F8F8F8;
  top: 42px;
  right: 24px;
}
@media (max-width: 576px) {
  .is-compact .modal .f-button.is-close-btn {
    right: 0;
    top: 0;
  }
}

.modal {
  display: none;
  max-width: 1100px;
  width: 100%;
  min-height: 785px;
  background: #373738;
  padding: 60px 100px;
}
@media (max-width: 1024px) {
  .modal {
    padding: 40px 30px;
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .modal {
    padding: 30px 15px;
    min-height: auto;
  }
}
.modal__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 1;
}
.modal__info {
  padding-bottom: 30px;
}
.modal__info:last-child {
  padding-bottom: 0;
}
.modal__info span {
  font-size: 20px;
  line-height: normal;
  color: #828282;
  display: block;
  padding-bottom: 15px;
}
@media (max-width: 1024px) {
  .modal__info span {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal__info span {
    font-size: 16px;
    line-height: normal;
  }
}
.modal__info p {
  font-size: 20px;
  line-height: normal;
  color: #F8F8F8;
  margin: 0;
}
@media (max-width: 1024px) {
  .modal__info p {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal__info p {
    font-size: 16px;
    line-height: normal;
  }
}
.modal__info ul li {
  font-size: 20px;
  line-height: normal;
  list-style: inside disc;
  color: #F8F8F8;
}
@media (max-width: 1024px) {
  .modal__info ul li {
    font-size: 18px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal__info ul li {
    font-size: 16px;
    line-height: normal;
  }
}
.modal__prof {
  font-size: 16px;
  font-weight: normal;
  color: #F8F8F8;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.modal__title {
  font-size: 48px;
  line-height: 56px;
  color: #F8F8F8;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .modal__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .modal__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal__image {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 576px) {
  .modal__image {
    height: 400px;
  }
}
.modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.modal__desc {
  font-size: 24px;
  line-height: normal;
  color: #828282;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .modal__desc {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal__desc {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 1024px) {
  .modal__desc {
    margin-bottom: 30px;
  }
}
.modal__price {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: normal;
  color: #F8F8F8;
}
@media (max-width: 1024px) {
  .modal__price {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal__price {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal__price {
    margin-top: 30px;
  }
}
.modal__price span {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .modal__price span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .modal__price span {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal__button {
  max-width: max-content;
}
.modal .f-button.is-close-btn {
  top: -45px;
  right: 0px;
  --f-button-outline-color: transparent;
  --f-button-color: #F8F8F8;
  --f-button-svg-width: 34px;
  --f-button-svg-height: 34px;
  --f-button-hover-color:#D9D9D9;
}
.modal .row {
  height: 100%;
}

.modal-form {
  display: none;
  max-width: 1100px;
  width: 100%;
  background: #F8F8F8;
  padding: 60px 110px;
}
@media (max-width: 1024px) {
  .modal-form {
    padding: 40px 30px;
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .modal-form {
    padding: 30px 15px;
    min-height: auto;
  }
}
.modal-form__title {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  color: #373738;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .modal-form__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .modal-form__title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .modal-form__title {
    margin-bottom: 20px;
  }
}
.modal-form__content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-form__desc {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 60px;
  color: #828282;
}
@media (max-width: 1024px) {
  .modal-form__desc {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal-form__desc {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal-form__desc {
    margin-bottom: 30px;
  }
}
.modal-form__price {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: normal;
  color: #F8F8F8;
}
@media (max-width: 1024px) {
  .modal-form__price {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal-form__price {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal-form__price {
    margin-top: 20px;
  }
}
.modal-form__price span {
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 1024px) {
  .modal-form__price span {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .modal-form__price span {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal-form__footer {
  margin-top: 40px;
}
@media (max-width: 576px) {
  .modal-form__footer {
    margin-top: 20px;
  }
}
.modal-form__button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .modal-form__button {
    margin-top: 20px;
    justify-content: center;
  }
}
.modal-form .f-button.is-close-btn {
  top: -45px;
  right: 0px;
  --f-button-outline-color: transparent;
  --f-button-color: #F8F8F8;
  --f-button-svg-width: 34px;
  --f-button-svg-height: 34px;
  --f-button-hover-color:#D9D9D9;
}

.modal-ok {
  display: none;
  max-width: 920px;
  width: 100%;
  background: #F8F8F8;
  padding: 130px 180px;
}
@media (max-width: 1024px) {
  .modal-ok {
    padding: 60px;
  }
}
.modal-ok__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-ok__icon {
  width: 89px;
  height: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
}
.modal-ok__title {
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
  text-align: center;
  color: #373738;
  margin: 30px 0px;
}
@media (max-width: 1024px) {
  .modal-ok__title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 576px) {
  .modal-ok__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.modal-ok__desc {
  max-width: 370px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  line-height: normal;
  color: #828282;
}
@media (max-width: 1024px) {
  .modal-ok__desc {
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 576px) {
  .modal-ok__desc {
    font-size: 20px;
    line-height: normal;
  }
}
.modal-ok .f-button.is-close-btn {
  top: -45px;
  right: 0px;
  --f-button-outline-color: transparent;
  --f-button-color: #F8F8F8;
  --f-button-svg-width: 34px;
  --f-button-svg-height: 34px;
  --f-button-hover-color:#D9D9D9;
}

.field__name {
  color: #373738;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.field input {
  width: 100%;
  height: 50px;
  border: 1px solid #828282;
  background: transparent;
  color: #141414;
  font-size: 16px;
  font-weight: normal;
  color: #373738;
  padding: 0px 20px;
  transition: 0.3s ease-in-out;
}
.field input::placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #828282;
  transition: 0.3s ease-in-out;
}

.checkbox {
  margin-bottom: 10px;
}
.checkbox:last-child {
  margin-bottom: 0px;
}
.checkbox label {
  cursor: pointer;
  display: inline-flex;
}
.checkbox span {
  display: block;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #373738;
  box-sizing: border-box;
}
.checkbox input {
  display: none;
}
.checkbox input:checked ~ span {
  position: relative;
}
.checkbox input:checked ~ span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -2px;
  left: 0px;
  background: url("../images/check.svg") no-repeat;
  background-position: center;
  background-size: 12px;
}
.checkbox__text {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  transition: 0.3s ease-in-out;
}
.checkbox__text button,
.checkbox__text a {
  cursor: pointer;
  border: 0px;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  color: #373738;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */