@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}
.footerSlickBox--show {
    padding-bottom: 93px;
}
.footerSlickBox {
    position: fixed;
    bottom: 0;
    z-index:999;
    width: 100%;
    left: 0;
    border-top: 1px solid #DBDBDB;
    padding-top: 23px;
    padding-bottom: 23px;
    background: #fff;
    height: 93px;
    display: none;
}
.footerSlickBox--show .footerSlickBox {
    display: block;
}
.footerSlickBox form {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footerSlickBox .mypop-input,
.footerSlickBox .mypop-btn {
    max-width: 236px;
}
.footerSlickBox .mypop-input {
    margin-right: 11px;
}
.footerSlickBox .mypop-btn {
    margin-top: 0;
}
.footerSlickBox--show .widgetPage {
    bottom: 120px;
}
@media (min-width: 1900px) {
    .scrolltop {
        right: 100px;
        z-index:1000;
    }
}
.mypop {
    /*background: #2B2525;*/
    background: rgba(12, 12, 12, 0.8);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
    align-items: center;
    justify-content: center;
}
.mypop.active {
    display: flex;
}
.mypop-wrap {
    display: flex;
    flex-wrap: wrap;
    font-family: "Roboto" ,"Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
}
.mypop-left {
    flex:0 0 286px;
    max-width: 286px;
}
.mypop-right {
    flex:0 0 286px;
    max-width: 286px;
    margin-left: 40px;
    margin-top: 35px;
}
.mypop-name {
    font-size: 32px;
    line-height: 37px;
    color: #FFFFFF;
    font-weight: 700;
}
.mypop-name span {
    background: #0F0D0D;
    border-radius: 6px;
    padding-left: 5px;
    padding-right: 5px;
}
.mypop-introtext {
    font-size: 14px;
    line-height: 16px;
    color: #848484;
    margin-top: 20px;
    margin-bottom: 35px;
}
.mypop-input {
    width: 100%;
    height: 46px;
    background: #F4F4F4;
    border-radius: 3px;
    border:none;
    padding-left: 21px;
}
.mypop-input:focus {
    outline: none;
}
.mypop-btn {
    font-size: 14px;
    height: 46px;
    background: #ffd51a;
    border-radius: 3px;
    margin-top: 12px;
    border: none;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}
.mypop-close {
    background: url(mypop/mypop-close.svg) no-repeat;
    width: 26px;
    height: 26px;
    top: -14px;
    position: absolute;
    right: -70px;
}
.mypop-white {
    background: rgba(12, 12, 12, 0.7);
}
.mypop-white .mypop-wrap {
    width: 100%;
    max-width: 554px;
    background: #fff;
    padding-left: 70px;
    padding-top: 40px;
    border-radius: 10px;
}
.mypop-white .mypop-name {
    font-size: 25px;
    line-height: 29px;
    color: #000000;
    padding-right: 140px;
}
.mypop-white .mypop-right {
    margin-left: 0;
    flex: 0 0 100%;
    max-width: calc(100% - 230px);
    width: calc(100% - 230px);
    padding-bottom: 40px;
    margin-top: 0;
}
.mypop-white .mypop-left {
    flex: 0 0 230px;
    max-width: 230px;
    display: flex;
}
.mypop-white .mypop-left picture {
    display: block;
    align-self: flex-end;
    margin-left: auto;
}
.mypop-white .mypop-left picture img {
    display: block;
    border-bottom-right-radius: 10px;
}
.mypop-white .mypop-introtext {
    margin-top: 30px;
}
.mypop-white input,
.mypop-white button {
    max-width: 236px;
}
.mypop-box {
    display: flex;
    flex-wrap: wrap;
}
.mypop-white .mypop-close {
    background: url(mypop/mypop-close2.svg) no-repeat;
    top:20px;
    right:16px;
}
.mypop-default .mypop-wrap {
    width:100%;
    max-width: 406px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.mypop-default .mypop-name {
    padding-right: 0;
}
.mypop-default .mypop-right {
    max-width: 100%;
    width: 100%;
    padding-bottom: 0;
}
.mypop-default input, .mypop-default button {
    max-width: 100%;
}

.widgetPage {
    width: 277px;
    height: 58px;
    background: #51504C;
    border-radius: 10px;
    padding-left: 15px;
    position: fixed;
    right: 33px;
    bottom: 36px;
    z-index: 999999999999999;
}
.widgetPage-dishwasher {
    background: url("mypop/widgetPage-dishwasher.png") top right #51504C no-repeat;
}
.widgetPage-wash {
    background: url("mypop/widgetPage-wash.png") top right #51504C no-repeat;
}
.widgetPage-refrigerator {
    background: url("mypop/widgetPage-refrigerator.png") top right #51504C no-repeat;
}
.widgetPage-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    margin-top: 14px;
}
.widgetPage-icons {
    position: absolute;
    right: 49px;
    top: -28px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widgetPage-icon {
    width: 38px;
    height: 38px;
    background: #70D144;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.widgetPage-icon i {
    background: url("mypop/pop-rub.svg") no-repeat;
    width: 12px;
    height: 15px;
    display: block;

}
.widgetPage-icons::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    border-radius: 50%;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    background-image: -webkit-radial-gradient(circle farthest-corner, rgba(99, 195, 41, 0) 52%, rgba(99, 195, 41, 0.62) 100%);
    background-image: radial-gradient(circle farthest-corner, rgba(99, 195, 41, 0) 52%, rgba(99, 195, 41, 0.62) 100%);
}

@media (max-width: 767px) {
    .mypop.active {
        display: block;
    }
    .mypop-wrap {
        display: block;
    }
    .mypop-left img {
        display: block;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .mypop-right {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;

    }
    .mypop-close {
        top:0;
        right:10px;
    }
    .mypop-left {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .mypop-white .mypop-left {
        display: none;
    }
    .mypop-white .mypop-right {
        width: 100%;
        max-width: 100%;
    }
    .mypop-white .mypop-name {
        padding-right: 0;
    }
    .mypop-white .mypop-wrap {
        padding: 30px;
        border-radius: 0;
        height: 100%;
    }
    .mypop-name br {
        display: none;
    }
    .widgetPage {
        border-radius: 0;
        border-top-left-radius:10px;
        width: 60%;
        right: 0;
        left: inherit;
        bottom: 0;
        max-width: 277px;
    }

    .footerSlickBox .mypop-input,
    .footerSlickBox .mypop-btn {
        max-width: 180px;
        display: block;
        margin-left: auto;
        margin-right: auto !important;
    }
    .footerSlickBox .mypop-input {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .footerSlickBox form {
        display: block;
    }
    .footerSlickBox {
        height: 154px;
    }
    .footerSlickBox--show .widgetPage {
        bottom: 154px;
    }
    .footerSlickBox--show {
        padding-bottom: 154px;
    }
}

.mypop-right p {font-size: 14px;
    color: #848484;
    margin-top: 15px;}
    
.fon-pd a {color:#fff;}