* {
    font-family: Roboto;
    font-style: normal;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.mobile-navigation {
    display: none;
}

/* --- FONTS START --- */

.logo-font {
    font-weight: bold;
    font-size: 19px;
    line-height: 28px;
    color: #125E7E;
}

.normal-font {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #47494B;
}
.active.normal-font {
    color: #1C1C1C;
}

.normal-font.red-button-font {
    color: #FFFFFF;
}

.title-font {
    font-weight: 900;
    font-size: 57px;
    line-height: 64px;
    letter-spacing: 0.01em;
    color: #125E7E;
}

.subtitle-font {
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    color: #7297AB;
}

.subtitle_second-font {
    font-weight: normal;
    font-size: 23px;
    line-height: 30px;
    color: #47494B;
}

.title_second-font {
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #1C1C1C;
    margin-bottom: 16px;
}

.item-font {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1C1C1C;
    padding-left: 2px;
}

.footer-font {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #47494B;
}

.contact-font {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    color: #125E7E;
}

.contact-font a {
    text-decoration: none;
    color: #125E7E;
}

.contact-font:not(:last-child) {
    margin-right: 34px;
}

.contact-font span {
    margin-left: 7px;
}

.info-title {
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #125E7E;
    margin: 68px 0 32px 0;
}

.info-text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #47494B;
}
.info-text.dark {
    color: #1C1C1C;
}

.info-bold-text {
    font-weight: 500;
    color: #1C1C1C;
}
.info-text.subt {
    margin: 24px 0 20px 0;
}
.info-text.subt.top {
    margin: 0 0 24px 0;
}




/* --- FONTS END --- */

/* --- HEADER START ---*/

header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-font {
    width: 232px;
}

.logo {
    width: 74px;
    height: 74px;
    margin-right: 16px;
}

.contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact:first-child {
    margin-right: 34px;
}

.nav-container {
    width: 100%;

}

.navigation-container {
    width: 100%;
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-right: 32px;
}

.navigation ul li:not(:last-child){
    margin-right: 36px;
}

.union {
    display: none;
}
.close {
    display: none;
}

.nav-item{
    position: relative;
}

.nav-item.active::before {
    content: url(/img/nav-active.svg);
    position: absolute;
    bottom: -32px;
    left: calc(50% - 11px);
    width: 24px;
    height: 24px;
}

/* --- HEADER END ---*/


/* --- FOOTER START ---*/

.main-container {
    position: relative;
    min-height: 100vh;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* position: fixed; */
    height: 42px;
    /* left: 0px;
    right: 0px;
    bottom: 0px; */
    background-color: #F4F4F4;
}

footer p {
    text-align: center;
    position: absolute;
    width: 256px;
    height: 18px;
    left: calc(50% - 256px/2);
    top: calc(50% - 18px/2);
}

/* --- FOOTER END ---*/


/* --- ANOTHER ---*/

.up {
    position: fixed;
    width: 50px;
    height: 60px;
    right: 60px;
    bottom: 102px;
    cursor: pointer;
}
.up.hide {
    display: none;
}

.layout {
    padding: 30px 13.125% 42px 13.125%;
}

.info-container {
    padding: 0 15.0347% 142px 15.0347%;
}

@media (max-width: 1124px) {
    .layout {
        padding: 30px 6% 0 6%;
    }
}

.red-button {
    border: none;
    background: #ED1C24;
    border-radius: 12px;
    padding: 8px 12px;
    cursor: pointer;
}

.category-button.red-button {
    width: 171px;
    height: 40px;
}

.main-image {
    width: 100%;
    max-width: 540px;
    max-height: 542px;
}
.main-image img{
    width: 100%;
    max-width: 540px;
    max-height: 542px;
}

.title-img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 48px;
    margin-bottom: 42px;
}

.products-title-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.products-title-container p {
    max-width: 466px;
}
.products-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    background-color: #F4F4F4;
    border-radius: 12px;
    margin: 24px 0 40px 0;
}
.products-nav button{
    border: none;
    min-width: 171px;
}
.products-nav button:not(.active){
    background-color: #F4F4F4;
    color: #47494B;
}

.list-container {
    padding-left: 25px;
    list-style: none;
}
.list-container li::before {
    content: "\2022";
    color: #7297AB;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.middle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-block-container {
    width: 325px;
    margin-bottom: 140px;
}

.between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.tw {
    width: 228px;
}

.rel {
    position: relative;
}

.info-text-social {
    position: relative;
}

.social {
    position: absolute;
    right: 40px;
    top: -3px;
    /*transform: translateY(-50%);*/
}

/* --- ITEM START --- */
.items-container {
    display: none;
}

.items-container.active {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 30px;
    padding-bottom: 140px;
}

.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 6px;
}

.item-img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 23px;
    max-height: 240px;
}

@media (max-width: 1124px) {
    .items-container.active {
        width: 100%;
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fill, 320px);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 30px;
        padding-bottom: 140px;
    }

    .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 320px;
        width: 100%;
        padding: 28px 20px;
    }

    .item-img {
        width: 280px;
        height: 198px;
        -o-object-fit: cover;
        object-fit: cover;
        margin-bottom: 23px;
    }
}

/* --- ITEM END --- */

/* --- MEDIA --- */

@media (max-width: 873px) {
    header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .logo-font {
        font-size: 16px;
        line-height: 22px;
        width: 141px;
    }

    .category-button.red-button {
        width: 164px;
        height: 40px;
    }

    .products-nav button {
        border: none;
        min-width: 164px;
    }

    .union-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .logo-container {
        margin-left: 16px;
    }

    .union {
        margin-right: 22px;
        cursor: pointer;
        display: block;
    }
    .close {
        margin-right: 22px;
        cursor: pointer;
        display: block;
    }

    .union.hide {
        display: none;
    }
    .close.hide {
        display: none;
    }

    .contact-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact:first-child {
        margin: 24px 0 12px 0;
    }

    .navigation-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }

    .nav-container {
        margin-top: 24px;
    }

    .navigation.hide {
        display: none;
    }

    .nav-container.hide {
        display: none;
    }

    .navigation.desktop-navigation {
        display: none !important;
    }

    .navigation.mobile-navigation {
        display: block;
    }

    .navigation.mobile-navigation ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .navigation.mobile-navigation.hide {
        display: none;
    }

    .navigation ul li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 32px;
    }

    .navigation ul {
        margin-right: 0;
        margin: 73px 0 52px 0;
    }
    .nav-font {
        font-weight: normal;
        font-size: 23px;
        line-height: 30px;
        text-align: center;
    }

    .layout {
        padding: 30px 20px 0 20px;
    }

    .info-container {
        padding: 0 0 142px 0;
    }

    .item {
        padding: 0;
    }

    .title-img-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 36px;
    }

    .title-font {
        font-weight: 900;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0.01em;
    }

    .subtitle_second-font {
        font-size: 19px;
        line-height: 28px;
    }

    .item-font {
        font-weight: 500;
        font-size: 19px;
        line-height: 28px;
    }

    .contact-font:not(:last-child) {
        margin-right: 0;
    }

    .nav-item.active::before {
        left: -32px;
        bottom: 2px;
    }

    .info-title {
        font-size: 33px;
        line-height: 40px;
        margin: 46px 0 16px 0;
    }

    .main-404-container {
        flex-direction: column;
        align-items: center;
    }
}
