
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");
    font-weight: 400;
}


@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}
.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: 100%;
	height: 20px;
	z-index:2000;
	padding: 15px;
	margin: 0px auto 0 auto;
	border-bottom: 1px solid #e6e6e6;
	top: 0;
	/* left: calc(100vw - 1600px); */
	/* float: right; */
	left: 0;
} 
.header span{
	font-family:'pattaya';
	float: left;
	font-size: 28px;
	/* margin-left: calc((100% - 960px)/2); */
	margin-left: 14px;
} 
.header-title{

}
.header-button{
	  float: right;
	  color: #fff; /* цвет текста */
	  text-decoration: none; /* убирать подчёркивание у ссылок */
	  user-select: none; /* убирать выделение текста */
	  background: #ff5400; /* фон кнопки */
	  outline: none; /* убирать контур в Mozilla */
	  border: unset;
	  padding: 6px 16px;
	  margin-top: -6px;
	  border-radius: 2px;
	  font-size: 16px;
	  /* font-weight: 500; */
	  font-family: 'Roboto';
	  margin-right: 20px;
	}  

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


.banner-row{
	font-family: 'Poiret One', cursive;
	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: 22px;
	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;
    text-decoration-color: red;
}

.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: 34px;
    width: 260px;
    background: #fafafa;
    border: solid 1px #dbdbdb;
    border-radius: 3px;
    font-size: 16px;
    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: 50px;
    width: 260px;
    outline: none;
} 
.center{
	text-align:center;
	margin 10px auto 10px auto;
}

.content{
	width: 960px;
	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-weight:600; */
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-top: -26px;
	margin-left: 20px;
	font-family: Segoe UI Semibold;
}
.customer span{
	display: block;
	font-size: 12px;
	color: #999;
	font-weight: 400;
}
.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-weight:600; */
	display: inline-block;
	margin-left: 20px;
	font-family: Segoe UI Semibold;
}
.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;
}
section{
	width:600px;
	float:left;
}
#order-post{
	/* float:right; */
	width: 340px;
	position: fixed;
	/* float: left; */
	margin: 40px 0 0 calc(960px - 340px);
	z-index: 100;
}
#get-order {
    display: none;
}
.politics{font-size: 11px;margin: -20px auto 20px auto;text-align: center;}
.politics a{
	color: cornflowerblue;
}
.header img{
	width: 29px;
	float: left;
	margin-left: calc((100% - 990px)/2);
	top: -8px;
	position: relative;
	padding-left: 6px;
}
.header-line{
	width:1px;
	background:#000;
	height: 30px;
	position: relative;
	display: inline-block;
	float: left;
	margin-left: 14px;
	margin-top: -5px;
}
.accept{
	width: 60%;
	margin:20px auto;
}
.accept img{
	margin-left:0;
}
.ok-title{
   background: linear-gradient(to right, rgb(131, 58, 180), rgb(253, 29, 29), rgb(252, 176, 69));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-ok{
	text-align:center;
	margin:40px;
	font-size: 20px;
	line-height: 27px;
}
#time-ok{
font-family: 'pattaya';
color:#f60;	
}
#special-post{
    width: 340px;
    position: fixed;
    margin: 20px 0 0 calc(960px - 340px);
    display: block;
    /* margin-top: unset; */
}
.special-title{font-family: 'ubuntu';font-weight:600;color:#f60;text-align:center;border-bottom: 1px solid #e6e6e6;font-size: 22px;padding: 15px 10px;line-height: 24px;background: linear-gradient(to right, rgb(131, 58, 180), rgb(253, 29, 29), rgb(252, 176, 69));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.special-subtitle{text-align:center;font-family: 'roboto';padding: 15px 10px;font-size: 20px;line-height: 21px;}
.social{
	z-index: 10000;
	position: fixed;
	float: right;
	right: calc((100% - 940px)/2);
	top: 10px;
}
.social img{
	height: 30px;
}
.social a{
	margin-left:10px;
}
.helper{position: fixed;/* float: left; */left: 0;/* left: calc(-100vw + 960px); *//* width: 100%; */bottom: 0;/* border-radius: 5px; *//* border: 1px solid #e6e6e6; */z-index: 10000;display: none;}
.helper-text{
	display: inline-block;
	background: #fff8dc;
	height: max-content;
	min-width: 300px;
	width: calc(50vw - 120px);
	top: 20px;
	position: absolute;
	width: max-content;
	font-size: 20px;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: #0000008f 3px 4px 3px;
	border: 1px solid rgba(0,0,0,0.5);
	line-height: 22px;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease;
}
.helper img{
	height: 120px;
	display: inline-block;
	/* background: #fff8dce8; */
	/* text-shadow: #000 1px 1px 1px; */
}
.helper-text img{
	width:30px;
}
.show{
	display:block;

}
.helper-text strong{
    font-family: 'ubuntu';
    font-weight: 600;
    color: #f60;
     background: linear-gradient(to right, rgb(131, 58, 180), rgb(253, 29, 29), rgb(252, 176, 69));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;	
}
.footer {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    margin: 20px auto 60px auto;
    text-align: center;
}
.button-footer{
	  /* float: right; */
	  color: #fff; /* цвет текста */
	  text-decoration: none; /* убирать подчёркивание у ссылок */
	  user-select: none; /* убирать выделение текста */
	  background: #ff5400; /* фон кнопки */
	  outline: none; /* убирать контур в Mozilla */
	  border: unset;
	  padding: 12px 16px;
	  /* margin-top: -6px; */
	  border-radius: 2px;
	  font-size: 20px;
	  /* font-weight: 500; */
	  font-family: 'Ubuntu';
	  /* margin-right: 20px; */
	  display: block;
	  margin: 20px auto;
	  width: 220px;
	  height: 20px;
	  text-align: center;
	  border-radius: 5px;
}