@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,700italic,500italic,400italic,300italic,300,900italic);
@import url(https://fonts.googleapis.com/css?family=Exo:400,700,700italic,600italic,600);
body {
	font-family: "Roboto";
}

@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot");
	src: url("../fonts/fontawesome-webfont.eot?#iefix") format("eot"),
	url("../fonts/fontawesome-webfont.woff") format("woff"),
	url("../fonts/fontawesome-webfont.ttf") format("truetype"),
	url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
	font-weight: 400;
	font-style: normal;
}

.modal-sm {
	max-width: 670px;
	width: 100%;
}
.modal-content h1 {
	font-family: "Exo" bold;
	font-weight: 800;
	font-size: 36px;
	text-transform: uppercase;
	color: #ff183f;
	margin-top: 40px;
	margin-bottom: 50px;
	text-align: center;
}
#payment {
	text-align: center;
}
#payment input{
	color: #000;
}
#payment input, textarea {
	text-align: left;
	margin-bottom: 25px;
	max-width: 570px;
	width: 100%;
	height: 60px;
	background-color: #eceff1;
	border: none;
	font-family: "Roboto" regular;
	color:#000;
	font-size: 15px;
	padding-left: 20px;
}
#payment input:hover, textarea:hover, 
#payment input:focus, textarea:focus{
	border: 1px solid #ff183f;
}
#payment input[placeholder] {
	color: #878787;
}
#payment textarea {
	min-height: 180px;
	text-align: left;
}
#payment input[type="submit"] {
	max-width: 190px;
	text-align: center;
	background-color: #ff183f;
	border: none;
	font-size: 20px;
	font-family: "Roboto";
	font-weight: 500;
	color: #fff;
}

.myButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	padding:15px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton2:active {
	position:relative;
	top:1px;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;
	box-shadow:inset 0px 1px 0px 0px #fbafe3;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
	background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);
	background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);
	background-color:#ff5bb0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ee1eb5;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:25px;
	font-weight:bold;
	padding:12px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #c70067;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));
	background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);
	background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);
	background-color:#ef027d;
}
.myButton:active {
	position:relative;
	top:1px;
}

#fk_payment {
	text-align: center;
	padding-bottom: 25px;
}
#fk_payment input{
	color: #000;
}
#fk_payment input[type="text"], textarea {
	text-align: left;
	margin-bottom: 25px;
	max-width: 570px;
	width: 100%;
	height: 60px;
	background-color: #eceff1;
	border: none;
	font-family: "Roboto" regular;
	color:#000;
	font-size: 15px;
	padding-left: 20px;
}
#fk_payment input:hover, textarea:hover, 
#fk_payment input:focus, textarea:focus{
	border: 1px solid #ff183f;
}
#fk_payment input[placeholder] {
	color: #878787;
}
#fk_payment textarea {
	min-height: 180px;
	text-align: left;
}
#fk_payment input[type="submit"] {
	max-width: 190px;
	text-align: center;
	background-color: #ff183f;
	border: none;
	font-size: 20px;
	font-family: "Roboto";
	font-weight: 500;
	color: #fff;
}

.fk-price-form {
	font-size:20px;
	line-height:25px;
	font-weight:600;
	padding: 15px 0;
}




.row {
	max-width: 992px;
	margin: auto;
}
.top-line {
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 90px;
	background-color: #fff;
	box-shadow: 0px 1px 9.57px 1.43px rgba(0, 0, 0, 0.1);
}
.logo {
	margin: auto;
	text-align: center;
}
.menu {
	margin: 0;
	padding: 0;
}
.zakaz {
	margin: auto;
	text-align: center;
	padding-top: 5px;
}
.zakaz a:focus, a:hover {
	text-decoration: none;
	border:none;
}
.btn-zakaz {
	width: 190px;
	height: 52px;
	border-radius: 25px;
	background-color: #ff183f;
	border: none;
	font-size: 20px;
	font-family: "Roboto";
	font-weight: 500;
	color: #fff;
    padding-left: 10px !important;
}

.btn-zakaz:hover {
  background-color: #0e0054;
}

.cf #openup {
	display: none;
}
.top-line {

}
.cf {
	position: relative;
	width: 100%;
}
.cf ul {  
	padding: 0;  
	margin: auto;  
	width: 100%;
	list-style: none;
	line-height: 63px;
	text-align: center;
}
.cf li {
	display: inline;
	margin: auto;
	text-align: center;
	padding: 0 17px;
}
.cf li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: "Roboto";
}
.cf li a:hover {
	color: #ff183f;
}
@media screen and (max-width: 480px) {

	h1 {
		font-size: 2.8em;
	}

	.cf {
		height: auto;
		border-bottom: 0;
	}
	.cf ul {
		display: none;
		height: auto;
	}
	.cf li {
		width: 100%;
		float: left;
		position: relative;
	}
	.cf a {
		margin-top: 10px;
		height: 50px;
		text-align: left;
		width: 100%;
		text-indent: 25px;
		background: #fff;
		color: #000;
		font-family: "Roboto" sans-serif;
		font-weight: 700;
		text-transform: uppercase;
		


	}
	.cf a:hover {
		background: #fce7e7;
	}
	.cf a#openup:after {
		font-size: 30px;
		content: "|||";
		transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		/* IE 9 */
		-webkit-transform: rotate(-90deg);
		/* Safari and Chrome */
		width: 50px;
		height: 50px;
		display: inline-block;
		position: absolute;
		right: 5px;
		top: -1px;
	}
	.cf a#openup {
		display: block;
		background-color: #fff;

		width: 100%;
		position: relative;
	}
}
.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/* For IE 6/7 (trigger hasLayout) */

.main_header {
	width: 100%;
	background: url(../img/baba.png) center center no-repeat;
	background-size: cover;
	-o-background-size: cover;
	height: 990px;
	/*background-size: contain;*/

}
.top_title {
	margin-top: 70px;
	position: relative;
	background: url(../img/top_title.png) left center no-repeat;
	background-size: 100%;
	-o-background-size: 100%;
	max-width: 582px;
	width: 100%;
	height: 100%;
	min-height: 108px;
}
.top_title span {
	position: relative;
	margin: auto;
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	left: 53px;
	top: 10px;
}

.main_title {
	margin-top: 20px;
	font-size: 33px;
	color: #ff183f;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.main_title span{
	font-size: 66px;
}
.main_text {
	margin-top: 30px;
	font-size: 18px;
	font-family: "Roboto" sans-serif;
}
.section1 {
	background-color: #ff183f;
	margin: auto;

}
.opisanie {

}
.opisanie .title {
	margin-top: 90px;
}
.opisanie .title h1 {
	font-size: 28px;
	font-family: "Exo" regular;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 700;
}
.opisanie .title h2 {
	font-size: 16px;
	font-family: "Roboto" sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 400;
}
.ellipse {
	margin-top: 80px;
}
.ellipse2 {
	margin-bottom: 90px;
}
.icon {
	text-align: center;
}
.ellipse p, .ellipse2 p {
	margin-top: 30px;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.happy_baba .title {
	margin-top: 85px;
	text-align: center;
	margin-bottom: 110px;
}
.happy_baba .title h1 {
	font-family: "Exo" regular;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff183f;
}
.happy_baba .title h2 {
	font-family: "Roboto" sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #3c3c3c;
}
.scale {
	float: right;
}
.gifts {
	height: 150px;
	width: 150px;
	border-radius: 75px;
	border: 5px solid #f5f5f5;

}
.gifts img {
	margin-top: 10px;
	margin-left: 25px;
}
.gifts:hover {
	border-color: #ff183f;

}
.gifts:focus:active {
	border-color: #ff183f;

}
.number2 {
	margin-top: 35px;
	margin-left: 50px;
}
.number3 {
	margin-top: 50px;
	margin-left: 150px;
}
@media screen and (max-width: 480px) {
	.top_title span {
		position: relative;
		margin: auto;
		font-weight: 400;
		font-size: 16px;
		color: #fff;
		left: 20px;
		top: 30px;
	}
	.main_title span{
		font-size: 26px;
	}
}
.section3 .title {
	margin-top: 85px;
	margin-bottom: 100px;
	text-align: center;
}
.section3 .title h1 {
	font-family: "Exo" sans-serif;
	font-size: 28px;
	font-weight: 800;
	text-transform: uppercase;
	color: #3c3c3c;
	text-align: center;
}
.section3 {
	background: #fff;
}
.section4 {
	background: url(../img/bg_main.png) repeat 0 0;
}
.counter .big {
	text-align: left;
	height: 50px;
	padding-left: 20px;
	margin-top: 120px;
	border-left: 7px solid #ff183f;
	font-size: 68px;
	font-family: "Exo" regular;
	color: #fff;
	font-weight: 900;
	line-height: 0.7;
}
.baba2 {
	position: absolute;
	bottom: 0;
}
.counter {
	margin: 0 auto;
}
.counter .small {
	font-size: 16px;
	text-align: left;
	font-family: "Roboto" sans-serif;
	color: #bdbdbd;
	margin-bottom: 110px;
	margin-top: 30px;
	font-weight: 400;
}
.counter .small span {
	font-weight: 700;
	text-transform: uppercase;
	color: #ff183f;
}
.section5 {
	background-color: #fff;
}
.why {
	text-align: center;
	margin-top: 90px;
}
.why .title {
	margin-bottom: 90px;
}
.why h1 {
	font-family: "Exo" sans-serif;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	color: #ff183f;
	text-align: center;
}
.why p {
	font-family: "Roboto" sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	color: #3c3c3c;
	text-align: center;
}
.video {
	text-align: center;
	margin-bottom: 95px;
}
.video p {
	margin-top: 40px;
	font-size: 14px;
	text-transform: none;
	font-family: "Roboto" sans-serif;
	font-weight: 400;
	color: #3c3c3c;
}
.section6 {
	background: url(../img/bg_bot.png) center center no-repeat;
	    background-size: cover;
    padding-bottom: 45px;
}
.otzyv .title {
	text-align: center;
	margin-top: 90px;
}
.otzyv .title h1 {
	font-family: "Exo" regular;
	font-weight: 900;
	font-size: 28px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;

}
.otzyv .title h2 {
	font-family: "Roboto" sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-align: center;

}
.all_otzyv {
	margin-top: 30px;
	text-align: center;
}
.section7 {
	background: url(../img/bg_main.png) repeat;
}
.autor .title {
	text-align: center;
	margin-top: 45px;
}
.autor .title h1 {
	text-align: center;
	color: #ff183f;
	font-family: "Exo" regular;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
}
.autor .title h2 {
	font-family: "Roboto" sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.autor .about {
	margin-top: 30px;
}
.autor .about h3 {
	font-family: "Roboto" sans-serif;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.autor .about h1 {
	color: #fff;
	font-family: "Exo" regular;
	font-size: 39px;
	font-weight: 900;
	text-transform: uppercase;
}
.autor .about p {
	margin-top: 30px;
	font-family: "Roboto" sans-serif;
	font-size: 14px;
	color: #bdbdbd;
	font-weight: 600;
}
.autor .about p span {
	font-size: 16px;
	color: #fff;
}
.troll {
	margin-top: 90px;
	margin-bottom: 70px;
	text-align: center;
}
.vubor .title {
	margin-top: 90px;
}
.vubor .title h1 {
	text-align: center;
	color: #ff183f;
	font-family: "Exo" regular;
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
}
.vubor .title h2 {
	font-family: "Roboto" sans-serif;
	font-size: 16px;
	color: #3c3c3c;
	text-transform: uppercase;
	text-align: center;
}
.standart {
	display: block;
	margin-top: 160px;
	text-align: center;

}
.section8 {
	margin-bottom: 55px;
}
.standart .smart {
	display: block;
	text-align: left;
}
.standart_title {
	margin-top: 60px;
	font-family: "Exo" regular;
	font-size: 28px;
	font-weight: 900;
	color: #3c3c3c;
	line-height: 27px;
	text-align: left;
}
.standart_text {
	margin-top: 80px;
	font-family: "Roboto" regular;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.standart_price {
	margin-top: 135px;
	font-family: "Exo" regular;
	color: #ff183f;
	font-weight: bolder;
	font-size: 38px;
	text-align: left;
}
.standart-btn {
	margin-top: 50px;
	float: left;
}
.advance {
	margin-top: 95px;
	text-align: center;
}
.advance .smart {
	text-align: left;
}
.advance_title {
	margin-top: 40px;
	font-family: "Exo" regular;
	font-size: 28px;
	font-weight: 900;
	color: #3c3c3c;
	line-height: 27px;
	text-align: left;
}
.advance_text {
	margin-top: 80px;
	font-family: "Roboto" regular;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.advance_price {
	margin-top:75px;
	font-family: "Exo" regular;
	color: #ff183f;
	font-weight: bolder;
	font-size: 38px;
	text-align: left;
}
.advance-btn {
	margin-top: 50px;
	float: left;
}
.pin {
	position: absolute;
	top: -65px;
	right: 95px;
}
@media (max-width: 768px) {
	.main_title span{
		    font-size: 36px;
	}
	.standart {
		display: block;
		margin-top: 80px;
		text-align: center;
		border-bottom: 2px solid rgba(245, 245, 245, 1);
		padding-bottom: 40px;

	}
	.standart .smart {
		display: block;
		text-align: center;
	}
	.standart_title {
		margin-top: 20px;
		font-family: "Exo" regular;
		font-size: 28px;
		font-weight: 900;
		color: #3c3c3c;
		line-height: 27px;
		text-align: center;
	}
	.standart_text {
		margin-top: 20px;
		font-family: "Roboto" regular;
		font-size: 14px;
		color: #000;
		text-align: center;
	}
	.standart_price {
		margin-top: 30px;
		font-family: "Exo" regular;
		color: #ff183f;
		font-weight: bolder;
		font-size: 38px;
		text-align: center;
	}
	.standart-btn {
		margin-top: 50px;
		text-align: center;
		float: none;
	}
	.advance {
		margin-top: 40px;
		text-align: center;
	}
	.advance .smart {
		text-align: center;
	}
	.advance_title {
		margin-top: 20px;
		font-family: "Exo" regular;
		font-size: 28px;
		font-weight: 900;
		color: #3c3c3c;
		line-height: 27px;
		text-align: center;
	}
	.advance_text {
		margin-top: 20px;
		font-family: "Roboto" regular;
		font-size: 14px;
		color: #000;
		text-align: center;
	}
	.advance_text ul {
		text-align: left;
		margin-top: 15px;
	}
	
	.standart_text ul {
		text-align: left;
		margin-top: 15px;
	}
	.advance_price {
		margin-top:30px;
		font-family: "Exo" regular;
		color: #ff183f;
		font-weight: bolder;
		font-size: 38px;
		text-align: center;
	}
	.advance-btn {
		margin-top: 30px;
		float: none;
	}
	.pin {
		position: absolute;
		top: -65px;
		right: 95px;
	}
	.counter .big {
	text-align: left;
	height: 50px;
	padding-left: 20px;
	margin-top: 120px;
	border-left: 7px solid #ff183f;
	font-size: 68px;
	font-family: "Exo" regular;
	color: #fff;
	font-weight: 900;
	line-height: 0.7;
}
.baba2 {
	position: absolute;
	bottom: 0;
}
.counter {
	margin: 0 auto;
}
.counter .small {
	font-size: 16px;
	text-align: left;
	font-family: "Roboto" sans-serif;
	color: #bdbdbd;
	margin-bottom: 110px;
	margin-top: 30px;
	font-weight: 400;
}
.counter .small span {
	font-weight: 700;
	text-transform: uppercase;
	color: #ff183f;
}

}
.tarif {
	margin-top: 320px;
	text-align: center;
}
.what {
	margin-top: 75px;
	text-align: center;
}
.stoimost {
	margin-top: 205px;
	text-align: center;
}
.list {
	font-size: 18px;
	color: #757575;
}
@media (max-width: 990px) {
	.list {display: none;}
	.baba2 {display: none;}
}
.section9 {
	background-color: #252525;
	min-height: 80px;
}
.adress {
	margin-top: 15px;
	text-align: left;
	font-size: 12px;
	color: #bdbdbd ;

}
.adress a {
	color:#bdbdbd;
}
.company {
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #bdbdbd ;
}

.social {
	text-align: center;
	display: inline-block;
	margin-top: 15px;
}
.social .youtube {
}

.gallery {
	margin-bottom: 90px;
}



@media (max-width: 1200px)  {
	.happy_baba {
		display: none;
	}
}

@media (max-width: 480px) {
	.modal-content h1 {
		font-size: 20px;
		margin-top: 33px;
		margin-bottom: 28px;
	}
	.modal-sm {
		width: auto;
	}
	.modal-sm #payment{
		padding: 10px;
	}
	#payment input, textarea {
		height: 42px;
		margin-bottom: 15px;
	}
	#payment textarea {
		min-height: 170px;
		padding-top: 10px;
	}
	
	
	
	.modal-sm #fk_payment{
		padding: 10px;
	}
	#fk_payment input[type="text"], textarea {
		height: 42px;
		margin-bottom: 15px;
	}
	#fk_payment textarea {
		min-height: 170px;
		padding-top: 10px;
	}
	
	
}


/* все ховер эффекты на элементы*/

.ellipse:hover {
	 transition: 3s;
-webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ellipse2:hover {}


/* Форма выбора валентинки */
section.radio-selector {
    display: flex;
    flex-flow: row wrap;
    padding: 0 4rem 4rem 4rem;
}
section.radio-selector > div {
    flex: 1;
    padding: 0.5rem;
	cursor: pointer;
}

section.radio-selector input[type="radio"] {
    display: none;
&:not(:disabled) ~ label {
     cursor: pointer;
 }
&:disabled ~ label {
     color: hsla(150, 5%, 75%, 1);
     border-color: hsla(150, 5%, 75%, 1);
     box-shadow: none;
     cursor: not-allowed;
 }
}
section.radio-selector label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid hsla(350, 100%, 55%);
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px hsla(150, 5%, 65%, 0.5);
    position: relative;
	cursor: pointer;
}

section.radio-selector label:hover {
	background-color: rgba(242, 71, 64, .2);
}

section.radio-selector input[type="radio"]:checked + label {
    background: hsla(350, 100%, 55%);
    color: hsla(215, 0%, 100%, 1);
    box-shadow: 0px 0px 20px hsla(350, 100%, 55%);
&::after {
     color: hsla(215, 5%, 25%, 1);
     font-family: FontAwesome;
     border: 2px solid hsla(150, 75%, 45%, 1);
     content: "\f00c";
     font-size: 24px;
     position: absolute;
     top: -25px;
     left: 50%;
     transform: translateX(-50%);
     height: 50px;
     width: 50px;
     line-height: 50px;
     text-align: center;
     border-radius: 50%;
     background: white;
     box-shadow: 0px 2px 5px -2px hsla(0, 0%, 0%, 0.25);
 }
}
section.radio-selector input[type="radio"]#control_05:checked + label {
    background: red;
    border-color: red;
}
section.radio-selector p {
    font-weight: 900;
}

/* Кастомизация формы заказа */
.order-options {
	margin: 2rem;
}

.order-option {
	display: flex;
}

.order-option input, .order-option label {
	display: inline-flex;

}

.order-option input[type="tel"] {
	flex-grow: 1;
}

@media only screen and (max-width: 700px) {
    section {
        flex-direction: column;
    }
}

div.order-info {
    margin: 0 auto;
    padding: 0 20px 20px 40px;
    color: red;
    font-size: 1.7rem;
}

#success-form-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.logo img {
    width: 60px;
    height: 60px;
}

.col-md-4-custom {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#order-request-form {
    width: 50%;
    margin: 25px auto;
}

#order-request-form input, #order-request-form textarea {
    color: #232323;
    border-style: none;
    border-radius: 5px;
    margin: 5px 0;
    padding: 5px;
    max-width: 100%;
    max-height: 20px;
    background-color: #fff;
}

#order-request-form input:focus, #order-request-form textarea:focus {
    outline-color: #EF9A9A;
}

#order-request-form textarea {
    max-height: 120px;
    min-height: 120px;
    min-width: 50%;
}

#order-request-form input {
    width: 100%;
    min-height: 30px;
}

#order-request-form input[type='submit'] {
    color: #fff;
    background-color: #ff183f;
    max-width: 150px;
}

#content-wrapper {
    text-shadow:
            -1px -1px 0 #000,
            1px -1px 0 #000,
            -1px 1px 0 #000,
            1px 1px 0 #000;
    min-height: 390px;
    color: #fff;
    font-size: 2rem;
}

@media (max-width: 670px) {
  .fw-img{
    width: 100%;
  }
}

/* Copypaste */
/* Material switch */

#payment > .switch-input {
	display: none;
}

.switch-input {
	display: none !important;
}

.switch-label {
	position: relative;
	display: inline-block;
	min-width: 112px;
	cursor: pointer;
	font-weight: 500;
	text-align: left;
	margin: 16px;
	padding: 16px 0 16px 44px;
}
.switch-label:before, .switch-label:after {
	content: "";
	position: absolute;
	margin: 0;
	outline: 0;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.switch-label:before {
	left: 1px;
	width: 34px;
	height: 14px;
	background-color: #9E9E9E;
	border-radius: 8px;
}
.switch-label:after {
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #FAFAFA;
	border-radius: 50%;
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.14), 0 2px 2px 0 rgba(0, 0, 0, 0.098), 0 1px 5px 0 rgba(0, 0, 0, 0.084);
}
.switch-label .toggle--on {
	display: none;
}
.switch-label .toggle--off {
	display: inline-block;
}
.switch-input:checked + .switch-label:before {
	background-color: #A5D6A7;
}
.switch-input:checked + .switch-label:after {
	background-color: #4CAF50;
	-ms-transform: translate(80%, -50%);
	-webkit-transform: translate(80%, -50%);
	transform: translate(80%, -50%);
}
.switch-input:checked + .switch-label .toggle--on {
	display: inline-block;
}
.switch-input:checked + .switch-label .toggle--off {
	display: none;
}

#nav-menu {
	margin: 10px;
}

/* Новая форма заказа */
.popup {
	display: none;
}