@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat/Montserrat-Regular.ttf);
   }
@font-face {
    font-family: Kanit;
    src: url(../font/Kanit/Kanit-Regular.ttf);
   }
* {
	margin:0;
	padding: 0;
	text-decoration:none;
	box-sizing: border-box;
	margin: auto 0 auto 0;
	outline: none;
}
body {
	width: 1170px;
	margin:0 auto 0 auto;
	background: url(../img/background-05.jpg) 100% 100% /cover;
	background-attachment: fixed;
}
.flex-clm {
	display: flex;
	flex-direction: column;
}
.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.flex-row-bet {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.mar-auto {
	margin: auto;
}
.marleft-auto {
	margin-left: auto;
}
header,main,footer {
	background-color: white;
	box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.3);
	padding: 15px;
}
header {
	background: url(../img/header-background.jpg) no-repeat 100% 100% /cover;
}
.borrad-header {
	border-radius: 0 0 30px 30px;
	margin-bottom: 15px;
	overflow: hidden;
}
.win-sale {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.win-successful {
	display: none;
    justify-content: center;
    align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.win-successful-close {
	display: flex;
}
.win-sale::after,.win-successful::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.win-sale-block {
	display: flex;
    justify-content: center;
    align-items: center;
}
.win-sale-content,.win-successful-content {
	animation-name: move;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: fixed;
  	width: 400px;
  	display: flex;
  	flex-direction: column;
	background-color: white;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.3);
	padding: 25px;
	border-radius: 30px;
	z-index: 2;
}
.win-successful-content {
	overflow: hidden;
}
.win-successful-content img {
	transform: scale(1.4);
    align-self: center;
}
.win-successful-content h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 30px;
	color: #484d51;
	margin: 50px auto 10px auto;
	text-align: center;
}
.win-successful-content h5 {
	font-size: 24px;
	font-weight: 100;
}
.button-successful{
	display: flex;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-decoration: none;
    border: none;
    border-radius: 7px;
    color: white;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
    background: #E24C4B;
	align-self: center;
    padding: 5px 50px;
    margin-top: 15px;
}
.button-successful:hover {
	background: #BB2524;
}
.button-successful:active {
	background: #ffffff;
	color: black;
}
.borr
@keyframes move {
	0% {
		transform: translateY(-100%);
	}
	25% {
		transform: translateY(10.27%);
	}
	50% {
		transform: translateY(-4.88%);
	}
	75% {
		transform: translateY(2.63%);
	}
	100% {
		transform: translateY(0%);
	}
}
.win-sale-content a {
	align-self: flex-end;
	margin-left: auto;
}
.self-start {
	align-self: flex-start;
}
.price-line {
	display: flex;
    justify-content: center;
    margin-top: 8px;
}
#close {
	position: absolute;
}
#close:hover {
	filter: brightness(1.2);
}
.kassa {
	display: flex;
	justify-content: center;
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 40px;
	color: #484d51;
}
#mail-id {
	width: 100%;
	font-style:italic;
	border-radius: 12px;
	border: 1px solid #bcbcbc;
    box-shadow: inset 0 1px 1px #bcbcbc;
    padding: 6px 10px;
    color: #555;
    margin: 7px 0px 7px 0;
    font-size: 20px;
}
label {
	    font-size: 18px;
	        margin: 15px 0px;
}
#mail-id:focus {
    outline: none;
}
.kassa-head {
	margin: auto 0 0 0;
	vertical-align: middle;
	padding: 0 10px;
}
form {
	font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
}
output {
	padding: 2px 5px 0px 5px;
  font-family: "Roboto", sans-serif;
  vertical-align: middle;
  border-radius: 5px;
  margin-bottom: 4px;
}
output::after {
	content:" шт.";
}
.button-pay {
	display: flex;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	text-decoration: none;
	border: none;
	padding: 5px 10px;
	border-radius: 7px;
	color:white;
	box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.3);
	background: #E24C4B;
	cursor:pointer;
	    margin: 15px;
	    margin-right: 45px;
}
.button-pay:hover {
	background: #BB2524;
}
.button-pay:active {
	background: #ffffff;
	color: black;
}
.borrad-main {
	border-radius: 30px 30px 30px 30px;
	margin:15px 0 15px 0;
}
.borrad-footer {
	border-radius: 30px 30px 0 0;
	margin-top: 15px;
}
header span {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	display: inline-block;
    text-align: center;
}
header img {
	margin: 0 auto 0 auto;
}
h3 {
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-size: 54px;
	color: #565656;
}
h5 {
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-size: 30px;
	color: #565656;
}
header p {
	display: inline-block;
	width: 250px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	padding: 15px 0 0 0;
}
.header-main {
	text-align: center;
	font-family: 'Kanit', sans-serif;
	font-size: 54px;
	color: #565656;
	line-height: 50px;
	padding:1px 15px 1px 15px;  
}
fieldset {
	position: relative;
  margin-bottom: 15px;
  padding: 0 20px 8px 20px;
  border: 10px solid #008ae8;
  border-radius: 30px;
  text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
}
fieldset img {
	margin-right: 10px;
}
.cart {
	display: flex;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	padding: 5px;
	border-radius: 7px;
	color:#0D0D0D;
	font-weight: 400;
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.3);
	background: #ebf1f6;
	background: #ffffff;
	background: linear-gradient(45deg, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 );
}
.cart:hover {
	background: linear-gradient(180deg, #FFE85A -100%,#3A3A3A 0%); 
	transition: linear 0.2s;
	color:white;
}
.cart::before {
	content: " ";
	width: 25px;
	height: 25px;
	position: relative;
	display: block;
	margin-right: 5px;
	background: url(../img/cart.svg) no-repeat;
}
.lowcount {
	filter: grayscale(100%);
    color: #c1c1c1;
}
.table-items {
	width: 100%;
}
.name-td {
	justify-content: flex-start;
	height: auto;
    max-width: 500px;
    display: flex;
}
.name-td::before {
	align-self: center;
	content: " ";
	min-width: 25px;
	height: 25px;
    position: relative;
    margin-right: 5px;
	background: url(../img/vk.svg) no-repeat;
}

.head-items {
	font-weight: bold;
	height: 60px;
}
.list-item:hover {
	position: relative;
	background-color: #FFFFC1; 
	cursor: pointer;
}
.list-item span::after {
	content: " руб.";
}
footer {
	background: url(../img/background-footer.svg) no-repeat 50% 33% /cover;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
footer span {
	display: inline-block;
	font-size: 24px;
	width: 250px;
}
footer h3 {
	color: white;
}
.copyright {
	text-align: center;
}



input[type=range] {
  height: 28px;
  -webkit-appearance: none;
  margin: -2px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 2px #000000;
  background: #FFD500;
  border-radius: 25px;
  border: 1px solid #949494;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 2px #828282;
  border: 1px solid #8A8A8A;
  height: 20px;
  width: 35px;
  border-radius: 6px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -9px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFD500;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 2px #000000;
  background: #FFD500;
  border-radius: 25px;
  border: 1px solid #949494;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 2px #828282;
  border: 1px solid #8A8A8A;
  height: 20px;
  width: 35px;
  border-radius: 6px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #FFD500;
  border: 1px solid #949494;
  border-radius: 50px;
  box-shadow: 0px 0px 2px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #FFD500;
  border: 1px solid #949494;
  border-radius: 50px;
  box-shadow: 0px 0px 2px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 2px #828282;
  border: 1px solid #8A8A8A;
  height: 20px;
  width: 35px;
  border-radius: 6px;
  background: #FFFFFF;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #FFD500;
}
input[type=range]:focus::-ms-fill-upper {
  background: #FFD500;
}
.servicef {
	display: none;
}
.serviceformon {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}
#hforcountline {
	margin-top: 10px;
}
#city__id {
	width: 60%;
    font-style: italic;
    border-radius: 12px;
    border: 1px solid #bcbcbc;
    box-shadow: inset 0 1px 1px #bcbcbc;
    padding: 6px 10px;
    color: #555;
    margin: 7px auto 7px auto;
}
#mailtext_id {
	width: 100%;
    font-style: italic;
    border-radius: 12px;
    border: 1px solid #bcbcbc;
    box-shadow: inset 0 1px 1px #bcbcbc;
    padding: 6px 10px;
    color: #555;
    margin: 7px auto 7px auto;
}
#randomize {
	width: 20px;
	height: 20px;
	font-style: italic;
    border-radius: 12px;
    padding: 6px 10px;
    color: #555;
    margin-right: 5px;
}
.servrandomizenone {
	display: none;
}
.selectcity {
	display: none;
}
.selectcityon {
	display: block;
}
.servrandomize {
	display: flex;
    justify-content: center;
}