@charset "UTF-8";
@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MyriadPro-Bold/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold/MyriadPro-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/MyriadPro-Light/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light/MyriadPro-Light.ttf") format("truetype"); }

@font-face {
  font-family: "MyriadPro";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold/MyriadPro-Semibold.ttf") format("truetype"); }

* {
  margin: 0;
  padding: 0;
  outline: none; }

*::-webkit-input-placeholder {
  color: #666;
  opacity: 1; }

*:-moz-placeholder {
  color: #666;
  opacity: 1; }

*::-moz-placeholder {
  color: #666;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #666;
  opacity: 1; }

.focus {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

html,
body {
  height: 100%;
  background-color: #fff; }

body {
  font-size: 16px;
  min-width: 630px;
  max-width: 1920px;
  margin: auto;
  position: relative;
  line-height: normal;
  font-family: "MyriadPro", sans-serif;
  padding-top: 90px; }

.section-img {
  height: auto;
  position: relative; }
  .section-img .icon {
    content: "";
    position: absolute;
    bottom: 30px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    cursor: pointer;
    -webkit-animation: arrow  3s linear infinite;
            animation: arrow  3s linear infinite; }
  .section-img img {
    display: block;
    width: 100%; }

@-webkit-keyframes arrow {
  from {
    bottom: 30px; }
  50% {
    bottom: 60px; }
  to {
    bottom: 30px; } }

@keyframes arrow {
  from {
    bottom: 30px; }
  50% {
    bottom: 60px; }
  to {
    bottom: 30px; } }

.header {
  padding-left: 100px;
  padding-right: 80px;
  position: fixed;
  top: 0;
  z-index: 9;
  height: 90px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff; }
  .header .button-open {
    display: none; }
.nav__item.active .nav__link:before {
  opacity: 1;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .nav__item {
    display: block;
    margin: 0 10px;
    position: relative; }
    .nav__item:before {
      content: "/";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: -12px; }
    .nav__item:nth-child(10):before {
      display: none; }
  .nav__link {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    position: relative; }
    .nav__link:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #000;
      bottom: -5px;
      left: 0;
      opacity: 0;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .nav__link:hover:before {
      opacity: 1; }
  .nav .button-close {
    display: none; }

.section-1 {
  height: 985px;
  background-image: url("../img/sec_bg-1.jpg");
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .section-1.section-11 {
    height: auto; }
    .section-1.section-11 img {
      display: block;
      width: 100%; }
  .section-1 .title {
    font-weight: 600;
    font-size: 90px;
    color: #fff;
    position: absolute;
    top: 200px;
    left: 100px;
    opacity: 0; }
    .section-1 .title.focus {
      left: 200px;
      opacity: 1;
      -webkit-transition: all 1s;
      transition: all 1s; }
    .section-1 .title span {
      color: #a91c4b;
      font-size: 45px; }
    .section-1 .title i {
      font-style: normal;
      font-size: 45px; }
  .section-1 .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 860px;
    position: absolute;
    left: 69%;
    top: 220px;
    opacity: 0; }
    .section-1 .info.focus {
      left: 49%;
      opacity: 1;
      -webkit-transition: all 1s 0.5s;
      transition: all 1s 0.5s; }
      .section-1 .info.focus .border {
        opacity: 1;
        -webkit-transition: all 0.5s 1s;
        transition: all 0.5s 1s; }
    .section-1 .info span {
      display: inline-block;
      width: 20px; }
    .section-1 .info .border {
      min-width: 280px;
      background-image: url("../img/Shape.png");
      background-repeat: no-repeat;
      background-position: 0 40px;
      opacity: 0; }
    .section-1 .info .box {
      padding: 25px 12px 35px;
      color: #fff;
      font-weight: 300;
      font-size: 22px;
      background-color: rgba(73, 49, 49, 0.78);
      border: 3px dashed #fff;
      border-radius: 5px; }
      .section-1 .info .box b {
        font-weight: 600; }


        .section-4 .content .button-link {
  display: table;
  /*float: right;*/
  clear: both;
  margin: auto;
  padding: 5px 20px;
  background-color: #d42f2f;
  margin-top: 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.section-4 .content .button-link:hover {
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.5);
  box-shadow: 0 3px 14px rgba(0,0,0,0.5);
}

.section-2 {
  height: 1040px;
  background-image: url("../img/sec_bg-2.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .section-2 .content {
    position: absolute;
    width: 960px;
    padding: 25px 75px 40px;
    border-radius: 5px;
    background-color: rgba(59, 52, 42, 0.84);
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 90px;
    right: -50px;
    line-height: 28px;
    font-size: 22px;
    font-weight: 300;
    opacity: 0; }
    .section-2 .content.focus {
      right: 40px;
      opacity: 1; }
    .section-2 .content b {
      padding-left: 40px; }

.section-3 {
  position: relative;
  height: 1040px;
  background-image: url("../img/sec_bg-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }
  .section-3 .container {
    padding-left: 150px;
    padding-right: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 95px;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .section-3 .text {
    color: #fff;
    max-width: 620px;
    font-size: 22px;
    line-height: 28px;
    font-weight: 30;
    opacity: 0; }
    .section-3 .text.focus {
      opacity: 1;
      -webkit-transition: all 1s 1s;
      transition: all 1s 1s; }
    .section-3 .text span {
      display: inline-block;
      width: 20px; }
  .section-3 .elems .item {
    width: 390px;
    display: inline-block;
    vertical-align: top;
    opacity: 0;
    right: -50px;
    position: relative; }
    .section-3 .elems .item.focus {
      opacity: 1;
      right: 0; }
    .section-3 .elems .item:nth-child(2).focus {
      -webkit-transition: all 1s 0.5s;
      transition: all 1s 0.5s; }
    .section-3 .elems .item .img {
      height: 130px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .section-3 .elems .item .img b {
        margin-right: 20px; }
    .section-3 .elems .item p {
      text-align: center;
      font-size: 22px;
      font-weight: 300;
      color: #fff;
      line-height: 28px; }
    .section-3 .elems .item b {
      display: block;
      font-size: 74px;
      font-weight: 30;
      color: #ffffff;
      text-align: center; }

.section-4 {
  position: relative;
  height: 1040px;
  background-image: url("../img/sec_bg-4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .section-4 .content {
    width: 730px;
    position: relative;
    left: 100px;
    padding-top: 115px; }
    .section-4 .content .text {
      text-indent: 1.5em;
      font-size: 22px;
      color: #000;
      font-weight: 400;
      opacity: 0;
      position: relative;
      top: -50px; }
      .section-4 .content .text.focus {
        opacity: 1;
        top: 0; }
    .section-4 .content .elems {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .section-4 .content .elems .item {
        width: 290px;
        margin-top: 20px;
        opacity: 0; }
        .section-4 .content .elems .item.focus {
          opacity: 1; }
        .section-4 .content .elems .item:nth-child(1).focus {
          -webkit-transition: all 1s 0.3s;
          transition: all 1s 0.3s; }
        .section-4 .content .elems .item:nth-child(2).focus {
          -webkit-transition: all 1s 0.6s;
          transition: all 1s 0.6s; }
        .section-4 .content .elems .item:nth-child(3).focus {
          -webkit-transition: all 1s 0.9s;
          transition: all 1s 0.9s; }
        .section-4 .content .elems .item .img {
          height: 115px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        .section-4 .content .elems .item p {
          font-size: 22px;
          text-align: center;
          font-weight: 300; }
        .section-4 .content .elems .item b {
          display: block;
          text-align: center;
          font-size: 500px;
          font-size: 54px;
          padding-top: 15px; }
  .section-4 .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 120px;
    padding-right: 70px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 40px; }
    .section-4 .footer .right {
      color: #ffffff;
      font-size: 14px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: flex-start;
      -webkit-align-items: flex-start;
          -ms-flex-align: flex-start;
              align-items: flex-start; }
      .section-4 .footer .right img {
        display: block;
        margin-bottom: 15px; }
  .section-4 .nav__item:before {
    display: none; }
  .section-4 .nav__link {
    color: #ffffff;
    width: 250px;
    height: 35px;
    border: 2px solid #fff;
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .section-4 .nav__link:before {
      background-color: #fff;
      display: none; }
    .section-4 .nav__link:hover {
      background-color: #fff;
      color: #000000; }

/*-----новое мод окно-----*/
/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1860px) {
  .header {
    padding-left: 40px;
    padding-right: 40px; }
  .section-1 .info {
    width: auto; }
  .section-1 .info .border {
    min-width: 200px; }
  .section-1 .info .box {
    width: 500px;
    font-size: 20px; }
  .section-4 .footer {
    padding-left: 40px;
    padding-right: 40px; }
  .section-3 .text {
    font-size: 20px; }
  .section-3 .elems .item p {
    font-size: 20px; }
  .section-4 .content .text {
    font-size: 20px; }
  .section-2 .content {
    font-size: 20px; } }

@media only screen and (max-width: 1600px) {
  body {
    padding-top: 110px; }
  .header {
    padding-top: 10px; }
  .section-1 {
    height: 740px; }
    .section-1.section-11 {
      height: auto; }
  .header {
    height: 110px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .header .nav {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 70px; }
      .header .nav__item {
        white-space: nowrap; }
  .section-1 .title.focus {
    left: 100px; }
  .section-1 .title {
    left: 0px;
    font-size: 70px; }
    .section-1 .title i {
      font-size: 40px; }
  .section-1 .info {
    top: 160px; }
  .section-1 .info .border {
    min-width: 150px; }
  .section-1 .info .box {
    width: 400px; }
  .section-2 {
    height: 740px; }
    .section-2 .content {
      padding: 25px 40px 40px;
      font-size: 18px;
      line-height: normal; }
  .section-3 {
    height: 740px; }
    .section-3 .elems {
      width: 390px; }
  .section-3 .text {
    font-size: 18px;
    line-height: normal; }
  .section-3 .elems .item {
    margin-top: 20px; }
  .section-3 .elems .item b {
    font-size: 45px; }
  .section-3 .elems .item p {
    font-size: 16px; }
  .section-4 {
    height: 740px; }
    .section-4 .content {
      padding-top: 60px;
      left: 50px; }
      .section-4 .content .text {
        font-size: 18px; }
  .section-4 .content .elems .item p {
    font-size: 18px; }
  .section-4 .content .elems .item b {
    font-size: 36px; }
  .section-4 .footer {
    padding-bottom: 20px; }
    .section-4 .footer .logo {
      width: 150px; }
      .section-4 .footer .logo img {
        width: 100%; }
  /* .section-4 .footer .right img {
    width: 50px; } */
  .section-4 .content .elems .item .img {
    height: 80px; }
  .section-4 .content .elems .item .img img {
    width: 20%; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1240px) {
  .header {
    padding-left: 20px;
    padding-right: 20px; }
  .header .nav__item {
    margin-left: 5px;
    margin-right: 5px; }
    .header .nav__item:before {
      right: -9px; }
  .section-2 .content {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .section-3 .container {
    padding-left: 50px;
    padding-right: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-3 .elems {
    width: 300px;
    padding-left: 100px; }
    .section-3 .elems .item {
      width: 100%; }
  .section-4 {
    position: relative; }
    .section-4:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(225, 225, 225, 0.5); }
  .section-4 .footer {
    padding-left: 20px;
    padding-right: 20px; }
  .section-4 .nav__item {
    margin-left: 7px;
    margin-right: 7px; }
    .section-4 .nav__item:before {
      right: -10px; }
  .section-4 .footer .nav {
    top: -40px; }
  .section-1 .title {
    left: 60px;
    top: 140px; }
  .section-1 .info .border {
    min-width: 100px; }
  .section-1 .info .box {
    width: 350px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 1015px) {
  body {
    padding-top: 60px; }
  .header {
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0; }
    .header .logo img {
      width: 100%; }
    .header .logo:nth-child(2) {
      width: 300px; }
    .header .logo:nth-child(4) {
      width: 130px; }
    .header .button-open {
      width: 40px;
      height: 40px;
      position: relative;
      display: block;
      cursor: pointer; }
      .header .button-open span {
        width: 100%;
        height: 5px;
        background-color: #000;
        border-radius: 50px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .header .button-open span:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: #000;
          top: -10px;
          left: 0;
          border-radius: 50px; }
        .header .button-open span:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: #000;
          bottom: -10px;
          left: 0;
          border-radius: 50px; }
  .header .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    display: none; }
    .header .nav.active {
      display: block; }
    .header .nav__item {
      display: block;
      padding: 15px;
      padding-left: 30px;
      border-left: 3px solid #fff;
      margin: 5px; }
      .header .nav__item:before {
        display: none; }
    .header .nav__link {
      text-transform: uppercase;
      width: 100%;
      color: #ffffff; }
      .header .nav__link:before {
        background-color: #fff; }
    .header .nav .button-close {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 40px;
      height: 40px;
      display: block;
      cursor: pointer; }
      .header .nav .button-close span {
        position: absolute;
        top: 50%;
        width: 100%;
        height: 5px;
        background-color: #fff;
        -webkit-transform: rotateZ(45deg);
            -ms-transform: rotate(45deg);
                transform: rotateZ(45deg);
        border-radius: 50px; }
        .header .nav .button-close span:before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: #fff;
          -webkit-transform: rotateZ(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotateZ(90deg);
          border-radius: 50px; }
  .section-1.section-11 {
    height: auto; }
  .section-4 .footer .nav {
    display: none; }
  .section-1 .info {
    top: auto;
    bottom: 150px;
    left: 150px; }
    .section-1 .info.focus {
      left: 50px; }
    .section-1 .info .border {
      display: none; }
  .section-2 .content {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-right: 20px; }
  .section-3 .container {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    position: relative; }
    .section-3 .container .text {
      max-width: 100%;
      padding-top: 40px; }
  .section-3 {
    position: relative; }
    .section-3:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000;
      opacity: 0.5; }
  .section-3 .elems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 0;
    padding-top: 10px; }
  .section-4 .content {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }

/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
