@charset "UTF-8";

/* inter-tight-regular - cyrillic-ext_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: "Inter Tight";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/inter-tight-v7-cyrillic-ext_latin-regular.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-500 - cyrillic-ext_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: "Inter Tight";
    font-style: normal;
    font-weight: 500;
    src: url("fonts/inter-tight-v7-cyrillic-ext_latin-500.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-600 - cyrillic-ext_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: "Inter Tight";
    font-style: normal;
    font-weight: 600;
    src: url("fonts/inter-tight-v7-cyrillic-ext_latin-600.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-700 - cyrillic-ext_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: "Inter Tight";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/inter-tight-v7-cyrillic-ext_latin-700.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-tight-800 - cyrillic-ext_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: "Inter Tight";
    font-style: normal;
    font-weight: 800;
    src: url("fonts/inter-tight-v7-cyrillic-ext_latin-800.woff2") format("woff2");
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Inter Tight", sans-serif;
    background-color: #f1f3f5;
}

header,
footer {
    flex-shrink: 0;
}

main {
    flex-grow: 1;
}

button,
input,
select {
    font-family: inherit;
}

button {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    font-size: inherit;
    font-weight: inherit;
}

img {
    max-width: 100%;
    display: block;
}

svg {
    max-width: 100%;
    display: inline-block;
}

ul {
    list-style: none;
}

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


.container {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.header {
    padding: 20px 0;
}

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

.header__link {
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    color: #000;
    opacity: 0.5;
}

.promo__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #000;
    max-width: 731px;
    margin: 60px auto 90px;
}

.promo__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.promo__item {
    height: 100%;
}

.promo__card {
    display: grid;
    background: #fff;
    border-radius: 24px;
    grid-template-columns: 1fr max-content;
    transition: all 0.3s ease;
    height: 100%;
}

.promo__card-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #000;
    margin: 50px 0 60px;
    display: block;
}

.promo__card-left {
    padding: 40px;
}

.promo__card-logo {
    width: 191px;
}

.promo__card-btn {
    border: 1px solid #d1d9e1;
    border-radius: 12px;
    padding: 0 20px;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    color: #959595;
    transition: all 0.3s ease;
}

.footer__copyright {
    margin: 25px auto 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #000;
    opacity: 0.5;
}

.promo__card-img {
    height: 100%;
    width: 280px;
    border-radius: 24px;
    flex-shrink: 0;
}

.promo__card-img img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: block;
    object-fit: cover;
}

@media (min-width: 1100px) {
    .promo__card--service:hover {
        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.07);
        background: linear-gradient(180deg, #fff 49.5%, #edf1ff 100%);
    }

    .promo__card--service:hover .promo__card-btn {
        background: #2d54dd;
        border-color: #2d54dd;
        color: #fff;
    }

    .promo__card--rvd:hover {
        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.07);
        background: linear-gradient(180deg, #fff 49.5%, #ffede5 100%);
    }

    .promo__card--rvd:hover .promo__card-btn {
        background: #ff6624;
        border-color: #ff6624;
        color: #fff;
    }

    .promo__card--welding:hover {
        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.07);
        background: linear-gradient(180deg, #fff 72%, #fbe7ee 100%);
    }

    .promo__card--welding:hover .promo__card-btn {
        background: #d0004b;
        border-color: #d0004b;
        color: #fff;
    }

    .promo__card--helper:hover {
        box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.07);
        background: linear-gradient(180deg, #fff 0%, #e6faeb 100%);
    }

    .promo__card--helper:hover .promo__card-btn {
        background: #1abe48;
        border-color: #1abe48;
        color: #fff;
    }
}

@media (max-width: 1300px) {
    .promo__list {
        grid-template-columns: 1fr;
        max-width: 690px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 10px;
    }

    .promo__card {
        grid-template-columns: 1fr;
        border: 1px solid #fff;
    }

    .promo__card-img {
        height: 200px;
        width: 100%;
        border-radius: 0 0 24px 24px;
    }

    .promo__card-left {
        padding: 20px;
    }

    .promo__title {
        margin: 30px 0;
        font-size: 24px;
    }

    .promo__card-logo {
        width: 150px;
    }

    .promo__card-title {
        margin: 30px 0;
        font-size: 20px;
    }

    .promo__card-btn {
        font-size: 14px;
    }

    .promo__card--service .promo__card-btn {
        background: #2d54dd;
        border-color: #2d54dd;
        color: #fff;
    }

    .promo__card--rvd .promo__card-btn {
        background: #ff6624;
        border-color: #ff6624;
        color: #fff;
    }

    .promo__card--welding .promo__card-btn {
        background: #d0004b;
        border-color: #d0004b;
        color: #fff;
    }

    .promo__card--helper .promo__card-btn {
        background: #1abe48;
        border-color: #1abe48;
        color: #fff;
    }
}


.footer__swebs {
  margin: 10px auto 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  width: fit-content;
  color: #000;
  opacity: 0.5;
}

.footer__swebs a {
  display: flex;
  align-items: center;
}

.footer__swebs svg {
  width: 40px;
  /*margin-left: 5px;*/
}