

/* Start:/local/components/akvamir/single.page/templates/supplier/style.css?16897945063164*/
:root {
    --color-text-main: #333333;
    --color-text-sub: #777777;
    /*--theme-base-color orange*/
}

body {
    overflow-x: hidden;
}

main * {
    color: var(--color-text-main);
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

section {
    margin-bottom: 150px;
}

.only-xxs {
    display: none;
}
/*for animate*/
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
}

/*======  main-block  ======*/
.supplier {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.supplier__text{
    width: 42%;
}
.supplier__img{
    width: 58%;
}
.supplier__img__xs{
    display: none;
}
.supplier__img img{
    width: 100%;
}
.supplier__title{
    width: 130%;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}
.supplier__tooltip{
    width: 128%;
    max-width: 628px;
    color: var(--color-text-sub);
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 30px;
}
.supplier__links a{
    font-size: 24px;
    line-height: 28px;
    padding-left: 5px;
}
.supplier__phone{
    margin-bottom: 20px;
}
.supplier__phone i{
    font-size: 22px;
    vertical-align: text-bottom;
}
.supplier__phone a{
    color: var(--color-text-main);
}
.supplier__phone a:hover{
    color: var(--color-text-sub);
}
.supplier__email{
    margin-bottom: 40px;
}
.supplier__email i{
    font-size: 24px;
}
.supplier__button a{
    font-size: 14px;
    line-height: 18px;
    padding: 16px;
}

@media (max-width: 1199px) {

    section {
        margin-bottom: 130px;
    }
    /*======  main-block  ======*/
    .supplier__title{
        font-size: 28px;
        line-height: 32px;
    }
    .supplier__tooltip{
        width: 119%;
    }
}

@media (max-width: 991px) {

    section {
        margin-bottom: 110px;
    }
    /*======  main-block  ======*/
    .supplier__text{
        width: 49%;
    }
    .supplier__img{
        width: 51%;
    }
    .supplier__title{
        font-size: 24px;
        line-height: 28px;
        width: 100%;
    }
    .supplier__tooltip{
        width: 100%;
    }
    .supplier__links a{
        font-size: 20px;
        line-height: 24px;
    }
    .supplier__phone{
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {

    section {
        margin-bottom: 120px;
    }
    /*======  main-block  ======*/
    .supplier__text{
        width: 100%;
    }
    .supplier__title{
        margin-bottom: 16px;
    }
    .supplier__tooltip{
        margin-bottom: 28px;
    }
    .supplier__phone{
        margin-bottom: 16px;
    }
    .supplier__email{
        margin-bottom: 28px;
    }
    .supplier__img{
        width: 100%;
        margin-bottom: 28px;
    }
    .supplier__button a {
        width: 100%;
    }
    .supplier__img__but-xs{
        display: none;
    }
    .supplier__img__xs{
        display: block;
    }
}

@media (max-width: 575px) {

    .only-xxs {
        display: block;
    }
    .but-xxs {
        display: none;
    }

    section {
        margin-bottom: 100px;
    }
    /*======  main-block  ======*/
    .supplier__tooltip{
        font-size: 14px;
        line-height: 18px;
    }
}
/* End */
/* /local/components/akvamir/single.page/templates/supplier/style.css?16897945063164 */
