* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px 0px 20px;
}

body.lock {
  overflow: hidden;
}

.slick-track {
  overflow: hidden;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 20;
  left: 0;
  top: 27px;
}

@media screen and (max-width: 768px) {
  .header {
    top: 12px;
  }
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 137px;
}

@media screen and (max-width: 768px) {
  .header__menu {
    background-color: #1a1a1a;
    padding: 85px 0px 0px 0px;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 21;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: ease .7s all 0s;
    -o-transition: ease .7s all 0s;
    transition: ease .7s all 0s;
    overflow: auto;
  }
}

.header__menu.active {
  top: 0;
}

.header__logo {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 260px;
  height: 137px;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 130px;
    height: 68.5px;
  }
}

.header__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-link__header span {
  padding: 0px 15px;
}

@media screen and (max-width: 850px) {
  .menu-link__header span {
    padding: 0px 10px 0px 10px;
  }
}

@media screen and (max-width: 768px) {
  .menu-link__header span {
    padding: 30px 0px 0px 0px;
  }
}

.menu-list__header:nth-child(3) {
  padding: 0px 183.5px 0 15px;
}

@media screen and (max-width: 850px) {
  .menu-list__header:nth-child(3) {
    padding: 0px 143.5px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__header:nth-child(3) {
    padding: 30px 0px 0px 0px;
  }
}

.menu-list__header:nth-child(4) {
  padding: 0px 15px 0 183.5px;
}

@media screen and (max-width: 850px) {
  .menu-list__header:nth-child(4) {
    padding: 0px 15px 0 143.5px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__header:nth-child(4) {
    padding: 30px 0px 0px 0px;
  }
}

.menu-list__header a {
  color: #1a1a1a;
  font-family: "Times New Roman PSMT";
  font-weight: 400;
  line-height: 23.78px;
  position: relative;
  text-transform: uppercase;
  padding: 0px 2px 8px 2px;
}

@media (max-width: 767px) {
  .menu-list__header a {
    font-size: calc(8px + 20.4 * ((100vw - 320px) / 1500));
  }
}

@media (min-width: 767px) {
  .menu-list__header a {
    font-size: calc(8px + 12 * (100vw / 1500));
  }
}

.menu-list__header a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: ease .3s all 0s;
  -o-transition: ease .3s all 0s;
  transition: ease .3s all 0s;
}

.menu-list__header a:hover:after {
  content: '';
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .menu-list__header a {
    color: #fff;
    font-size: 22px;
  }
}

.menu-burger {
  position: fixed;
  top: 20px;
  right: 30px;
  width: 30px;
  height: 26px;
  display: none;
  z-index: 101;
}

@media screen and (max-width: 768px) {
  .menu-burger {
    display: block;
  }
}

.menu-burger span {
  position: absolute;
  left: 0;
  top: 12px;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: ease .6s all 0s;
  -o-transition: ease .6s all 0s;
  transition: ease .6s all 0s;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}

.menu-burger:before, .menu-burger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: ease .6s all 0s;
  -o-transition: ease .6s all 0s;
  transition: ease .6s all 0s;
  -webkit-box-shadow: 0 0 3px #fff;
  box-shadow: 0 0 3px #fff;
}

.menu-burger:before {
  content: '';
  top: 0;
}

.menu-burger:after {
  content: '';
  bottom: 0;
}

.menu-burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.menu-burger.active:before {
  content: '';
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-burger.active:after {
  content: '';
  bottom: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.about__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .about__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}

.about__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .about__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.about__subtitle {
  padding: 6% 5.7% 9.35% 8.65%;
  padding: calc(((100vw / 100) * 91) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 127) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 140) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 85) / 100 * (100 / 1.5) / 10);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .about__subtitle {
    background: url("../../img/about/bg.jpg") 0 0/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .about {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-about__logo {
  padding: 0px 0px 31px 0px;
}

.item-about__text p:first-child {
  text-align: center;
  padding: 0px 0px 32px 0px;
}

.item-about__text p:nth-child(2) {
  padding: 0px 0px 5px 0px;
}

.item-about__content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 250) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
}

@media screen and (max-width: 1000px) {
  .item-about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 375) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  }
}

@media screen and (max-width: 650px) {
  .item-about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 500) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  }
}

@media screen and (max-width: 425px) {
  .item-about__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 750) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  }
}

.item-about__content > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-about__zoom {
  cursor: pointer;
}

.item-about__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 200, 182, 0.66);
  -webkit-transition: ease .4s all 0s;
  -o-transition: ease .4s all 0s;
  transition: ease .4s all 0s;
  opacity: 0;
  padding: 90px 0px 0px 0px;
}

.item-about__hover:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .item-about__hover {
    opacity: .5;
  }
}

.item-about__info img {
  padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 20) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 20) / 100 * (100 / 1.5) / 10);
}

.test {
  background: url("../img/test/bg.jpg") 50% 0/cover no-repeat;
  padding: calc(8.7% + 30px) 0px 9.3% 0px;
}

.test__text {
  max-width: 743px;
  width: 60%;
  margin: 0 auto 35px;
  text-align: center;
  color: #f2efe5;
  font-style: italic;
  font-size: 24px;
  font-weight: 400;
  position: relative;
}

@media (max-width: 767px) {
  .test__text {
    font-size: calc(16px + 13.6 * ((100vw - 320px) / 1500));
  }
}

@media (min-width: 767px) {
  .test__text {
    font-size: calc(16px + 8 * (100vw / 1500));
  }
}

.test__text:before {
  content: '';
  position: absolute;
  background-image: url("../img/test/1.png");
  background-size: 100%;
  top: 0;
  left: 0;
  width: 56px;
  height: 33px;
  -webkit-transform: translate(-100%, -100%);
  -ms-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

@media screen and (max-width: 768px) {
  .test__text:before {
    width: 28px;
    height: 16.5px;
  }
}

.test__text:after {
  content: '';
  position: absolute;
  background-image: url("../img/test/2.png");
  background-size: 100%;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 33px;
  -webkit-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
}

@media screen and (max-width: 768px) {
  .test__text:after {
    width: 28px;
    height: 16.5px;
  }
}

.test__subtitle {
  max-width: 580px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  color: #f2efe5;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 18px;
}

@media screen and (min-width: 769px) {
  .team__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .team__row > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
  }
}

.item-team__title {
  position: relative;
}

@media screen and (max-width: 768px) {
  .item-team__title {
    height: 400px;
    width: 100%;
  }
}

.item-team__title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-team__title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 22px 18%;
  color: #010101;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  border: 10px solid #121212;
}

.item-team__img {
  position: relative;
  padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 500) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
}

@media screen and (max-width: 768px) {
  .item-team__img {
    height: 400px;
    width: 100%;
  }
}

.item-team__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.item-team__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(((100vw / 100) * 120) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 50) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 120) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 50) / 100 * (100 / 1.5) / 10);
  background-color: #ccc8b6;
}

.item-team__content > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}

@media screen and (max-width: 768px) {
  .item-team__content {
    padding: 60px 30px;
  }
}

.item-team__content h2 {
  color: #000000;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.item-team__content p {
  color: #000000;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  padding: calc(((100vw / 100) * 52) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 47) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
}

.item-team__icon a {
  margin: 0px 20px 0px 20px;
  color: #000000;
  font-family: "Font Awesome";
  font-weight: 400;
}

@media (max-width: 767px) {
  .item-team__icon a {
    font-size: calc(15px + 25.5 * ((100vw - 320px) / 1500));
  }
}

@media (min-width: 767px) {
  .item-team__icon a {
    font-size: calc(15px + 15 * (100vw / 1500));
  }
}

.item-team__icon a:first-child {
  margin: 0px 20px 0px 5px;
}

.item-team__icon a:last-child {
  margin: 0px 5px 0px 20px;
}

.item-team__icon a:hover {
  color: #3ac9e8;
}

@media screen and (max-width: 1429px) {
  .item-team__icon a {
    margin: 0px 7px 0px 7px !important;
  }
}

@media screen and (max-width: 985px) {
  .item-team__icon a {
    margin: 0px 4px 0px 4px !important;
    font-size: 17px;
  }
}

.item-team__arrow {
  position: absolute;
  top: 110px;
  right: -1px;
  border-right: 30px solid #ccc8b6;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

@media screen and (max-width: 768px) {
  .item-team__arrow {
    bottom: -1px;
    right: 110px;
    border-bottom: 30px solid #ccc8b6;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }
}

.item-team__form {
  padding: calc(((100vw / 100) * 156) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 97) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 164) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 102) / 100 * (100 / 1.5) / 10);
  display: block;
  width: 100%;
}

.item-team__form h2 {
  color: #000000;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
}

.item-team__form p {
  color: #000000;
  font-family: "Times New Roman PSMT";
  font-size: 12px;
  font-weight: 600;
  padding: 5px 0px 41px 0px;
  line-height: 12px;
  text-transform: uppercase;
}

.item-team__form input {
  width: 100%;
  padding: 16px 0px 14px 20px;
  border: 1px solid #000000;
  color: #333333;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 12px;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
}

.item-team__form button {
  margin: 22px 0px 0px 0px;
  width: 100%;
  background-color: #9a977a;
  height: 40px;
  color: #ffffff;
  font-family: "Times New Roman PSMT";
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  text-transform: uppercase;
}

.item-team__form button:hover {
  background-color: #aa977a;
}

.twitter {
  padding: 7% 0px 8.5% 0px;
  background: url("../img/twitter/bg.jpg") 50% 0/cover no-repeat;
}

.twitter__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.twitter__body p {
  padding: 37px 0px 0px 0px;
  max-width: 907px;
  width: 80%;
  color: #f2efe5;
  font-family: "Times New Roman PS - Bold Italic MT";
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
}

.gallery__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: calc(((100vw / 100) * 89) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 111) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  background-color: #afac9c;
  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;
}

@media screen and (max-width: 768px) {
  .gallery__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 515px) {
  .gallery__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
}

@media screen and (max-width: 500px) {
  .gallery__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.gallery__title h2 {
  padding: 22px 30px;
  color: #010101;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  border: 10px solid #121212;
}

.gallery__content {
  padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 300) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  width: 20%;
  min-height: 170px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gallery__content {
    width: 25%;
  }
}

@media screen and (max-width: 515px) {
  .gallery__content {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .gallery__content {
    width: 50% !important;
  }
}

.gallery__content > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 515px) {
  .item-gallery__content:nth-child(2) {
    width: 25%;
  }
}

.item-gallery__hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 200, 182, 0.66);
  -webkit-transition: ease .4s all 0s;
  -o-transition: ease .4s all 0s;
  transition: ease .4s all 0s;
  opacity: 0;
  padding: 90px 0px 0px 0px;
}

.item-gallery__hover:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .item-gallery__hover {
    opacity: .5;
  }
}

.item-gallery__zoom img {
  cursor: pointer;
}

.item-gallery__info img {
  padding: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 20) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 20) / 100 * (100 / 1.5) / 10);
}

.contact {
  padding: calc(((100vw / 100) * 183) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 153) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  background-color: #e7e5d0;
}

.contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .contact__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
  .contact__row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.contact__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
  .contact__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

.contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 0px 10px 0px 10px;
}

@media screen and (max-width: 768px) {
  .contact__info {
    width: 100%;
  }
}

.contact__info input,
.contact__info textarea {
  padding: 16px 0px 16px 18px;
  margin: 0px 0px 5% 0px;
  border: 2px solid #000000;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
}

.contact__info input:focus::-webkit-input-placeholder,
.contact__info textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: ease .35s all 0s;
  -o-transition: ease .35s all 0s;
  transition: ease .35s all 0s;
}

.contact__info input:focus:-ms-input-placeholder,
.contact__info textarea:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: ease .35s all 0s;
  -o-transition: ease .35s all 0s;
  transition: ease .35s all 0s;
}

.contact__info input:focus::-ms-input-placeholder,
.contact__info textarea:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: ease .35s all 0s;
  -o-transition: ease .35s all 0s;
  transition: ease .35s all 0s;
}

.contact__info input:focus::placeholder,
.contact__info textarea:focus::placeholder {
  color: transparent;
  -webkit-transition: ease .35s all 0s;
  -o-transition: ease .35s all 0s;
  transition: ease .35s all 0s;
}

.contact__info textarea {
  height: 220px;
  resize: none;
}

.contact__info input,
.contact__info textarea::-webkit-input-placeholder {
  color: #333333;
  font-family: "Times New Roman PSMT";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
}

.contact__info input,
.contact__info textarea:-ms-input-placeholder {
  color: #333333;
  font-family: "Times New Roman PSMT";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
}

.contact__info input,
.contact__info textarea::-ms-input-placeholder {
  color: #333333;
  font-family: "Times New Roman PSMT";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
}

.contact__info input,
.contact__info textarea::placeholder {
  color: #333333;
  font-family: "Times New Roman PSMT";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  width: 100%;
}

.contact__info button {
  max-width: 370px;
  width: 100%;
  height: 60px;
  background-color: #9a977a;
  color: #ffffff;
  font-family: "Times New Roman PS - Bold MT";
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}

.contact__info button:hover {
  background-color: #aa977a;
}

.item-contact__title {
  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;
}

.item-contact__title h2 {
  padding: 22px 37px;
  color: #010101;
  font-family: "Times New Roman PS - Bold MT";
  font-weight: 700;
  text-transform: uppercase;
  border: 10px solid #121212;
}

@media (max-width: 767px) {
  .item-contact__title h2 {
    font-size: calc(25px + 18.7 * ((100vw - 320px) / 1500));
  }
}

@media (min-width: 767px) {
  .item-contact__title h2 {
    font-size: calc(25px + 11 * (100vw / 1500));
  }
}

.item-contact__subtitle {
  padding: 0px 30px 0px 30px;
  text-align: center;
  color: #000000;
  font-family: "Times New Roman PSMT";
  font-size: 18px;
  font-weight: 400;
  padding: calc(((100vw / 100) * 79) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 69) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
}

.item-contact__info h2 {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0px 27px 0px;
}

@media screen and (max-width: 768px) {
  .item-contact__info h2 {
    padding: 20px 0px 7px 0px;
  }
}

.item-contact__info h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.item-contact__info h5 span {
  text-transform: none;
  font-weight: 700;
}

.item-contact__work h2 {
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 0px 27px 0px;
}

@media screen and (max-width: 768px) {
  .item-contact__work h2 {
    padding: 20px 0px 7px 0px;
  }
}

.item-contact__work h5 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.item-contact__work h5 span {
  font-weight: 700;
}

.item-contact__icon {
  padding: calc(((100vw / 100) * 126) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 50) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-contact__icon a {
  margin: calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 25) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 25) / 100 * (100 / 1.5) / 10);
  color: #000000;
}

@media (max-width: 767px) {
  .item-contact__icon a {
    font-size: calc(20px + 27.2 * ((100vw - 320px) / 1500));
  }
}

@media (min-width: 767px) {
  .item-contact__icon a {
    font-size: calc(20px + 16 * (100vw / 1500));
  }
}

.item-contact__icon a:hover {
  color: #3ac9e8;
}

.info-contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

@media screen and (max-width: 768px) {
  .info-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.map {
  background: url("../img/map.jpg") 50% 0/cover no-repeat;
  min-height: 100vh;
}

.footer {
  position: relative;
  padding: calc(((100vw / 100) * 170) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 65) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  width: 100%;
  background-color: #aeaeae;
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
}

@media screen and (max-width: 768px) {
  .footer__menu {
    display: none;
  }
}

.footer__menu.active {
  top: 0;
}

.footer__logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 260px;
  height: 137px;
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 130px;
    height: 68.5px;
  }
}

.footer__logo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__subtitle {
  padding: calc(((100vw / 100) * 115) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10) calc(((100vw / 100) * 0) / 100 * (100 / 1.5) / 10);
  text-align: center;
}

.footer__subtitle h4 {
  color: #000000;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 21.6px;
}

.menu-link__footer span {
  padding: 0px 15px;
}

@media screen and (max-width: 850px) {
  .menu-link__footer span {
    padding: 0px 10px 0px 10px;
  }
}

@media screen and (max-width: 768px) {
  .menu-link__footer span {
    padding: 30px 0px 0px 0px;
  }
}

.menu-list__footer:nth-child(3) {
  padding: 0px 183.5px 0 15px;
}

@media screen and (max-width: 850px) {
  .menu-list__footer:nth-child(3) {
    padding: 0px 143.5px 0 15px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__footer:nth-child(3) {
    padding: 30px 0px 0px 0px;
  }
}

.menu-list__footer:nth-child(4) {
  padding: 0px 15px 0 183.5px;
}

@media screen and (max-width: 850px) {
  .menu-list__footer:nth-child(4) {
    padding: 0px 15px 0 143.5px;
  }
}

@media screen and (max-width: 768px) {
  .menu-list__footer:nth-child(4) {
    padding: 30px 0px 0px 0px;
  }
}

.menu-list__footer a {
  color: #1a1a1a;
  font-family: "Times New Roman PSMT";
  font-size: 12px;
  font-weight: 400;
  line-height: 23.78px;
  position: relative;
  text-transform: uppercase;
  padding: 0px 2px 8px 2px;
}

.menu-list__footer a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1a1a1a;
  -webkit-transition: ease .3s all 0s;
  -o-transition: ease .3s all 0s;
  transition: ease .3s all 0s;
}

.menu-list__footer a:hover:after {
  content: '';
  left: 0;
  width: 100%;
}
