

/* montserrat-300 - cyrillic_latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/montserrat-v26-cyrillic_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-regular - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/montserrat-v26-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-500 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/montserrat-v26-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-600 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/montserrat-v26-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-700 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v26-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* montserrat-800 - cyrillic_latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/montserrat-v26-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }  

body {
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
    background-color: #141414;
}

.hero__main {
    background-image: url(/img/BG-2-1.webp);
}

a {
    text-decoration: none;
    list-style: none;
    color: inherit;
}

.line {
    margin: 0;
}

.header__logo {
    padding-left: 35px;
    padding-right: 75px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 35px;
}

.header__menu {
    gap: 25px;
}

.menu__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.hero__main {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 55px;
}

.hero__title {
    margin-top: 150px;
    color: #DB3138;
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 50px;
}

.social__img {
    width: 35px;
}

.header__social {
    gap: 15px;
    display: flex;
    margin-right: 35px;
}

.hero__text {
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 500; 
    margin-top: 45px;
    margin-bottom: 40px;
    color: #fff;
}

.hero__btn {
    display: inline-flex;
    padding: 20px 40px 20px 40px;
    gap: 10px;
    text-align: center;
    background: #9e1e23;
    border: none;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 100px;
    letter-spacing: 1.2px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-decoration: none;
}

.hero__btn:hover {
    background: #d4040b;
    border: none;
}

.hero__card {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 35px;
}

.hero__card-info {
    text-align: center;
    width: 375px;
}

.hero__card-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.hero__card-info {
    color: #DB3138;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding-bottom: 25px;

}

.line {
    height: 1px;
    opacity: 0.5;
    background: #FFF;
    border: none;
}

.details__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 65px;
    background-color: #141414;
    gap: 45px;
}

.details__info-left {
    padding: 35px;
}

.deatails__info-img {
    padding-right: 25px;
    
}

.details__info {
    text-align: center;
}

.details__text {
    text-align: start;
}

.details__info-title {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.details__info-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    color: #fff;
}

.details__decor {
    text-align: center;
}

.details__info-right-img {
    width: 450px;
    padding-left: 105px;
    padding-right: 105px;
}

.card_r {
    flex-direction: row-reverse;
}

.works__container {
    padding: 45px;
    justify-content: center;
    text-align: center;
    padding: 65px;
    background-color: #141414;
}

.works__title {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.works__foto-img {
    height: 295px;
}

.works__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    margin-top: 35px;
}

.works__img {
    margin-bottom: 60px;
}

.works__foto-img {
    padding: 15px;
}

.way__container {
    text-align: center;
    padding-bottom: 155px;
}

.contact__container {
    text-align: center;
    padding-bottom: 105px;
}

.way__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.way__image {
    padding-bottom: 55px;
}

.contact__title {
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.contact__info {
    margin-bottom: 60px;
}

.contact__image {
    text-align: center;
}

.contact__form {
    display: flex;
    justify-content: center;
    align-content: center;
}

.contact__form {
    width: 600px;
    margin: auto;
    width: 100%;
    display: grid;
    row-gap: 1rem;
}

.name {
    border: 1px solid #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: #141414;
    color: #fff;
    margin-right: 25px;
}

.telephone {
    border: 1px solid #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: #141414;
    color: #fff;
}

.message {
    border: 1px solid #585858;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    background: #141414;
    color: #fff;
    width: 520px;
    height: 165px;
}

.form__top {
    justify-content: space-between;
    gap: 45px;
    padding-bottom: 25px;
}

.form__bottom {
    padding-bottom: 25px;
}

.contact__hero__btn {
    display: inline-flex;
    padding: 20px 40px 20px 40px;
    gap: 10px;
    width: 205px;
    text-align: center;
    background: #9e1e23;
    border: none;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 100px;
    letter-spacing: 1.2px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    display: block;
    margin-left: 0px;
}

.contact__hero__btn:hover {
    background: #d4040b;
    border: none;
}

.contact-form input, .contact-form textarea {
    font-family: 'Montserrat', sans-serif;
    outline: none;
    font-size: 1rem;
    padding: 15px;
}

.footer__title {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 45px;
}

.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 35px;
    gap: 45px;
}

.footer__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}


@media (max-width:2500px) {
    .way__video-mob {
        display: none;
    }
}


@media (max-width:1300px) {
    .way__video-mob {
        display: none;
    }
    .footer__menu {
        gap: 13px;
    }
    .way__video-mob {
        display: none;
    }
}


@media (max-width:1200px) {
    .way__video-mob {
        display: none;
    }
    .footer__title {
        font-size: 12px;
    }
    .hero__card-info {
        width: 300px;
    }
    .footer__menu {
        font-size: 14px;
    }
    .details__info-right-img {
        width: 335px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width:1080px) {
    .way__video-mob {
        display: none;
    }
    .header__menu {
        font-size: 13px;
        gap: 15px;
        margin-right: 20px;
}
    .hero__title {
        font-size: 85px;
    }
    .hero__text {
        font-size: 26px;
    }
    .footer__menu {
        font-size: 12px;
    }
    .footer__title {
        font-size: 10px;
    }
}

@media (max-width:930px) {
    .way__main-img {
        width: 645px;
        height: 400px;
    }
    .way__video-mob {
        display: none;
    }
    .header__menu {
        display: none;
    }
    .header__container {
        margin-right: 45px;
    }
    .contact__title {
        font-size: 40px;
    }
    .hero__text {
        font-size: 26px;
    }
    .hero__card {
        display: grid;
        justify-content: center;
        text-align: center;
        align-items: center;
        padding-bottom: 5px;
        line-height: none;
        letter-spacing: none;
    }
    .hero__card-info {
        font-size: 20px;
        gap: 5px;
    }
    .details__container {
        display: block;
        text-align: center;
        padding: 35px;
    }
    .footer__navigation {
        display: none;
    }

}

@media (max-width:790px) {
    .way__main-img {
        width: 565px;
        height: 360px;
    }
    .way__video-mob {
        display: none;
    }
    .works__foto-img {
        height: 465px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0 auto;
      }
}

@media (max-width:680px) {
    .way__main-img {
        width: 465px;
        height: 290px;
    }
    .hero__title {
        margin-top: 35px ;
    }
    .social__img {
        width: 40px;
    }
    .way__video-mob {
        display: block;
    }
    .way__video {
        display: none;
    }
    .form__top {
        display: grid;
        gap: 30px;
    }
    .message {
        width: 315px;
        display: flex;
        text-align: start;
    }
    .name {
        width: 315px;
    }
    .telephone {
        width: 315px; 
    }
}

@media (max-width:640px) {
    .way__main-img {
        width: 365px;
        height: 230px;
    }
    .header__container {
        margin-right: 10px;
    }
    .hero__main {
        background-image: url(/img/BG-2-1.png);
    }
    .hero__main {
        padding-bottom: 25px;
    }
    .details__info-left {
        padding: 0;
        padding-bottom: 35px;
    }
    .contact__form {
        display: grid;
        justify-content: flex-start;
    }
    .form__top {
        display: flex;
        justify-content: flex-start;
    }
    .hero__text {
        font-size: 26px;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 25px;
    }
    .hero__card-title {
        font-size: 30px;
    }
    .hero__card-info {
        font-size: 23px;
        width: 100%;
    }
    .works__container {
        padding: 10px;
    }
    .works__title {
        margin-top: 15px;
        font-size: 40px;
    }
    .way__title {
        font-size: 40px;
    }
    .way__container {
        padding-bottom: 15px;
    }
    .footer__title {
        font-size: 12px;
    }
    .works__foto-img {
        height: 265px;
        padding: 5px;
}
    .contact__container {
    padding-bottom: 5px;
}
    .contact__form {
    justify-content: center;
    align-items: center;
}
    .form__top {
    display: grid;
    gap: 30px;
}
.message {
    width: 315px;
    display: flex;
    text-align: start;
}
.name {
    width: 315px;
}
.telephone {
    width: 315px; 
}
.footer__menu {
    padding-right: 10px;
}
.contact__hero__btn {
    margin-left: 0px;
}
.name {
    margin-right: 0px;
}
.footer__title {
    margin-right: 25px;
}
}

@media (max-width:510px) {
    .details__info-right-img {
        width: 370px;
        padding-left: 0;
        padding-right: 0;
    }
    .hero__title {
        font-size: 75px;
    }
    .hero__text {
        padding-left: 15px;
        padding-right: 15px;
    }
    .details__container {
        padding: 20px;
    }
    .details__info-title {
        font-size: 28px;
    }
    .details__info-text {
        font-size: 22px;
    }
    .works__foto-img {
        height: 375px;
        padding: 5px;
}
.contact__form {
    justify-content: center;
    align-items: center;
}
    .form__top {
    display: grid;
    gap: 30px;
}
    .message {
    width: 355px;
    display: flex;
    text-align: start;
}
    .name {
    width: 355px;
}
    .telephone {
    width: 355px; 
}
}