@charset "UTF-8";
/*Обнуление*/
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: normal;
  color: #0a0a0a;
}

a {
  text-decoration: none;
  color: #0a0a0a;
}

input, textarea {
  font-family: "Vollkorn", serif;
  font-size: 16px;
  color: #898989;
  font-style: italic;
}

.page {
  overflow: hidden;
}

.section {
  padding: 100px 0;
}

.section_tn {
  padding-top: 0;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}

.space {
  padding-top: 140px;
}

.header {
  position: fixed;
  width: 100%;
  background-color: #222324;
  padding: 10px 0;
  z-index: 1002;
}
.header__logo {
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__logo-title {
  font-family: "Roboto Slab", serif;
  font-size: 44px;
  color: #bd9362;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header__logo-subtitle {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  color: #c4c4c4;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.header__nav.active li {
  padding: 10px 0;
}
.header__nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}
.header__nav li {
  padding: 0 25px;
}
.header__nav li a {
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
}
.header__nav li a.active {
  color: #bd9362;
}
.header__burger {
  display: none;
  position: relative;
  width: 30px;
  height: 20px;
  margin-right: 15px;
  cursor: pointer;
}
.header__burger.active:before {
  transform: rotate(45deg);
  top: 9px;
}
.header__burger.active:after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.header__burger.active span {
  transform: scale(0);
}
.header__burger:before, .header__burger:after {
  transition: all 0.3s;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
}
.header__burger:before {
  top: 0;
}
.header__burger:after {
  bottom: 0;
}
.header__burger span {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 9px;
  width: 100%;
  height: 2px;
}

.slider {
  position: relative;
}
.slider__item {
  position: relative;
  text-align: center;
}
.slider__item-img img {
  width: 100%;
}
.slider__item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 61px;
  color: #fff;
  font-weight: 900;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.slick-list {
  overflow: hidden;
}

.slick-track {
  display: flex;
  align-items: center;
}

.slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-top: -7px;
  top: 50%;
  z-index: 1001;
  font-size: 0;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-next {
  right: 15%;
  background: url(../img/sl-arrow_r.svg) 0 0/contain no-repeat;
}

.slick-prev {
  left: 15%;
  background: url(../img/sl-arrow_l.svg) 0 0/contain no-repeat;
}

.suptitle {
  font-family: "Vollkorn", serif;
  font-size: 20px;
  color: #898989;
  font-style: italic;
}

.welcome-section__title {
  text-align: center;
}
.welcome-section__main-title {
  font-size: 58px;
  font-weight: bold;
}
.welcome-section__text {
  width: 80%;
  margin: 50px auto;
  font-family: "Vollkorn", serif;
  font-size: 18px;
  color: #898989;
}
.welcome-section__gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.gallery__item {
  flex: 0 0 33.33%;
  max-width: 33.333%;
}
.gallery__item-img {
  margin: 10px;
  position: relative;
}
.gallery__item img {
  width: 100%;
}
.gallery__item-img a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  background: rgba(189, 146, 97, 0.43) url(../img/eye.svg) center/20% no-repeat;
  transition: all 0.3s;
}

.awards {
  background-color: #222324;
}
.awards__inner {
  display: flex;
  flex-wrap: wrap;
}
.awards__item {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
}
.awards__logo img {
  width: 100%;
}
.awards__title {
  margin-top: 20px;
}
.awards__suptitle, .awards__year {
  font-family: "Vollkorn", serif;
  font-style: italic;
  color: #fff;
}
.awards__main-title {
  color: #bd9362;
  font-size: 20px;
}

.image-row {
  background-color: #f7f7f7;
}
.image-row__inner {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.image-row__item {
  flex: 0 0 25%;
  max-width: 25%;
}
.image-row__img {
  position: relative;
  overflow: hidden;
}
.image-row__img img {
  transition: all 0.3s;
}
.image-row__img::before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(189, 146, 97, 0.43);
  transition: all 0.3s;
  z-index: 1;
}
.image-row__title {
  font-size: 20px;
  padding: 30px 40px 0;
  text-align: center;
}
.image-row__title a:hover {
  color: #bd9362;
  transition: all 0.3s;
}

.contact {
  background: url(../img/mt-0821-home-parallax1.jpg) center/cover no-repeat;
}
.contact__form-container {
  width: 50%;
}
.contact__title {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 50px;
}
.contact__form {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: normal;
  color: #0a0a0a;
}
.contact__form-item {
  width: 100%;
  padding: 14px 20px;
  margin-bottom: 2px;
  background-color: #f7f7f7;
  border: none;
  outline: none;
}
.contact__form-textarea {
  height: 100px;
  resize: none;
}
.contact__form-item::placeholder {
  font-family: "Vollkorn", serif;
  font-size: 16px;
  color: #898989;
  font-style: italic;
}

.btn {
  display: inline-block;
  padding: 15px 40px;
  margin-top: 25px;
  border: 2px solid #bd9362;
  color: #bd9362;
  font-family: "Vollkorn", serif;
  font-size: 20px;
  font-style: italic;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  font-size: 16px;
  font-family: "Vollkorn", serif;
  color: #c4c4c4;
  border-top: 1px solid #eaddce;
}
.footer__copyright a {
  color: #bd9362;
}
.footer .footer__social-icon {
  color: #c4c4c4;
  margin-right: 30px;
  transition: all 0.3s;
}
.footer .footer__social-icon:hover {
  color: #bd9362;
}
.footer .fab:last-child {
  margin-right: 0;
}
.about__title {
  padding: 0 0 50px;
  font-size: 58px;
  text-align: center;
  font-weight: 400;
}
.about__box {
  display: flex;
  flex-wrap: wrap;
}
.about__img {
  flex: 0 0 50%;
  max-width: 50%;
}
.about__content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.about__content p {
  padding-bottom: 30px;
  font-family: "Vollkorn", serif;
  font-size: 18px;
  color: #616161;
}
.about .cv {
  margin-top: 50px;
}

.reviews__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reviews__item {
  flex: 0 0 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px;
  text-align: center;
}
.reviews__img {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}
.reviews__text {
  padding: 15px 0 20px;
  font-family: "Vollkorn", serif;
  font-size: 20px;
  color: #898989;
  flex-grow: 1;
}
.reviews__author {
  font-size: 20px;
  color: #bd9362;
}

.prof-equipment__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.prof-equipment__title {
  font-size: 38px;
  font-weight: 400;
  padding-bottom: 50px;
}
.prof-equipment__img {
  width: 100%;
}
.prof-equipment .faq {
  margin-top: 50px;
}

.about-contact {
  background-color: #f5f1e4;
}
.about-contact__inner {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.about-contact__title {
  font-size: 38px;
  font-weight: 400;
}
.about-contact .form__wrap {
  padding-top: 50px;
  width: 33.33%;
}

/*Portfolio-------------------------------------------------------------*/
.portfolio-slider .slick-arrow {
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
.portfolio-slider .slick-arrow:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  opacity: 0.4;
}
.portfolio-slider .slick-next {
  right: 0;
  background: url(../img/sl-arrow_r.svg) center/contain no-repeat;
}
.portfolio-slider .slick-prev {
  left: 0;
  background: url(../img/sl-arrow_l.svg) center/contain no-repeat;
}

.portfolio-gallery__title {
  font-family: "Vollkorn", serif;
  font-size: 18px;
  text-align: center;
  padding-bottom: 30px;
  color: #898989;
}
.portfolio-gallery__container {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-gallery__item {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 5px;
}
.portfolio-gallery__img {
  position: relative;
}
.portfolio-gallery__img img {
  width: 100%;
  object-fit: cover;
}
.portfolio-gallery__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #bd9362;
  opacity: 0;
  transition: all 0.3s;
}
.portfolio-gallery__icon {
  text-align: center;
}
.portfolio-gallery__text {
  font-size: 20px;
}
.portfolio-gallery__text span {
  font-size: 16px;
  font-family: "Vollkorn", serif;
}

.contacts__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts .form__wrap {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 50px;
  text-align: center;
}
.contacts__img {
  flex: 0 0 40%;
  max-width: 40%;
}
.contacts__img img {
  width: 100%;
  max-width: 100%;
}
.contacts__title {
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
.contacts__phone, .contacts__email {
  font-family: "Vollkorn", serif;
  font-size: 18px;
  color: #616161;
}
.contacts__email a {
  color: #bd9362;
}
.contacts__subitle {
  font-size: 22px;
  color: #616161;
  margin: 30px 0 70px;
}

.services-top__inner {
  display: flex;
  flex-wrap: wrap;
}
.services-top__content, .services-top__img {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.services-top__title {
  font-size: 58px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
.services-top__subtitle {
  font-size: 22px;
  margin-bottom: 30px;
}
.services-top__text {
  font-family: "Vollkorn", serif;
  color: #616161;
}
.services-top__text p {
  margin-bottom: 30px;
}
.services-top__text p:last-child {
  margin-bottom: 0;
}
.services-top__img img {
  width: 100%;
}

.all-services__inner {
  display: flex;
  flex-wrap: wrap;
}
.all-services__item {
  display: flex;
  flex-direction: column;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0 10px;
  margin-bottom: 50px;
}
.all-services__title {
  font-family: "Vollkorn", serif;
  font-size: 30px;
  font-weight: 400;
  color: #bd9362;
  padding-top: 30px;
}
.all-services__text {
  flex-grow: 1;
  font-family: "Vollkorn", serif;
  font-size: 18px;
  color: #616161;
}

.blog {
  padding-top: 40px;
}
.blog__item {
  padding: 30px 0;
  border-bottom: 1px solid #eaddce;
}
.blog__item_without-border {
  border: none;
}
.blog__title a {
  font-size: 22px;
  padding: 15px 0;
}
.blog__info-date {
  margin-right: 100px;
}
.blog__info-date, .blog__info-user {
  display: inline-block;
  font-family: "Vollkorn", serif;
  font-size: 16px;
  color: #898989;
  padding: 15px 0;
}
.blog__info-date i, .blog__info-user i {
  padding-right: 10px;
}
.blog__social {
  margin: 15px 0;
}
.blog__social a {
  font-family: "Vollkorn", serif;
  font-size: 20px;
  color: #898989;
  margin: 15px 5px;
}
.blog__img {
  width: 100%;
  overflow: hidden;
}
.blog__img a {
  position: relative;
  display: block;
}
.blog__img img {
  width: 100%;
  transition: all 0.3s;
  transform: scale(1.1);
}
.blog__text {
  font-family: "Vollkorn", serif;
  font-size: 18px;
  color: #898989;
  padding: 30px 0 0;
}
.blog__text p {
  margin-bottom: 30px;
}
.blog__nav {
  margin-top: 30px;
}
.blog__nav a {
  font-family: "Vollkorn", serif;
  font-size: 20px;
  color: #bd9362;
  margin: 0 15px;
  padding: 5px;
  font-weight: 700;
}
.blog__nav a.active {
  color: #0a0a0a;
  cursor: default;
}

@media (max-width: 990px) {
  .header__logo-title {
    font-size: 30px;
  }

  .space {
    padding-top: 120px;
  }

  .slider__item-title {
    font-size: 50px;
  }

  .section {
    padding: 70px 0;
  }

  .image-row__title {
    font-size: 18px;
    padding: 20px 10px 0;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .gallery__item-img a:hover::before {
    opacity: 1;
    cursor: pointer;
  }

  .image-row__img:hover::before {
    opacity: 1;
  }

  .image-row__img:hover img {
    transform: scale(1.1) rotate(5deg);
  }

  .btn:hover {
    background-color: #bd9362;
    color: #fff;
  }

  .header__nav li a:hover {
    color: #bd9362;
  }

  .portfolio-gallery__item:hover .portfolio-gallery__content {
    opacity: 0.9;
  }

  .portfolio-gallery__item:hover img {
    filter: grayscale(100%);
  }

  .blog__social a:hover {
    color: #bd9362;
  }

  .blog__img a:hover::before {
    opacity: 0.4;
    transition: all 0.3s;
  }

  .blog__img a:hover img {
    transition: all 0.3s;
    transform: translateX(30px) scale(1.1);
  }

  .blog__img a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
    background: linear-gradient(to top right, #bd9362 0%, #f7f7f7 100%);
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .portfolio-gallery__content {
    opacity: 0.9;
  }

  .portfolio-gallery__item img {
    filter: grayscale(100%);
  }

  .gallery__item-img a::before {
    opacity: 1;
  }

  .header__logo-title {
    font-size: 25px;
  }

  .header__burger {
    display: block;
  }

  .header__nav {
    display: none;
  }

  .footer__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .space {
    padding-top: 110px;
  }

  .slider__item-title {
    font-size: 40px;
  }

  .section {
    padding: 50px 0;
  }

  .awards__item, .image-row__item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px;
  }

  .image-row__item {
    padding: 10px;
  }

  .contact__form-container {
    width: 90%;
    margin: 0 auto;
  }

  .about__box {
    flex-direction: column;
  }

  .about__img {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .about__img img {
    margin: 0 auto;
  }

  .about__content {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .reviews__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
  }

  .reviews__item:last-child {
    margin-bottom: 0;
  }

  .about-contact .form__wrap {
    width: 90%;
  }

  .portfolio-gallery__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .contacts .form__wrap {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts__img {
    display: none;
  }

  .services-top__content, .services-top__img {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services-top__content {
    order: 2;
  }

  .services-top__img {
    order: 1;
    padding: 30px;
  }

  .all-services__item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 450px) {
  .header {
    padding: 0;
  }

  .header__logo-subtitle,
.header__logo-img {
    display: none;
  }

  .space {
    padding-top: 67px;
  }

  .section {
    padding: 30px 0;
  }

  .slider-wrap {
    display: none;
  }

  .gallery__item, .awards__item, .image-row__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .about__title {
    font-size: 40px;
    padding-bottom: 30px;
  }

  .cv {
    display: block;
    margin: 0 auto;
  }

  .portfolio-gallery__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contacts__title {
    font-size: 40px;
  }

  .all-services__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .services-top__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .services-top__subtitle {
    margin-bottom: 10px;
  }
}