header .socials {
  right: 5px;
}

.socials .selected-lang {
  padding-left: 15px;
  width: 150px;
}

header .nav ul:last-child {
  padding-right: 50px;
}

@media screen and (max-width: 1366px) {
  header .nav ul:last-child {
    padding-left: 130px;
  }
}

@media screen and (max-width: 1030px) {
  header .nav ul:last-child {
    padding-right: 0;
    padding-left: 0;
  }
}

.privacy-page {
  display: flex;
  font-size: 15px;
  margin: 20px auto;
  max-width: 880px;
  padding: 0 20px;
  padding-bottom: 100px;
  width: auto;
}

.privacy-nav {
  display: inline-flex;
  flex-direction: column;
  width: 240px;
}

.privacy-nav a {
  color: #4f3d22;
  margin: 6px 0;
  padding: 0 15px;
}

.privacy-nav a:hover {
  opacity: .75;
}

.privacy-content {
  flex: 1;
  line-height: 1.45;
}

.privacy-content h1 {
  font-size: 20px;
}

.privacy-content h2,
.privacy-content h3,
.privacy-content h4,
.privacy-content h5 {
  padding-bottom: 10px;
}

.privacy-content p {
  padding-bottom: 8px;
}

.privacy-content a {
  color: #000007;
  text-decoration: underline;
}

.privacy-content a:hover {
  color: #555557;
}

.privacy-content ul,
.privacy-content ol {
  padding: 5px 0 10px;
}

.privacy-content ul li {
  margin-left: 20px;
  padding-bottom: 5px;
}

.privacy-content ol li {
  margin-left: 10px;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .privacy-page {
    flex-direction: column;
    width: auto;
  }

  .privacy-nav {
    padding: 32px 0 40px;
  }

  .privacy-content {
    max-width: 100%;
  }
}

.error-label {
	color: #fabfb5;
  padding-left: 25px;
  text-align: left;
}

.contact_form form .field_box .field-consent {
  display: inline-flex;
  font-size: 14px;
  font-style: normal;
  padding: 5px 0 0;
  text-align: left;
  width: 100%;
}

.field-consent:hover input[type=checkbox] + span {
  border-color: #ccc3af;
}

.field-consent a {
  color: #84703b;
  text-decoration: underline;
}

.field-consent a:hover {
  color: #4f3d22;
}

.contact_form form .field_box .field-consent p {
  color: #4f3d22;
  flex: 1;
  font-style: normal;
  line-height: 1.3;
  padding-left: 12px;
  width: 100%;
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox input[type=checkbox] + span {
  background: #fff;
  border: 1px solid #e7dec7;
  display: inline-block;
  height: 14px;
  width: 14px;
  position: relative;
  transition: .1s ease-in-out;
}

.checkbox input[type=checkbox] + span::after {
  border-bottom: 2px solid #503e31;
  border-left: 2px solid #503e31;
  content: '';
  height: 4px;
  opacity: 0;
  position: absolute;
  left: 1px;
  top: 3px;
  transform: rotate(-48deg);
  width: 10px;
}

.checkbox input[type=checkbox]:checked + span::after {
  opacity: .65;
}

@media screen and (max-width: 640px) {
  .contact_form {
    padding: 30px 20px;
  }
}

.cookie-popup {
  border: 1px solid #cecece;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  padding: 24px 20px 20px;
  position: fixed;
  bottom: 36px;
  right: 36px;
  transition: .2s ease-in-out;
  visibility: hidden;
  width: 340px;
  z-index: 10000;
}

.cookie-popup::after {
  background: url('../images/icons/pattern.jpg');
  border-radius: 8px;
  content: '';
  opacity: .85;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cookie-popup .cookie-inner {
  z-index: 10;
}

.cookie-popup.fadeIn {
  opacity: 1;
  visibility: visible;
  transition: .2s ease-in-out;
}

.cookie-popup p a {
  color: #674434;
  text-decoration: underline;
}

.cookie-popup p {
  margin-bottom: 5px;
}

.cookie-foot {
  padding: 10px 0 0;
  text-align: center;
}

.learn-more {
  color: #7c7c7c;
  display: inline-block;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  text-decoration: underline;
  text-transform: uppercase;
}

.learn-more:hover {
  color: #9c9c9c;
}

.cookie-close {
  background: #ececec;
  border-color: transparent;
  border-radius: 3px;
  color: #674434;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  line-height: 32px;
  margin: 0 6px;
  padding: 0 22px;
  text-decoration: none;
  text-transform: uppercase;
}

.cookie-close:active {
  transform: scale(.99);
}

.footer .footer_menu ul.menu li {
  text-align: center;
}

.top-btn {
  color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  visibility: hidden;
}

.top-btn img {
  display: block;
  height: 34px;
  width: 34px;
  transform: rotate(180deg);
}

@media screen and (max-width: 680px) {
  .cookie-popup {
    right: 18px;
    bottom: 18px;
    padding: 16px 20px;
    width: 300px;
  }

  .cookie-foot {
    padding: 5px 0 0;
  }

  .top-btn {
    visibility: visible;
  }
}
