@import url(../fonts/Roboto/Roboto.css);
@import url(../fonts/TheanoDidot/TheanoDidot.css);
*,
ul,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-family: "Roboto", sans-serif;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

section {
  overflow: hidden;
}

p {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #878787;
}

h2 {
  font-family: "Theano Didot";
  line-height: 120%;
  font-weight: normal;
  font-size: 46px;
  color: #878787;
}

h3 {
  font-family: "Theano Didot";
  font-weight: normal;
  font-size: 24px;
  line-height: 120%;
  color: #1c1c1c;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.btn-default {
  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;
  padding: 17px 45px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: none;
  background: #ba9e60;
}

.btn-default:hover {
  background: #1c1c1c;
  color: #ffffff;
}

.btn-secondary {
  padding: 15px 45px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 500;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #ba9e60;
  border: 1px solid #ba9e60;
}

header {
  height: 110px;
}

header .navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  height: 110px;
  background: #fafafa;
  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;
  padding: 0 65px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .navigation .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  border-bottom: 1px solid rgba(135, 135, 135, 0.15);
}

header .navigation .block .links {
  width: 100%;
  height: 100%;
}

header .navigation .block .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .navigation .block .links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: relative;
}

header .navigation .block .links ul li a {
  font-weight: 600;
  font-size: 12px;
  color: #1c1c1c;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .navigation .block .links ul li a::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 2px;
  background: #ba9e60;
  content: "";
}

header .navigation .block .links ul li a:hover {
  color: #ba9e60;
}

header .navigation .block .links ul li a:hover::after {
  width: 100%;
}

header .navigation .block .links ul li.active a {
  color: #ba9e60;
}

header .navigation .block .links ul li.active a::after {
  width: 100%;
}

header .navigation .block:nth-child(3) .links {
  width: 80%;
  padding-right: 5%;
}

header .navigation .block:nth-child(3) .lang {
  width: 20%;
  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;
}

header .navigation .block:nth-child(3) .lang .lang-drop {
  width: 50px;
  height: 35px;
  position: relative;
}

header .navigation .block:nth-child(3) .lang .lang-drop ul {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .navigation .block:nth-child(3) .lang .lang-drop ul li {
  width: 100%;
  height: 35px;
  cursor: pointer;
  display: none;
}

header .navigation .block:nth-child(3) .lang .lang-drop ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #1c1c1c;
  padding: 10px;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 500;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .navigation .block:nth-child(3) .lang .lang-drop ul li a:hover {
  background: #262626;
}

header .navigation .block:nth-child(3) .lang .lang-drop ul li.active {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navigation .block:nth-child(3) .lang .lang-drop ul li.active::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  z-index: 2;
  width: 20px;
  height: 20px;
  background: url(/assets/icons/arrow-dropdown.svg) no-repeat center center;
  -webkit-filter: brightness(10);
          filter: brightness(10);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

header .navigation .block:nth-child(3) .lang.opened .lang-drop ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navigation .block:nth-child(3) .lang.opened .lang-drop ul li.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

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

header .navigation .mobile-btns {
  display: none;
}

header .navigation.index {
  background: none;
}

header .navigation.index .block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .navigation.index .block .links ul li a {
  color: #ffffff;
}

header .navigation.index .block .links ul li a:hover {
  color: #ba9e60;
}

.contacts {
  background: #fafafa;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.contacts .map {
  padding: 0;
}

.contacts .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts .desc {
  padding: 50px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts .desc h2 {
  margin-bottom: 10px;
  color: #1c1c1c;
}

.contacts .desc p {
  margin-bottom: 20px;
}

.contacts .desc span.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 1px;
  background: #ba9e60;
  margin-bottom: 20px;
}

.contacts .desc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #878787;
  margin-bottom: 20px;
}

.contacts .desc a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: #1c1c1c;
  margin-right: 5px;
  white-space: nowrap;
}

.leaveapp {
  padding: 50px 15px;
  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;
}

.leaveapp h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #1c1c1c;
}

.leaveapp p {
  width: 440px;
  text-align: center;
  margin-bottom: 50px;
}

.leaveapp form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leaveapp form input,
.leaveapp form button {
  height: 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #e2e2e2;
  background: none;
  padding: 0 15px;
  margin: 0 15px;
}

.leaveapp form button {
  background: #ba9e60;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer {
  background: #1c1c1c;
  padding: 40px 30px;
  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;
}

footer .content {
  width: 100%;
  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;
  padding: 0 20px;
  margin-bottom: 40px;
}

footer .content .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .content .logo img {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .content .links {
  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;
  padding: 0 30px;
}

footer .content .links ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .content .links ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer .content .links ul li a:hover {
  color: #ba9e60;
}

footer .content .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .content .socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #f9f9f9;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 10px;
  border-radius: 100%;
}

footer .content .socials a:hover {
  opacity: 1;
}

footer .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 40px;
}

footer .developer {
  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;
}

footer .developer a {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #878787;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

footer .developer a:hover {
  opacity: 0.7;
}

@media (max-width: 1200px) {
  header .navigation {
    padding: 0;
  }
  header .navigation .block:nth-child(1) {
    padding-right: 0;
  }
  header .navigation .block:nth-child(3) {
    padding-left: 0;
  }
  header .navigation .block:nth-child(3) .links {
    padding: 0;
  }
  footer .content .links ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .content .links ul li {
    margin: 10px;
  }
}

@media (max-width: 992px) {
  header {
    height: 50px;
  }
  header .navigation {
    background: #fafafa;
    height: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .navigation .block {
    background: #ffffff;
    position: fixed;
    z-index: 8;
    left: -100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 0;
  }
  header .navigation .block .links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .navigation .block .links ul li {
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }
  header .navigation .block .links ul li a {
    font-size: 14px;
  }
  header .navigation .block:nth-child(1) {
    top: 50px;
    right: 0;
    bottom: 50%;
    height: auto;
    padding: 0 15px;
  }
  header .navigation .block:nth-child(3) {
    top: 50%;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 0 15px;
  }
  header .navigation .block:nth-child(3) .links {
    width: 100%;
  }
  header .navigation .block:nth-child(3) .links ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .navigation .block:nth-child(3) .links ul li:last-child {
    margin-bottom: 0;
  }
  header .navigation .block:nth-child(3) .lang {
    position: fixed;
    z-index: 8;
    top: 0;
    right: 100px;
    height: 50px;
    width: auto;
  }
  header .navigation .logo {
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header .navigation .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 5px;
  }
  header .navigation .logo a img {
    height: 100%;
  }
  header .navigation .mobile-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    z-index: 2;
    padding: 0 20px;
  }
  header .navigation .mobile-btns .mobile-button {
    width: 35px;
    height: 35px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: url(/assets/icons/mobile-burger.svg) no-repeat center center;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }
  header .navigation.active {
    background: #ffffff;
  }
  header .navigation.active .block {
    left: 0;
  }
  header .navigation.active .mobile-btns .mobile-button {
    background: url(/assets/icons/mobile-close.svg) no-repeat center center;
  }
  .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
  .contacts .desc {
    padding: 20px;
  }
  .contacts .map {
    height: 320px;
  }
  .leaveapp form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 50px;
  }
  .leaveapp form input {
    width: calc(50% - 15px);
    margin: 0;
    margin-bottom: 15px;
  }
  .leaveapp form input:nth-child(4) {
    width: 100%;
    margin-bottom: 20px;
  }
  .leaveapp form button {
    margin: 0;
  }
  footer .content {
    padding: 0;
  }
  footer .content .logo {
    display: none;
  }
  footer .content .links {
    padding: 0;
  }
}

@media (max-width: 576px) {
  header .navigation .block .links ul li {
    margin-bottom: 25px;
  }
  header .navigation .block .links ul li:last-child {
    margin-bottom: 0;
  }
  header .navigation .block .links ul li a {
    font-size: 12px;
  }
  header .navigation .block:nth-child(3) .links ul li:first-child {
    margin-top: 25px;
  }
  header .navigation .block:nth-child(3) .lang {
    right: 80px;
  }
  header .navigation .block:nth-child(3) .lang a {
    padding: 7px 10px;
  }
  .contacts .desc {
    padding: 20px 10px;
  }
  .contacts .desc h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contacts .desc p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contacts .desc span.line {
    margin-bottom: 10px;
  }
  .contacts .desc a {
    font-size: 14px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contacts .map {
    height: 200px;
  }
  .leaveapp {
    padding: 25px 10px;
  }
  .leaveapp h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .leaveapp p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .leaveapp form {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .leaveapp form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .leaveapp form input:nth-child(4) {
    margin-bottom: 25px;
  }
  footer {
    padding: 30px 20px;
    padding-bottom: 70px;
  }
  footer .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-bottom: 25px;
  }
  footer .content .links ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .content .links ul li {
    width: 50%;
    margin: 0;
    margin-bottom: 25px;
  }
  footer .content .socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .line {
    margin-bottom: 25px;
  }
}
