@import url(normalize.css);
@font-face {
  font-family: "MyriadPro";
  src: url("/fonts/MyriadPro-Bold.eot");
  src: url("/fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/MyriadPro-Bold.woff") format("woff"), url("/fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
html,
body {
  width: 100%; }

.container {
  margin: 0 auto;
  width: 1170px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto; }
  @media (max-width: 1170px) {
    .container {
      width: 900px; } }
  @media (max-width: 1170px) and (max-width: 900px) {
    .container {
      width: 760px; } }

  @media (max-width: 1170px) and (max-width: 900px) and (max-width: 760px) {
    .container {
      width: 100%; } }

.header__blue {
  background-color: #01A6E6;
  height: 51px; }
  .header__blue .header__bg-left, .header__blue .header__bg-right {
    position: absolute;
    top: 0; }
    .header__blue .header__bg-left img, .header__blue .header__bg-right img {
      height: 100%;
      width: auto; }
  .header__blue .header__bg-right {
    right: 0; }
    @media (max-width: 760px) {
      .header__blue .header__bg-right {
        display: none; } }

.header__logo {
  height: 100px; }
  .header__logo img {
    height: 81px;
    margin-top: 10px;
    margin-left: 13px; }

footer {
  background-color: #01A6E6;
  color: #FFF;
  background-image: url(/images/footer-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 101%;
  -o-background-size: 101%;
  background-size: 101%;
  background-position: bottom;
  padding: 48px 120px 100px 120px; }
  @media (max-width: 1170px) {
    footer {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 1170px) and (max-width: 760px) {
    footer {
      padding-left: 13px;
      padding-right: 13px; } }

  footer p {
    font-family: MyriadPro;
    font-size: 24px;
    letter-spacing: 0.095em;
    line-height: 34px;
    max-width: 1320px; }
    @media (max-width: 760px) {
      footer p {
        max-width: 100%;
        width: 100%; } }
  footer .logos {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }
    footer .logos .logo {
      background-image: url(/images/social.png);
      height: 22px;
      width: 28px;
      display: inline-block;
      background-repeat: no-repeat;
      margin-right: 7px; }
      footer .logos .logo.logo_0 {
        background-position: 0px 0; }
      footer .logos .logo.logo_1 {
        background-position: -52px 0; }
      footer .logos .logo.logo_2 {
        background-position: -104px 0; }
      footer .logos .logo.logo_3 {
        background-position: -156px 0; }
      footer .logos .logo.logo_4 {
        background-position: -208px 0; }
  footer .contacts {
    width: 100%;
    text-align: center;
    margin-top: 14px; }
    footer .contacts img,
    footer .contacts .contact {
      display: inline-block; }
    footer .contacts img {
      height: 100px;
      margin-bottom: 50px; }
    footer .contacts .contact {
      position: relative;
      top: -80px;
      font-size: 23px;
      text-align: left;
      margin-left: 31px; }
      @media (max-width: 588px) {
        footer .contacts .contact {
          top: 0; } }

.bg-image {
  background-image: url("/images/bg-image.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }

.text {
  font-family: MyriadPro;
  padding: 20px 26px; }
  .text h1 {
    font-size: 30px;
    letter-spacing: 0.012em; }
  .text h2 {
    font-size: 20px;
    letter-spacing: 0.051em; }
  .text p {
    font-size: 23px;
    letter-spacing: 0.0257em;
    line-height: 30px;
    margin-top: 21px; }
    .text p a {
      color: #000; }
    .text p.middle-size {
      color: #FF0000; 
      font-size: 19px;
      margin-top: -15px;
      letter-spacing: 0.023em;
      margin-bottom: 28px; }

.cards {
  padding: 54px 12px; }

.card {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.1s box-shadow;
  -moz-transition: 0.1s box-shadow;
  -ms-transition: 0.1s box-shadow;
  -o-transition: 0.1s box-shadow;
  transition: 0.1s box-shadow; }
  
  .card:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.72);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.72); }
  .card.card-100 {
    width: 100%;
    margin-bottom: 20px; 
	margin-top: 20px;
	}
	
  .card-50 {
    width: calc( (100% / 2) - 20px ); 
    margin-right: 20px; 
	margin-top: 20px; 
	
	
	}
	
  .card.card-66 {
    width: 66.66667%;
    margin-right: 20px; 
	margin-top: 20px; }
  .card.card-33 {
    width: calc( (100% / 3) - 20px ); 
	margin-top: 20px; }
  @media (max-width: 1170px) {
    .card.card-66 {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
    .card.card-33 {
      width: 100%; } }
  .card .image {
    width: 100%;
    height: 315px;
    background-position: center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px; }
  .card .panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 91px; }
  .card .logo {
    margin-top: 25px;
    height: 40px;
    margin-left: 12px; }
	
  .card .logo.irec {
    margin-top: 5px;
    height: 80px;
}
	
  .card .button {
    font-family: MyriadPro;
    display: block;
    float: right;
    color: #01A6E6;
    border: 2px solid #01A6E6;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 17px;
    padding: 13px 12px;
    margin-top: 21px;
    margin-right: 12px;
    -webkit-transition: 0.1s color, 0.1s border;
    -moz-transition: 0.1s color, 0.1s border;
    -ms-transition: 0.1s color, 0.1s border;
    -o-transition: 0.1s color, 0.1s border;
    transition: 0.1s color, 0.1s border; }
    .card .button:hover {
      color: #0181b3;
      border: 2px solid #0181b3; }
    @media (max-width: 760px) {
      .card .button {
        width: calc(100% - 48px);
        margin: 10px 10px; } }

.form {
  background: #01A6E6;
  margin: 44px 12px;
  padding: 2px 10px;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.26);
  -webkit-transition: 0.1s box-shadow;
  -moz-transition: 0.1s box-shadow;
  -ms-transition: 0.1s box-shadow;
  -o-transition: 0.1s box-shadow;
  transition: 0.1s box-shadow;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow-y: auto;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }
  .form:hover {
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.72);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.72); }
  .form h2 {
    text-align: center;
    color: #FFF;
    font-size: 26px;
    font-family: MyriadPro; }
  .form .row {
    padding-bottom: 33px; }
  .form .label {
    display: inline-block;
    width: 37%;
    padding-right: 26px;
    text-align: right;
    color: #FFF;
    font-size: 18px;
    font-weight: lighter; }
    @media (max-width: 760px) {
      .form .label {
        width: 100%;
        text-align: left; } }
  .form input {
    display: inline-block;
    font-size: 18px;
    padding: 14px 10px;
    width: 325px;
    border: 1px solid transparent;
    -webkit-transition: 0.2s border;
    -moz-transition: 0.2s border;
    -ms-transition: 0.2s border;
    -o-transition: 0.2s border;
    transition: 0.2s border; }
    .form input.error {
      border: 1px solid red; }
    @media (max-width: 760px) {
      .form input {
        width: calc(100% - 24px); } }
    .form input[type="submit"] {
      width: 150px;
      background: #CD5205;
      color: #FFF;
      text-transform: uppercase;
      font-family: MyriadPro;
      border: none;
      float: right;
      margin-right: 47px;
      border-radius: 3px;
      font-size: 22px;
      cursor: pointer; }
      .form input[type="submit"]:hover {
        background: #b94a05; }
      @media (max-width: 1170px) {
        .form input[type="submit"] {
          margin-right: 0; } }
  @media (max-width: 1170px) and (max-width: 900px) {
    .form input[type="submit"] {
      margin-right: 72px;
      margin-top: 10px;
      margin-bottom: 10px; } }

  @media (max-width: 1170px) and (max-width: 900px) and (max-width: 760px) {
    .form input[type="submit"] {
      margin-right: 0; } }

/*# sourceMappingURL=style.css.map */
