@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
    url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
.phone {
    margin: 18px 30px 5px;
    text-align: center;
}

.phone a {
    font-weight: 700;
    font-size: 20px;
}

.phone span {
    font-size: 14px;
}

.tag .btn-tag {
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 0 5px;
    color: #333;
    border-radius: 15px;
    transition: 1s;
    border: 1px solid #f5b807;
    font-size: 14px;
}

.tag .btn-tag.active,
.tag .btn-tag:hover {
    background: #f5b807;
    color: #fff;
}

/*.tag ul li {
    display: inline-block;
}

.tag ul li a {
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 0 5px;
    color: #333;
    border-radius: 15px;
    transition: 1s;
    border: 1px solid #f5b807;
}

.tag ul li a.active {
    background: #f5b807;
    color: #fff;
}*/

.plashka {
    position: absolute;
    z-index: 99;
}

.plashka .plashka_inner {
    color: #fff;
    font-weight: 700;
    padding: 3px 10px;
    margin-bottom: 5px;
}

.plashka_inner.day {
    background: #1e7cec;
}

.plashka_inner.happy_hours {
    background: #7db5f8;
}

.plashka_inner.new {
    background: #13ad26;
}

.plashka_inner.spicy {
    background: #e8a612;
}

.plashka_inner.hot {
    background: #ad1313;
}

.plashka_inner.promo {
    background: #f52c2c;
}

@media (max-width: 768px) {
    .phone {
        /* display:none; */
        margin: 0px;
        padding: 0 5px;

        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .phone a {
        font-size: 16px;
    }

    .phone span {
        display: block;
        margin-top: -40px;
    }

    .navbar-brand, .main-header.header-2 .navbar-brand {
        width: 80px;
    }

    .cart-dropdown-wrapper.cart-trigger {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
}

@media (max-width: 991px) {
    .banner-free-1 {
        padding: 40px 0px;
    }
}
.banner-free-1 p {
    font-size: 36px;
    color: #333;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.banner-free-1 p span {
    color: #c10a28;
    display: block;
    padding-top: 10px;
    font-size: 48px;
    
}
.banner-free-1-1 .banner-controls {
    flex-direction: column!important;
}
.banner-free-1-1  .subtitle {
    text-align: center;
    color: #333;
    font-weight: 100;
}
.banner-free-1-1 .banner-controls h4 {
    margin: 0px;
    color: #c10a28;
    padding-bottom: 14px;
}

.banner-slider-1 {
    background-image: url('/assets/images/backgrounds/slider-bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width: 1500px) {
    .banner-slider-1 {
        background-position: 60% 50%;
    }
}
.banner-slider-2 {
    background-image: url('/assets/images/backgrounds/03.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-slider-2 .sub-title {
    color: #fb524f;
    font-weight: 600;
    font-size: 36px;
}
.banner-slider-2 p {
    color: #696969;
}
.banner-slider-33 {
    background-image: url('/assets/images/backgrounds/homepage-slider-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-slider-3-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-slider-33 .banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-slider-33 .price-tag-value {
    display: flex;
    justify-content: center;
    padding: 8px 0px;
}
.banner-slider-33 .price-tag {
    display: flex;
    justify-content: space-between;
}
.banner-slider-33 .border {
    transform: rotate(90deg);
}
.banner-slider-33 .price {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    
    background-color: #f5b807;
    
    padding: 4px;
    color: #fff;
    font-weight: bold;
}
.banner-slider-33 .title {
    margin: 0px;
    padding: 14px 0px;
    color: #fff;
    font-weight: bold;
}

.banner-slider-33 .sub-title {
    text-align: center;
    padding: 8px 0px;
    margin: 0px;
    color: #fff;
    font-size: 32px;
}



.banner-slider-44 {
    background-color: #e7272d;
}
.banner-slider-44 .title {
    color: #fff;
}

.banner-slider-44 .sub-title {
    color: #fff;
}
.banner-slider-44-wrapper {
    
}

.banner-slider-44__cloud {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    z-index: 2;
}
@media (max-width: 991px) {
    .banner-slider-44__cloud {
        position: unset;
        left: unset;
        top: unset;
    }
    .banner-slider-44__cloud-image {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: 100%!important;
    }
    .banner-slider-44__cloud-image.banner-slider-44-wrapper__item-1 {
        position: unset;
    }
}
.banner-slider-44__cloud__btn-1 {
    left: 6px;
    top: 120px;
    trnasition: unset;
}
.banner-slider-44__cloud__text-2 {
    top: 80px;
    left: 6px;
}
.banner-1 .slick-prev.slick-arrow {
    right: unset;
    left: 5px;
}
.banner-1 .slick-next.slick-arrow {
    right: 5px;
}
.banner-1 .slick-arrow:before {
    color: #000;
}
.parallax-item-1, .parallax-item-2, .parallax-item-3 {
    position: absolute;
    width: 200px;
    opacity: 0.8;
}
.parallax-item-1 img {
    width: 180px;
}

@media (max-width: 991px) {
    .parallax-item-1 img, .parallax-item-2 img, .parallax-item-3 img {
        display: none;
        
    }
}
.parallax-item-1 {
    left: 1%;
    top: 30%;
    
}
.parallax-item-2 {
    top: 70%; 
    right: 2%;
}
.parallax-item-3 {
    bottom: 5%;
    left: 1%;
}
.simpleParallax {
    overflow: unset!important;
}
@media (max-width: 1500px) {
    .parallax-item-2 {
        right: -10%;
        top: 60%;
    }
    .parallax-item-3 {
        left: -5%;
    }
    .parallax-item-1 {
        left: -1%;
    }
}

.main-header {
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
body {
    /* padding-top: 88px; */
}
@media (max-width: 991px) {
    body {
        /* padding-top: 82px; */
    }
}


.footer h2 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    
    margin: 0px;
    padding-bottom: 10px;
}
.footer p {
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    opacity: 0.6;
}

.footer ul li {
    margin: 0px;
    margin-bottom: 4px;
}

.footer a {
    color: #fff;
    opacity: 0.6;
    letter-spacing: 0.2px;
}
.footer a:hover {
    opacity: 1;
}
.footer .phone {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    
    margin: 0px;
}

.footer .btn {
    border: 1px solid #FCCC4C;
}

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.footer-bottom {
    background-color: #19212b;
    margin-top: 16px;
}
.footer-copyright {
    padding: 20px 0px;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social__item {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    
    
    padding: 4px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0px 4px;
}
.social__item_vk {
    background-color: #4872a3;
}

.social__item_whatsapp {
    background-color: #43d854;
}

.social__item_facebook {
    background-color: #183153;
}
.social__item_google {
    background-color: #dd4d42;
}
.ct-contact-map-wrapper_map {
    height: unset!important;
    padding-top: 80px;
}
@media (max-width: 991px) {
    .ct-contact-map-wrapper_map {
        padding-top: 0px;
    }
}

@media (max-width: 1500px) {
    .imgs-wrapper img {
        width: 150px;
        left: 0px!important;
    }
}
.ct-info-box .social__item {
    width: 64px;
    height: 64px;
    
    
}
.ct-info-box .social__item i{
    color: #fff;
    position: unset;
    
    font-size: 32px;
    opacity: 0.8;
    z-index: 1;
    
    transition: 0.3s;
}
.ct-info-box .social__item:hover i {
    opacity: 1;
    transition: 0.3s;
}



.main-header__top {
    background-color: #fff;
}
.main-header__top, .main-header__top .phone span {
    font-size: 18px;
    font-weight: bold;
}
.main-header__top .faq a{
    font-size: 14px;
    font-weight: normal;
    color: #495057;
}
.navbar .menu-item a:hover {
    color: #da464a;
}

.main-header__down {
   background-color: #f5b807;
   transition: 0.3s;
}
.main-header__down.main-header__down_scroll {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    
    transition: 0.3s;
}

.main-header__down .navbar .menu-item a {
    color: #fff;
    transition: 0.3s;
}
.main-header__down .navbar .menu-item:hover a {
    color: #495057;
    transition: 0.3s;
}
.main-header__down .navbar .menu-item.active a {
    color: #000;
    transition: 0.3s;
}
.main-header__top .social .social__item {
    background-color: #f5b807!important;
    color: #fff;
    font-weight: normal;
}
.main-header__top .social .social__item:hover {
    color: #495057;
}


@media (max-width: 768px) {
    .footer-logo {
        width: unset;
        margin: 0px;
    }
}

@media (max-width: 991px) {
    .header-controls {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .aside-toggler span {
        background-color: #fff;
        opacity: 1;
        width: 25px!important;
    }
}
.phone_mobile {
    color: #fff;
    letter-spacing: 2px;
        font-weight: 700;
}

@media (max-width: 991px) {
    .banner.banner-1 .banner-inner .row img {
        max-width: 350px;
        margin: 0 auto;
    }
}

#msCart .quantity .atc-form {
    margin: 0px;
}

@media (max-width: 991px) {
    #msCart .quantity .atc-form .form-group{
         margin: 0px;
    }
    #msCart .quantity::before{
        margin-top: 10px;
    }
    #msCart .quantity form{
        display: flex;
        justify-content: flex-end;
    }
    
    .intro_desc{
        display:none;
    }
    
    .intro_mob{
        display:none !important;
    }
}

body {
  margin: 0;
  /* background-color: #111; */
}
.sf-snow-flake {
  position: fixed;
  top: -20px;
  z-index: 99999;
}
.sf-snow-anim {
  top: 110%;
}





.collapsed-gift.hide { display: none!important; } 
.expanded-gift.open {
    display: block;
}

.gift-sticky .grade-cont .grade { 
    background: url(/assets/images/gift-grade.pngg) no-repeat scroll center bottom;
}
.gift-sticky .expanded-gift .gifts-list .gift-item { 
    background: url(/assets/images/icons/animate-star-sprite.png) repeat-y -532px 0, #d5d5d5;
}
.gift-sticky .expanded-gift .gifts-list .gift-item {  }
.gift-sticky .expanded-gift .gifts-list .gift-item:before {
    background: url(/assets/images/icons/gifts-sprite.png) no-repeat 0 -330px;
}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active {background: url(/assets/images/icons/animate-star-sprite.png) repeat-y -353px 0, #b1ce00;}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active:before {background: url(/assets/images/icons/gifts-sprite.png) no-repeat 0 -221px;}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active {background: url(/assets/images/icons/animate-star-sprite.png) repeat-y -177px 0, #fbc805;}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active:before {background: url(/assets/images/icons/gifts-sprite.png) no-repeat 0 -107px;}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active {background: url(/assets/images/icons/animate-star-sprite.png) repeat-y 0 0, #ff3e4c;}
.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active:before {background: url(/assets/images/icons/gifts-sprite.png) no-repeat 0 0;}








#gift-page {
    position: fixed;
}


@keyframes gift-animation {
    from {
        background-position-y: -20000%
    }
    to {
        background-position-y: 0
    }
}

@-webkit-keyframes gift-animation {
    from {
        background-position-y: -20000%
    }
    to {
        background-position-y: 0
    }
}

@keyframes gift-animation-full {
    from {
        background-position-y: 20000%
    }
    to {
        background-position-y: 0
    }
}

@-webkit-keyframes gift-animation-full {
    from {
        background-position-y: 20000%
    }
    to {
        background-position-y: 0
    }
}

.gift-container {
    padding-top: 20px
}

.gift-container .product.gift {
    overflow: hidden;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.gift-container .product.gift:hover {
    box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
    -webkit-box-shadow: 0 0 15px rgba(81, 92, 98, 0.3);
}

@media (min-width: 0) {
    .gift-container .product.gift {
        height: 400px
    }
}

@media (min-width: 544px) {
    .gift-container .product.gift {
        height: 435px
    }
}

@media (min-width: 1200px) {
    .gift-container .product.gift {
        height: 412px
    }
}

.gift-container .product.gift.masked .mask {
    visibility: visible;
    opacity: 1
}

.gift-container .product.gift .mask {
    -webkit-transition: opacity .8s ease;
    -moz-transition: opacity .8s ease;
    -ms-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
    opacity: 0;
    visibility: hidden;
    background: url(/assets/images/maska.png) repeat scroll;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5
}

.gift-container .product.gift .front-side {
    z-index: 10;
    opacity: 1;
    visibility: visible
}

.gift-container .product.gift .back-side {
    width: 100%;
    height: inherit;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: #cbce43;
    background: -moz-linear-gradient(top, #cbce43 0%, #b8ba36 100%);
    background: -webkit-linear-gradient(top, #cbce43 0%, #b8ba36 100%);
    background: linear-gradient(to bottom, #cbce43 0%, #b8ba36 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbce43', endColorstr='#b8ba36', GradientType=0)
}

.gift-container .product.gift .back-side:before {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    animation: gift-animation-full 2300s linear infinite;
    -webkit-animation: gift-animation-full 2300s linear infinite;
    background: url(/assets/images/stars-gift-inner.png) repeat 0 0 fixed
}

.gift-container .product.gift .back-side:after {
    content: ' ';
    width: 170px;
    height: 228px;
    display: block;
    position: absolute;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: 80px;
    background: url(/bitrix/templates/bd_deliverysushi/css/../images/selected-gift-inner.png) no-repeat
}

.gift-container .product.gift.active {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    border-bottom: none
}

.gift-container .product.gift.active .front-side {
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.gift-container .product.gift.active .back-side {
    opacity: 1;
    visibility: visible
}

.gift-container .product.gift .product-info {
    height: auto
}

.gift-container .product.gift .get-gift-btn, .gift-container .product.gift .get-another-gift-btn {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    outline: none;
    display: inline-block;
    width: 131px;
    height: 34px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #f8515c;
    font-size: 16px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.5;
    color: #f8515c
}

.gift-container .product.gift .get-gift-btn:hover, .gift-container .product.gift .get-another-gift-btn:hover {
    background-color: #f8515c;
    color: white
}

.gift-container .product.gift .gift-in-basket-text {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 22px;
    font-weight: 400;
    font-stretch: condensed;
    line-height: 1.5;
    color: #fff;
    width: 171px;
    text-align: center
}

.gift-container .product.gift .gift-in-basket-text div:nth-child(1) {
    font-size: 45px
}

.gift-container .product.gift .gift-in-basket-text div:nth-child(2) {
    font-size: 24px;
    line-height: 0.1;
    font-weight: 300
}

.gift-container .product.gift .get-another-gift-btn {
    background-color: #f8515c;
    color: white
}

.gift-container .product.gift .get-another-gift-btn:hover {
    background-color: #ff4157
}

.gift-container .product.gift .gift-progress-info {
    position: absolute;
    bottom: 0;
    width: 100%
}

.gift-container .product.gift .gift-progress-info .line {
    height: 33px;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 2.3;
    color: #ffffff;
    text-align: center
}

.gift-container .product.gift .gift-progress-info .line .currency {
    font-size: 16px;
    padding-left: 3px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gift-container .product.gift .gift-progress-info .line.limit1 {
    background-color: #9db832
}

.gift-container .product.gift .gift-progress-info .line.limit2 {
    background-color: #ff8a00
}

.gift-container .product.gift .gift-progress-info .line.limit3 {
    background-color: #a066b3
}

.gift-container .product.gift .gift-progress-info .progress-container {
    height: 78px
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar {
    height: inherit
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content {
    padding-top: 9px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.3;
    text-align: center;
    color: #292f32
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content div {
    width: 164px;
    margin: 0 auto;
    text-align: center
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    font-weight: 400
}

.gift-container .product.gift .gift-progress-info .progress-container .progress-bar-content span .currency {
    font-size: 26px;
    padding-left: 3px
}

.gift-container .product.gift:hover .progress-container {
    display: block
}

.gift-sticky {
    z-index: 10;
    width: 44px;
    height: 349px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
    right: 0;
    top: 200px
}

.gift-sticky.sticky {
    position: fixed
}

.gift-sticky .grade-cont {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    width: 22px;
    height: 328px;
    position: relative;
    margin: 10px auto
}

.gift-sticky .grade-cont .grade {
    height: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: url(/bitrix/templates/bd_deliverysushi/css/../images/gift-grade.png) no-repeat scroll center bottom;
    width: 12px;
    position: absolute;
    bottom: 4px;
    right: 4px
}

.gift-sticky .gift-toggle {
    cursor: pointer;
    width: 34px;
    height: 34px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #b7b7b7;
    position: absolute;
    left: -34px;
    top: 15px
}

.gift-sticky .gift-toggle.active {
    background-color: #f8515c
}

.gift-sticky .gift-toggle.active:hover {
    background-color: #ff4157
}

.gift-sticky .gift-toggle:hover {
    background-color: #c7c7c7
}

.gift-sticky .gift-toggle svg {
    width: 20px;
    height: 19px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.gift-sticky .gift-toggle svg path {
    fill: white
}

.gift-sticky .expanded-gift {
    display: none;
    padding: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 251px;
    height: 442px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(81, 92, 98, 0.2)
}

.gift-sticky .expanded-gift.open {
    right: 20px;
    position: absolute
}

.gift-sticky .expanded-gift .title {
    font-size: 20px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 1.5;
    color: #292f32
}

.gift-sticky .expanded-gift .description {
    font-size: 14px;
    font-weight: 300;
    font-stretch: condensed;
    line-height: 1.1;
    color: #292f32
}

.gift-sticky .expanded-gift .grade-cont {
    margin: 15px 0
}

.gift-sticky .expanded-gift .gifts-list {
    position: absolute;
    left: 30px
}

.gift-sticky .expanded-gift .gifts-list .gift-item {
    animation: gift-animation 700s linear infinite;
    -webkit-animation: gift-animation 700s linear infinite;
    background: url(/assets/images/animate-star-sprite.png) repeat-y -532px 0, #d5d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 177px;
    height: 102px;
    background-color: #efefef;
    position: relative
}

.gift-sticky .expanded-gift .gifts-list .gift-item.not-animate {
    animation: none;
    -webkit-animation: none
}

.gift-sticky .expanded-gift .gifts-list .gift-item:before {
    content: ' ';
    width: 80px;
    height: 87px;
    background: url(/assets/images/gifts-sprite.png) no-repeat 0 -330px;
    position: absolute;
    z-index: 10;
    display: block;
    right: 10px;
    top: 15px
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active {
    background: url(/assets/images/animate-star-sprite.png) repeat-y -353px 0, #b1ce00
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit1.active:before {
    background: url(/assets/images/gifts-sprite.png) no-repeat 0 -221px
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active {
    background: url(/assets/images/animate-star-sprite.png) repeat-y -177px 0, #fbc805
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit2.active:before {
    background: url(/assets/images/gifts-sprite.png) no-repeat 0 -107px
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active {
    background: url(/assets/images/animate-star-sprite.png) repeat-y 0 0, #ff3e4c
}

.gift-sticky .expanded-gift .gifts-list .gift-item.limit3.active:before {
    background: url(/assets/images/gifts-sprite.png) no-repeat 0 0
}

.gift-sticky .expanded-gift .gifts-list .gift-item.active .badge {
    background-color: #292f32
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge {
    top: 5px;
    width: 101px;
    height: 25px;
    background-color: #a0a9ab;
    position: absolute;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge .price {
    font-size: 16px;
    font-stretch: condensed;
    line-height: 1.5;
    color: #ffffff;
    position: absolute;
    top: 0px;
    padding-left: 6px
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge .currency {
    font-size: 18px;
    padding-left: 3px
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge svg {
    width: 18px;
    margin-top: 4px;
    margin-left: 7px
}

.gift-sticky .expanded-gift .gifts-list .gift-item .badge svg path {
    fill: white
}

.gift-sticky .expanded-gift .gifts-list .gift-item .get-gift {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    min-width: 78px;
    max-width: 108px;
    z-index: 10;
    padding: 0 10px;
    height: 26px;
    border: none;
    background-color: #f8515c;
    font-size: 12px;
    font-stretch: condensed;
    line-height: 2.1;
    color: #ffffff;
    text-align: center;
    text-decoration: none
}

.gift-sticky .expanded-gift .gifts-list .gift-item .get-gift:hover {
    background-color: #ff485d
}

.pColor{
    background-color:#f2e9c2!important;
}

.mspc2-form__input{
    height: 50px!important;
padding: 8px 15px!important;
border-radius: 8px!important;
border: 1px solid #efefef!important;
width: 100%!important;
color: #6e6e6e!important;
}

.mspc2-form {
 border:none!important;
 border-radius:none!important;
}

.mspc2-form__button{
    background-color: #f5b807!important;
-webkit-box-shadow: 4px 3px 24px rgba(245, 184, 7, 0.5)!important;
box-shadow: 4px 3px 24px rgba(245, 184, 7, 0.5)!important;
cursor: pointer!important;

text-align: center!important;
white-space: nowrap!important;
vertical-align: middle!important;
position: relative!important;
background-color: #f5b807!important;
line-height: 24px!important;
border: 0!important;
color: #fff!important;
font-size: 14px!important;
font-weight: 600!important;
padding: 12px 30px!important;
-webkit-transition: 0.3s!important;
-o-transition: 0.3s!important;
transition: 0.3s!important;
text-transform: uppercase!important;
border-radius: 25px!important;
z-index: 1!important;
-webkit-box-shadow: 4px 3px 24px rgba(245, 184, 7, 0.5)!important;
box-shadow: 4px 3px 24px rgba(245, 184, 7, 0.5)!important;
}
