@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');

@font-face {
  font-family: "PF DinDisplay Pro Regular";
  font-style: normal;
  src: url('fonts/PFDinDisplayPro.ttf')  format('truetype');
}
@font-face {
  font-family: "PF DinDisplay Pro Regular";
  font-style: bold;
  src: url('fonts/PFDinDisplayPro-Bold.ttf')  format('truetype');
}
@font-face {
  font-family: "";
  font-style: normal;
  src: url('fonts/CSH01.eot?#iefix') format('embedded-opentype'),
       url('fonts/CSH01.woff') format('woff'),
       url('fonts/CSH01.ttf')  format('truetype');
}


html{
	font-size: 100%;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	height: 100%;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin:0;
	padding:0 !important;
	line-height:1.5em;
	color: #222222;
    overflow-x: hidden;
    margin: 0;
}

:focus {
    outline: none;
}

h1, h2, h3, h4
{
	font-family: Arial, sans-serif;
    font-weight: bold;
    color: #379743;
}
h2
 {
	margin: 30px 0 15px 0;
    font-size: 36px;
}
h3
{
	color: #3fb400;
    font-size: 24px;
	margin: 0px 0 15px 0;
}

a,
a:focus{
	text-decoration: underline;
	color: #222222;
}
a:hover
{
	outline:0;
	outline: none;
	text-decoration: none;
	color: #444444;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

hr {
    border: 0;
    width: 30px;
    background: #ffa503;
    height: 3px;
}
hr:before {
	content: " ";
	width: 70px;
	height: 1px;
	background: #b4b4b4;
	position: absolute;
	margin-left: -85px;
	margin-top: 1px;
}
hr:after {
	content: " ";
    width: 70px;
    height: 1px;
    background: #b4b4b4;
    margin-top: 1px;
    position: absolute;
    margin-left: 15px;
}
.line {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #adc5c7;
    margin: 15px 0 5px 0;
}
blockquote {
    border-left: 3px solid #ffa503;
	font-size: inherit;
    font-style: italic;
}
@media (max-width: 767px) {

}

.button_circle {
	width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    border: 0;
	padding: 0;
    opacity: 1;
    display: table-cell;
    vertical-align: middle;
}
.button_circle50 {
	width: 50px;
    height: 50px;
}
.gradient_grey {
	background: #c3c3c3;
	background: -moz-linear-gradient(top,  #c3c3c3 0%, #f2f2f2 20%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #c3c3c3 0%,#f2f2f2 20%,#ffffff 100%);
	background: linear-gradient(to bottom,  #c3c3c3 0%,#f2f2f2 20%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#ffffff',GradientType=0 );
}
.owl-theme .owl-controls .owl-buttons div,
.gradient_orange {
	background: #ffc004;
	background: -moz-linear-gradient(top,  #ffc004 0%, #ff8b02 100%);
	background: -webkit-linear-gradient(top,  #ffc004 0%,#ff8b02 100%);
	background: linear-gradient(to bottom,  #ffc004 0%,#ff8b02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc004', endColorstr='#ff8b02',GradientType=0 );
}
.gradient_orange.active, .gradient_orange:active, .gradient_orange:focus {
	background: #ff8b02;
	background: -moz-linear-gradient(top,  #ff8b02 0%, #ffc004 100%);
	background: -webkit-linear-gradient(top,  #ff8b02 0%,#ffc004 100%);
	background: linear-gradient(to bottom,  #ff8b02 0%,#ffc004 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8b02', endColorstr='#ffc004',GradientType=0 );

}
.gradient_green {
	background: #56c90d;
	background: -moz-linear-gradient(top,  #56c90d 0%, #32a700 100%);
	background: -webkit-linear-gradient(top,  #56c90d 0%,#32a700 100%);
	background: linear-gradient(to bottom,  #56c90d 0%,#32a700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56c90d', endColorstr='#32a700',GradientType=0 );
}
.gradient_green.active, .gradient_green:active, .gradient_green:focus {
	background: #32a700;
	background: -moz-linear-gradient(top,  #32a700 0%, #56c90d 100%);
	background: -webkit-linear-gradient(top,  #32a700 0%,#56c90d 100%);
	background: linear-gradient(to bottom,  #32a700 0%,#56c90d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a700', endColorstr='#56c90d',GradientType=0 );
}
.button_circle.gradient_green {
	-webkit-box-shadow: 0px 1px 1px 0px rgba(69,186,0,1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(69,186,0,1);
	box-shadow: 0px 1px 1px 0px rgba(69,186,0,1);
}
.button_circle img {
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.button_circle:hover img {
	display:inline-block;
	transform:scale(-1,1);
	-webkit-transform:scale(-1,1);
	-moz-transform:scale(-1,1);
	-o-transform:scale(-1,1);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
button.close {
    position: absolute;
    right: 15px;
    top: 5px;
    text-align: right;
}
.down {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 100;
    margin-top: -50px;
}
.down-bottom {
    margin-top: 25px;
}

.input-group-addon {
    background-color: #FFF;
    padding: 3px 6px;
}
.form-control:focus,
.input-group .form-control:last-child {
	border-color: #c9c9c9;
	border-left: 0;
	height: 40px;
    box-shadow: none;
    font-size: 12px;
    color: #222222;
}
.form-control,
.input-group .form-control, .input-group-addon, .input-group-btn {
    height: 40px;
}
::-webkit-input-placeholder 	{color:#222222;}
::-moz-placeholder          	{color:#222222;}
:-moz-placeholder          		{color:#222222;}
:-ms-input-placeholder     	{color:#222222;}
:focus::-webkit-input-placeholder 	{color: transparent; 	-webkit-transition-duration: 1s; 	transition-duration: 1s;}
:focus::-moz-placeholder			{color: transparent; 	-webkit-transition-duration: 1s; 	transition-duration: 1s;}
:focus:-moz-placeholder           		{color: transparent; 	-webkit-transition-duration: 1s; 	transition-duration: 1s;}
:focus:-ms-input-placeholder      		{color: transparent; 	-webkit-transition-duration: 1s; 	transition-duration: 1s;}

.form-group input.error {
    border: 1px solid #ffa503;
}
.form-group input.valid {
    border: 1px solid #3eb204;
}
form label {
	border: 0;
	display: none;
}
.modal-open .modal {
    padding-right: 0 !important;
}


.form-name .input-group-addon img {
	margin: 0 2px;
}
button,
.form-tel {
    margin-top: 10px;
}
button {
	width: 100%;
    font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-weight: bold;
	font-size: 18px;
	color: #FFF;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px solid #ff6501;
}
.know {
    width: 240px;
    margin: 60px auto;
    display: block;
}
#slide7 .know,
#slide8 .know {
	margin-bottom: 0;
}
.form-group,
.form-inline .input-group {
	width: 100%;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}
.form button:focus, .form button:active {
	border-bottom: 1px solid transparent;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,
.btn.focus, .btn:focus, .btn:hover {
    color: #FFF;
    text-decoration: none;
}
.form_text {
	font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-size: 13px;
    text-align: center;
    margin: 15px -10px;
    line-height: 1.4;
	color: #444444;
}
.form_text >div {
	font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}





.slide_header {
	font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-weight: bold;
    font-size: 31px;
	text-align: center;
    line-height: 1.5;
    color: #222222;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}
.slide_header >div {
	font-size: 27px;
	text-transform: none;
}
.slide_header span {
   color: #ffa503;
}



#slide1 {
	height: 700px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../images/bg_leto.jpg);
}
.zima #slide1 {
	background-image: url(../images/bg_zima.jpg);
}


#slide1 .form {
	margin: 230px 0 0 30px;
    padding: 0 30px 0 0;
}
.logo {
    margin: 25px 0 0 0;
}
.conacts_header {
	color: #FFF;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	margin: 25px 0 0 0;
    float: right;
}
.leto .conacts_header {
	color: #363636;
}
.conacts_header a {
	color: #FFF;
	text-decoration: none;
    font-weight: bold;
	font-size: 20px;
}
.conacts_header a,
.conacts_header {
	color: #363636;
}
.phone {
    font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-size: 30px;
    line-height: 1.5;
}
.phone .button_circle {
    position: absolute;
    margin: -5px 0 0 -55px;
}
.phone .button_circle img {
	margin: 8px 0 0 11px;
}
@media (max-width: 1199px) {
	#slide1 {
		background-image: url(../images/bg_leto1200.jpg);
	}
	.zima #slide1 {
		background-image: url(../images/bg_zima1200.jpg);
	}
}
@media (max-width: 991px) {
	#slide1 {
		background-image: url(../images/bg_leto992.jpg); 
	}
	.zima #slide1 {
		background-image: url(../images/bg_zima992.jpg); 
	}
	#slide1 .form {
		width: 277px;
		height: 437px;
		background: url(../images/planshet_zima.png) no-repeat center 0;
		padding: 45px 25px 0 30px;
		margin-top: 150px;
	}
	#slide1 .form {
		background: url(../images/planshet_leto.png) no-repeat center 0;
	}
	.form_text {
		margin: 15px 0px;
		line-height: 1.2;
	}
	.ya-phone {
		display: table-cell;
		vertical-align: middle;
		padding-left: 5px;
	}
}
@media (max-width: 768px) {
	#slide1 .form {
	    margin: 160px auto 0 auto;
	}
	.logo {
		position: absolute;
		width: 100%;
		text-align: center;
		margin-top: 10px;
	}
	.conacts_header {
		position: absolute;
        left: 0;
		text-align: center;
		width: 100%;
		margin: 52px 0 0 0;
	}
	.phone {
		line-height: .5;
	}
	.phone .button_circle {
		position: relative;
		margin: 0;
	}

	.phone .button_circle img {
		margin: 0;
	}
}






#slide2 {

}
.vortex_warranty {
	text-align: center;
}
.vortex_warranty img:first-child {
	position: absolute;
}
.vortex_warranty img:last-child {
    margin-left: 90px;
}
#slide2 .form {
	margin-top: 50px;
}




#slide3 {

}
.owl-theme .owl-controls {
	position: absolute;
    margin-top: -300px;
    width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
	opacity: 1;
	padding: 5px 10px 5px 15px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: 9px;
    border-radius: 30px 0 0 30px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 11px;
    border-radius: 0px 30px 30px 0px;
}

.septik {
	background: #FFF;
    border: 1px solid grey;
    border-radius: 5px;
    margin: 0 15px;
    padding: 15px;
	font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.septik_name {
    font-size: 20px;
	text-align: center;
    line-height: 1.5;
    color: #222222;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 30px;

}
.septik_img img {
	height: 250px;
	margin: 15px auto;
}
.septik_price {
	color: #ffa503;
	font-size: 24px;
	white-space: nowrap;
}
.septik_price span {
	color: #222222;
}




.block {
	background: #fff;
    z-index: 99;
}
.block-top:before {
    content: " ";
    width: 100%;
    height: 222px;
    background: url(../images/block_top.png) no-repeat center 0px;
	float: left;
    margin-top: -222px;
}

.block-bottom-ym:before,
.block-bottom:before {
    content: " ";
    width: 100%;
    height: 225px;
    background: url(../images/block_bottom.png) no-repeat center 0px;
	float: left;
	margin-top: -150px;
	-webkit-margin-before: -150px;
}
.block-bottom-ym:before {
    position: absolute;
    z-index: 10;
    margin-top: 25px;
}

.block_blue {
	background: url(../images/bg_blue.png);
	width: 100%;
	max-width: 1920px;
	margin: -150px auto 0 auto;
	padding-bottom: 150px;

}



/* preim */
.preim_text {
	text-align: center;
	font-family: "PF DinDisplay Pro Regular";
	font-style: bold;
	font-size: 20px;
	color: #222222;
}
.preim > div {
	margin-bottom: 30px;
}

.preim_circle {
    border: 3px solid #ffa503;
    border-radius: 100%;
    width: 160px;
    height: 160px;
    display: block;
    margin: 0 auto;
}
.preim_circle2 {
    border: 1px solid #ffa503;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    margin: 7px auto;
    display: block;
}
.preim_img {
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.rotaZ:hover, 
.rotaY:hover,
.rotaY360:hover {
	-webkit-transition: .8s ease-in-out;
	transition: .8s ease-in-out;
}
.rotaZ:hover {
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
}
.rotaY:hover {
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}
.rotaY360:hover {
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}
.preim_img_proizvodstvo {
	background-image: url(../images/icon_proizvodstvo.png);
}
.preim_img_montag {
	background-image: url(../images/icon_montag.png);
}
.preim_img_kachestvo {
	background-image: url(../images/icon_kachestvo.png);
}
.preim_img_garantiya {
	background-image: url(../images/icon_garantiya.png);
}
.preim_img_postgarant {
	background-image: url(../images/icon_postgarant.png);
}
.preim_img_dostavka {
	background-image: url(../images/icon_dostavka.png);
}
.preim_img_nalichie {
	background-image: url(../images/icon_nalichie.png);
}
.preim_img_zapchasti {
	background-image: url(../images/icon_zapchasti.png);
}
.preim_img_narinke {
	background-image: url(../images/icon_narinke.png);
}
.zakaz_check,
.preim_check {
	width: 46px;
    height: 46px;
    border-radius: 100%;
    margin: -24px auto 0 auto;
    border: 5px solid #FFF;
    position: relative;
    z-index: 20;
}
.zakaz_check {
	text-align: center;
	font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-weight: bold;
    font-size: 30px;
	color: #9eff00;
	line-height: 1.15;
}
.zakaz_check:after,
.preim_check:after {
	content: " ";
    width: 46px;
    height: 46px;
    background: url(../images/icon_check.png) center center no-repeat;
    float: left;
    margin: -5px 0 0 -5px;
}
.zakaz_check:after {
    background: transparent;
}

.preim_check:hover:after {
   opacity: .95;
}
@media (min-width: 768px) {
	.preim > div:nth-child(3n+1),
	.preim > div:nth-child(3n+3)  
	{
		margin-top: -30px;
	}
	.preim > div:nth-child(3n+1)  
	{
		clear: both;
	}
}
@media (max-width: 767px) {
	.preim_circle {
		width: 130px;
		height: 130px;
	}
	.preim_circle2 {
		width: 110px;
		height: 110px;
	}
	.preim_img {
		width: 110px;
		height: 110px;
	}
}


/* otlichiya */
#slide5 .know {
    margin: 30px auto 0px auto;
}
.otlichiya {
	margin-top: 60px;
}
.otlichiya p {
	line-height: 1.2;
}
.otlichiya .nav-justified>li {
	vertical-align: top;
}
.otlichiya .nav-justified>li>a {
    border: 5px solid #3fb400;
    border-radius: 30px;
    margin-right: 30px;
    color: #3fb400;
    text-decoration: none;
    text-transform: uppercase;
	font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-weight: bold;
    font-size: 16px;
}
.otlichiya .nav-justified>li:last-child >a{
	margin-right: 0;
}
.otlichiya .nav-justified>li.active>a,
.otlichiya .nav>li>a:focus, 
.otlichiya .nav>li>a:hover {
	background: #32a700;
	background: -moz-linear-gradient(top,  #32a700 0%, #56c90d 100%);
	background: -webkit-linear-gradient(top,  #32a700 0%,#56c90d 100%);
	background: linear-gradient(to bottom,  #32a700 0%,#56c90d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#32a700', endColorstr='#56c90d',GradientType=0 );
    color: #FFF;
	border-color: #FFF;
}
.tab-content {
    margin-top: 30px;
}
.otlichiya_img {
	background: #FFF;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
	margin-bottom: 30px;
}
.otlichiya_img img {
	margin: 0 auto;
}
.otlichiya_stoimost {
	margin-top: 50px;
}
.otlichiya .button_circle {
	
}
.otlichiya_price {
	float: left;
    margin: -55px 0 30px 75px;
}
.otlichiya_price_sum {
    color: #3fb400;
    font-size: 45px;
    font-family: "PF DinDisplay Pro Regular", sans-serif;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
}
.otlichiya_price_sum span {
	font-size: 25px;
	color: #222222;
}
.otlichiya_price_descr {
	font-size: 13px;
	font-weight: bold;
}
.otlichiya .button_circle img {
	display: block;
    margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
	.otlichiya_price {
		margin-left: 60px;
	}
}
@media (min-width: 768px) {
	.otlichiya .nav-justified>li>a>div {
		line-height: 1.1;
		height: 40px;
		vertical-align: middle;
		display: table-cell;
		width: 300px;
	}
}
@media (max-width: 767px) {
	.otlichiya .nav-justified>li>a {
		margin-right: 0;
	}
}


/* Table */
.rwd-table {
	margin: 1em 0;
	min-width: 290px;
	width: 100%;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
	color: #222222;
}
.rwd-table th {
	display: none;
	background: #ffa503;
	font-family: "PF DinDisplay Pro Regular", sans-serif;
}
.rwd-table td {
	display: block;
}
.rwd-table td:first-child {
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    background: #ffa503;
    margin: 0;
    padding: .5em 1em;
}
.rwd-table td:last-child {
	padding-bottom: .5em;
}
.rwd-table td:before {
	content: attr(data-th) " ";
	font-weight: bold;
	width: 70%;
	display: inline-block;
	font-family: "PF DinDisplay Pro Regular", sans-serif;
	float: left;
}
.rwd-table p {
	margin: 0;
}
.rwd-table td:first-child:before {
	display: none;
}
.rwd-table {
	overflow: hidden;
}
.rwd-table tr {
	border-color: #FFF;
}
.rwd-table th,
.rwd-table td {
	padding: .5em 1em;
    
}
.rwd-table th,
.rwd-table td {
	text-align: left;
	border-left: 0;
}
.rwd-table th {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
}
.rwd-table td:before {
	color: #222222;
	font-size: 16px;
}


@media (max-width: 767px) {
	.rwd-table td {
		border-bottom: 1px solid #FFF;
	}
	.rwd-table td:nth-child(2n) {
		background: #cee0e1;
	}
	.rwd-table td:nth-child(2n+1) {
		background: #e9f3f4;
	}
	.rwd-table td:first-child {
		background: #ffa503;
		/*border-top: 2px solid #FFF;*/
	}
	.rwd-table td:first-child p {
		width: 100%;
	}
	.rwd-table p {
		display: inline-block;
		width: 30%;
	}
	
}

@media (min-width: 768px) {
	.rwd-table tr {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.rwd-table th,
	.rwd-table td {
		padding: 1em !important;
		border-left: 1px solid #FFF;
	    text-align: center;
	}
	.rwd-table tr:nth-child(2n) {
		background: #cee0e1;
	}

	.rwd-table tr:nth-child(2n+1) {
		background: #e9f3f4;
	}	
	.rwd-table td:before {
		display: none;
	}
	.rwd-table td:first-child {
		padding-top: .5em;
		color: #222222;
		text-transform: none;
		border-left: 0;
		font-size: 20px;
		background: transparent;
		text-align: left;
	}
	.rwd-table th, .rwd-table td {
		
	}
	.rwd-table th,
	.rwd-table td {
		display: table-cell;
		padding: .25em .5em;
	}
	.rwd-table th:first-child,
	.rwd-table td:first-child {
		padding-left: 0;
	}
	.rwd-table th:last-child,
	.rwd-table td:last-child {
		padding-right: 0;
	}


}


/* zakaz */
.zakaz {
	text-align: center;
}
.zakaz .preim_text  {
	position: absolute;
    width: 100%;
}
.zakaz .preim_text >div {
    margin-top: 6px;
    margin-left: -24px;
}
.zakaz_zvonok {
	background-image: url(../images/icon_zakaz_zvonok.png);
}
.zakaz_zamer {
	background-image: url(../images/icon_zakaz_zamer.png);
}
.zakaz_smeta {
	background-image: url(../images/icon_zakaz_smeta.png);
}
.zakaz_montag {
	background-image: url(../images/icon_zakaz_montag.png);
}
.zakaz_strelka1 {
	background: url(../images/zakaz_strelka1.png) 0 0 no-repeat;
	width: 175px;
	height: 45px;
	position: absolute;
	right: -80px;
    top: 240px;
}
.zakaz_strelka2 {
    background: url(../images/zakaz_strelka2.png) 0 0 no-repeat;
    width: 173px;
    height: 42px;
    position: absolute;
    right: -80px;
    top: -50px;
}
.zakaz_strelka3 {
	background: url(../images/zakaz_strelka3.png) 0 0 no-repeat;
	width: 171px;
	height: 45px;
	position: absolute;
	right: -80px;
    top: 190px;
}
.zakaz > div {
	margin-bottom: 30px;
}
@media (min-width: 768px) {
	.zakaz > div:nth-child(2),
	.zakaz > div:nth-child(3)  
	{
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.zakaz_strelka1,
	.zakaz_strelka2,
	.zakaz_strelka3
	{
		display: none;
	}
}



.youtube {
	width: 100%;
	margin-bottom: 15px;
}
@media (min-width: 991px) {
	.youtube {
		height: 200px ;
	}
}
@media (min-width: 480px) and (max-width: 992px) {
	.youtube {
		height: 405px;
	}
}



.embed-responsive {
    margin-bottom: 25px;
}
.btn-more {
    display: table;
    width: inherit;
    margin: 0 auto;	
}


.yandex-reviews {
    width: 100%;
    max-width: 760px;
    height: 1500px;
    overflow: hidden;
    position: relative;
    margin: 1.5rem auto 3rem auto;
}

#yandexmap {
	width: 100%;
	height: 600px;
	margin: 0 auto;
}
#map {
	margin: 30px 0 15px 0;
}
.down-ym {
    margin-top: 200px
}
.contact {

}
.contact-data {
	width: 360px;
    border: 1px solid #adc5c7;
    border-radius: 5px;
    padding: 15px;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(5, 20, 42, 0.46);
    -moz-box-shadow: 0px 3px 7px 0px rgba(5, 20, 42, 0.46);
    box-shadow: 0px 3px 7px 0px rgba(5, 20, 42, 0.46);
    position: absolute;
    margin-top: 270px;
    z-index: 30;
}
@media (min-width: 1920px) {
	#yandexmap {
		width: 1920px;
	}
}
@media (max-width: 480px) {
	.contact-data {
		width: 290px;
	}
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 100;
    line-height: 1.3;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
        left: 15px;
        transform: translateX(0);
    }
.cookie_accept{
    width:100%;
}
}

/*
.start-video1 {
    position: absolute;
    top: 106px;
    padding: 12px;
    left: 174px;
}
*/
.youtube .ytp-large-play-button {
    display: none !important;
}