@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic');
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
    outline: none;
}


a {
        cursor: pointer;
}

ul, ol {
  list-style: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
    font-weight: 400;
}

.section {
	text-align: center; 
}

#section0 {
	background-image: url(../src/bg1.jpg);
	background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#section2 {
	background-image: url(../src/bg2.jpg);
	background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.white-popup-block {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    z-index: 999;
    align-items: center;
}

.white-popup-block .callback-header {
    margin: 40px 0 30px 0;
}

.white-popup-block input {
    margin: 10px;
    width: 400px;
}

.btn-primary {
    border-radius: 0;
    border: 2px solid #a1a1a1;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 65px;
    background-color: transparent;
    background-color: #f1c21e;
    border-color: #f1c21e;
    width: 300px;
    margin: 30px 0 40px 0;
}

.form-control {
    height: 60px;
    border: 1px solid #cfd8dc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-left: 25px;
    color: #a6a6a6;
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #f1c21e;
}

p {
	font-size: 2em;
}

.intro p {
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
	color: #fff;
}

.city-navigation-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 0;
    z-index: 10;
    height: 90vh;
    background: rgba(0,0,0,.1);
}

ul#city-nav {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    width: 145px;
    height: 90vh;
}

#city-nav li {
    transform: rotate(-90deg);
    padding: 15px;
    width: 200px;
    margin-left: -55px;
}

.city-navigation-wrapper ul li a {
    font-size: 16px;
    text-transform: uppercase;
    color: #c0c0c0;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
}

.city-navigation-wrapper ul li.active a {
      color: #ffffff;
      font-weight:600;
}
.city-navigation-wrapper ul li.active a:before {
      opacity: 1;
      width: 45px;
}

.gray-navigation li a {
    color: #bebebe;
}

.gray-navigation li.active a{
    color: #000 !important;
}

.logo-wrapper {
    position: fixed;
    top: 35px;
    left: 22px;
    margin-top: 0;
    z-index: 10;
    height: 5vh;
}

.logo-wrapper .logo {
    background: url("../src/vzletgroup_white.png") no-repeat center;
    background-size: cover;
	width: 110px;
	height: 21px;
}

.logo-wrapper .dark-logo {
    background: url("../src/vzletgroup_dark.png") no-repeat center;
}

.header-wrapper {
	display: flex;
	flex-direction: column;
    width: 70vw;
	color: #fff;
    padding-left: 15vw;
    
}

.header .header__welcome {
    text-align: center;
}

.header .header__welcome img {
	padding: 150px 0 95px 0;
}

.header .header__welcome h1 {
	font-weight: 900;
	font-size: 3em;
}

.header .h3 {
    font-weight: 400;
    font-size: 1.4em;
    padding-bottom: .6%;
}

.header p {
    font-size: 3em;
    line-height: 50px;
    max-width: 800px;
    width: 100%;
    margin: auto;
}

.text-lora {
    font-family: 'Lora', serif;
    font-weight: 400;
}

.text-opensans {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.text-reg  {
    font-weight: 700;    
}

.wrapper {
	display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100vw;
	color: #000;
    padding-left: 15vw;
}

.owl-carousel {
    margin-top: 15vh;
}

.nav-wrap {
    position: relative;
}


.left-middle {
    width:43vw;
    text-align: left;
    
}

.left-middle p {
    font-size: 36px;
}

.nav-wrap button.play {
    position: absolute;
    bottom: 5.5vh;
    left: 17vw;
    z-index: 20;
}

.play {
  border: 0;
  background: transparent;
  box-sizing: border-box;
  width: 0;
  height: 32px;
  border-color: transparent transparent transparent #e5e5e5;
  transition: 100ms all ease;
  cursor: pointer;
  border-style: double;
  border-width: 0px 0 0px 20px;
}

.play.paused {
    border-style: solid;
    border-width: 15px 0 15px 20px;
    border-color: transparent transparent transparent #feca00;
}
.play:hover {
  border-color: transparent transparent transparent #feca00;
}


.center-middle {
    display: flex;
    flex-direction: column;
    width:50vw;
    text-align: center;
    justify-content: space-between;
}

.stats-number-desc {
    width: 30vw;
}

.stats-number {
    font-size: 72px;
    width: 30vw;
    color: #feca00;
}

.stats-number-desc {
    font-size: 14px;
    margin-bottom: 30px;
}

.callback-button {
    font-size: 14px;
    text-decoration: none;
    color: #222222;
    display: flex;
    width: 30vw;
    background: #feca00;
    height: 65px;
    flex-direction: column;
    justify-content: center;
}

.single-item {
  width: 100vw;
  margin: 0 auto;
  margin-top: 50px;
}

.owl-dots {
    display: flex;
    justify-content: flex-start;
    z-index: 100 !important;
    padding: 5vh 20vw;
    
}

button.owl-dot {
    width: 15px;
    height: 15px;
    display: block;
    margin: 15px !important;
    border: 3px solid #bbbbbb !important;
    border-radius: 50%;
}

button.owl-dot.active {
    border: 3px solid #feca00 !important;
    background: #fff !important;
}

.contacts-info {
    color: #fff;
    box-sizing: border-box;
}

.contacts-info .left-middle {
    width:35vw;
}

.contacts-info .center-middle {
    width: 40vw;
}

.contacts-info .callback-button {
    width:30vw;
    background: #fff;
}

.contacts-info .text-left-shift {
    text-align: left;
    
}

.contacts-info .text-left-shift p {
    font-size: 24px;
}

.contacts-info .text-left-shift span {
    font-size: 16px;
}

.contacts-info .center-middle .text-opensans {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}

.contacts-info .center-middle a.text-opensans {
    text-decoration: none;
    border-bottom: 2px dotted #fff;
}

.flex-row {
    display: flex;
    justify-content: flex-start;
}

.flex-row div{
    padding-right: 10%;
}

#map {
    height: 230px;
    width: 80%;
}


.gray-navigation a.active-slide {
    color: #000 !important;
    font-weight: 600;
}

@media (min-width: 992px) {
}