@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

body {
  font-family: 'Gilroy', Arial, sans-serif;
  font-size: 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 10px;
}

.page-header {
  background-image: url("../img/page-header-background.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 20px;
  overflow: hidden;
}

.col4 {
  width: 33%;
  display: inline-block;
  text-align: center;
}

.page-header__shadow {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: rgba(0,0,0,0.3);
}

.page-header__wrapper {
  position: relative;
  z-index: 5;
}

.presentation, .portfolio, .price, .footer {
  background-color: #12032e;
}

@keyframes splash {
  0% {
    box-shadow: 0 0 8px 6px #f6ee44, 0 0 12px 14px #f6ee44;
  }
  100% {
    box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 71px rgba(255, 48, 26, 0);
  }
}

.main-soc {position: fixed;top: 50%;transform: translateY(-50%);right: 0;background-color: rgba(0, 0, 0, 0.70);padding: 12px;border-top-left-radius: 10px;border-bottom-left-radius: 10px;z-index: 999;}.main-soc__box:not(:last-child) {margin-bottom: 12px;}
.main-soc__box:not(:last-child){margin-bottom: 12px;}

.callback {
  margin-top: 100px;
  position: relative;
  padding-bottom: 200px;
  background-image: url("../img/bottom-background.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.callback-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.callback-request {
  max-width: 380px;
  border-radius: 26px;
  background-color: rgb(255, 255, 255);
  box-sizing: border-box;
}

.callback-request__title {
  font-size: 18px;
  text-align: center;
}

.callback-request__title span {
  font-size: 2.19em;
}

.callback-request__subtitle {
  line-height: 25px;
  text-align: center;
  color: #0090ff;
  margin-top: 25px;
  margin-bottom: 35px;
}

.write-us-item .write-us-name,
.write-us-item .write-us-tel,
.write-us-item .write-us-email {
  font-family: 'Gilroy', Arial, sans-serif;
  color: black;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid #eed492;
  margin: 15px 0 0 0;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}

.write-us-item .write-us-name:focus,
.write-us-item .write-us-tel:focus,
.write-us-item .write-us-email:focus {
  outline: none;
}

.write-us-item {
  position: relative;
  font-size: 12px;
  color: #858585;
}

.write-us-item input::placeholder {
  color: #000000;
  font-size: 16px;
}

.callback__button {
  border: none;
  font-size: 25px;
  text-transform: none;
  text-align: center;
  padding: 10px 25px 10px 25px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 15px;
  background-color: #e5bf5b;
  color: white;
  font-weight: bold;
}

.write-us-item--agree,
.write-us-item--info {
  margin-top: 10px;
  font-size: 0.5em;
  color: #383e65;
}

.write-us-item--agree {
  margin-top: 30px;
}

.page-header__top {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page-header__contacts {
  margin-left: auto;
  margin-right: 40px;
}

.page-header__contacts a, .footer__telephone, .footer__email {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: white;
  line-height: 25px;
}

.page-header__tel span, .footer__telephone span {
  width: 20px;
  height: 20px;
  background: url("../img/telephone.svg");
  margin-right: 5px;
}

.page-header__email span, .footer__email span {
  width: 20px;
  height: 20px;
  background: url("../img/email.svg");
  margin-right: 5px;
}

.page-header__viber span {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icons/viber.svg");
  margin-right: 5px;
}

.page-header__whatsapp span {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icons/whatsapp.svg");
  margin-right: 5px;
}

.button {
  font-family: "Gilroy", Arial, sans-serif;
  cursor: pointer;
}

.page-header__callback-button, .footer__button {
  color: white;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 18px;
  border: 2px solid #d8a940;
  border-radius: 30px;
  font-weight: 200;
  padding: 7px 30px;
  margin-top: 5px;
  box-shadow: 0 0 6px 1px #d8a940;
}

.page-header__bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 180px;
}

.page-header__title-section {
  margin-top: 110px;
  margin-left: 40px;
  flex-grow: 1;
}

.title-section__subtitle {
  font-size: 1.5em;
  line-height: 30px;
  font-weight: bold;
  color: white;
}

.main-title {
  color: white;
  font-size: 18px;
  margin-top: 18px;
  font-weight: normal;
}

.main-title span {
  font-weight: bold;
  color: #deb24b;
  text-shadow: 3px 3px 4px black;
  font-size: 1.2em;
}

.title-section__callback-button, .route-link {
  background-image: -moz-linear-gradient( 79deg, rgb(216,169,64) 0%, rgb(249,226,131) 100%);
  background-image: -webkit-linear-gradient( 79deg, rgb(216,169,64) 0%, rgb(249,226,131) 100%);
  background-image: -ms-linear-gradient( 79deg, rgb(216,169,64) 0%, rgb(249,226,131) 100%);
  border: none;
  border-radius: 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bolder;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px 20px;
  display: inline-block;
  color: black;
}

header.page-header::before {
  content: "";
  display: block;
  position: absolute;
  width: 365px;
  height: 365px;
  border: 1px solid rgba(255,255,255,0.6);
  transform: rotate(45deg);
  left: calc(50% - 182px);
  top: 150px;
}

header.page-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,0.6);
  transform: rotate(45deg);
  left: calc(50% - 260px);
  top: 73px;
}

.page-header__nav {
  flex-grow: 1;
  margin-left: 25px;
}

.main-nav {
  position: relative;
}

.main-nav__item {
  position: absolute;
}

.main-nav__item:first-child {
  left: -189px;
}

.main-nav__item:nth-child(2) {
  top: 50px;
  left: -30px;
}

.main-nav__item:nth-child(3) {
  top: 152px;
  left: -40px;
}

.main-nav__item:nth-child(4) {
  top: 233px;
  left: -9px;
}

.main-nav__item:nth-child(5) {
  top: 303px;
  left: -189px;
}

.main-nav__link {
  color: white;
  padding-left: 20px;
  position: relative;
}

.main-nav__link::before {
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 15px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #d9b65a;
  display: block;
}

.main-nav__link:hover::before {
    animation: splash 0.3s 0s ease-out 1;
}

.mist {
  width: 100%;
  box-shadow: 0 0 30px 40px white;
  position: relative;
  height: 0;
}

.about-us {
  margin-top: 45px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.about-us__title {
  font-weight: bold;
  font-size: 25px;
}

.about-us__text {
  margin-top: 30px;
}

.about-us__item {
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}

.about-us__left {
  margin-bottom: 20px;
  max-width: 500px;
}

.about-us__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 15px;
  width: 13px;
  height: 13px;
  background-color: #d9b65a;
  display: block;
}

.write-us-form {
  margin-top: 20px;
  padding: 40px 30px 50px 30px;
  box-shadow: 0px 0px 37.41px 5.59px rgba(0, 0, 0, 0.1);
  position: absolute;
  max-width: 380px;
  box-sizing: border-box;
  background-color: white;
  z-index: 5;
}

.write-us-form__title {
  font-weight: bold;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.presentation {
  padding-top: 50px;
}

.presentation__list {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

.presentation__item {
  display: block;
  width: 25%;
  height: 650px;
  box-sizing: border-box;
  cursor: zoom-in;
  background-repeat: no-repeat;
  background-color: #12032e;
  transition: all 0.5s;
  position: relative;
}

.presentation__item:not(:last-child) {
  border-right: 1px solid white;
}

.presentation__desc {
  color: white;
  display: none;
  max-width: 50%;
}

.presentation__item--1 {
  background-image: url("../img/presentation-1.jpg");
}

.presentation__item--2 {
  background-image: url("../img/presentation-2.jpg");
}

.presentation__item--3 {
  background-image: url("../img/presentation-3.jpg");
}

.presentation__item--4 {
  background-image: url("../img/presentation-4.jpg");
}

.presentation__item--5 {
  background-image: url("../img/presentation-5.jpg");
}

.portfolio {
  padding: 80px 0;
}

.portfolio__list {
  margin: 30px auto 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.portfolio__item {
  padding: 6px;
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #e5bf5b;
}

.filter {
  display: flex;
  max-width: 500px;
  justify-content: space-around;
  margin: 0 auto;
}

.filter__item {
  position: relative;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 5px 10px;
}

.filter__item--active {
  background-color: #d9b65a;
  border-radius: 20px;
}

.filter__item::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 11px;
  border-radius: 15px;
  width: 11px;
  height: 11px;
  background-color: #d9b65a;
  display: block;
}

.filter__item--active::before {
  display: none;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #e5bf5b;
}

.price {
  padding: 45px 0 25px 0;
  background-image: url("../img/price-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.price__title {
  font-size: 1.5em;
  font-weight: bold;
  color: white;
  text-align: center;
}

.price__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 50px auto 0 auto;
}

.rate {
  width: 270px;
  background-color: white;
  box-shadow: 5px 8.66px 32px 8px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 20px 30px 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.rate__title {
  line-height: 20px;
  font-weight: normal;
}

.crown {
  display: inline-block;
  width: 43px;
  height: 19px;
  background-image: url("../img/crown.png");
}

.rate__item {
  font-size: 13px;
  margin-top: 15px;
  display: block;
}

.rate__price {
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}

.rate__link {
  color: #d8a940;
  border-bottom: 1px solid #d8a940;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.rate__link:hover {
  border-bottom-style: dotted;
  font-weight: normal;
}

.rate__button {
  display: inline-block;
  margin-top: 20px;
  background-color: rgb(229, 191, 91);
  box-shadow: 0px 0px 11.52px 4.48px rgba(175, 135, 28, 0.25);
  border: none;
  font-size: 14px;
  color: white;
  font-weight: bolder;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 20px;
}

.testimonials {
  padding: 70px 0 35px 0;
}

.testimonials__title {
  text-align: center;
}

.footer {
  padding: 20px 0;
  margin-top: 70px;
}

.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.social-list__link {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-left: 10px;
}

.social-list__link--insta {
  background-image: url("../img/instagram.svg");
}

.social-list__link--vk {
  background-image: url("../img/vk.svg");
}

.social-list__link--fb {
  background-image: url("../img/fb.svg");
}

.social-list__link--telegram {
  background-image: url("../img/telegram.svg");
}

.social-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.nav-list__link {
  font-size: 16px;
  color: white;
}

.nav-list {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-list__item {
  width: 50%;
  margin-bottom: 10px;
}

.presentation__wrapper {
  position: relative;
}

.presentation__wave, .price__wave {
  height: 150px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 4;
}

.price__wave {
  bottom: auto;
  top: 0;
  z-index: 0;
}

.price__wrapper {
  position: relative;
}

.wave {
  fill: #12032e;
}

.mobile-top {
  display: none;
}

.button:hover {
  animation: splash 0.8s 0s ease-out 1;
}

@keyframes splash {
  0%{box-shadow:0 0 8px 6px #e5bf5b,0 0 12px 14px #e5bf5b}
  100%{box-shadow:0 0 18px 6px rgba(255,48,26,0),0 0 4px 71px rgba(255,48,26,0)}
}

.presentation__item--opened {
  position: absolute;
  z-index: 3;
  width: 100%;
  border: none;
  cursor: zoom-out;
  border: none !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.schema {
    margin-top: 50px;
    margin-bottom: 30px;
}

.schema__title {
    text-align: center;
}

.schema__list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.schema__icon {
    margin-right: 20px;
}

.schema__item {
    display: flex;
    align-items: center;
    width: 30%;
    margin-bottom: 25px;
}

.presentation__title {
    text-align: center;
    color: white;
    margin-bottom: 30px;
}

.presentation__item-title {
    margin: 0;
    position: absolute;
    left: 5%;
    top: 40%;
}

.leaders {
    margin-top: 50px;
    margin-bottom: 30px;
}

.leaders__title {
    text-align: center;
}

.leaders__item {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.leaders__photo, .leaders__text {
    max-width: 49%;
}

.leaders__text p, .leaders__text ul {
    margin-bottom: 15px;
}
.page-contacts__title, .gallery-title {
    text-align: center;
    margin: 40px 0 25px 0;
}
.page-contacts__tel, .page-contacts__email, .page-contacts__address {
    margin-bottom: 20px;
    line-height: 25px;
    font-style: normal;
}
.route-link {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: normal;
}
.social-list--page {
    justify-content: flex-start;
}
.social-list--page .social-list__link {
    margin-left: 0;
    margin-right: 10px;
}
.social-title {
    margin-bottom: 10px;
}
.page-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-contacts--col2 {
    width: 100%;
}
.callback-request--page .write-us-form {
    position: initial;
}
.page-contacts--col2 {
    margin: 30px 0;
}
.requisites {
    margin-bottom: 10px;
}
.map {
    display: flex;
    margin-top: 100px;
}
#pg-msnr-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#pg-icons {
    display: none;
}
#phocagallery .pagination {
    text-align: center;
}
#phocagallery .pagination-list {
    display: flex;
    justify-content: center;
}
#phocagallery .pagination-list li {
    margin: 10px 10px 0 10px;
}
.itemid-129 .page-header {
    background-image: url('../img/gallery.jpg');
}
.itemid-110 .page-header {
    background-image: url('../img/contacts.jpg');
}
.itemid-144 .page-header {
    background-image: url('../img/electro.jpg');
}
.blog .page-header, .item-page .page-header {
    background: none;
}
.about-us--inner .write-us-form {
    position: relative;
}
.moduletable.news {
  margin: 80px auto 0 auto;
  max-width: 1170px;
  padding: 0 15px;
}
.news__title {
  font-family: "ProximaNova", Arial, serif;
  font-size: 30px;
  text-transform: uppercase;
}
.calculator__weight label:first-of-type {
  margin-right: 25px;
  margin-left: 25px;
}
.calculator__weight label input {
  margin-right: 5px;
}
.slick-track {
  padding: 25px 0;
}
.news__list {
  margin-top: 50px;
}
.newsflash-image {
  display: block;
  margin: 0 auto;
  padding: 9px;
  border: 1px solid #e5bf5b;
}
.news__item-content {
  box-shadow: 0.6px 8px 42px 1px rgba(0, 0, 0, 0.1);
  max-width: 360px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.newsflash-title {
  margin-top: 10px;
  font-size: 18px;
}
.newsflash-title a {
  color: black;
}
.error {
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
}
.error__title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page-header__logo {
    box-shadow: -3px 3px 12px 5px rgba(0,0,0,0.7);
}
.staff {
    margin-top: 50px;
    margin-bottom: 90px;
}
.staff__img {
    margin: 0 auto;
}
.staff .slick-prev:before, .staff .slick-next:before {
    color: #12032e;
}
.staff__title {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
}
.staff__name {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    color: #e5bf5b;
}

.button--all-news {
    margin: 20px auto;
    display: block;
    width: max-content;
}

.breadcrumb {
    max-width: 1180px;
    margin: 20px auto;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #12032e;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
    box-sizing: border-box;
}

.blog .items-more {
    display: none;
}

.blog .pagination-list {
    display: flex;
    justify-content: space-around;
    max-width: 500px;
    margin: 40px auto;
}

.blog .item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
    border-bottom: 1px solid grey;
    padding-bottom: 15px;
}

.blog .item .page-header {
    width: 100%;
    margin-bottom: 15px;
}

.blog .item p {
    max-width: 500px;
}

.blog .item img {
    margin-right: 15px;
}

@media (max-width: 1012px) {
  .write-us-form {
    position: initial;
  }
}

@media only screen and (min-width : 250px) and (max-width : 769px) {
    .price-table {
        font-size: 14px;
    }
    .page-header__bottom {
        padding-bottom: 80px;
    }
.main-soc img {width:30px;height:30px;}
  
  .leaders__photo, .leaders__text {
    max-width: 100%;
  }
  
  .col4 {
  width: 100%;
  }
  
  .leaders__item:nth-of-type(2) {
      flex-direction: column-reverse;
  }
  
  body {
    font-size: 18px;
  }
  
  .presentation__desc {
      max-width: 100%;
  }
  
  .presentation__item-title {
      top: 30%;
  }
  
  .page-header__logo {
      display: none;
  }
  
  .page-header__logo--mobile {
      display: block;
  }
  
  .schema__item {
    width: 100%;
  }

  .footer__logo {
    margin-bottom: 15px;
  }

  .nav-list {
    margin-bottom: 10px;
  }

  .callback__social {
    display: none;
  }

  .callback {
    margin-top: 20px;
  }

  .callback-request {
    width: 100%;
  }

  .callback__button {
    margin-left: auto;
  }

  .write-us-item {
    width: 100%;
  }

  .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer__button {
    margin-top: 15px;
  }

  .page-header::before, .page-header::after {
    display: none;
  }

  .main-nav__item {
    position: initial;
  }

  .main-nav__list {
    position: fixed;
    z-index: 30;
    background-color: white;
    left: 0;
    top: 50px;
    width: 100%;
    display: none;
  }

  .main-nav__link::before {
    display: none;
  }

  .main-nav__link {
    color: black;
    padding-left: 20px;
    position: relative;
    padding: 15px 0;
    display: block;
    text-align: center;
    font-size: 25px;
  }

  .wave {
    display: none;
  }

  .main-nav__item:last-child {
    border-bottom: 1px solid grey;
  }

  .mobile-top {
    display: block;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #262231;
    z-index: 30;
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }

  .page-header {
    padding-top: 50px;
  }

  .page-header__top {
    align-items: center;
  }

  .page-header__contacts {
    display: none;
  }

  .page-header__title-section {
    margin: 50px 0 0 0;
  }

  .page-header__tel--mobile span,
  .page-header__email--mobile span {
    display: block;
    width: 40px;
    height: 40px;
  }

  .mobile-top__menu {
    width: 40px;
    height: 40px;
    background-image: url("../img/menu-open.svg");
    background-size: contain;
  }

  .menu-opened {
    background-image: url("../img/menu-close.svg");
  }

  .presentation__list {
    flex-direction: column;
  }

  .presentation__item {
    width: 100%;
    height: 200px;
    border: none;
    border-bottom: 3px solid white;
    background-position: center;
    position: relative;
  }

  .presentation__item--opened-mobile {
    height: 650px;
    position: relative;
  }

  .presentation__item:not(:last-child) {
    border-right: none;
  }

  .presentation__desc {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgb(18, 3, 45);
    width: 100%;
    height: 50%;
    transition: all 0.5s;
    opacity: 0;
  }
}