.theme-1-9 .wrapper.content {
    background-color: #a7c9ee;
    overflow-x: hidden;
}

.theme-1-9 .avatar-box {
    right: 45px;
    top: -97px;
}

.theme-1-9 .bg-part.bg-part-top {
    background: url("../../images/themes/1_9/bg-part-top.png") no-repeat;
    width: 696px;
    height: 89px;
    left: 100px;
    top: -89px;
}

.theme-1-9 .bg-part.bg-part-top-right {
    background: url("../../images/themes/1_9/bg-part-top-right.png");
    background-size: contain;
    width: 381px;
    height: 312px;
    right: -342px;
    top: -100px;
}

.theme-1-9 .bg-part.bg-part-right {
    background: url("../../images/themes/1_9/bg-part-right.png");
    background-size: contain;
    width: 383px;
    height: 419px;
    right: -417px;
    top: 62px;
}

.theme-1-9 .bg-part.bg-part-bottom {
    background: url("../../images/themes/1_9/bg-part-bottom.png");
    background-size: contain;
    width: 415px;
    height: 520px;
    right: -276px;
    top: 180px;
}

.theme-1-9 .bg-part.bg-part-snail {
    background: url("../../images/themes/1_9/bg-part-snail.png");
    width: 175px;
    height: 63px;
    left: 368px;
    top: -63px;
    -webkit-animation: snail 20s infinite linear;
    animation: snail 20s infinite linear;
}


@-webkit-keyframes snail {
    0% {
        left: 368px;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 0.9;
    }
    96% {
        left: 650px;
        opacity: 0.1;
    }
    99% {
        opacity: 0;
        left: 660px;
    }
    100% {
        left: 368px;
        opacity: 0;
    }
}

@keyframes snail {
    0% {
        left: 368px;
        opacity: 0;
    }
    5% {
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    95% {
        opacity: 0.9;
    }
    96% {
        left: 650px;
        opacity: 0.1;
    }
    99% {
        opacity: 0;
        left: 660px;
    }
    100% {
        left: 368px;
        opacity: 0;
    }
}


@media only screen and (max-width : 1615px) {
    .theme-1-9 .bg-part.bg-part-right {
        width: 300px;
        height: 328px;
        right: -291px;
        top: 62px;
    }
}

@media only screen and (max-width : 1410px) {
    .theme-1-9 .bg-part.bg-part-top-right {
        width: 280px;
        height: 229px;
        right: -240px;
        top: -100px;
    }
}

@media only screen and (max-width : 1320px) {
    .theme-1-9 .bg-part.bg-part-top-right {
        width: 230px;
        height: 188px;
        right: -194px;
        top: -61px;
    }
    .theme-1-9 .bg-part.bg-part-right {
        width: 250px;
        height: 273px;
        right: -114px;
        top: 117px;
    }

    .theme-1-9 .bg-part.bg-part-bottom {
        width: 300px;
        height: 376px;
        right: -165px;
        top: 322px;
    }
}

@media only screen and (max-width : 1200px) {
    .theme-1-9 .bg-part.bg-part-top-right {
        display: none;
    }
}

@media only screen and (max-width : 1150px) {
    .theme-1-9 .bg-part.bg-part-bottom {
        width: 200px;
        height: 251px;
        right: -66px;
        top: 322px;
    }
}

@media only screen and (max-width : 1120px) {
    .theme-1-9 .bg-part.bg-part-right {
        display: none;
    }
    .theme-1-9 .bg-part.bg-part-bottom {
        top: 211px;
    }
}

@media only screen and (max-width : 1050px) {

    .theme-1-9 .bg-part.bg-part-bottom {
        display: none;
    }
}