@media only screen and (max-width: 960px) {

@font-face {
    font-family: 'SegoeUI';
    src: url(../fonts/subset-SegoeUI.woff) format("woff"), url(../fonts/subset-SegoeUI.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
@font-face {
    font-family: 'SegoeUI Semibold';
    src: url(../fonts/subset-SegoeUI-Semibold.woff) format("woff"), url(../fonts/subset-SegoeUI-Semibold.ttf) format("truetype");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility
}
section{
	width:unset;
	float:unset;
}
#order-post{
	width: unset;
	position: unset;
	margin: unset;
}
.button {
     margin: 0 auto 0 auto;
    display: block;
    -webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
    position: absolute;
    color:#fff;
    text-align:center;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.5);
    border-bottom: 2px solid rgba(0,0,0,0.5);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5), /* Exterior Shadow */
      inset 0 1px rgba(255,255,255,0.3), /* Top light Line */
      inset 0 10px rgba(255,255,255,0.2), /* Top Light Shadow */
      inset 0 10px 20px rgba(255,255,255,0.25), /* Sides Light Shadow */
      inset 0 -15px 30px rgba(0,0,0,0.3); /* Dark Background */
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5),
      inset 0 1px rgba(255,255,255,0.3),
      inset 0 10px rgba(255,255,255,0.2),
      inset 0 10px 20px rgba(255,255,255,0.25),
      inset 0 -15px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5),
      inset 0 1px rgba(255,255,255,0.3),
      inset 0 10px rgba(255,255,255,0.2),
      inset 0 10px 20px rgba(255,255,255,0.25),
      inset 0 -15px 30px rgba(0,0,0,0.3);
}

video{
	  width: 100%;
	  z-index: 0;
}

body{background-color: #fafafa;font-family: 'SegoeUI';font-size: 14px;line-height: 18px;margin: 0 auto;}
.header{
	position:fixed;
	background: white;
	/* width: 450px; */
	height: 20px;
	z-index:2000;
	padding: 15px;
	margin: 0px auto 0 auto;
	border-bottom: 1px solid #e6e6e6;
	top: 0;
	/* left: unset; */
} 
.header span{
	font-family:'pattaya';
	float: left;
	font-size: 28px;
	margin-left: 12px;
	/* margin-left: calc((100% - 480px)/2); */
} 
.header-title{

}
.header-button{
	  float: right;
	  color: #fff; /* Ñ†Ð²ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚Ð° */
	  text-decoration: none; /* ÑƒÐ±Ð¸Ñ€Ð°Ñ‚ÑŒ Ð¿Ð¾Ð´Ñ‡Ñ‘Ñ€ÐºÐ¸Ð²Ð°Ð½Ð¸Ðµ Ñƒ ÑÑÑ‹Ð»Ð¾Ðº */
	  user-select: none; /* ÑƒÐ±Ð¸Ñ€Ð°Ñ‚ÑŒ Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ðµ Ñ‚ÐµÐºÑÑ‚Ð° */
	  background: #ff5400; /* Ñ„Ð¾Ð½ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
	  outline: none; /* ÑƒÐ±Ð¸Ñ€Ð°Ñ‚ÑŒ ÐºÐ¾Ð½Ñ‚ÑƒÑ€ Ð² Mozilla */
	  border: unset;
	  padding: 10px 20px;
	  margin-top: -9px;
	  border-radius: 2px;
	  font-size: 16px;
	  /* font-weight: 500; */
	  font-family: 'Roboto';
	}  

.banner{
 margin-top:40px;
 margin-bottom: -90px;
}
.banner img{
	width:100%
}


.banner-row{
	text-align: center;
	bottom: 94px;
	position: relative;
	height: 50px;
	color:white;
	font-size: 26px;
	line-height: 26px;
	padding: 20px 10px;
	vertical-align: middle;
	text-shadow: 2px 3px 4px rgb(0, 0, 0);
	/* box-shadow:0 -15px 66px 0px rgba(100,216,243,.7); */
	background: linear-gradient(45deg, rgba(255,175,189,.7), rgba(100,216,243,.7), rgba(234,236,198,.7), rgba(245,146,176,.7), rgba(52,219,216,.7)) 0 0 / 1000% no-repeat;
	-webkit-animation: gradientAnimation 40s ease infinite;
	animation: gradientAnimation 40s ease infinite;
}


@-webkit-keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
	50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}
@keyframes gradientAnimation {
	0%   { background-position: 0% 30%, 0 0;}
	50%  { background-position: 100% 70%, 0 0;}
	100% { background-position: 0% 30%, 0 0;}
}
.description-title{
	padding: 10px;
	/* width: 94%; */
	font-family: 'pattaya';
	text-align: center;
	font-size: 28px;
	height: 30px;
	line-height: 30px;
}
.order-title{
	padding: 10px;
	/* width: 94%; */
	font-family: 'pattaya';
	text-align: center;
	font-size: 28px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e6e6e6;	
}
.order-subtitle{text-align: center;font-size: 22px;margin: 14px auto;}	

.clearfix:after{content: '';display: block;clear: both;}
.cost-cont{
display:flex;
}
.cost-cont>div{
    position: relative;
    float: left;
    width: 50%;
    padding: 20px 15px 15px;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /* color: aliceblue; */
}
.cost-cont>div>span{
    display: block;
    padding: 2px 0 0;
    font-size: 34px;
    line-height: 1em;
    text-transform: none;
    letter-spacing: normal;
}
.cost-cont .old-cost>span{
    color: #262626;
}
.cost-cont .old-cost>span{
    text-decoration: line-through;
}
.cost-cont .new-cost>span{
    font-weight: 600;
    color: #f60;
}
.cost-cont .new-cost:after, .cost-cont .new-cost:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 1px;
    top: 56%;
    left: -15px;
    margin: -13px 0 0;
    background: #ddd;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    -moz-transform: rotate(50deg);
    transform: rotate(50deg);
}
.cost-cont .new-cost:after{
    margin: 13px 0 0;
    -webkit-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.form-order{
	margin: 20px auto 20px auto;
	width: max-content;
	text-align: center;
}
.phone{
    margin: 6px auto;
    height: 40px;
    width: 320px;
    background: #fafafa;
    border: solid 1px #dbdbdb;
    border-radius: 3px;
    font-size: 18px;
    padding: 4px 10px;
    letter-spacing: 2px;
    }
.button-order{
    background-color: #ff5400;
    border: unset;
    border-radius: 4px;
    color: #fafafa;
    position: relative;
    margin-top: 20px;
    font-size: 22px;
    font-family: 'Roboto';
    height: 60px;
    width: 280px;
    /* font-family:'Segoe UI'; */
    /* font-weight: bold; */
} 
.center{
	text-align:center;
	margin 10px auto 10px auto;
}

.content{
	width: 480px;
	margin: 0px auto 20px auto;
}
.post{
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin: 20px auto;
}
.title{
	display: inline-block;
	padding: 10px;
	width: 94%;
}
.title img{
	width: 34px;
	height: 34px;
	border-radius: 50%;
}
.customer{
	font-family: 'SegoeUI Semibold';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-top: -26px;
	margin-left: 20px;
}
.customer span{    
	display: block;
    font-size: 12px;
    color: #999;
}
.dots{
	display: inline-block;
	float: right;
	/* margin-left: 31px; */
	font-size: 30px;
}
.photo{
	
}
.photo img{
	width: 100%;
}
.play{
	background: url('play.png') no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	margin: 50px auto 0 auto;
	display: block;
	z-index: 1000;
}
.like{
	display: inline-block;
	width: max-content;
}
.like{
	opacity: 1;
	position: absolute;
	z-index: 1;
	-webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
	}
.liker{
 	opacity: 0;
 	position: absolute;
 	-webkit-transition-duration: .2s; 
 	-webkit-transition-timing-function: ease; 
}
.post-relike{
	width: max-content;
	font-family: 'SegoeUI Semibold';
	display: inline-block;
	margin-left: 20px;
}
.bookmark{
	float: right;
	display: inline-block;
}
.mark{
	opacity: 1;
	position: absolute;
	z-index: 1;
	-webkit-transition-duration: .2s;
    -webkit-transition-timing-function: ease;
	}
.markb{
 	opacity: 0;
 	position: absolute;
 	-webkit-transition-duration: .2s; 
 	-webkit-transition-timing-function: ease; 
}
.text{
	padding: 10px 20px;
}
.final-panel{
	
}
.control-panel{
	display: inline-block;
	width: 89%;
	padding: 8px 0px 8px 20px;
	height: 26px;
}

#get-order{
	display:block;
	margin-right: calc((100% - 430px)/2);
}
.politics {
    font-size: 12px;
    margin: -20px auto 20px auto;
    text-align: center;
}
.header img {
    width: 33px;
    float: left;
    margin-left: calc((100% - 514px)/2);
    top: -11px;
    position: relative;
}
#special-post{
    width: 480px;
    position: relative;
    margin: 20px auto 20px auto;
    display: block;
}
.special-title{font-size: 28px;}
.special-subtitle{font-size: 22px;}
.social{
	z-index: 10000;
	position: fixed;
	float: unset;
	right: 0;
	top: unset;
	bottom: 0;
	/* margin: 0 auto; */
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 6px 0 3px 0;
	border-top: 1px solid #e6e6e6;
}
.social img{
	height: 30px;
}
.social a{margin: 0 50px 0 50px;}
.helper{/* bottom:40px; */}
.helper-text{font-size: 16px;}


}