@media (min-width:  1141px) {
/** {box-shadow: 0 0 10px red inset}  !* добавил для отладки*!*/

    body {
        background: #1B1B1B;
    }

    .mobile {
        display: none;
    }
    .content {
        margin: 0;
        padding: 0;
        position: relative;
        left: -10px;
        top: -10px;
        width: 101%;
        height: 100%;
        backface-visibility: visible;
        background-color: #1B1B1B;
        background-image: url("../images/desktop/dinessi_background_trans.svg");
        background-repeat: no-repeat;
        background-position: 20px 180px;
    }
    .top-menu {
        z-index: 999;
        position: fixed;
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 181px;
        backface-visibility: visible;
        background-image: url("../images/desktop/background_menu.svg");
    }
    .top-menu-brand {
        margin-left: 10%;
        margin-right: 20%;
        margin-top: 40px;
    }
    .top-menu-retailers {
        margin-top: 40px;
        display: flex;
        flex-direction: row;
    }
    .top-menu-retailers img:hover {
        border-radius: 11px;
        box-shadow: darkgrey 0 0 5px
    }
.top-menu-retailers img:active {
    border-radius: 11px;
    box-shadow: darkgrey 0 0 1px
}
    .top-menu-retailers > div:first-child {
        margin-right: 40px;
        font-family: Jost;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        text-align: left;
        color: #FFFFFF;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }
    .top-menu-wb {
        margin-right: 40px;
    }
    .top-menu-ozon {
        /*margin-right: 40px;*/
    }
    .section-presentation {
        top: 0px;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .section-presentation-left {
        width: 40%;
        margin-left: 15%;

        margin-top: 400px;
        margin-right: 50px;
    }
    @media (max-width:  1645px) {
        .section-presentation-left {
            width: 40%;
            margin-left: 2%;
            margin-top: 160px;
        }
    }
    .section-presentation-left > div div:first-child {
        font-family: Arsenal;
        font-size: 54.91px;
        font-weight: 400;
        line-height: 54.91px;
        letter-spacing: -2.2879185676574707px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;

    }
    .section-presentation-left > div div:last-child{

        font-family: Arsenal;
        font-size: 103.24px;
        font-weight: 400;
        line-height: 103.24px;
        letter-spacing: -3.8849642276763916px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;

    }

    .section-presentation-right {
        width: 60%;
    }
    .image-2 {
        width: 100%;
    }
    .hr-image-under-presentation{
        position: relative;
        top: -5px;
        width: 100%;
        height: 0px;
        left: 0px;
        border: none;
        border-bottom: 1px solid #515151;
    }
    .hr-image-under-presentation > img {

    }
    .section-description {
        top: -5px;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .section-description-left {
        width: 40%;
    }
    .section-description-right {
        width: 60%;
    }

    .section-description-article {
        width: 90%;
        margin-left: 10%;
        margin-top: 100px;
    }
    .section-description-article div:first-child{
        display: flex;
        flex-direction: row;
        align-items: center;
        align-content: center;
    }
    .section-description-article > div:first-child > div + div{
        width: 100%;
        margin-left: 15%;

    }
    .section-description-article > div:first-child > div + div img{
        width: 100%;

    }
    .section-description-article div + div > p {
        margin-top: 50px;
        margin-bottom: 50px;
        font-family: Jost;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .section-description-article > div:nth-child(3) {
        margin-top: 50px;
        margin-bottom: 50px;
        font-family: Arsenal;
        font-size: 36px;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: -2.2879185676574707px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .section-description-article > div:nth-child(4) > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .section-description-article > div:nth-child(4) > div img{
        width: 12%;
    }

    .section-description-article > div:nth-child(4) > div div:last-child{
        width: 50%;
        margin-left: 30px;
        text-transform: uppercase;

        font-family: Jost;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .hr-image-under-description {
        position: relative;
        top: -10px;
        width: 100%;
        height: 0px;
        left: 0px;
        bottom: 0px;
        border: none;
        border-bottom: 1px solid #515151;
    }
    .section-advantages-three {
        top: -10px;
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .section-advantages-left {
        width: 55%;
    }

    .section-advantages-intro {
        margin-top: 130px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
    }
    .section-advantages-intro > div:first-child {
        width: 30%;
    }
    .section-advantages-intro > div:first-child img {
        width: 70%;
    }
    .section-advantages-intro > div:last-child {
        width: 70%;
        margin-right: 1%;
    }
    .section-advantages-intro > div + div{
        text-transform: uppercase;
        font-family: Arsenal;
        font-size: 32px;
        font-weight: 400;
        line-height: 38.4px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .section-advantages-article {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
    }
    .section-advantages-article > div:first-child {
        width: 30%;
    }
    @media (max-width: 1645px) {
        .section-advantages-article > div:first-child {
            width: 3%;
        }
    }
    .section-advantages-article div + div {
        /*width: 70%;*/
    }
    .section-advantages-title {
        margin-top: 80px;
        text-align: left;
        font-family: Jost;
        font-size: 36px;
        font-weight: 400;
        line-height: 43.2px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .section-advantages-table {
        margin-top: 70px;
        margin-bottom: 70px;
        display: flex;
        flex-direction: row;

        text-transform: uppercase;
        font-family: Jost;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .section-advantages-table span {
        font-family: Jost;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;

    }
    .section-advantages-table > div:first-child {
        text-align: left;
        border-right: solid 1px #515151;
    }
    .section-advantages-table > div + div {
        text-align: left;
    }
    .section-advantages-table > div:first-child div:first-child {
        border-bottom: solid 1px #515151;
        padding-right: 50px;
        height: 130px;
    }
    .section-advantages-table > div:first-child div + div{
        padding-right: 50px;
        margin-top: 40px;
        height: 90px;
    }
    .section-advantages-table > div + div div:first-child {
        border-bottom: solid 1px #515151;
        padding-left: 50px;
        height: 130px;
    }
    .section-advantages-table > div + div > div + div {
        padding-left: 50px;
        margin-top: 25px;
        height: 105px;
    }
    .section-advantages-final p {
        font-family: Jost;
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .section-advantages-right {
        width: 45%;
        text-align: right;
    }
    .hr-image-under-advantages {
        position: relative;
        top: -15px;
        /*top: -100px;*/
        width: 100%;
        height: 0px;
        left: 0px;
        bottom: 0px;
        border: none;
        border-top: 1px solid #515151;
    }
    .useful-tips {
        width: 62%;
        padding-left: 20%;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    .useful-tips-article {

    }
    .useful-tips-title {
        margin-bottom: 40px;

        text-transform: uppercase;
        font-family: Arsenal;
        font-size: 48px;
        font-weight: 400;
        line-height: 57.6px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .useful-tips-list {

    }
    .drop-article {
        margin-top: 15px;
        width: 100%;
        position: relative;
        display: inline-block;
        border: solid 1px #515151;
        border-radius: 20px;
    }
    .drop-article:hover {
        border: solid 1px darkgrey;
    }
    .drop-title {
        display: flex;
        flex-direction: row;
    }
    .drop-title > div:first-child {
        text-transform: uppercase;

        margin: 20px;
        width: 100%;
        font-family: Jost;
        font-size: 16px;
        font-weight: 900;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }
    .drop-title div a {
        align-items: center;
        /*box-shadow: 0 0 10px red inset;*/
    }
    .drop-title div img:hover {
        padding: 2px;
        box-shadow: 0 0 5px darkgrey inset;
        border-radius: 13px;
    }
    .drop-btn-tips {
        display: flex;
        margin: 10px;
        width: 24px;
        align-items: center;
        text-align: right;
        cursor: pointer;
    }
    .drop-btn-tips img{

        align-content: center;
    }

    .drop-text-content {
        display: none;
        padding: 20px 20px 20px 20px;

        font-family: Jost;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;
    }


    .footer {
        width: 62%;
        padding-left: 20%;
        padding-top: 120px;
        padding-bottom: 120px;
    }
    @media (max-width: 1760px) {
        .footer {
            width: 95%;
            padding-left: 2%;
            padding-top: 120px;
            padding-bottom: 120px;
        }
        #footer {
            width: 100%;
        }
    }
    .footer-brand {
        padding-bottom: 120px;
    }
    .footer-retailers {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
    }
    .footer-wb {
        width: 25%;
        justify-content: left;
        /*cursor: pointer;*/
    }
    .footer-retailers-title {
        width: 50%;
        text-align: center;
        padding-top: 40px;
        text-transform: uppercase;

        font-family: Arsenal;
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
        letter-spacing: -2.2879185676574707px;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #FFFFFF;

    }
    .footer-ozon {
        position: absolute;
        right: 0px;
    }
    .footer-retailers img:hover {
        border-radius: 30px;
        box-shadow: darkgrey 0 0 5px;
    }
.footer-retailers img:active {
    border-radius: 30px;
    box-shadow: darkgrey 0 0 1px;
}



}

@font-face {
    font-family: "Jost";
    /* https://fonts-online.ru/fonts/jost/download */
    src: url("../fonts/Jost/Jost.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Arsenal";
    /* https://fonts.google.com/selection?query=Arsenal */
    src: url("../fonts/Arsenal/Arsenal-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}