.page-template-template-newyear .container {
    max-width: 100%;
}
.page-template-template-newyear .hide-this {
    display: none;
}
.page-template-template-newyear .text-center {
    text-align: center;
}
.page-template-template-newyear .text-bold {
    font-weight: bold;
}
.page-template-template-newyear .text-big {
    font-size: 35px;
    line-height: 42px
}
@media only screen and (max-width: 1201px) {
    .page-template-template-newyear .text-big{
        font-size: 30px;
    }
}
@media only screen and (max-width: 989px) {
    .page-template-template-newyear .text-big{
        font-size: 26px;
    }
}
.page-template-template-newyear .text-large {
    font-weight: bold;
    font-size: 77px;
    line-height: 92px;
}
#top.page-template-template-newyear .text-white {
    color: white;
}
#top.page-template-template-newyear #wrap_all .all_colors .text-white h2,
#top.page-template-template-newyear #wrap_all .all_colors .text-white h3,
#top.page-template-template-newyear #wrap_all .all_colors .text-white h4,
#top.page-template-template-newyear #wrap_all .all_colors .text-white p,
#top.page-template-template-newyear #wrap_all .all_colors .text-white span,
#top.page-template-template-newyear #wrap_all .all_colors .text-white a,
#top.page-template-template-newyear #wrap_all .all_colors .text-white li {
    color: white;
}
#top.page-template-template-newyear .text-black {
    color: black;
}
.page-template-template-newyear #header, .page-template-template-newyear .ow_pasica {
    display: none;
}
.page-template-template-newyear #main, .html_header_top.html_header_sticky #top.page-template-template-newyear #wrap_all #main {
    margin-top: 0;
    padding: 0;
}
.page-template-template-newyear .newyear {
    display: flex;
}
@media only screen and (max-width: 1201px) {
    .page-template-template-newyear .newyear{
        flex-direction: column;
        background-image: none!important;
    }
}
.page-template-template-newyear .newyear__first-column {
    width: 64.5%;
    padding-top: 53px;
    padding-left: 80px;
    position: relative;
}
@media only screen and (max-width: 1366px) {
    .page-template-template-newyear .newyear__first-column{
        width: 55%;
    }
}
@media only screen and (max-width: 1201px) {
    .page-template-template-newyear .newyear__first-column{
        width: 100%;
        background-image: url("images/newyear/Living-room.png");
        background-repeat:no-repeat;
        background-size: cover;
        background-position-x: left;
        background-position-y: bottom;
        padding: 40px;
    }
}
.page-template-template-newyear .newyear__first-column .newyear__first-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 180px;
}
@media only screen and (max-width: 1600px) {
    .page-template-template-newyear .newyear__first-column .newyear__first-head{
        padding-right: 64px;
    }
}
@media only screen and (max-width: 1366px) {
    .page-template-template-newyear .newyear__first-column .newyear__first-head{
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-template-newyear .newyear__first-column .newyear__first-head .amount_wrap{
        text-align: center;
    }
}
.page-template-template-newyear .newyear-tree {
    position: relative;
    margin-top: 100px;
    display: inline-block;
}
@media only screen and (max-width: 1201px) {
    .page-template-template-newyear .newyear-tree{
        margin-top: 0;
    }
}
.page-template-template-newyear .newyear-tree .newyear-tree__ball--first {
    position: absolute;
    top: 470px;
    left: 330px;
}
.page-template-template-newyear .newyear-tree .newyear-tree__ball--second {
    position: absolute;
    top: 280px;
    left: 200px;
}
@media only screen and (max-width: 767px) {
    .page-template-template-newyear .newyear-tree .newyear-tree__ball--first, .page-template-template-newyear .newyear-tree .newyear-tree__ball--second {
        display: none;
    }
}
.page-template-template-newyear .newyear-tree .newyear-tree__message {
    background-color: white;
    padding: 20px;
    display: none;
}
.page-template-template-newyear .newyear-tree .newyear-tree__message p {
    font-size: 16px;
    text-align: center;
}
.page-template-template-newyear .newyear-tree .newyear-tree__ball--first:hover .newyear-tree__message {
    display: block;
}
.page-template-template-newyear .newyear-tree .newyear-tree__ball--second:hover .newyear-tree__message {
    display: block;
}
.page-template-template-newyear .newyear__second-column{
    width: 35.5%;
    background: #F6F6F6;
    box-shadow: -15px 0px 25px rgba(0, 0, 0, 0.35);
}
@media only screen and (max-width: 1366px) {
    .page-template-template-newyear .newyear__second-column{
        width: 45%;
    }
}
@media only screen and (max-width: 1201px) {
    .page-template-template-newyear .newyear__second-column{
        width: 100%;
    }
}
.page-template-template-newyear .newyear__wishes-submitted{
    margin: auto;
    padding: 40px;
    margin-top: 100px;
}
.page-template-template-newyear .newyear__wishes-submitted .button{
    display: inline-block;
    color: white;
    font-weight: bold;
    margin-top: 24px;
}
.page-template-template-newyear .newyear__second-column .newyear__second-head{
    background: #881C10;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.35);
    padding: 130px;
    padding-top: 53px;
    padding-bottom: 15px;
}
@media only screen and (max-width: 1600px) {
    .page-template-template-newyear .newyear__second-column .newyear__second-head{
        padding: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .page-template-template-newyear .newyear__second-column .newyear__second-head{
        padding: 24px;
    }
}
.page-template-template-newyear .newyear__second-column .newyear__second-head #open-more-popup{
    cursor: pointer;
    text-decoration: underline;
}
.page-template-template-newyear .newyear__music{
    content: "";
    background-image: url("images/newyear/music-on.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 33px;
    /*width: 350px;*/
    /*height: 150px;*/
    position: absolute;
    bottom: 26px;
    right: 26px;
    z-index: 1;
    background-position-y: bottom;
    background-position-x: left;
}
.page-template-template-newyear .newyear__music iframe {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}
.page-template-template-newyear .newyear__music.newyear__music--off {
    background-image: url("images/newyear/music-off.png");
    width: 38px;
}
.page-template-template-newyear .newyear__second-column .newyear--bg-white{
    padding: 0 25px 60px;
}
.page-template-template-newyear .newyear__second-column .newyear__wishes {
    margin-bottom: 24px;
}
.page-template-template-newyear .newyear__second-column .single-wish{
    background-image: url("images/newyear/ball.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 305px;
    position: relative;
    transform: scale(0.64);
}
@media only screen and (max-width: 1201px) {
    .page-template-template-newyear .newyear__second-column .single-wish{
        background-size: auto;
    }
}
.page-template-template-newyear .newyear__second-column .single-wish.slick-current{
    transform: scale(1.0);
}
.page-template-template-newyear .slick-arrow {
    background: url("images/newyear/newyear-arrow.png");
    width: 46px;
    height: 45px;
    display: block;
    font-size: 0;
}
.page-template-template-newyear .slick-arrow:before {
    content: "";
}
.page-template-template-newyear .slick-prev:hover, .page-template-template-newyear .slick-next:hover, .page-template-template-newyear .slick-prev:focus, .page-template-template-newyear .slick-next:focus {
    background: url("images/newyear/newyear-arrow.png") !important;
}
.page-template-template-newyear .slick-next {
    transform: scaleX(-1);
}
.page-template-template-newyear .newyear__second-column .single-wish__content{
    position: absolute;
    bottom: 0;
    margin: 15px;
    height: 150px;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1201px) {
    .page-template-template-newyear .newyear__second-column .single-wish__content{
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        width: 30%;
        bottom: 20px;
    }
}
@media only screen and (max-width: 1600px) {
    .page-template-template-newyear .newyear__second-column .single-wish__content p{
        font-size: 16px;
    }
}
.page-template-template-newyear .newyear__second-column .newyear--bg-white p, .page-template-template-newyear .newyear__second-column .newyear--bg-white span{
    color: black;
}
.page-template-template-newyear p {
    font-size: 21px;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
}
@media only screen and (max-width: 989px) {
    .page-template-template-newyear p{
        font-size: 18px;
    }
}
.page-template-template-newyear .newyear__second-column .newyear__form {
    padding: 0 65px;
}
@media only screen and (max-width: 1366px) {
    .page-template-template-newyear .newyear__second-column .newyear__form{
       padding: 0;
    }
}
.page-template-template-newyear .newyear__second-column .newyear__form p {
    margin-top: 42px;
    margin-bottom: 13px;
}
#top.page-template-template-newyear .newyear__second-column .newyear__form input, #top.page-template-template-newyear .newyear__second-column .newyear__form textarea {
    padding: 19px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    margin-bottom: 11px;
    font-size: 18px;
    line-height: 1;
    color: #828282;
}
#top.page-template-template-newyear .newyear__second-column .newyear__form textarea {
    max-height: 100px;
}
.page-template-template-newyear label {
    display: none;
}
#top.page-template-template-newyear .newyear__second-column .newyear__form input[type=submit] {
    background-color: #881C10;
    padding: 20px;
    width: 100%;
    color: white;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
}

/*Popup*/
.newyear-popup {
    background: linear-gradient(100deg, #A81D34 0%, #C1210D 51.56%, #A81D34 100%);
    padding: 60px;
    color: white;
    margin: 20% auto;
    position: relative;
    width: 90%;
    max-width: 935px;
}
@media only screen and (max-width: 767px) {
    .newyear-popup{
        margin: 40% auto;
    }
}
.newyear-popup:before {
    content: "";
    background-image: url("images/newyear/popup-left.png");
    width: 297px;
    height: 332px;
    display: inline-block;
    position: absolute;
    top: -80px;
    left: -20px;
}
@media only screen and (max-width: 1201px) {
    .newyear-popup:before{
        top: -140px;
        left: -70px;
    }
}
@media only screen and (max-width: 767px) {
    .newyear-popup:before{
        top: -220px;
        left: -70px;
    }
}

.newyear-popup:after {
    content: "";
    background-image: url("images/newyear/popup-right.png");
    width: 218px;
    height: 285px;
    display: inline-block;
    position: absolute;
    bottom: -80px;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .newyear-popup:after{
        bottom: -160px;
        right: -50px;
    }
}
.newyear_popup .text-normal a {
    color: white;
    text-decoration: underline;
}
.newyear-popup > div{
    max-width: 450px;
    margin: 0 auto;
}
.newyear-popup .text-big {
    font-size: 45px;
    line-height: 54px;
}
.newyear-popup .text-normal {
    font-size: 21px;
    line-height: 25px;
}
.newyear-popup .newyear-popup__button {
    background: white;
    padding: 12px 28px;
    color: #C1210D;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 35px;
    cursor: pointer;
}