* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.cont {
    padding-top: 21px;
    padding-bottom: 29px;
    padding-left: 15px;
    padding-right: 15px;
}

.wrapper {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.logo__duiko {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    /* identical to box height */


    color: #FFFFFF;
}

.head-wrapper {
    display: flex;
    justify-content: space-between;
}

.logo__kailas {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 24px;
    line-height: 33px;
    /* identical to box height */


    color: #FFFFFF;
}

.numbers {
    display: flex;
    justify-content: space-between;
}

.head__contacts {
    display: flex;
    justify-content: space-between;
}

.email {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;

    color: #FFFFFF;
    margin-right: 28px;

}

.email:last-child {
    margin-right: 0px;
}

.email img {
    margin-right: 6px;
}

.contacts {
    display: flex;
    align-items: center;
}

.mobile-log {
    display: none;
}

@media only screen and (max-width: 1057px) {
    .logo__kailas {
        font-size: 20px;
    }
}

@media only screen and (max-width: 980px) {
    .logo__kailas {
        font-size: 20px;
    }

    .mobile-log {
        display: flex;
    }

    .logo-text {
        display: none;
    }
}

@media only screen and (max-width: 754px) {
    .head__logo {
        flex-grow: 2;
    }

    .head__contacts {
        display: block;
    }

    .contacts {
        flex-direction: column;
        align-items: flex-end;
    }

    .email-a {
        margin-right: 0px;
    }

    .head-wrapper {
        flex-direction: column;
    }

    .email {
        padding-bottom: 11px;
        margin-right: 17px;
        font-size: 13px;
    }
}