html, body {
margin:0;
padding:0;
font-family: 'Roboto Condensed', sans-serif;
  background:#152c3e;
}

#header_block {
	width: 100%;
	height: 1080px;
	background: transparent url(images/bg.jpg) no-repeat center top;
  margin-top:0px;
}

#main_logo {
	width: 300px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -150px;
	margin-top: 50px;
}

#main_logo img {
  width:100%;
  height:auto;
}

#main_desc {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	text-align: center;
	margin-top: 228px;
	text-transform: uppercase;
}



#main_desc h1 {
	padding: 0px;
	margin: 0px;
	font-size: 56px;
	color: #fdf9ba;
	letter-spacing: -2px;
	text-shadow: 0px 2px 2px #000000;
}

.beige {
color: #fdf9ba;
}

#main_subdesc {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	text-align: center;
	margin-top: 294px;
	text-transform: uppercase;
}

#main_subdesc h2 {
	padding: 0px;
	margin: 0px;
	font-size: 22.4px;
	color: #fff;
	letter-spacing: -0.8px;
	font-weight: 500;
	line-height: 31px;
	text-shadow: 0px 2px 2px #000000;
}

span.time_ribbon {
	background: #5d9200;
	padding: 2px 10px 1px 8px;
	height: 33px;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	margin-left: 2px;
	font-weight: 400;
	font-size: 22.4px;
	line-height: 10px;
	transform: translateY(-10px);
	text-transform: uppercase;
}


#video {
	height: 539px;
	left: 50%;
	margin-left: -480px;
	margin-top: 358px;
	position: absolute;
	width: 960px;
}

#splitter_1 {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	margin-top: 197px;
}

#splitter_2 {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	margin-top: 353px;
}

#splitter_3 {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	margin-top: 893px;
}

#services {
	position: absolute;
	width: 1080px;
	left: 50%;
	margin-left: -540px;
	text-align: center;
	margin-top: 935px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
}

#services a {
  color:#ffffff;
  text-decoration:none;
}



#footer_block {
	padding: 0px;
	height: 365px;
	width: 100%;
	background: url(images/footer_block.jpg) no-repeat center top;
}

#footer_header {
	width: 400px;
	left: 50%;
	margin-left: -200px;
	margin-top: 33px;
	text-align: center;
	font-size: 45px;
	color: #fdf9ba;
	letter-spacing: -1px;
	text-shadow: 1px 2px 2px #000000;
	position: absolute;
	font-weight: 700;
}

#footer_button_1 {
	height: 81px;
	left: 50%;
	margin-left: -512px;
	margin-top: 155px;
	position: absolute;
	width: 302px;
}
#footer_button_1 img {width:100%;}

#footer_button_2 {
	height: 81px;
	left: 50%;
	margin-left: 211px;
	margin-top: 155px;
	position: absolute;
	width: 302px;
}
#footer_button_2 img {width:100%;}

#footer_phone {
	height: 94px;
	left: 50%;
	margin-left: -133px;
	margin-top: 176px;
	position: absolute;
	width: 266px;
	text-align: center;
}

#footer_phone a {
	font-size: 46px;
	color: #fdf9ba;
	text-decoration: none;
	letter-spacing: -4px;
	text-shadow: 0px 2px 2px #000000;
}

.bold {
font-weight:700;
}


#politic {
	height: 52px;
	left: 50%;
	margin-left: -505px;
	margin-top: 305px;
	position: absolute;
	width: 300px;
	color: #DDDDDD;
	font-size: 12px;
}

#politic a {
	color: #69b7ee;
}

#metrika {
	height: 15px;
	left: 50%;
	margin-left: -44px;
	margin-top: 311px;
	position: absolute;
	width: 110px;
	text-align: center;
}

#egostile {
	height: 52px;
	left: 50%;
	margin-left: 405px;
	margin-top: 295px;
	position: absolute;
	width: 110px;
}
#egostile img {width:100%;}





#popup_header {
	padding: 0px;
	margin: 0px;
	font-size: 30px;
	color: #022340;
	letter-spacing: -2px;
	margin-bottom:10px;
	margin-top:30px
}


button {
cursor:pointer;
padding:0px;
border:0px;
margin:0px;
background:transparent;
}

button:active {
border:0px;
}

/**
 * Overlay
 * -- only show for tablet and up
 */
@media only screen and (min-width: 40em) {
  .modal-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}
/**
 * Modal
 */
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  background-color: #EEEEEE;
  width: 600px;
  max-width: 75rem;
  min-height: 20rem;
  padding: 1rem;
  border-radius: 3px;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  z-index:10;
}
.modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
}
.modal .modal-content {
	text-align:center;
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal.active .modal-content {
  opacity: 1;
}
.modal.active .close-modal {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 1;
}

/**
 * Mobile styling
 */
@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.5rem;
  }

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    padding: 0 !important;
  }

  .close-modal {
    right: 20px !important;
  }
}



/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {


}


/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {
  
  
  #footer_block {
	padding: 0px;
	height: 229px;
	width: 100%;
	background: url(images/footer_block.jpg) no-repeat center top;
	background-size: cover;
}

#footer_button_1 {
	height: 24px;
	left: 50%;
	margin-left: -321px;
	margin-top: 98px;
	width: 190px;
}

#footer_button_2 {
	height: 24px;
	left: 50%;
	margin-left: 132px;
	margin-top: 98px;
	width: 190px;
}

#footer_phone {
	height: 37px;
	margin-left: -103px;
	margin-top: 84px;
	width: 206px;
}

#politic {
	height: 17px;
	left: 50%;
	margin-left: -319px;
	margin-top: 189px;
	width: 180px;
	font-size: 10px;
	line-height: 10px;
}

#metrika {
	display: none;
}

#egostile {
	height: 20px;
	margin-left: 215px;
	margin-top: 175px;
	width: 110px;
}
  
}




/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {
  
  
#header_block {
	width: 100%;
	height: 538px;
	background: transparent url(images/bg.jpg) no-repeat center top;
	margin-top: 0px;
}  

#main_logo {
	width: 150px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	margin-top: 30px;
}
  
#main_desc {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	text-align: center;
	margin-top: 125px;
	text-transform: uppercase;
}
  
 #main_desc h1 {
	padding: 0px;
	margin: 0px;
	font-size: 23px;
	color: #fdf9ba;
	letter-spacing: 0px;
	text-shadow: 0px 2px 2px #000000;
	line-height: 24px;
}
  
#splitter_1 {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	margin-top: 104px;
}
  
#splitter_1 img, #splitter_2 img, #splitter_3 img { width:100%;}  
  
#main_subdesc {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	text-align: center;
	margin-top: 174px;
	text-transform: uppercase;
}
  
#main_subdesc h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14.4px;
	color: #fff;
	letter-spacing: -0.8px;
	font-weight: 500;
	line-height: 18px;
	text-shadow: 0px 2px 2px #000000;
}
  
 span.time_ribbon {
	background: #5d9200;
	padding: 0px 5px 0px 5px;
	height: 33px;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	margin-left: 2px;
	font-weight: 400;
	font-size: 14.4px;
	line-height: 10px;
	transform: translateY(-10px);
	text-transform: uppercase;
}
  
 #splitter_2 {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	margin-top: 228px;
}
  
#video {
	height: 169px;
	left: 50%;
	margin-left: -150px;
	margin-top: 230px;
	position: absolute;
	width: 300px;
}
  
#splitter_3 {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	margin-top: 399px;
}
  
#services {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	text-align: center;
	margin-top: 415px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
  
  
  
  
 #footer_block {
	padding: 0px;
	height: 356px;
	width: 100%;
	background: url(images/footer_block.jpg) no-repeat center top;
	background-size: auto;
}
  
#footer_header {
display:none;
  }  

#footer_button_1 {
	height: 77px;
	left: 50%;
	margin-left: -151px;
	margin-top: 21px;
	position: absolute;
	width: 302px;
}

#footer_button_2 {
display:none;
}

#footer_phone {
	height: 37px;
	left: 50%;
	margin-left: -130px;
	margin-top: 169px;
	position: absolute;
	width: 266px;
}

#politic {
	height: 17px;
	left: 50%;
	margin-left: -138px;
	margin-top: 306px;
	position: absolute;
	width: 150px;
	color: #DDDDDD;
	font-size: 8px;
	line-height: 8px;
}

#metrika {
	display: none;
}

#egostile {
	height: 56px;
	left: 50%;
	margin-left: 38px;
	margin-top: 290px;
	position: absolute;
	width: 110px;
}
}


/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {
  
#header_block {
	width: 100%;
	height: 538px;
	background: transparent url(images/bg.jpg) no-repeat center top;
	margin-top: 0px;
}  

#main_logo {
	width: 150px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	margin-top: 30px;
}
  
#main_desc {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	text-align: center;
	margin-top: 125px;
	text-transform: uppercase;
}
  
 #main_desc h1 {
	padding: 0px;
	margin: 0px;
	font-size: 23px;
	color: #fdf9ba;
	letter-spacing: 0px;
	text-shadow: 0px 2px 2px #000000;
	line-height: 24px;
}
  
#splitter_1 {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	margin-top: 104px;
}
  
#splitter_1 img, #splitter_2 img, #splitter_3 img { width:100%;}  
  
#main_subdesc {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	text-align: center;
	margin-top: 174px;
	text-transform: uppercase;
}
  
#main_subdesc h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14.4px;
	color: #fff;
	letter-spacing: -0.8px;
	font-weight: 500;
	line-height: 18px;
	text-shadow: 0px 2px 2px #000000;
}
  
 span.time_ribbon {
	background: #5d9200;
	padding: 0px 5px 0px 5px;
	height: 33px;
	color: #ffffff;
	text-shadow: 0px 1px 1px #000000;
	margin-left: 2px;
	font-weight: 400;
	font-size: 14.4px;
	line-height: 10px;
	transform: translateY(-10px);
	text-transform: uppercase;
}
  
 #splitter_2 {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	margin-top: 228px;
}
  
#video {
	height: 169px;
	left: 50%;
	margin-left: -150px;
	margin-top: 230px;
	position: absolute;
	width: 300px;
}
  
#splitter_3 {
	position: absolute;
	width: 320px;
	left: 50%;
	margin-left: -160px;
	margin-top: 399px;
}
  
#services {
	position: absolute;
	width: 270px;
	left: 50%;
	margin-left: -135px;
	text-align: center;
	margin-top: 415px;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}
  
  
  
  
 #footer_block {
	padding: 0px;
	height: 356px;
	width: 100%;
	background: url(images/footer_block.jpg) no-repeat center top;
	background-size: auto;
}
  
#footer_header {
display:none;
  }  

#footer_button_1 {
	height: 77px;
	left: 50%;
	margin-left: -151px;
	margin-top: 21px;
	position: absolute;
	width: 302px;
}

#footer_button_2 {
display:none;
}

#footer_phone {
	height: 37px;
	left: 50%;
	margin-left: -130px;
	margin-top: 169px;
	position: absolute;
	width: 266px;
}

#politic {
	height: 17px;
	left: 50%;
	margin-left: -138px;
	margin-top: 306px;
	position: absolute;
	width: 150px;
	color: #DDDDDD;
	font-size: 8px;
	line-height: 8px;
}

#metrika {
	display: none;
}

#egostile {
	height: 56px;
	left: 50%;
	margin-left: 38px;
	margin-top: 290px;
	position: absolute;
	width: 110px;
}


}







