/* Import font */
@font-face {
	font-family: "PTSansCaptionRegular";
	src: url("../fonts/PTSansCaptionRegular.eot");
	src: url("../fonts/PTSansCaptionRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/PTSansCaptionRegular.woff") format("woff"), url("../fonts/PTSansCaptionRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'PT Sans Caption';
	src: local("PT Sans Caption"), url('../fonts/PTC55F.ttf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'Tahoma';
	src: local("Tahoma"), url('../fonts/tahoma.ttf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'font-sto-1';
	src: url('../fonts/sto/font-sto-webfont.eot');
	src: url('../fonts/sto/font-sto-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/sto/font-sto-webfont.woff2') format('woff2'),
	url('../fonts/sto/font-sto-webfont.woff') format('woff'),
	url('../fonts/sto/font-sto-webfont.ttf') format('truetype'),
	url('../fonts/sto/font-sto-webfont.svg#svgfont_1regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon-s::before, .icon-h::before, .icon-m::before, .icon-z::before, .icon-k::before {
	font-family: 'font-sto-1';
	display: inline-block;
	font-style: normal;
	/* text-shadow: 1px 1px 1px #C6D9E3, -1px -1px 1px #232A2D;*/
	color: #6282AE;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-s::before {
	content: 's';
}
.icon-m::before {
	content: 'm';
}
.icon-h::before {
	content: 'h';
}
.icon-z::before {
	content: 'z';
}
.icon-k::before {
	content: 'k';
}

/* Begin General style */
html {
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'tahoma';
	min-height: 100%;
	overflow-x: hidden;
	background-color: #ecf0da;
	/*background: url("../images/bg3.jpg") repeat-y center;*/
	color: #222;
}


h1 {
	font-size: 28px;
	text-align: center;
}


a, button, a:hover, a:active, a:focus, button:hover, button:active, button:focus {
	outline: none;
}
a {
    color: #f00;
}
.wow {
	visibility: hidden;
}
.col-md-4 {
	padding-right: 0px;
	padding-left: 0px;
}
/* End General style */

.menu-top {
	/* height: 25px;*/
}

/* End Menu Top */

/* Begin Blocks Order */
.order {
	font-weight: bold;
}

.block-order {
	/* box-shadow: 0px 5px 10px #000;*/
	padding: 0px;
}





/* General style Services Or Client's Reviews */

.skontakt {
	padding: 15px 0;
	font-size: 18px;
	color: #111;
	margin-bottom: 30px;
	box-shadow: 0 5px 10px #222;
	background-color: rgba(255, 255, 255, 0.6);
}
.skontakt a, .service-text a {
	color: #FF0A0A;
}

.skarta {
	box-shadow: 0 5px 10px #222;
}
.service-title {
	font-size: 28px;
	font-weight: bold;
	color: #111;
	margin-bottom: 30px;
}
.service h2 {
	font-size: 30px;
	font-weight: bold;
}
.service-text {
	font-size: 18px;
	color: #222;
	margin-bottom: 30px;
	text-align: justify;
}
/* End Services */



.line-gray {
	border-bottom: 3px solid #c5c5c5;
}

/* Begin Footer */
.main-footer {
	background: #222;
	color: #666;
}

.footer-menu li:first-child a {
	border-left: 0;
	padding-left: 0;
}
.footer-info .nav{
    padding-top: 20px;
    padding-left:10px;
}

.footer-info .nav>li>a {
	font-size: 13px;
	color: #afafaf;
    text-decoration: none;
        padding: 0px 15px;
}
.footer-info .nav > li > a:focus, .footer-info .nav > li > a:hover {
    text-decoration: underline;
    color: #fff67c;
    background: none;
}

.footer-menu li > a:hover {
	background: 0;
	text-decoration: underline;
}

.footer-menu li > a:focus {
	background: 0;
}

.footer-line, .g-line {
	margin: 15px;
	border-bottom: 1px solid #444;
}

.main-footer .copyright {
	font-size: 13px;
	padding-bottom: 10px;
}
.main-footer .logo-slogan {
	text-align: center;
	color: #fff;
	font-family: tahoma;
	width: 100%;
}
.main-footer .logo {
	background: url('../images/logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	/*display: block;*/
}
a[class*="logo"]:focus, a[class*="logo"]:hover {
	text-decoration: none;
}
.copyright p {
	margin: 0;
}
/* End Footer */



/* Begin Modal window */
.modal {
	background: rgba(94, 97, 104, 0.5);
}

.modal-dialog {
	overflow: hidden;
}

.frame {
	float: right;
	margin-top: -33px;
	margin-right: -33px;
}

button.close {
	margin: -1px 6px 0 0;
}

.frame {
	background: #fff;
	border: 2px solid #2B3945;
	border-radius: 50%;
	height: 36px;
	width: 36px;
}

.close {
	font-family: sans-serif;
	font-size: 33px;
	font-weight: normal;
	color: #2B3945;
	margin: 0 auto;
	opacity: 1;
}

button.close:hover {
	color: #bf4c50;
	opacity: 1;
}

.modal-content {
	background: #999;
	border: 0;
	border-radius: 0;
	padding: 15px;
	margin: 18px;
}
.form-control {
	background-color: #eee;
	border: 1px solid #757575;
}
.modal-content select {
    padding: 4px 8px;
    }
.modal-header {
	border: 0;
	color: #fff;
	font-weight: bold;
	padding: 5px 15px;
}

.modal-body .form-control {
	font-size: 18px;
	margin-bottom: 20px;
}

.modal-body .form-control:last-child {
	margin: 0;
}

.modal-body textarea {
	resize: none;
	margin-bottom: 0 !important;
}

.modal-body .list-city {
	list-style: none;
	margin: 0;
	padding: 0;
}

.modal-body .list-city li {
	margin-top: 10px;
}

.modal-body .list-city li:first-child {
	margin-top: 0;
}

.modal-body .list-city li a {
	color: #fff;
}

.modal-footer {
	border: 0;
	padding: 15px;
	text-align: left;
}

.modal-footer .bt_sbmt {
	background: #444 ;
	border: 0;
	color: #fff;
	font-size: 18px;
	height: 60px;
	padding-top: 3px;
	width: 100%;
}

.modal-footer .bt_sbmt:hover {
	background: #333 ;
}

/* Begin Modal window */

/* Begin Alert message success */
.alert-message {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	outline: 0;
}

.message {
	background: #302E2A none repeat scroll 0% 0%;
	border: 1px solid #FFF;
	border-radius: 5px;
	color: #FFFC06;
	font-size: 24px;
	padding: 40px;
	position: relative;
	width: 50%;
height: 120px;
margin: 25%;
}

.container-message {
	margin-left: 15px;
	margin-right: 15px;
}

/* Begin Alert message success */

/* Style For Form */
.form-control::-webkit-input-placeholder {
	color: #616467;
}

.form-control:-moz-placeholder {
	color: #616467;
}

.form-control::-moz-placeholder {
	color: #616467;
}

.form-control:-ms-input-placeholder {
	color: #616467;
}

/* Style error input */
.error-validation {
	background-color: #EBCCD1;
	border: 2px solid #D9534F;
}
/* ** */
.phone_number span {
	white-space: pre-line;
}
.ten {
	padding: 10px 0;
}
.logotip {
   /* height: 130px;
   /*background: url('../images/logo.png') no-repeat center center;*/

 }
 .logotip > a {
 	color: #000;
 }
 .logotip > a:hover, .logotip > a:focus {
 	color: #fff;
 	text-decoration: none;
 }
 .logotip img {
 	float: left;
 }


 .logo-slogan {
 	text-align: left;
 	color: #000;
 	font-family: tahoma;
 }

 .tel-t {
 	display: inline-block;
 	color: #222;
 }
 .tel-t .e-mail a {
 	color: #f00;
 }
  .tel-t .e-mail a:hover, .tel-t .e-mail a:focus, .tel-t .e-mail a:active {
 	color: #f00;
 }
 .tel-tx {
 	font-size: 18px;
 	font-weight: bold;
 	color: #555;
 }
 .tel-t img {
 	height: 30px;
 	width: auto;

 }
 .alright {
 	text-align: right;
 	height: 122px;
 }
 .t-menu {
 	background: #000;
 	height: 50px;
 }
 .t-menu a {
 	color: #eee;
 }
 .menu-top .nav > li > a {
 	position: relative;
 	display: block;
 }

 .menu-top .nav > li > a:focus,.menu-top .nav > li > a:hover {
 	text-decoration: none;
 	background-color: #e81010;
 	color: #fff;
 }
 .modal-title {
 	font-size: 22px;
 }
 /*кнопка 4 начало*/
 .button4 {
 	position: relative;
 	display: inline-block;
 	font-weight: normal;
 	color: rgb(245,245,245);
 	text-shadow: 0 -1px rgba(0,0,0,.1);
 	text-decoration: none;
 	user-select: none;
 	outline: none;
 	/*border: none;*/
 	border-radius: 40px;
 	background: #860505 linear-gradient(#860000, #E12020);
 	box-shadow: inset #5A0707 0 -1px 1px, inset 0 1px 1px #D55C5C, #541414 0 0 1px 0px, rgba(248, 248, 248, 0.9) 0 2px 5px;
 	-webkit-animation: pulsate 1.2s linear infinite;
 	animation: pulsate 1.2s linear infinite;
 	border-color: #EF6262;
 }
 .button4:hover {
 	-webkit-animation-play-state: paused;
 	animation-play-state: paused;
 	cursor: pointer;
 	color: #F7F00C;
 	text-decoration: none;
 }
 .button4:active {
 	top: 1px;
 	color: #fff;
 	text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
 	box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.86), 0 1px 1px #de6767, inset 0 1px 2px rgba(89, 34, 34, 0.8), inset 0 -1px 0 rgba(0,0,0,.05);
 }
 @-webkit-keyframes pulsate {
 	50% {color: #F7F00C; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 18px #fff;}
 }
 @keyframes pulsate {
 	50% {color: #F7F00C; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 18px #fff;}
 }
 /*кнопка 4 конец*/

 /*кнопка 5 начало*/
 .button5 {
 	position: relative;
 	display: inline-block;
 	font-weight: normal;
 	color: #f00;
 	text-decoration: none;
 	user-select: none;
 	outline: none;
 	border: 2px solid #f00;
 	background: transparent;
 }
 .button5:hover {
 	cursor: pointer;
 	background: #f00 ;
 	color: #fff;
 	text-decoration: none;
 }
 .button5:active {
 	top: 1px;
 	color: #fff;
 }
 /*кнопка 5 конец*/
/*кнопка 6 начало*/
 .button6 {
 	position: relative;
 	display: inline-block;
 	font-weight: normal;
 	color: #f00;
 	text-decoration: none;
 	user-select: none;
 	outline: none;
 	border: 2px solid #f00;
 	background: transparent;
 }
 .button6:hover {
 	cursor: pointer;
 	background: #f00 ;
 	color: #fff !important;
 	text-decoration: none !important;
 }
 .button6:active {
 	top: 1px;
 	color: #fff;
 }
 /*кнопка 6 конец*/
 /*кнопка 7 начало*/
 .button7 {
    position: relative;
    display: inline-block;
    font-weight: normal;
    color: rgb(245,245,245);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    text-decoration: none;
    user-select: none;
    outline: none;
    /* border: none; */
    border-radius: 40px;
    background: #0e9409 linear-gradient(#4a9208, #85f771);
    box-shadow: inset #175a07 0 -1px 3px, inset 0 1px 1px #5ed55c, #1b5414 0 0 10px 0px, rgba(56, 54, 54, 0.9) 0 2px 5px;
    border-color: #6def62;
}
  
 .button7:hover {
 	color: #F7F00C;
 	text-decoration: none;
 }
 .button7:active {
 	top: 1px;
 	color: #fff;
 	text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 5px #ffd, 0 0 8px #fff;
 	box-shadow: 0 -1px 2px rgba(255, 255, 255, 0.86), 0 1px 1px #5ed55c, inset 0 1px 2px rgba(89, 34, 34, 0.8), inset 0 -1px 0 rgba(0,0,0,.05);
 }
 /*кнопка 6 конец*/
  #modal-bay {
  display:none;
  }
 
 /*кнопка 10 начало*/
 .buttons10 {
  width: 350px;
  height: 45px;
  text-decoration: none;
  padding-top: 9px;
  color: #a675b3;
  text-align: center;
  line-height: 20px;
  display: block;
  margin: 20px auto;
  font: normal 17px georgia;
}

.buttons10:not(.active) {
  box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
  background-image: linear-gradient(#3b2751, #271739);
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
}

.buttons10:not(.active):hover,
.buttons10:not(.active):focus {
  transition: color 200ms linear, text-shadow 500ms linear;
  color: #fff;
  text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
}
.buttons10:not(:hover) {
    transition: 0.6s;
}
/*кнопка10 конец*/
 .galerea {
 	box-shadow: 0px 5px 5px rgb(0, 0, 0);
 }
 .prime-x a {
 	color: #888;
 	text-decoration: none;
 }
 .prime-x a:hover {
 	text-decoration: underline;
 }
 .kontakt {
 	text-align: center;
 }
 .kontakt .row {
 	margin: 25px;
 }
 .kon ul {
 	text-align: right;
 	list-style: none;
 }
 .kon ul .rr {
 	font-size: 14px;
 	color: rgb(68, 68, 68);
 }
 .map {
 	box-shadow: 0px 5px 5px rgb(0, 0, 0);
 	padding: 0;
 }

 /*        class="ss"               */

 .ss {
 	font-size: 17px;
 	margin-bottom: 20px;
 }
.ss h1, .ss h2, .ss h3 {
    text-shadow: 1px 2px 3px #000;
}
 .ss .snippet {
 	position: absolute;
 	color: #000;
 }
 .ss .snippet .gal{
 	background: url(../images/gal.png) no-repeat;
 	display: inline-block;
 	width: 14px;
 	height: 14px;
 	background-size: contain;
 	margin-right: 7px;
 }

 .ss .b1, .ss .b2, .ss .b3, .ss .b4, .ss .b5, .ss .b6  {
 	background-color: #999;
 	box-shadow: 0 5px 5px #000;
 }
 .ss .b1 {
 	background: url('../images/home/b1.jpg') no-repeat;
 	background-size: cover
 }
 .ss .b3 {
 	background: url('../images/home/b3.jpg') no-repeat;
 	background-size: cover
 }
 .ss .b2 {
 	background: url('../images/home/b2.jpg') no-repeat;
 	background-size: cover
 }
 .ss .b4 {
 	background: url('../images/home/b4.jpg') no-repeat;
 	background-size: cover
 }
 .ss .b5 {
 	background: url('../images/home/b5.jpg') no-repeat;
 	background-size: cover
 }
 .ss .b6 {
 	background: url('../images/home/b6.jpg') no-repeat;
 	background-size: cover
 }

 .ss .b1 .hh, .ss .b1, .ss .b2 .hh, .ss .b2, .ss .b3 .hh, .ss .b3, 
 .ss .b4 .hh, .ss .b4, .ss .b5 .hh, .ss .b5, .ss .b6 .hh, .ss .b6 {
 	text-align: right;
 	color: #fff;
 }
 /*.ss .b1 .hh>span {
 	color: #fff;
 }
 .ss .b3 .hh>span {
 	background-color: #fff;
 }
 .ss .b5 .hh>span, .ss .b2 .hh>span {
 	color: #f00;
 	background-color: #fff;
 	}*/
 	.ss .b1 .desc, .ss .b2 .desc, .ss .b3 .desc, .ss .b5 .desc  {
 		color: #f9ec45;
 	}
 	.ss .but-p {
 		border: 2px solid #fff;
 		width: 130px;
 		padding: 5px;
 		color: #fff;
 		background-color: rgba(90, 90, 90, 0.6);
 		text-align: center;
 	}
 	
 	.ss .but-p:hover {
 		background-color: #333;
 		color: #fff;
 	}
 	.ss .desc a, .ss .but-a {
 		color: #fff;
 	}
 	.ss .desc a:hover, .ss .desc a:focus {
 		color: #fff;
 	}
 	.ss .but-a:hover, .ss .but-a:focus {
 		color: #fff;
 		text-decoration: none;
 	}

 	.ss h1, .ss h2, .ss h3 {
 		margin: 15px;
 	}
 	.ss h2 {
 		font-size: 25px;
 	}
 	.pg {
    margin-bottom: 15px;
}
 	.pg h1 {
 		font-size: 24px;
 	}
.pg h2 {
 		font-size: 22px;
 	}
 .pg h3 {
 		font-size: 20px;
 	}
 	.ss img, .zn img {
 		float: right;
 		box-shadow: 0px 5px 5px rgb(0, 0, 0);
 		border: 5px solid rgb(255, 255, 255);
 	}
 	.ss a {
 		color: #fff;
 	}
 	.ss a:hover, .ss a:focus {
 		color: #fbf613;
 	}
.pg a {
    color: #f00;
    text-decoration: none;
}
.pg a:hover, .pg a:focus {
    color: #e00;
    text-decoration: underline;
}
.pg .prev p {
	text-align: justify;
}
.pg ul>li>p{
    color: #555;
}
.pg ul > li{
    list-style: none;
}
.pg .prev > img {
    float: right;
}
.pg .info-p{
    background: #D3F086;
    border: 3px solid #A9CC1C;
    padding: 10px;
}
 	.pagination {
 		width: 100%;
 		overflow: hidden;
 	}

#order-form__file {
    height: 42px;
}



.pos-c-1 {
    right: 900px;
    margin: 15px;
    position: absolute;
        z-index: 9;
}
.productfull {
      overflow: hidden;
}
.button_back .back{
	left:9999px;
}

.jshop_prod_description {
    z-index: 9;
}
.span-a-1, .jshop_code_prod, .span5 .text_zoom {
    display: none;
}
.product .image {
	    margin-bottom: 25px;
}
.image_block img {
    width: 100%;
}
.productfull {
    background: none;
    padding: 15px;
    box-shadow: none;
}
.block_product .product {
    border: 1px solid #ddded6;
}
.jshop_list_product .block_product {
    background-color: #f9fbef;
}
.productfull .image_middle {
    padding-left: 15px;
}

.jshop_list_product .block_product:hover, .jshop_list_product .block_product:focus {
    box-shadow: 0 0 12px #c1c3c3;
}
.btn-info {
    background-color: #5f6061 !important;
}
.filters input[class="button"] {
    background-color: #555;
}
.menu_mag a {
    color: #f00;
    text-decoration: none;
}
.info-pp{
    background: #9ACD32;
    border: 3px solid #6B8E23;
    padding: 10px;
}
div.textbox1 {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 20px 0;
    padding: 1px;
    position: relative;
}
div.textbox1 .bg {
    background: none;
    padding: 30px 10px 10px 30px;
}
div.textbox1 .title {
    background-color:#6B8E23;
    color: #FFFFFF;
    font-weight: bold;
    left: 30px;
    padding: 10px 20px;
    position: absolute;
    top: -19px;
}
.button24 {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .10em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 5px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
} 
.button24:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
.button24:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }
img {
  max-width: 100%;
  display: inline-block;
}
@media (max-width: 685px){/*Для футера*/
 .foot-left {width: 25%;}
}

@media (max-width: 550px){/*Для футера*/
 .foot-left {width: 27%;}
}

@media (max-width: 510px){/*Для футера*/
 .foot-left {width: 30%;}
}

@media (max-width: 465px){/*Для футера*/
 .foot-left {width: 35%;}
}

@media (max-width: 420px){ /*При такой ширине*/
 .foot-left {width: 80%;margin-left: 5px;}
 .foot-right {float: right;margin-top: 10px;}
}

@media (max-width: 408px){
 ul.nav.menu_horizontal li {width: 100%;} /*ширина пункта меню 100%*/
}

@media (max-width: 360px){/*Для футера*/
 .foot-left {width: 79%;}
}

@media (max-width: 300px){/*Для футера*/
 .foot-left {width: 75%;}
}
.cbm_wrap {
    background: #fff;
    margin: 20px 20px;
    display: block;
    width: 900px;
    min-height: 100px;
    padding:20px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 1px 4px
     rgba(0, 0, 0, 0.3), 0 0 40px
     rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;    box-shadow: 0 1px 4px
     rgba(0, 0, 0, 0.3), 0 0 40px
     rgba(0, 0, 0, 0.1) inset;
}
.cbm_wrap img {
    width: 40%;
    margin-top: 15px;
}
.cbm_wrap img:hover{
	transform: scale(1.1, 1.1);
}
.cbm_wrap p{ 
    margin-top: 15px !important;
    text-align: justify !important;
}
.cbm_wrap h1{
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px; 
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.cbm_wrap a{
    text-decoration: none;
    color: #4A4A4A !important;
}
.cbm_wrap a:hover{
    text-decoration: underline;
    color: #6B6B6B !important ;
}
