* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
a:hover {
  text-decoration: none; }
a:active, a:hover, a:focus {
  outline: none; }

img {
  border: none;
  max-width: 100%;
  height: auto; }

header,
section,
footer,
aside,
nav,
article,
figure {
  display: block; }

input,
button,
textarea,
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: none;
  -webkit-appearance: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

html,
body {
  overflow-x: hidden; }

body {
  background: #1F1E21;
  color: #ffffff;
  line-height: 1.5;
  font-size: calc(16/1366 * 100vw);
  font-display: swap;
  font-family: 'Gotham-Light'; }
@media screen and (max-width: 1000px) {
  body {
    font-size: calc(16/900 * 100vw); } }
@media screen and (max-width: 700px) {
  body {
    font-size: calc(16/320 * 100vw); } }

.content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 calc(80/1366 * 100vw); }
@media screen and (max-width: 1000px) {
  .content {
    padding: 0 calc(15/900 * 100vw); } }
@media screen and (max-width: 700px) {
  .content {
    padding: 0 15px; } }

.hidden {
  display: none; }

.mobile-show {
  display: none; }
@media screen and (max-width: 700px) {
  .mobile-show {
    display: block; } }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-upper {
  text-transform: uppercase; }

.text-brown {
  color: #CFA774; }

.text-bold {
  font-family: 'Gotham-Bold'; }

strong {
  font-family: 'Gotham-Medium';
  font-weight: 400; }

.text-block {
  display: block; }

svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: inherit; }

.mb16 {
  margin-bottom: calc(16/1366 * 100vw); }

.mb20 {
  margin-bottom: calc(20/1366 * 100vw); }

.mb24 {
  margin-bottom: calc(24/1366 * 100vw); }

.mb30 {
  margin-bottom: calc(30/1366 * 100vw); }

.mb40 {
  margin-bottom: calc(40/1366 * 100vw); }

.mb48 {
  margin-bottom: calc(48/1366 * 100vw); }

.mb60 {
  margin-bottom: calc(60/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .mb16 {
    margin-bottom: calc(16/900 * 100vw); }
  .mb20 {
    margin-bottom: calc(20/900 * 100vw); }
  .mb24 {
    margin-bottom: calc(24/900 * 100vw); }
  .mb30 {
    margin-bottom: calc(30/900 * 100vw); }
  .mb40 {
    margin-bottom: calc(40/900 * 100vw); }
  .mb48 {
    margin-bottom: calc(48/900 * 100vw); }
  .mb60 {
    margin-bottom: calc(60/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .mb16 {
    margin-bottom: calc(16/320 * 100vw); }
  .mb20 {
    margin-bottom: calc(20/320 * 100vw); }
  .mb24 {
    margin-bottom: calc(20/320 * 100vw); }
  .mb30 {
    margin-bottom: calc(20/320 * 100vw); }
  .mb40 {
    margin-bottom: calc(20/320 * 100vw); }
  .mb48 {
    margin-bottom: calc(20/320 * 100vw); }
  .mb60 {
    margin-bottom: calc(30/320 * 100vw); } }

.title-block {
  position: relative; }
.title-block::after {
  content: '';
  position: absolute;
  width: calc(48/1366 * 100vw);
  height: 1px;
  background: #CFA774;
  bottom: calc(-24/1366 * 100vw);
  left: 0; }
.title-block_center {
  text-align: center; }
.title-block_center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
@media screen and (max-width: 1000px) {
  .title-block::after {
    width: calc(48/900 * 100vw);
    bottom: calc(-24/900 * 100vw); } }
@media screen and (max-width: 700px) {
  .title-block {
    margin-bottom: calc(100/900 * 100vw); }
  .title-block::after {
    width: calc(48/320 * 100vw);
    bottom: calc(-16/320 * 100vw); } }

.page-block {
  font-size: calc(18/1366 * 100vw); }
.page-block p {
  line-height: 1.67;
  text-align: justify; }
.page-block p:not(.text-close) {
  margin-bottom: calc(24/1366 * 100vw); }
.page-block h5 {
  margin-bottom: calc(24/1366 * 100vw); }
.page-block h3 {
  margin-bottom: calc(24/1366 * 100vw); }
.page-block h4 {
  margin-bottom: calc(24/1366 * 100vw); }
.page-block ul {
  list-style: none;
  text-align: justify; }
.page-block ul li {
  position: relative;
  margin-bottom: calc(16/1366 * 100vw);
  padding-left: calc(28/1366 * 100vw); }
.page-block ul li::before {
  content: '';
  width: calc(8/1366 * 100vw);
  height: calc(8/1366 * 100vw);
  border-radius: 50%;
  background: #CFA774;
  position: absolute;
  top: calc(10/1366 * 100vw);
  left: 0; }
.page-block_middle {
  max-width: calc(754/1366 * 100vw);
  margin: 0 auto; }
.page-block_left p {
  text-align: left; }
.page-block .table-classic {
  width: 100%; }
.page-block .table-classic th {
  font-family: 'Gotham-Bold';
  font-weight: 400;
  font-size: calc(14/1366 * 100vw);
  border: 1px solid rgba(31, 30, 33, 0.2);
  border-top: 0;
  text-align: left;
  padding: 0 calc(16/1366 * 100vw) calc(12/1366 * 100vw); }
.page-block .table-classic th:first-child {
  border-left: 0; }
.page-block .table-classic th:last-child {
  border-right: 0;
  text-align: right; }
.page-block .table-classic td {
  border: 1px solid rgba(31, 30, 33, 0.2);
  padding: calc(11/1366 * 100vw) calc(16/1366 * 100vw) calc(9/1366 * 100vw);
  font-size: calc(18/1366 * 100vw); }
.page-block .table-classic td:first-child {
  border-left: 0;
  font-size: calc(16/1366 * 100vw); }
.page-block .table-classic td:last-child {
  border-right: 0;
  font-size: calc(16/1366 * 100vw);
  text-align: right; }
.page-block .table-classic tr:nth-child(even) td {
  background: rgba(242, 242, 242, 0.5); }
.page-block .table-simple {
  width: 100%; }
.page-block .table-simple td {
  border-bottom: 1px solid rgba(31, 30, 33, 0.2);
  padding: calc(20/1366 * 100vw) calc(5/1366 * 100vw) calc(17/1366 * 100vw);
  font-size: calc(18/1366 * 100vw);
  line-height: 1.2; }
.page-block .table-simple td:first-child {
  padding-left: 0; }
.page-block .table-simple td:last-child {
  text-align: right;
  padding-right: 0; }
.page-block .table-simple tr.table-simple__main td {
  font-family: 'Gotham-Bold';
  color: #CFA774; }
@media screen and (max-width: 1000px) {
  .page-block {
    font-size: calc(18/900 * 100vw); }
  .page-block p:not(.text-close) {
    margin-bottom: calc(24/900 * 100vw); }
  .page-block h5 {
    margin-bottom: calc(24/900 * 100vw); }
  .page-block h3 {
    margin-bottom: calc(24/900 * 100vw); }
  .page-block h4 {
    margin-bottom: calc(24/900 * 100vw); }
  .page-block ul li {
    margin-bottom: calc(16/900 * 100vw);
    padding-left: calc(28/900 * 100vw); }
  .page-block ul li::before {
    width: calc(8/900 * 100vw);
    height: calc(8/900 * 100vw);
    top: calc(10/900 * 100vw); }
  .page-block_middle {
    max-width: calc(754/900 * 100vw); }
  .page-block .table-classic th {
    font-size: calc(14/900 * 100vw);
    padding: 0 calc(16/900 * 100vw) calc(12/900 * 100vw); }
  .page-block .table-classic td {
    padding: calc(11/900 * 100vw) calc(16/900 * 100vw) calc(9/900 * 100vw);
    font-size: calc(18/900 * 100vw); }
  .page-block .table-classic td:first-child {
    font-size: calc(16/900 * 100vw); }
  .page-block .table-classic td:last-child {
    font-size: calc(16/900 * 100vw); }
  .page-block .table-simple td {
    padding: calc(20/900 * 100vw) calc(5/900 * 100vw) calc(17/900 * 100vw);
    font-size: calc(18/900 * 100vw); } }
@media screen and (max-width: 700px) {
  .page-block {
    font-size: calc(16/320 * 100vw); }
  .page-block p:not(.text-close) {
    margin-bottom: calc(20/320 * 100vw); }
  .page-block h5 {
    margin-bottom: calc(20/320 * 100vw); }
  .page-block h3 {
    margin-bottom: calc(20/320 * 100vw); }
  .page-block h4 {
    margin-bottom: calc(20/320 * 100vw); }
  .page-block ul li {
    margin-bottom: calc(16/320 * 100vw);
    padding-left: calc(28/320 * 100vw); }
  .page-block ul li::before {
    width: calc(8/320 * 100vw);
    height: calc(8/320 * 100vw);
    top: calc(10/320 * 100vw); }
  .page-block_middle {
    max-width: 100%; }
  .page-block .table-classic th {
    font-size: calc(14/320 * 100vw);
    padding: 0 calc(16/320 * 100vw) calc(12/320 * 100vw); }
  .page-block .table-classic td {
    padding: calc(11/320 * 100vw) calc(16/320 * 100vw) calc(9/320 * 100vw);
    font-size: calc(16/320 * 100vw); }
  .page-block .table-classic td:first-child {
    font-size: calc(16/320 * 100vw); }
  .page-block .table-classic td:last-child {
    font-size: calc(16/320 * 100vw); }
  .page-block .table-simple td {
    padding: calc(20/320 * 100vw) calc(5/320 * 100vw) calc(17/320 * 100vw);
    font-size: calc(16/320 * 100vw); } }

.page-image-bg {
  position: absolute;
  background: #CFA774;
  z-index: 1;
  width: 25%;
  height: calc(374/1366 * 100vw); }
.page-image-bg_right {
  right: 0;
  top: 0; }
.page-image-bg_left {
  left: 0;
  bottom: 0; }
.page-image-bg_small {
  height: calc(275/1366 * 100vw); }
.page-image-bg_center {
  right: 0;
  top: calc(249/1366 * 100vw); }

.page-image img {
  display: block;
  width: 100%;
  z-index: 3;
  position: relative; }

.page-image__button {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.page-block-bg {
  position: absolute;
  background: #28272B; }
.page-block-bg_left {
  width: 53%;
  height: calc(1620/1366 * 100vw);
  left: 0;
  top: calc(-371/1366 * 100vw); }
.page-block-bg_right {
  width: 50%;
  height: calc(1181/1366 * 100vw);
  right: 0;
  top: calc(-335/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .page-image-bg {
    height: calc(374/900 * 100vw); }
  .page-image-bg_small {
    height: calc(275/900 * 100vw); }
  .page-image-bg_center {
    top: auto;
    bottom: 0; }
  .page-block-bg_left {
    width: 53%;
    height: calc(1400/900 * 100vw);
    top: calc(-371/900 * 100vw); }
  .page-block-bg_right {
    width: 50%;
    height: calc(1100/900 * 100vw);
    top: calc(-335/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .page-image-bg {
    height: calc(120/320 * 100vw); }
  .page-image-bg_small {
    height: calc(120/320 * 100vw); }
  .page-block-bg {
    display: none; } }

.table-wrapper {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: calc(40/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .table-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: calc(40/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .table-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: calc(20/320 * 100vw); } }

#map {
  height: 100%; }

h1 {
  font-size: calc(72/1366 * 100vw);
  line-height: 1.22;
  letter-spacing: -0.02em;
  font-family: 'Playfair Display', serif;
  font-weight: 400; }

h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  font-size: calc(56/1366 * 100vw);
  line-height: 1.14;
  letter-spacing: -0.01em; }

h4 {
  font-size: calc(48/1366 * 100vw);
  line-height: 1.17;
  letter-spacing: -0.02em;
  font-family: 'Playfair Display', serif;
  font-weight: 400; }

h5 {
  font-size: calc(32/1366 * 100vw);
  line-height: 1.31;
  letter-spacing: -0.01em;
  font-family: 'Playfair Display', serif;
  font-weight: 400; }

h6 {
  font-size: calc(24/1366 * 100vw);
  line-height: 1.42;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-family: 'Playfair Display', serif; }

@media screen and (max-width: 1000px) {
  h1 {
    font-size: calc(56/900 * 100vw); }
  h3 {
    font-size: calc(48/900 * 100vw); }
  h4 {
    font-size: calc(32/900 * 100vw); }
  h5 {
    font-size: calc(24/900 * 100vw); }
  h6 {
    font-size: calc(20/900 * 100vw); } }

@media screen and (max-width: 700px) {
  h1 {
    font-size: calc(48/320 * 100vw); }
  h3 {
    font-size: calc(32/320 * 100vw); }
  h4 {
    font-size: calc(26/320 * 100vw); }
  h5 {
    font-size: calc(24/320 * 100vw); }
  h6 {
    font-size: calc(20/320 * 100vw); } }

.wrap-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

.wrap-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  overflow: hidden; }

.g-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(-15/1366 * 100vw); }
.g-row_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.g-row_middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.g-row_baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }
.g-row_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
.g-row_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.g-row_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.g-row_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
.g-row_wide {
  margin: 0 calc(-40/1366 * 100vw); }
.g-row_wide > .g-col {
  padding: 0 calc(40/1366 * 100vw); }
.g-row_middle {
  margin: 0 calc(-25/1366 * 100vw); }
.g-row_middle > .g-col {
  padding: 0 calc(25/1366 * 100vw); }
.g-row_empty {
  margin: 0; }
.g-row_empty > .g-col {
  padding: 0; }
@media screen and (max-width: 1000px) {
  .g-row:not(.g-row_empty) {
    margin: 0 calc(-15/900 * 100vw); }
  .g-row_wide {
    margin: 0 calc(-15/900 * 100vw); }
  .g-row_wide > .g-col {
    padding: 0 calc(15/900 * 100vw); }
  .g-row_middle {
    margin: 0 calc(-15/900 * 100vw); }
  .g-row_middle > .g-col {
    padding: 0 calc(15/900 * 100vw); } }
@media screen and (max-width: 700px) {
  .g-row:not(.g-row_empty) {
    margin: 0 -15px; }
  .g-row_wide {
    margin: 0 -15px; }
  .g-row_wide > .g-col {
    padding: 0 15px; }
  .g-row_middle {
    margin: 0 -15px; }
  .g-row_middle > .g-col {
    padding: 0 15px; } }

.g-col {
  padding: 0 calc(15/1366 * 100vw); }
.g-col_25 {
  width: 25%;
  min-width: 25%; }
.g-col_33 {
  width: 33.3333%;
  min-width: 33.3333%; }
.g-col_40 {
  width: 40%;
  min-width: 40%; }
.g-col_50 {
  width: 50%;
  min-width: 50%; }
.g-col_60 {
  width: 60%;
  min-width: 60%; }
.g-col_66 {
  width: 66.6667%;
  min-width: 66.6667%; }
.g-col_75 {
  width: 75%;
  min-width: 75%; }
.g-col_100 {
  width: 100%;
  min-width: 100%; }
.g-col_full {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0; }
.g-col_logo, .g-col_lang {
  min-width: calc(160/1366 * 100vw);
  width: calc(160/1366 * 100vw); }
@media screen and (max-width: 1000px) {
  .g-col {
    padding: 0 calc(15/900 * 100vw); }
  .g-col_logo, .g-col_lang {
    min-width: calc(160/900 * 100vw);
    width: calc(160/900 * 100vw); }
  .g-col_t-100 {
    width: 100%;
    min-width: 100%; } }
@media screen and (max-width: 700px) {
  .g-col {
    padding: 0 15px; }
  .g-col_logo {
    min-width: 0;
    width: auto; }
  .g-col_lang {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header .g-col_lang {
    padding-right: 5px;
  }
  .g-col_m-100 {
    width: 100%;
    min-width: 100%; } }

.grid-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }
.grid-wrap__top {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: block; }

.header {
  position: fixed;
  color: #ffffff;
  top: 0;
  left: 0;
  right: 0;
  padding: calc(20/1366 * 100vw) 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.08em;
  font-size: calc(14/1366 * 100vw);
  text-transform: uppercase;
  z-index: 20; }
.header .logo {
  width: calc(110/1366 * 100vw);
  height: calc(94/1366 * 100vw);
  padding: calc(3/1366 * 100vw) 0;
  margin-top: calc(10/1366 * 100vw); }
.header.is-up {
  padding: 0;
  font-size: calc(12/1366 * 100vw);
  background: #1F1E21; }
.header.is-up .logo {
  width: calc(50/1366 * 100vw);
  height: calc(42/1366 * 100vw);
  margin-top: 0; }
.header.is-up .header-menu__link {
  height: calc(60/1366 * 100vw); }
.header.is-up.header_sub {
  height: calc(120/1366 * 100vw); }
.header .content {
  padding: 0 calc(30/1366 * 100vw); }

.header-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none; }

.header-menu__item {
  padding: 0 calc(18/1366 * 100vw);
  position: relative; }

.header-menu__link {
  text-transform: uppercase;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(40/1366 * 100vw);
  position: relative;
  overflow: hidden; }
.header-menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #ffffff;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
.header-menu__link.is-active::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.header-menu__link.is-enter::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.header-menu__link.is-leave:not(.is-active)::after {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.logo {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.header-lang {
  display: inline-block; }

.header-menu__sub {
  position: absolute;
  top: 100%;
  left: 0; }

@media screen and (max-width: 1000px) {
  .header {
    padding: calc(20/900 * 100vw) 0;
    font-size: calc(14/900 * 100vw); }
  .header .logo {
    width: calc(110/900 * 100vw);
    height: calc(94/900 * 100vw);
    padding: calc(3/900 * 100vw) 0;
    margin-top: calc(10/900 * 100vw); }
  .header.is-up {
    font-size: calc(12/900 * 100vw); }
  .header.is-up .logo {
    width: calc(50/900 * 100vw);
    height: calc(42/900 * 100vw);
    margin-top: 0; }
  .header.is-up .header-menu__link {
    height: calc(60/900 * 100vw); }
  .header.is-up.header_sub {
    height: calc(120/900 * 100vw); }
  .header .content {
    padding: 0 calc(15/900 * 100vw); }
  .header-menu__item {
    padding: 0 calc(14/900 * 100vw); }
  .header-menu__link {
    height: calc(40/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .header {
    padding: calc(5/320 * 100vw) 0;
    font-size: calc(14/320 * 100vw); }
  .header .logo {
    width: calc(50/320 * 100vw);
    height: calc(36/320 * 100vw);
    padding: 0;
    margin-top: 0; }
  .header.is-up {
    padding: calc(5/320 * 100vw) 0;
    font-size: calc(12/320 * 100vw); }
  .header.is-up .logo {
    width: calc(50/320 * 100vw);
    height: calc(36/320 * 100vw); }
  .header.is-up .header-menu__link {
    height: auto; }
  .header.is-up.header_sub {
    height: auto; }
  .header .content {
    padding: 0 15px; }
  .header-menu__item {
    width: 100%;
    padding: calc(16/320 * 100vw) calc(14/320 * 100vw);
    text-align: center; }
  .header-menu__link {
    height: auto; }
  .header-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1F1E21;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: all .8s cubic-bezier(.785,.135,.15,.86);
    transition: all .8s cubic-bezier(.785,.135,.15,.86);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    /*-webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.75s;
    transition: 0.75s;*/
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }
  .header-menu.is-open {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    /*-webkit-transform: translateY(0);
            transform: translateY(0);*/
  }
  .header-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: calc(48/320 * 100vw) 0;
    min-height: 100%;
    max-height: 100%;
    overflow-x: auto; }
  .header-menu__sub {
    position: static;
    font-size: calc(10/320 * 100vw); }
  .header-menu__sub .header-menu {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .header-menu__sub .header-menu__list {
    padding: calc(10/320 * 100vw) 0 0;
    max-height: none; }
  .header-menu__sub .header-menu__item {
    padding: calc(10/320 * 100vw) 0; }
  .header-menu__item {
    -webkit-transition: all .8s cubic-bezier(.785,.135,.15,.86);
    transition: all .8s cubic-bezier(.785,.135,.15,.86);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  .header-menu.is-open .header-menu__item {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .header-menu.is-open .header-menu__item:nth-child(1) {
    -webkit-transition: opacity .8s 500ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 500ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 500ms cubic-bezier(.785,.135,.15,.86),transform .8s 500ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 500ms cubic-bezier(.785,.135,.15,.86),transform .8s 500ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 500ms cubic-bezier(.785,.135,.15,.86);
  }
  .header-menu.is-open .header-menu__item:nth-child(2) {
    -webkit-transition: opacity .8s 600ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 600ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 600ms cubic-bezier(.785,.135,.15,.86),transform .8s 600ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 600ms cubic-bezier(.785,.135,.15,.86),transform .8s 600ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 600ms cubic-bezier(.785,.135,.15,.86);
  }
  .header-menu.is-open .header-menu__item:nth-child(3) {
    -webkit-transition: opacity .8s 700ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 700ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 700ms cubic-bezier(.785,.135,.15,.86),transform .8s 700ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 700ms cubic-bezier(.785,.135,.15,.86),transform .8s 700ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 700ms cubic-bezier(.785,.135,.15,.86);
  }
  .header-menu.is-open .header-menu__item:nth-child(4) {
    -webkit-transition: opacity .8s 800ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 800ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 800ms cubic-bezier(.785,.135,.15,.86),transform .8s 800ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 800ms cubic-bezier(.785,.135,.15,.86),transform .8s 800ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 800ms cubic-bezier(.785,.135,.15,.86);
  }
  .header-menu.is-open .header-menu__item:nth-child(5) {
    -webkit-transition: opacity .8s 900ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 900ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 900ms cubic-bezier(.785,.135,.15,.86),transform .8s 900ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 900ms cubic-bezier(.785,.135,.15,.86),transform .8s 900ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 900ms cubic-bezier(.785,.135,.15,.86);
  }
  .header-menu.is-open .header-menu__item:nth-child(6) {
    -webkit-transition: opacity .8s 1000ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 1000ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 1000ms cubic-bezier(.785,.135,.15,.86),transform .8s 1000ms cubic-bezier(.785,.135,.15,.86);
    transition: opacity .8s 1000ms cubic-bezier(.785,.135,.15,.86),transform .8s 1000ms cubic-bezier(.785,.135,.15,.86),-webkit-transform .8s 1000ms cubic-bezier(.785,.135,.15,.86);
  }
}

.header-menu__close {
  cursor: pointer;
  position: absolute;
  top: calc(15/320 * 100vw);
  right: calc(15/320 * 100vw);
  width: calc(24/320 * 100vw);
  height: calc(24/320 * 100vw);
  border-radius: 50%;
  z-index: 5;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  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-menu__close .header-menu__icon {
  width: calc(6/320 * 100vw);
  height: calc(6/320 * 100vw); }
.header-menu__close:hover {
  opacity: 0.4; }

.select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.select .jq-selectbox__select {
  padding-right: calc(12/1366 * 100vw);
  cursor: pointer; }
.select .jq-selectbox__trigger {
  width: calc(8/1366 * 100vw);
  height: calc(4/1366 * 100vw);
  background: url(img/arrow.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: calc(-2/1366 * 100vw);
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.select .jq-selectbox__dropdown {
  top: 100% !important;
  margin-top: calc(16/1366 * 100vw);
  background: #1F1E21;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.4);
  border-radius: calc(6/1366 * 100vw);
  font-size: calc(14/1366 * 100vw);
  padding: calc(20/1366 * 100vw) calc(12/1366 * 100vw);
  right: calc(-2/1366 * 100vw); }
.select .jq-selectbox__dropdown li {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer; }
.select .jq-selectbox__dropdown li:not(:last-child) {
  margin-bottom: calc(10/1366 * 100vw); }
.select .jq-selectbox__dropdown li:hover, .select .jq-selectbox__dropdown li.sel {
  color: #CFA774; }
.select .jq-selectbox__dropdown::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #1F1E21 transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: ''; }
.select.opened .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media screen and (max-width: 1000px) {
  .select .jq-selectbox__select {
    padding-right: calc(12/900 * 100vw); }
  .select .jq-selectbox__trigger {
    width: calc(8/900 * 100vw);
    height: calc(4/900 * 100vw);
    margin-top: calc(-2/900 * 100vw); }
  .select .jq-selectbox__dropdown {
    margin-top: calc(16/900 * 100vw);
    border-radius: calc(6/900 * 100vw);
    font-size: calc(14/900 * 100vw);
    padding: calc(20/900 * 100vw) calc(12/900 * 100vw);
    right: calc(-2/900 * 100vw); }
  .select .jq-selectbox__dropdown li:not(:last-child) {
    margin-bottom: calc(10/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .select .jq-selectbox__select {
    padding-right: calc(12/320 * 100vw); }
  .select .jq-selectbox__trigger {
    width: calc(8/320 * 100vw);
    height: calc(4/320 * 100vw);
    margin-top: calc(-2/320 * 100vw); }
  .select .jq-selectbox__dropdown {
    margin-top: calc(16/320 * 100vw);
    border-radius: calc(6/320 * 100vw);
    font-size: calc(14/320 * 100vw);
    padding: calc(20/320 * 100vw) calc(12/320 * 100vw);
    right: calc(-2/320 * 100vw); }
  .select .jq-selectbox__dropdown li:not(:last-child) {
    margin-bottom: calc(10/320 * 100vw); } }

.section {
  position: relative; }
.section_hidden {
  overflow: hidden; }
.section_full {
  min-height: 100vh; }
.section_relative .content {
  position: relative;
  z-index: 2; }
.section_dark {
  background: #28272B; }
.section_page {
  padding-top: calc(190/1366 * 100vw); }
.section_slider {
  z-index: 5; }

.section-overlay {
  position: relative; }
.section-overlay_full {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }
.section-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1F1E21;
  opacity: 0.6;
  z-index: 2;
  content: '';
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.section-overlay img {
  display: block;
  width: 100%; }
.section-overlay_light::after {
  opacity: 0.4; }
.section-overlay_default::after {
  display: none; }

.section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.section-content_absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
.section-content_top {
  position: relative;
  z-index: 3;
  min-height: 100vh; }

.section-content__center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: calc(150/1366 * 100vw) 0 calc(56/1366 * 100vw); }

.section-content__bottom {
  padding-bottom: calc(28/1366 * 100vw); }

.image-overflow {
  position: relative; }
.image-overflow::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(278.77deg, #1F1E21 0.45%, rgba(31, 30, 33, 0) 100%);
  opacity: 0.6;
  z-index: 2;
  content: ''; }
.image-overflow img {
  display: block;
  width: 100%; }

.section-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: calc(112/1366 * 100vw); }

.section-bg {
  position: absolute;
  z-index: 1; }
.section-bg_grey {
  background: #28272B; }
.section-bg_brown {
  background: #CFA774; }
.section-bg_company {
  top: 0;
  bottom: 0;
  right: 0;
  width: 39%; }
.section-bg_news {
  width: 16.5vw;
  height: calc(428/1366 * 100vw);
  bottom: 0;
  right: 0; }
.section-bg_unit {
  top: 0;
  bottom: 0;
  right: 0;
  width: 39%; }

.section-logo {
  background-image: url(img/logo-bg.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  width: calc(390/1366 * 100vw);
  height: calc(390/1366 * 100vw);
  z-index: 1; }
.section-logo_company {
  top: calc(120/1366 * 100vw);
  left: calc(-114/1366 * 100vw); }
.section-logo_about {
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%); }
.section-logo_person {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.section-logo_join {
  height: calc(195/1366 * 100vw);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
.section-logo_unit {
  top: calc(-108/1366 * 100vw);
  right: calc(82/1366 * 100vw);
  z-index: 5; }
.section-logo_csr-top {
  top: calc(-195/1366 * 100vw);
  right: 0; }
.section-logo_csr-bottom {
  bottom: calc(-195/1366 * 100vw);
  left: calc(-180/1366 * 100vw); }
.section-logo_news-left {
  top: calc(1049/1366 * 100vw);
  left: 0;
  background-image: url(img/logo-left.svg);
  width: calc(195/1366 * 100vw); }
.section-logo_news-right {
  bottom: calc(1021/1366 * 100vw);
  right: 0;
  background-image: url(img/logo-right.svg);
  width: calc(195/1366 * 100vw); }
.section-logo_jobs-left {
  top: calc(400/1366 * 100vw);
  left: 0;
  background-image: url(img/logo-left.svg);
  width: calc(195/1366 * 100vw); }
.section-logo_jobs-right {
  bottom: calc(253/1366 * 100vw);
  right: 0;
  background-image: url(img/logo-right.svg);
  width: calc(195/1366 * 100vw); }
.section-logo_news-video {
  top: calc(-195/1366 * 100vw);
  right: 0;
  background-image: url(img/logo-video.svg);
  width: calc(276/1366 * 100vw); }

@media screen and (max-width: 1023px) {
  .section-logo_jobs-left {
    display: none; }
  .section-logo_jobs-right {
    display: none; }
}

@media screen and (max-width: 1000px) {
  .section_page {
    padding-top: calc(190/900 * 100vw); }
  .section-content__center {
    padding: calc(150/900 * 100vw) 0 calc(56/900 * 100vw); }
  .section-content__bottom {
    padding-bottom: calc(28/900 * 100vw); }
  .section-border {
    padding-bottom: calc(80/900 * 100vw); }
  .section-bg_news {
    height: calc(428/900 * 100vw); }
  .section-logo {
    width: calc(390/900 * 100vw);
    height: calc(390/900 * 100vw); }
  .section-logo_company {
    top: calc(120/900 * 100vw);
    left: calc(-114/900 * 100vw); }
  .section-logo_join {
    height: calc(195/900 * 100vw); }
  .section-logo_unit {
    top: calc(-108/900 * 100vw);
    right: calc(82/900 * 100vw); }
  .section-logo_csr-top {
    top: calc(-195/900 * 100vw); }
  .section-logo_csr-bottom {
    bottom: calc(-195/900 * 100vw);
    left: calc(-180/900 * 100vw); }
  .section-logo_news-left {
    top: calc(1049/900 * 100vw);
    width: calc(195/900 * 100vw); }
  .section-logo_news-right {
    bottom: calc(1021/900 * 100vw);
    width: calc(195/900 * 100vw); }
  .section-logo_jobs-left {
    top: calc(400/900 * 100vw);
    width: calc(195/900 * 100vw); }
  .section-logo_jobs-right {
    bottom: calc(253/900 * 100vw);
    width: calc(195/900 * 100vw); }
  .section-logo_news-video {
    top: calc(-195/900 * 100vw);
    width: calc(276/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .section_page {
    padding-top: calc(70/320 * 100vw); }
  .section-content__center {
    padding: calc(150/320 * 100vw) 0 calc(56/320 * 100vw); }
  .section-content__bottom {
    padding-bottom: calc(28/320 * 100vw); }
  .section-border {
    padding-bottom: calc(40/320 * 100vw); }
  .section-bg_news {
    display: none; }
  .section-logo {
    width: calc(98/320 * 100vw);
    height: calc(98/320 * 100vw); }
  .section-logo_company {
    top: calc(30/320 * 100vw);
    left: calc(-28/320 * 100vw); }
  .section-logo_join {
    height: calc(48/320 * 100vw); }
  .section-logo_unit {
    top: calc(-27/320 * 100vw);
    right: calc(20/320 * 100vw); }
  .section-logo_csr-top {
    top: calc(-50/320 * 100vw); }
  .section-logo_csr-bottom {
    bottom: calc(-50/320 * 100vw);
    left: calc(-45/320 * 100vw); }
  .section-logo_news-left {
    display: none; }
  .section-logo_news-right {
    display: none; }
  .section-logo_news-video {
    top: calc(-45/900 * 100vw);
    width: calc(69/900 * 100vw); } }

/*.animate-line {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  .animate-line_1 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .animate-line_2 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .animate-line_3 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .animate-line_4 {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }
  .animate-line_5 {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }

.animate-section.is-active .animate-line {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }*/

/*.animate-image {
  visibility: hidden;
  position: relative;
  overflow: hidden; }
  .animate-image.is-visible {
    visibility: visible; }*/

/*.animate-letter {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .animate-letter_1 {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
  .animate-letter_2 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }
  .animate-letter_3 {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .animate-letter_4 {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }
  .animate-letter_5 {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }
  .animate-letter_6 {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  .animate-letter_7 {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }
  .animate-letter_8 {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }
  .animate-letter_9 {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  .animate-letter_10 {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }

.animate-section.is-active .animate-letter {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }*/

.animate-letter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #1F1E21;
  display: none; }

.popup__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.popup__wrapper .video {
  position: relative;
  padding-top: calc(50/1366 * 100vw);
  z-index: 10; }

.popup-close {
  cursor: pointer;
  position: absolute;
  top: calc(5/1366 * 100vw);
  right: calc(20/1366 * 100vw);
  width: calc(40/1366 * 100vw);
  height: calc(40/1366 * 100vw);
  border-radius: 50%;
  z-index: 20;
  color: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  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; }
.popup-close__icon {
  width: calc(12/1366 * 100vw);
  height: calc(12/1366 * 100vw); }
.popup-close:hover {
  opacity: 0.4; }

@media screen and (max-width: 1000px) {
  .popup__wrapper .video {
    padding-top: calc(50/900 * 100vw); }
  .popup-close {
    top: calc(5/900 * 100vw);
    right: calc(20/900 * 100vw);
    width: calc(40/900 * 100vw);
    height: calc(40/900 * 100vw); }
  .popup-close__icon {
    width: calc(12/900 * 100vw);
    height: calc(12/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .popup__wrapper .video {
    padding-top: calc(50/320 * 100vw); }
  .popup-close {
    top: calc(5/320 * 100vw);
    right: calc(10/320 * 100vw);
    width: calc(40/320 * 100vw);
    height: calc(40/320 * 100vw); }
  .popup-close__icon {
    width: calc(12/320 * 100vw);
    height: calc(12/320 * 100vw); } }

.slider__arrow {
  position: absolute;
  width: calc(48/1366 * 100vw);
  height: calc(48/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.slider__arrow:hover {
  opacity: 1; }
.slider__arrow svg {
  width: calc(6/1366 * 100vw);
  height: calc(10/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .slider__arrow {
    width: calc(48/900 * 100vw);
    height: calc(48/900 * 100vw); }
  .slider__arrow svg {
    width: calc(6/900 * 100vw);
    height: calc(10/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .slider__arrow {
    width: calc(24/320 * 100vw);
    height: calc(24/320 * 100vw); }
  .slider__arrow svg {
    width: calc(4/320 * 100vw);
    height: calc(6/320 * 100vw); } }

.slider-swiper__arrow {
  width: calc(48/1366 * 100vw);
  height: calc(48/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.slider-swiper__arrow:hover {
  opacity: 1; }
.slider-swiper__arrow svg {
  width: calc(6/1366 * 100vw);
  height: calc(10/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .slider-swiper__arrow {
    width: calc(48/900 * 100vw);
    height: calc(48/900 * 100vw); }
  .slider-swiper__arrow svg {
    width: calc(6/900 * 100vw);
    height: calc(10/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .slider-swiper__arrow {
    width: calc(24/320 * 100vw);
    height: calc(24/320 * 100vw); }
  .slider-swiper__arrow svg {
    width: calc(4/320 * 100vw);
    height: calc(6/320 * 100vw); } }

.link-arrow {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #CFA774;
  position: relative;
  cursor: pointer;
  padding-right: calc(56/1366 * 100vw);
  display: inline-block; }
.link-arrow::after {
  content: '';
  width: calc(40/1366 * 100vw);
  height: 1px;
  background: #CFA774;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.link-arrow:hover::after {
  -webkit-transform: translate(calc(10/1366 * 100vw), -50%);
  transform: translate(calc(10/1366 * 100vw), -50%); }

.link-border {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 0.02em;
  position: relative;
  color: #CFA774;
  padding-bottom: calc(6/1366 * 100vw); }
.link-border__icon {
  display: block;
  width: calc(18/1366 * 100vw);
  height: calc(7/1366 * 100vw);
  margin-left: calc(14/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.link-border::after {
  height: 1px;
  background: #CFA774;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
.link-border:hover::after {
  opacity: 0; }
.link-border:hover .link-border__icon {
  -webkit-transform: translateX(calc(10/1366 * 100vw));
  transform: translateX(calc(10/1366 * 100vw)); }

.link {
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #CFA774;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(14/1366 * 100vw); }
.link__icon {
  width: calc(22/1366 * 100vw);
  min-width: calc(22/1366 * 100vw);
  height: calc(16/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: calc(18/1366 * 100vw); }
.link:hover .link__icon {
  -webkit-transform: translateX(calc(10/1366 * 100vw));
  transform: translateX(calc(10/1366 * 100vw)); }

@media screen and (max-width: 1000px) {
  .link-arrow {
    padding-right: calc(56/900 * 100vw); }
  .link-arrow::after {
    width: calc(40/900 * 100vw); }
  .link-arrow:hover::after {
    -webkit-transform: translate(calc(10/900 * 100vw), -50%);
    transform: translate(calc(10/900 * 100vw), -50%); }
  .link-border {
    padding-bottom: calc(6/900 * 100vw); }
  .link-border__icon {
    width: calc(18/900 * 100vw);
    height: calc(7/900 * 100vw);
    margin-left: calc(14/900 * 100vw); }
  .link-border:hover .link-border__icon {
    -webkit-transform: translateX(calc(10/900 * 100vw));
    transform: translateX(calc(10/900 * 100vw)); }
  .link {
    font-size: calc(14/900 * 100vw); }
  .link__icon {
    width: calc(22/900 * 100vw);
    min-width: calc(22/900 * 100vw);
    height: calc(16/900 * 100vw);
    margin-left: calc(18/900 * 100vw); }
  .link:hover .link__icon {
    -webkit-transform: translateX(calc(10/900 * 100vw));
    transform: translateX(calc(10/900 * 100vw)); } }

@media screen and (max-width: 700px) {
  .link-arrow {
    padding-right: calc(28/320 * 100vw); }
  .link-arrow::after {
    width: calc(20/320 * 100vw); }
  .link-arrow:hover::after {
    -webkit-transform: translate(calc(5/320 * 100vw), -50%);
    transform: translate(calc(5/320 * 100vw), -50%); }
  .link-border {
    padding-bottom: calc(3/320 * 100vw); }
  .link-border__icon {
    width: calc(9/320 * 100vw);
    height: calc(4/320 * 100vw);
    margin-left: calc(14/320 * 100vw); }
  .link-border:hover .link-border__icon {
    -webkit-transform: translateX(calc(5/320 * 100vw));
    transform: translateX(calc(5/320 * 100vw)); }
  .link {
    font-size: calc(14/320 * 100vw); }
  .link__icon {
    width: calc(22/320 * 100vw);
    min-width: calc(22/320 * 100vw);
    height: calc(16/320 * 100vw);
    margin-left: calc(18/320 * 100vw); }
  .link:hover .link__icon {
    -webkit-transform: translateX(calc(5/320 * 100vw));
    transform: translateX(calc(5/320 * 100vw)); } }

.button {
  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;
  white-space: nowrap;
  height: calc(48/1366 * 100vw);
  background: linear-gradient(96.34deg, #CFA774 0%, #A98152 100%);
  color: #1F1E21;
  cursor: pointer;
  border: none;
  font-size: calc(14/1366 * 100vw);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0 calc(24/1366 * 100vw);
  font-family: 'Gotham-Medium';
  font-weight: 400;
  text-align: center; }
.button__icon {
  display: block;
  width: calc(18/1366 * 100vw);
  height: calc(7/1366 * 100vw);
  margin-left: calc(24/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.button:hover .button__icon {
  -webkit-transform: translateX(calc(10/1366 * 100vw));
  transform: translateX(calc(10/1366 * 100vw)); }
.button_primary {
  height: calc(56/1366 * 100vw);
  padding: 0 calc(32/1366 * 100vw);
  font-size: calc(16/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .button {
    height: calc(48/900 * 100vw);
    font-size: calc(14/900 * 100vw);
    padding: 0 calc(24/900 * 100vw); }
  .button__icon {
    width: calc(18/900 * 100vw);
    height: calc(7/900 * 100vw);
    margin-left: calc(24/900 * 100vw); }
  .button:hover .button__icon {
    -webkit-transform: translateX(calc(10/900 * 100vw));
    transform: translateX(calc(10/900 * 100vw)); }
  .button_primary {
    height: calc(56/900 * 100vw);
    padding: 0 calc(32/900 * 100vw);
    font-size: calc(16/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .button {
    height: calc(48/320 * 100vw);
    font-size: calc(14/320 * 100vw);
    padding: 0 calc(24/320 * 100vw); }
  .button__icon {
    width: calc(18/320 * 100vw);
    height: calc(7/320 * 100vw);
    margin-left: calc(12/320 * 100vw); }
  .button:hover .button__icon {
    -webkit-transform: translateX(calc(10/320 * 100vw));
    transform: translateX(calc(10/320 * 100vw)); }
  .button_primary {
    height: calc(56/320 * 100vw);
    padding: 0 calc(32/320 * 100vw);
    font-size: calc(16/320 * 100vw); } }

.footer {
  background: #1F1E21;
  color: #ffffff; }

.footer__top {
  padding: calc(62/1366 * 100vw) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.footer__top_border {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer__logo {
  width: calc(135/1366 * 100vw);
  height: calc(107/1366 * 100vw); }

.footer__top .contacts {
  font-size: calc(14/1366 * 100vw);
  color: #AAAAAA; }
.footer__top .contacts h6 {
  color: #ffffff; }
.footer__top .contacts .contacts__info {
  margin-bottom: 0;
  line-height: 1.75; }

.contacts__name {
  font-family: 'Gotham-Bold'; }

.contacts__text {
  max-width: calc(248/1366 * 100vw);
  line-height: 1.75; }

.contacts__link {
  color: #CFA774;
  text-decoration: underline; }
.contacts__link:hover {
  text-decoration: none; }

.footer__bottom {
  padding: calc(20/1366 * 100vw) 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: calc(14/1366 * 100vw); }

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 calc(-12/1366 * 100vw); }

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 calc(-8/1366 * 100vw);
  list-style: none; }
.footer__menu li {
  padding: 0 calc(8/1366 * 100vw); }

.footer__link {
  text-decoration: underline; }
.footer__link:hover {
  text-decoration: none; }

@media screen and (max-width: 1000px) {
  .footer__top {
    padding: calc(32/900 * 100vw) 0; }
  .footer__logo {
    width: calc(135/900 * 100vw);
    height: calc(107/900 * 100vw); }
  .footer__top .contacts {
    font-size: calc(14/900 * 100vw); }
  .contacts__text {
    max-width: calc(248/900 * 100vw); }
  .footer__bottom {
    padding: calc(20/900 * 100vw) 0;
    font-size: calc(14/900 * 100vw); }
  .footer__menu {
    margin: calc(32/900 * 100vw) calc(-8/900 * 100vw);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer__menu li {
    padding: 0 calc(8/900 * 100vw); }
  .footer__bottom {
    text-align: center; }
  .footer__row {
    display: block;
    margin: 0; } }

@media screen and (max-width: 700px) {
  .footer__top {
    padding: calc(20/320 * 100vw) 0; }
  .footer__logo {
    width: calc(135/320 * 100vw);
    height: calc(107/320 * 100vw);
    margin: 0 auto calc(20/320 * 100vw); }
  .footer__top .contacts {
    font-size: calc(14/320 * 100vw);
    text-align: center; }
  .contacts__text {
    max-width: none; }
  .footer__bottom {
    padding: calc(16/320 * 100vw) 0;
    font-size: calc(14/320 * 100vw); }
  .footer__menu {
    margin: calc(32/320 * 100vw) 0;
    display: block; }
  .footer__menu li {
    padding: 0 0 calc(10/320 * 100vw); } }

.nav-wrapper {
  padding: 0 calc(110/1366 * 100vw) calc(107/1366 * 100vw); }

.nav-top {
  margin-bottom: calc(28/1366 * 100vw); }

.nav-top_mb {
  margin-bottom: calc(48/1366 * 100vw); }

.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-menu__item {
  padding: 0 calc(18/1366 * 100vw);
  position: relative; }

.nav-menu__link {
  white-space: nowrap;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: calc(6/1366 * 100vw);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: calc(14/1366 * 100vw); }
.nav-menu__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  background: #CFA774;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
.nav-menu__link.is-active, .nav-menu__link:hover {
  color: #CFA774; }
.nav-menu__link.is-active::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.nav-menu__link.is-enter::after {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0); }
.nav-menu__link.is-leave:not(.is-active)::after {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.nav-list {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.nav-block {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative; }
.nav-block.is-remove {
  opacity: 0; }

.nav-list__item {
  padding: calc(18/1366 * 100vw) calc(8/1366 * 100vw) calc(16/1366 * 100vw);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.nav-list__item.is-even {
  background: #28272B; }
.nav-list__item:hover {
  border-bottom-color: #CFA774; }
.nav-list__item:hover .nav-list__link {
  opacity: 1; }
.nav-list__item:hover .nav-list__position {
  color: #CFA774; }
.nav-list__item:hover .nav-list__note {
  opacity: 0.6;
  color: #CFA774; }

.nav-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nav-list__col {
  padding: 0 calc(8/1366 * 100vw); }
.nav-list__col_first {
  width: 18.5%;
  min-width: 18.5%; }
.nav-list__col_double {
  width: 43%;
  min-width: 43%; }
.nav-list__col_middle {
  width: 20%;
  min-width: 20%; }
.nav-list__col_last {
  width: 18.5%;
  min-width: 18.5%; }

.nav-list__position {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.1;
  margin-bottom: calc(4/1366 * 100vw); }

.nav-list__note {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.nav-list__link {
  text-align: right;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }

@media screen and (max-width: 1000px) {
  .nav-wrapper {
    padding: 0 calc(15/900 * 100vw) calc(107/900 * 100vw); }
  .nav-menu__item {
    padding: 0 calc(18/900 * 100vw); }
  .nav-menu__link {
    font-size: calc(14/900 * 100vw); }
  .nav-top {
    margin-bottom: calc(28/900 * 100vw); }
  .nav-top_mb {
    margin-bottom: calc(48/900 * 100vw); }
  .nav-list__item {
    padding: calc(18/900 * 100vw) calc(8/900 * 100vw) calc(16/900 * 100vw); }
  .nav-list__item:nth-child(even) {
    background: #28272B; }
  .nav-list__col {
    padding: 0 calc(8/900 * 100vw); }
  .nav-list__position {
    margin-bottom: calc(4/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .nav-wrapper {
    padding: 0 15px calc(40/320 * 100vw); }
  .nav-menu__wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .nav-menu__item {
    padding: 0 15px calc(10/320 * 100vw); }
  .nav-menu__link {
    font-size: calc(14/320 * 100vw); }
  .nav-list {
    margin: 0 -15px; }
  .nav-top {
    margin-bottom: calc(10/320 * 100vw); }
  .nav-top h5 {
    margin-bottom: calc(20/320 * 100vw); }
  .nav-top h3 {
    margin-bottom: calc(20/320 * 100vw); }
  .nav-top_mb {
    margin-bottom: calc(20/1366 * 100vw); }
  .nav-list__item {
    padding: calc(18/320 * 100vw) calc(8/320 * 100vw) calc(16/320 * 100vw); }
  .nav-list__row {
    display: block; }
  .nav-list__col {
    padding: 0 0 calc(8/320 * 100vw);
    width: 100%;
    min-width: 100%; }
  .nav-list__position {
    margin-bottom: calc(2/320 * 100vw); }
  .nav-list__link {
    opacity: 1; }
  .nav-search {
    margin: calc(20/320 * 100vw) 0; } }

.search__input {
  display: block;
  width: 100%;
  font-size: calc(18/1366 * 100vw);
  font-family: 'Gotham-Book';
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 calc(10/1366 * 100vw) calc(15/1366 * 100vw) calc(36/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.search__input:focus, .search__input:active {
  border-color: #ffffff; }
.search__input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5; }
.search__input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5; }
.search__input::-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5; }
.search__input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5; }
.search__input::placeholder {
  color: #ffffff;
  opacity: 0.5; }
.search__input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5; }
.search__input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.5; }
.search__input:-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.5; }

.search__button {
  width: calc(20/1366 * 100vw);
  height: calc(20/1366 * 100vw);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: none;
  border: none;
  color: #ffffff; }
.search__button:hover {
  opacity: 0.6; }
.search__button_inside {
  position: absolute;
  top: calc(2/1366 * 100vw);
  left: 0; }
.search__button_outside {
  margin-left: calc(16/1366 * 100vw); }

.search {
  position: relative;
  display: none;
  width: calc(348/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .search__input {
    font-size: calc(18/900 * 100vw);
    padding: 0 calc(10/900 * 100vw) calc(15/900 * 100vw) calc(36/900 * 100vw); }
  .search__button {
    width: calc(20/900 * 100vw);
    height: calc(20/900 * 100vw); }
  .search__button_inside {
    top: calc(2/900 * 100vw); }
  .search__button_outside {
    margin-left: calc(16/900 * 100vw); }
  .search {
    width: calc(348/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .search__input {
    font-size: calc(18/320 * 100vw);
    padding: 0 calc(10/320 * 100vw) calc(15/320 * 100vw) calc(36/320 * 100vw); }
  .search__button {
    width: calc(20/320 * 100vw);
    height: calc(20/320 * 100vw); }
  .search__button_inside {
    top: calc(2/320 * 100vw); }
  .search__button_outside {
    display: none; }
  .search {
    width: 100%;
    display: block !important; } }

.video-button__wrapper {
  text-align: center; }

.video-button {
  display: inline-block;
  cursor: pointer; }
.video-button:hover .video-button__icon {
  -webkit-transform: scale(0.7);
  transform: scale(0.7); }

.video-button__text {
  font-family: 'Gotham-Bold';
  font-size: calc(14/1366 * 100vw);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-top: calc(14/1366 * 100vw); }

.video-button__circle {
  background: #FFFFFF;
  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: calc(64/1366 * 100vw);
  height: calc(64/1366 * 100vw);
  margin: 0 auto;
  color: #CFA774;
  border-radius: 50%; }

.video-button__icon {
  width: calc(24/1366 * 100vw);
  min-width: calc(24/1366 * 100vw);
  height: calc(32/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: calc(8/1366 * 100vw); }

.video {
  width: 100%;
  height: 100%; }

.video__wrapper {
  position: relative;
  width: 100%;
  height: 100%; }
.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
.video__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

@media screen and (max-width: 1000px) {
  .video-button__text {
    font-size: calc(14/900 * 100vw);
    padding-top: calc(14/900 * 100vw); }
  .video-button__circle {
    width: calc(64/900 * 100vw);
    height: calc(64/900 * 100vw); }
  .video-button__icon {
    width: calc(24/900 * 100vw);
    min-width: calc(24/900 * 100vw);
    height: calc(32/900 * 100vw);
    margin-left: calc(8/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .video-button__text {
    font-size: calc(14/320 * 100vw);
    padding-top: calc(14/320 * 100vw); }
  .video-button__circle {
    width: calc(64/320 * 100vw);
    height: calc(64/320 * 100vw); }
  .video-button__icon {
    width: calc(24/320 * 100vw);
    min-width: calc(24/320 * 100vw);
    height: calc(32/320 * 100vw);
    margin-left: calc(8/320 * 100vw); } }

.scroll-button {
  display: inline-block;
  color: #ffffff; }

.scroll-button__circle {
  width: calc(26/1366 * 100vw);
  height: calc(26/1366 * 100vw);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  border: 1px solid #ffffff;
  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;
  margin: 0 auto; }

.scroll-button__point {
  width: calc(6/1366 * 100vw);
  height: calc(6/1366 * 100vw);
  border-radius: 50%;
  background: #ffffff;
  display: block; }

.scroll-button__circle::after,
.scroll-button__circle::before {
  border-radius: calc(200/1366 * 100vw);
  border: 1px solid #fff;
  content: '';
  height: 200%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
  width: 200%;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.scroll-button__circle::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.scroll-button:hover .scroll-button__circle::after,
.scroll-button:hover .scroll-button__circle::before {
  -webkit-animation-name: preloader-pulse;
  animation-name: preloader-pulse; }

@-webkit-keyframes preloader-pulse {
  from {
    height: 200%;
    opacity: .9;
    visibility: visible;
    width: 200%; }
  to {
    height: 400%;
    opacity: 0;
    width: 400%; } }

@keyframes preloader-pulse {
  from {
    height: 200%;
    opacity: .9;
    visibility: visible;
    width: 200%; }
  to {
    height: 400%;
    opacity: 0;
    width: 400%; } }

.scroll-button__text {
  display: block;
  margin-top: calc(14/1366 * 100vw);
  font-weight: 600;
  font-size: calc(12/1366 * 100vw);
  letter-spacing: 0.18em;
  text-transform: uppercase; }

@media screen and (max-width: 1000px) {
  .scroll-button__circle {
    width: calc(26/900 * 100vw);
    height: calc(26/900 * 100vw); }
  .scroll-button__point {
    width: calc(6/900 * 100vw);
    height: calc(6/900 * 100vw); }
  .scroll-button__circle::after,
  .scroll-button__circle::before {
    border-radius: calc(200/900 * 100vw); }
  .scroll-button__text {
    margin-top: calc(14/900 * 100vw);
    font-size: calc(12/900 * 100vw); } }

@media screen and (max-width: 1000px) {
  .scroll-button__circle {
    width: calc(14/320 * 100vw);
    height: calc(14/320 * 100vw); }
  .scroll-button__point {
    width: calc(4/320 * 100vw);
    height: calc(4/320 * 100vw); }
  .scroll-button__circle::after,
  .scroll-button__circle::before {
    border-radius: calc(200/320 * 100vw); }
  .scroll-button__text {
    margin-top: calc(8/320 * 100vw);
    font-size: calc(8/320 * 100vw); } }

.start {
  color: #ffffff; }

.start__title {
  position: relative;
  padding-bottom: calc(20/1366 * 100vw);
  font-size: calc(88/1366 * 100vw);
  line-height: 1;
  font-family: 'Gotham-Medium';
  margin-bottom: calc(24/1366 * 100vw); }
.start__title::after {
  position: absolute;
  width: calc(48/1366 * 100vw);
  height: 2px;
  background: #FFFFFF;
  content: '';
  left: 50%;
  bottom: 0;
  margin-left: calc(-24/1366 * 100vw); }

.start__subtitle {
  font-size: calc(22/1366 * 100vw);
  font-family: 'Gotham-Medium';
  letter-spacing: 0.16em;
  margin-bottom: calc(12/1366 * 100vw); }

.start__text {
  font-size: calc(32/1366 * 100vw);
  line-height: 1;
  margin-bottom: calc(40/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .start__title {
    padding-bottom: calc(20/900 * 100vw);
    font-size: calc(88/900 * 100vw);
    margin-bottom: calc(24/900 * 100vw); }
  .start__title::after {
    width: calc(48/900 * 100vw);
    margin-left: calc(-24/900 * 100vw); }
  .start__subtitle {
    font-size: calc(22/900 * 100vw);
    margin-bottom: calc(12/900 * 100vw); }
  .start__text {
    font-size: calc(32/900 * 100vw);
    margin-bottom: calc(40/900 * 100vw); } }

@media screen and (max-width: 1000px) {
  .start__title {
    padding-bottom: calc(20/900 * 100vw);
    font-size: calc(88/900 * 100vw);
    margin-bottom: calc(24/900 * 100vw); }
  .start__title::after {
    width: calc(48/900 * 100vw);
    margin-left: calc(-24/900 * 100vw); }
  .start__subtitle {
    font-size: calc(22/900 * 100vw);
    margin-bottom: calc(12/900 * 100vw); }
  .start__text {
    font-size: calc(32/900 * 100vw);
    margin-bottom: calc(40/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .start__title {
    padding-bottom: calc(10/320 * 100vw);
    font-size: calc(40/320 * 100vw);
    margin-bottom: calc(12/320 * 100vw); }
  .start__title::after {
    width: calc(48/320 * 100vw);
    margin-left: calc(-24/320 * 100vw); }
  .start__subtitle {
    font-size: calc(12/320 * 100vw);
    margin-bottom: calc(12/320 * 100vw); }
  .start__text {
    font-size: calc(16/320 * 100vw);
    margin-bottom: calc(40/320 * 100vw); } }

.company__top {
  position: relative;
  padding: calc(103/1366 * 100vw) 0 calc(84/1366 * 100vw); }

.company__title {
  min-height: calc(100% - (33/1366 * 100vw));
  position: absolute;
  top: calc(103/1366 * 100vw);
  left: 0;
  width: 50%;
  background: #1F1E21;
  padding-bottom: calc(47/1366 * 100vw);
  z-index: 3; }
.company__title h3 {
  max-width: calc(515/1366 * 100vw); }

.company__text {
  max-width: calc(520/1366 * 100vw);
  line-height: 1.67;
  text-align: justify;
  font-size: calc(18/1366 * 100vw); }

.company__wrapper {
  padding-left: 50%;
  padding-top: calc(8/1366 * 100vw); }

.company__slider {
  margin-bottom: calc(33/1366 * 100vw); }

.company-bottom {
  padding-bottom: calc(32/1366 * 100vw); }
.company-bottom__text {
  margin-bottom: calc(10/1366 * 100vw);
  font-size: calc(22/1366 * 100vw);
  font-family: 'Gotham-Medium'; }

.company__arrow {
  width: calc(16/1366 * 100vw);
  height: calc(10/1366 * 100vw);
  margin: 0 auto;
  color: #CFA774; }

.company__slider .slider__arrow {
  bottom: calc(30/1366 * 100vw); }
.company__slider .slider__arrow_next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: calc(30/1366 * 100vw); }
.company__slider .slider__arrow_prev {
  right: calc(102/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .company__top {
    padding: calc(103/900 * 100vw) 0 calc(84/900 * 100vw); }
  .company__title {
    min-height: calc(100% - (33/900 * 100vw));
    top: calc(103/900 * 100vw);
    padding-bottom: calc(47/900 * 100vw); }
  .company__title h3 {
    max-width: calc(515/900 * 100vw); }
  .company__text {
    max-width: calc(520/900 * 100vw);
    font-size: calc(18/900 * 100vw); }
  .company__wrapper {
    padding-top: calc(8/900 * 100vw); }
  .company__slider {
    margin-bottom: calc(33/900 * 100vw); }
  .company-bottom {
    padding-bottom: calc(32/900 * 100vw); }
  .company-bottom__text {
    margin-bottom: calc(10/900 * 100vw);
    font-size: calc(22/900 * 100vw); }
  .company__arrow {
    width: calc(16/900 * 100vw);
    height: calc(10/900 * 100vw); }
  .company__slider .slider__arrow {
    bottom: calc(30/900 * 100vw); }
  .company__slider .slider__arrow_next {
    right: calc(30/900 * 100vw); }
  .company__slider .slider__arrow_prev {
    right: calc(102/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .company__top {
    padding: calc(40/320 * 100vw) 0 calc(20/320 * 100vw); }
  .company__title {
    position: static;
    top: 0;
    min-height: 1px;
    width: 100%;
    background: transparent;
    padding-bottom: calc(12/320 * 100vw); }
  .company__title h3 {
    max-width: 100%; }
  .company__text {
    max-width: 100%;
    font-size: calc(16/320 * 100vw); }
  .company__wrapper {
    padding: calc(8/320 * 100vw) 0 0; }
  .company__slider {
    margin-bottom: calc(33/320 * 100vw); }
  .company-bottom {
    padding-bottom: calc(32/320 * 100vw); }
  .company-bottom__text {
    margin-bottom: calc(10/320 * 100vw);
    font-size: calc(14/320 * 100vw); }
  .company__arrow {
    width: calc(8/320 * 100vw);
    height: calc(8/320 * 100vw); }
  .company__slider .slider__arrow {
    bottom: calc(20/320 * 100vw); }
  .company__slider .slider__arrow_next {
    right: calc(15/320 * 100vw); }
  .company__slider .slider__arrow_prev {
    right: calc(51/320 * 100vw); } }

.fields {
  position: relative; }
.fields.is-scroll .fields-nav {
  position: fixed;
  /*background-color: rgba(31,30,33,0.85);*/
}
.fields.is-finish .fields-nav {
  opacity: 0;
  position: absolute; }

.fields-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
.fields-nav__title {
  font-size: calc(14/1366 * 100vw);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: calc(18/1366 * 100vw); }

.fields-nav__wrapper {
  padding-top: calc(74/1366 * 100vw);
  padding-left: calc(80/1366 * 100vw);
  padding-bottom: calc(14/1366 * 100vw);
  width: calc(406/1366 * 100vw);
  /*height: calc(406/1366 * 100vw);*/
  background: url(img/decor.svg);
  background-size: 100%; }

.fields-menu__item:not(:last-child) {
  margin-bottom: calc(15/1366 * 100vw); }

.fields-menu__link {
  font-family: 'Playfair Display', serif;
  font-size: calc(28/1366 * 100vw);
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: calc(30/1366 * 100vw);
  position: relative;
  display: inline-block; }
.fields-menu__link::before {
  content: '';
  width: calc(6/1366 * 100vw);
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.fields-menu__link.is-active {
  font-size: calc(32/1366 * 100vw);
  opacity: 1; }

.fields-slider__image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover; }

.fields-slider__item {
  position: relative; }

.fields-slider__inner {
  width: 100%;
  height: 100vh; }

.fields-slider__arrows {
  position: absolute;
  bottom: calc(79/1366 * 100vw);
  right: calc(80/1366 * 100vw);
  z-index: 10; }
.fields-slider__arrows .slider-swiper__arrow_prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }
.fields-slider__arrows .slider-swiper__arrow_next {
  margin-top: calc(24/1366 * 100vw);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.fields-slider__content {
  position: absolute;
  bottom: calc(79/1366 * 100vw);
  left: calc(80/1366 * 100vw);
  z-index: 10; }

.fields-slider__text {
  max-width: calc(424/1366 * 100vw);
  line-height: 1.75;
  margin-bottom: calc(24/1366 * 100vw);
  text-align: justify; }

@media screen and (max-width: 1000px) {
  .fields-nav__title {
    font-size: calc(14/900 * 100vw);
    margin-bottom: calc(18/900 * 100vw); }
  .fields-nav__wrapper {
    padding-top: calc(40/900 * 100vw);
    padding-bottom: calc(14/900 * 100vw);
    padding-left: calc(15/900 * 100vw);
    width: calc(350/900 * 100vw);
    /*height: calc(350/900 * 100vw);*/ }
  .fields-menu__item:not(:last-child) {
    margin-bottom: calc(15/900 * 100vw); }
  .fields-menu__link {
    font-size: calc(28/900 * 100vw);
    padding-left: calc(30/900 * 100vw); }
  .fields-menu__link::before {
    width: calc(6/900 * 100vw);
    height: 1px; }
  .fields-menu__link.is-active {
    font-size: calc(32/900 * 100vw); }
  .fields-slider__arrows {
    bottom: calc(40/900 * 100vw);
    right: calc(15/900 * 100vw); }
  .fields-slider__arrows .slider-swiper__arrow_next {
    margin-top: calc(24/900 * 100vw); }
  .fields-slider__content {
    bottom: calc(40/900 * 100vw);
    left: calc(15/1366 * 100vw); }
  .fields-slider__text {
    max-width: calc(424/900 * 100vw);
    margin-bottom: calc(24/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .fields-nav__title {
    font-size: calc(12/320 * 100vw);
    margin-bottom: calc(10/320 * 100vw); }
  .fields-nav__wrapper {
    padding-top: calc(20/320 * 100vw);
    padding-bottom: calc(14/320 * 100vw);
    padding-left: 15px;
    width: calc(200/320 * 100vw);
    /*height: calc(200/320 * 100vw);*/ }
  .fields-menu__item:not(:last-child) {
    margin-bottom: calc(8/320 * 100vw); }
  .fields-menu__link {
    font-size: calc(24/320 * 100vw);
    padding-left: calc(14/320 * 100vw); }
  .fields-menu__link::before {
    width: calc(6/320 * 100vw);
    height: 1px; }
  .fields-menu__link.is-active {
    font-size: calc(28/320 * 100vw); }
  .fields-slider__arrows {
    bottom: calc(20/320 * 100vw);
    right: 15px; }
  .fields-slider__arrows .slider-swiper__arrow_next {
    margin-top: calc(12/320 * 100vw); }
  .fields-slider__content {
    bottom: calc(20/320 * 100vw);
    left: 15px; }
  .fields-slider__text {
    max-width: 100%;
    margin-bottom: calc(12/320 * 100vw);
    padding-right: calc(60/320 * 100vw); } }

.about {
  padding: calc(100/1366 * 100vw) 0 calc(80/1366 * 100vw); }

.about-person {
  position: relative;
  /*width: calc(426/1366 * 100vw);*/
  margin-bottom: calc(68/1366 * 100vw); }
.about-person .image-overflow {
  z-index: 2; }

.about-person__info {
  width: 65%;
  min-height: calc(70/1366 * 100vw);
  padding: calc(24/1366 * 100vw) calc(24/1366 * 100vw) 0 calc(2/1366 * 100vw);
  /*position: absolute;*/
  /*bottom: calc(-17/1366 * 100vw);*/
  /*left: calc(-2/1366 * 100vw);*/
  background: #1F1E21; }
.about-person__info h6 {
  margin-bottom: calc(4/1366 * 100vw); }

.about-person__position {
  font-size: calc(18/1366 * 100vw);
  color: #FFFFFF;
  opacity: 0.5;
  font-family: 'Playfair Display', serif; }

.about__persons {
  max-width: calc(754/1366 * 100vw);
  margin: 0 auto; }

.about__text {
  margin-bottom: calc(60/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .about {
    padding: calc(100/900 * 100vw) 0 calc(80/900 * 100vw); }
  .about-person {
    width: calc(426/900 * 100vw);
    margin-bottom: calc(68/900 * 100vw); }
  .about-person__info {
    min-height: calc(70/900 * 100vw);
    padding: calc(24/900 * 100vw) calc(24/900 * 100vw) 0 calc(2/900 * 100vw);
    bottom: calc(-17/900 * 100vw);
    left: calc(-2/900 * 100vw); }
  .about-person__info h6 {
    margin-bottom: calc(4/900 * 100vw); }
  .about-person__position {
    font-size: calc(18/900 * 100vw); }
  .about__persons {
    max-width: calc(754/900 * 100vw); }
  .about__text {
    margin-bottom: calc(60/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .about {
    padding: calc(40/320 * 100vw) 0; }
  .about-person {
    width: 100%;
    margin-bottom: calc(68/320 * 100vw); }
  .about-person__info {
    width: 88%;
    min-height: calc(70/320 * 100vw);
    padding: calc(24/320 * 100vw) calc(24/320 * 100vw) 0 calc(2/320 * 100vw);
    bottom: calc(-17/320 * 100vw);
    left: calc(-2/320 * 100vw); }
  .about-person__info h6 {
    margin-bottom: calc(4/320 * 100vw); }
  .about-person__position {
    font-size: calc(18/320 * 100vw); }
  .about__persons {
    max-width: calc(754/320 * 100vw); }
  .about__text {
    margin-bottom: calc(60/320 * 100vw); } }

.news {
  padding-top: calc(106/1366 * 100vw);
  position: relative;
  z-index: 2; }

.news__link {
  padding-top: calc(24/1366 * 100vw); }

.news__top {
  margin-bottom: calc(64/1366 * 100vw); }

.news-circle {
  position: absolute;
  top: calc(36/1366 * 100vw);
  right: calc(128/1366 * 100vw);
  width: calc(226/1366 * 100vw);
  height: calc(226/1366 * 100vw);
  opacity: 0.1;
  border: 1px solid #FFFFFF;
  border-radius: 50%; }
.news-circle::after {
  content: '';
  position: absolute;
  width: calc(10/1366 * 100vw);
  height: calc(10/1366 * 100vw);
  background: #ffffff;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.news-item {
  padding-bottom: calc(170/1366 * 100vw);
  position: relative; }

.news-item__image {
  position: relative;
  display: block; }
.news-item__image img {
  width: 100%;
  display: block; }

.news-item__overlay {
  position: absolute;
  background: rgba(31, 30, 33, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  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; }

.news-item__content {
  position: absolute;
  z-index: 5;
  width: 78%;
  min-height: calc(240/1366 * 100vw);
  background: #28272B;
  padding: calc(24/1366 * 100vw) calc(22/1366 * 100vw) calc(26/1366 * 100vw) calc(2/1366 * 100vw);
  bottom: 0;
  left: calc(-2/1366 * 100vw); }

.news-item__info {
  font-size: calc(12/1366 * 100vw);
  letter-spacing: 0.1em;
  margin-bottom: calc(10/1366 * 100vw); }

.news-item__text {
  font-family: 'Playfair Display', serif;
  font-size: calc(18/1366 * 100vw);
  line-height: 1.44;
  text-align: justify; }

.news-item:hover .news-item__overlay {
  opacity: 1; }

.news-list .news-item__content {
  background: #1F1E21;
  min-height: calc(180/1366 * 100vw); }

.news-list .news-item {
  padding-bottom: calc(110/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .news {
    padding-top: calc(106/900 * 100vw); }
  .news__link {
    padding-top: calc(24/900 * 100vw); }
  .news__top {
    margin-bottom: calc(64/900 * 100vw); }
  .news-circle {
    top: calc(36/900 * 100vw);
    right: calc(100/900 * 100vw);
    width: calc(226/900 * 100vw);
    height: calc(226/900 * 100vw); }
  .news-circle::after {
    width: calc(10/900 * 100vw);
    height: calc(10/900 * 100vw); }
  .news-item {
    padding-bottom: calc(170/900 * 100vw); }
  .news-item__content {
    width: 88%;
    min-height: calc(240/900 * 100vw);
    padding: calc(24/900 * 100vw) calc(22/900 * 100vw) calc(26/900 * 100vw) calc(2/900 * 100vw);
    left: calc(-2/900 * 100vw); }
  .news-item__info {
    font-size: calc(12/900 * 100vw);
    margin-bottom: calc(10/900 * 100vw); }
  .news-item__text {
    font-size: calc(16/900 * 100vw); }
  .news-list .news-item__content {
    min-height: calc(180/900 * 100vw); }
  .news-list .news-item {
    padding-bottom: calc(110/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .news {
    padding-top: calc(40/320 * 100vw); }
  .news__link {
    padding-top: 0; }
  .news__top {
    margin-bottom: calc(40/320 * 100vw); }
  .news-circle {
    display: none; }
  .news-item {
    padding-bottom: calc(40/320 * 100vw);
    margin-bottom: calc(40/320 * 100vw); }
  .news-item__content {
    width: 88%;
    min-height: 0;
    padding: calc(24/320 * 100vw) calc(22/320 * 100vw) calc(26/320 * 100vw) calc(2/320 * 100vw);
    left: calc(-2/320 * 100vw); }
  .news-item__info {
    font-size: calc(12/320 * 100vw);
    margin-bottom: calc(10/320 * 100vw); }
  .news-item__text {
    font-size: calc(16/320 * 100vw); }
  .news-item__overlay {
    opacity: 1; }
  .news-list .news-item__content {
    min-height: 0; }
  .news-list .news-item {
    padding-bottom: calc(40/1366 * 100vw); } }

.join {
  padding: calc(160/1366 * 100vw) 0 calc(170/1366 * 100vw);
  position: relative; }
.join::before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(102/1366 * 100vw);
  top: 0;
  left: 50%;
  background: #CFA774;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.join__top {
  margin-bottom: calc(48/1366 * 100vw); }

.join__text {
  margin: 0 auto calc(30/1366 * 100vw);
  max-width: calc(755/1366 * 100vw);
  line-height: 1.75;
  text-align: justify; }

@media screen and (max-width: 1000px) {
  .join {
    padding: calc(160/900 * 100vw) 0 calc(170/900 * 100vw); }
  .join::before {
    height: calc(102/900 * 100vw); }
  .join__top {
    margin-bottom: calc(48/900 * 100vw); }
  .join__text {
    margin: 0 auto calc(30/900 * 100vw);
    max-width: calc(755/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .join {
    padding: calc(80/320 * 100vw) 0 calc(40/320 * 100vw); }
  .join::before {
    height: calc(50/320 * 100vw); }
  .join__top {
    margin-bottom: calc(48/320 * 100vw); }
  .join__text {
    margin: 0 auto calc(30/320 * 100vw);
    max-width: none; } }

.awards {
  padding: calc(118/1366 * 100vw) 0 calc(120/1366 * 100vw); }

.awards__image {
  margin: 0 auto calc(8/1366 * 100vw);
  width: calc(60/1366 * 100vw); }
.awards__image img {
  width: 100%; }

.awards__item {
  margin-bottom: calc(48/1366 * 100vw); }

.awards__name {
  font-family: 'Playfair Display', serif;
  font-size: calc(18/1366 * 100vw); }

.awards__subtitle {
  margin-bottom: calc(48/1366 * 100vw); }

.awards__title {
  margin-bottom: calc(55/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .awards {
    padding: calc(40/900 * 100vw) 0; }
  .awards__image {
    margin: 0 auto calc(8/900 * 100vw);
    width: calc(60/900 * 100vw); }
  .awards__item {
    margin-bottom: calc(48/900 * 100vw); }
  .awards__name {
    font-size: calc(18/900 * 100vw); }
  .awards__subtitle {
    margin-bottom: calc(48/900 * 100vw); }
  .awards__title {
    margin-bottom: calc(55/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .awards {
    padding: calc(40/320 * 100vw) 0; }
  .awards__image {
    margin: 0 auto calc(8/320 * 100vw);
    width: calc(60/320 * 100vw); }
  .awards__item {
    margin-bottom: calc(24/320 * 100vw); }
  .awards__item:last-child {
    margin-bottom: calc(48/320 * 100vw); }
  .awards__name {
    font-size: calc(18/320 * 100vw); }
  .awards__subtitle {
    margin-bottom: calc(48/320 * 100vw); }
  .awards__title {
    margin-bottom: calc(55/320 * 100vw); } }

.unit {
  height: 100vh;
  position: relative;
  display: block; }

.unit-single__top {
  margin-bottom: calc(32/1366 * 100vw); }
.unit-single__top h3 {
  margin-bottom: calc(8/1366 * 100vw); }

.unit__title {
  font-size: calc(48/1366 * 100vw);
  line-height: 1.17;
  letter-spacing: -0.02em;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  display: block; }

.unit__image {
  display: block;
  height: 100%; }
.unit__image .section-overlay {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  left: 0;
  right: 0; }
.unit__image .section-overlay img {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  height: 100%;
  max-width: none;
  width: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.unit__content {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.unit__button {
  display: block;
  height: 0;
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.unit:hover {
  z-index: 10; }
.unit:hover .unit__button {
  height: calc(30/1366 * 100vw);
  padding-top: calc(18/1366 * 100vw);
  opacity: 1; }
.unit:hover .unit__image .section-overlay {
  left: -15%;
  width: 130%; }
.unit:hover .unit__image .section-overlay::after {
  opacity: 0.4; }

.unit-single {
  padding-top: calc(60/1366 * 100vw); }
.unit-single .content {
  position: relative;
  z-index: 6; }

.unit-single__text {
  max-width: calc(1096/1366 * 100vw);
  margin-bottom: calc(32/1366 * 100vw); }
.unit-single__text p {
  font-size: calc(18/1366 * 100vw);
  text-align: justify;
  line-height: 1.67; }

.unit-single__text_mb {
  margin-bottom: calc(80/1366 * 100vw); }

.unit-single__text_mb-small {
  margin-bottom: calc(20/1366 * 100vw); }

.unit-single__bottom {
  max-width: calc(1096/1366 * 100vw); }

.unit-single__bottom_mb {
  margin-bottom: calc(62/900 * 100vw); }

.unit-single__image {
  position: relative;
  padding: calc(88/1366 * 100vw) 0; }

.unit-single__image img {
  width: 100%; }

.unit-single__image_mb {
  margin-bottom: calc(62/1366 * 100vw); }

.unit-single-list__part:not(:last-child) {
  margin-bottom: calc(80/1366 * 100vw); }

.unit-single-list__wrapper {
  padding: 0 calc(24/1366 * 100vw) 0 calc(76/1366 * 100vw); }
.unit-single-list__wrapper h3 {
  letter-spacing: -0.06em; }

.g-row_reverse .unit-single-list__wrapper {
  padding: 0 calc(76/1366 * 100vw) 0 calc(24/1366 * 100vw); }

.unit-single__logo {
  margin-bottom: calc(20/1366 * 100vw); }

.unit-single-list__image img {
  width: 100%; }

.unit-single-list__logo {
  margin-top: calc(60/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .unit__title {
    font-size: calc(32/900 * 100vw); }
  .unit-single__top {
    margin-bottom: calc(32/900 * 100vw); }
  .unit-single__top h3 {
    margin-bottom: calc(8/900 * 100vw); }
  .unit:hover .unit__button {
    height: calc(30/900 * 100vw);
    padding-top: calc(18/900 * 100vw); }
  .unit-single {
    padding-top: calc(60/900 * 100vw); }
  .unit-single__text {
    max-width: 100%;
    margin-bottom: calc(32/900 * 100vw); }
  .unit-single__text p {
    font-size: calc(18/900 * 100vw); }
  .unit-single__text_mb {
    margin-bottom: calc(80/900 * 100vw); }
  .unit-single__text_mb-small {
    margin-bottom: calc(20/900 * 100vw); }
  .unit-single__bottom {
    max-width: 100%; }
  .unit-single__bottom_mb {
    margin-bottom: calc(40/900 * 100vw); }
  .unit-single__image {
    padding: calc(88/900 * 100vw) 0; }
  .unit-single__image_mb {
    margin-bottom: calc(62/900 * 100vw); }
  .unit-single-list__part:not(:last-child) {
    margin-bottom: calc(80/900 * 100vw); }
  .unit-single-list__wrapper {
    padding: 0 calc(24/900 * 100vw) 0 calc(76/900 * 100vw); }
  .g-row_reverse .unit-single-list__wrapper {
    padding: 0 calc(76/900 * 100vw) 0 calc(24/900 * 100vw); }
  .unit-single__logo {
    margin-bottom: calc(24/900 * 100vw); }
  .unit-single-list__logo {
    margin-top: calc(60/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .unit__title {
    font-size: calc(26/320 * 100vw); }
  .unit-single__top {
    margin-bottom: calc(32/320 * 100vw); }
  .unit-single__top h3 {
    margin-bottom: calc(8/320 * 100vw); }
  .unit:hover .unit__button {
    height: calc(30/320 * 100vw);
    padding-top: calc(18/320 * 100vw); }
  .unit__button {
    height: calc(30/320 * 100vw);
    padding-top: calc(18/320 * 100vw);
    opacity: 1; }
  .unit-single {
    padding-top: calc(40/320 * 100vw); }
  .unit-single__text {
    margin-bottom: 0; }
  .unit-single__text p {
    font-size: calc(16/320 * 100vw); }
  .unit-single__text_mb {
    margin-bottom: 0; }
  .unit-single__text_mb-small {
    margin-bottom: 0; }
  .unit-single__text p {
    margin-bottom: calc(20/320 * 100vw); }
  .unit-single__bottom_mb,
  .unit-single__bottom {
    margin-bottom: calc(40/320 * 100vw); }
  .unit-single__image {
    padding: calc(20/320 * 100vw) 0; }
  .unit-single__image_mb {
    margin-bottom: calc(20/320 * 100vw); }
  .unit-single-list__part:not(:last-child) {
    margin-bottom: calc(20/320 * 100vw); }
  .unit-single-list__image {
    margin-bottom: calc(30/320 * 100vw); }
  .unit-single-list__wrapper {
    padding: 0; }
  .g-row_reverse .unit-single-list__wrapper {
    padding: 0 0 calc(20/320 * 100vw); }
  .unit-single__logo {
    margin-bottom: calc(16/320 * 100vw); }
  .unit-single__button {
    margin-bottom: calc(30/320 * 100vw); }
  .unit-single-list__logo {
    margin-top: calc(24/1366 * 100vw); } }

.soc__title {
  margin-bottom: calc(12/1366 * 100vw); }

.soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc(-9/1366 * 100vw); }

.soc-list__item {
  padding: 0 calc(9/1366 * 100vw); }

.soc__link {
  display: block;
  color: #CFA774; }
.soc__link:hover {
  opacity: 0.7; }

.soc__icon {
  display: block;
  width: calc(32/1366 * 100vw);
  height: calc(32/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .soc__title {
    margin-bottom: calc(12/900 * 100vw); }
  .soc-list {
    margin: 0 calc(-9/900 * 100vw); }
  .soc-list__item {
    padding: 0 calc(9/900 * 100vw); }
  .soc__icon {
    width: calc(32/900 * 100vw);
    height: calc(32/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .soc__title {
    margin-bottom: calc(12/320 * 100vw); }
  .soc-list {
    margin: 0 calc(-9/320 * 100vw); }
  .soc-list__item {
    padding: 0 calc(9/320 * 100vw); }
  .soc__icon {
    width: calc(32/320 * 100vw);
    height: calc(32/320 * 100vw); } }

.burger {
  position: relative;
  width: calc(18/320 * 100vw);
  min-width: calc(18/320 * 100vw);
  height: calc(14/320 * 100vw);
  display: block;
  cursor: pointer; }

.burger__line {
  position: absolute;
  width: calc(14/320 * 100vw);
  height: calc(1/320 * 100vw);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  background: #ffffff;
  left: 0;
  top: 50%;
  margin-top: calc(-0.5/320 * 100vw); }

.burger__line::before,
.burger__line::after {
  content: '';
  width: calc(18/320 * 100vw);
  height: calc(1/320 * 100vw);
  background: #ffffff;
  position: absolute;
  left: 0; }

.burger__line::before {
  top: calc(5/320 * 100vw);
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease; }

.burger__line::after {
  bottom: calc(5/320 * 100vw);
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.jobs-top {
  margin-bottom: calc(12/1366 * 100vw); }
.jobs-top .button {
  height: calc(56/1366 * 100vw);
  font-size: calc(16/1366 * 100vw); }

.jobs-top__text {
  max-width: calc(649/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .jobs-top {
    margin-bottom: calc(40/900 * 100vw); }
  .jobs-top .button {
    height: calc(56/900 * 100vw);
    font-size: calc(16/900 * 100vw); }
  .jobs-top__text {
    max-width: calc(649/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .jobs-top {
    margin-bottom: calc(30/320 * 100vw); }
  .jobs-top .button {
    height: calc(48/320 * 100vw);
    font-size: calc(14/320 * 100vw);
    width: 100%; }
  .jobs-top__text {
    max-width: 100%;
    margin-bottom: calc(20/320 * 100vw); } }

.contacts-page {
  padding-bottom: calc(107/1366 * 100vw); }

.contacts-map {
  height: 100%; }
@media screen and (max-width: 700px) {
  #map {
    height: 75vh; }
  .contacts-map {
    margin-bottom: calc(40/320 * 100vw);;
  }
}

.contacts-info {

  padding: 0 calc(80/1366 * 100vw);
  font-size: calc(11/1366 * 100vw);
  line-height: 1.71;
  color: #AAAAAA; 

}

.contacts-info__item {
  cursor: pointer; }
.contacts-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts-info__item:not(:last-child) {
  margin-bottom: calc(32/1366 * 100vw);
    /* Add Bolit ODE 20220112 */
  min-width: 600px;
}
.contacts-info__item.is-active .contacts-info__corner {
  opacity: 1; }

.contacts-info__image {
  position: relative;
  width: calc(194/1366 * 100vw);
  min-width: calc(194/1366 * 100vw);
  margin-right: calc(32/1366 * 100vw); }
.contacts-info__image img {
  width: 100%; }

.contacts-info__corner {
  width: calc(32/1366 * 100vw);
  height: calc(32/1366 * 100vw);
  background: url(img/corner.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0; }

.contacts-info__title {
  font-size: calc(20/1366 * 100vw);
  margin-bottom: calc(8/1366 * 100vw);
  font-family: 'Gotham-Medium'; }

.contacts-info__adress {
  /* Add Bolit ODE 20220112 */
  max-width: 550px;
  margin-bottom: calc(12/1366 * 100vw);
  /* max-width: calc(210/1366 * 100vw);  */
}

.contacts__info {
  margin-bottom: calc(8/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .contacts-page {
    padding-bottom: calc(107/900 * 100vw); }
  .contacts-info {
    padding: 0 calc(15/900 * 100vw);
    font-size: calc(14/900 * 100vw); }
  .contacts-info__text {
    max-width: calc(210/900 * 100vw); }
  .contacts-info__item {
    /* display: block; */
  
    display: flex;
    flex-direction: column;
    align-items: center;
   }
  .contacts-info__item:not(:last-child) {
    margin-bottom: calc(32/900 * 100vw);
    /* Add Bolit ODE 20220112 */
    min-width: 225px;
  }
  .contacts-info__image {
    width: calc(194/900 * 100vw);
    min-width: calc(194/900 * 100vw);
    margin: 0 auto calc(16/900 * 100vw);
    min-height: 155px;
    overflow-y: hidden;  
  }
  .contacts-info__title {
    /* Add Bolit ODE 20220112 */
    font-size: 20px;
    /* font-size: calc(24/900 * 100vw); */
    margin-bottom: calc(8/900 * 100vw); }
  .contacts-info__adress {
    /* Add Bolit ODE 20220112 */
    max-width: 225px;
    margin-bottom: calc(12/900 * 100vw);
    /* max-width: calc(210/900 * 100vw);  */
  }
  .contacts__info {
    margin-bottom: calc(8/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .contacts-page {
    padding-bottom: calc(40/320 * 100vw); }
  .contacts-info {
    padding: 0 25px;
    font-size: 12px;
    /* font-size: calc(14/400 * 100vw);  */
  }
  .contacts-info__text {
    max-width: 100%; }
  /* .contacts-info__item:not(:last-child) {
    margin-bottom: calc(32/320 * 100vw);
    /* Add Bolit ODE 20220112 */
    /* min-width: 225px;
    margin-left: 10px; */
    
  /* }  */
  
  .contacts-info__item {
    margin-bottom: calc(32/320 * 100vw);
    /* Add Bolit ODE 20220112 */
    min-width: 225px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contacts-info__image {
    width: 100%;
    /* width: calc(194/320 * 100vw);
    min-width: calc(194/320 * 100vw); */
    margin: 0 auto calc(16/320 * 100vw);
    min-height: 225px;
    overflow-y: hidden; 

   }
  .contacts-info__title {
    /* Add Bolit ODE 20220112 */
    font-size: 15px;
    /* font-size: calc(24/320 * 100vw); */
    margin-bottom: calc(8/320 * 100vw); }
  .contacts-info__adress {
    /* Add Bolit ODE 20220112 */
    max-width: 225px;
    margin-bottom: calc(12/320 * 100vw);
    /* max-width: calc(210/320 * 100vw);  */
  }
  .contacts__info {
    margin-bottom: calc(8/320 * 100vw); } }

.news-details__info {
  font-size: calc(18/1366 * 100vw);
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: calc(30/1366 * 100vw); }

.news-details__title {
  font-family: 'Gotham-Medium';
  font-size: calc(64/1366 * 100vw);
  line-height: 1.12;
  letter-spacing: -0.01em;
  max-width: calc(1110/1366 * 100vw); }

.news-details__text {
  font-family: 'Gotham-Book';
  padding: calc(64/1366 * 100vw) 0;
  background: #ffffff;
  color: #1F1E21; }
.news-details__text a {
  color: #CFA774; }
.news-details__text a:hover {
  text-decoration: underline; }

.news-details__text .page-block * {
  text-align: justify;
}

.news-details__text .page-block img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.news-details__video {
  background: #ffffff; }
.news-details__video .video__wrapper {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  z-index: 2; }

.news-details__image {
  margin: calc(64/1366 * 100vw) auto;
  text-align: center;
  max-width: calc(1010/1366 * 100vw); }

@media screen and (max-width: 1000px) {
  .news-details__info {
    font-size: calc(18/900 * 100vw);
    margin-bottom: calc(30/900 * 100vw); }
  .news-details__title {
    font-size: calc(64/900 * 100vw);
    max-width: 100%; }
  .news-details__text {
    padding: calc(64/900 * 100vw) 0; }
  .news-details__text .video {
    margin: calc(60/900 * 100vw) 0; }
  .news-details__image {
    margin: calc(64/900 * 100vw) 0;
    max-width: 100%; } }

@media screen and (max-width: 700px) {
  .news-details__info {
    font-size: calc(14/320 * 100vw);
    margin-bottom: calc(30/320 * 100vw); }
  .news-details__title {
    font-size: calc(36/320 * 100vw); }
  .news-details__text {
    padding: calc(40/320 * 100vw) 0; }
  .news-details__text .video {
    margin: calc(30/320 * 100vw) 0; }
  .news-details__image {
    margin: calc(30/320 * 100vw) 0;
    text-align: center; }
  .news-details__image img {
    max-width: 100%; } }

.quote {
  padding-left: calc(68/1366 * 100vw);
  background-image: url(img/quote.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: calc(40/1366 * 100vw);
  margin: calc(46/1366 * 100vw) 0 calc(40/1366 * 100vw); }

.quote__text {
  font-family: 'Playfair Display', serif;
  font-size: calc(22/1366 * 100vw);
  line-height: 1.82;
  min-height: calc(36/1366 * 100vw);
  margin-bottom: calc(22/1366 * 100vw); }

.quote__author {
  font-weight: 500;
  padding-left: calc(54/1366 * 100vw);
  position: relative;
  font-family: 'Gotham-Medium'; }
.quote__author::after {
  position: absolute;
  height: 1px;
  width: calc(30/1366 * 100vw);
  top: calc(13/1366 * 100vw);
  left: 0;
  content: '';
  background: #CFA774; }

@media screen and (max-width: 1000px) {
  .quote {
    padding-left: calc(68/900 * 100vw);
    background-size: calc(40/900 * 100vw);
    margin: calc(46/900 * 100vw) 0 calc(36/900 * 100vw); }
  .quote__text {
    font-size: calc(22/900 * 100vw);
    min-height: calc(36/900 * 100vw);
    margin-bottom: calc(22/900 * 100vw); }
  .quote__author {
    padding-left: calc(54/900 * 100vw); }
  .quote__author::after {
    position: absolute;
    height: 1px;
    width: calc(30/900 * 100vw);
    top: calc(13/900 * 100vw); } }

@media screen and (max-width: 700px) {
  .quote {
    padding-left: calc(40/320 * 100vw);
    background-size: calc(30/320 * 100vw);
    margin: calc(20/320 * 100vw) 0 calc(20/320 * 100vw); }
  .quote__text {
    font-size: calc(16/320 * 100vw);
    min-height: calc(36/320 * 100vw);
    margin-bottom: calc(20/320 * 100vw); }
  .quote__author {
    padding-left: calc(54/320 * 100vw); }
  .quote__author::after {
    position: absolute;
    height: 1px;
    width: calc(30/320 * 100vw);
    top: calc(13/320 * 100vw); } }

.section-overlay_video {
  overflow: hidden;
}
.section-overlay_video video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.popup_details {
  background: #ffffff;
  color: #1F1E21;
}
.popup_details .popup__wrapper {
  min-height: 100%;
  overflow-x: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup__header {
  padding: calc(30/1366 * 100vw) calc(30/1366 * 100vw) calc(8/1366 * 100vw);
  width: 100%;
}
.popup__content {
  width: 100%;
  position: relative;
}
.popup__header .logo {
  width: calc(110/1366 * 100vw);
  height: calc(94/1366 * 100vw);
  margin-top: calc(10/1366 * 100vw);
}
.popup__header .popup-close {
  position: static;
  top: 0;
  right: 0;
  width: calc(48/1366 * 100vw);
  height: calc(48/1366 * 100vw);
  color: #1F1E21;
  border: 1px solid #1F1E21;
}
.popup__form {
  background: #1F1E21;
  position: relative;
  color: #ffffff;
  padding: calc(120/1366 * 100vw) 0 calc(52/1366 * 100vw);
}
.popup__form .object {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
.popup__form .object.object_left {
  top: calc(41/1366 * 100vw);
  left: 0;
  background-image: url("../images/popup/jobs/object-left.svg");
  width: calc(113/1366 * 100vw);
  height: calc(226/1366 * 100vw);
}
.popup__form .object.object_right {
  top: calc(31/1366 * 100vw);
  right: 0;
  background-image: url("../images/popup/jobs/object-right.svg");
  width: calc(195/1366 * 100vw);
  height: calc(390/1366 * 100vw);
}
.popup__form .form__group_last .button {
  height: calc(56/1366 * 100vw);
  font-size: calc(16/1366 * 100vw);
}
@media screen and (max-width: 1023px) {
  .popup__form .object {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .popup__header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .popup__form .form__group_last .button {
    height: calc(42/480 * 100vw);
    font-size: calc(16/480 * 100vw);
  }
}
.popup__text {
  position: relative;
  padding-bottom: calc(34/1366 * 100vw);
}
.form__group {
  margin-bottom: calc(24/1366 * 100vw);
}
@media screen and (max-width: 700px) {
  .form__group {
    margin-bottom: calc(18/480 * 100vw);
  }
}
.input-wrapper {
  position: relative;
}
.input-label {
  position: absolute;
  font-size: calc(18/1366 * 100vw);
  letter-spacing: 0.001em;
  top: calc(27/1366 * 100vw);
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input-label.is-up {
  top: 0;
  font-size: 14px;
  opacity: 0.5;
}
.input {
  display: block;
  width: 100%;
  font-size: calc(18/1366 * 100vw);
  font-family: 'Gotham-Light';
  color: #ffffff;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  padding: calc(27/1366 * 100vw) 0 calc(14/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input:focus,
.input:active {
  border-color: #ffffff;
}
.input_text {
  resize: none;
  height: calc(100/1366 * 100vw);
}
@media screen and (max-width: 700px) {
  .input {
    font-size: calc(18/480 * 100vw);
  }
  .input-label {
    top: 0;
    font-size: calc(18/480 * 100vw);
  }
  .input-label.is-up {
    top: -7px;
    font-size: 11px;
  }
}
.file {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.file__block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(56/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 calc(24/1366 * 100vw);
}
.file:not(.file_active) {
  border: 1px dashed rgba(255, 255, 255, 0.3);
}
.file.file_active {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.file__block:hover {
  border-color: #ffffff;
}
.file__block input {
  border-color: #ffffff;
}
.file__icon {
  display: block;
  width: calc(22/1366 * 100vw);
  height: calc(23/1366 * 100vw);
  margin-right: calc(19/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.file__clear {
  display: block;
  width: calc(14/1366 * 100vw);
  height: calc(14/1366 * 100vw);
  margin-left: calc(26/1366 * 100vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.file__wrap {
  margin-bottom: calc(24/1366 * 100vw);
}
.file:not(:last-child) {
  margin-right: calc(34/1366 * 100vw);
}
.file__text {
  font-size: calc(18/1366 * 100vw);
}
@media screen and (max-width: 700px) {
  .file__block {
    height: calc(42/480 * 100vw);
    padding: 0 calc(24/480 * 100vw);
  }
  .file__text {
    font-size: calc(16/480 * 100vw);
  }
  .file__icon {
    width: calc(22/480 * 100vw);
    height: calc(23/480 * 100vw);
  }
  .file__clear {
    width: calc(14/480 * 100vw);
    height: calc(14/480 * 100vw);
  }
}

.news-item .news-item__image{
  padding-bottom: 70%;
}
.news-item .news-item__image img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}