

/* Start:/local/templates/eshop_bootstrap_v4/front/assets/info/main.css?17663982223772*/
.container {
    max-width: 1275px;
    margin: 0 auto;
    padding: 34px 0;
}

.section {
    padding: 34px 0;
}

.animate {
    opacity: 0;
    transform: translateY(80px);
    transition: all .6s ease-in-out;
}

@media screen and (max-width: 1315px){
    .container {
        padding: 0 24px;
    }
}

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.info-col {
    display: flex;
    flex-direction: column;
}

.info-title {
    text-transform: uppercase;
}

.info-text {

}

.info-text--mobile {
    display: none;
}

.section-hr {
    display: none;
}

.container hr {
    margin: 2.4rem 0;
}

.container .media.cover > * {
    object-fit: contain;
    height: auto;
}

.is-mobile {
    display: none;
}

.is-desktop {
    display: flex;
}

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

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

    .section {
        padding: 16px 0;
    }

    .info-text--desktop {
        display: none;
    }

    .info-text--mobile {
        display: block;
    }

    .is-desktop {
        display: none;
    }

    .section-hr {
        display: block;
        padding: 24px 0;
    }

    .is-mobile {
        display: block;
    }

    .revers {
        flex-direction: column-reverse;
    }
}

/*first section start*/

.section .info-row--first {
    align-items: flex-start;
    margin-bottom: 29px;
    justify-content: normal;
    gap: 109px;
}

.section .info-row--first .info-col:first-child {
    gap: 16px;
    max-width: 41%;
    width: 100%;
}

.section .info-row--first .info-col:last-child {
    max-width: 37%;
    width: 100%;
    gap: 16px;
}


.section .info-row--second {
    align-items: flex-end;
}

.section .info-row--second .info-col:first-child{
    width: 100%;
    max-width: 58%;
}

.container--info .square {
    aspect-ratio: inherit !important;
}

.square img {
    position: static;
}

.section .info-row--second .info-col:first-child .media.cover > * {
    object-fit: contain;
}

.section .info-row--second .info-col:last-child {
    width: 100%;
    max-width: 42%;
    gap: 16px;
}

.section .info-row--second .info-col:last-child .h-7 {
    color: #9D9D9D;
    text-transform: uppercase;
}

h1 {
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 2px;
}

h2 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 1px;
}

h3 {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 1px;
}

h4 {
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 1px;
}

h5 {
    font-size: 21px;
    line-height: 23px;
    letter-spacing: 1px;
}

h6 {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h7 {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--font-heading-family-demi);
}

h8 {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 1.3px;
    text-transform: uppercase;

}

h9 {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-family: var(--font-heading-family-demi);
}


p {
    font-size: 16px;
    line-height: 25px;
}

@media screen and (max-width: 768px){
    .info-row {
        flex-direction: column;
    }

    .section .info-row--first {
        gap: 16px;
        margin-bottom: 0;
    }

    .section .info-row--first .info-col:first-child, .section .info-row--first .info-col:last-child {
        max-width: 100%;
    }

    .info-title {
        color: #000000;
        font-family: var(--font-heading-family-heavy);
    }

    .section .info-row--second .info-col:first-child {
        max-width: 100%;
        margin: 8px 0;
    }

    .section .info-row--second .info-col:last-child {
        max-width: 100%;
    }
}

/*first section end*/



/* End */
/* /local/templates/eshop_bootstrap_v4/front/assets/info/main.css?17663982223772 */
