/*! Varriables */
.main-screen {
  background: #000;
  height: 100vh;
  transition: background-color 0.3s ease;
  width: 100%;
  position: relative;
  z-index: 5; }
  .main-screen .btn {
    width: 300px; }
  .main-screen__logo {
    width: 365px;
    height: 90px;
    margin: 0 auto 18px; }
    .main-screen__logo img {
      width: 365px;
      height: 90px;
      margin: 0 auto; }
  .main-screen h1 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #f8f5f3;
    margin-bottom: 52px; }

#canvas:before {
  background: rgba(0, 0, 0, 0.34);
  z-index: 4;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video_bg__child {
  backface-visibility: hidden;
  right: 0;
  background-size: cover;
  bottom: 0;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: 0;
  width: auto;
  z-index: -1; }

.video_bg_item:before {
  background-color: rgba(1, 33, 76, 0.5);
  height: 100vh;
  z-index: 5;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: ""; }

.plane {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.video_bg__child {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  bottom: 0; }

#canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  width: 100%; }

#video-block {
  height: 100vh; }
  @media (max-width: 1199px) {
    #video-block {
      right: 0;
      left: -535px;
      background-size: cover;
      bottom: 0;
      height: auto;
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      right: 0;
      width: auto;
      z-index: -1; } }

.collection {
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 35px; }
  .collection__wrapper {
    width: 1183px;
    padding-top: 150px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .collection__wrapper {
        width: 100%; } }
  .collection__title {
    font-family: Inter;
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    color: #424242;
    margin-bottom: 75px; }
  .collection__item-photo {
    margin-right: 93px;
    width: 458px;
    height: 571px; }
    .collection__item-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .collection__item-descript {
    margin-bottom: 118px; }
    .collection__item-descript h2 {
      font-family: "AireBoldPro";
      font-style: normal;
      font-weight: bold;
      font-size: 72px;
      line-height: 72px;
      color: #424242;
      margin: 38px 0 72px -163px; }
    .collection__item-descript p {
      width: 380px;
      font-size: 16px;
      line-height: 24px;
      color: #424242;
      margin-bottom: 141px; }
  .collection__item {
    display: flex;
    margin-bottom: 88px; }
    .collection__item:nth-child(1) .collection__item-photo img {
      border-top-left-radius: 250px;
      border-bottom-right-radius: 250px; }
    .collection__item:nth-child(2) {
      justify-content: space-between;
      position: relative;
      margin-bottom: 84px; }
      .collection__item:nth-child(2) .collection__item-photo img {
        border-bottom-right-radius: 250px; }
      .collection__item:nth-child(2) .collection__item-photo {
        order: 2;
        margin-right: 0;
        width: 478px;
        height: 591px; }
      .collection__item:nth-child(2) .collection__item-descript {
        margin-top: 68px;
        order: 1;
        padding-left: 145px; }
        .collection__item:nth-child(2) .collection__item-descript h2 {
          position: absolute;
          left: 240px;
          margin: 0;
          top: 72px; }
        .collection__item:nth-child(2) .collection__item-descript p {
          margin-top: 145px;
          letter-spacing: 0.6px;
          margin-bottom: 121px; }
    .collection__item:nth-child(3) {
      justify-content: space-between;
      position: relative;
      height: auto; }
      .collection__item:nth-child(3) .feather {
        position: absolute;
        right: 99px;
        bottom: -88px;
        width: 195.66px;
        height: 143.4px; }
      .collection__item:nth-child(3) .collection__item-photo {
        display: flex;
        position: relative;
        width: 412px; }
        .collection__item:nth-child(3) .collection__item-photo .collection__item-photo-l {
          width: 412px;
          height: 615px; }
        .collection__item:nth-child(3) .collection__item-photo .collection__item-photo-r {
          width: 328px;
          height: 435px;
          position: absolute;
          top: 337px;
          left: 277px; }
      .collection__item:nth-child(3) .collection__item-descript {
        margin-top: 68px;
        width: 60%; }
        .collection__item:nth-child(3) .collection__item-descript h2 {
          margin: 38px 0 68px -25px; }
        .collection__item:nth-child(3) .collection__item-descript p {
          margin-left: 100px;
          margin-bottom: 123px;
          width: 335px; }
        .collection__item:nth-child(3) .collection__item-descript .btn-all {
          margin-left: 100px; }
  .collection__photo {
    width: 458px;
    height: 571px; }

.advantages {
  padding-top: 18px; }

.main-screen__top {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%); }

.advantages__wrapper {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 140px; }

.advantages__picture-right {
  position: absolute;
  width: 315px;
  height: 305px;
  bottom: -52px;
  right: 146px; }

.advantages__picture-left {
  position: absolute;
  width: 175.23px;
  height: 104.7px;
  top: 145px;
  left: 174px; }

.advantages__content {
  display: flex;
  flex-wrap: wrap;
  position: relative; }

.advantages__title h2 {
  font-family: "AireBoldPro";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 0.05em;
  color: #424242;
  margin-bottom: 98px;
  text-align: center; }

.advantages__item-block:nth-child(2) {
  width: 100%; }
  .advantages__item-block:nth-child(2) .advantages__item {
    margin: 0 auto; }

.advantages__item-block:nth-child(6), .advantages__item-block:nth-child(3), .advantages__item-block:nth-child(4), .advantages__item-block:nth-child(5) {
  width: 50%; }

.advantages__item-block:nth-child(3) {
  margin-top: -37px;
  margin-bottom: 75px; }

.advantages__item-block:nth-child(4) {
  margin-top: -37px;
  padding-left: 202px;
  margin-bottom: 75px; }

.advantages__item-block:nth-child(6) {
  padding-left: 207px; }

.advantages__item-block:nth-child(7) {
  width: 100%;
  margin-top: 13px;
  position: relative;
  z-index: 2; }
  .advantages__item-block:nth-child(7) .advantages__item {
    margin: 0 auto; }

.advantages__item-picture {
  top: 131px;
  left: 50%;
  transform: translateX(-50%);
  width: 623px;
  height: 476px;
  position: absolute; }

.advantages__item {
  width: 380px; }

.advantages__item-number {
  font-family: "AireBoldPro";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #424242;
  margin-bottom: 29px; }

.advantages__item-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #666666; }
  .advantages__item-text p {
    margin-bottom: 14px;
    letter-spacing: 1.5px; }
  .advantages__item-text strong {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #424242; }

.advantages .main-form .button-send {
  margin-top: 56px; }

.main-blog {
  padding-top: 140px;
  background-image: url(../../assets/images/home/block6/fon-footer.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 1326px;
  margin-bottom: -365px; }
  .main-blog__title p {
    font-family: "AireBoldPro";
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0.05em;
    color: #424242;
    margin-bottom: 80px;
    text-align: center; }
  .main-blog__wrapper {
    width: 1180px;
    margin: 0 auto; }
  .main-blog__item {
    width: 353px;
    margin: 0 18px; }
    .main-blog__item .photo {
      width: 353px;
      height: 355px;
      overflow: hidden;
      margin-bottom: 16px; }
      .main-blog__item .photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.1);
        transition: 0.6s; }
      .main-blog__item .photo:hover img {
        transform: scale(1); }
    .main-blog__item .text {
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.05em;
      color: #666666;
      text-decoration: inherit; }
    .main-blog__item:first-child, .main-blog__item:last-child {
      margin-top: 70px; }
  .main-blog__content {
    display: flex;
    margin: 0 -18px; }
    .main-blog__content .main-blog__item:nth-child(2) {
      width: 400px; }
      .main-blog__content .main-blog__item:nth-child(2) .photo {
        width: 400px;
        height: 496px;
        border-top-right-radius: 200px;
        border-top-left-radius: 200px;
        overflow: hidden; }

.main-send {
  background-image: url(../../assets/images/home/block5/fon.jpg);
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 66px;
  padding-top: 74px; }
  .main-send .main-form {
    width: 620px; }
    @media (max-width: 767px) {
      .main-send .main-form {
        width: 100%; } }
  .main-send .main-form .button-send {
    margin-top: 48px; }
  .main-send .form__row .main-form__input-group {
    margin-bottom: 15px; }
  .main-send textarea {
    background: inherit; }
  .main-send__content {
    width: 640px;
    margin: 0 auto; }
    .main-send__content h2 {
      font-family: "AireBoldPro";
      font-style: normal;
      font-weight: bold;
      font-size: 64px;
      line-height: 35px;
      text-align: center;
      letter-spacing: 0.05em;
      color: #424242;
      margin-bottom: 21px; }
    .main-send__content p {
      font-size: 18px;
      line-height: 24px;
      text-align: center;
      letter-spacing: 0.05em;
      color: #666666;
      margin-bottom: 36px; }

.advantages-cooperation {
  padding-bottom: 17px; }
  .advantages-cooperation__content {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  .advantages-cooperation .picture-center {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    width: 754px;
    height: 641px;
    top: -230px; }
  .advantages-cooperation .feather-bottom {
    position: absolute;
    width: 103px;
    height: 114px;
    bottom: -93px;
    right: 378px; }
  .advantages-cooperation .feather {
    position: absolute;
    width: 208px;
    height: 196px;
    top: 108px;
    left: -131px; }
  .advantages-cooperation__wrapper {
    width: 1180px;
    margin: 0 auto 60px;
    position: relative; }
  .advantages-cooperation__title h2 {
    font-family: "AireBoldPro";
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: 0.05em;
    color: #424242;
    margin-bottom: 120px;
    text-align: center; }
  .advantages-cooperation__item {
    width: 32%;
    margin: 0 auto 87px;
    text-align: center;
    position: relative; }
  .advantages-cooperation__item-number {
    font-family: "AireBoldPro";
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #424242;
    margin-bottom: 24px; }
  .advantages-cooperation__item-text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: #666666;
    width: 240px;
    margin: 0 auto; }
  .advantages-cooperation h4 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 3px;
    color: #424242;
    margin-top: 18px; }

.cooperation {
  margin-bottom: 91px; }
  .cooperation__wrapper {
    width: 1180px;
    margin: 0 auto 60px;
    position: relative; }
  .cooperation__feather {
    position: absolute;
    bottom: -56px;
    width: 223px;
    height: 193px;
    right: 33px; }
  .cooperation__title h2 {
    font-family: "AireBoldPro";
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0.05em;
    color: #424242;
    margin-bottom: 106px;
    text-align: center; }
  .cooperation__content {
    display: flex; }
  .cooperation__text {
    width: 600px;
    position: relative;
    z-index: 2; }
    .cooperation__text p {
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 0.04em;
      color: #666666;
      margin-bottom: 32px; }
      .cooperation__text p strong {
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1.5px;
        color: #424242; }
  .cooperation__photo {
    width: 490px;
    position: relative; }
    .cooperation__photo img {
      margin-left: -53px;
      margin-top: -11px; }
  .cooperation .content--last .cooperation__photo {
    width: 612px;
    height: 877px;
    margin-top: -218px;
    margin-left: -25px; }
  .cooperation .content--last .cooperation__text {
    padding-left: 15px;
    padding-top: 13px; }
    .cooperation .content--last .cooperation__text p {
      font-size: 16px;
      line-height: 24px;
      letter-spacing: 1.15px;
      margin-bottom: 24px; }
      .cooperation .content--last .cooperation__text p:first-child {
        margin-bottom: 0; }
      .cooperation .content--last .cooperation__text p strong {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.15px;
        color: #424242; }
  .cooperation .content--last .cooperation__text-bottom {
    margin-top: 114px;
    margin-left: -162px;
    position: relative;
    z-index: 2;
    width: 600px; }

.history {
  position: relative;
  overflow: hidden; }
  .history__wrapper {
    width: 1180px;
    margin: 0 auto 120px;
    position: relative; }
    @media (max-width: 1199px) {
      .history__wrapper {
        width: 100%; } }
    @media (max-width: 1023px) {
      .history__wrapper {
        margin: 0 auto 50px; } }
    @media (max-width: 480px) {
      .history__wrapper {
        margin: 0 auto 20px; } }
  .history__content {
    height: 100%;
    margin-bottom: 40px; }
  .history__title {
    margin-bottom: 80px;
    margin-top: 10px; }
    @media (max-width: 1199px) {
      .history__title {
        margin-bottom: 0; } }
    .history__title h2 {
      font-family: "AireBoldPro";
      font-style: normal;
      font-weight: bold;
      font-size: 64px;
      line-height: 64px;
      letter-spacing: 0.05em;
      color: #424242;
      margin-bottom: 98px;
      text-align: center; }
      @media (max-width: 1199px) {
        .history__title h2 {
          margin-bottom: 40px; } }
      @media (max-width: 480px) {
        .history__title h2 {
          margin-bottom: 30px !important; } }

.mobile-name {
  display: none; }

.advantages__item {
  position: relative;
  z-index: 1; }

.main-screen {
  overflow: hidden; }

@media (max-width: 1199px) {
  .advantages-cooperation__wrapper,
  .main-blog__wrapper {
    width: 100%; }
  .collection__item:nth-child(2) .collection__item-descript {
    padding-left: 105px; }
  .collection__item:nth-child(2) .collection__item-descript h2 {
    left: 130px; }
  .collection__item:nth-child(3) .collection__item-descript p {
    margin-left: 80px; }
  .collection__item:nth-child(3) .collection__item-descript .btn-all {
    margin-left: 80px; }
  .cooperation .content--last .cooperation__photo {
    width: 570px;
    height: auto;
    margin-top: -135px;
    margin-left: 0; }
  .cooperation .content--last .cooperation__text {
    margin-left: -110px; }
  .cooperation .content--last .cooperation__text-bottom {
    margin-top: 75px;
    margin-left: -100px; }
  .advantages__title h2,
  .cooperation__title h2,
  .advantages-cooperation__title h2,
  .main-send__content h2,
  .main-blog__title p, .history__title h2 {
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 65px; }
  .advantages-cooperation__title h2 {
    padding: 0 50px; }
  .advantages-cooperation {
    overflow: hidden; }
  .advantages__wrapper {
    width: 100%; }
  .advantages__item-block:nth-child(4) {
    margin-top: -37px;
    padding-left: 115px; }
  .advantages__item-picture {
    width: 510px;
    height: auto;
    position: absolute;
    left: 47%; }
  .advantages__item-block:nth-child(6) {
    padding-left: 115px; }
  .cooperation__wrapper {
    width: 100%; }
  .cooperation__text {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-left: 20px; }
  .cooperation__photo {
    width: 50%; }
    .cooperation__photo img {
      max-width: 80%;
      margin: 0 auto; }
  .main-blog__item {
    width: 290px; }
    .main-blog__item .photo {
      width: 290px;
      height: 310px; }
  .main-blog__content .main-blog__item:nth-child(2) {
    width: 340px; }
  .main-blog__content .main-blog__item:nth-child(2) .photo {
    width: 340px;
    height: auto; }
  .main-blog__content {
    margin: 0 auto; }
  .main-blog {
    padding-top: 55px; }
  .main-send__content h2 {
    margin-bottom: 15px; } }

@media (max-width: 1023px) {
  .advantages-cooperation .picture-center {
    width: 600px;
    height: auto;
    top: -140px; }
  .advantages-cooperation__item {
    margin: 0 auto 60px; }
  .main-blog__item {
    width: 230px;
    margin: 0 10px; }
  .main-blog__content .main-blog__item:nth-child(2) .photo {
    width: 240px; }
  .main-blog__item .photo {
    width: 230px;
    height: 240px; }
  .main-blog__content .main-blog__item:nth-child(2) {
    width: 240px; }
  .advantages-cooperation h4 {
    margin-top: 0; }
  .advantages-cooperation .feather-bottom {
    display: none; }
  .advantages-cooperation__wrapper {
    margin: 0 auto 30px; }
  .advantages-cooperation__item-number {
    font-size: 46px;
    line-height: 24px;
    margin-bottom: 15px; }
  .cooperation__text p strong {
    font-size: 18px;
    line-height: 26px; }
  .advantages__item-picture {
    display: none; }
  .advantages__title h2,
  .cooperation__title h2,
  .advantages-cooperation__title h2,
  .main-send__content h2,
  .main-blog__title p, .history__title h2 {
    font-size: 40px;
    line-height: 46px; }
  .advantages__item-number {
    font-size: 46px;
    margin-bottom: 20px; }
  .advantages__item-block:nth-child(4),
  .advantages__item-block:nth-child(3) {
    margin-top: 25px;
    margin-bottom: 50px; }
  .advantages__wrapper {
    padding-bottom: 60px; }
  .cooperation .content--last .cooperation__photo {
    margin-top: -30px; }
  .cooperation .content--last .cooperation__text {
    margin-left: -190px; }
  .cooperation__feather {
    display: none; }
  .cooperation .content--last .cooperation__text-bottom {
    margin-left: 0;
    width: 100%; }
  .advantages__item-block:nth-child(6),
  .advantages__item-block:nth-child(4) {
    padding-left: 0; }
  .advantages__item {
    width: 380px;
    margin: 0 auto; }
  .advantages__picture-left {
    top: 50px;
    left: 80px; }
  .collection__item-photo {
    margin-right: 0;
    width: 50%;
    height: auto; }
  .advantages__picture-right {
    width: 200px;
    height: auto;
    bottom: 0;
    right: 35px; }
  .collection__item-descript {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px; }
  .collection__item-descript h2 {
    font-size: 56px;
    line-height: 66px;
    margin: 0 0 30px; }
  .collection__item-descript p {
    width: 100%;
    margin-bottom: 80px; }
  .collection__item:nth-child(2) .collection__item-photo {
    width: 50%;
    height: auto; }
  .collection__item:nth-child(2) .collection__item-descript {
    padding-left: 20px; }
  .collection__item:nth-child(2) .collection__item-descript h2 {
    width: 100%;
    position: relative;
    left: inherit;
    top: inherit; }
  .collection__item:nth-child(2) .collection__item-descript {
    margin-top: 35px; }
  .collection__item:nth-child(2) .collection__item-descript p {
    margin-top: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 80px; }
  .collection__item:nth-child(3) .collection__item-photo {
    width: 50%; }
  .collection__item-photo img {
    width: 100%;
    height: auto; }
  .collection__item:nth-child(3)
.collection__item-photo
.collection__item-photo-l {
    width: 100%;
    height: 460px; }
  .collection__item:nth-child(2) {
    margin-bottom: 50px; }
  .collection__item:nth-child(3)
.collection__item-photo
.collection__item-photo-r {
    width: 200px;
    height: auto;
    top: 251px;
    left: 206px; }
  .collection__item:nth-child(3) .collection__item-descript {
    width: 50%;
    margin-top: 30px;
    padding-left: 30px; }
  .collection__item-photo img {
    width: auto;
    height: 100%;
    max-width: 100%; }
  .collection__item:nth-child(3) .collection__item-descript h2 {
    margin: 0 0 30px; }
  .collection__item:nth-child(3) .collection__item-descript p {
    margin-left: 0;
    margin-bottom: 90px;
    width: 100%; }
  .collection__item:nth-child(3) .collection__item-descript .btn-all {
    margin-left: 40px; }
  .collection__item:nth-child(3) {
    height: 100%; }
  .main-blog__content {
    justify-content: center; }
  .main-blog {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 60px;
    background-image: inherit; } }

.nomob.catinfo2 h2 {
  font-size: 17pt;
  padding: 10px 0; }

.nomob.catinfo2 h3 {
  font-size: 16pt;
  padding: 10px 0; }

.nomob.catinfo2 h4 {
  font-size: 15pt;
  padding: 10px 0; }

.nomob.catinfo2 h5 {
  font-size: 14pt;
  padding: 10px 0; }

.nomob.catinfo2 h6 {
  font-size: 13pt;
  padding: 10px 0; }

.nomob.catinfo2 p {
  font-size: 11pt;
  padding: 0 0 5px 0; }

.nomob.catinfo2 h2 strong, .nomob.catinfo2 h3 strong, .nomob.catinfo2 h4 strong, .nomob.catinfo2 h5 strong, .nomob.catinfo2 h6 strong, .nomob.catinfo2 p strong {
  font-weight: 600; }

.nomob.catinfo2 img {
  max-width: 100%;
  margin: 10px 0; }

.nomob.catinfo2 blockquote {
  font-style: italic;
  font-size: 11pt;
  line-height: 22px;
  padding: 15px 15px;
  margin: 10px 0; }

.nomob.catinfo2 ul, .nomob.catinfo2 ol {
  padding-left: 40px; }

.nomob.catinfo2 ul li, .nomob.catinfo2 ol li {
  font-weight: 400;
  position: relative;
  font-size: 11pt;
  line-height: 25px;
  padding-left: 15px;
  color: #333;
  width: 100%;
  float: none;
  text-align: left; }

.nomob.catinfo2 ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #333;
  content: '';
  border-radius: 50%; }

.nomob.catinfo2 ol li::before {
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 11px;
  content: counter(item) ".";
  color: #333; }

@media (max-width: 767px) {
  .main-blog__item:first-child, .main-blog__item:last-child {
    margin-top: 0; }
  .main-blog {
    margin-bottom: 0; }
  .main-blog__content .main-blog__item {
    margin-bottom: 35px; }
  .advantages-cooperation__item {
    width: 48%; }
  .advantages-cooperation h4 {
    font-size: 16px;
    line-height: 24px; }
  .main-blog__content {
    margin: 0 auto;
    flex-wrap: wrap; }
  .main-blog__content .main-blog__item:nth-child(1) {
    order: 1; }
  .main-blog__content .main-blog__item:nth-child(2) {
    order: 3; }
  .main-blog__content .main-blog__item:nth-child(3) {
    order: 2; }
  .main-send__content {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px; }
  .cooperation__content {
    flex-wrap: wrap; }
  .cooperation__photo {
    width: 80%;
    margin: 0 auto 30px; }
  .cooperation .content--last .cooperation__photo {
    display: none; }
  .cooperation .content--last .cooperation__text {
    margin-left: 0; }
  .cooperation__text {
    width: 100%;
    padding-right: 20px; }
  .advantages__item {
    width: 285px; }
  .collection {
    background-image: inherit;
    background: #fff;
    margin-top: -60px;
    z-index: 22;
    position: relative; }
  .main-screen h1 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    color: rgba(103, 103, 103, 0.57);
    padding-top: 28px; }
  .main-screen {
    height: 680px; }
  .main-screen__top {
    width: 370px;
    margin: 0 auto; }
  .main-screen .btn {
    width: 170px;
    height: 40px;
    background: rgba(255, 255, 255, 0.26);
    border: 1px solid #856d65;
    margin: 120px 0 0 30px; }
    .main-screen .btn a {
      color: #856d65;
      font-size: 14px;
      line-height: 17px;
      padding: 2px 0; }
  .main-screen__logo {
    display: none; }
  .main-screen__top {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit; }
  .main-screen {
    background-image: url(../../assets/images/home/block1/mobile.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 75px; }
  .video_bg__child {
    display: none; }
  .mobile-name {
    display: block;
    font-family: "AireBoldPro";
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 52px;
    color: #424242;
    text-align: center;
    margin: 0 auto 45px;
    width: 100%; }
  .collection__item {
    flex-wrap: wrap; }
  .collection__item:nth-child(3) .collection__item-photo,
  .collection__item-photo,
  .collection__item:nth-child(2) .collection__item-photo {
    width: 55%;
    margin: 0 auto 45px; }
  .collection__item-descript,
  .collection__item:nth-child(3) .collection__item-descript {
    width: 55%;
    padding: 0;
    margin: 0 auto; }
  .collection__item-descript h2 {
    display: none; }
  .collection__item-descript p {
    margin-bottom: 53px; }
  .collection__item:nth-child(2) .collection__item-descript {
    margin-top: 0;
    order: 2;
    padding: 0; }
  .collection__item:nth-child(2) .collection__item-descript p,
  .collection__item:nth-child(3) .collection__item-descript p {
    margin-top: 0;
    letter-spacing: 0.6px;
    margin-bottom: 45px; }
  .collection__item:nth-child(3) .collection__item-descript .btn-all {
    margin-left: 0; }
  .collection__item:nth-child(3)
.collection__item-photo
.collection__item-photo-r {
    display: none; }
  .collection__wrapper {
    padding-top: 50px; }
  .collection__item,
  .collection__item:nth-child(2) {
    margin-bottom: 60px; }
  .collection__item:nth-child(3) .feather {
    right: 99px;
    bottom: -100px;
    width: 110px;
    height: auto; }
  .collection__item:nth-child(3)
.collection__item-photo
.collection__item-photo-l {
    height: auto; }
  .collection {
    background-size: cover; }
  .cooperation .content--last .cooperation__text-bottom {
    margin-top: 25px; }
  .cooperation {
    padding-bottom: 0; }
  .main-blog {
    background-image: inherit;
    height: 100%; }
  .main-screen .btn a {
    padding: 2px 15px; } }

@media (max-width: 576px) {
  .advantages__item {
    width: 100%; }
  .advantages__item-block:nth-child(5),
  .advantages__item-block:nth-child(6),
  .advantages__item-block:nth-child(4),
  .advantages__item-block:nth-child(3) {
    margin-top: 35px;
    margin-bottom: 0;
    width: 100%;
    padding: 0 20px; }
  .advantages__item-block:nth-child(7),
  .advantages__item-block:nth-child(2) {
    padding: 0 20px;
    margin-top: 35px; } }

@media (max-width: 480px) {
  .main-send .form__row .main-form__input-group input {
    height: 40px; }
  .advantages__picture-right {
    width: 156px;
    height: auto;
    bottom: -30px;
    right: -40px; }
  .advantages__wrapper {
    padding-bottom: 50px;
    overflow: hidden; }
  .advantages__picture-left {
    display: none; }
  .advantages__title h2,
  .cooperation__title h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0; }
  .advantages__item-number {
    font-size: 30px;
    margin-bottom: 15px; }
  .advantages__item-text strong {
    font-size: 18px;
    line-height: 24px; }
  .collection__item-descript,
  .collection__item:nth-child(3) .collection__item-descript,
  .collection__item:nth-child(3) .collection__item-photo,
  .collection__item-photo,
  .collection__item:nth-child(2) .collection__item-photo {
    width: 90%; }
  .collection__item:nth-child(3) .collection__item-photo,
  .collection__item-photo,
  .collection__item:nth-child(2) .collection__item-photo {
    width: 90%; }
  .mobile-name {
    font-size: 32px;
    line-height: 32px; }
  .cooperation__title h2 {
    margin-bottom: 30px; }
  .advantages__title h2,
  .cooperation__title h2,
  .advantages-cooperation__title h2,
  .main-send__content h2,
  .main-blog__title p, .history__title h2 {
    font-size: 30px;
    line-height: 36px; }
  .advantages-cooperation__item-number {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 5px; }
  .advantages-cooperation .picture-center {
    width: 300px;
    top: 35px; }
  .main-send {
    padding-bottom: 40px;
    padding-top: 40px; }
  .main-send .main-form .button-send {
    margin-top: 25px; }
  .advantages-cooperation__item-text {
    width: 100%; }
  .advantages-cooperation__title h2 {
    margin-bottom: 40px; }
  .main-blog__title p {
    margin-bottom: 40px; }
  .main-blog__item .photo {
    width: 100%;
    height: auto; }
  .main-blog__item {
    width: 80%; }
  .main-blog__content .main-blog__item:nth-child(2) .photo {
    width: 100%; }
  .main-blog__content .main-blog__item:nth-child(2) {
    width: 80%; } }

@media (max-width: 380px) {
  .main-screen__top {
    width: 310px;
    margin: 0 auto; }
  .main-screen .btn {
    margin: 120px 0 0 0; } }

.eapps-instagram-feed-title-container, .history__content .eapps-link {
  display: none !important; }
