   #price-table-content {
    padding: 10px 0 5px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

#price-table-content .title {

    font-size: 30px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 60px;
}

#price-table-content .divider {
    background-color: #0072ff;
    margin: 25px auto 40px;
}
.divider {
    width: 70px;
    height: 3px;
    background-color: #fff;
    margin: 10px auto;
    display: block;
}
#price-table-content .prices {
    text-align: center;
}


#price-table-content .prices.price-film .single-price.price-6-month {
    background: #a3bdef;
    background: -webkit-linear-gradient(-45deg, #a3bdef 0%, #6991c7 100%);
    background: -webkit-linear-gradient(315deg, #a3bdef 0%, #6991c7 100%);
    background: linear-gradient(135deg, #a3bdef 0%, #6991c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3bdef', endColorstr='#6991c7', GradientType=1)
 /* IE6-9 fallback on horizontal gradient */;
}


#price-table-content .prices.price-film .single-price .price-month {
    text-shadow: none;
}
#price-table-content .prices .single-price .price-month {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Uni Sans', sans-serif;
    line-height: 30px;
    text-shadow: 0 15px 35px rgba(14, 86, 42, 0.3);
    color: #fff;
    padding-top: 25px;
    letter-spacing: 1px;
}

#price-table-content .prices .single-price .price-desc {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Uni Sans', sans-serif;
    padding-top: 5px;
    color: #fff;
}

#price-table-content .prices .single-price .price-list {
    padding-top: 56px;
}

ol, ul {
    list-style: none;
  padding:0;
}

#price-table-content .prices.price-film .single-price .price-list ul li {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#price-table-content .prices .single-price .price-list ul li {
    height: 36px;
    border-bottom: 1px solid rgba(29, 32, 37, 0.03);
    line-height: 35px;
    display: block;
    font-weight: 600;
    color: #1d2025;
    opacity: .7;
    font-size: 14px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#price-table-content .prices .single-price .price-price {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #38f9d7), color-stop(100%, #43e97b));
    background: -webkit-linear-gradient(left, #38f9d7 40%, #43e97b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#price-table-content .prices.price-film .single-price a.price-btn {
    background-color: rgba(29, 32, 37, 0.2);
    color: rgba(255, 255, 255, 0.5);
}
#price-table-content .prices .single-price a.price-btn {
    height: 60px;
    line-height: 60px;
    display: block;
    background-color: #f6f6f6;
    color: rgba(29, 32, 37, 0.3);
    font-size: 17px;
    font-weight: 700;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}

#price-table-content .prices .single-price a.price-btn:hover {
    text-decoration:none;
}
#price-table-content .prices.price-film .single-price.price-6-month {
    background: #a3bdef;
    background: -webkit-linear-gradient(-45deg, #a3bdef 0%, #6991c7 100%);
    background: -webkit-linear-gradient(315deg, #a3bdef 0%, #6991c7 100%);
    background: linear-gradient(135deg, #a3bdef 0%, #6991c7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3bdef', endColorstr='#6991c7', GradientType=1)
 /* IE6-9 fallback on horizontal gradient */;
}
#price-table-content .prices .single-price {
    width: 318px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fff;
    background: url(https://i.ibb.co/N9NkNQh/starter-bg.png) no-repeat top center #fafafa;
    box-shadow: 0 15px 80px 2px rgba(189, 189, 189, 0.3);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#price-table-content .prices.price-film .single-price.price-12-month {
    background: #f78ca0;
    background: -webkit-linear-gradient(-45deg, #f78ca0 0%, #f9748f 20%, #fd868c 60%, #fe9a8b 100%);
    background: -webkit-linear-gradient(315deg, #f78ca0 0%, #f9748f 20%, #fd868c 60%, #fe9a8b 100%);
    background: linear-gradient(135deg, #f78ca0 0%, #f9748f 20%, #fd868c 60%, #fe9a8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78ca0', endColorstr='#fe9a8b', GradientType=1)
 /* IE6-9 fallback on horizontal gradient */;
}
#price-table-content .prices .single-price.platinum {
    background-image: url(https://i.ibb.co/FJnQ6xs/platinum-bg.png);
}
#price-table-content .prices .single-price {
    width: 318px;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #fff;
    background: url(https://i.ibb.co/N9NkNQh/starter-bg.png) no-repeat top center #fafafa;
    box-shadow: 0 15px 80px 2px rgba(189, 189, 189, 0.3);
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#price-table-content .prices .single-price.pro {
    background-image: url(https://i.ibb.co/rtbY0BZ/pro-bg.png);
}

#price-table-content .prices .single-price.price-12-month .price-month {
    text-shadow: 0 15px 35px rgba(181, 69, 0, 0.3);
}
#price-table-content .prices.price-film .single-price .price-month {
    text-shadow: none;
}
#price-table-content .prices .single-price .price-month {
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    text-shadow: 0 15px 35px rgba(14, 86, 42, 0.3);
    color: #fff;
    padding-top: 40px;
    letter-spacing: 1px;
}

#price-table-content .prices .single-price:hover {
    box-shadow: 0 10px 80px 2px rgba(189, 189, 189, 0.7);
}

#price-table-content .prices .single-price a.price-btn {
    height: 60px;
    line-height: 60px;
    display: block;
    background-color: #f6f6f6;
    color: rgba(29, 32, 37, 0.3);
    font-size: 17px;
    font-weight: 700;
    border-radius: 0 0 10px 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#price-table-content .prices .single-price:hover.packets a.price-btn {
    color: #fff;
    background-color: #38f9d7;
}
#price-table-content .prices .single-price:hover.price-3-month a.price-btn {
    color: #fff;
    background-color: #f99615;
}
#price-table-content .prices .single-price:hover.price-12-month a.price-btn {
    color: #fff;
    background-color: #2a95ff;
}

.platinum-ico {
 background: url(https://i.ibb.co/Gkqq1cd/ufo-platinum-icon.png) center center no-repeat /cover;
    width: 50px;
    height: 50px;
  margin-right:5px;
      transform: rotateZ(-25deg);
}

.move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
    user-select: none;
}
.move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateZ(25); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateZ(20); }
    100% { transform: translateY(-10px); }
}