@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    position: relative;
}

.title {
    color: #373B9B;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    position: relative;
    padding-left: 18px;
}

.title::before {
    content: '';
    width: 4px;
    display: block;
    height: 100%;
    background: #373B9B;
    position: absolute;
    left: 0;
}

p {
    color: #292929;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

p:not(:last-child) {
    margin-bottom: 15px;
}

.header-page {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(29, 29, 55, 0.40);
    padding: 20px 0 22px 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.header-page__row {
    justify-content: space-between;
    align-items: flex-end;
}
.header-page__col {
}
.header-page__logo {
}
.header-page__box {
    transform: translateY(-3px);
}
.header-page__phone {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.80);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin-left: auto;
    display:block;
    text-decoration: none;
    text-align: right;
}
.header-page__nav {
    display: flex;
    justify-content: space-between;
}
.header-page__link {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}


.header-page__col--logo {
    width: calc(100% /12 * 3 - 30px);
}

.header-page__col--nav {
    width: calc(100% /12 * 7 - 30px);
    
}

/* offer */

.offer {
    background-image: url('../image/offer.png');
    background-repeat: no-repeat;
    min-height: 90vh;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding-top: 120px;
    background-size: cover;
}

.offer .container {
    width: 100%;
}

.offer__title {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 795px;
    margin-bottom: 5%;
}

/* about */

.about {
    padding-top: 70px;
}

.about .title {
    margin-bottom: 23px;
}

.about__row {
    align-items: flex-end;
}

.about__col {
    width: calc(100% / 12 * 6 - 30px);
}

.about__col img {
    width: 100%;
}

/* advantages */

.advantages {
    background: linear-gradient(180deg, rgba(242, 242, 242, 0.00) 0%, #F2F2F2 53.5%);
    padding: 100px 0;
}

.advantages-list {
    display: flex;
    margin-left: -15px!important;
    margin-right: -15px!important;
}
.advantages-list__item {
    width: calc(100% / 12 * 4 - 30px);
    margin-left: 15px!important;
    margin-right: 15px!important;
    margin-bottom: 30px;
}
.advantages-list__head {
    display: flex;
    align-items: center;
}
.advantages-list__icon {
}

.advantages-list__title {
    margin-left: 20px;
    color: #373B9B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}


.advantages-list__info {
   margin-top: 16px;
}

/* products */

.products {
    padding: 100px 0 80px;
}
.products__row {
}
.products__col {
    width: calc(100% / 12 * 6 - 30px);
    margin-top: 40px;
}


.products__img {
    position: relative;
    padding-bottom: 44%;
    margin-bottom: 20px;
}

.products__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.products__title {
    margin-bottom: 24px;
    color: #373B9B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.products__info {
}

.products .title {
    margin-bottom: 0;
}

/* services */

.services {
    padding: 80px 0;
}
.services__row {
    align-items: center;
}
.services__col {
}

.services__col img {
    width: 100%;
}

.list {
    list-style: disc!important;
}
.list__item {
    color: #292929;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 283.333% */
    text-transform: uppercase;
    margin-left: 15px;
}

.list__item::before {
    content: '';

}

.services .title {
    margin-bottom: 30px;
}


/* contacts */

.contacts .title {
    margin-bottom: 20px;
}

.contacts-info {
}

.contacts-info__label {
    color: #292929;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 51px; /* 283.333% */
    text-transform: uppercase;
}
.contacts-phone {
    color: #455C87;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-decoration: none;
}
.contacts-mail {
    color: #455C87;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration: none;
}

.contacts-phone__wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
}


/* footer-page */

.footer-page {
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
    background: #373B9B;
    padding: 20px 0;
    color: #fff;
}

.footer-page__row {
    justify-content: space-between;
    align-items: flex-end;
}

.footer-page__logo {
}

.footer-page__copy {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; 
    letter-spacing: 0.336px;
    text-transform: capitalize;
}

.developer {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.developer span {
    margin-right: 14px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 21px */
    letter-spacing: 0.336px;
    text-transform: capitalize;
}

.developer img {

}

.services__col {
    width: calc(100% / 12 * 6 - 30px);
}

.contacts-phone:hover,
.contacts-mail:hover  {
    color: #2e3e5a;
    transition: 0.3s ease-in-out;
}

.header-page__phone:hover {
   color: #007BFF;
   transition: 0.3s ease-in-out;
}

.hover-link {
    position: relative;
    text-decoration: none;
  }
  
  .hover-link::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #007BFF;
    transition: width 0.3s ease-in-out; /* добавляем анимацию */
  }
  
  .hover-link:hover::before {
    width: 100%;
  }


/* with out container */

.section__image {
    position: relative;
      padding-bottom: 50%;
}

.wrapper-section {
    overflow: hidden;
  }  
  .section {
     display: flex;
    }
  @media (max-width: 800px) {
    .section{
      display: block;
    }
  }
  .section-2 {
    flex-direction: row-reverse;
  }
  .section__content {
       min-width: 30%;
       display: flex;
       align-items: center;
    }
  .section__title {
    font-size: 40px;
    margin: 0 0 20px 0; }
  .section__text {
    line-height: 130%;
    font-size: 16px;
    }
  @media (min-width: 800px) {
    .section__image {
      flex: 0 0 70%;
      min-width: calc(70% + ((100vw - 1200px) / 2));
     
    }
  }
  .section__image iframe {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; 
      position: absolute;
      left: 0;
      top: 0;
    }
  
  @media (max-width: 800px) {
    .section__image iframe {
      /* max-width: 100%; */
    }
  }
  

  @media(max-width:1200px) {
    .contacts-phone {
        font-size: 30px;
    }

    .contacts-info__label {
        font-size: 14px;
    }

    .contacts-mail {
        font-size: 25px;
    }

    .contacts-phone__wrapper {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .header-page__nav {
        margin-left: -2px;
        margin-right: -2px;
    }

    .header-page__link {
        margin-left: 2px;
        margin-right: 2px;
    }
  }

  @media(max-width:992px) {
    .footer-page__row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }

    .footer-page__copy {
        margin: 20px 0;
        text-align: center;
    }
  }

  @media(max-width: 800px) {
    .header-page__nav {
        display: none;
    }

    .header-page__col--logo {
        width: calc(100% /12 * 12 - 30px);
        text-align: center;
    }

    .header-page__col--nav {
        width: calc(100% /12 * 12 - 30px);
    }

    .header-page__phone {
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .header-page {
        padding: 15px 0;
    }

    .offer {
        background-position: 20% 50%;
    }

    .offer__title {
        font-size: 44px;
        max-width: 554px;
        margin-bottom: 5%;
    }


    .advantages-list__item {
        width: calc(100% / 12 * 6 - 30px);
        margin-left: 15px!important;
        margin-right: 15px!important;
    }

    .about__col {
        width: calc(100% / 12 * 12 - 30px);
    }

    .about__col img {
        display: block;
        margin-top: 20px;
    }

    .advantages {
        padding: 60px 0;
    }

    .services__col {
        width: calc(100% / 12 * 12 - 30px);
    }

    .services__col:nth-child(2) {
        order: -1;
    }

    .products {
        padding: 60px 0 40px;
    }

    .title {
        font-size: 28px;
    }

    .services {
        padding: 40px 0;
    }

    .services__col img {
        margin-top: 30px;
    }

    .advantages-list {
        flex-wrap: wrap;
    }

    .section__body {
        width: 100%;
        text-align: center;
    }

    .contacts-info {
        margin-bottom: 30px;
    }

    .contacts-info .title {
        text-align: center;
        margin-bottom: 30px;
    }

    .contacts-info .title {
        text-align: center;
        display: inline-block;
    }
  }

  @media(max-width:576px) {
    .products__col {
        width: calc(100% / 12 * 12 - 30px);
    }

    .advantages-list__item {
        width: calc(100% / 12 * 12 - 30px);
    }
  }