@font-face {
  font-family: 'Helveticaneuecyr-Light';
  src: url('../fonts/helveticaneuecyr_light.eot');
  src: url('../fonts/helveticaneuecyr_light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_light.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_light.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Roman';
  src: url('../fonts/helveticaneuecyr_roman.eot');
  src: url('../fonts/helveticaneuecyr_roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_roman.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_roman.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Medium';
  src: url('../fonts/helveticaneuecyr_medium.eot');
  src: url('../fonts/helveticaneuecyr_medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_medium.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_medium.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Helveticaneuecyr-Bold';
  src: url('../fonts/helveticaneuecyr_bold.eot');
  src: url('../fonts/helveticaneuecyr_bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/helveticaneuecyr_bold.woff2') format('woff2'),
       url('../fonts/helveticaneuecyr_bold.woff') format('woff');
        font-display: swap;
}

@font-face {
  font-family: 'Nimbussan-Bold';
  src: url('../fonts/nimbussantconbold.eot');
  src: url('../fonts/nimbussantconbold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nimbussantconbold.woff2') format('woff2'),
       url('../fonts/nimbussantconbold.woff') format('woff');
        font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

ul {
  list-style: none;
}

section {
  position: relative;
  overflow: hidden;
}

body {
  min-width: 330px;
  font-family: 'Helveticaneuecyr-Light';
  font-weight: 100;
  -webkit-font-smoothing: antialised;
}

.overflow-hid {
  overflow: hidden;
}

a {
  font-family: 'Helveticaneuecyr-Medium';
  text-decoration: none;
  outline: none;
  word-break: break-all;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transition: .3s;
}

a:hover {
  transition: .3s;
}

strong {
  font-family: 'Helveticaneuecyr-Bold';
}

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

h1,h2,h3,h4,h5,h6 {
  font-weight: 100;
  -webkit-font-smoothing: antialised;
  margin-top: 35px;
}

h1:first-child, h2:first-child, h3:first-child,
h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

.subtitle {
  margin-top: 10px;
}

.subtitle2 {
  margin-top: 30px;
}

@media(max-width: 991px) {
  .subtitle {
    margin-top: 15px;
  }  
  .subtitle2 {
    margin-top: 20px;
  }
}

h1:first-child, h2:first-child, h3:first-child, 
h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

.ff-bold {
  font-family: 'Helveticaneuecyr-Bold';
}

.ff-roman {
  font-family: 'Helveticaneuecyr-Roman';
}

h1 {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 50px;
  line-height: 1.05;
  text-transform: uppercase;
}

.ff-nimbussan {
  font-family: 'Nimbussan-Bold';
  font-size: 57px;
}

h2 {
  font-size: 35px;
}

.number {
  font-size: 42px;
}

h3 {
  font-size: 32px;
  line-height: 1.4;
}

h4 {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 27px;
  line-height: 1.3;
}

h5 {
  font-size: 21px;
  line-height: 1.48;
}

.fs-34 {
  font-size: 24px;
}

h6 {
  font-size: 21px;
  line-height: 1.5;
}

.text-uppercase {
  text-transform: uppercase;
}

@media(max-width: 1400px) {
  .w5 h4 {
    font-size: 25px;
    line-height: 1.3;
  }
}

@media(max-width: 991px) {
  h1 {
    font-size: 45px;
  }
  .ff-nimbussan {
    font-size: 50px;
  }
  .number {
    font-size: 37px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 25px;
  }
  h6 {
    font-size: 21px;
  }
}

@media(max-width: 520px) {
  h1 {
    font-size: 8.5vw;
    line-height: 1.15;
  }
}

.container {
  position: relative;
  z-index: 2000;
  max-width: 956px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}

.width2 {
  max-width: 1253px;
}

@media (max-width: 1260px){
  .container {
    max-width: 990px;
    width: 100%;
  }  
}

@media (max-width: 991px){
  .container {
    max-width: 760px;
    width: 100%;
  }
  h1,h2,h3,h4,h5,h6 {
    text-align: center;
  }
  h1 br, h2 br, h3 br, 
  h4 br, h5 br, h6 br {
    display: none;
  }
}

@media (max-width: 767px){
  .container {
    max-width: 510px;
  }
}

p {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  margin-top: 20px;
}

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

.text-white p, .text-white h1, .text-white h2, 
.text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}

.fl, .items, .va-end {
  display: flex;
  flex-wrap: wrap;
}

.va-end {
  align-items: flex-end;
}

.va, .spb, nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media(max-width: 1350px) {
  nav.va {
    display: none;
  }
  .mobile-nav {
    width: 100%;
  }
}

.spb {
  justify-content: space-between;
}

.jc, .items {
  justify-content: center;
}

header, .black {
  background-color: #000;
}

header, .opt, .opt-top {
  background-size: cover; 
  background-repeat: no-repeat;
}

.opt {
  background-position: center;
}

header, .opt-top {
  background-position: center top;
}

header {
  min-height: 57vw;
  position: relative;
  border-top: 15px solid #000;
  padding-top: 45px;
}

@media(max-width: 1650px) {
  header {
    padding-top: 35px;
  }
}

@media(max-width: 991px) {
  header {
    padding-top: 20px;
  }
}

header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 101%;
  height: 23%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.9), transparent);
}

.header-top {
  position: relative;
  z-index: 5000;
}

.site-title p {
  font-family: 'Helveticaneuecyr-Bold';
  font-size: 24px;
  text-transform: uppercase;
}

.site-desc p {
  font-size: 18px;
}

@media(max-width: 385px) {
  .site-title p {
    font-size: 21px;
  }
  .site-desc p {
    font-size: 17px;
  }
}

.site-title p, .site-desc p {
  line-height: 1.2;
  color: #fff;
  transition: .3s;
}

.site-title-block a {
  word-break: normal;
}

@media(max-width: 767px) {
  .site-desc {
    width: 100%;
    flex: 1 1;
  }
}

@media(max-width: 991px) {
  .site-title-block {
    width: 100%;
    flex: 1 1;
    padding-right: 15px;
  }
}

.divider {
  height: 23px;
  width: 1px;
  border-right: 1px solid #fff;
  margin: 0 17px 0 15px;
  transition: .3s;
}

nav ul a, .sidenav a, footer ul a {
  font-size: 17px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
}

nav ul a {
  font-size: 16px;
}

nav ul a:hover, .sidenav a:hover {
  color: #f6e3b1;
}

nav ul li, footer ul li {
  margin-right: 26px;
}

/*sidenav - begin*/
.sidenav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 100000;
  min-height: 100vh;
  width: 100%;
  opacity: 0;
  top: -500%;
  left: auto;
  right: 0;
  background: rgba(0,0,0,0.87);
  overflow-x: hidden;
  transition: 0.3s;
  padding: 20px 0;
}

.sidenav ul {
  width: 100%;
}

.sidenav li {
  text-align: center;
  margin-top: 25px;
}

.sidenav li:first-child {
  margin-top: 0;
}

.sidenav .closebtn {
  display: block;
  font-size: 50px;
  line-height: 0.9;
  font-weight: bold;
  text-align: center;
  margin-top: 33px;
}

.sidenav .closebtn:hover {
  color: #f6e3b1;
}

.menu-burger {
  display: none;
  align-items: center;
  margin-right: 25px;
}

@media(max-width: 1350px) {
  .menu-burger {
    display: flex;
  }
}

@media(max-width: 500px) {
  .menu-burger {
    margin-right: 15px;
  }
}

.menu-burger svg {
  width: 40px;
  height: 40px;
  fill: #fff;
  transition: .3s;
}

.menu-burger svg:hover {
  fill: #f6e3b1;
  transition: .3s;
}
/*sidenav - end*/

/*button - begin*/
.btn-block {
  display: flex;
}

@media(max-width: 991px) {
  .btn-block {
    justify-content: center;
  }
}

.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Helveticaneuecyr-Medium';
  font-size: 18px;
  line-height: 1.1;
  color: #000;
  background-color: #fff;
  border: 2px solid #eaecf1;
  border-radius: 50px;
  text-align: left;
  padding: 2px;
  transition: .3s;
}

.one-btn {
  width: 100%;
  max-width: 250px;
  text-align: center;
  justify-content: center;
  padding: 15px;
}

a.btn {
  word-break: normal;
}

@media(max-width: 767px) {
  .btn {
    width: 100%;
  }
}

@media(max-width: 500px) {
  .btn {
    font-size: 17px;
  }
}

.btn:hover {
  background-color: #f6e3b1;
  border-color: #f6e3b1;
  transition: .3s;
}

button {
  cursor: pointer;
}

.style2 {
  height: 48px;
  justify-content: center;
  text-align: center;
}

.gray-btn {
  color: #555c6e;
  background-color: #f1f2f6;
}

.gray-btn:hover {
  color: #fff;
  border-color: #e0a404;
  background-color: #e0a404;
}

.btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #000;
}

.btn-arrow img {
  max-height: 15px;
}

@media(max-width: 767px) {
  .btn-arrow {
    width: 40px;
    height: 40px;
  }
  .btn-arrow img {
    max-height: 12px;
  }
}

.btn span {
  padding: 10px 55px;
}

@media(max-width: 767px) {
  .btn span {
    width: 100%;
    flex: 1 1;
    padding-right: 15px;
    padding-left: 20px;
  }
}

.style2 span {
  padding: 0 45px;
}

.small.style2 span {
  font-size: 16px;
  padding-left: 28px;
  padding-right: 28px;
}

@media(max-width: 500px) {
  .small.style2 span {
    padding-right: 20px;
    padding-left: 20px;
  }  
}
/*button - end*/

.header-content {
  width: 100%;
  max-width: 655px;
  padding: 120px 0 160px 0;
}

@media(max-width: 991px) {
  .header-content {
    max-width: 100%;
    padding: 75px 0 115px 0;
  }
}

@media(max-width: 767px) {
  .header-content {
    padding: 60px 0 75px 0;
  } 
}

.header-text {
  position: relative;
}

.header-text::after {
  content: '';
  height: 190%;
  width: 190%;
  position: absolute;
  top: 45%;
  left: 29%;
  transform: translateX(-50%) translateY(-50%);
  background: radial-gradient(rgba(0,0,0,1), transparent 60%);
  border-radius: 50%;
}

@media(max-width: 991px) {
  .header-text::after {
    height: 170%;
    width: 170%;
    left: 50%;
    top: 30%;
  }
}




