@import url(normalize.css);
@font-face {
  font-family: 'Aeroport';
  src: url("Aeroport-Light.woff2") format("woff2"), url("Aeroport-Light.woff") format("woff"), url("Aeroport-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aeroport';
  src: url("Aeroport.woff2") format("woff2"), url("Aeroport.woff") format("woff"), url("Aeroport.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aeroport';
  src: url("Aeroport-Medium.woff2") format("woff2"), url("Aeroport-Medium.woff") format("woff"), url("Aeroport-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Aeroport';
  src: url("Aeroport-Bold.woff2") format("woff2"), url("Aeroport-Bold.woff") format("woff"), url("Aeroport-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'SNS';
  src: url("SNS.woff") format("woff"), url("SNS.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

html * {
  max-height: 999999px;
}

body {
    font-family: 'Aeroport', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: #272727;
    font-size: 18px;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body * {
  outline: none;
}

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

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

input, button, textarea {
  font-family: 'Aeroport', sans-serif;
  font-weight: 400;
}

input[type="text"], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[type="text"]::-ms-clear, textarea::-ms-clear {
  display: none;
}

input {
  outline: none;
}

button {
  border: 0;
  outline: none;
  cursor: pointer;
  background: none;
  padding: 0;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.container {
  width: 100%;
  max-width: 1346px;
  padding-left: 38px;
  padding-right: 38px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  width: 100%;
  max-width: 1700px;
  padding: 0 50px;
  margin: 0 auto;
}
.contactsoc img {
  margin-right: 10px;
}
.contactsoc {
  display: flex;
}
.main {
  position: relative;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.fancybox-container {
  font-family: 'Aeroport', sans-serif;
}

h1, .section-title {
  font-size: 72px;
  line-height: 125%;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px;
  padding: 0;
}

h2 {
  font-weight: 500;
  /*font-size: 36px;*/
  font-size: 32px;
  margin-top: 80px;
  margin-bottom: 30px;
}
h2.first {
    margin-bottom: 50px;
}

h2:first-child {
  margin-top: 0;
}

h2:last-child {
  margin-bottom: 0;
}

h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 15px;
}

h3:first-child {
  margin-top: 0;
}

h3:last-child {
  margin-bottom: 0;
}

p {
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0;
}

ul, ol {
  margin: 15px 0;
  padding: 0;
  list-style-type: none;
}

ul:first-child, ol:first-child {
  margin-top: 0;
}

ul:last-child, ol:last-child {
  margin-bottom: 0;
}

li {
  margin-bottom: 8px;
}

p, li {
  color: #464646;
  line-height: 145%;
  font-weight: 300;
}

p b, li b {
  font-weight: 700;
}

p a, li a {
  color: #906B48;
  text-decoration: underline;
}

p a:hover, li a:hover {
  text-decoration: none;
}

ul li {
  padding: 0;
  padding-left: 15px;
  position: relative;
}

ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 5px;
  height: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.03%, #F6DAA2), color-stop(8.42%, #F6DAA2), color-stop(15.95%, #DFC18E), color-stop(29.76%, #BA996E), color-stop(42.42%, #A07D56), color-stop(53.39%, #906B48), color-stop(61.42%, #8A6543), color-stop(66.87%, #8F6945), color-stop(73.77%, #9F754C), color-stop(81.44%, #B98858), color-stop(89.61%, #DDA368), color-stop(90.91%, #E3A86B), color-stop(99.93%, #E3A86B));
  background: linear-gradient(180deg, #F6DAA2 -0.03%, #F6DAA2 8.42%, #DFC18E 15.95%, #BA996E 29.76%, #A07D56 42.42%, #906B48 53.39%, #8A6543 61.42%, #8F6945 66.87%, #9F754C 73.77%, #B98858 81.44%, #DDA368 89.61%, #E3A86B 90.91%, #E3A86B 99.93%);
}

ol {
  counter-reset: olCounter;
}

ol li {
  padding-left: 24px;
  position: relative;
}

ol li::before {
  counter-increment: olCounter;
  content: counter(olCounter) ".";
  color: #906B48;
  position: absolute;
  top: 0;
  left: 0;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
  border: 1px solid #bc3427;
  background-color: #bc3427;
  padding: 15px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 30px;
}

.btn img, .btn svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
}

.btn svg path {
  -webkit-transition: .3s;
  transition: .3s;
}

.callback-modal {
  /* display: none; */
  width: 100%;
  max-width: 660px;
  background: #8E8E8D;
  -webkit-box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.2);
  padding: 60px 38px 70px;
  color: #fff;
}

.callback-modal .fancybox-close-small {
  display: none;
}

.callback-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.callback-modal__content {
  max-width: 415px;
  margin: 0 auto;
}

.callback-modal__title {
  margin: 0;
  font-family: 'SNS', sans-serif;
  text-align: center;
  margin-bottom: 40px;
}

.callback-modal__title:last-child {
  margin-bottom: 0;
}

.callback-modal__item {
  margin-bottom: 10px;
}

.callback-modal__item:last-child {
  margin-bottom: 0;
}

.callback-modal__item input[type="text"], .callback-modal__item textarea {
    color: #fff;
    padding: 16px 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #D6D7D6;
}
.callback-modal__item.input-error input[type="text"], .callback-modal__item.input-error textarea {
    border-bottom-color: #f00;
}
.callback-modal__item input[type="text"]::-webkit-input-placeholder, .callback-modal__item textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #D6D7D6;
  -webkit-transition: .1s;
  transition: .1s;
}
.callback-modal__item.input-error input[type="text"]::-webkit-input-placeholder, .callback-modal__item.input-error textarea::-webkit-input-placeholder {
    color: #f00;
}

.callback-modal__item input[type="text"]::-moz-placeholder, .callback-modal__item textarea::-moz-placeholder {
  opacity: 1;
  color: #D6D7D6;
  -moz-transition: .1s;
  transition: .1s;
}
.callback-modal__item.input-error input[type="text"]::-moz-placeholder, .callback-modal__item.input-error textarea::-moz-placeholder {
    color: #f00;
}

.callback-modal__item input[type="text"]:-ms-input-placeholder, .callback-modal__item textarea:-ms-input-placeholder {
  opacity: 1;
  color: #D6D7D6;
  -ms-transition: .1s;
  transition: .1s;
}
.callback-modal__item.input-error input[type="text"]:-ms-input-placeholder, .callback-modal__item.input-error textarea:-ms-input-placeholder {
    color: #f00;
}

.callback-modal__item input[type="text"]::-ms-input-placeholder, .callback-modal__item textarea::-ms-input-placeholder {
  opacity: 1;
  color: #D6D7D6;
  -ms-transition: .1s;
  transition: .1s;
}
.callback-modal__item.input-error input[type="text"]::-ms-input-placeholder, .callback-modal__item.input-error textarea::-ms-input-placeholder {
    color: #f00;
}

.callback-modal__item input[type="text"]::placeholder, .callback-modal__item textarea::placeholder {
  opacity: 1;
  color: #D6D7D6;
  -webkit-transition: .1s;
  transition: .1s;
}
.callback-modal__item.input-error input[type="text"]::placeholder, .callback-modal__item.input-error textarea::placeholder {
    color: #f00;
}

.callback-modal__item input[type="text"]:focus::-webkit-input-placeholder, .callback-modal__item textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.callback-modal__item input[type="text"]:focus::-moz-placeholder, .callback-modal__item textarea:focus::-moz-placeholder {
  opacity: 0;
  visibility: hidden;
}

.callback-modal__item input[type="text"]:focus:-ms-input-placeholder, .callback-modal__item textarea:focus:-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.callback-modal__item input[type="text"]:focus::-ms-input-placeholder, .callback-modal__item textarea:focus::-ms-input-placeholder {
  opacity: 0;
  visibility: hidden;
}

.callback-modal__item input[type="text"]:focus::placeholder, .callback-modal__item textarea:focus::placeholder {
  opacity: 0;
  visibility: hidden;
}

.callback-modal__item textarea {
  resize: none;
  height: 100px;
}

.callback-modal__bottom {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.callback-modal__bottom button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  font-size: 16px;
}

.callback-modal__agree {
  margin-left: 20px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5;
  color: #D6D7D6;
}

.callback-modal__agree a {
  text-decoration: underline;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 35px;
  z-index: 97;
}

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

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}

.header__nav::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  margin-top: 28px;
  background: rgba(255, 255, 255, 0.55);
}

.header__nav-item {
  font-size: 18px;
  font-weight: 300;
  color: #D6D7D6;
  padding-right: 35px;
  position: relative;
}

.header__nav-item.active {
  color: #fff;
}

.header__nav-item.active a::after {
  opacity: 1;
  visibility: visible;
}

.header__nav-item::before {
  content: '';
  position: absolute;
  top: calc(50% - -1px);
  right: 17px;
  width: 4px;
  height: 4px;
  background: url(menu-icon.png) center center no-repeat;
}

.header__nav-item:last-child {
  padding-right: 0;
}

.header__nav-item:last-child::before {
  display: none;
}

.header__nav-item a {
  display: inline-block;
  -webkit-transition: color .3s;
  transition: color .3s;
  position: relative;
  padding-bottom: 28px;
  margin-bottom: -28px;
}

.header__nav-item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  width: 100%;
  height: 2px;
  background: #bc3427;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__nav-item a:hover {
  color: #fff;
}

.header__nav-item a:hover::after {
  opacity: 1;
  visibility: visible;
}

.header__search {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 220px;
}

.header__search input[type="text"] {
  border: 0;
  background: rgba(214, 215, 214, 0.2);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  padding: 11px 20px;
  padding-right: 60px;
  letter-spacing: 0.02em;
  line-height: 1;
  width: 100%;
}

.header__search button {
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
}

.header__btn-col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.video-bg__img video {
  opacity: 0.5;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.video-bg__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%), linear-gradient(45deg, #292929 25%, transparent 25%, transparent 75%, #292929 75%) 0.1875em 0.1875em, radial-gradient(at 50% 0, #484847, #090909);
  background-size: 0.375em 0.375em, 0.375em 0.375em, 100% 100%;
}
.header__btn {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding: 13px 24px;
  background-color: #bc3427;
  border-radius: 30px;
}

.header-mob {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mob-menu {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  background-color: #222;
  color: #fff;
  padding: 20px 0 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.mob-menu.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.mob-menu__top {
  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;
}

.mob-menu__close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mob-menu__list {
  margin-top: 20px;
}

.mob-menu__item {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #D6D7D6;
  font-weight: 500;
  padding: 10px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #8E8E8D;
}

.mob-menu__item:last-child {
  margin-bottom: 0;
}

.mob-menu__info {
  margin-top: 60px;
}

.mob-menu__tel {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 15px;
}
.header__row {
  margin-top: 25px;
}

.mob-menu__tel:first-child {
  margin-top: 0;
}

.mob-menu__btn {
  margin-top: 26px;
  text-align: center;
}

.mob-menu__btn .header__btn {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

.mob-menu__soc {
  margin-top: 46px;
  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;
}

.mob-menu__icon {
  margin-right: 30px;
}

.mob-menu__icon:last-child {
  margin-right: 0;
}

.mob-menu__bottom {
  margin-top: 40px;
}

.mob-menu__bottom-item {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.mob-menu__bottom-item:last-child {
  margin-bottom: 0;
}

.mob-menu__bottom-item a {
  text-decoration: underline;
}

.mob-search {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  color: #fff;
  padding: 20px 0 40px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
}

.mob-search.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.mob-search__top {
  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;
}

.mob-search__close {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mob-search__form {
  margin-top: 36px;
  position: relative;
  display: block;
  width: 100%;
}

.mob-search__form input[type="text"] {
  display: block;
  width: 100%;
  border: 0;
  background: rgba(214, 215, 214, 0.1);
  border-radius: 2px;
  padding: 19px 18px;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-right: 60px;
}

.mob-search__form button {
  position: absolute;
  top: calc(50% - 12px);
  right: 18px;
  z-index: 1;
}

.header-post {
  display: none;
  position: absolute;
}

.footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
  color: #fff;
  border-top: 1px solid rgba(230, 197, 138, 0.55);
}

.footer__row {
  height: 70px;
  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__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__left-item {
  margin-right: 30px;
  font-weight: 300;
  font-size: 12px;
}

.footer__left-item:last-child {
  margin-right: 0;
}

.footer__left-item a {
  text-decoration: underline;
}

.footer__left-item a:hover {
  text-decoration: none;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}

.footer__soc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__icon {
  margin-right: 30px;
}

.footer__icon:last-child {
  margin-right: 0;
}

.footer__icon svg path {
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__icon:hover svg path {
  fill: #bc3427;
}

.footer__tel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  color: #464646;
  background-color: #D6D7D6;
  font-size: 12px;
  line-height: 1;
  border-radius: 20px;
  margin-left: 20px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.footer__tel:first-child {
  margin-left: 0;
}

.footer__tel img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}

.footer__tel:hover {
  background-color: #bc3427;
}

.full-wrap__section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.full-wrap__section.active .full-wrap__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.full-wrap__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}

.full-wrap__bg-item {
  position: absolute !important;
  left: auto !important;
  right: 0;
  top: 0;
  min-width: 1920px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.full-wrap__bg-item--full {
  background-size: auto 100%;
}

.full-wrap__bg-mask {
  position: absolute !important;
  left: auto !important;
  right: -10%;
  top: 0;
  width: 120%;
  height: 100%;
}

.full-wrap__bg-mask::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(section-bg-mask-1.png) center center no-repeat;
  background-size: cover;
}

.full-wrap__bg-mask::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(section-bg-mask-2.png) center center no-repeat;
  background-size: cover;
}

.full-wrap__bg-mob {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.full-wrap__content {
  padding: 150px 0;
  color: #fff;
  -webkit-transform: translateY(-500px);
          transform: translateY(-500px);
  opacity: 0;
  -webkit-transition: opacity .7s, -webkit-transform .7s;
  transition: opacity .7s, -webkit-transform .7s;
  transition: transform .7s, opacity .7s;
  transition: transform .7s, opacity .7s, -webkit-transform .7s;
}

.full-wrap__content h1, .full-wrap__content .section-title {
  max-width: 750px;
}

.full-wrap__content--spec {
  padding-left: 70px;
}

.full-wrap__content--spec .section-title {
  position: relative;
}

.full-wrap__content--spec .section-title::before {
  content: '';
  position: absolute;
  right: 100%;
  margin-right: 30px;
  top: calc(50% - 2px);
  width: 85px;
  height: 4px;
  background-color: #bc3427;
}

.full-wrap__sub {
  margin-top: 50px;
  font-family: 'SNS', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 125%;
  letter-spacing: 0.05em;
  color: #97251b;
}

.full-wrap__desc {
  font-size: 24px;
  line-height: 150%;
  max-width: 660px;
}

.full-wrap__btn {
  margin-top: 60px;
}

.full-wrap__btn--hide {
  display: none;
}

.full-wrap__count {
  position: fixed;
  right: calc(50% - 800px);
  bottom: 130px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.full-wrap__count span {
  display: block;
  text-align: center;
}

.full-wrap__count img {
  display: block;
  margin-top: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.full-wrap__count:hover img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.iScrollVerticalScrollbar {
  display: none;
}

#fp-nav {
  margin: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#fp-nav.right {
  right: calc(50% - 800px);
}

#fp-nav ul li, .fp-slidesNav ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  width: auto;
  height: auto;
}

#fp-nav ul li:last-child, .fp-slidesNav ul li:last-child {
  margin-bottom: 0;
}

#fp-nav ul li::before, #fp-nav ul li::after, .fp-slidesNav ul li::before, .fp-slidesNav ul li::after {
  display: none;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  margin-left: auto;
  height: 1px;
  width: 35px;
  background-color: #D6D7D6;
  border-radius: 2px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

#fp-nav ul li a::before, .fp-slidesNav ul li a::before {
  content: '';
  position: absolute;
  right: 0;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  display: none;
}

#fp-nav ul li a.active, .fp-slidesNav ul li a.active {
  width: 60px;
  background-color: #fff;
}

#fp-nav ul li a.active::before, .fp-slidesNav ul li a.active::before {
  background-color: #fff;
}

.post-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.post-wrap__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 100px;
}

.post-wrap__header {
  padding: 60px 0;
  margin-bottom: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 320px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.post-wrap__header::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#090808));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, #090808 100%);
  z-index: -1;
}

.post-wrap__contacts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

.post-wrap__content.post-wrap__content--spec {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.post-wrap__content.post-wrap__content--spec .post-wrap__header {
  margin-bottom: 0;
}

.post-title {
  font-family: 'SNS', sans-serif;
  font-weight: 400;
  margin: 0;
}

.post-aside {
  width: 330px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 60px 0;
  background-color: #333;
  min-height: 100vh;
}

.post-aside__logo {
  padding: 0 40px;
}

.post-aside__nav {
  margin-top: 50px;
  padding-left: 66px;
  padding-right: 34px;
}

.post-aside__nav-item {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #D6D7D6;
  border-bottom: 1px solid #8E8E8D;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.post-aside__nav-item:hover {
  color: #fff;
}

.post-aside__nav-item:last-child {
  margin-bottom: 0;
}

.post-aside__nav-item::before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: -36px;
  top: 17px;
  background: url(menuicon.png) center center no-repeat;
}

.post-aside__nav-item.active {
  color: #fff;
}

.post-aside__nav-item.active::before {
  display: block;
}

.post-aside__bottom {
  margin-top: 50px;
}

.post-aside__tel {
  padding: 0 30px;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  /* text-align: center; */
  color: #fff;
  margin-top: 15px;
}

.post-aside__tel:first-child {
  margin-top: 0;
}

.post-aside__btn {
  margin-top: 20px;
  padding: 0 55px;
}

.post-aside__btn .btn {
  color: #fff;
  /*border-color: #fff;
  display: block;
  width: 100%;
  font-size: 20px;
  padding-top: 13px;
  padding-bottom: 14px;*/
}

.post-aside__soc {
  margin-top: 35px;
  padding: 0 30px;
  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;
}

.post-aside__icon {
  margin-right: 30px;
}

.post-aside__icon:last-child {
  margin-right: 0;
}

.post-aside__icon svg path {
  -webkit-transition: .3s;
  transition: .3s;
}

.post-aside__icon:hover svg path {
  fill: #bc3427;
}

.post-text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
}

.post-text p, .post-text ul, .post-text ol {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

.post-gallery {
  margin: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.post-gallery:first-child {
  margin-top: 0;
}

.post-gallery:last-child {
  margin-bottom: 0;
}

.areas__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 100px;
  justify-content: flex-start;
}

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

.areas__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  justify-content: flex-end;
}

.areas__item:nth-child(even) .areas__img {
  margin-right: 0;
  margin-left: 60px;
}

.areas__img {
  width: 380px;
  /*height: 400px;*/
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
  padding: 20px;
  padding-left: 0;
  padding-top: 6px;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(-0.03%, #F6DAA2), color-stop(8.42%, #F6DAA2), color-stop(15.95%, #DFC18E), color-stop(29.76%, #BA996E), color-stop(42.42%, #A07D56), color-stop(53.39%, #906B48), color-stop(61.42%, #8A6543), color-stop(66.87%, #8F6945), color-stop(73.77%, #9F754C), color-stop(81.44%, #B98858), color-stop(89.61%, #DDA368), color-stop(90.91%, #E3A86B), color-stop(99.93%, #E3A86B));
  background: linear-gradient(180deg, #F6DAA2 -0.03%, #F6DAA2 8.42%, #DFC18E 15.95%, #BA996E 29.76%, #A07D56 42.42%, #906B48 53.39%, #8A6543 61.42%, #8F6945 66.87%, #9F754C 73.77%, #B98858 81.44%, #DDA368 89.61%, #E3A86B 90.91%, #E3A86B 99.93%);*/
  z-index: 1;
}
.areas_list_img_new .areas__img {
    width: 570px;
    padding-right: 0;
}

.areas__img img {
  /*-webkit-clip-path: polygon(78px 0%, 100% 0, 100% 100%, 0 100%, 0 78px);
          clip-path: polygon(78px 0%, 100% 0, 100% 100%, 0 100%, 0 78px);
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);*/
}

.areas__img::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  border-bottom: 78px solid #fff;
  border-left: 78px solid transparent;
  z-index: -1;
}

.areas__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 770px;
}

.areas__btn {
  margin-top: 50px;
}
.areas__info h2 {
    margin-bottom: 14px;
}

.areas__info p {
    font-size: 18px;
    line-height: 27px;
}

.areas__info .areas__btn {
    margin-top: 18px;
}
.map {
  width: 100%;
  height: 620px;
  min-height: 100%;
  position: relative;
}

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

.contacts-block {
  position: absolute;
  z-index: 1;
  top: 60px;
  left: calc(50% - 200px);
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 30px 20px 40px;
  -webkit-transition: .3s;
  transition: .3s;
}

.contacts-block p, .contacts-block li {
  color: #272727;
}

.contacts-block.hide {
  opacity: 0;
  visibility: hidden;
}

.contacts-block.active {
  opacity: 1;
  visibility: visible;
}

.contacts-block__close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.contacts-block__img {
  margin-bottom: 16px;
}

.contacts-block__img img {
  width: 100%;
}

.contacts-block__sub {
  margin: 0 0 8px;
  line-height: 125%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contacts-block__info {
  margin-top: 20px;
}

.contacts-block__col {
  margin-bottom: 15px;
}

.contacts-block__col:last-child {
  margin-bottom: 0;
}

.contacts-block__col--email .contacts-block__item:hover {
  text-decoration: underline;
}

.contacts-block__col--geo {
  margin-top: 30px;
}

.contacts-block__col--geo .contacts-block__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contacts-block__col--geo .contacts-block__item img {
  margin-top: 3px;
}

.contacts-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-block__item img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}

.contacts-block__item span {
  font-weight: 300;
  line-height: 145%;
  color: #272727;
}

.contacts-block__container {
  position: relative;
}

.map.map--single .contacts-block {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 312px;
  left: 38px;
  width: 360px;
}

.search-page .header__search {
  max-width: 100%;
  display: block;
}

.search-page .header__search input[type="text"] {
  background: #222;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
}

.search-page__list {
  margin-top: 60px;
}

.search-page__sub {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

.search-page__sub b {
  font-weight: 700;
}

.search-page__item {
  color: #464646;
  margin-bottom: 60px;
}

.search-page__item:last-child {
  margin-bottom: 0;
}

.search-page__item a {
  text-decoration: none;
  color: #906B48;
}

.search-page__date {
  margin-top: 15px;
  font-size: 16px;
}

.search-page__breadcramb {
  margin-top: 5px;
  font-size: 16px;
}

.search-page__breadcramb b, .search-page__breadcramb a, .search-page__breadcramb i, .search-page__breadcramb span {
    display: inline;
    vertical-align: baseline;
}

.search-page__breadcramb b {
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
}

.search-page__breadcramb i {
  display: inline-block;
  font-style: normal;
  padding-left: 5px;
  padding-right: 2px;
}

/*TT23557 */
.man_tabs_wrap {
    margin-bottom: 90px;
    display: inline-block;
}
nav.header__nav.header__nav--man {
    display: flex;
}
.man_tabs_wrap .header__nav-item::before {
  display: none;
}
.man_tabs_wrap .header__nav-item a {
    color: #272727;
    font-size: 36px;
    font-weight: 500;
}
.man_tabs_wrap .header__nav-item a:hover {
    color: #7d7979;
}
.man_tabs_content_items.active {
    display: flex;
    flex-wrap: wrap;

    /*opacity: 1;
    height: auto;*/
}
.man_tabs_content_items {
    display: none;
    /*opacity: 0;
    height: 0;
    transition: 0.25s all ease;*/
}

.man_tabs_content_item {
    flex-basis: 50%;
    max-width: 50%;
    min-width: 480px;
    display: flex;
    margin-bottom: 40px;
    padding-right: 40px;
}
.man_tabs_content_item--in {
    display: flex;
    max-width: 560px;
    width: 100%;
}
.more_option_init {
    transition: 0.2s all ease;
}
.more_option_init:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.content_item--img {
    padding-right: 30px;
    flex-basis: 50%;
    max-width: 50%;
    min-height: 260px;
    /*background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;*/
}

.content_item--content {
    flex-basis: 50%;
    max-width: 50%;
    padding-top: 24px;
    padding-right: 20px;
    position: relative;
}
.content_item--content h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.content_item--content .post-text {
    font-size: 18px;
    column-count: auto;
    column-gap: initial;
    height: 80px;
    overflow: hidden;
}
.more_modal_link {
    display: block;
    margin-bottom: 30px;
    transition: 0.2s all ease;
    text-decoration: underline;
    position: absolute;
    top: auto;
    bottom: 0;
}
.modal_management_wrap {
    background-color: #fff;
    color: #000;
    display: none;
    max-width: 1270px;
}
.modal_management_wrap .callback-modal__content {
    max-width: 100%;
    display: flex;
}
.modal_content_right--in {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
}
.modal_content_left {
    min-width: 350px;
    padding-right: 20px;
}

.modal_content_left--name {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
    color: #272727;
}

.modal_content_left--text {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
    font-weight: 300;
    padding-right: 40px;
}
.modal_content_right {
    padding: 0 20px;
}
.more_modal_link:hover {
    color: #bc3427;
}
.header {
    padding-top: 10px;
}
.header__search input[type="text"] {
  background: transparent;
}
.subheader__row {
    text-align: right;
    /*margin-bottom: 10px;*/
}
.subheader__row.subheader__row--mobile {
    display: block;
}

.subheader__row--mobile .header-lang-wrap {
    top: 20px;
}
.gold_price_wrap {
    display: inline-block;
    background-color: rgba(214 ,215, 214, 0.25);
    padding: 6px 10px 6px;
    margin-bottom: 10px;
}

.gold_price_wrap--in {
    display: flex;
    align-items: center;
    min-width: 240px;
    justify-content: space-between;
}

.gold_price_text {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    flex-basis: 44%;
    max-width: 44%;
    text-align: left;
}

.gold_price_text span {
    display: block;
}

.gold_price_value {
  color: #fff;
  font-size: 20px;
  line-height: 16px;
  flex-basis: 100%;
  max-width: 100%;
  letter-spacing: 0.05em;
}

.gold_price_icon {
    flex-basis: 20%;
    max-width: 20%;
}
.header-lang-wrap {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 6px 12px;
  top: -10px;
  margin-left: 12px;
}
.header-lang__sub span {   
    margin-right: 8px;
}
.header-lang__sub {  
  font-size: 13px;
  padding: 4px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-lang__sub span,.header-lang__sub a {
    /*text-transform: uppercase;*/
    font-size: 18px;
}
.header-lang__sub span,.header-lang__sub span::first-letter {
    text-transform: capitalize;
}

.header-lang__sub img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 2px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-lang__sub.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-lang__sub.active + .header-lang__list {
  opacity: 1;
  visibility: visible;
}

.header-lang__list {
    position: absolute;
    top: 100%;
    width: 70px;
    right: -1px;
    background-color: #bc3427;
    text-align: left;
    -webkit-box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
    padding: 10px 15px;
    /* border-radius: 8px; */
    z-index: 97;
    margin-top: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-lang__list a {
  color: #fff;
  font-size: 18px;
  /*text-transform: uppercase;*/
  text-decoration: none!important;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: .2s;
  transition: .2s;
}

.header-lang__list:hover {
    background-color: #ad9b7c;
}

.header-lang__list:hover a {
    color: #fff;
}

.header-lang__list a:last-child {
  margin-bottom: 0;
}
.header-lang-wrap--in {
    position: absolute;
    left: auto;
    right: 16px;
    top: 14px;
    bottom: auto;
}

.header__nav-item a::after {
    top: calc(100% - 21px);
}

.header__nav::before {
    margin-top: 8px;
}
.full-wrap__bg-mask::before {
    display: none;
}

.header__row--mob_gold {
    text-align: center;
    padding-top: 10px;
    display: none;
}

.header__row--mob_gold .gold_price_wrap {
    width: 100%;
    max-width: 400px;
    padding: 6px 10px 6px;
}

.header__row--mob_gold .gold_price_text {
    font-weight: 300;
}

/*new top search*/
.search__inp {
    border: 4px solid #efefef;
    bottom: 0;
    top: 0;
    right: 0;
    background: #efefef;
    display: none
}

.search__inp {
    position: absolute;
    min-height: 49px;
    margin-left: 0;
    right: 194px;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: rgba(0,0,0,.1) 0px 15px 40px,rgba(0,0,0,.05) 0px 10px 20px;
    z-index: 10;
    left: 236px;
    border: none;
    background-color: #fff;
    top: 25px;
    bottom: auto
}

.search__inp .msearch2 {
    height: 43px;
    background-color: #f7f7f7;
    box-sizing: border-box
}

.modal-close.search_close {
    top: 12px;
    right: 12px
}

.search__inp .input-group-field {
    width: 90%;
    height: 44px;
    border: none;
    font-weight: 200;
    font-size: 16px;
    background-color: #f7f7f7;
    padding-left: 26px
}

.top_form_search button svg,.top_form_search button img {
    width: 22px;
    height: 22px
}

.top_form_search button {
    background-color: transparent;
    border: none;
    top: 10px;
    position: relative
}
/*new top search*/

/*TT23557 комм 62*/
.jsResetMap {
  position: absolute;
    z-index: 1;
    right: 12px;
    top: 12px;
    cursor: pointer;
    padding: 6px;
    background-color: #fff;
}
.fancybox-slide:before{
  margin-right: 0!important
}
.post-wrap__content img {
    height: auto;
}

/*ТТ23907*/
.section-title {
    font-size: 56px;
}

.full-wrap__content {
    padding-left: 176px;
}

.full-wrap__desc {
    font-size: 20px;
}

.full-wrap__sub {
    font-size: 24px;
}
.areas.news-list.news_list_wrap + .load_more.areas__btn {
    text-align: center;
    margin: 60px 0 0;
}
.news_detail_wrap .news-date-time {
    margin-bottom: 10px;
    display: block;
    color: #272727;
}
.news_detail_content {
    margin-bottom: 20px;
}
.news_list_wrap h2 {
    margin-top: 10px;
    font-size: 32px;
}
.gallery_detail_wrap {
    max-width: 570px;
    float: left;
    margin-right: 34px;
}
/*.slider {
    max-height: 280px;
}*/
.gallery_detail_wrap img {    
    max-width: 100%; 
    min-width: 360px; 
}
.slick-dots li:before {
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    z-index: 1;
}
.gallery_detail_wrap img {
    max-width: 100%;
}
.slick-dots li.slick-active:before {
    background: #c78139!important;
}
.news_detail_title {
    margin-bottom: 20px;
}
.header__nav .root-item {
    display: none;
    position: absolute;
    background-color: #97251b;
    min-width: 230px;
    padding: 0;
    margin-top: 8px;
    /*margin-left: -12px;*/
    /*border-radius: 0 0 6px 6px;*/
}
.header__nav .root-item .header__nav-item {
   padding-right: 0;
   margin-bottom: 9px;
}

.header__nav .root-item .header__nav-item:before {
    display: none;
}
.header__nav .root-item .header__nav-item a:after {
    top: calc(100% - 26px);
}
.header__nav-item:hover .root-item {
    display: block;
}
.header__nav-item a {
    padding-left: 12px;
    padding-right: 16px;
    padding-top: 8px;
}
.header__nav-item--parent:hover a {
    background-color: #97251b;
    /*border-radius: 6px 6px 0 0;*/
}

.header__nav .root-item .header__nav-item:last-child a {
    padding-bottom: 8px;
}
.header__nav-item--parent:hover a:after {
    visibility: hidden;
}
.gallery_detail_wrap--development .slider > div {
    margin-bottom: 20px;
}
.root-item .header__nav-item a {
    color: #e8e6e1;
    padding-right: 0;
    padding-bottom: 12px;
    width: 100%;
    transition: 0.2s all ease;
}
.root-item .header__nav-item:hover a {
    color: #fff;
    background-color: #bc3427;
}
.post-gallery.post-gallery--about {
    justify-content: space-between;
}
h1 {
    font-size: 58px;
}
/*ТТ23907*/

/*TT23978*/
.post-aside__address {
    padding: 0 60px;
    font-size: 14px;
    font-weight: 200;
    line-height: 1.6;
    color: #fff;
    margin-top: -30px;
    margin-bottom: 30px;
}
.footer__tel {
    background-color: transparent!important;
    color: #fff;
}
.footer__tel img {
    margin-left: 0;
    margin-right: 0;
}
.footer__middle {
    margin-left: 18px;
    position: relative;
}
.footer__middle:after {
    content: '';
    position: absolute;
    left: -20px;
    top: -2px;
    right: auto;
    bottom: auto;
    width: 12px;
    background-repeat: no-repeat;
    height: 16px;
    background-size: cover;
    background-position: center;
    background-image: url(contacts-icon-white.svg);
}
.areas__item.areas__item--list {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.areas__item--list .areas__info h2 {
    margin-bottom: 30px;
}
.areas__item.areas__item--list .areas__img {
    margin-left: 0;
    margin-right: 60px;
}
@media (max-width: 1260px) {
  .footer__middle {
      display: none;
  }
}
/*TT23978*/
@media (max-width: 1200px) {
  .header__row--mob_gold {
      display: block;
  }
}
.areas.news-list.news_list_wrap .areas__item:nth-child(even) {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    justify-content: flex-start;
}

.areas.news-list.news_list_wrap .areas__item:nth-child(even) .areas__img {
    margin-right: 60px;
    margin-left: 0;
}

@media (max-width: 991px) {
  .jsResetMap {
      right: 40px;
      top: 36px;
  }
}
@media (max-width: 767px) {
  .gallery_detail_wrap {
      margin: 0 auto;
      float: none;
      max-width: 460px;
  }
  .modal_management_wrap .callback-modal__content {
      flex-wrap: wrap;
  }  
  .modal_content_left {
      flex-basis: 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 20px;
      min-width: auto;
      padding-right: 0;
  }

  .modal_content_right {
      flex-basis: 100%;
      max-width: 100%;
  }

  .modal_content_left--img img {
      margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .areas__item--list .areas__img {
      padding-right: 0;
  }
  .gallery_detail_wrap {      
      max-width: 300px;
  }
  .more_option_init:hover {
      box-shadow: none;
  }
  .more_option_init {
      padding-bottom: 1px;
  }
  .more_modal_link {
      position: relative;
      margin: 0px auto 18px;
      max-width: 260px;
      text-align: center;
      color: #fff;
      font-size: 18px;
      line-height: 1;
      letter-spacing: 0.02em;
      padding: 13px 24px;
      background-color: #97251b;
      text-decoration: none;
  }
  .modal_management_wrap {
      padding: 40px 20px;
  }

  .modal_content_right {
      padding: 0;
  }
  .modal_content_right--in {
      font-size: 16px;
      line-height: 22px;
  }
}
@media (max-width: 374px) {
  .gallery_detail_wrap {
      max-width: 280px;
  }
  .jsResetMap {
      right: 20px;
  }
}
/*TT23557 комм 62*/

@media (max-width: 1200px) {
  .subheader__row {
      display: none;
  }
  .header-lang-wrap--in {
    display: none;
  }
}

@media (max-width: 991px) {
  .man_tabs_content_item, 
  .man_tabs_content_item--in {
      flex-basis: 100%;
      max-width: 630px;
  }
  .man_tabs_wrap .header__nav-item a {
      font-size: 24px;
  }
}
@media (max-width: 576px) {
  .content_item--content h2 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 8px;
  }

  .content_item--content .post-text {
      font-size: 16px;
      line-height: 18px;
      height: auto;
      margin-bottom: 12px;
  }

  .man_tabs_content_item {
      padding-right: 0;
      min-width: auto;
  }

  .content_item--img {
      padding-right: 18px;
  }
  .content_item--img img {
      margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .man_tabs_content_item, 
  .man_tabs_content_item--in {
      display: block;
      text-align: center;
  }

  .content_item--img {
      margin-bottom: 14px;
      padding-right: 0;
      max-width: 100%;
  }

  .content_item--content {
      max-width: 100%;
      padding: 0 20px;
  }
}
@media (max-width: 420px) {
  .man_tabs_wrap .header__nav-item a {
      font-size: 16px;
  }
}
/*TT23557 */

@media (max-width: 1699px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  #fp-nav.right {
    right: 20px;
  }
  .full-wrap__count {
    right: 20px;
  }
  .full-wrap__content--spec .section-title::before {
    height: 3px;
    width: 50px;
    margin-right: 20px;
  }
  .map.map--single .contacts-block {
    left: 60px;
  }
}

@media (max-width: 1549px) {
  .header__nav-item {
    font-size: 16px;
    padding-right: 15px;
  }
  .header__nav-item::before {
    right: 7px;
  }
  .header__search {
    max-width: 180px;
  }
}

@media (max-width: 1400px) {
  
}
.socmob {
  text-align: center;
}
.socmob a {
  text-align: center;
  margin: 0 auto;
  display: inline-flex;
}
@media (max-width: 1299px) {
  .header__nav-item {
      padding-right: 10px;
  }

  .header__nav-item::before {
      right: 4px;
  }
  .header__search {
    max-width: 160px;
  }
  .header__search input[type="text"] {
    padding-left: 15px;
    padding-right: 50px;
  }
  .header__search button {
    right: 10px;
  }
  .header__logo {
    max-width: 140px;
  }
  .header__btn {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .areas__img {
    width: 320px;
    /*height: 320px;*/
  }
  .footer__soc {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .mob-menu, .mob-search {
    display: none;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
  .header__logo {
    max-width: 131px;
  }
  .header__nav, .header__search, .header__btn-col {
    display: none;
  }
  .footer {
    display: none;
  }
  .full-wrap__count {
    bottom: 40px;
  }
  .header {
    padding: 0;
  }
  .header__row {
    padding: 20px 0;
    border-bottom: 1px solid rgba(230, 197, 138, 0.75);
  }
  .wrapper {
    padding-left: 38px;
    padding-right: 38px;
  }
  .full-wrap__count {
    right: 38px;
  }
  #fp-nav {
    display: none;
  }
  .full-wrap__content {
    padding-right: 50px;
  }
  .header-mob {
    display: block;
  }
  .full-wrap__content--spec {
    padding-left: 0;
  }
  .full-wrap__content--spec .section-title::before {
    display: none;
  }
  h1, .section-title {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  h3 {
    margin-top: 30px;
    font-size: 22px;
  }
  .full-wrap__desc {
    font-size: 18px;
  }
  .full-wrap__sub {
    margin-top: 30px;
    font-size: 26px;
  }
  .full-wrap__btn--hide {
    display: block;
  }
  .post-wrap__header {
    margin-bottom: 75px;
  }
  .post-wrap__content {
    padding-bottom: 80px;
  }
  ul li::before {
    top: 10px;
  }
  .post-aside {
    display: none;
  }
  .header-post {
    display: block;
  }
  .post-wrap__header {
    min-height: 300px;
    padding-bottom: 50px;
  }
  .post-gallery {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .post-wrap__header::before {
    background: rgba(0, 0, 0, 0.45);
  }
  .areas__item {
    margin-bottom: 80px;
  }
  .post-wrap {
    height: 100%;
  }
  .post-wrap__content.post-wrap__content--spec {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  .header__btn {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
  }
  .header__btn:hover {
    background-color: #97251b;
  }
  .btn:hover {
    color: #fff;
    background-color: #97251b;
    border-color: #97251b;
  }
  .btn:hover svg path {
    fill: #fff;
  }
  .contacts-block__close svg path {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contacts-block__close:hover svg path {
    fill: #bc3427;
  }
  .callback-modal__close svg path, .callback-modal__close svg circle {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .callback-modal__close:hover svg path {
    fill: #bc3427;
  }
  .callback-modal__close:hover svg circle {
    stroke: #bc3427;
  }
  .callback-modal__agree a {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .callback-modal__agree a:hover {
    color: #bc3427;
  }
  .search-page__item a {
    -webkit-transition: color .3s;
    transition: color .3s;
  }
  .search-page__item a:hover {
    color: #bc3427;
    text-decoration: underline;
  }
}

@media (max-width: 991px) {
  .post-text {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .areas__item:nth-child(even) .areas__img {
    margin: 0 0 30px;
  }
  .areas.news-list.news_list_wrap .areas__item:nth-child(even) .areas__img {
    margin: 0 0 30px;
}
  .areas__img,
  .areas_list_img_new .areas__img {
    margin: 0 0 30px;
    width: 400px;
    /*height: 400px;    */    
  }
  .areas__item {
    display: block;
  }
  .map.map--single {
    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;
  }
  .map.map--single .contacts-block {
    margin: 30px 0;
    position: static;
    min-height: 0;
    width: 100%;
  }
  .map.map--single .map__wrap-container {
    position: relative;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 360px;
    max-height: 60vh;
  }
  .map--geography {
    height: 100%;
  }
  .map--geography .contacts-block {
    display: none;
  }
  .map--geography .map__wrap-container {
    position: relative;
    height: 100%;
    max-height: calc(100vh - 300px);
    min-height: 60vh;
  }
}

@media (max-width: 767px) {
  h1, .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .full-wrap__sub {
    margin-top: 20px;
    font-size: 18px;
  }
  .full-wrap__content {
    padding-right: 0;
  }
  .full-wrap__desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .full-wrap__btn {
    margin-top: 40px;
  }
  .full-wrap__content {
    padding: 120px 0;
  }
}

@media (max-width: 575px) {
  .news_detail_title {
      margin-top: 44px;
  }
  .slick-dots li {
      height: 12px;
      margin: 0px 4px;
  }
  body {
    font-size: 16px;
  }
  .full-wrap__count {
    bottom: 30px;
  }
  .full-wrap__bg {
    display: none;
  }
  .full-wrap__bg-mob {
    display: block;
  }
  .btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 16px;
  }
  .full-wrap__desc {
    margin-top: 20px;
    font-size: 18px;
  }
  .post-wrap__header {
    margin-bottom: 50px;
  }
  .post-wrap__content {
    padding-bottom: 60px;
  }
  ul li::before {
    top: 8px;
  }
  .post-wrap__header {
    min-height: 220px;
    padding-bottom: 40px;
  }
  h2,
  .news_list_wrap h2 {
    font-size: 24px;
  }
  h3 {
    margin-top: 25px;
    font-size: 18px;
  }
  .post-gallery {
    margin: 40px -38px 30px;
  }
  .areas__item {
    margin-bottom: 60px;
  }
  .areas__img {
    width: 290px;
    /*height: 290px;*/
  }
  .areas__btn {
    margin-top: 30px;
  }
  .contacts-block {
    width: calc(100% - 100px);
    margin-left: 50px;
    margin-right: 50px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts-block__col--geo {
    margin-top: 0;
  }
  .contacts-block__sub {
    font-size: 16px;
  }
  .callback-modal {
    padding-top: 70px;
  }
  .callback-modal__title {
    margin-bottom: 25px;
  }
  .callback-modal__bottom {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .callback-modal__bottom button {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .callback-modal__agree {
    margin: 0;
    text-align: center;
  }
  .map--geography .map__wrap-container {
    max-height: calc(100vh - 220px);
  }
  .search-page .header__search input[type="text"] {
    font-size: 16px;
  }
  .search-page__item {
    margin-bottom: 50px;
  }
  .search-page__sub {
    font-size: 18px;
  }
  .search-page__desc {
    font-size: 14px;
  }
  .search-page__date, .search-page__breadcramb {
    font-size: 14px;
  }
  .areas__img {
      margin-right: 0!important;
      padding-right: 0!important;
      max-width: 100%;
      width: auto;
      margin-bottom: 0!important;
  }

  .areas_list_img_new .areas__img {
      margin-right: 0!important;
      padding-right: 0!important;
      max-width: 100%;
      width: auto;
      margin-bottom: 0!important;
  }
}

@media (max-width: 374px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-wrap__count {
    right: 15px;
  }
  .mob-menu__btn .header__btn {
    max-width: 100%;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-gallery {
    margin: 40px -15px 30px;
  }
  .post-wrap__header {
    padding-bottom: 40px;
  }
  .callback-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-title {
      font-size: 20px;
  }
  .areas__img {
      margin-right: 0!important;
      padding-right: 0;
      max-width: 100%;
      width: auto;
      margin-bottom: 0;
  }
}







@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .post-wrap__header {
    height: 320px;
  }
  .post-wrap__content {
    width: calc(100% - 330px);
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 1199px), (-ms-high-contrast: none) and (max-width: 1199px) {
  .post-wrap__header {
    height: 300px;
  }
  .post-wrap__content {
    width: 100%;
  }
  .post-gallery {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .post-gallery__col {
    width: 100%;
    margin-bottom: 30px;
  }
  .post-gallery__col:last-child {
    margin-bottom: 0;
  }
  .post-gallery__col img {
    margin: 0 auto;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 575px), (-ms-high-contrast: none) and (max-width: 575px) {
  .post-wrap__header {
    height: 220px;
  }  
}



.main-404__txt {
    margin-top: 0;
    font-size: 140px;
    font-weight: 700;
    margin-bottom: 85px;
    text-align: center;
}
.main-404__txt span {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 1;
}

/*add styles */
.popup-gallery{
  display: none;
  height: calc(100% - 6px);
  width: 100%;
  background: none;
  padding: 50px 0;
}
.popup-gallery .fancybox-close-small{
  padding: 0;
  color: #fff;
}
.popup-gallery__wrap{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-gallery__slider{
  position: relative;
}
.popup-gallery__slide{
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-gallery__item{
  position: relative;
}
.popup-gallery__prev, .popup-gallery__next{
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  cursor: pointer;
  user-select: none;
}
.popup-gallery__prev{
  left: 0;
}
.popup-gallery__next{
  right: 0;
}
.popup-gallery__slider-arrows{
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-gallery__slider-prev{
  margin-right: 20px;
}
.popup-gallery__slider-prev, .popup-gallery__slider-next{
  cursor: pointer;
  user-select: none;
}
@media(min-width: 992px){
  .popup-gallery__slider-prev svg path, .popup-gallery__slider-next svg path{
    transition: .2s;
  }
  .popup-gallery__slider-prev:hover svg path, .popup-gallery__slider-next:hover svg path{
    fill: #fff;
  }
}