

/* Start:/local/components/akvamir/single.page/templates/info/style.css?16897945067166*/
: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;
}

main section {
    margin-bottom: 120px;
}
main section:last-child{
    margin-bottom: 150px;
}

.only-xxs {
    display: none;
}

.only-xs {
    display: none;
}
/*for animate*/
.gs_reveal {
    opacity: 0;
    visibility: hidden;
/*    will-change: transform, opacity; */ /* Мылит текст*/
}


/*======  main-block  ======*/
.main{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main__text{
    width: 50%;
    padding-right: 10px;
}
.main__title{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 25px;
}
.main__tooltip{
    font-size: 15px;
    line-height: 24px;
}
.main__img{
    width: 50%;
    padding-left: 10px;
}
.main__img img{
    width: 100%;
}
/*======  screen-block  ======*/
.screen{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.screen__img{
    width: 50%;
    padding-right: 10px;
}
.screen__img img{
    width: 100%;
}
.screen__text{
    width: 50%;
    padding-left: 10px;
}
.screen__paragraph{
    font-size: 15px;
    line-height: 24px;
}
.screen__paragraph:nth-child(1){
    margin-bottom: 20px;
}
.screen__paragraph:nth-child(2){
    margin-bottom: 25px;
}
.screen__paragraph:nth-child(3){
    margin-bottom: 30px;
}
.delivery__button a{
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

/*======  contact-block  ======*/
.contact__title{
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 50px;
    text-align: center;
}

.contact__row{
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 80px;
}
.contact__row:last-child{
    margin-bottom: 0;
}
.contact__item{
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: start;
}
.contact__item:nth-child(2n+1){
    padding-right: 10px;
}
.contact__item:nth-child(2n+2){
    padding-left: 10px;
}
.contact__icon{
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background-color: #FBFBFB;
}
.contact__icon i{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 54px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-mail-all{
    font-size: 38px;
}
.icon-mail-moskov{
    font-size: 53px;
}
.icon-reklamacia{
    font-size: 53px;
}
.icon-shop{
    font-size: 46px;
}
.icon-optom{
    font-size: 53px;
}
.icon-buhgalteria{
    font-size: 54px;
}

.contact__wrap{
    padding-left: 16px;
    width: calc(100% - 92px);
}
.contact__titile{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
}
.contact__mail{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 16px;
}
.contact__text{
    font-size: 15px;
    line-height: 24px;
}



@media (max-width: 1199px) {

    /*======  main-block  ======*/
    .main__title{
        font-size: 24px;
        line-height: 28px;
    }

    /*======  screen-block  ======*/
    /*======  contact-block  ======*/
    .contact__title{
        font-size: 24px;
        line-height: 28px;
    }
    .contact__row{
        flex-direction: column;
        margin-bottom: 0;
    }
    .contact__item:nth-child(2n+1){
        padding-right: 0;
    }
    .contact__item:nth-child(2n+2){
        padding-left: 0;
    }
    .contact__item{
        width: auto;
        margin-bottom: 40px;
    }
    .contact__row:last-child .contact__item:last-child{
        margin-bottom: 0;
    }

}

@media (max-width: 991px) {
    main section {
        margin-bottom: 100px;
    }
    main section:last-child{
        margin-bottom: 100px;
    }

    /*======  main-block  ======*/
    .main__title{
        font-size: 20px;
        line-height: 24px;
    }

    /*======  screen-block  ======*/
    /*======  contact-block  ======*/
    .contact__title{
        font-size: 20px;
        line-height: 24px;
    }
    .contact__item{
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .only-xs {
        display: block;
    }

    .but-xs {
        display: none;
    }
    main section:last-child{
        margin-bottom: 130px;
    }

    /*======  main-block  ======*/
    .main{
        flex-direction: column;
    }
    .main__text{
        width: 100%;
        padding-right: 0;
    }
    .main__img{
        width: 100%;
        padding-left: 0;
    }
    .main__title{
        margin-bottom: 24px;
    }
    .main__tooltip{
        margin-bottom: 30px;
    }

    /*======  screen-block  ======*/
    .screen{
        flex-direction: column;
    }
    .screen__img{
        width: 100%;
        padding-right: 0;
        margin-bottom: 28px;
    }
    .screen__text{
        width: 100%;
        padding-left: 0;
    }
    .screen__paragraph:nth-child(1){
        margin-bottom: 20px;
    }
    .screen__paragraph:nth-child(2){
        margin-bottom: 24px;
    }
    .screen__paragraph:nth-child(3){
        margin-bottom: 28px;
    }
    .delivery__button a{
        width: 100%;
    }

    /*======  contact-block  ======*/
    .contact__title{
        margin-bottom: 32px;
    }
    .contact__item{
        margin-bottom: 32px;
    }
    .contact__icon{
        width: 68px;
        height: 68px;
    }
    .contact__icon i{
        width: 40px;
    }
    .contact__wrap{
        padding-left: 8px;
    }
    .contact__titile{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .contact__mail{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .contact__text{
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 575px) {

    .only-xxs {
        display: block;
    }

    .but-xxs {
        display: none;
    }
    main section {
        margin-bottom: 80px;
    }
    main section:last-child{
        margin-bottom: 100px;
    }

    /*======  main-block  ======*/
    .main__title{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .main__img{
        margin-bottom: 24px;
    }
    .main__tooltip{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

    /*======  screen-block  ======*/
    .screen__img{
        margin-bottom: 24px;
    }
    .screen__img.only-xs{
        display: none;
    }
    .screen__img.but-xs{
        display: block;
    }
    .screen__paragraph{
        font-size: 14px;
        line-height: 18px;
    }
    .screen__paragraph:nth-child(1){
        margin-bottom: 20px;
    }
    .screen__paragraph:nth-child(2){
        margin-bottom: 25px;
    }
    .screen__paragraph:nth-child(3){
        margin-bottom: 30px;
    }

    /*======  contact-block  ======*/
    .contact__title{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 24px;
    }
    .contact__item{
        margin-bottom: 24px;
    }
    .contact__icon{
        width: 54px;
        height: 54px;
    }
    .contact__icon i{
        width: 32px;
    }
}
/* End */
/* /local/components/akvamir/single.page/templates/info/style.css?16897945067166 */
