@charset "UTF-8";
/*  Roboto Condensed  */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap");
/*  Roboto   */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&family=Roboto:wght@300;700&display=swap");
/* line 32, ../scss/style.scss */
html {
  padding: 0;
  margin: 0;
  font-size: 110%;
  scroll-behavior: smooth;
}

/* line 37, ../scss/style.scss */
body {
  padding: 0;
  margin: 0;
  background: #222;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #939393;
  line-height: 1.4;
  font-size: 1em;
  --pad: 7em;
  --incon-h: 1.4em;
}
@media (max-width: 1025px) {
  /* line 37, ../scss/style.scss */
  body {
    --pad: 8em;
  }
}
@media (max-width: 640px) {
  /* line 37, ../scss/style.scss */
  body {
    font-size: .75em;
    --pad: 5em;
    --incon-h: 1em;
  }
}

/* line 58, ../scss/style.scss */
a {
  transition: color ease .3s;
}

/* line 61, ../scss/style.scss */
a:link, a:visited {
  color: #bbb;
  text-decoration: underline;
}

/* line 65, ../scss/style.scss */
a:hover, a:active {
  color: #fff;
}

/* line 69, ../scss/style.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* line 75, ../scss/style.scss */
hr {
  margin: 1em 0;
  padding: 0;
  height: 0;
  overflow: hidden;
  border: none;
  border-top: 1px solid #565656;
}

/* line 83, ../scss/style.scss */
p {
  padding: 0;
  margin: 1rem 0;
  line-height: inherit;
}
/* line 86, ../scss/style.scss */
p:last-child {
  margin-bottom: 0;
}

/* line 90, ../scss/style.scss */
h1, h2, h3, h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4em;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  padding: 0;
  margin: 2.5rem 0 1rem 0;
  color: #e0ce96;
  line-height: 1;
}
/* line 99, ../scss/style.scss */
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
  margin-top: 0;
}
@media (max-width: 1025px) {
  /* line 90, ../scss/style.scss */
  h1, h2, h3, h4 {
    font-size: 4em;
  }
}
@media (max-width: 640px) {
  /* line 90, ../scss/style.scss */
  h1, h2, h3, h4 {
    font-size: 2.5em;
  }
}

/* line 109, ../scss/style.scss */
h3 {
  font-size: 3em;
}
@media (max-width: 1025px) {
  /* line 109, ../scss/style.scss */
  h3 {
    font-size: 3em;
  }
}
@media (max-width: 640px) {
  /* line 109, ../scss/style.scss */
  h3 {
    font-size: 2em;
  }
}

/* line 119, ../scss/style.scss */
h4 {
  font-size: 2em;
  color: #eee;
}
@media (max-width: 1025px) {
  /* line 119, ../scss/style.scss */
  h4 {
    font-size: 2em;
  }
}
@media (max-width: 640px) {
  /* line 119, ../scss/style.scss */
  h4 {
    font-size: 1.5em;
  }
}

/* line 131, ../scss/style.scss */
details summary {
  cursor: pointer;
}

@supports (background-clip: text) or (-webkit-background-clip: text) {
  /* line 139, ../scss/style.scss */
  h1, h2, h3 {
    background: url(pattern.svg);
    background-position: 0 0;
    background-size: 100% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}
@media (max-width: 1025px) {
  /* line 154, ../scss/style.scss */
  .no-mobile {
    display: none !important;
  }
}
/* line 161, ../scss/style.scss */
a.more, ul.links a.link {
  font-size: 1.5em;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  background: #41515e;
  padding: .5em 1em .5em 1em;
  margin: .2em;
  transition: background ease .3s;
}
/* line 170, ../scss/style.scss */
a.more:hover, ul.links a.link:hover {
  background: #2a81ad;
}
/* line 173, ../scss/style.scss */
.col-1 a.more:first-child, .col-1 ul.links a.link:first-child, ul.links .col-1 a.link:first-child {
  padding: .5em 1em .5em 2em;
  border-radius: 3em 0 0 3em;
}
/* line 177, ../scss/style.scss */
.col-1 a.more:last-child, .col-1 ul.links a.link:last-child, ul.links .col-1 a.link:last-child {
  margin-right: 0;
}
/* line 180, ../scss/style.scss */
.col-2 a.more:last-child, .col-2 ul.links a.link:last-child, ul.links .col-2 a.link:last-child {
  padding: .5em 2em .5em 1em;
  border-radius: 0 3em 3em 0;
}
/* line 184, ../scss/style.scss */
.col-2 a.more:first-child, .col-2 ul.links a.link:first-child, ul.links .col-2 a.link:first-child {
  margin-left: 0;
}
@media (max-width: 1025px) {
  /* line 161, ../scss/style.scss */
  a.more, ul.links a.link {
    font-size: 1em;
  }
  /* line 190, ../scss/style.scss */
  .col-2 a.more:first-child, .col-2 ul.links a.link:first-child, ul.links .col-2 a.link:first-child {
    padding: .5em 1em .5em 2em;
    border-radius: 3em 0 0 3em;
  }
  /* line 194, ../scss/style.scss */
  .col-2 a.more:last-child, .col-2 ul.links a.link:last-child, ul.links .col-2 a.link:last-child {
    margin-right: 0;
  }
}

/* line 200, ../scss/style.scss */
ul.links {
  margin: 1em 0;
  padding: 0;
}
/* line 203, ../scss/style.scss */
ul.links li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 1em 0;
}
/* line 207, ../scss/style.scss */
ul.links li:last-child {
  margin-bottom: 0;
}
/* line 212, ../scss/style.scss */
ul.links:first-child {
  margin-top: 0;
}
/* line 213, ../scss/style.scss */
ul.links:last-child {
  margin-bottom: 0;
}
/* line 215, ../scss/style.scss */
ul.links .ico {
  height: 1.25em;
  width: auto;
}

/* line 222, ../scss/style.scss */
ul.list {
  margin: 1em 0;
  padding: 0;
}
/* line 225, ../scss/style.scss */
ul.list li {
  list-style: none;
  margin: 0 2em 1em 0;
  padding: 0;
  position: relative;
}
/* line 230, ../scss/style.scss */
ul.list li:before {
  content: '\2014';
  width: 1em;
  position: absolute;
  margin: 0 0 0 1em;
  left: 100%;
  color: #d4c48e;
}
/* line 240, ../scss/style.scss */
.col-2 ul.list li {
  margin: 0 0 1em 2em;
}
/* line 242, ../scss/style.scss */
.col-2 ul.list li:before {
  left: auto;
  right: 100%;
  margin: 0 1em 0;
}
@media (max-width: 1025px) {
  /* line 240, ../scss/style.scss */
  .col-2 ul.list li {
    margin: 0 2em 1em 0;
  }
  /* line 249, ../scss/style.scss */
  .col-2 ul.list li:before {
    left: 100%;
    right: auto;
    margin: 0 0 0 1em;
  }
}

/* line 262, ../scss/style.scss */
img.full-width {
  width: 100%;
  height: auto;
  display: block;
}

/* line 268, ../scss/style.scss */
a.image-line {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
/* line 272, ../scss/style.scss */
a.image-line:after {
  transition: all ease .3s;
  content: '';
  position: absolute;
  z-index: 2;
  right: 0;
  width: 10%;
  top: 0;
  bottom: 0;
  background: #00b4ff;
  opacity: .3;
}
/* line 282, ../scss/style.scss */
a.image-line:hover:after {
  opacity: .5;
}

/* line 289, ../scss/style.scss */
.pattern-text h2, .pattern-text h3, .pattern-text .pattern-text {
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  text-fill-color: inherit;
  background: none;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
  /* line 288, ../scss/style.scss */
  .pattern-text {
    background: url(pattern.svg);
    background-position: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 100% auto;
  }
  /* line 305, ../scss/style.scss */
  .pattern-text.fill {
    background-size: 100% 100%;
  }
}

/**********************************************************************/
/* line 315, ../scss/style.scss */
#page {
  position: relative;
}
@media (max-width: 1025px) {
  /* line 315, ../scss/style.scss */
  #page {
    padding-top: 3em;
  }
}
@media (max-width: 640px) {
  /* line 315, ../scss/style.scss */
  #page {
    padding-top: 1em;
  }
}

/**********************************************************************/
/*** Меню ***/
/* line 328, ../scss/style.scss */
#s-menu {
  display: none;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #222;
  background: rgba(34, 34, 34, 0.975);
  overflow: auto;
}
/* line 335, ../scss/style.scss */
#s-menu .section-content {
  padding-top: 8em;
}
/* line 339, ../scss/style.scss */
#s-menu li {
  font-size: 1.5em;
  line-height: 1;
}
/* line 342, ../scss/style.scss */
#s-menu li a {
  text-decoration: none;
                      /*
color: #fff2b3;
&:hover{
	color: #fff;
}*/
}
/* line 349, ../scss/style.scss */
#s-menu li:before {
  content: '→';
}
/* line 354, ../scss/style.scss */
.menu-opened #s-menu {
  display: block;
}
@media (max-width: 640px) {
  /* line 359, ../scss/style.scss */
  #s-menu .section-content {
    padding-top: 4em;
  }
}

/**********************************************************************/
/*** Секция ***/
/* line 368, ../scss/style.scss */
.section.light {
  background-color: #292929;
}

/* line 372, ../scss/style.scss */
.section-content {
  max-width: 1600px;
  box-sizing: border-box;
  margin: auto;
  padding: 3em var(--pad);
}
@media (max-width: 1025px) {
  /* line 372, ../scss/style.scss */
  .section-content {
    padding: 1em var(--pad) 1em 2em;
  }
}

/**********************************************************************/
/*** Колонки ***/
/* line 386, ../scss/style.scss */
.cols {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  margin: 3em 0;
}
/* line 391, ../scss/style.scss */
.cols .col {
  flex: 0 0 50%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0;
}
/* line 397, ../scss/style.scss */
.cols .col-1 {
  text-align: right;
}
/* line 400, ../scss/style.scss */
.cols .col-2 {
  text-align: left;
  padding-left: 5%;
}
/* line 405, ../scss/style.scss */
.cols.cols-end {
  align-items: end;
}
/* line 408, ../scss/style.scss */
.cols.cols-center {
  align-items: center;
}
@media (max-width: 1025px) {
  /* line 386, ../scss/style.scss */
  .cols {
    display: block;
  }
  /* line 414, ../scss/style.scss */
  .cols .col-2 {
    padding-left: 0;
    padding-top: 1em;
    text-align: right;
  }
}

/* line 423, ../scss/style.scss */
.rows {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  margin: 0;
  height: 100%;
}
/* line 429, ../scss/style.scss */
.rows .row {
  box-sizing: border-box;
  margin: 0;
  padding-top: 3em;
}
/* line 434, ../scss/style.scss */
.rows .row:first-child {
  padding-top: 0;
}
/* line 439, ../scss/style.scss */
.rows.rows-around {
  justify-content: flex-around;
}
/* line 442, ../scss/style.scss */
.rows.rows-start {
  justify-content: flex-srart;
}
/* line 445, ../scss/style.scss */
.rows.rows-end {
  justify-content: flex-end;
}
/* line 448, ../scss/style.scss */
.rows.rows-center {
  justify-content: center;
}

/**********************************************************************/
/*** Галерея ***/
/* line 457, ../scss/style.scss */
.photos-group {
  position: relative;
}
/* line 459, ../scss/style.scss */
.photos-group .photo {
  display: inline-block;
  overflow: hidden;
}
/* line 462, ../scss/style.scss */
.photos-group .photo.i-0, .photos-group .photo.i-3 {
  width: 40%;
  height: 60%;
}
/* line 465, ../scss/style.scss */
.photos-group .photo.i-1, .photos-group .photo.i-2 {
  width: 60%;
  height: 40%;
}
/* line 469, ../scss/style.scss */
.photos-group .photo.i-0, .photos-group .photo.i-1 {
  vertical-align: top;
  margin-bottom: 3px;
}
/* line 473, ../scss/style.scss */
.photos-group .photo.i-2, .photos-group .photo.i-3 {
  vertical-align: bottom;
  margin-top: -20%;
}
/* line 478, ../scss/style.scss */
.photos-group a {
  display: block;
  position: relative;
  border: 2px solid transparent;
}
/* line 487, ../scss/style.scss */
.photos-group a.video:before {
  content: '';
  background: url(play.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 4em;
  height: 4em;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform ease .3s;
}
/* line 498, ../scss/style.scss */
.photos-group a.video:hover:before {
  transform: translate(-50%, -50%) scale(1.2);
}
/* line 504, ../scss/style.scss */
.photos-group img {
  width: 100%;
  height: auto;
  background: #000;
}
/* line 508, ../scss/style.scss */
.photos-group:after {
  content: url(up.svg);
  content: '';
  position: absolute;
  width: 8%;
  height: 8%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #222;
}

/* line 519, ../scss/style.scss */
.photos {
  margin-bottom: 3em;
}
/* line 521, ../scss/style.scss */
.photos .photos-group {
  display: inline-block;
  width: 50%;
}
@media (max-width: 1025px) {
  /* line 527, ../scss/style.scss */
  .photos .photos-group {
    display: block;
    width: auto;
  }
}

/*
.f-carousel__dots{
	bottom: 0 !important;
	.f-carousel__dot{
		background: #fff;
	}
}
.fancybox__viewport{
	height: calc(100% - var(--f-carousel-dots-height)) !important;
}
.fancybox__slide{
	flex-direction: column-reverse !important;
}
*/
/**********************************************************************/
/*** Слайдер ***/
/* line 552, ../scss/style.scss */
.slides {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
/* line 555, ../scss/style.scss */
.slides .slide {
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 559, ../scss/style.scss */
.slides img {
  width: 100%;
  height: auto;
  margin-top: 3px;
}

/* line 564, ../scss/style.scss */
.f-carousel {
  --f-progress-color: #fff;
  --f-carousel-spacing: .25em;
}

/**********************************************************************/
/*** хеадер ***/
/* line 576, ../scss/style.scss */
#s-header {
  position: absolute;
  z-index: 5;
  width: 100%;
  top: 6em;
}
/* line 582, ../scss/style.scss */
#s-header .section-content {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 587, ../scss/style.scss */
#s-header ul {
  display: flex;
  padding: 0;
  margin: 0;
}
/* line 591, ../scss/style.scss */
#s-header li {
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1 1 50%;
}
/* line 595, ../scss/style.scss */
#s-header li img {
  height: var(--incon-h);
  width: auto;
}
/* line 599, ../scss/style.scss */
#s-header #logo {
  text-align: right;
}
/* line 602, ../scss/style.scss */
#s-header #btn-menu {
  position: absolute;
  right: 0;
  width: var(--pad);
  text-align: center;
}
/* line 608, ../scss/style.scss */
#s-header #btn-back {
  width: var(--pad);
  position: absolute;
  left: 0;
  text-align: center;
}
@media (max-width: 1025px) {
  /* line 576, ../scss/style.scss */
  #s-header {
    top: 2em;
  }
  /* line 617, ../scss/style.scss */
  #s-header #space {
    display: none;
  }
}
/* line 624, ../scss/style.scss */
.menu-opened #s-header #btn-back {
  display: none;
}

/* line 632, ../scss/style.scss */
#sidebar-buttons {
  max-width: 1600px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
/* line 637, ../scss/style.scss */
#sidebar-buttons > div {
  position: absolute;
  z-index: 10;
  top: 6em;
  bottom: 0;
  width: var(--pad);
  text-align: center;
}
/* line 644, ../scss/style.scss */
#sidebar-buttons img {
  height: var(--incon-h);
  width: auto;
}
/* line 648, ../scss/style.scss */
#sidebar-buttons #btn-menu {
  display: block;
  position: sticky;
  top: 2em;
  cursor: pointer;
}
/* line 653, ../scss/style.scss */
#sidebar-buttons #btn-menu .ico-close {
  display: none;
}
/* line 657, ../scss/style.scss */
#sidebar-buttons #btn-up {
  display: block;
  position: fixed;
  bottom: 2em;
  width: var(--pad);
  cursor: pointer;
}
/* line 666, ../scss/style.scss */
.menu-opened #sidebar-buttons #btn-menu .ico-menu {
  display: none;
}
/* line 669, ../scss/style.scss */
.menu-opened #sidebar-buttons #btn-menu .ico-close {
  display: inline;
}
@media (max-width: 1025px) {
  /* line 676, ../scss/style.scss */
  #sidebar-buttons > div {
    top: 2em;
  }
}

/**********************************************************************/
/*** Футер ***/
/* line 685, ../scss/style.scss */
#s-footer {
  opacity: .5;
  transition: opacity ease .3s;
}
/* line 688, ../scss/style.scss */
#s-footer:hover {
  opacity: 1;
}
/* line 691, ../scss/style.scss */
#s-footer .cols {
  margin: 0;
}

/* ############################################################################# */
/*** Классы ***/
/* line 705, ../scss/style.scss */
.class {
  background: #222;
}
/* line 707, ../scss/style.scss */
.class .col-2 {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
}
@media (max-width: 1025px) {
  /* line 714, ../scss/style.scss */
  .class .col-2 {
    padding: 1em 10% 1em 1em;
  }
}

/*** Альбомы ***/
/* line 724, ../scss/style.scss */
.album .col-1 {
  z-index: 2;
  overflow: visible;
}
/* line 728, ../scss/style.scss */
.album .col-1 a.video:before {
  content: '';
  background: url(play.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 5em;
  height: 5em;
  position: absolute;
  z-index: 3;
  right: 10%;
  top: 50%;
  transform: translate(50%, -50%) scale(1);
  transition: transform ease .3s;
}
/* line 739, ../scss/style.scss */
.album .col-1 a.video:hover:before {
  transform: translate(50%, -50%) scale(1.2);
}
/* line 744, ../scss/style.scss */
.album .col-2 {
  background: #222;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 1em;
  position: relative;
  overflow: visible;
  z-index: 1;
}
/* line 752, ../scss/style.scss */
.album .col-2:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 10%;
  background: #222;
}
/* line 759, ../scss/style.scss */
.album .col-2 li {
  line-height: 1.2;
}
@media (max-width: 1025px) {
  /* line 765, ../scss/style.scss */
  .album .col-2 {
    padding-left: 1em;
    padding-right: 10%;
  }
  /* line 768, ../scss/style.scss */
  .album .col-2:before {
    content: none;
  }
}

/*# sourceMappingURL=style.css.map */
