@import url(animate.css);

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  color: #444;
}

body {
  margin: 0;
}

main {
  display: block;
}


h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}


[hidden] {
  display: none;
}

.container,
.container-800{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.container-800{
  max-width: 800px;
}

.text-center{
  text-align: center;
}


header{
  position: fixed;
width: 100%;
top: 0;
z-index: 999;
background: #fff;
height: 75px;
}
header .head_wrap{
  height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

header nav a{
  font-size: 16px;
  font-weight: 700;
  line-height: 28.8px;
  margin-left: .71429rem !important;
  margin-right: .71429rem !important;
  color: #444;
  text-transform: uppercase;
}

header nav a:hover {

    color: #6b7de0 !important;

}

.first_b{
  height: calc(100vh - 75px);
  margin-top: 75px;

  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
}

.first_b h1{
  margin-bottom: 25px;
}


.first_b::after{
  content: '';
  position: absolute;
  left:0;
  top:0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}

.video_container{

}

#head_video{
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

h1{
  font-weight: 700;
  font-size: 2.5rem;
}

h2{
  font-size: 35px;
}

h3{
  font-size: 1.85714rem;
  color: rgba(0,0,0,0.9);
}

h4{
  font-size: 1.57143rem;
  color: rgba(0,0,0,0.9);
}

p{
  color: rgba(0,0,0,0.9);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.14286rem;
}


.bg-gray-light{
    background-color: #f7f7f7 !important;
}

.bg-white{
    background-color: #fff !important;
}

.under{
  font-size: 25px;
}

.caption_head{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  color: #fff;
  padding-bottom: 50px;
}

@media (min-aspect-ratio: 16/9) {
     #head_video { height: 300%; top: -100%; }
 }
 @media (max-aspect-ratio: 16/9) {
     #head_video { width: 300%; left: -100%; }
 }
 /* Если есть поддержка object-fit (Chrome/Chrome для Android, Safari в iOS 8 и Opera), используем его: */
 @supports (object-fit: contain) {
     #head_video {
         top: 0; left: 0;
         width: 100%; height: 100%;
         object-fit: contain;
     }
 }

 .button {
    color: #fff;
    background-color: #6b7de0;
    position: relative;
    transition: .2s ease;
    cursor: pointer;
    padding: 20px 30px;
border-radius: 10px;
text-transform: uppercase;
font-weight: bold;
display: inline-block;
}

.button:hover{
  background-color: #95a2e9;
}

.caption_head .under{
  margin-bottom: 30px;
}

.two_b{
  position: relative;
  background: #fff;
}

.color-primary{
   color: #6b7de0;
}

.two_b .head_b{
  padding: 1px 0;
text-transform: uppercase;
}

.two_b .body_b{
  display: flex;
}

.two_b .body_b .right_b,
.two_b .body_b .left_b{
  flex: 1;
}

.adaptive_img{
  max-width: 100%;
height: auto;
vertical-align: bottom;
}

.two_b .body_b .left_b{

}


.three_b,
.five_b{
  margin-top: 50px;
}

.four_b .head_b .container-800{
  padding: 30px 0;
}

.mb-0{
  margin-bottom: 0 !important;
}

.mt-0{
  margin-top: 0 !important;
}

.my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.accomplishments-row,
.how_mach_row,
.contact_row{
  display: flex;
}

.accomplishments-item{
  padding: 15px;
}


.accomplishments-item img{
  height: 200px;
  object-fit: cover;
}

.bgimg{
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.bgimg-1{
    background-image: url("../../images/kak_prohodit_seans_access_bars.jpg");
    min-height: 100%;
}

/* @media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
} */

.six_b .head_b,
.how_mach_header .head_b{
  padding: 30px 0;
}

.how_mach_header{
  margin-top: 30px;
}

.how-go-acess{
    min-height: 350px;
}

.description{
  margin-top: 40px;
}

.how_mach_body{
  margin-top: 30px;
}


.how_mach_item{
  padding: 10px;
  border: 1px solid #f7f7f7;
  width: calc(100% / 3);
}

.brd-gray-light{
  border-color: #ddd;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.1);
}

.how_mach_item article{
  padding: 20px;
}

.how_mach_item article h4{
  margin-top: 0;
  margin-bottom: 15px;
}

.font-size-35 {
    font-size: 2.5rem;
}

.font-size-14 {
    font-size: 1rem;
}

.button.smoll{
 padding: 10px 15px
}

.how_mach_item .button_wrap{
  margin-top: 35px;
}

.how_mach_body .desc{
  text-align: center;
  margin: 30px 0;
}

.contacts .head_b{
  padding: 30px 0;
}

.contact_item a,
.contact_item span{
  display: block;
  text-align: center;
  margin: 15px 0;
}

.contact_item i{
  font-size: 4rem;
}

.contact_item a span:last-child{
  font-size: 1.28571rem;
  font-weight: bold;
}

.contact_row{
  justify-content: space-around;
  margin: 10px 0 50px;
}

footer{
  padding: 30px 0;
}

.navBurger {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: #111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navBurger:before, .navBurger:after {
  content: "";
  position: absolute;
  background: #111;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBurger:before {
  top: -10px;
}
.navBurger:after {
  bottom: -10px;
  width: 90%;
}
.navBurger.active {
  background: transparent;
  background-clip: content-box;
}
.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 110%;
}
.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 110%;
}

.overlay {
  position: fixed;
  background: #2A3140;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  overflow: hidden;
}
.overlay.open {
  opacity: .99;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.overlay.open li {
  display: block;
  -webkit-animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
          animation: fadeInRight 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.overlayMenu {
  position: absolute;
  text-align: right;
  right: 10vw;
  top: 2vw;
}
.overlayMenu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  position: relative;
  height: 100%;
}
.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}
.overlayMenu ul li a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 40px 10px 40px;
  margin: 5px 0;
  -webkit-transition: .2s;
  transition: .2s;
}
.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  padding-left: 80px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}

.locked {
  overflow: hidden;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.mobail_menu{
  display: none;
}



@media screen and (max-width: 1200px) {
  .container{
    max-width: 800px;
  }
}

@media screen and (max-width: 800px) {
  .caption_head {
      padding-bottom: 100px;
  }

  h2{
    font-size: 25px;
  }
  h3{
    font-size: 23px;
  }
  h4{
    font-size: 20px;
  }
  .container,
  .container-800{
    width: 100%;

  }

  .mobail_menu{
    display: block;
  }

  .navigation{
    display: none;
  }

  .two_b .body_b {
      flex-direction: column;

  }

  .body_b,
  .head_b{
    padding: 0 15px;
  }

  .six_b .head_b,
  .how_mach_header .head_b,
  .contacts .head_b
   {
      padding: 30px 15px;
  }


  .two_b .body_b .left_b {
      text-align: center;
  }

  .accomplishments-row,
  .how_mach_row,
  .contact_row {
      flex-direction: column;
  }

  .accomplishments-item img {
      height: auto;
  }

  .how_mach_item {
      width: 90%;
      margin: 0 auto;
  }
}

