@import "common.min.css";


.template-detail-section{
	background: #ffffff;
	background-color: #ffffff;
}
.detail-top{
	border-bottom: 1px solid #ddd;
}
.detail-top .warp{
	width: 100%;
    max-width: 1530px;
    padding: 0 15px;
    margin: auto;
}
.detail-main .block,
.detail-top .block{
	display: flex;
	justify-content: space-between;
}
.detail-top .designer{
	width: 25%;
	padding-left: 20px;
	display: flex;
	align-items: center;
	border-left: 1px solid #ddd;
}
.detail-top  .detail-top-info{
	padding: 25px 0;
	width: 100%;
}
.detail-top .detail-top-title{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.detail-top .bread-crumb{
	display: flex;
	margin: 25px 0;
	font-size: 12px;
}
.detail-top .bread-crumb span:not(:last-child){
	position: relative;
	padding-right: 30px;
	
}
.detail-top .bread-crumb span:not(:last-child):after{
	content: '/';
	display: block;
	position: absolute;
	right: 15px;
	top: -1px;
}
.detail-top .ranks {
	display: flex;
	justify-content: space-between;
}
.detail-top .ranks .tags-group{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.detail-top .ranks .tag{
	margin-left: -5px;
	margin-bottom: -5px;
	margin-right: 30px;
}
.detail-top .ranks .ids{
	font-size: 13px;
	margin-left: 30px;
	display: flex;
	align-items: center;
	line-height: 1.55;
}
.detail-top .ranks .ids span{
	margin-right: 10px;
}
.detail-top .ranks .ids i{
	font-size: 16px;
	color: #7a7a7a;
	cursor: pointer;
}
.detail-top .ranks .actions{
	line-height: 1.55;
}
.detail-top .ranks .actions span{
	display: inline-block;
	margin-right: 20px;
	color: #909090;
	cursor: pointer;
}
.detail-top .ranks .actions::selection,
.detail-top .ranks .actions span::selection{
	background: unset;
    color: unset;
}
.comment-ratings{
	display: flex;
	align-items: center;
}
.comment-ratings .rating svg{
	cursor: pointer;
}
.detail-main{
	padding: 50px 0;
}
.detail-main .warp{
	width: 100%;
    max-width: 1530px;
    padding: 0 15px;
    margin: auto;
}
.detail-main .thumbnail picture{
	display: block;
	padding: 15px;
}

.template-detail-section .thumbnail{
	margin-right: 35px;
}
.detail-info{
	width: 35%;
}
.service-list{
	font-size: 16px;
	font-weight: 500;
}

.list-items{
	padding-right: 50px;
	font-size: 14px;
	color: #6C6C6C;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
}
.list-items-plus{
	padding-right: 0;
}
.list-items .items>li{
	padding: 8px 8px 8px 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.list-items.list-items-plus .items>li{
	cursor: pointer;
}
.list-items.list-items-plus .items>li:hover{
	background-color: #f4f4f4;
}
.list-items .items>li span{
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 5px;
	top: 9.5px;
}
.list-items .items>li span{
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}
.list-items .items>li span.checked:after{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -1px;
    width: 17px;
    background-size: cover;
    height: 14px;
    background-position: center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20t%3D%221584420846673%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%224880%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20d%3D%22M411.40224%20562.176l385.20832-305.00864a53.0432%2053.0432%200%200%201%2070.20544%203.95264c18.432%2018.39104%2018.432%2048.00512%200%2066.39616l-423.7312%20422.37952a97.77152%2097.77152%200%200%201-143.79008-6.71744L155.2384%20569.42592a51.36384%2051.36384%200%200%201%203.33824-69.34528%2054.784%2054.784%200%200%201%2071.12704-5.12l92.61056%2068.608a73.40032%2073.40032%200%200%200%2089.088-1.39264z%22%20p-id%3D%224881%22%20fill%3D%22%23ff0000%22%20data-spm-anchor-id%3D%22a313x.7781069.0.i6%22%20class%3D%22selected%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E")
}
.list-items .items>li i.free{
	font-style: normal;
	color: #AEAEAE;
}

.list-items .items>li i.free::selection{
	background: unset;
    color: unset;
}
.list-items .items>li .price{
    font-family: "DINNeuzeitGroteskStd-Light";
	display: flex;
	align-items: flex-end;
	color: #006DDB;
	font-weight: 700
}
.list-items .items>li .price .original-price{
	text-decoration: line-through;
	margin-right: 15px;
	font-size: 13px;
	font-weight: 200;
	color: #AEAEAE;
}
.total{
	line-height: 1;
	padding: 15px 0 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.total .total--price{
	font-weight: bolder;
	font-size: 22px;
	color: #006DDB;
}
.total .total--price span{
    font-family: "DINNeuzeitGroteskStd-Light";
	font-size: 48px;
}
.links-group{
	display: flex;
	justify-content: space-between;
}
.links-group .btn-link{
	display: block;
    width: 140px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 23px;
    font-size: 14px;
    transition: cubic-bezier(0.94, 0, 0.58, 1) all .5s;
}
.links-group .btn-link.buy-now{
    width: 220px;
    font-size: 16px;
    background: linear-gradient(90deg, #0052CE, #40A4F5);
}
.links-group .btn-link.view-site{
	color: #333;
	border: 1px solid #ddd;
	/*background: linear-gradient(90deg, #7C939F, #b5c2c9);*/
}
.links-group .btn-link.get-plan{
	background: linear-gradient(90deg, #7C939F, #b5c2c9);
}
.plus-others{
	margin-top: 20px;
}
.others-grid{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-right: 8px;
}
.others-grid .price {
    font-family: "DINNeuzeitGroteskStd-Light";
    display: flex;
    color: #006DDB;
    font-weight: 700;
}
.others-grid-f{
	display: flex;
	flex-wrap: wrap;
}
.lang-select-infos{
	width: 100%;
	font-size: 12px;
	color: #bababa;
	padding-top: 10px;
}
.radios-group{
	display: flex;
}
.radios-group>div{
	display: flex;
	margin-right: 25px;
	align-items: center;
	cursor: pointer;
}
.radios-group .discount{
    padding: 0px 5px;
    font-size: 12px;
    background-color: #eb0000;
    border-radius: 5px;
    color: #fff;
}
.radios-group>div>span{
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #ddd;
	position: relative;
}
.radios-group>div>span.on{
	border: 1px solid #3DA0F3;
	-webkit-animation: 1.2s shake-animation both cubic-bezier(0.45, 0.05, 0.55, 0.95);
    animation: 1.2s shake-animation both cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.radios-group>div>span.on:after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #3DA0F3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@-webkit-keyframes shake-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  32% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes shake-animation {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  15% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  32% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.radios-group>div>label{
	font-size: 14px;
	cursor: pointer;
	margin: 0 5px;
}
.radios-group>div>input{
	width: 50px;
	font-size: 13px;
    padding: 1px 5px;
    color: #333;
    position: relative;
}
.others-item-title{
	margin-right: 20px;
}
.detail-others-block{
	padding-top: 80px;
}
.detail-others-block .top{
	margin-bottom: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #020202;
}
.lang-select {
	position: relative;
	width: 170px;
}
.lang-select .select-drop{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 2;
	background-color: #434343;
	padding: 5px 0;
	overflow: auto;
	height: 190px;
	display: none;
}
.lang-select .select-drop::-webkit-scrollbar-track {
    background-color: transparent;
}
.lang-select .select-drop::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
.lang-select .select-drop::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 3px;
}
.lang-select .select-drop li{
	padding: 7px 10px;
	font-size: 12px;
	color: #ddd;
	cursor: pointer;
}
.lang-select .select-drop li:hover{
	background-color: #333;
}
.lang-select input{
	font-size: 12px;
	padding: 5px 10px;
	color: #c2c2c2;
	width: 100%;
	cursor: pointer;
}
.lang-selected{
	margin-left: 20px;
	width: 430px;
	overflow: hidden;
}
.lang-selected span{
	position: relative;
	padding-right: 22px;
}
.lang-selected span i{
	position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    background: #fff;
    color: #b6b6b6;
    cursor: pointer;
}
.lang-selected span i:hover{
	color: #db0000;
}

.detail-others-block .detail-advantage{
	background: #2D3234;
	background-color: #2D3234;
	padding: 50px 0;
}
.detail-others-block .detail-advantage .warp{
	width: 1230px;
}
.detail-others-block .detail-advantage .detail-advantage-block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail-others-block .detail-advantage .detail-advantage-item{
	width: 40%;
	color: #ffffff;
	margin: 30px 0;
	display: flex;
	align-items: center;
}
.detail-others-block .detail-advantage .detail-advantage-item .sign{
	width: 57px;
	margin-right: 50px;
}
.detail-others-block .detail-advantage .detail-advantage-item h4{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.detail-others-block .detail-advantage .detail-advantage-item p{
	line-height: 2;
	color: #949494;
	font-size: 14px;
}
.detail-others-block .detail-service{
	padding-top: 20px;
}
.detail-others-block .detail-service .warp{
	width: 1330px;
}
.detail-others-block .detail-service .detail-service-block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.detail-others-block .detail-service .detail-service-item{
	padding: 0 20px;
}
.detail-others-block .detail-service .detail-service-item h4{
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding-left: 5px;
}
.detail-others-block .detail-service .detail-service-item h4 span{
	margin-right: 10px;
}
.detail-others-block .detail-service .detail-service-item .list-items{
	border: none;
	padding-right: 0;
}
.content-main{
    padding: 80px 15px;
    border-top: 1px solid #ddd;
}
.content-main .warp{
    max-width: 1300px;
}
.content-main .picture{
    width: calc(50% + 40px);
    float: right;
}
.content-main .description{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0 15px;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
    -ms-flex-pack: center;
}
.description .des-box{
    width: 100%;
    max-width: calc(50% + 40px);
    padding: 63px 63px 80px 63px;
    background-color: #fff;
    box-shadow:0px 7px 16px 2px rgba(0, 0, 0, 0.05);
    line-height: 2.2;
    color: #6f6f6f;
    font-size: 13px;
    z-index: 1;
    transition: linear all .5s;
}
.des-sign{
    font-weight: 700;
    font-size: 20px;
    color: #333;
}
.des-title{
    font-size: 24px;
    letter-spacing: 1.5px;
    padding: 30px 0; 
    color: #333;
}
.comment-form{
    margin-top: 50px;
    position: relative;
}
.comment-form textarea{
    width: 100%;
    padding: 20px;
    min-height: 190px;
    border: 1px solid rgba(199,199,199,1);
    border-radius:5px;
}
.comment-btn{
    margin-top: 50px;
    display: flex;
   	justify-content: flex-end;
}
.comment-btn .comment-submit{
	display: block;
    width: 130px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 23px;
    font-size: 14px;
	background: linear-gradient(90deg, #0052CE, #40A4F5);
    transition: cubic-bezier(0.94, 0, 0.58, 1) all .5s;
}
.reviews{
    padding-top: 50px;
}
.reviews-block{
    margin-top: 50px;
}
.reviews-list li+li{
	border-top: 1px solid rgb(240 240 240);
}
.reviews-list li{
    padding-top: 40px;
    padding-bottom: 40px;
}
.reviews-list li:nth-child(n+6){
	display: none;
}
.reviews-list li svg.user{
    border-radius: 50%;
}
.reviews-list-item .item-head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1;
    font-size: 0;
}
.reviews-list-item span.name{
    line-height: 40px;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}
.reviews-list-item time{
    color: #90a4ae;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
}
.reviews-list-item .item-head *::selection,
.reviews-list-item .item-head::selection,
.reviews-list-item time::selection{
	background: unset;
    color: unset;
}
.item-body{
    padding: 15px 0;
    font-size: 14px;
    line-height: 21px;
    color: #243238;
}
.ratings-inreviews{
	margin-top: 10px;
	width: 100%;
}

.checkout-detail-section{
	margin: 15px;
	background-color: #ffffff;
}
.checkout-detail-section .detail-info{
	width: 55%;
	margin: auto;
	padding-bottom: 50px;
}
.checkout-detail-section .links-group{
	justify-content: flex-end;
}

.dialog-pay{
	width: 400px;
	height: 200px;
	padding: 15px;
	position: relative;
    background: #F5F7F8;
    background-color: #F5F7F8;
}
.dialog-pay:before{
	content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    z-index: 0;
    background-color: #fff;
    background: #ffffff;
    background-color: #ffffff;
    border-radius: 8px;
}
.pay-confim{
	color: #333;
	position: relative;
	padding: 35px 15px;
}
.pay-confim h4{
	font-size: 22px;
	line-height: 1;
	letter-spacing: 1px;
	text-align: center;
	font-weight: 500;
}
.pay-confim h4 i{
	vertical-align: bottom;
}
.pay-confim-btns{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.pay-confim-btns a.link-confimed{
	display: block;
    width: 140px;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    border-radius: 23px;
    font-size: 16px;
    transition: cubic-bezier(0.94, 0, 0.58, 1) all .5s;
    background: linear-gradient(90deg, #f54007, #ff774b);
}

.reviews-load-more{
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.reviews-load-more a{
	width: 120px;
	padding: 12px 0;
	color: #333;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 23px;
    font-size: 14px;
    transition: cubic-bezier(0.94, 0, 0.58, 1) all .5s;
    display: flex;
    align-items: center;
	justify-content: center;
}
.reviews-load-more a span{
	margin-left: 5px;
}