
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Grid
3.0 Common
4.0 Blocks
  4.1 Header
  4.2 Main
  4.3 Footer
--------------------------------------------------------------*/

@font-face {
    font-family: 'AgencyFB_regular';
    src: url('fonts/AGENCYR.eot');
    src: url('fonts/AGENCYR.eot') format('embedded-opentype'),
         url('fonts/AGENCYR.woff2') format('woff2'),
         url('fonts/AGENCYR.woff') format('woff'),
         url('fonts/AGENCYR.ttf') format('truetype'),
         url('fonts/AGENCYR.svg#AGENCYR') format('svg');
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular.eot');
    src: url('fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('fonts/MyriadProRegular.woff2') format('woff2'),
         url('fonts/MyriadProRegular.woff') format('woff'),
         url('fonts/MyriadProRegular.ttf') format('truetype'),
         url('fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}


@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('fonts/CenturyGothicRegular.eot');
    src: url('fonts/CenturyGothicRegular.eot') format('embedded-opentype'),
         url('fonts/CenturyGothicRegular.woff2') format('woff2'),
         url('fonts/CenturyGothicRegular.woff') format('woff'),
         url('fonts/CenturyGothicRegular.ttf') format('truetype'),
         url('fonts/CenturyGothicRegular.svg#CenturyGothicRegular') format('svg');
}



/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------------
2.0 Grid
--------------------------------------------------------------*/

.container {
  width: 1000px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after {
  clear: both;
}


/*--------------------------------------------------------------
3.0 Common
--------------------------------------------------------------*/

/* apply a natural box layout model to all elements, but allowing components to change */
/*html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}*/

body {
  background: #fff;
  font-family: 'MyriadProRegular', sans-serif;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: underline;
}

.no-padding {
  padding: 0;
}

.no-select {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */ 
}

/* Form submit result */


.header__form-submit-result,
.leave-request__submit-result,
.modal-form__submit-result {
  display: none;
  margin: 5px 0px 5px 0px;
  padding: 5px;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.header__form-submit-result {
  position: absolute;
  /*width: 224px;*/
  width: 290px;
  left: 5px;
  margin-top: 15px;
  text-align: left;
}

.leave-request__submit-result {
  position: absolute;
  width: 25%;
  left: 37.5%;
  right: 37.5%;
  margin: 10px auto 0px auto;
  text-align: center;
}

.modal-form__submit-result {
  margin: 10px auto 0px auto;
  width: 80%;
  text-align: center;
}

/*--------------------------------------------------------------
4.0 Blocks
--------------------------------------------------------------*/

/*--------------------------------------------------------------
4.1 Header
--------------------------------------------------------------*/

.header {
/*  height: 684px;*/
  background: #fff url(images/bg-header.jpg) repeat-x center top;
  background-size: contain;
}

.header__logo {
    width: 25%;
    text-align: center;
    height: 70px;
    float: left;
    margin: 25px 0;
}
.header__logo a {
    display: block;
    outline: none;
    background: #ffffff;
    margin: 0 0 5px;
    padding: 0 0 5px;
}
.logo-text{
    display: block;
    font-size: 12px;
    color: #ffffff;
}

.header__logo--red {
  color: #ee1c0b;
}

.header__logo a {
  display: block;
  outline: none;
}

.header__logo a:hover,
.header__logo a:focus,
.header__logo a:active {
  text-decoration: none;
}

.header__logo img {
  display: inline-block;
  margin: 15px 0 8px;
}

.header__logo-text {
  display: inline-block;
  vertical-align: top;
  margin: 17px 0 0 17px;
  font-size: 39px;
  font-weight: bold;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  color: #00458e;
}

.header__order-now {
  width: 50%;
  float: right;
  margin-top: 22px;
  height: 50px;
  text-align: right;
}

.header__phone {
  vertical-align: top;
  display: inline-block;
  margin-right: 18px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}

.header__phone-number--last {
  margin-top: 10px;
}

.header__order-btn {
  vertical-align: top;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 0px;
  border: 1px solid #fff;
  font-size: 16px;
  background-color: transparent;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

.header__navigation {
  float: right;
  margin-top: 15px;
  text-align: right;
}

.header__navigation-item {
  display: inline-block;
  margin-right: 20px;
}

.header__navigation-item:hover > a,
.header__navigation-item:focus > a,
.header__navigation-item:active > a {
  text-decoration: underline;
}

.header__navigation-item:last-child {
  margin-right: 0;
}

.header__navigation-item a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.header__bottom-line-bg {
  height: 700px;
  background: transparent url(images/bg-tvs.png) no-repeat center top;
}

.header__bottom-line {
  padding: 40px 40px 20px;
	position: relative;
}

.header__title {
  display: inline-block;
  vertical-align: top;
  width: 585px;
  margin-right: 30px;
  font-family: 'CenturyGothicRegular', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #00458e;
}

.header__title--red {
  color: #ee1c0b;
}

.header__title--big {
  font-size: 30px;
}

.klaxa{
	border-radius: 50%;
	height: 230px;
	left: 2%;
	position: absolute;
	top: 23%;
	width: 230px;
	background: #ed1c0b;
}

.klaxa p{
	margin: 20px 10px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	-ms-transform: rotate(-20deg);
	transform: rotate(-20deg);
	text-align: center;
	line-height: 37px;
}

.klaxa p span{
	color: #00458e;
}


.header__form {
  position: relative;
  display: inline-block;
  width: 300px;
  max-width: 300px;
  padding: 22px 12px;
  background: #2989c3;
  background: rgba(41,137,195,.9);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header__form-title {
  margin-bottom: 25px;
  font-size: 21px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
}

.header__field-name,
.header__field-phone {
  width: 100%;
  padding: 6px 5px 6px 40px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  font-style: italic;
  font-size: 15px;
  color: #797d85;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header__field-name {
  background: #fff url(images/icons/icon-user.png) no-repeat 10px center;
}

.header__field-phone {
  margin-top: 11px;
  background: #fff url(images/icons/icon-phone.png) no-repeat 15px center;
}

.header__field-submit {
  width: 100%;
  padding: 7px 15px 6px 15px;
  margin-top: 0;
  background-color: #ed1c0b;
  border: none;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}

.header__form-notify {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
}

.header__countdown-title {
  margin: 15px 0px 15px 0px;
  font-size: 21px;
  text-align: center;
  line-height: 1.1;
  color: #fff;
}

.header__countdown-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  width: 68px;
  height: 69px;
  background: transparent url(images/bg-countdown-value.png) no-repeat center top;
  text-align: center;
}

.header__countdown-item::after {
  content: url(images/icons/icon-colon.png);
  position: absolute;
  top: 35%;
  right: -6px;
}

.header__countdown-item:last-child {
  margin-right: 0;
}

.header__countdown-item:last-child::after {
  content: '';
}

.header__countdown-value {
  height: 34px;
  font-family: "AgencyFB_regular", sans-serif;
  font-size: 45px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}

.header__countdown-description {
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #cdcdcd;
  text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

.header__countdown-colon {
  display: inline-block;
  vertical-align: middle;
}


/*--------------------------------------------------------------
4.2 Main
--------------------------------------------------------------*/

.why-us__title {
  margin: 65px 0px 65px 0px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.why-us__title--red {
  color: #ee1c0b;
}

.why-us__reason {
  float: left;
  width: 33.33333%;
  height: 150px;
  text-align: center;
  margin-bottom: 90px;
}

.why-us__reason-description {
  margin-top: 25px;
  font-size: 16px;
}

.why-us__reason-header {
  font-weight: bold;
}




.leave-request__title {
  margin: 0 0 35px 0;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.leave-request__title--white {
  color: #fff;
}

.leave-request__title--black {
  color: #000;
}

.leave-request {
  position: relative;
  z-index: 1;
}

.leave-request--blue {
  background: #2a89c4;
}

.leave-request--white {
  background: #fff;
}

.leave-request__form {
  margin: 34px 0 50px 0;
  text-align: center;
}

.leave-request__field-name,
.leave-request__field-phone {
  width: 220px;
  margin-right: 30px;
  padding: 6px 5px 6px 40px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  font-style: italic;
  font-size: 15px;
  color: #797d85;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.leave-request__field-name {
  background: #fff url(images/icons/icon-user.png) no-repeat 10px center;
}

.leave-request__field-phone {
  background: #fff url(images/icons/icon-phone.png) no-repeat 15px center;
}

.leave-request__field-submit {
  width: 220px;
  padding: 5px 30px 6px 30px;
  background-color: #ed1c0b;
  border: none;
  text-transform: uppercase;
  font-size: 17px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}


.work-scheme__title {
  margin: 65px 0px 65px 0px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.work-scheme__title--red {
  color: #ee1c0b;
}

.work-scheme__top-list {
  margin-bottom: 30px;
}

.work-scheme__tl-item {
  float: left;
  margin-left: 100px;
}

.work-scheme__tl-item:first-child {
  margin-left: 0;
}

.work-scheme__item-header {
  font-weight: bold;
}

.work-scheme__infographics-list {
  height: 455px;
  width: 958px;
  margin: 0 auto 50px auto;
  background: transparent url(images/bg-work-scheme.png) no-repeat center center;
}

.work-scheme__infographics-item {
  float: left;
  display: inline-block;
  width: 180px;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
}

.work-scheme__infographics-number {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
}

.work-scheme__infographics-item--first .work-scheme__infographics-number,
.work-scheme__infographics-item--third .work-scheme__infographics-number,
.work-scheme__infographics-item--fifth .work-scheme__infographics-number {
  top: 250px;
}

.work-scheme__infographics-item--second .work-scheme__infographics-number,
.work-scheme__infographics-item--fourth .work-scheme__infographics-number {
  top: 165px;
}

.work-scheme__infographics-item--first,
.work-scheme__infographics-item--third,
.work-scheme__infographics-item--fifth {
  background-position: center 2%;
}

.work-scheme__infographics-item--second,
.work-scheme__infographics-item--fourth {
  background-position: center bottom;
}

.work-scheme__infographics-item--first {
  background-image: url(images/work-scheme-step-1.png);
  margin-left: 30px;
}

.work-scheme__infographics-item--first .work-scheme__infographics-number {
  color: #e53838;
}

.work-scheme__infographics-item--second {
  background-image: url(images/work-scheme-step-2.png);
}

.work-scheme__infographics-item--second .work-scheme__infographics-number {
  color: #9c4999;
}

.work-scheme__infographics-item--third {
  background-image: url(images/work-scheme-step-3.png);
}

.work-scheme__infographics-item--third .work-scheme__infographics-number {
  color: #039ebd;
}

.work-scheme__infographics-item--fourth {
  background-image: url(images/work-scheme-step-4.png);
}

.work-scheme__infographics-item--fourth .work-scheme__infographics-number {
  color: #a9d82a;
}

.work-scheme__infographics-item--fifth {
  background-image: url(images/work-scheme-step-5.png);
}

.work-scheme__infographics-item--fifth .work-scheme__infographics-number {
  color: #e6bb0d;
}

.work-scheme__bl-item {
  float: left;
}

.work-scheme__bl-item--first {
  margin-left: 160px;
}

.work-scheme__bl-item--second {
  margin-left: 120px;
}

.work-scheme__tagline {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 110px;
  color: #000;
}

.work-scheme__tagline-img {
  margin-left: 30px;
}



.reviews__title {
  margin: 65px 0px 65px 0px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.reviews__title--red {
  color: #ee1c0b;
}

.reviews__item {
  float: left;
  width: 50%;
  margin-bottom: 80px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.reviews__item:nth-child(even) {
  padding-left: 25px;
}

.reviews__photo,
.reviews__info {
  display: inline-block;
  vertical-align: top;
}

.reviews__photo {
  margin-right: 50px;
}

.reviews__about-reviewer {
  margin-bottom: 30px;
  color: #000;
}

.reviews__text {
  width: 260px;
  margin-top: 35px;
  color: #676565;
  font-family: "Verdana", sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
}




.our-portfolio {
  height: 714px;
  background: url(images/bg-portfolio.jpg) no-repeat center top;
}

.our-portfolio .container {
  width: 946px;
}

.our-portfolio__title {
  margin: 65px 0px 65px 0px;
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.our-portfolio__title--red {
  color: #ee1c0b;
}

.our-portfolio__item {
  position: relative;
  float: left;
  display: inline-block;
  margin: 0px 15px 15px 0px;
  max-width: 302px;
}

.our-portfolio__item--last {
  margin-right: 0;
}

.our-portfolio__photo {
  display: block;
}

.our-portfolio__item:hover > .our-portfolio__overlay {
  opacity: 1;
}

.our-portfolio__overlay {
  display: table;
  opacity: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: transparent; /* degradation */
  background: rgba(89, 95, 105, 0.5);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* Text on hover */
.our-portfolio__overlay-text {
  /*display: table-cell;*/
  display: none;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  width: inherit;
  height: inherit;
}

/*--------------------------------------------------------------
4.3 Footer
--------------------------------------------------------------*/

.footer__top-line {
  padding: 80px 0 80px 0;
  background: #7d8fa3;
}

.footer__top-line .container {
  position: relative;
}

.footer__map {
  float: left;
  position: relative;
  z-index: 1;
}

.footer__info {
  float: right;
  position: relative;
  z-index: 1;
  width: 270px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer__title {
  margin-bottom: 35px;
  font-size: 23px;
  font-weight: bold;
}

.footer__satellite-photo {
  position: absolute;
  right: -160px;
  top: 35px;
}

.footer__bottom-line {
  padding: 50px 0 30px 0;
  background: #16283b;
}

.footer__copyright,
.footer__navigation {
  display: inline-block;
}

.footer__copyright,
.footer__created-by {
  font-size: 18px;
  color: #fff;
}

.footer__created-by {
  margin-top: 30px;
  text-align: center;
}

.footer__created-by__link {
  color: #fff;
}

.footer__navigation {
  float: right;
}

.footer__navigation-item {
  display: inline-block;
  margin-right: 20px;
}

.footer__navigation-item:last-child {
  margin-right: 0;
}

.footer__navigation-item a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}


/*--------------------------------------------------------------
4.4 Modal forms
--------------------------------------------------------------*/

.modal-form {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-form__form {
  position: relative;
  top: 30%;
  width: 380px;
  margin: 0 auto;
  padding: 20px;
  /*background: #fff;*/
  background: #2a89c4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-form__title {
  margin-bottom: 25px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.1;
}


.modal-form__field-name,
.modal-form__field-phone {
  width: 100%;
  padding: 4px 5px 4px 40px;
  border: 1px solid #c7c7c7;
  background-color: #fff;
  font-style: italic;
  font-size: 16px;
  color: #797d86;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-form__field-name {
  background: #fff url(images/icons/icon-user.png) no-repeat 10px center;
}

.modal-form__field-phone {
  margin-top: 11px;
  background: #fff url(images/icons/icon-phone.png) no-repeat 15px center;
}

.modal-form__field-submit {
  width: 100%;
  padding: 6px 30px 6px 30px;
  margin-top: 27px;
  background-color: #ed1c0b;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  cursor: pointer;
}

.modal-form__close-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease 0s;
  background-color: #fb7d41;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: -3px 1px 6px 0px rgba(0, 0, 0, 0.1);
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 0.85;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-form__close-btn,
.modal-form__close-btn:hover,
.modal-form__close-btn:active,
.modal-form__close-btn:focus {
  cursor: pointer;
  outline: none;
  color: #fff;
}

.modal-form__close-btn:hover {
  background-color: #ed1c0b;
}
iframe {display:block;width:100%;border:none;}
.g-recaptcha {
  position: relative;
  padding-bottom: 5%; /* 16:9 */
  /*padding-top: 25px;*/
  height: auto;
  margin-top: 11px;
}

.g-recaptcha iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header__form-countdown{
  text-align: center;
}