/* Gift card */
/*N.K*/
 .top_section{height:auto;padding-bottom:0;background:#FFF;position: relative;overflow: visible;}
 .top_carousel_outter{position: relative;height:500px;padding-left:0;}
 .top_carousel{position: relative;width:100%;height:100%;overflow: hidden;}
 .top_carousel .item{width:100%;height:100%;overflow: hidden;position: absolute;left:0;top:0;}
 .top_carousel .item.active{z-index:2;}
 .top_carousel .item.nextactive{z-index:1;}
 .top_carousel .item .cover{width:100%;height:100%;overflow: hidden;position: absolute;left:0;top:0;background-position: top right;}
 /*.top_carousel .item .innerpage{position: absolute;left:0;right:0;top:40.1%;}
 .top_carousel .item .innerpage a{color: #FFF;line-height:22px;font-size: 22px;font-weight: 400;letter-spacing: -1px;position: relative;right:10px;}
 .top_carousel .item .innerpage .text{font-size:22px;line-height:22px;font-weight:400;margin-bottom:30px;}
 .top_carousel .item .innerpage a .fa{font-size:18px;margin-right:3px;opacity:0.7;-webkit-transition: opacity 0.2s ease-in-out;-moz-transition: opacity 0.2s ease-in-out;-o-transition: opacity 0.2s ease-in-out;transition: opacity 0.2s ease-in-out;}
 .top_carousel .item .innerpage a:hover .fa{opacity: 1;}*/
 .top_carousel .item.black_text .innerpage a{color:#000;}
  .top_carousel .dots{position: absolute;left:0;bottom:16px;width:100%;text-align:center;font-size:0;z-index:5;}
.top_carousel .dots ul li{display: inline-block;vertical-align: middle;margin:0 4px;}
.top_carousel .dots ul li .dot{background:#FFF;width: 12px;height: 12px;display: block;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition:all 0.3s ease;outline:none;opacity:0.5;}
.top_carousel .dots ul li .dot.active{opacity:1;}
 /*end*/
.gift_card{padding-bottom:32px;}
.gift_card .credit_balance_section{padding:0;}
.gift_card .credit_balance_section .customSelect .list{top:auto;bottom:100%;margin-bottom:-1px;}
.gift_card .credit_balance_section .customSelect .list .title{position: absolute;right:0;top:100%;}
.gift_card .credit_balance_section .customSelect .list ul{border-bottom:none;border-top:1px solid #b4b3b4;max-height:160px;}
.gift_card .credit_balance_section .title_one{color: #D41E42;font-weight: 700;text-align:center;margin-bottom:22px;}
.gift_card .credit_balance_section .box{background-color: #E9E9E9;padding:16px;font-size: 18px;line-height:24px;font-weight: 300;}
.gift_card .credit_balance_section .box .top{margin-bottom:16px;}
.gift_card .credit_balance_section .box .top .title_two{font-weight: 700;}
.gift_card .credit_balance_section .box .bottom{margin-left:0;}
.gift_card .credit_balance_section .box .bottom:after{content:'';clear:both;display: table;}
.gift_card .credit_balance_section .box .bottom .col{float:right;width:100%;padding-left:0;position: relative;}
.gift_card .credit_balance_section .box .bottom .col:nth-child(2){width:100%;}
.gift_card .credit_balance_section .box .bottom .col:nth-child(3){width:100%;padding-left:0;white-space: nowrap;}
.gift_card .credit_balance_section .box .bottom .col:nth-child(4){width:100%;}
.gift_card .credit_balance_section .box .bottom .col:nth-child(5){width:100%;}
.gift_card .credit_balance_section .box .bottom .col input[type='text']{display: block;width:100%;height:40px;text-indent: 7px;}

.gift_card .credit_balance_section .box .bottom .col input.input-cvv {display: block;width:100%;height:40px;text-indent: 7px; float:right;}
.gift_card .credit_balance_section .box .bottom .label{display: block;}
.gift_card .credit_balance_section .box .bottom .label .tooltip{display: inline-block;position: relative;}
.gift_card .credit_balance_section .box .bottom .label .tooltip.hover{z-index:12;}
.gift_card .credit_balance_section .box .bottom .label .tooltip .help{font-size: 19px;color:#000;height:auto;line-height:normal;width:auto;background:none;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;position: relative;z-index:0;}
.gift_card .credit_balance_section .box .bottom .label .tooltip.hover .tooltip_cont{z-index:20;}
.gift_card .credit_balance_section .box .bottom .inputs_card{margin-right:-5px;padding-right:0;}
.gift_card .credit_balance_section .box .bottom .inputs_card:after{content:'';clear:both;display: table;}
.gift_card .credit_balance_section .box .bottom .inputs_card .input{float:left;width:25%;padding-right:5px;}
.gift_card .credit_balance_section .box .bottom .inputs_card .input input[type='text']{text-align:center;text-indent: 0;}
.gift_card .credit_balance_section .box .bottom .inputs_date{margin-left:-15px;}
.gift_card .credit_balance_section .box .bottom .inputs_date:after{content:'';clear:both;display: table;}
.gift_card .credit_balance_section .box .bottom .inputs_date .input{float:right;width:50%;padding-left:15px;position: relative;}
.gift_card .credit_balance_section .box .bottom .inputs_date .input:first-child:after{content:'/';position: absolute;left:5px;top:0;line-height:40px;font-size: 17px;}
.gift_card .credit_balance_section .box .bottom .inputs_date .input .cselect_cont{display: block;width:100%;}
.gift_card .credit_balance_section .box .bottom .inputs_date .customSelect .title{height:40px;line-height:34px;padding-right:7px;}
.gift_card .credit_balance_section .box .bottom .inputs_date .customSelect .title .fa{line-height:37px;left:9px;}
.gift_card .credit_balance_section .box .bottom .btn{height: 40px;display: block;width:100%;font-size: 22px;font-weight: 700;}
.gift_card .credit_balance_section .box .bottom .sum{line-height:22px;margin-top:0;padding:8px;font-weight: 300;width:100%;background-color: #FFF;border: 2px solid #D41E41;-moz-box-shadow: -1.7px 2.5px 6.9px 0.1px rgba(0, 0, 0, 0.14);-webkit-box-shadow: -1.7px 2.5px 6.9px 0.1px rgba(0, 0, 0, 0.14);box-shadow: -1.7px 2.5px 6.9px 0.1px rgba(0, 0, 0, 0.14); display:table}
.gift_card .credit_balance_section .box .bottom .sum div strong{font-weight: 400;color: #D41E41;display: inline-block;width:105px;}
.gift_card .credit_balance_section .rule_text{font-size: 16px;line-height:20px;font-weight: 300;padding-top:9px;position: relative;right:0;}
.gift_card .credit_balance_section.gold_iframe{margin-left:-16px;margin-right:-16px;}
.gift_card .credit_balance_section.gold_iframe .iframe{width:100%;height:510px;border:none;overflow: hidden;}

.gift_card .gold_box{background:#e9e9e9;margin-bottom: 0;position: relative;overflow: hidden;}
.gift_card .gold_box .bg{position: absolute;width:100%;height:100%;left:0;top:0;}
.gift_card .gold_box .box{width:100%;padding:16px 16px 130px 16px;position: relative;z-index:2;background: -moz-linear-gradient(left,  rgba(233,233,233,0) 0%, rgba(233,233,233,1) 25%);background: -webkit-linear-gradient(left,  rgba(233,233,233,0) 0%,rgba(233,233,233,1) 25%);background: linear-gradient(to right,  rgba(233,233,233,0) 0%,rgba(233,233,233,1) 25%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9e9e9', endColorstr='#e9e9e9',GradientType=1 );}
.gift_card .gold_box .box .logo_gold{display: block;width: 240px;margin-bottom:16px;}
.gift_card .gold_box .box .logo_gold.logo_gift{width: 177px;}
.gift_card .gold_box .box .text_highlight{font-weight: 700;color: #D41E41;margin-bottom:16px;position: relative;right:0;}
.gift_card .gold_box .box .text_highlight .text-1{font-size: 17px;line-height:20px;letter-spacing: 0.1px;}
.gift_card .gold_box .box .text_highlight .text-2{font-size: 39px;line-height:32px;}
.gift_card .gold_box .box .text_highlight .text-3{font-size: 47px;line-height:40px;letter-spacing: -0.1px;}
.gift_card .gold_box .box .text_highlight .text-4{font-size: 43px;line-height:43px;letter-spacing: 0.3px;}
.gift_card .gold_box .box .desc{font-size: 18px;line-height:24px;font-weight: 300;margin-bottom: 24px;position: relative;right:0;}
.gift_card .gold_box .box .desc a{color:#000;}
.gift_card .gold_box .box .desc strong{font-weight: 400;}
.gift_card .gold_box .box .desc .big{font-size: 20px;font-weight: 700;margin-top:-6px;}
.gift_card .gold_box .box .btn{width: 220px;height: 50px;line-height:47px;font-size: 24px;font-weight: 400;margin-bottom:24px;right:0;}
.gift_card .gold_box .box .rule_text{line-height:18px;font-size: 18px;font-weight: 300;position: relative;right:0;}
.gift_card .gold_box .box .rule_text a{color: #3B54A5;text-decoration: underline;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.gift_card .gold_box .box .rule_text a:hover{color:#32478c;}

.gift_card .gold_banner{margin-bottom:0;position: relative;}
.gift_card .gold_banner a{display: block;}
.gift_card .gold_banner a img{display: block;width:100%;margin:0 auto;}

.gift_card .brands_list .title{height: 50px;line-height:48px;margin-bottom:16px;text-align:center;color: #FEFFFF;font-size: 22px;font-weight: 700;background-color: #D41E41;-moz-border-radius: 10px 10px 0px 0px;-webkit-border-radius: 10px 10px 0px 0px;border-radius: 10px 10px 0px 0px;}
.gift_card .brands_list ul{margin-left:-10px;}
.gift_card .brands_list ul:after{content:'';clear:both;display: table;}
.gift_card .brands_list ul > li{padding-left:10px;float:right;width:33.3333%;margin-bottom:10px;}
.gift_card .brands_list ul > li .image{position: relative;width:100%;padding-bottom:22.5%;overflow: hidden;}
.gift_card .brands_list ul > li .image img{max-width:100%;display: block;position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
.gift_card .brands_list .big{padding:0 0;}
.gift_card .brands_list .big ul > li{width:50%;margin-bottom:10px;}

.gift_card .brandsgift_list.brands_list ul > li .image{border:none;}
.gift_card .brandsgift_list.brands_list .image .partnersBanner {width: 100%;}
.gift_card .brandsgift_list.brands_list .image .restaurantsBanner {width: 100%; margin-bottom: 0;}

.gift_card .gift_box.gold_box .box{padding-bottom:60px;}
.gift_card .gift_box.gold_box .box .title{font-size: 20px;line-height:26px;font-weight: 700;margin-bottom:16px;}
.gift_card .gift_box.gold_box .box .desc{right:0;}
.gift_card .gift_box.gold_box .box .desc strong{font-size: 18px;font-weight: 400;display: block;margin-top:0;}
.gift_card .gift_box.gold_box .box .btn{width: 220px;right:0;top:0;}
.gift_card .gold_banner .role_link{position: absolute;right:15px;bottom:15px;color:#fffffd;font-weight:700;font-size:16px;text-shadow: 0px 0px 17px rgba(0, 0, 0, 1), 0px 0px 17px rgba(0, 0, 0, 1), 0px 0px 17px rgba(0, 0, 0, 1);}
.gift_card .gold_banner .role_link a{display: inline;color:#eddd90;text-decoration: underline;-webkit-transition:  color 0.2s ease-in-out;-moz-transition:  color 0.2s ease-in-out;-o-transition:  color 0.2s ease-in-out;transition: color 0.2s ease-in-out;}
.gift_card .gold_banner .role_link a:hover{color:#ffee9c;}
.gift_card .gift_box.gold_box .box .double-btn .btn{width:300px;}

/* Custom transaction table*/
.gift_card .transactions{ position: relative;padding-top: 13px;}
/*.gift_card .transactions .top{position: absolute;right:0;top:0;height:51px; }*/
/*.gift_card .transactions .bottom .table-thead{display: none;}*/
.gift_card .transactions .bottom .scroll_inside{max-height:none;overflow-y:auto;}
.gift_card .transactions .bottom .mCSB_container:not(.mCS_y_hidden){padding-right:0;}
.gift_card .transactions .bottom .mCSB_scrollTools{width:15px;border-left:2px solid #000;}
.gift_card .transactions .bottom .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ }
/*.gift_card .transactions .table{width:100%;}*/
.gift_card .transactions .table .table-row .table-cell{vertical-align: middle;text-align:center; border-bottom:2px solid #6d6d6d;}
.gift_card .transactions .table .table-row .table-cell:last-child{border-left:none;}
.gift_card .transactions .table .table-row .table-cell:nth-child(1){width:14.8%;padding-right:15px;}
.gift_card .transactions .table .table-row .table-cell:nth-child(2){width:10%;}
.gift_card .transactions .table .table-row .table-cell:nth-child(3){width:10%;}
.gift_card .transactions .table .table-row .table-cell:nth-child(4){width:30%;}
.gift_card .transactions .table .table-row .table-cell:nth-child(5){width:10%;}
.gift_card .transactions .table .table-tbody .table-row .table-cell.number {direction:ltr;}
.gift_card .transactions .table .table-thead .table-row .table-cell{height: 34px;font-size: 23px;font-weight: 500;color: #000; line-height: 17px;border-bottom:1px solid #000;}
.gift_card .transactions .table .table-tbody .table-row .table-cell{font-size: 23px;font-weight: 200;color: #3e3e3e;line-height: 29px;vertical-align: middle;}
.gift_card .transactions .table .table-tbody .table-row .table-cell:nth-child(4){vertical-align: middle;}
.gift_card .transactions .table .table-tbody .table-row:last-child .table-cell,.credit_card .paz_yellow .branches .table .table-tbody .table-row:not([style*="display: none"]):last-child .table-cell{border-bottom:none;}
.gift_card .transactions .table .table-tbody .table-row .table-cell .fa{font-size:20px;}
.gift_card .box.transactions_box .title_two{font-weight:700;}
.gift_card .credit_balance_section .box.transactions_box{margin-top:40px;}
.margin-left-10{
    margin-left:10px;
}

.gift_card .gold_box .box .btn.max-content{
    width:max-content;
}
/*Hero Slider - Slick*/
 .slick-dotted.slick-slider {
     margin-bottom: 0 !important;
 }
 .slick-dots {
     bottom: 25px;
 }

 .slick-dots li button:before {
     font-size: 30px !important;
     color: #ffffff !important;
 }
 .new_file-hero__slide img {
     width: 100%;
     display: block;
     max-width: 100%;
 }
 .new_file-hero.slider-mobile {
     display: none;
 }

@media screen and (max-width: 767px) {
    .gift_card .credit_balance_section .title_one{line-height:28px;font-size:24px;}
    .gift_card .credit_balance_section .box .top .title_two{margin-bottom:8px;}
    .gift_card .credit_balance_section .box .bottom .col{margin-bottom:10px;}
    .gift_card .credit_balance_section .box .bottom .col .label{margin-bottom:5px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(3){margin-bottom:16px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(4){margin-bottom:0;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(4) .label{display: none;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(5){margin-bottom:0;padding-top:16px;}
    .gift_card .gold_box .box .desc .phone{display: block;}
    
    .gift_card .gold_box{padding-bottom:16px;}
    .gift_card .gold_box .box{background: -moz-linear-gradient(top,  rgba(233,233,233,1) 83%, rgba(233,233,233,0) 100%);background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 83%,rgba(233,233,233,0) 100%);background: linear-gradient(to bottom,  rgba(233,233,233,1) 83%,rgba(233,233,233,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#00e9e9e9',GradientType=0 );}
    .gift_card .gold_box .bg{height:0;display:none;top:auto;bottom:0;background-position: left center;}
    
    .gift_card .gift_box.gold_box .box .btn{margin-bottom:70px;}
    .gift_card .gift_box.gold_box .box .double-btn .btn{ margin-bottom:70px;margin-left:15px;margin-bottom:30px}
    .gift_card .brandsgift_list.brands_list .image.mobile .restaurantsBanner{ display: block;margin-bottom: 0;}
    .gift_card .brandsgift_list.brands_list .image .restaurantsBanner{ display: none }
    .gift_card .brandsgift_list.brands_list .image.mobile .partnersBanner {display: block;}
    .gift_card .brandsgift_list.brands_list .image .partnersBanner {display: none}
    .gift_card .gold_banner a img.mobile{ display: block; margin-bottom: 0;}
    .gift_card .gold_banner a img{ display: none;}

    .new_file-hero.slider-mobile {display: block;}
    .new_file-hero.slider-desktop {display: none;}

}
@media screen and (min-width: 568px) and (max-width: 767px) {
    .gift_card .brands_list ul > li{width:20%;}
    .gift_card .brands_list .big ul > li{width:20%;}
}
@media screen and (min-width: 768px) {
    .gift_card{padding-bottom:72px;}
    .gift_card .credit_balance_section{padding:19px 0 24px;}
    .gift_card .credit_balance_section .box{padding:15px 24px 24px 24px;font-size:20px;line-height:28px;}
    .gift_card .credit_balance_section .box .top{margin-bottom:15px;}
    .gift_card .credit_balance_section .box .bottom{margin-left:-20px;}
    .gift_card .credit_balance_section .box .bottom .col{width:50%;padding-left:20px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(2){width:18%;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(3){width:50%;padding-left:20px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(4){width:50%;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(5){width:50%;}
    .gift_card .credit_balance_section .box .bottom .sum{margin-top: 29px;padding: 5px 7px 7px 5px;}
    .gift_card .credit_balance_section .box .bottom .sum div strong{width:125px;}
    .gift_card .credit_balance_section .rule_text{font-size:18px;line-height:18px;}
    .gift_card .credit_balance_section.gold_iframe{margin-left:-24px;margin-right:-24px;}
    .gift_card .credit_balance_section.gold_iframe .iframe{height:330px;}
    
    .gift_card .gold_box .box{width:460px;padding:15px 24px 29px 110px;}
    .gift_card .gold_box .box .logo_gold{width:293px;margin-bottom:20px;}
    .gift_card .gold_box .box .logo_gold.logo_gift{width: 205px;}
    .gift_card .gold_box .box .text_highlight{margin-bottom:26px;right:-5px;}
    .gift_card .gold_box .box .text_highlight .text-1{font-size:20px;}
    .gift_card .gold_box .box .text_highlight .text-2{font-size:46px;line-height:39px;}
    .gift_card .gold_box .box .text_highlight .text-3{font-size:55.5px;}
    .gift_card .gold_box .box .text_highlight .text-4{font-size:51px;line-height:51px;}
    .gift_card .gold_box .box .desc{margin-bottom:25px;right:-2px;}
    .gift_card .gold_box .box .desc .big{font-size:22px;}
    .gift_card .gold_box .box .btn{width:240px;font-size:26px;margin-bottom:26px;right:-3px;}
    .gift_card .gold_box .box .rule_text{right:-3px;}
    
    .gift_card .brands_list .title{height:60px;line-height:58px;margin-bottom:22px;font-size:26px;}
    .gift_card .brands_list ul{margin-left:-15px;}
    .gift_card .brands_list ul > li{padding-left:15px;width:14.2857%;margin-bottom:12px;}
    .gift_card .brands_list .big ul > li{width:20%;margin-bottom:15px;}
    
    .gift_card .brandsgift_list.brands_list ul > li{margin-bottom:20px;}
    .gift_card .brandsgift_list.brands_list .image.mobile .restaurantsBanner{ display: none;}
    .gift_card .brandsgift_list.brands_list .image.mobile .partnersBanner {display: none;}

    .gift_card .gift_box.gold_box .box {padding: 45px 24px 19px 100px;}
    .gift_card .gift_box.gold_box .box .title{font-size:20px;line-height:28px;margin-bottom:23px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:20px;margin-top:0;}
    .gift_card .gift_box.gold_box .box .btn{width:240px;top:0;}
    
    
    .gift_card .gold_banner .role_link{font-size:20px;}
    .gift_card .gold_banner a img.mobile{ display: none;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .gift_card .gold_box .bg{background-position: 12% 50%;}
    .gift_card .credit_balance_section .title_one{font-size:32px;}
    .gift_card .credit_balance_section .box .bottom .col{padding-bottom:10px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(5){float:left;padding-bottom:0;}
}
@media screen and (min-width: 1024px) {
    .gift_card{padding-bottom:79px;}
    .gift_card .credit_balance_section{padding:19px 0 32px;}
    .gift_card .credit_balance_section .customSelect .list ul{max-height:110px;}
    .gift_card .credit_balance_section .box{padding:15px 20px 20px 20px;font-size:18px;}
    .gift_card .credit_balance_section .box .bottom{margin-left:-15px;}
    .gift_card .credit_balance_section .box .bottom .col{width:24.9%;padding-left:15px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(2){width:11.5%;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(3){width:16.4%;padding-left:26px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(4){width:14.6%;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(5){width:22%;}
    .gift_card .credit_balance_section .box .bottom .label .tooltip .help{font-size:17px;}
    .gift_card .credit_balance_section .box .bottom .btn{font-size:19px;}
    .gift_card .credit_balance_section .box .bottom .sum div strong{width:90px;}
    .gift_card .credit_balance_section .rule_text{font-size:16px;line-height:16px;right:-2px;}
    .gift_card .credit_balance_section.gold_iframe{margin-left:-22px;margin-right:-22px;}
    .gift_card .credit_balance_section.gold_iframe .iframe{height:235px;}
    
    .gift_card .gold_box{margin-bottom:30px;}
    .gift_card .gold_box .box{width:620px;padding:15px 34px 29px 110px;}
    
    .gift_card .gold_banner{margin-bottom:30px;}
    .gift_card .brandsgift_list.brands_list .image .restaurantsBanner {margin-bottom: 30px;}
    .gift_card .brands_list .big{padding:0 138px;}
    
    .gift_card .gift_box.gold_box .box{padding:55px 39px 19px 90px;}
    .gift_card .gift_box.gold_box .box .title{font-size:22px;line-height:30px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:22px;}
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .gift_card .credit_balance_section .box .bottom .sum{font-size:16px;}
}
@media screen and (min-width: 1280px) {
    .gift_card{padding-bottom:89px;}
    .gift_card .credit_balance_section{padding:29px 0 32px;}
    .gift_card .credit_balance_section .customSelect .list ul{max-height:120px;}
    .gift_card .credit_balance_section .title_one{margin-bottom:32px;}
    .gift_card .credit_balance_section .box{padding:17px 26px 22px 31px;font-size:19px;line-height:30px;}
    .gift_card .credit_balance_section .box .top{margin-bottom:17px;}
    .gift_card .credit_balance_section .box .bottom{margin-left:-20px;}
    .gift_card .credit_balance_section .box .bottom .col{width:22.9%;padding-left:20px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(2){width:10.1%;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(3){padding-left:46px;}
    .gift_card .credit_balance_section .box .bottom .label .tooltip .help{font-size:18px;}
    .gift_card .credit_balance_section .box .bottom .btn{font-size:20px;}
    .gift_card .credit_balance_section .box .bottom .sum{margin-top:30px;padding:5px 6px 7px;}
    .gift_card .credit_balance_section .box .bottom .sum div strong{width:106px;}
    .gift_card .credit_balance_section .rule_text{font-size:17px;line-height:17px;}
    .gift_card .credit_balance_section.gold_iframe{margin-left:-60px;margin-right:-60px;}
    .gift_card .credit_balance_section.gold_iframe .iframe{height:250px;}
    
    .gift_card .gold_box{margin-bottom:40px;}
    .gift_card .gold_box .box{width:680px;padding:19px 44px 29px 110px;}
    .gift_card .gold_box .box .logo_gold{width:323px;}
    .gift_card .gold_box .box .logo_gold.logo_gift{width: 205px;}
    .gift_card .gold_box .box .text_highlight .text-1{font-size:22px;line-height:22px;}
    .gift_card .gold_box .box .text_highlight .text-2{font-size:50px;line-height:43px;}
    .gift_card .gold_box .box .text_highlight .text-3{font-size:60px;}
    .gift_card .gold_box .box .text_highlight .text-4{font-size:55px;line-height:55px;}
    .gift_card .gold_box .box .desc{font-size:20px;line-height:26px;margin-bottom:32px;}
    .gift_card .gold_box .box .desc .big{font-size:24px;}
    .gift_card .gold_box .box .btn{width:260px;height:55px;line-height:53px;font-size:29px;margin-bottom:31px;}
    .gift_card .gold_box .box .rule_text{line-height:20px;font-size:20px;}
    
    .gift_card .gold_banner{margin-bottom:40px;}
    .gift_card .brandsgift_list.brands_list .image .restaurantsBanner {margin-bottom: 40px;}
    .gift_card .brands_list .title{height:70px;line-height:64px;font-size:29px;}

    .gift_card .gift_box.gold_box .box{padding:65px 49px 29px 90px;}
    .gift_card .gift_box.gold_box .box .title{font-size:24px;line-height:32px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:24px;}
    .gift_card .gift_box.gold_box .box .btn{width:260px;}
    
    .gift_card .gold_banner .role_link{font-size:26px;}
}
@media screen and (min-width: 1440px) {
    .gift_card{padding-bottom:99px;}
    .gift_card .credit_balance_section{padding:34px 0 37px;}
    .gift_card .credit_balance_section .customSelect .list ul{max-height:140px;}
    .gift_card .credit_balance_section .title_one{margin-bottom:37px;}
    .gift_card .credit_balance_section .box{padding:22px 31px 27px 36px;font-size:21px;line-height:32px;}
    .gift_card .credit_balance_section .box .top{margin-bottom:22px;}
    .gift_card .credit_balance_section .box .bottom{margin-left:-25px;}
    .gift_card .credit_balance_section .box .bottom .col{padding-left:25px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(3){padding-left:56px;}
    .gift_card .credit_balance_section .box .bottom .col input[type='text']{height:45px;}
    .gift_card .credit_balance_section .box .bottom .label .tooltip .help{font-size:20px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date{margin-left:-20px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date .input{padding-left:20px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date .input:first-child:after{left:6px;line-height:45px;font-size:18px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date .customSelect .title{height:45px;line-height:39px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date .customSelect .title .fa{line-height:42px;}
    .gift_card .credit_balance_section .box .bottom .btn{height:45px;font-size:22px;}
    .gift_card .credit_balance_section .box .bottom .sum{line-height:24px;margin-top:34px;padding:5px 9px 7px;}
    .gift_card .credit_balance_section .box .bottom .sum div strong{width:121px;}
    .gift_card .credit_balance_section .rule_text{font-size:18px;line-height:18px;}
    .gift_card .credit_balance_section.gold_iframe{margin-left:-60px;margin-right:-60px;}
    .gift_card .credit_balance_section.gold_iframe .iframe{height:280px;}
    
    .gift_card .gold_box{margin-bottom:50px;}
    .gift_card .gold_box .box{width:740px;padding:24px 54px 34px 110px;}
    .gift_card .gold_box .box .logo_gold{width:423px;margin-bottom:25px;}
    .gift_card .gold_box .box .logo_gold.logo_gift{width: 305px;}
    .gift_card .gold_box .box .text_highlight{margin-bottom:31px;}
    .gift_card .gold_box .box .text_highlight .text-1{font-size:29px;line-height:29px;}
    .gift_card .gold_box .box .text_highlight .text-2{font-size:66px;line-height:59px;}
    .gift_card .gold_box .box .text_highlight .text-3{font-size:79px;line-height:59px;}
    .gift_card .gold_box .box .text_highlight .text-4{font-size:73px;line-height:73px;}
    .gift_card .gold_box .box .desc{font-size:22px;line-height:28px;margin-bottom:37px;}
    .gift_card .gold_box .box .desc .big{font-size:26px;}
    .gift_card .gold_box .box .btn{width:280px;height:60px;line-height:58px;font-size:31px;margin-bottom:36px;}
    .gift_card .gold_box .box .rule_text{line-height:22px;font-size:22px;}
    
    .gift_card .gold_banner{margin-bottom:50px;}
    .gift_card .brandsgift_list.brands_list .image .restaurantsBanner {margin-bottom: 50px;}
    .gift_card .brands_list .title{height:80px;line-height:74px;margin-bottom:27px;font-size:31px;}
    .gift_card .brands_list ul{margin-left:-20px;}
    .gift_card .brands_list ul > li{padding-left:20px;margin-bottom:17px;}
    .gift_card .brands_list .big ul > li{margin-bottom:20px;}
    
    .gift_card .brandsgift_list.brands_list ul > li{margin-bottom:30px;}

    .gift_card .gift_box.gold_box .box{padding:75px 59px 39px 80px;}
    .gift_card .gift_box.gold_box .box .title{font-size:26px;line-height:34px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:26px;}
    .gift_card .gift_box.gold_box .box .btn{width:280px;}
    .gift_card .gift_box.gold_box .box .double-btn .btn{width:240px;}
    .gift_card .gold_banner .role_link{font-size:28px;}
    .gift_card .gift_box.gold_box .box .double-btn .btn{width:277px;font-size:24px;}
}
@media screen and (min-width: 1800px) {
    .gift_card{padding-bottom:139px;}
    .gift_card .credit_balance_section{padding:44px 0 47px;}
    .gift_card .credit_balance_section .customSelect .list ul{max-height:160px;}
    .gift_card .credit_balance_section .title_one{margin-bottom:47px;}
    .gift_card .credit_balance_section .box{padding:27px 41px 32px 46px;font-size:25px;line-height:36px;}
    .gift_card .credit_balance_section .box .top{margin-bottom:32px;}
    .gift_card .credit_balance_section .box .bottom{margin-left:-30px;}
    .gift_card .credit_balance_section .box .bottom .col{width:23.9%;padding-left:30px;}
    /*.gift_card .credit_balance_section .box .bottom .col:nth-child(2){width:26.1%;}*/
    .gift_card .credit_balance_section .box .bottom .col:nth-child(3){width:15.4%;padding-left:66px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(5){width:20%;}
    .gift_card .credit_balance_section .box .bottom .col input[type='text']{height:50px;}
    .gift_card .credit_balance_section .box .bottom .label .tooltip .help{font-size:22px;}
    .gift_card .credit_balance_section .box .bottom .inputs_card{padding-left:7px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date .input:first-child:after{line-height:50px;font-size:19px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date .customSelect .title{height:50px;line-height:44px;}
    .gift_card .credit_balance_section .box .bottom .inputs_date .customSelect .title .fa{line-height:47px;}
    .gift_card .credit_balance_section .box .bottom .btn{height:50px;font-size:24px;}
    .gift_card .credit_balance_section .box .bottom .sum{line-height:28px;padding:5px 14px 7px;}
    .gift_card .credit_balance_section .box .bottom .sum div strong{width:146px;}
    .gift_card .credit_balance_section .rule_text{font-size:20px;line-height:20px;}
    .gift_card .credit_balance_section.gold_iframe{margin-left:-70px;margin-right:-70px;}
    .gift_card .credit_balance_section.gold_iframe .iframe{height:320px;}
    
    .gift_card .gold_box{margin-bottom:60px;}
    .gift_card .gold_box .box{width:840px;padding:29px 64px 39px 120px;}
    .gift_card .gold_box .box .logo_gold{width:483px;margin-bottom:30px;}
    .gift_card .gold_box .box .logo_gold.logo_gift{width: 355px;}
    .gift_card .gold_box .box .text_highlight{margin-bottom:36px;}
    .gift_card .gold_box .box .text_highlight .text-1{font-size:33px;line-height:33px;}
    .gift_card .gold_box .box .text_highlight .text-2{font-size:75px;line-height:68px;}
    .gift_card .gold_box .box .text_highlight .text-3{font-size:90px;line-height:70px;}
    .gift_card .gold_box .box .text_highlight .text-4{font-size:83px;line-height:83px;}
    .gift_card .gold_box .box .desc{font-size:25px;line-height:33px;margin-bottom:42px;}
    .gift_card .gold_box .box .desc .big{font-size:30px;}
    .gift_card .gold_box .box .btn{width:330px;height:70px;line-height:68px;font-size:35px;margin-bottom:41px;}
    .gift_card .gold_box .box .rule_text{line-height:25px;font-size:25px;}
    
    .gift_card .gold_banner{margin-bottom:60px;}
    .gift_card .brandsgift_list.brands_list .image .restaurantsBanner {margin-bottom:60px;}
    .gift_card .brands_list .title{height:100px;line-height:94px;margin-bottom:32px;font-size:35px;}
    
    .gift_card .brandsgift_list.brands_list ul > li{margin-bottom:40px;}
    
    .gift_card .gift_box.gold_box .box{padding:85px 69px 49px 90px;}
    .gift_card .gift_box.gold_box .box .title{font-size:30px;line-height:38px;margin-bottom:33px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:30px;margin-top:-3px;}
    .gift_card .gift_box.gold_box .box .btn{width:300px;top:2px;}
    
    .gift_card .gold_banner .role_link{font-size:32px;}
}

/* Gift card - 26.12.17 */
.gift_card .gold_box .box .rule_text a,.gift_card .gold_box .box .rule_text a:hover{color:#0A15F8;}
.gift_card .gold_box .box{padding:10px 16px 27px 16px;width:100%;}
.gift_card .gold_box .box .logo_gold{right:0;position:relative;width:256px;margin-bottom:24px;}
.gift_card .gold_box .box .highlight_list > li{position:relative;padding-right:54px;margin-bottom:16px;}
.gift_card .gold_box .box .highlight_list > li .icon{width:38px;position:absolute;right:0;top:9px;}
.gift_card .gold_box .box .highlight_list > li .title{color:#D31242;font-size:27px;font-weight:900;line-height:1.1142;transform:scaleX(0.95);transform-origin:100% 50%;}
.gift_card .gold_box .box .highlight_list > li .desc{color:#000;font-size:17px;font-weight:400;line-height:1.1;margin-bottom:0;transform:scaleX(0.95);transform-origin:100% 50%;}
.gift_card .gold_box .box .highlight_list > li .desc strong{font-size:20px;color:#B89750;font-weight:700;line-height:1.08;}
.gift_card .gold_box .box .desc_text{color:#000;font-size:20px;font-weight:400;line-height:1;margin-bottom:24px;padding-top:8px;transform:scaleX(0.95);transform-origin:100% 50%;letter-spacing:-0.02em;position:relative;right:0;}
.gift_card .gold_box .box .btn{margin-bottom:16px;}
.gift_card .gold_box .box .rule_text{position:relative;right:0;}

.gift_card .gold_banner .role_link{font-size:18px;font-weight:300;background:#000;opacity:0;}
.gift_card .gold_banner .role_link a{color:#FFF;}

.gift_card .brands_list .title{margin-bottom:19px;}
.gift_card .brands_list .title.title_sec{line-height:1;height:auto;background:#FFF;color:#1E1C16;margin-bottom:37px;transform:scaleX(0.95);}

@media screen and (max-width: 767px) {
    .gift_card .gold_box{padding-bottom: 198px;}
    .gift_card .credit_balance_section .box .bottom .col:nth-child(2) {width: 24%;}
    .gift_card .gift_box.gold_box .box img{width:100%!important;}
}
@media screen and (min-width: 768px) {
    .gift_card .gold_box .box{padding:13px 30px 27px 140px;width:500px;}
    .gift_card .gold_box .box .logo_gold{right:-5px;width:341px;margin-bottom:23px;}
    .gift_card .gold_box .box .highlight_list > li{padding-right:55px;margin-bottom:17.4px;}
    .gift_card .gold_box .box .highlight_list > li .icon{width:41px;}
    .gift_card .gold_box .box .highlight_list > li .title{font-size:28px;}
    .gift_card .gold_box .box .highlight_list > li .desc{font-size:16px;}
    .gift_card .gold_box .box .desc_text{margin-bottom:23px;padding-top:9px;right:-4px;}
    .gift_card .gold_box .box .btn{margin-bottom:12px;}
    .gift_card .gold_box .box .rule_text{right:-5px;}
    
    
    .gift_card .brands_list .title.title_sec{font-size:22px;}
}
@media screen and (min-width: 1024px) {
    .gift_card .gold_box .box{padding:10px 48px 22px 0;width:580px;}
    .gift_card .gold_box .box .logo_gold{right:-4px;width:273px;margin-bottom:18px;}
    .gift_card .gold_box .box .highlight_list > li{padding-right:60px;margin-bottom:17.3px;}
    .gift_card .gold_box .box .highlight_list > li .icon{width:45px;top:7px;}
    .gift_card .gold_box .box .highlight_list > li .title{font-size:22px;}
    .gift_card .gold_box .box .highlight_list > li .desc{font-size:13px;}
    .gift_card .gold_box .box .highlight_list > li .desc strong{font-size:16px;}
    .gift_card .gold_box .box .desc_text{font-size:16px;margin-bottom:18px;padding-top:7px;right:-3px;}
    .gift_card .gold_box .box .btn{margin-bottom:10px;}
    .gift_card .gold_box .box .rule_text{right:-4px;}
    
    .gift_card .gold_banner .role_link{font-size:14px;}
    
    .gift_card .brands_list .title{margin-bottom:15px;}
    .gift_card .brands_list .title.title_sec{margin-bottom:30px;font-size:20px;}
}
@media screen and (min-width: 1280px) {
    .gift_card .gold_box .box{padding:13px 60px 27px 0;width:725px;}
    .gift_card .gold_box .box .logo_gold{right:-5px;width:341px;margin-bottom:23px;}
    .gift_card .gold_box .box .highlight_list > li{padding-right:75px;margin-bottom:17.4px;}
    .gift_card .gold_box .box .highlight_list > li .icon{width:56px;top:9px;}
    .gift_card .gold_box .box .highlight_list > li .title{font-size:28px;}
    .gift_card .gold_box .box .highlight_list > li .desc{font-size:16px;}
    .gift_card .gold_box .box .highlight_list > li .desc strong{font-size:20px;}
    .gift_card .gold_box .box .desc_text{font-size:20px;margin-bottom:23px;padding-top:9px;right:-4px;}
    .gift_card .gold_box .box .btn{margin-bottom:12px;}
    .gift_card .gold_box .box .rule_text{right:-5px;}
    
    .gift_card .gold_banner .role_link{font-size:18px;}
    
    .gift_card .brands_list .title{margin-bottom:19px;}
    .gift_card .brands_list .title.title_sec{margin-bottom:37px;font-size:25px;}
}
@media screen and (min-width: 1440px) {
    .gift_card .gold_box .box{padding:14px 67px 30px 0;width:805px;}
    .gift_card .gold_box .box .logo_gold{right:-6px;width:379px;margin-bottom:26px;}
    .gift_card .gold_box .box .highlight_list > li{padding-right:83px;}
    .gift_card .gold_box .box .highlight_list > li .icon{width:62px;top:10px;}
    .gift_card .gold_box .box .highlight_list > li .title{font-size:31px;}
    .gift_card .gold_box .box .highlight_list > li .desc{font-size:18px;}
    .gift_card .gold_box .box .highlight_list > li .desc strong{font-size:22px;}
    .gift_card .gold_box .box .desc_text{font-size:22px;margin-bottom:26px;padding-top:10px;}
    .gift_card .gold_box .box .btn{margin-bottom:13px;}
    
    .gift_card .gold_banner .role_link{font-size:20px;}
    
    .gift_card .brands_list .title{margin-bottom:21px;}
    .gift_card .brands_list .title.title_sec{margin-bottom:41px;font-size:27px;}
}
@media screen and (min-width: 1800px) {
    .gift_card .gold_box .box{padding:16px 76px 34px 0;width:915px;}
    .gift_card .gold_box .box .logo_gold{right:-7px;width:431px;margin-bottom:29px;}
    .gift_card .gold_box .box .highlight_list > li{padding-right:94px;margin-bottom:17.5px;}
    .gift_card .gold_box .box .highlight_list > li .icon{width:70px;top:11px;}
    .gift_card .gold_box .box .highlight_list > li .title{font-size:35px;}
    .gift_card .gold_box .box .highlight_list > li .desc{font-size:20px;}
    .gift_card .gold_box .box .highlight_list > li .desc strong{font-size:25px;}
    .gift_card .gold_box .box .desc_text{font-size:25px;margin-bottom:29px;padding-top:11px;}
    .gift_card .gold_box .box .btn{margin-bottom:15px;}
    .gift_card .gold_box .box .rule_text{right:-6px;}
    
    .gift_card .gold_banner .role_link{font-size:23px;}
    
    .gift_card .brands_list .title{margin-bottom:24px;}
    .gift_card .brands_list .title.title_sec{margin-bottom:47px;font-size:35px;}
}

/* Gift card 02 - 26.12.17 */
.gift_card .gift_box.gold_box .box{padding:24px 16px 24px 16px;}
.gift_card .gift_box.gold_box .box .title{font-size:18px;font-weight:400;text-align:center;color:#D41E41;line-height:1.2;width:100%;margin-bottom:8px;}
.gift_card .gift_box.gold_box .box .center_content{ text-align:center; line-height:1.2;margin-bottom:8px;width:100%; }
.gift_card .gift_box.gold_box .box .title .big{font-size:22px;line-height:1.2;display:block;}
.gift_card .gift_box.gold_box .box .title strong{font-weight:700;}
.gift_card .gift_box.gold_box .box .logo_gold{width:256px;margin-right:0;margin-bottom:16px;}
.gift_card .gift_box.gold_box .box .desc{font-size:18px;font-weight:400;line-height:1.2;margin-bottom:24px;}
.gift_card .gift_box.gold_box .box .desc .big{font-size:22px;line-height:1.1333;display:block;margin-bottom:8px;}
.gift_card .gift_box.gold_box .box .desc strong{font-weight:700;font-size:20px;}
.gift_card .gift_box.gold_box .box .high_text{padding:12px 0 16px;}
.gift_card .gift_box.gold_box .box .btn{margin-bottom:14px;}
.gift_card .gift_box.gold_box .box .rule_text{right:0;transform:none;}

@media screen and (max-width: 767px) {
    .gift_card .gift_box.gold_box .box .logo_gold{margin:0 auto;margin-bottom:16px;}
    .gift_card .gift_box.gold_box{padding-bottom: 0px;}
}
@media screen and (min-width: 768px) {
    .gift_card .gift_box.gold_box .box{padding:17px 30px 23px 125px;}
    .gift_card .gift_box.gold_box .box .title{font-size:20px;width:330px;margin-bottom:3px;}
    .gift_card .gift_box.gold_box .box .center_content{ text-align:center; line-height:1.2;margin-bottom:2px;font-size:16px;width:330px; }
    .gift_card .gift_box.gold_box .box .title .big{font-size:23px;}
    .gift_card .gift_box.gold_box .box .logo_gold{width:330px;}
    .gift_card .gift_box.gold_box .box .desc{font-size:20px;margin-bottom:14px;}
    .gift_card .gift_box.gold_box .box .desc .big{font-size:23px;margin-bottom:5px;}
}
@media screen and (min-width: 1024px) {
    .gift_card .gift_box.gold_box .box{padding:14px 44px 18px 57px;}
    .gift_card .gift_box.gold_box .box .title{font-size:16px;width:350px;margin-bottom:2px;}
    .gift_card .gift_box.gold_box .box .center_content{ text-align:center; line-height:1.2;margin-bottom:2px;font-size:16px;width:350px; }
    .gift_card .gift_box.gold_box .box .title .big{font-size:18px;}
    .gift_card .gift_box.gold_box .box .logo_gold{width:320px;margin-right:19px;margin-bottom:13px;}
    .gift_card .gift_box.gold_box .box .desc{font-size:16px;margin-bottom:11px;}
    .gift_card .gift_box.gold_box .box .desc .big{font-size:18px;margin-bottom:4px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:16px;}
    .gift_card .gift_box.gold_box .box .high_text{padding:10px 0 13px;}
    .gift_card .gift_box.gold_box .box .btn{margin-bottom:11px;}
}
@media screen and (min-width: 1280px) {
    .gift_card .gift_box.gold_box .box{padding:17px 55px 23px 71px;}
    .gift_card .gift_box.gold_box .box .title{font-size:20px;width:437px;margin-bottom:3px;}
    .gift_card .gift_box.gold_box .box .center_content{ text-align:center; line-height:1.2;margin-bottom:2px;font-size:20px;width:437px; }
    .gift_card .gift_box.gold_box .box .title .big{font-size:23px;}
    .gift_card .gift_box.gold_box .box .logo_gold{width:400px;margin-right:24px;margin-bottom:16px;}
    .gift_card .gift_box.gold_box .box .desc{font-size:20px;margin-bottom:14px;}
    .gift_card .gift_box.gold_box .box .desc .big{font-size:23px;margin-bottom:5px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:20px;}
    .gift_card .gift_box.gold_box .box .high_text{padding:12px 0 16px;}
    .gift_card .gift_box.gold_box .box .btn{margin-bottom:14px;}
}
@media screen and (min-width: 1440px) {
    .gift_card .gift_box.gold_box .box{padding:19px 61px 25px 79px;}
    .gift_card .gift_box.gold_box .box .title{font-size:22px;width:486px;}
    .gift_card .gift_box.gold_box .box .center_content{ text-align:center; line-height:1.2;margin-bottom:2px;font-size:22px;width:486px; }
    .gift_card .gift_box.gold_box .box .title .big{font-size:26px;}
    .gift_card .gift_box.gold_box .box .logo_gold{width:444px;margin-right:27px;margin-bottom:18px;}
    .gift_card .gift_box.gold_box .box .desc{font-size:22px;margin-bottom:16px;}
    .gift_card .gift_box.gold_box .box .desc .big{font-size:26px;margin-bottom:6px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:22px;}
    .gift_card .gift_box.gold_box .box .high_text{padding:13px 0 18px;}
    .gift_card .gift_box.gold_box .box .btn{margin-bottom:16px;}
    .gift_card .gift_box.gold_box .box .center_content.double-btn{width:600px;}
}
@media screen and (min-width: 1800px) {
    .gift_card .gift_box.gold_box .box{padding:22px 69px 28px 90px;}
    .gift_card .gift_box.gold_box .box .title{font-size:25px;width:552px;}
    .gift_card .gift_box.gold_box .box .center_content{ text-align:center; line-height:1.2;margin-bottom:2px;font-size:25px;width:552px; }
    .gift_card .gift_box.gold_box .box .title .big{font-size:30px;}
    .gift_card .gift_box.gold_box .box .logo_gold{width:504px;margin-right:31px;margin-bottom:20px;}
    .gift_card .gift_box.gold_box .box .desc{font-size:25px;margin-bottom:18px;}
    .gift_card .gift_box.gold_box .box .desc .big{font-size:30px;margin-bottom:7px;}
    .gift_card .gift_box.gold_box .box .desc strong{font-size:25px;}
    .gift_card .gift_box.gold_box .box .high_text{padding:15px 0 21px;}
    .gift_card .gift_box.gold_box .box .btn{margin-bottom:18px;}
}


input[type=text].submited.ng-empty{
    border-color:red;
}
.error_text{
    color:red;
}

