#placeholder {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    margin-top: 0px;
    box-sizing: border-box;
    max-width: 960px;
}

.placeholder__relative {
    position: relative;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
}

.text-light, .text-white {
    color: #fff;
}

.placeholder__sq {
    width: 100%;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #F7F7F7;
    position: absolute;
    height: 167px;
    left: 0;
    right: 0;
}

.placeholder__sq--input {
    border-radius: 0;
    background: #fff !important;
    opacity: 0.5 !important;
    height: 68px !important;
    color: #efefef !important;
    user-select: none;
    pointer-events: none;
}

.placeholder__sq--text {
    display: block;
    width: 70%;
    max-width: 430px;
    margin: 32px 0 15px;
    height: 20px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.placeholder__existingblock {
    margin: 20px auto;
}

.placeholder__existingblock.last {
    padding: 0 5px;
}

.placeholder__existing--nbnoptions {
    margin-bottom: 22px;
}

.placeholder__existing--title {
    margin: 0 auto 10px;
    height: 16px;
    width: 50%;
}

.placeholder__existing--buttons {
    height: 60px;
}

.placeholder__existing--btn-primary {
    height: 60px;
    background: #efefef;
}

.placeholder__existing--btn-secondary {
    height: 60px;
    background: #fff;
    border: 1px solid #efefef;
    margin-left: 5px;
}

.placeholder__containerplans {
    margin-top: 215px;
}

.placeholder__plancontainer {
    flex: 1;
    padding-top: 20px;
    text-align: right;
}

.placeholder__plans {
    display: inline-block;
    width: 70px;
    height: 12px;
    background-color: #F0F1F5;
    border-radius: 4px;
    margin-left: 20px;
}

.placeholder__container {
    padding: 0;
    border: 1px solid #F0F1F5;
}

.placeholder__plan--pricing {
    display: block;
    max-width: 142px;
    width: 70%;
    margin: 0 auto;
    height: 26px;
    border-radius: 4px;
    margin-bottom: 39px;
}

.placeholder__activation {
    display: block;
    width: 80%;
    margin: 55px auto 60px;
    height: 17px;
    border-radius: 4px;
}

.placeholder__p {
    display: block;
    width: 95%;
    margin: 17px auto 18px;
    height: 17px;
    border-radius: 4px;
}

.placeholder__summary {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 328px;
    border-radius: 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #F0F1F5;
}

.placeholder__plan--usually {
    display: block;
    width: 50%;
    margin: 26px auto 15px;
    height: 13px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.placeholder__plan--small {
    display: block;
    width: 60%;
    margin: 10px auto;
    height: 5px;
    border-radius: 4px;
}

.placeholder__plan--empty {
    display: block;
    background-color: transparent;
    width: 60%;
    margin: 10px auto;
    height: 5px;
    border-radius: 4px;
}

.placeholder__clearfix {
    content: "";
    clear: both;
    display: table;
}

.placeholder__plan--pricing, .placeholder__sq--text,
.placeholder__p, .placeholder__dock,
.placeholder__plan--usually,
.placeholder__plan--small,
.placeholder__existing--title,
.placeholder__activation {
    background-color: #F0F1F5;
    background-image: linear-gradient(to right, rgba(245, 245, 245, 0.16) 33%, white 50%, #f0f1f5 66%);
    background-size: 300% 100%;
    animation: loadingindicator 2s infinite;
}

.placeholder__plan--fetch {
    border-right: 0 none;
    border-left: 0 none;
    border-radius: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 200px;
    background-color: #fefefe;
    border-top: 1px solid #F0F1F5;
}

.placeholder__plan--fetch.empty {
    border-top-color: transparent;
    background-color: transparent;
}

.placeholder__dock {
    height: 109.3px;
    border-top: 3px solid #eee;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    bottom: 0 !important;
    margin-bottom: 0;
    padding: 0;
}
@media only screen and (min-width: 600px) {
	.placeholder__dock {
        height: 70px;
    }
}

@keyframes loadingindicator {
    0% {
        background-position: right;
    }
}
