/*----------------------------------------------------------------------------------------------------------------------
Project:    {DOMO}
Version:    1.0
Author:     Denis Moskvitin
----------------------------------------------------------------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * =============================================================================
 * [ PRINT STYLES ]
 * =============================================================================
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * =============================================================================
 * [ BASE STYLES ]
 * =============================================================================
 */
@font-face {
  font-family: 'pf_dindisplay_proregular';
  src: url('../../fonts/pfdindisplaypro-reg-webfont.woff2') format('woff2'), url('../../fonts/pfdindisplaypro-reg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_din_text_comp_proregular';
  src: url('../../fonts/pfdintextcomppro-regular-webfont.woff2') format('woff2'), url('../../fonts/pfdintextcomppro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pf_din_text_cond_proregular';
  src: url('../../fonts/pfdintextcondpro-regular-webfont.woff2') format('woff2'), url('../../fonts/pfdintextcondpro-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
  background: #ffd16e;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #ffd16e;
  color: #000;
  text-shadow: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background: #fff;
  color: #231f20;
  font-family: 'pf_din_text_comp_proregular', Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.2;
  background: url("../../images/bg-header.jpg") no-repeat 50% 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 26px 0;
  font-weight: normal;
}
h1 {
  font-size: 53px;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  margin: 26px 0;
}
a {
  color: #ed1313;
  text-decoration: underline;
  transition: 0.2s color ease-in-out;
}
a:hover {
  text-decoration: none;
}
small {
  font-size: 85%;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
.hidden {
  display: none;
  visibility: hidden;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.red {
  color: #f00;
}
.container-wrap {
  max-width: 1080px;
  margin: 0 auto;
}
.main {
  padding: 0 35px 115px;
}
@media screen and (max-width: 768px) {
  .main {
    padding: 0 20px 80px;
  }
}
@media screen and (max-width: 460px) {
  .main {
    padding: 0 10px 80px;
  }
}
/*
 * =============================================================================
 * { UTILITY CLASSES }
 * =============================================================================
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.header {
  margin-bottom: 134px;
}
.header__box {
  padding: 45px 70px;
}
.logo {
  float: right;
  width: 371px;
  margin: 0;
}
.logo__link {
  display: block;
  height: 100%;
}
@media screen and (max-width: 920px) {
  .logo {
    float: none;
    margin: 0 auto;
    width: 270px;
  }
}
@media screen and (max-width: 460px) {
  .logo {
    width: 173px;
  }
}
.footer {
  background-color: #edf8fe;
}
.footer-box {
  padding: 22px 92px 64px 66px;
}
.footer__copy {
  font-size: 14px;
  line-height: 16px;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
  color: #72a1ba;
  float: left;
}
.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
.social-networks__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px 0 0;
}
.social-networks__link {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background: url("../../images/bg-social-networks.png") no-repeat;
  width: 37px;
  height: 37px;
  transition: opacity 0.2s ease-in-out;
}
.social-networks__link:hover {
  opacity: 0.7;
}
.social-networks__link--youtube {
  background-position: -44px 0;
}
.social-networks__link--twitter {
  background-position: -87px 0;
}
.social-networks__link--google {
  background-position: -131px 0;
}
.social-networks__link--instagram {
  background-position: -175px 0;
}
@media screen and (max-width: 768px) {
  .footer-box {
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-box {
    text-align: center;
  }
  .social-networks {
    float: none;
    margin-bottom: 25px;
  }
  .footer__copy {
    float: none;
  }
}
.air {
  margin-bottom: 80px;
}
.air__info {
  float: left;
  width: 55.44554455445545%;
}
.air__title-holder {
  padding-left: 20px;
}
.air__title {
  margin: 0 0 37px;
  font-size: 60px;
  line-height: 66px;
  color: #24558c;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.air__subtitle {
  margin: 0 0 57px;
  font-size: 44px;
  line-height: 46px;
}
.air__slogan {
  font-size: 38px;
  line-height: 40px;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  color: #ed1313;
  display: block;
  width: 400px;
  padding: 11px 30px 12px;
  margin: 0 0 0 20px;
  -ms-transform: skew(-10deg);
      transform: skew(-10deg);
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.air__slogan em {
  display: block;
  -ms-transform: skew(10deg);
      transform: skew(10deg);
}
.air__image {
  margin: -15px 0 0 15px;
  display: block;
}
.air__product {
  float: right;
  width: 39.603960396039604%;
  padding: 0 0 0 10px;
}
.air__product .product__image {
  display: block;
  margin-top: -77px;
  margin-left: -42px;
}
@media screen and (max-width: 920px) {
  .air {
    margin-bottom: 50px;
  }
  .air__info,
  .air__product {
    float: none;
    width: 100%;
  }
  .air__product {
    padding: 0;
  }
  .air__product .product__image {
    margin: -50px auto 0;
    position: relative;
    left: -25px;
  }
  .air__title-holder {
    padding-left: 0;
    text-align: center;
  }
  .air__slogan {
    margin: 0 auto;
  }
  .air__image {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 768px) {
  .air__title {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 30px;
    padding: 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  }
  .air__subtitle {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .air__slogan {
    font-size: 34px;
    line-height: 36px;
  }
  .air__product .product__image {
    max-width: 250px;
  }
}
@media screen and (max-width: 460px) {
  .air__title {
    font-size: 36px;
    line-height: 40px;
  }
  .air__slogan {
    width: 100%;
    padding: 10px 15px;
  }
  .air__subtitle {
    font-size: 24px;
    line-height: 26px;
  }
  .air__product .product__image {
    max-width: 192px;
    left: -12px;
    margin-bottom: 40px;
  }
}
.video__product {
  float: left;
  width: 47.5%;
  padding-left: 32px;
}
.video__product .product__image {
  margin-top: -200px;
  margin-bottom: 40px;
  margin-left: 110px;
}
.video__text-holder {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 90px;
}
.video__text {
  margin: 0 0 10px;
}
.video__info {
  float: right;
  width: 47%;
  padding: 0 40px 0 0;
}
.video__title {
  font-size: 36px;
  line-height: 32px;
  font-family: 'pf_dindisplay_proregular', Arial, Helvetica, sans-serif;
  color: #0d93c6;
  margin: 0 0 30px;
}
.video__subtitle {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 28px;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #000;
}
.video__box {
  margin-bottom: 195px;
}
.video__box iframe {
  display: block;
  width: 422px;
  margin: 0 auto;
  border: 1px solid #cdd9e0;
  border-radius: 3px;
}
@media screen and (max-width: 920px) {
  .video__product {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .video__product .product__image {
    margin: 0 auto 40px;
    position: relative;
    left: 29px;
  }
  .video__info {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .video__text-holder {
    margin-bottom: 50px;
  }
  .video__box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .video__product .product__image {
    max-width: 185px;
  }
}
@media screen and (max-width: 460px) {
  .video__product .product__image {
    max-width: 130px;
    left: 15px;
  }
  .video__title {
    font-size: 24px;
    line-height: 26px;
  }
  .video__box iframe {
    width: 100%;
  }
  .contact-list {
    margin: 0 14px;
  }
}
.product__image {
  display: block;
}
.product__title {
  margin: 0 0 15px;
  color: #24558c;
  font-size: 26px;
  line-height: 27px;
  font-family: 'pf_dindisplay_proregular', Arial, Helvetica, sans-serif;
}
.product__option {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 33px;
  color: #000;
}
.product-list {
  list-style: none;
  padding: 0;
  margin: 0 0 54px;
  font-size: 22px;
  line-height: 26px;
}
.product-list__item {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
.product-list__item:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background: url("../../images/arrow.png") no-repeat;
  width: 17px;
  height: 10px;
}
.product__link {
  text-decoration: none;
}
.product__buy-holder {
  padding-left: 30px;
}
.product__buy {
  display: inline-block;
  vertical-align: top;
  padding: 15px 45px;
  width: 245px;
  background-color: #20b400;
  border-radius: 35px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3px;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border: none;
  outline: none;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  text-transform: uppercase;
  text-align: center;
}
.product__buy:hover {
  background-color: #25ce00;
}
.product__buy-text {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  position: relative;
}
.product__buy-text:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: -4px 0 0 10px;
  background: url("../../images/icon-product-buy.png") no-repeat;
  width: 36px;
  height: 27px;
}
.product__buy--blue {
  background-color: #0d93c6;
}
.product__buy--blue:hover {
  background-color: #0fa5de;
}
@media screen and (max-width: 920px) {
  .product__title,
  .product__option {
    text-align: center;
  }
  .product__buy-holder {
    padding: 0;
    text-align: center;
  }
  .product-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 460px) {
  .product__title {
    font-size: 24px;
    line-height: 26px;
  }
}
.contact__title {
  color: #00a04e;
  font-size: 24px;
  line-height: 26px;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.contact__text {
  margin: 0 0 17px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
  color: #000;
}
.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  line-height: 28px;
  font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
}
.contact-list__item {
  padding-bottom: 1px;
}
.contact-list__item a {
  color: #000;
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */