*{
	border-radius:0 !important;
	outline:none;
}
body{
	background:#FDE69D url("../img/bg.png") repeat top center;
	font-family: 'Roboto', sans-serif;
	color:#666;
}
.middle-page{
	background:#FEECB5;
	box-shadow:0 0 30px rgba(0, 0, 0, 0.4);
	padding:0 15px;
	overflow:hidden;
}
.spinner {
	width: 100px;
}
.spinner.spinner-calc {
	width: auto;
}
.spinner input {
	text-align: right;
}
.input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}
.input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	text-align:center;
	padding: 8px 10px;
	margin-left: -1px;
	position: relative;
	border-radius: 0;
}
.input-group-lg .input-group-btn-vertical > .btn {
	padding: 11px 10px;
	font-size:24px;
}
.input-group-btn-vertical > .btn:first-child {
	border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
	margin-top: -2px;
	border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
	position: absolute;
	top: 0;
	left: 30%;
	line-height:20px;
}
#count_staff{
	text-align:center;
}
.calc-addon{
	min-width:120px;
}
.vertical-line{
	width: 1px;
	background-color: #000;
	height: 200px;
	max-height: 100%;
	float: left;
	display:inline-block;
}
.section-first{
	min-height:600px;
	height:100vh;
	position:relative;
	z-index:1;
	background:#fff url("/img/strbg.jpg") no-repeat top center;
	background-size:cover;
	color:#fff;
}
.section-first .container{
	z-index:2;
}
.section-first:after{
	content:'';
	background:rgba(0, 0, 0, 0.5);
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.logo-header{
	font-size:58px;
	line-height:1;
}
.logo-pretext{
	font-size:36px;
}
.logo-address{
	font-size:26px;
}
.section-first h1{
	font-size:80px;
	font-weight:bold;
	text-shadow:4px 4px 0 rgba(0, 0, 0, 0.5);
	/*background:rgba(0, 0, 0, 0.3);*/
}
.section-first .h2{
	font-size:60px;
	font-weight:300;
	text-align:center;
	margin:50px auto;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.5);
}
.section-first h2{
	font-size:60px;
	font-weight:400;
	text-shadow:4px 4px 0 rgba(0, 0, 0, 0.5);
}
.section-caption{
	position:absolute;
	bottom:0;
	z-index:2;
	width:100%;
	left:0;
	top:30%;
	text-align:center;
}
.section-caption .btn {
	white-space: normal;
}
@media screen and (max-width: 579px) {
	.section-caption .btn {
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.section-caption .btn + .btn {
		margin-top: 10px;
	}
	.section-caption .text-center + .text-center {
		margin-top: 10px !important;
	}
}
.contact-phone{
	font-size:38px;
	line-height:1.4;
	white-space:nowrap;
}
.contact-address{
	font-size:36px;
}
.contact-time{
	font-size:26px;
}
.section-header{
	z-index:2;
	padding:15px 0;
	position:relative;
	/*box-shadow:0 0 50px #000;
	background:rgba(0, 0, 0, 0.3);*/
}
.calculator{
	margin:70px auto;
}
.calc-header{
	font-size:66px;
	font-weight:300;
	line-height:1;
	white-space: nowrap;
}
.calc-text{
	font-size:24px;
}
.calc-btn{
	margin-top:40px;
}
i.rub{
	font-style:normal;
	font-weight:100;
	font-size:95%;
}
.calc-btn-wrap{
	border-width:6px 3px;
	border-color:#968E7B;
	border-style:solid;
	-moz-border-image: url(../img/btn-border.png) 6 3 round;
	-webkit-border-image: url(../img/btn-border.png) 6 3 round;
	-o-border-image: url(../img/btn-border.png) 6 3 round;
	border-image: url(../img/btn-border.png) 6 3 round;
	font-weight:bold;
	font-size:26px;
	font-family:'Roboto Condensed', sans-serif;
	text-align:center;
}
.calc-btn-wrap.active{
	border-width:6px 3px;
	border-color:#FF8401;
	border-style:solid;
	-moz-border-image: url(../img/btn-border-a.png) 6 3 round;
	-webkit-border-image: url(../img/btn-border-a.png) 6 3 round;
	-o-border-image: url(../img/btn-border-a.png) 6 3 round;
	border-image: url(../img/btn-border-a.png) 6 3 round;
	color:#FF8401;
}
.calc-btn-wrap.calc-btn-wrap-count{
	border-width:6px 3px;
	border-color:green;
	border-style:solid;
	-moz-border-image: url(../img/btn-border-g.png) 6 3 round;
	-webkit-border-image: url(../img/btn-border-g.png) 6 3 round;
	-o-border-image: url(../img/btn-border-g.png) 6 3 round;
	border-image: url(../img/btn-border-g.png) 6 3 round;
}
.calc-btn-variant{
	cursor:pointer;
	padding:4px 0 5px 0;
}
.spinner-calc .form-control, .calc-addon, .spinner-calc button.btn{
	background:transparent !important;
	box-shadow:none;
	border:none;
}
.spinner-calc .form-control{
	font-size:28px;
}
.spinner-calc .calc-addon{
	font-weight:bold;
	font-size:28px;
	padding:0;
	line-height:1;
}
.spinner-calc .input-group-btn-vertical button.btn{
	color:#FF8401;
	font-size:36px;
	text-align:center;
}
.spinner-calc .input-group-btn-vertical button.btn:last-child{
	color:#008000;
}
.spinner-calc button.btn:hover{
	color:#FF8401;
}
.spinner-calc button.btn:active{
	color:#666666 !important;
}
.spinner-calc .input-group-btn-vertical {
	width: 16%;
	text-align:center;
}
.calc-btn .border-right{
	border-right:2px solid #9C9581;
	padding-right:25px;
}
.calc-btn .border-left{
	border-left:1px solid #9C9581;
	padding-left:25px;
}
.calc-btn label.calc-btn-title{
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-size:25px;
}
.our-plus{
	padding:30px 0;
}
.our-plus .h1{
	font-size:76px;
	font-weight:300;
	margin-bottom:20px;
}
.plus-container{
	padding:15px 0;
	min-height:220px;
}
.plus-container .col-right{
	padding-left:0;
}
.plus-container .tbl{
	display:table;
}
.plus-container .tbl .tbl-item{
	display:table-cell;
	vertical-align:top;
	padding: 0 10px;
	width:20%;
	font-size:20px;
	line-height:1;
	font-family:'Open Sans Condensed', sans-serif;
}
.plus-container-first .col-left img{
	margin-top:30px;
}
.call-out{
	background:#FEF4D5;
	margin:50px -15px;
	padding:20px;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
}
.call-out .h1{
	font-size:48px;
	font-weight:300;
	margin:0 auto;
	line-height:1.4;
	color:#008000;
}
.call-out form{
	margin:10px auto 20px auto;
}
.call-out .form-control{
	background:transparent;
	border-color:#FEECB5;
	box-shadow:inset 0 4px 5px rgba(0, 0, 0, 0.1);
	font-size: 22px;
	height: 54px;
}
.call-out .btn{
	font-weight:bold;
	font-size:30px;
	font-family:'Roboto Condensed', sans-serif;
	padding: 6px 10px;
}
.obed-variants{
	padding:60px 10px;
}
.obed-variants .ov-img, .obed-variants .ov-title{
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
	text-align:center;
	padding:5px 5px 30px 5px;
	z-index:1;
}
.obed-variants .ov-title{
	padding:10px;
	font-size:34px;
	z-index:2;
	background:#FFEBB6;
}
.full-img{
	position:relative;
	height:767px;
	min-height:300px;
	background:#fff url("/img/full-bg.jpg") no-repeat bottom center;
	background-size:cover;
	color:#fff;
}
.stroy-kkal{
	padding:50px 0;
}
.we-cooking{
	margin-top:100px;
	position:relative;
	font-size:36px;
	line-height:1;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:300;
}
.we-cooking .first-row{
	margin-bottom:180px;
}
.we-cooking .margin-top{
	margin-top:120px;
}
.we-cooking:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: url("/img/cook-arrow.png") no-repeat 50% 26%;
}
.reviews{
	padding:40px 15px;
	margin-top:70px;
}
.review-header, .review-body{
	background:#FFF6DA;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
	margin:20px auto;
	padding:5px;
}
.review-body{
	background:#FFF6DA url("../img/review-arrow.png") top left no-repeat;
	padding:60px 20px 20px 20px;
	font-size:24px;
	line-height:1.2;
	color:#444;
}
.review-header{
	display:table;
	width:100%;
}
.review-header img, .review-header span{
	display:table-cell;
	vertical-align:middle;
	padding:5px;
	font-size:24px;
	line-height:1.2;
	color:#c1272d;
}
.review-header img{
	width:117px !important;
	max-width:none;
	padding:0;
}
.reviews a.btn.btn-default{
	margin-top:50px;
	color:#c1272d;
	font-size:40px;
	background:#FFF6DA;
	font-family:Tahoma, sans-serif;
	border:2px solid #fff;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
	padding:15px 25px;
}
.reviews a.btn.btn-success{
	margin-top:50px;
	font-size:40px;
	font-family:'Roboto Condensed', sans-serif;
	box-shadow:0 0 20px rgba(0, 0, 0, 0.2);
	padding:15px 25px;
	font-weight:bold;
}
.reviews a.btn.btn-default:hover{
	background:#FEECB5;
}
.reviews a.btn.btn-default:active{
	background:#FDE69D;
	color:#c1272d;
	border-color:#fff;
}
.contacts{
	margin:70px auto 0 auto;
}
.contacts .h1{
	font-family:'Roboto Condensed', sans-serif;
	font-weight:bold;
	font-size:58px;
	color:#d24027;
	margin:20px auto;
}
.contacts .row{
	font-size:36px;
	color:#d24027;
}
#map{
	height:560px;
	margin:50px -15px 0 -15px;
}
.copyright{
	text-align:center;
	margin:20px auto;
}
.we-cooking img.lazy{
	height:281px;
}
.obed-variants .h1{
	margin: 0 auto 10px auto;
	font-size:48px;
	font-weight:bold;
	color: #d24027;
}
.section-header.affix{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background:rgba(0, 0, 0, 0.70) url("../plugins/jquery.mb.YTPlayer/src/css/images/raster.png");
	z-index:100;
	box-shadow:0 0 30px #000;
	padding:7px 0;
	text-shadow:2px 2px 0 rgba(0, 0, 0, 0.5);
}
.section-header.affix .container{
	z-index:101;
	position:relative;
}
.section-header.affix .logo-pretext, .section-header.affix .logo-address, .section-header.affix .contact-address{
	display:none;
}
.section-header.affix .logo-header {
	font-size: 52px;
}
.section-header.affix .contact-wrap {
	text-align:right;
}
.section-header.affix .contact-phone {
	font-size: 32px;
	line-height: 1.1;
}
.section-header.affix .contact-time {
	font-size: 24px;
	line-height: 1;
}

.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(39, 41, 48, 0.8);
	font-size: 16px;
	padding: 13px 16px;
	display: none;
}
.back-to-top i {
	font-size: 21px;
}
.back-to-top:hover {
	color: #FFF;
	background-color: #272930;
}
.back-to-top:focus {
	color: #FFF;
}
.call-out .form-group{
	margin-bottom:20px;
	margin-top:10px;
}
.call-out .form-group-b{
	margin-top:10px;
}
.btn-success {
	background-color: #39B54A;
	border-color: #4cae4c;
	color: #fff;
}
.ov-item .ov-title{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.ov-item:hover .ov-title{
	background:#39B54A;
	color:#fff;
}

.f1_container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 412px;
	z-index: 1;
}
.f1_container {
	perspective: 1000px;
}
.f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 0.5s linear;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.f1_container:hover .f1_card, .f1_container.hover .f1_card {
	transform: rotateY(180deg);
}
.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}
.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	padding: 10px;
	background:#FEECB5;
}
.ov-item{
	position:relative;
	z-index:0;
}
.obed-variants .ov-title {
	position:relative;
	z-index: 2;
}
.ov-item h3{
	margin:0 auto 5px auto;
	font-size:24px;
	color:#008000;
	font-family:"Roboto Condensed", sans-serif;
	font-weight:bold;
	line-height:1;
}
.ov-item .face p{
	color:#666;
	margin-bottom:10px;
	font-size:18px;
	line-height:1.1;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:300;
}
.call-out .h1.text-uppercase{
	font-size:128px;
	line-height:1;
}
.call-out .h1.text-bold{
	font-weight:bold;
}
#call-out-3 .h1 {
	font-size: 42px;
}
.review-body h3{
	text-transform:uppercase;
	color:#008000;
	margin:15px auto 5px auto;
}
.review-body .review-descr{
	height:220px;
}
.modal-dialog {
	margin: 30px auto;
	width: 400px;
	max-width:100%;
}
.front.face img{
	margin:5px auto;
}
.input-info{
	color:#008000;
	padding:20px 10px;
	background:#d1e1bd;
}
.input-info .info{
	font-size:20px;
}
.href-phone{
	color:inherit;
	text-decoration:none;
}
.href-phone:hover{
	color:inherit;
	text-decoration:none;
}

.has-error .form-control {
	border-color: #D24027 !important;
}


.sc_wrap {
	position:fixed;
	right:50px;
	top:210px;
	width:50px;
	z-index:1039;
}
.sc_wrap .sc_item{
	margin-bottom:20px;
}


.modal.new_modal::before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -4px;
	vertical-align: middle;
}
.modal.new_modal {
	text-align: center;
}
.modal.new_modal .modal-dialog {
	width: 380px;
	max-width: 100%;
	margin: 10px auto;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal.new_modal.new_modal_rev .modal-dialog {
	width: 500px;
}
.modal.new_modal.new_modal_rev .modal-body {
	padding-top:0;
}
.open_new_modal{
	text-transform:uppercase;
	font-size:30px;
	text-shadow:1px 1px 0 #000;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding-left:50px;
	padding-right:50px;
	background:#BE152C;
	border-color:#BE152C;
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
}
.new_modal .btn.btn-danger{
	background:#BE152C;
	border-color:#BE152C;
	box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
	padding:7px 40px;
	margin-top:30px;
}
.new_modal .modal-header {
	padding: 15px 15px 0 0;
	border-bottom: none;
	border-top:10px solid #53785A;
}
.new_modal .modal-body {
	padding: 30px 40px;
}
.new_modal .form-control {
	border:none;
	box-shadow:none !important;
	border-bottom:1px solid #000;
	padding-left:0;
}
.new_modal .form-control::placeholder {
	color:#000;
}
.new_modal .input-info {
	color: #000;
	padding: 0;
	background: #fff;
}
.new_modal .input-info h3{
	color: #be152c;
	text-decoration:underline;
	margin-top:0;
}



/*MEDIUM SIZE*/
@media screen and (max-width: 1259px) {
	.section-first h1 {
		font-size: 64px;
	}
	.section-first .h2 {
		font-size: 48px;
	}
	.logo-pretext, .contact-address {
		font-size: 28px;
	}
	.logo-address, .contact-time {
		font-size: 20px;
	}
	.section-first h2 {
		font-size: 48px;
	}
	.calc-header {
		font-size: 54px;
	}
	.calc-text {
		font-size: 18px;
	}
	.calc-btn-variant {
		font-size: 20px;
		white-space:nowrap;
	}
	.calc-btn label.calc-btn-title {
		font-size: 22px;
	}
	.spinner-calc .calc-addon {
		font-size: 20px;
		font-weight: bold;
	}
	.spinner-calc .input-group-btn-vertical {
		width: 10%;
	}
	.spinner-calc .input-group-btn-vertical button.btn {
		font-size: 28px;
		padding:10px 10px;
	}
	.input-group-btn-vertical i {
		left: 0;
	}
	.calc-addon {
		min-width: 80px;
		line-height:1;
	}
	.spinner-calc > .form-control, .spinner-calc > .input-group-addon{
		height: 38px;
		padding:0;
	}
	.call-out {
		margin: 40px -15px;
		padding: 40px 20px;
	}
	.call-out .h1 {
		font-size: 38px;
		margin-bottom:30px;
	}
	.obed-variants .ov-title {
		font-size: 24px;
		padding: 10px 5px;
	}
	.full-img {
		height: 500px;
		min-height: 300px;
	}
	.we-cooking {
		font-size: 24px;
		margin-top: 50px;
	}
	.review-header img {
		width: 70px !important;
	}
	.review-header img, .review-header span {
		font-size: 18px;
	}
	.review-body {
		font-size: 16px;
		line-height:1.3;
		padding: 60px 10px 20px 10px;
	}
	.reviews a.btn {
		font-size: 32px;
	}
	.contacts .h1 {
		font-size: 48px;
	}
	.contacts .col-lg-5.text-right{
		text-align:left;
	}
	.f1_container {
		height: 340px;
	}
	.ov-item h3 {
		font-size: 20px;
	}
	.ov-item .face p {
		font-size: 16px;
		line-height: 1.1;
		margin-bottom: 10px;
	}
	#call-out-2 .h1 {
		margin-bottom: 0;
	}
	.call-out {
		padding: 20px;
	}
	.review-body .review-descr {
		height: 130px;
	}
	.review-body h3 {
		font-size: 18px;
		margin: 10px auto 5px auto;
	}
}

/*SMALL SIZE*/
@media screen and (max-width: 991px){
	.logo-header {
		font-size: 48px;
	}
	.logo-pretext, .contact-address {
		font-size: 22px;
	}
	.logo-address, .contact-time {
		font-size: 18px;
	}
	.contact-phone {
		font-size: 34px;
	}
	.section-first h1 {
		font-size: 48px;
	}
	.section-first .h2 {
		font-size: 36px;
	}
	.section-caption {
		top: 25%;
	}
	.section-first {
		min-height: 500px;
	}
	.calc-header {
		font-size: 46px;
	}
	.calc-btn .border-right {
		border-right: none;
		padding-right: 15px;
	}
	.calc-btn .border-left {
		border-left: none;
		padding-left: 15px;
		margin-top:25px;
	}
	.our-plus .h1 {
		font-size: 46px;
		margin-bottom: 0;
	}
	.plus-container {
		padding: 0 0 15px 0;
	}
	.obed-variants .ov-item{
		max-width:100%;
		width:380px;
		margin:0 auto;
	}
	.obed-variants .row > div{
		margin-bottom:30px;
	}
	.f1_container {
		height: 400px;
	}
	.full-img {
		height: 400px;
	}
	.we-cooking .h1{
		color:#D24027;
		font-size:48px;
		text-align:center;
		text-transform:uppercase;
		font-weight:bold;
		font-family:'Roboto Condensed', sans-serif;
	}
	.we-cooking::after {
		background: none;
	}
	.we-cooking{
		text-align:center;
	}
	.we-cooking .first-row {
		margin-bottom: 0;
	}
	.we-cooking img.lazy.img-responsive{
		margin:0 auto;
	}
	.we-cooking .margin-top {
		margin-top: 0;
	}
	.call-out .h1 {
		font-size: 32px;
	}
	.reviews .review-item .review-header{
		margin-bottom:0;
		box-shadow:none;
		border-bottom:1px solid #FEECB5;
	}
	.reviews .review-item .review-body{
		margin-top:0;
		box-shadow:none;
	}
	.reviews .review-item{
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
	.obed-variants .ov-img img{
		margin:5px auto;
	}
	.call-out .form-group, .call-out .form-group-b{
		margin-left:auto;
		margin-right:auto;
		width:400px;
		max-width:100%;
	}
	.call-out .h1.text-uppercase {
		font-size: 92px;
	}
	.review-body .review-descr {
		height: 60px;
	}
	.sc_wrap {
		right:10px;
	}
}

/*SMALLER SIZE*/
@media screen and (max-width:767px){
	.back-to-top{
		display: none !important;
	}
	.contact-address, .logo-address, .contact-time {
		display:none;
	}
	.section-header{
		text-align:center;
	}
	.section-first {
		height:auto !important;
		min-height: 550px;
	}
	.section-first h1 {
		font-size: 40px;
	}
	.section-first .h2 {
		font-size: 32px;
		margin: 30px auto;
	}
	.section-first h2 {
		font-size: 38px;
	}
	.section-caption {
		top: 30%;
	}
	.calc-header {
		font-size: 36px;
	}
	.calc-text {
		font-size: 14px;
	}
	.calc-btn-variant{
		margin-bottom:10px;
	}
	.calculator {
		margin: 70px auto 30px auto;
	}
	.our-plus {
		padding: 20px 0;
	}
	.our-plus .h1 {
		font-size: 32px;
		/*text-align:center;*/
	}
    .plus-container-last{
	    display:none;
    }
	.plus-container .col-left{
		display:none;
	}
	.plus-container .tbl {
		display: block;
		margin:20px auto;
	}
	.plus-container .tbl .tbl-item {
		display: block;
		width: auto;
		max-width:100%;
		margin:10px auto;
		/*text-align:center;*/
	}
	.tbl .tbl-item img{
		/*margin:5px auto;*/
	}
	.full-img {
		height: 300px;
	}
	.we-cooking img.lazy {
		height: 150px;
	}
	.contacts .row {
		font-size: 24px;
	}
	.contacts .h1 {
		font-size: 38px;
	}
	.reviews a.btn {
		font-size: 24px;
	}
	.obed-variants .h1{
		font-size:28px;
	}
	.section-header.affix .col-sm-7, .section-header.affix .col-sm-5{
		width:50%;
		float:left;
	}
	.section-header.affix .logo-header {
		font-size: 28px;
		text-align:left;
	}
	.section-header.affix .contact-phone {
		font-size: 28px;
	}
	.call-out .h1.text-uppercase {
		font-size: 78px;
	}

	.sc_wrap {
		right:20px;
		top:120px;
	}
	.sc_wrap .sc_item{
		margin-bottom:10px;
	}
}

/*SMALLER SIZE 615*/
@media screen and (max-width:615px){
	.section-first h1 {
		font-size: 32px;
	}
	.section-first .h2 {
		font-size: 26px;
		margin: 20px auto;
	}
	.section-first h2 {
		font-size: 32px;
	}
	.middle-page{
		margin: 0 -15px;
	}
	.calc-btn .row .col-xs-6{
		width:75%;
	}

	.call-out .h1.text-uppercase {
		font-size: 64px;
	}
	#call-out-3 .h1 {
		font-size: 26px;
		line-height:1.2;
	}
	.reviews a.btn.btn-success {
		font-size: 24px;
		margin-top: 30px;
		padding: 10px 15px;
	}
	.review-body .review-descr {
		height: auto;
	}
}

/*SMALLER SIZE 500*/
@media screen and (max-width:500px){
	.col-xxs-6{
		width:50%;
		text-align:left;
	}
	.col-xxs-12{
		width:100%;
		float:none;
		clear:both;
		padding-top:15px;
		text-align:left;
	}
	.call-out .h1 {
		font-size: 24px;
	}
	.call-out .btn {
		font-size: 22px;
	}
	.full-img, .stroy-kkal {
		display:none;
	}
	.obed-variants .h1{
		font-size:24px;
	}
}

/*SMALLER SIZE 480*/
@media screen and (max-width:480px){
	.logo-header {
		font-size: 40px;
	}
	.calc-btn .row .col-xs-6{
		width:100%;
	}
	.we-cooking .h1 {
		font-size: 36px;
	}
	.call-out .h1 {
		font-size: 18px;
	}
	.obed-variants {
		padding: 20px 0 60px 0;
	}
	.section-header.affix .col-sm-7, .section-header.affix .col-sm-5{
		width:100%;
		float:none;
	}
	.section-header.affix .logo-header {
		text-align:center;
		font-size: 32px;
		line-height:1.2;
		padding-bottom:5px;
	}
	.section-header.affix .contact-wrap {
		text-align:center;
	}
	.section-header.affix .contact-phone {
		text-align:center;
		font-size: 20px;
		display:block;
	}

	.call-out .h1.text-uppercase {
		font-size: 52px;
	}
	.f1_container {
		height: 380px;
	}
}

/*SMALLER SIZE 380*/
@media screen and (max-width:380px){
	.call-out .h1 .btn-lg.pull-right{
		float:none;
		display:block;
		clear:both;
		margin-top:20px;
		width:100%;
	}
	.reviews {
		margin-top: 30px;
		padding: 20px 0;
	}
	.reviews a.btn {
		font-size: 18px;
		margin-top: 30px;
		padding: 15px 0;
		width:100%;
	}
	.contacts {
		margin: 30px auto 0 auto;
	}
	.contacts .h1 {
		font-size: 32px;
	}
	.contacts .row {
		font-size: 18px;
	}
}

/*SMALLER SIZE 340*/
@media screen and (max-width:350px){
	.logo-header {
		font-size: 36px;
	}
	.logo-pretext{
		font-size: 18px;
	}
	.contact-phone {
		font-size: 32px;
	}
	.section-first h1 {
		font-size: 32px;
	}
	.section-first .h2 {
		font-size: 20px;
	}
	.section-first h2 {
		font-size: 28px;
	}
	.section-caption {
		top: 25%;
	}
	.call-out .h1.text-uppercase {
		font-size: 42px;
	}
	.f1_container {
		height: 300px;
	}
}

.feedback-item__container {
	padding-bottom: 153%;
	background: #f7f7f7;
	display: block;
	background-size: cover;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.feedback-item__play {
	background-image: url('../img/play.svg');
	background-size: contain;
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: .8;
	background-position: center center;
	background-repeat: no-repeat;
}
