* {
  padding: 0;
  margin: 0;
  border: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

*::before, *::after {
  box-sizing: border-box;
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active, button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

html, body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

html.html-reset {
  margin-top: 0 !important;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background-color: #cccccc;
}

::-webkit-scrollbar-thumb {
  background: #d4af37;
}

body {
  display: flex;
  flex-wrap: wrap;
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
}
body .full-container {
  width: calc(100% - 63px);
  min-height: 100vh;
  margin-left: auto;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}
body .full-container.top-content {
  align-content: flex-start;
}
body .content-wrap {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
body.open-menu .full-container {
  width: calc(100% - 250px);
}

h1, h2, h3, h4 {
  font-weight: bold;
  width: 100%;
}

h1 {
  font-size: 100px;
  line-height: 120px;
}

h2 {
  font-size: 50px;
  line-height: 60px;
}

h3 {
  font-size: 35px;
  line-height: 42px;
}

h4 {
  font-size: 18px;
  line-height: 25px;
}

p {
  font-size: 16px;
  line-height: 25px;
  display: block;
  width: 100%;
}

.button {
  padding: 15px 40px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  border-radius: 5px;
  display: inline-block;
}
.button.gold {
  background: #d4af37;
  color: #ffffff;
}
.button.gold:hover {
  background: #6f6f6f;
}
.button.bord {
  border: solid 2px #d4af37;
  padding: 13px 38px;
}
.button.bord:hover {
  background: #6f6f6f;
  color: #ffffff;
  border-color: #6f6f6f;
}

a {
  color: #d4af37;
}
a:hover {
  color: #6f6f6f;
}

.fals-ul {
  padding-left: 20px;
  position: relative;
}
.fals-ul:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #d4af37;
}

ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #d4af37;
}
ul li:last-child {
  margin-bottom: 0;
}

pre {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.button-line {
  width: 100%;
  text-align: center;
}

video.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1500px) {
  h1 {
    font-size: 80px;
    line-height: 100px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .button {
    padding: 15px 30px;
  }
  .button.bord {
    padding: 13px 28px;
  }
}
@media (max-width: 1200px) {
  body .full-container {
    width: 100%;
  }
  body.open-menu .full-container {
    width: 100%;
  }
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .button {
    padding: 10px 20px;
  }
  .button.bord {
    padding: 8px 18px;
  }
}
@media (max-width: 800px) {
  body .full-container {
    min-height: initial;
  }
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
  h2 {
    font-size: 25px;
    line-height: 30px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .desktop {
    display: none !important;
  }
  .m-order-1 {
    order: 1;
  }
  .m-order-2 {
    order: 2;
  }
  .m-order-3 {
    order: 3;
  }
  .m-order-4 {
    order: 4;
  }
}
@media (max-width: 440px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
  }
  h2 {
    font-size: 22px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.fix-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 63px;
  height: 100vh;
  border-right: solid 1px #cccccc;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  z-index: 8;
  padding: 20px 15px;
}
.fix-header .logo-wrap {
  margin-bottom: 15px;
  width: 100%;
}
.fix-header .logo-wrap img {
  display: block;
  width: 100%;
}
.fix-header .logo-wrap .custom-logo-link {
  display: none;
}
.fix-header .menu-wrap .burger-wrap {
  width: 32px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 25px;
  cursor: pointer;
  position: relative;
}
.fix-header .menu-wrap .burger-wrap span {
  display: block;
  width: 100%;
  height: 3px;
  background: #6f6f6f;
}
.fix-header .menu-wrap .burger-wrap:hover span {
  background: #d4af37;
}
.fix-header .menu-wrap a {
  color: #1c1c1c;
  font-size: 0;
  margin: 10px 0;
  display: block;
}
.fix-header .menu-wrap a:hover {
  color: #d4af37;
}
.fix-header .info-line {
  width: 100%;
}
.fix-header .info-line .soc-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
}
.fix-header .info-line .soc-link svg {
  width: 32px;
  border-radius: 100%;
}
.fix-header .info-line .soc-link svg .fill {
  fill: #6f6f6f;
}
.fix-header .info-line .soc-link span {
  transition: all 0.2s ease;
  color: #1c1c1c;
  font-size: 0;
  margin-left: 10px;
}
.fix-header .info-line .soc-link:hover svg .fill {
  fill: #d4af37;
}

.open-menu .fix-header {
  width: 250px;
}
.open-menu .fix-header .logo-wrap .custom-logo-link {
  display: block;
}
.open-menu .fix-header .logo-wrap .mini {
  display: none;
}
.open-menu .fix-header .menu-wrap .burger-wrap {
  margin-bottom: 30px;
}
.open-menu .fix-header .menu-wrap .burger-wrap span {
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(-45deg);
}
.open-menu .fix-header .menu-wrap .burger-wrap span:last-child {
  transform: rotate(45deg);
}
.open-menu .fix-header .menu-wrap a {
  font-size: 20px;
}
.open-menu .fix-header .info-line .soc-link span {
  transition: all 0.5s ease;
  font-size: 20px;
  margin-left: 10px;
}

@media (max-width: 1200px) {
  .fix-header {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    align-content: center;
    align-items: center;
    overflow: auto;
  }
  .fix-header .logo-wrap {
    width: initial;
    order: 1;
    margin: 0 auto 0 0;
  }
  .fix-header .menu-wrap {
    order: 3;
    margin-left: 40px;
  }
  .fix-header .menu-wrap a {
    margin: 0;
  }
  .fix-header .menu-wrap .burger-wrap:hover span {
    background: #6f6f6f;
  }
  .fix-header .info-line {
    order: 2;
    width: initial;
    display: flex;
    flex-wrap: wrap;
  }
  .fix-header .info-line .soc-link {
    margin-top: 0;
  }
  .open-menu .fix-header {
    width: 100%;
    height: 100vh;
    align-content: flex-start;
  }
  .open-menu .fix-header .logo-wrap {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .open-menu .fix-header .logo-wrap .custom-logo-link {
    max-width: 300px;
    margin: auto;
  }
  .open-menu .fix-header .menu-wrap {
    order: 2;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .open-menu .fix-header .menu-wrap .burger-wrap {
    position: absolute;
    top: 25px;
    right: 15px;
    margin-bottom: 0;
  }
  .open-menu .fix-header .menu-wrap a {
    margin: 15px 0;
  }
  .open-menu .fix-header .info-line {
    order: 3;
    width: 100%;
    max-width: 300px;
    margin: 50px auto;
  }
  .open-menu .fix-header .info-line .soc-link {
    width: 100%;
    margin: 6px 0;
  }
}
@media (max-width: 440px) {
  .open-menu .fix-header .logo-wrap {
    margin-top: 55px;
    margin-bottom: 20px;
  }
  .open-menu .fix-header .menu-wrap .burger-wrap {
    top: 15px;
    right: 15px;
  }
  .open-menu .fix-header .open-menu .fix-header .info-line {
    margin: 20px auto;
  }
  .fix-header .menu-wrap {
    margin-left: 25px;
  }
}
.top-baner {
  align-content: space-around;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.top-baner:after {
  content: "";
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.top-baner h1 {
  color: #ffffff;
  text-align: center;
  margin: 200px 0 100px 0;
  z-index: 2;
}
.top-baner .txt {
  color: #ffffff;
  font-size: 25px;
  line-height: 35px;
  z-index: 2;
}

.cub-index {
  width: 50%;
  min-height: 50vh;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
}
.cub-index.full {
  min-height: 100vh;
}
.cub-index h2, .cub-index h3 {
  width: 100%;
  max-width: 710px;
  margin-bottom: 30px;
}
.cub-index h4 {
  width: 100%;
  max-width: 710px;
  margin-bottom: 5px;
}
.cub-index .txt {
  width: 100%;
  max-width: 710px;
}
.cub-index .txt p {
  margin-bottom: 10px;
}
.cub-index .txt .button {
  margin-top: 30px;
}
.cub-index .info {
  width: 100%;
  max-width: 710px;
  margin-bottom: 30px;
}

.portfolio-wrap {
  align-content: flex-start;
}
.portfolio-wrap h3 {
  margin-bottom: 30px;
  margin-top: 50px;
}
.portfolio-wrap .label {
  margin-top: -20px;
  margin-bottom: 30px;
}
.portfolio-wrap .portfolio-item {
  width: calc(25% - 22.5px);
  margin-right: 30px;
  padding-bottom: 70px;
  position: relative;
}
.portfolio-wrap .portfolio-item:last-child {
  margin-right: 0;
}
.portfolio-wrap .portfolio-item .foto {
  border: solid 1px #cccccc;
  border-radius: 8px;
  padding: 25px;
  height: 150px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-wrap .portfolio-item .foto img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  display: block;
}
.portfolio-wrap .portfolio-item .name {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.portfolio-wrap .portfolio-item .txt {
  font-size: 13px;
}
.portfolio-wrap .portfolio-item .button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.portfolio-wrap .button-line {
  margin: 50px;
}

.title-page {
  width: 100%;
  text-align: center;
  padding: 70px 20px;
  box-sizing: border-box;
  position: relative;
  color: #ffffff;
  background-position: center;
  background-size: cover;
}
.title-page:before {
  content: "";
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.title-page h1 {
  z-index: 2;
  position: relative;
}

.txt-block {
  width: 100%;
  max-width: 1000px;
  padding: 40px 20px;
  box-sizing: border-box;
  margin: auto;
}
.txt-block h3 {
  margin-bottom: 15px;
}
.txt-block ul {
  margin-bottom: 40px;
}
.txt-block ul:last-child {
  margin: 0;
}
.txt-block pre {
  margin-top: -30px;
  margin-bottom: 40px;
  white-space: pre-wrap;
  line-height: 16px;
}
.txt-block .portfolio-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border: solid 1px #cccccc;
  border-radius: 8px;
  margin-bottom: 20px;
}
.txt-block .portfolio-item:last-child {
  margin: 0;
}
.txt-block .portfolio-item .foto {
  width: 200px;
  border-right: solid 1px #cccccc;
  padding: 15px;
  min-height: 200px;
  display: flex;
  align-items: center;
}
.txt-block .portfolio-item .info {
  width: calc(100% - 200px);
  padding: 15px 15px 65px 15px;
  position: relative;
}
.txt-block .portfolio-item .info .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.txt-block .portfolio-item .info .txt {
  font-size: 15px;
}
.txt-block .portfolio-item .info .button {
  position: absolute;
  z-index: 1;
  left: 15px;
  bottom: 15px;
}

@media (max-width: 1500px) {
  .top-baner h1 {
    margin: 60px 0 40px 0;
  }
  .cub-index {
    padding: 20px;
  }
  .cub-index h2, .cub-index h3 {
    margin-bottom: 10px;
  }
  .cub-index .txt .button {
    margin-top: 10px;
  }
  .cub-index .info {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .top-baner .txt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .portfolio-wrap h3 {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .title-page {
    padding: 70px 20px 20px 20px;
  }
  .txt-block {
    padding: 20px 15px;
  }
  .txt-block h3 {
    margin-bottom: 10px;
  }
  .txt-block ul {
    margin-bottom: 20px;
  }
  .txt-block pre {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .txt-block .portfolio-item .foto {
    width: 120px;
    padding: 10px;
  }
  .txt-block .portfolio-item .info {
    width: calc(100% - 120px);
    padding: 10px 10px 60px 10px;
  }
  .txt-block .portfolio-item .info .name {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .txt-block .portfolio-item .info .button {
    left: 10px;
    bottom: 10px;
  }
  .top-baner .txt {
    font-size: 18px;
    line-height: 25px;
  }
  .top-baner h1 {
    margin-bottom: 10px;
    margin-top: 75px;
  }
  .cub-index {
    width: 100%;
    min-height: initial;
  }
  .cub-index.full {
    min-height: initial;
  }
  .cub-index.m-foto {
    height: 200px;
  }
  .portfolio-wrap h3 {
    margin-top: 20px;
  }
  .portfolio-wrap .label {
    margin-top: -10px;
    margin-bottom: 15px;
  }
  .portfolio-wrap .portfolio-item {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .portfolio-wrap .portfolio-item.m-last {
    margin-right: 0;
  }
  .portfolio-wrap .portfolio-item.m-line {
    margin-bottom: 0;
  }
  .portfolio-wrap .button-line {
    margin: 25px;
  }
}
@media (max-width: 440px) {
  .txt-block .portfolio-item .foto {
    width: 100%;
    border: none;
    max-width: 270px;
    margin: auto;
  }
  .txt-block .portfolio-item .info {
    width: 100%;
    padding: 0 10px 10px 10px;
  }
  .txt-block .portfolio-item .info .button {
    position: relative;
    left: initial;
    bottom: initial;
    width: 100%;
    display: block;
    margin-top: 10px;
  }
  .portfolio-wrap .portfolio-item {
    width: 100%;
    margin-right: 0;
  }
  .portfolio-wrap .portfolio-item.m-line {
    margin-bottom: 30px;
  }
  .portfolio-wrap .portfolio-item:last-child {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=style.css.map */
