*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

.vf-invalid::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.vf-invalid:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.html");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}

body {
	font-family: sans-serif;
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "OpenSansSemiBold";
	overflow-x: hidden;
}
.hidden {
	display: none;
}


h1,h2,h3,h4, b, strong {
	font-weight: normal;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
}

a,a:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

:focus {
	outline:none;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style:none;
}



.done-w {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0 ,0 , .5);
	display: none;
	bottom: 0;
	right: 0;
	z-index: 10000;

}

.done-window {
	position: fixed;
	display: block;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,1);
	color: #010101;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	padding: 0 35px  15px;
	border: 3px solid #86bc42;
	padding-top: 13px;
}
.done-window h3 {
	margin: 0;
}

.done-window small {
	font-size: 14px;
	text-transform: none;
	line-height: 18px;
}

.video-responsive {
  position: relative;
  overflow:hidden;
  height: 270px;
  margin: auto;
  margin-bottom: 25px;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
 # opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.main_mnu_button  {
	background-color: transparent;
	border: none;
	color: #000000;
	font-size: 22px;
}


.popup-form {
	background-color: #fff;
	border-radius: 3px;
	padding: 25px;
	position: relative;
	margin: 0 auto;
	max-width: 350px;
	text-align: center;
}

.popup-form input, .popup-form textarea {
	border: none;
	border-bottom: 1px solid #BCBCBC;
	text-indent: 15px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 0;
}

.popup-form h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 15px;
}
.callToManagerForOrder{
	margin-top: 50px;
	font-family: "OpenSansBold";
	color: red;
	font-size: 22px;
}


.popup-form .notetext {
	color: #333;
}

.dib {
	display: inline-block;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.block-1 {
	background: url(../img/bg-1.jpg) no-repeat center top;
	min-height: 722px;
}


header {
	padding: 30px 0 0 0;
}
.logo-box {
	font-family: "TrajanBold";
	font-size: 34px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.logo-box a img {
	width: 85%;
}

.logo-box span {
	display: block;
	color: #767676;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
	font-family: "OpenSansExtraBold";
}


header .phone {
	font-size: 22px;
	color: #545454;
	line-height: 1.2;
	padding-left: 35px;
	position: relative;
	font-family: "OpenSansBold";
	margin-right: 15px;
}

header .phone:before {
	content: '\e801';
    font-family: "icon";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}

.btn-call {
	color: #578dc0;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "OpenSansBold";
}

/*nav {*/
/*	text-align: right;*/
/*}*/
/*nav > ul > li, nav > ul > li > a, nav > ul > li > span {*/
/*	display: inline-block;*/
/*}*/
/*nav > ul > li  {*/
/*	position: relative;*/
/*}*/
/*nav > ul > li > a, nav > ul > li > span {*/
/*	color: #000;*/
/*	text-transform: uppercase;*/
/*	padding: 7px 5px 17px;*/
/*	font-size: 14px;*/
/*	font-family: "OpenSansSemiBold";*/
/*}*/
/*nav > ul > li > ul {*/
/*	position: absolute;*/
/*	left: 0;*/
/*	!*width: 180px;*!*/
/*	width: 215px;*/
/*	text-transform: uppercase;*/
/*	background-color: #d76142;*/
/*	padding: 15px;*/
/*	z-index: 10;*/
/*	text-align: left;*/
/* 	font-family: "OpenSansRegular";*/
/* 	visibility: hidden;*/
/* 	opacity: 0;*/
/* 	-webkit-transition: all .3s;*/
/* 	-o-transition: all .3s;*/
/* 	transition: all .3s;*/
/*}*/
/*nav > ul > li:hover  > ul {*/
/*	visibility: visible;*/
/*	opacity: 1;*/
/*	-webkit-transition: all .3s;*/
/* 	-o-transition: all .3s;*/
/* 	transition: all .3s;*/
/*}*/
/*nav > ul > li > ul li a {*/
/*	color: #000;*/
/*}*/
.contacts-box {
	margin-bottom: 10px;
}

.search-btn {
	background-color: transparent;
	font-size: 22px;
	border: none;
	border-left: 1px solid #878787;
}


.border {
	border-bottom: 2px solid #aeadac;
}


.slider-img {
	border: 5px solid #fff;
}
.slider .title {
	font-size: 72px;
	line-height: 1.2;
	font-family: "OpenSansExtraBold";
	text-transform: uppercase;
	padding-bottom: 60px;
	margin-bottom: 40px;
	position: relative;
}

.slider .title:after {
	content: '';
	display: inline-block;
	width: 215px;
	height: 5px;
	background-color: #343434;
	position: absolute;
	bottom: 0;
	left: 0;
}


.slider .title:before {
	content: '';
	display: inline-block;
	width: 54px;
	height: 5px;
	background-color: #d76142;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.slider  p {
	font-size: 15px;
	font-family: "OpenSansSemiBold";
	position: relative;
	text-align: justify;
}


.slider  p:after {
	content: url(../img/triangle.png);
	position: absolute;
	top: -90px;
	right: 0;
}
.btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSansBold";
	padding: 15px 40px;
	border: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #000;
}

.btn:hover {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}
.btn-orange {
	background-color: #d76142;

}

.btn-orange:hover {
	background-color: #d49b13;
	color: #000;
	cursor: pointer;
}

.btn-blue {
	color: #fff;
	background-color: #274d86;
}

.btn-blue:hover {
	background-color: #18396a;
	color: #fff;
}
.slider .btn {
	margin-top: 40px;
}

.slider .owl-dots {
	position: relative;
	text-align: center;
	top: -120px;
}

.slider .owl-dot {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	margin: 0 3px;
	background-color: #5d5d5d;
}

.slider .owl-dot.active {
	background-color: transparent;
	border: 2px solid #d59206;
}

.slider .owl-dot:first-child {
	margin-left: 90px;
}

.wrap-bg {
	background: url(../img/bg-2.png) no-repeat center top ;
	-webkit-background-size: cover;
	background-size: cover;
}


.video-block {
	margin-top: 90px;
	padding-bottom: 60px;
	background: url(../img/dot-bg.png) repeat-x left bottom;
	text-align: center;
}

.info-block {
	padding-top: 74px;
}

.info-block h2 {
	font-size: 30px;
	line-height: 1.2;
	font-family: "TrajanBold";
	position: relative;

}

.news-block h2 {
	padding-bottom: 30px;
	margin-bottom: 15px;
	position: relative;
}
.news-block h2:after {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 100px;
	background-color: #d2a397;
}
.news-block {
	font-size: 14px;
	font-family: "OpenSansSemiBold";
}

.reviews-block, .news-block {
	margin-bottom: 50px;
}
.img-news {
	text-align: right;
	position: relative;
}

.img-news a {
	width: 100px;
	height: 100px;
	line-height: 100px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
	font-family: "OpenSansSemiBold";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	background-color: #5a5a5a;
}

.img-news a:hover {
	background-color: #000;
}

.img-news img {
	max-width: 100%;
}

.reviews-block h2 {
	margin-bottom: 50px;
}

.reviews-wrap {
	background-color: #e5e5e5;
	padding: 30px;
}

.reviews-block .item {
	padding-left: 25px;
	position: relative;
	margin-bottom: 23px;
}

.reviews-block .item:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #466798;
	position: absolute;
	left: 0;
	top: 7px;
}


.reviews-block .item .name {
	text-transform: uppercase;
	font-size: 14px;
	color: #466798;
}

.reviews-block .item  .date {
	color: #646464;
	font-size: 14px;
}

.reviews-block .item  p {
	font-size: 13px;
	font-family: "OpenSansItalic";
	margin: 0;
	margin-top: 5px;
}


.reviews-block .all {
	text-transform: uppercase;
	font-size: 14px;
	color: #466798;
	margin-left: 25px;
	display: inline-block;
	font-family: "OpenSansSemiBold";
}

.about {
	background: url(../img/bg-3.png) no-repeat center top;
	padding-top: 50px;
	padding-bottom: 45px;
}

.about-box {
	padding: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
	box-shadow: 0 0 15px rgba(0,0,0,.2);
	width: calc(100% + 140px);
	font-size: 13px;
	font-family: "OpenSansSemiBold";
	position: relative;
	z-index: 2;
	margin-top: 60px;
}
.about-box h2 {
	margin-top: 0;
	font-size: 30px;
	line-height: 1.2;
	font-family: "TrajanBold";

}

.gallery-about ul li {
	display: inline-block;
	margin-left: 4px;
	margin-bottom: 15px;
}


footer {
	background-color: #191919;
	color: #fff;
	font-family: "RobotoRegular";
	padding-bottom: 15px;
}
footer a:hover {
	color: #cccccc;
	transition: .3s;
}
.map {
	background-color: #fff;
	height: 355px;
	width: 100%;
	position: relative;
	z-index: 5;
}

.form-footer {
	position: relative;
	margin-top: 50px;
	border: 5px solid #434343;
	padding: 50px;
	padding-bottom: 25px;
	padding-top: 40px;
	text-align: center;
	width: calc(100% + 90px);
	padding-right: 90px;
}

.form-footer:before {
	content: 'Контакты';
	font-size: 14px;
	display: inline-block;
	position: absolute;
	top: 26px;
    left: -80px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

}
.form-footer  h3 {
	font-size: 26px;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0;
}

.form-footer p {
	font-size: 14px;
	margin-bottom: 25px;
}

.form-footer input {
	width: 100%;
	border: none;
	background-color: #323232;
	padding: 12px 0;
	text-indent: 15px;
	margin-bottom: 10px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.form-footer input:focus {
	background-color: #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.form-footer i {
	font-size: 20px;
}
.form-footer .notetext {
	color: #fff;
}

.f-add-box {
	margin-left: 80px;
	font-size: 15px;
	margin-top: 55px;
}
.f-add-box .phone {
	font-size: 18px;
}
.f-add-box a {
	color: #fff;
}
.search {
	display: none;
}
.search-block {
	position: relative;
	padding-bottom: 25px;
}
.search input {
	width: 100%;
	padding: 14px 0;
	text-indent: 15px;
	border: 1px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 14px;
}
.search input:focus {
	border: 1px solid #d76142;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.search .btn {
	position: absolute;
	top: 0;
	right: 0;
}


.btn-fix {
	position: fixed;
	top: 25%;
	right: 0;
	z-index: 10;
}

.fix-btn  {
	text-align: center;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}

.fix-btn.blue {
	color: #fff;
	background-color: #274d86;
}

.fix-btn.blue:hover {
	background-color: #153360;
	color: #fff;
}

.fix-btn.orange {
	background-color: #d2a397;
	color: #000;
}

.fix-btn.orange:hover {
	background-color: #bc912b;
	color: #000;
}

.header-inside {
	background: url(../img/bg-1.jpg);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0, .2);
	box-shadow: 0 5px 15px rgba(0,0,0, .2);
}

.header-inside  .border {
	border-bottom: none;
}

.content.catalog {
	margin-top: 0;
	background: url(../img/bg-2.png) no-repeat center bottom;
}

.breadcrumb {
	font-size: 12px;
	margin-top: 15px;
	color: #000;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb  a {
	color: #a9a9a9;
}


.content h1 {
	font-family: "TrajanBold";
	font-size: 24px;
	padding-bottom: 25px;
	margin: 0.67em 0 25px;
	position: relative;
	text-transform: uppercase;
}

.content h1:after {
	content: '';
	position: absolute;
	display: inline-block;
	width: 160px;
	height: 3px;
	background-color: #d76142;
	bottom: 0;
	left: 0;
}


.goods-block h2 {
	text-transform: uppercase;
	font-size: 24px;
	font-family: "OpenSansBold";
	margin-top: 25px;
	margin-bottom: 15px;
}

.sort-box {
	font-size: 12px;
	text-align: right;
	margin-top: 25px;
}

.sort-box select {
	padding: 4px 12px;
	background-color: #e0e0e0;
	width: 170px;
	border: none;

}



.goods-box img {
	max-width: 100%;
	width: 100%;
}

.goods-box {
	padding: 15px;
	border: 1px solid #c3c3c3;
	margin-bottom: 35px;
}

.goods-box h3 {
	font-size: 14px;
	line-height: 1.2;
}
.goods-box .price {
	font-size: 14px;
	font-family: "OpenSansBold";
}
.goods-box .price span {
	font-size: 18px;
}

.pagination li {
	display: inline-block;
	margin: 0 3px;
}

.pagination {
	text-align: center;
	font-size: 12px;
}

.pagination li a, .pagination li span {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #000;
	font-family: "OpenSansBold";

}

.pagination li a:hover, .pagination li.active span {
	background-color: #ffdd8e;
}
.content  {
	padding-bottom: 70px;
}

.content img {
	max-width: 100%;
	height: auto;
}
.news-item {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #c4c4c4;
}
.news-item h3 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0;
	font-family: "OpenSansBold";
}

.news-item a {
	color: #d76142;
}

.news-item  .date {
	color: #8d8d8d;
	margin-top: 5px;
	font-family: "OpenSansRegular";
}


.content.about {
	margin-top: 0;
	background-image: url(../img/bg-about-page.png);
	background-position: center top 80px;
}

.contacts-page-box ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.contacts-page-box ul li  i {
	position: absolute;
	left: 0;
	top: 0;
	color: #8a8a8a;
	font-size: 20px;
}
.contacts-page-box a {
	color: #000;
}
.contacts-page-box .tel {
	color: #000;
	font-size: 24px;
	font-family: "OpenSansExtraBold";
}

.contacts-page-box .fa-whatsapp {
	margin-top: 8px;
}

.contacts-page-box h4 {
	margin-top: 0;
	font-size: 20px;
}

.gallery-about-page {
	text-align: center;
}

.gallery-about-page li {
	margin-left: 12px;
	margin-right: 12px;
}

.content h3 {
	text-transform: uppercase;
}

.serv-img {
	position: relative;
}

.serv-box {
	margin-top: 35px;
	margin-bottom: 25px;
}

.serv-img img {
	width: 100%;

}
.serv-img h3 {
	margin: 0;
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	font-family: "OpenSansBold";
}

.serv-desc {
	padding: 10px 35px;
	border: 1px solid #C4C4C4;
	min-height: 340px;
}

.serv-info-block {
	text-align: center;
	background-color: #ffe7b0;
	font-size: 16px;
	font-family: "OpenSansBold";
	padding: 35px;
	margin-top: 40px;
}

.copy {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}


.general-menu-cont .title {
    text-align: center;
    margin-bottom: 10px;
}
.general-menu-cont .title span {
    display: inline-block;
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    font-family: "TrajanBold";
}
.general-menu-cont .title span:before,
.general-menu-cont .title span:after {
    display: none;
    content: "";
    position: absolute;
    height: 3px;
    background-color: #000;
    top: 9px;
    width: 10000px;
    border-radius: 20px;
}
.general-menu-cont .title span:before {
  right: 100%;
  margin-right: 15px;
}
.general-menu-cont .title span:after {
  left: 100%;
  margin-left: 15px;
}

.general-menu-cont .items .item {
    margin-bottom: 4%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
}
.general-menu-cont .items .item a {
	display: block;
}
.general-menu-cont img {
    max-width: 100%;
    height: auto;
}
.general-menu-cont .csi-box {
    position: relative;
}
.general-menu-cont .csi-box h3 {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-family: "OpenSansBold";
}

@media screen and (max-width: 767px) {
    .general-menu-cont .csi-box h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 479px) {
    .general-menu-cont .csi-box h3 {
        font-size: 20px;
    }

	.csi-box h3 {
		font-size: 11px;
	}
}

.general-menu-cont .row {
    margin-left: -3%;
    margin-right: -3%;
}

.general-menu-cont .video {
    text-align: center;
    margin-bottom: 20px;
	display: none;
}


.text-block ul {
    padding-left: 40px;
    margin: 10px 0 0px;
}
.text-block ul,
.text-block li {
	list-style: disc;
}

.ProductPage_description {
	margin-top: 50px;
	margin-bottom: 40px;
}
.ProductPage_description_future__title {
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 40px;
}
.ProductPage_description_future__title.item1{
	margin-top: 0;
	text-align: right;
}
.ProductPage_description_future__title.item3{
	text-align: right;
}
.ProductPage_description_future__picture {
	display: block;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	background-position: center;
}
.ProductPage_description_future__picture.item4 {
	height: 400px;
}
.ProductPage_description_future__picture.item41 {
	height: 400px;
}
.watsap_button {
    position: fixed;
    right: 0;
top: calc(36% + 60px);
    z-index: 999;
    background: #26c24a;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in;
}

.watsap_button:hover {
    background: #75d78c;
}
@media screen and (max-width: 380px) {
.watsap_button {
margin-top: 16px;
}
}
.callback-alert {
display: none;
}	
.callback-message {
display: none;
}
.callback-form	{
display: none;	
}
