

/* Start:/local/templates/welkome_landing/styles.css?17562051086319*/
* {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
    line-height: 130%;
    font-weight: 500;
    font-family: 'Onest', sans-serif;
}

html {
    width: 100%;
    position: relative;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    font-weight: medium;
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
}

p {
    font-size: 17px;
}

.hide {
    display: none;
}

.link {
    text-decoration: underline;
}

h1,
h2,
h3 {
    font-weight: 600;
}

/* popUp-mobile */

.popup__menu-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.4);
    display: none;
    z-index: 20;
    overflow: hidden;
    top: 0;
}

.popup__menu-container {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    padding: 8px 0;
    position: relative;
    top: 67px;
    left: 16px;
    width: 195px;
}

.popup__menu-container>.header__list {
    text-align: left;
}

/* popUp-mobile */

/* header */

.header__logo {
    line-height: 0;
}

.header {
    padding: 16px 0;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    margin: auto;
    z-index: 10;
    max-width: 1600px;
}

.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto 48px;
}

.header__burger-menu {
    display: none;
    cursor: pointer;
}

.header__list {
    display: flex;
    /* gap: 125px; */
    justify-content: flex-start;
    width: 65%;
}

.header__list-item {
    padding: 8px 20px;
    border-radius: 40px;
}

.header__buttons-item {
    padding: 8px 16px;
    background-color: rgba(148, 173, 58, 1);
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    border: none;
}

#header-fixed {
    opacity: 1;
    transition: top 600ms linear;
    background: #fff;
    display: block;
    position: fixed;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.136); */
    top: -100%;
    z-index: 3;
    right: 0;
    left: 0;
}

#header-fixed.fixed {
    opacity: 1;
    display: block;
    top: 0;
}

.header__list-item>a:hover {
    color: #444f00;
    border-bottom: #444f00 1px solid;
}

/* header */


/* main__contact */

.info__contact {
    max-width: 1600px;
    padding: 60px 48px;
    border-radius: 32px;
    background-color: #444f00;
    display: flex;
    gap: 250px;
    /* margin-bottom: 24px; */
    margin: 0 48px;
    box-sizing: border-box;
}

.info__contact>h1,
.info__contact>.info__contact-list {
    width: 100%;
}

.info__contact p,
.info__contact h1,
.info__contact a {
    color: rgba(255, 255, 255, 1);
}

.info__contact-list>.info__contact-item:not(:last-child) {
    margin-bottom: 24px;
}

.info__contact-item {
    display: flex;
    gap: 12px;
}

.info__contact-item .mail {
    color: #FFFFFF;
}

.info__contact-item .mail:hover {
    text-decoration: underline;
}

/* main__contact */

.content-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 25px auto 50px auto;
}

.banner__container {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 32px;
    margin: 0 48px;
}

.main-banner {
    aspect-ratio: 188/85;
}

.add-banner {
    aspect-ratio: 95/28;
}

.text-block {
    margin: 0 48px;
    padding: 0 48px;
}

.text-block p {
    margin: 10px 0;
    font-size: 24px;
}

.text-block>h2 {
    font-size: 48px;
}

.title-big {
    font-size: 32px;
    color: #444f00;
    text-decoration: underline;
    font-weight: bold;
    margin: 25px 0;
}

.text-block-container {
    margin: 0 48px 80px 48px;
    padding: 0 48px;
}

.main__text-block {
    display: flex;
    gap: 40px;
}

.main__block-left>p {
    font-size: 32px;
    margin-bottom: 32px;
    color: #444f00;
}

.main__block-left,
.main__block-right {
    width: 100%;
}

.many-text>p {
    font-weight: 500;
    font-size: 24px;
}

.many-text>p:not(:last-child) {
    margin-bottom: 24px;
}

.margin {
    margin-bottom: 50px;
}

.concept-banner {
    border-radius: 32px;
    padding: 60px 48px;
    margin: 100px 48px;
    box-sizing: border-box;
    height: 382px;
    display: flex;
    position: relative;
    overflow: hidden;
    background-color: #444f00;
}

.concept-banner-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.concept-text-title {
    font-size: 56px;
    font-weight: 400;
    max-width: 940px;
    z-index: 1;
    color: rgba(255, 255, 255, 1);
}

.concept-image {
    position: absolute;
    top: -250px;
    right: -150px;
    transform: scaleX(-1);
}

@media screen and (max-width: 1080px) {
    .concept-text-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 971px) {
    .concept-banner {
        height: 500px;
        padding: 40px 16px;
    }

    .concept-image {
        top: 15px;
        right: -70px;
        height: 140%;
    }
}

@media screen and (max-width: 1169px) {

    .info__contact {
        gap: 140px;
    }
}

@media screen and (max-width: 770px) {

    .concept-text-title {
        font-size: 28px;
    }

    .concept-banner {
        margin: 60px 24px;
    }

    .text-block-container {
        margin: 0 24px 80px 24px;
    }

    .main__block-left>p {
        font-size: 22px;
    }

    .text-block p {
        font-size: 16px;
    }

    .text-block {
        margin: 0 24px;
        padding: 0;
    }

    .banner__container {
        margin: 0 24px;
    }

    .header__burger-menu {
        display: block;
    }

    .header {
        padding: 24px;
    }

    .header>.header__container {
        flex-direction: row;
        justify-content: flex-start;
    }

    .hide-mobile {
        display: none;
    }

    .header__container {
        flex-direction: column;
        gap: 50px;
        margin: 0;
    }

    .header__list {
        flex-direction: column;
        text-align: center;
    }

    .title-big {
        font-size: 22px;
    }

    .info__contact {
        flex-direction: column;
        padding: 24px;
        margin: 0 24px;
    }

    .many-text>p {
        font-size: 16px;
    }

    .text-block>h2 {
        font-size: 32px;
    }

    .main__text-block {
        display: block;
        margin-bottom: 0;
    }

    .text-block-container {
        padding: 0;
    }

    .text-block {
        margin: 0 24px;
    }

}

/* End */
/* /local/templates/welkome_landing/styles.css?17562051086319 */
