@font-face {
    font-family: 'Futura New';
    src: url('fonts/FuturaNewMedium-Obl.eot');
    src: local('Futura New Medium Obl'), local('FuturaNewMedium-Obl'),
        url('fonts/FuturaNewMedium-Obl.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaNewMedium-Obl.woff2') format('woff2'),
        url('fonts/FuturaNewMedium-Obl.woff') format('woff'),
        url('fonts/FuturaNewMedium-Obl.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Futura New Demi';
    src: url('fonts/FuturaNewDemi-Obl.eot');
    src: local('Futura New Demi Obl'), local('FuturaNewDemi-Obl'),
        url('fonts/FuturaNewDemi-Obl.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaNewDemi-Obl.woff2') format('woff2'),
        url('fonts/FuturaNewDemi-Obl.woff') format('woff'),
        url('fonts/FuturaNewDemi-Obl.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}




@font-face {
    font-family: 'Futura New Book';
    src: url('fonts/FuturaNewBook-Reg.eot');
    src: local('Futura New Book Reg'), local('FuturaNewBook-Reg'),
        url('fonts/FuturaNewBook-Reg.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaNewBook-Reg.woff2') format('woff2'),
        url('fonts/FuturaNewBook-Reg.woff') format('woff'),
        url('fonts/FuturaNewBook-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Futura New Demi';
    src: url('fonts/FuturaNewDemi-Reg.eot');
    src: local('Futura New Demi Reg'), local('FuturaNewDemi-Reg'),
        url('fonts/FuturaNewDemi-Reg.eot?#iefix') format('embedded-opentype'),
        url('fonts/FuturaNewDemi-Reg.woff2') format('woff2'),
        url('fonts/FuturaNewDemi-Reg.woff') format('woff'),
        url('fonts/FuturaNewDemi-Reg.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #000D27;
}
.container {
    max-width: 920px;
    margin: 0 auto;
}
.lang {
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 10px;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    font-size: 12px;
}
.lang a.active {
    color: #fff;
    opacity: 0.5;
}
.lang a {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.delongi__banner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: url(img/s1-bg.jpg) no-repeat 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}
.delongi__banner .container{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.banner__text {
    font-family: "Futura New Book" , sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
}
.delongi__banner h1{
    font-family: "Futura New Demi";
    font-style: normal;
    font-weight: 600;
    font-size: 53px;
    line-height: 67px;
    text-align: center;
    color: #FFFFFF;
}
.banner__img img{
    width: 500px;
}
.adaptivemashine {
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    background-color: #000D27;
    height: 100vh !important;
    overflow: hidden;
}
.adaptivemashine .fp-scroller {
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
} 
.delongi__block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #000D27;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 4px;
}
.delongi__block .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    height: 100vh;
}
.delongi__title{
    font-family: "Futura New Demi";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
    padding-top: 50px
}
.adaptivemashine .banner__img{
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: url(img/bg_1.png) no-repeat 50%;
    width: 100%;
}
.adaptivemashine{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.delongi__breadcrambs{
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}

.delongi__heading,
a.delongi__heading {
    margin-top: 16px;
    font-family: "Futura New Demi";
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;


}
a.delongi__heading {
    text-decoration: underline;
}
a.delongi__heading:hover {
    color: #fff;
}
.delongi__box{
    width: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
.box{
    margin-top: 82px;
    width: 260px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
}
.box__img{
    margin-top: 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}
.box__img img{
    width: 100%;
}
.delongi__text{
    font-family: "Futura New Demi";
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
}
.cups{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000D27;
}
.cup__block{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.cup__text{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.cup__text .delongi__breadcrambs, .cup__text .delongi__heading{
    text-align: start;
}
.cup__block:first-child{
    justify-content: space-between;
}
.cup__block:first-child .cup__text{
    width: 359px;
}
.cup__block:nth-child(2){
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.cup__block:nth-child(2) .cup__text .delongi__heading{
    font-size: 50px;
    text-align: center;
}
.point{
    height: 100vh;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.point .delongi__heading{
    width: 580px;
}
.point--1 {
    background: url(img/point_1.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: cover;
}
.point--2 {
    background: url(img/point_2.png) no-repeat 50% 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
.point--3 {
    background: url(img/point_3.png) no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.point--4 {
    background: url(img/point_4.png) no-repeat 50% 100%;
    -webkit-background-size: cover;
    background-size: cover;
}
.white_bg .delongi__block{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.white_bg{
    background: #FFFFFF;
}
.white_bg .delongi__text,.white_bg .delongi__breadcrambs,.white_bg .delongi__heading{
    color: #000D27;
}
.delongi__bigmashine .white_bg .delongi__heading{
    text-align: start;
}
.delongi__bigmashine{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: -1px;
}
.delongi__bigmashine_img{
    position: absolute;
    right: 0;
}
.mashine_img{
    width: 100%;
}
.delongi__bigmashine .white_bg {
    padding: 90px 0;
    margin-top: -110px;
}
.delongi__box-small{
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 70%;
}
.delongi__heading-small{
    text-align: start;
}
.text-small{
    margin-top: 15px;
    font-family: "Futura New Book";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: #FFFFFF;
}
.delongi__conteiner{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 67px 0 78px 0;
    background-color: #000D27;
}
.delongi__video{
    background-color: #000D27;
}
.delongi__new{
    background: url(img/bg_2.jpg) no-repeat 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 470px;
}
.delongi__new .container{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
}
.new__box{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}
.new__plus{
    width: 150px;
    height: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 14px;
    border-radius: 5px;
    margin-top: 38px;
    background: rgba(255, 255, 255, 0.8);
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.new__plus:first-child{
    margin-top: 0;
}
.new__text {
    font-family: "Futura New Demi";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #000D27;
}
.click-for-video {
    background: url(img/s-video-bg.jpg) no-repeat 50% / cover;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: calc(100% + 30px);
    height: 100vh;
    left: -15px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.v-pulse {
    position: relative;
    cursor: pointer;
}
.v-pulse:before {
    content:'';
    width: 100%;
    height: 100%;
    display: block;
    border: 3px solid #fff;
    border-radius: 50%;
    opacity: 0.3;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    border-radius: 50%;
    position: absolute;
    transition: all 1s ease;
    animation: pulse 1.5s linear infinite;
}
.v-pulse:hover:before {
    animation: pulse .5s linear infinite;
}



@keyframes pulse {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}


.click-for-video.close {
    display: none;
}
.youtube1{
    width: 100%;
    height: 100vh;
    display: none;
}
.youtube1.open {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
#video {
    width: 70%;
    height: 70vh;
    position: relative;
}
.click-for-video img{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.delongi__video .youtube{
    display: none;
}
.delongi__video .container{
    max-width: 100%;
    width: 100%;
}
.desctop_960{
    display: none;
}
.cup_img img {
    height: 490px;
}
.white_bg .delongi__block{
    background: #FFFFFF;
}

.products .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
.products-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -ms-align-items: center;
    align-items: center;
    text-decoration: none;
}
.products-item:hover {
    text-decoration: none;
}
.products-item-img {
    display: flex;
    width: 100%;
    max-width: 500px;
    position: relative;
}
.products-item-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.products-item-price_and_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 80%;
    justify-content: space-around;
    margin: 20px auto 0 auto;
}
.products-item-price {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
}
.products-item-btn span {
    color: #FFF;
    border: 0px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px;
    line-height: 40px;
    float: left;
    cursor: pointer;
    width: 110px;
    height: 40px;
    text-align: center;
    background: #de1f1f;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 5px;
    outline: none;
    transition: all .4s ease;
}
.products-item-btn span:hover,
.products-item:hover .products-item-btn span{
    background: #3292c9;
}


a.btn-all {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #FFF;
    border: 0px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0px 40px;
    line-height: 70px;
    float: left;
    cursor: pointer;
    height: 70px;
    text-align: center;
    background: #de1f1f;
    border-radius: 50px;
    font-weight: 700;
    margin-top: 5px;
    outline: none;
    margin-top: 100px;
    text-decoration: none;
    transition: all .4s ease;
    animation: shake 3s  cubic-bezier(.36,.07,.19,.97) infinite;
}
a.btn-all:hover {
    background: #3292c9;
}

@keyframes shake {
    0% {
        transform: translate3d(-1px, 0, 0);
    }
    3% {
        transform: translate3d(3px, 0, 0);
    }
    6% {
        transform: translate3d(-6px, 0, 0);
    }
    9% {
        transform: translate3d(6px, 0, 0);
    }

    12% , 100% {
        transform: translate3d(0, 0, 0);
    }

}


/* ------------------------- 📺 961 - 1920  📺 ------------------------- */
@media screen and (min-width : 961px) and (max-width : 1920px){ 

    .point .delongi__breadcrambs{
        font-size: 24px;
    }
    .point .delongi__heading{
        font-size: 35px;
    }
    .point--1 {
        background: url(img/point_1_1920.jpg) no-repeat 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .point--3 {
        background: url(img/point_3_1920.png) no-repeat 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
@media screen and (max-width:960px){

    .point .delongi__heading{
        width: 580px;
    }
    .point--1{
        background: url(img/point_1.png) no-repeat 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .point--2{
        background: url(img/point_2.png) no-repeat 50% 100%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .point--3{
        background: url(img/point_3.png) no-repeat 50%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .point--4{
        background: url(img/point_4.png) no-repeat 50% 100%;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
@media screen and (max-width:816px){
    .mpt-50 {
        padding-top: 50px!important;
    }
    .delongi__banner h1{
        text-align: center;
    }
    .container{
        max-width: 540px;
    }
    .banner__text{
        font-size: 30px;
    }
    .delongi__banner h1{
        font-size: 60px;
        text-align: center;
    }
    .banner__img img{
        width: 476px;
        height: 641px;
    }
    .delongi__title{
        font-size: 46px;
    }
    .delongi__breadcrambs{
        font-size: 20px;
    }
    .delongi__heading{
        font-size: 36px;
    }
    .delongi__box{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box{
        width: 100%;
    }
    .cup__block:first-child{
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-align-items: center;
        align-items: center;
    }
    .cup__text .delongi__breadcrambs, .cup__text .delongi__heading {
        text-align: center;
    }
    .cup__block:first-child .cup__text {
        width: 100%;
    }
    .cup_img img{
        margin-top: 32px;
    }
    .cup__block:nth-child(2){
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-align-items: center;
        align-items: center;
    }
    .cup__block:nth-child(2) .cup__text .delongi__heading{
        font-size: 40px;
    }

    .point .delongi__heading{
        font-size: 28px;
    }
    .delongi__bigmashine .white_bg .delongi__heading{
        text-align: center;
        width: 100%;
    }
    .mobile_640{
        display: none;
    }
    .desctop_960{
        display: block;
    }
    .delongi__bigmashine .white_bg .delongi__box{
        margin-top: 130px;
        position: relative;
        z-index: 2;
    }
    .delongi__bigmashine .white_bg .delongi__heading-small{
        font-size: 26px;
        text-align: start;
    }
    .delongi__bigmashine .white_bg .text-small{
        color: #000D27;
        text-align: start;
        font-size: 18px;
    }
    .delongi__conteiner .container{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 750px;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -ms-align-items: flex-end;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom:0;
    }
    .delongi__conteiner .container .delongi__box:nth-child(2){
        position: relative;
        bottom: 36px;
    }
    .mashine_img{
        width: 589px;
        height: 795px;
    }
    .delongi__bigmashine_img{
        bottom: 300px;
    }
    .delongi__new {
        padding: 0;
    }
    .delongi__new .container{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        height: 100%;
    }
    .new__box{
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
    }
    .new__plus{
        margin-top: 0;
    }
    .delongi__block .delongi__heading br{
        display: none;
    }
    .text-small{
        font-size: 18px;
    }
    .delongi__conteiner .container .delongi__box:nth-child(2) {
        bottom: 22px;
    }
    .new__text{
        text-align: center;
    }
    .delongi__block .container {
        height: auto;
    }
    .products-item-title {
        font-size: 18px;
    }
    .products-item-price_and_btn {
        width: 100%;
    }
    .products-item-price {
        white-space: nowrap;
        font-size: 24px;
    }
    .products-item-btn span {
        margin-top: 0;
    }


}


@media (max-width: 767px){
    .mpt-50 {
        padding-top: 50px!important;
    }
    .container {
        width: 58rem;
        padding: 0!important;
    }

    .products-item-price_and_btn {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
    }
    .products-item-btn {
        margin-top: 20px;
    }



}
@media screen and (max-width: 640px){
    .mpt-50 {
        padding-top: 50px!important;
    }
    .delongi__new{
        background: url(img/bg_2_mobile.png) no-repeat 50%;
        height: 880px;
    }

}
@media screen and (max-width: 580px){
    .mpt-50 {
        padding-top: 50px!important;
    }
    .container{
        max-width: 450px;
    }
    .banner__text {
        font-size: 24px;
    }
    .delongi__banner h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .adaptivemashine .banner__img {
        position: absolute;
        top: 0px;
        height: 100vh;
    }

    .banner__img img {
        width: 406px;
        height: 515px;
    }
    .delongi__title {
        font-size: 26px;
        position: relative;
        z-index: 1;
    }
    .delongi__heading {
        font-size: 24px;
    }
    .box {
        margin-top: 32px;
    }

    .point .delongi__heading {
        font-size: 26px;
        width: 90%;
    }
    .delongi__bigmashine .white_bg .delongi__box {
        margin-top: 72px;
    }
    .mashine_img {
        width: 452px;
        height: 656px;
    }
    .delongi__bigmashine .white_bg .delongi__heading-small {
        font-size: 24px;
        line-height: 110%;
    }
    .delongi__bigmashine .white_bg .text-small {
        font-size: 14px;
    }
    .delongi__new {
        height: 710px;
        -webkit-background-size: 100%;
        background-size: cover;
    }
    .delongi__new .container {
        height: 100vh;
    }
    .new__text{
        font-size: 12px;
        line-height: 15px;
    }
    .new__plus{
        padding: 0px 8px;
        width: 140px;
    }
    .delongi__conteiner{
        padding-bottom: 0px;
    }
    .click-for-video{
        height: 100vh;
    }
    .click-for-video {
        background: url(img/s1-bg.jpg) no-repeat 50% / cover;
    }

    .new__box--left {
        position: absolute;
        top: 70px;
        left: 15px;
        width: calc(100% - 30px);

    }
    .new__box--right {
        position: absolute;
        bottom: 70px;
        left: 15px;
        width: calc(100% - 30px);
    }

}
@media screen and (max-width: 475px){
    .container{
        max-width: 375px;
    }
    .delongi__conteiner .container{
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: flex-end;
        padding-bottom: 20px;
    }
    .new__plus {
        width: 110px;
        height: 70px;
    }
    .delongi__new {
        height: 470px;
        -webkit-background-size: 100%;
        background-size: 100%;
        background: url(img/bg_2_mobile.png) no-repeat 50% 35%;
    }
}
@media screen and (max-width: 411px){
    .mpt-50 {
        padding-top: 50px!important;
    }
    .container{
        max-width: 320px;
    }
    .banner__text {
        font-size: 20px;
    }
    .delongi__banner h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .mashine_img {
        width: 320px;
        height: 450px;
    }
    .cup_img img {
        width: 100%;
        height: 380px;
    }
    .banner__img img {
        width: 306px;
        height: 409px;
    }
    .delongi__title {
        font-size: 20px;
    }

    .delongi__breadcrambs{
        font-size: 16px;
    }
    .delongi__heading {
        font-size: 20px;
    }
    .cup__block:nth-child(2) .cup__text .delongi__heading {
        font-size: 48px;
    }
    .point:nth-child(2) {
        padding-top: 60px;
    }
    .delongi__bigmashine_img {
        bottom: 445px;
    }
    .delongi__conteiner{
        padding-bottom: 60px;
    }
    .delongi__new .container{
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }


}
@media screen and (max-width: 320px){
    .container{
        max-width: 300px;
    }

    .delongi__bigmashine .white_bg .delongi__box {
        margin-top: 36px;
    }
    .white_bg .delongi__block {
        padding: 36px 0;
    }
    .adaptivemashine .banner__img {
        height: 577px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .delongi__bigmashine_img {
        bottom: 400px;
    }

    .products-item-title {
        font-size: 14px;
        line-height: 18px;
    }



}