.topBlockOFHeader {
	background-image: url('../images/roof.png');
	background-position: 50% -20px;
    background-repeat-y: no-repeat;
	border-top: 3px solid #b50e00;
}
.logo {
	display: inline-block;
	float: left;
	background-color: #fff;
	position: relative;
	padding: 26px 12px 22px 0;
	z-index: 1;
}
.logo:before {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 0;
	bottom: 0;
	left: -1000%;
    width: 1000%;
}
.triangle {
	border: 43px solid transparent;
    border-left: 26px solid #fff;
    border-top: 73px solid #fff;
    position: absolute;
    top: 0;
    right: -68px;
}
.headerMapBlock {
	display: inline-block;
	float: right;
	background-color: rgba(0, 0, 0, 0.40);
	position: relative;
	width: 279px;
	height: 89px;
	transition: 0.25s;
}
.headerMapBlock:before {
	content: '\f041';
	font-family: FontAwesome;
	position: absolute;
	color: #fff;
    font-size: 34.59px;
    left: 31px;
    top: 21px;
    transition: 0.25s;

}
.headerMapBlock span {
	font-family: 'PT Sans', sans-serif;
	font-size: 14.92px;
	line-height: 16.78px;
	color: #fff;
	display: inline-block;
	padding-left: 83px;
	padding-top: 30px;
	letter-spacing: 0.4px;
}
.headerMapBlock:hover, .headerPhoneBlock:hover {
	background-color: rgba(0, 0, 0, 0);
}
.headerMapBlock:hover:before, .headerPhoneBlock:hover:before {
    -webkit-animation: wobble 500ms linear;
    -moz-animation: wobble 500ms linear;
    -o-animation: wobble 500ms linear;
    animation: wobble 500ms linear;
}
.headerPhoneBlock {
	display: inline-block;
	float: right;
	background-color: rgba(0, 0, 0, 0.40);
	position: relative;
    width: 282px;
    height: 89px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 24px;
    transition: 0.25s;
}
.headerPhoneBlock:before {
	content: '\f095';
	font-family: FontAwesome;
	font-size: 34.59px;
	color: #fff;
	left: 31px;
	top: 23px;
	position: absolute;
}
.headerPhoneBlock span {
	padding-left: 88px;
	font-family: 'PT Sans', sans-serif;
	display: inline-block;
	font-size: 16.97px;
	line-height: 22.63px;
	color: #fff;
}
.changeLanguages {
	float: right;
	display: inline-block;
	margin-right: 1px;
	cursor: pointer;
}
.changeLanguages span {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 8.72px;
	color: #fff;
	padding: 6px 5.5px;
    margin-left: -4px;
    transition: 0.25s;
}
.changeLanguages span a {
	color: #fff;
}
.changeLanguages span:first-child {
	background-color: rgba(181, 14, 0, 0.5);
}
.changeLanguages span:last-child {
	background-color: rgba(0, 0, 0, 0.5);
}
.changeLanguages span:first-child:hover {
	background-color: rgb(181, 14, 0);
}
.changeLanguages span:last-child:hover {
	background-color: rgb(0, 0, 0);
}
.navigation {
	border-top: 1px solid #fc4525;
	border-bottom: 1px solid #b30502;
	background: rgba(222,11,0,1);
	background: -moz-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,11,0,1)), color-stop(100%, rgba(192,12,2,1)));
	background: -webkit-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
	background: -o-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
	background: linear-gradient(to bottom, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
	position: relative;
    top: -27px;
}
.navbar-default {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
}
.navbar-form {
	position: relative;
}
.searchButton {
	position: absolute;
	right: 15px;
	top: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	padding: 0;
    padding-right: 15px;
}
.searchButton:before {
	content: '\f002';
	font-family: FontAwesome;
	color: #b50e00;
	border-left: 1px solid #000;
	font-size: 22px;
	line-height: 36px;
	padding: 3px 0 2px 14px;
}
.searchInput {
	border: none;
	border-radius: 0;
	font-family: 'PT Sans', sans-serif;
	font-size: 13px;
	line-height: 12px;
	color: #919191;
	padding: 8px 55px 6px 25px;
    height: 36px;
    width: 228px !important;
}
.navbar-form {
	margin-top: 6px;
}
.navbar-default .navbar-nav>li>a {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 7px 19px 11px;
}
.navbar-default .navbar-nav>li>a:hover {
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	border-top: 1px solid #f29740;
	border-radius: 4px;
	background: #890500;
	background: -moz-linear-gradient(bottom,  #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%); 
	background: -webkit-linear-gradient(bottom,  #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
	background: linear-gradient(to top,  #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
	color: #fff;
}
.navbar-nav > li {
	margin: 0 5.5px;
}
.sliderContainer {
	position: relative;
	margin: 0;
}
.blockOfSlideDescrp {
	position: absolute;
	top: 30%;
	right: 10%;
	background-color: rgba(255, 255, 255, 0.8);
	width: 586px;
	height: 291px;
}
.sliderSection {
	margin-top: -27px;
	border-bottom: 2px solid #aa1100;
}
.blockOfSlideDescrp h1 {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #363636;
	margin: 38px 0 0 32px;
	position: relative;
	text-transform: uppercase;
	line-height: 34px;
}
.blockOfSlideDescrp h1:before {
	content: '';
	position: absolute;
	bottom: -17px;
	left: 1px;
	width: 40px;
	height: 5px;
	background-color: #b50e00;
}
.blockOfSlideDescrp p {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #363636;
	padding: 0 32px;
	margin-top: 32px;
}
.subButtonOfSlider {
	border: none;
	border-top: 1px solid #f29740;
    border-radius: 4px;
    background: #890500;
    background: -moz-linear-gradient(bottom, #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%);
    background: -webkit-linear-gradient(bottom, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    background: linear-gradient(to top, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    padding: 12px 23px 12px 24px;
    margin-left: 30px;
    margin-top: 27px;
    transition: 0.25s;
}
.subButtonOfSlider:hover {
	background: #fff;
	color: #000
}
.carousel-indicators li {
	width: 15px;
	height: 15px;
	margin: 3px;

}
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 3px;
	background-color: #a20400;
	border-color: #a20400;
}
.carousel-indicators {
	bottom: 62px;
}
.carousel-control.left, .carousel-control.right {
	width: 100px;
    height: 130px;
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    top: 40%;
}
.leftArrowOfSlider:before {
	content: '\f104';
	font-family: FontAwesome;
	font-weight: 300;
	font-size: 80px;
	position: absolute;
    top: 0;
    left: 25%;
}
.rightArrowOfSlider:before {
	content: '\f105';
	font-family: FontAwesome;
	font-weight: 300;
	font-size: 80px;
	position: absolute;
    top: 0;
    right: 25%;
}
.whatWeCan {
	background-color: #f4f5f9;
}
.blockOfSkills {
	display: inline-block;
	text-align: center;
	border: 1px solid transparent;
	background-color: transparent;
	margin-top: 15px;
	margin-bottom: 23px;
	transition: 0.25s;
}
.blockOfSkills h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 17.21px;
	color: #6a6a6a;
	position: relative;
	text-transform: uppercase;
	margin: 30px 0;
	transition: 0.25s;
}
.blockOfSkills h1:before {
	content: '';
	position: absolute;
	bottom: -18px;
	width: 39px;
	height: 1px;
	background-color: #878788;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.blockOfSkills p {
	font-family: 'Open Sans', sans-serif;
	font-size: 11.48px;
	line-height: 19.13px;
	letter-spacing: 0.3px;
	color: #464646;
	padding: 0 15px;
	margin-bottom: 52px;
}
.blockOfImgSkills {
	text-align: center;
	margin: 56px auto 0;
}
.blockOfImgSkills1 {
	background: url('../images/house1.png') 50% 50% no-repeat;
    display: inline-block;
    background-color: #fff;
    width: 70px;
    height: 70px;
    position: relative;
    transition: 0.25s;
}
.blockOfImgSkills2 {
	background: url('../images/cart1.png') 50% 50% no-repeat;
    display: inline-block;
    background-color: #fff;
    width: 70px;
    height: 70px;
    position: relative;
    transition: 0.25s;
}
.blockOfImgSkills3 {
	background: url('../images/paper1.png') 50% 50% no-repeat;
    display: inline-block;
    background-color: #fff;
    width: 70px;
    height: 70px;
    position: relative;
    transition: 0.25s;
}
.blockOfImgSkills4 {
	background: url('../images/painting1.png') 50% 50% no-repeat;
    display: inline-block;
    background-color: #fff;
    width: 70px;
    height: 70px;
    position: relative;
    transition: 0.25s;
}
.blockOfImgSkills1:before, .blockOfImgSkills2:before, .blockOfImgSkills3:before, .blockOfImgSkills4:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	border: 1px solid #e8e8e8;
	transition: 0.25s;
}

.blockOfSkills:hover {
	background-color: #fdfdfe;
	border-color: #e2e3e5;
}
.blockOfSkills:hover h1 {
	color: #e74c3c;
}
.blockOfSkills:hover .blockOfImgSkills:before {
	transform: rotate(45deg);
	border-color: #ea6254;
}
.blockOfSkills:hover .blockOfImgSkills1 {
	background: url('../images/house2.png') 50% 50% no-repeat;
}
.blockOfSkills:hover .blockOfImgSkills2 {
	background: url('../images/cart2.png') 50% 50% no-repeat;
}
.blockOfSkills:hover .blockOfImgSkills3 {
	background: url('../images/paper2.png') 50% 50% no-repeat;
}
.blockOfSkills:hover .blockOfImgSkills4 {
	background: url('../images/painting2.png') 50% 50% no-repeat;
}
.historyOfCompany {
	overflow: hidden;
	border-top: 1px solid #e6e7eb;
	padding-top: 71px;
}
.historyOfCompanyLeftColmn {
	padding-left: 0;
}
.historyOfCompanyLeftColmn img {
	width: 100%;
}
.historyOfCompanyRightColmn {
	padding-right: 0;
	margin-top: -23px;
}
.historyOfCompanyRightColmn h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 0.3px;
	color: #6a6a6a;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	padding-left: 32px;
	margin-bottom: 45px;
}
.historyOfCompanyRightColmn h1:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 36px;
	left: 0;
	top: 0;
	background-color: #e74c3c;
}
.historyOfCompanyRightColmn p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #515151;
	text-align: justify;
	margin-bottom: 20px;
}
.historyOfCompanyRightColmn input {
	border: none;
    border-top: 1px solid #f29740;
    border-radius: 4px;
    background: #890500;
    background: -moz-linear-gradient(bottom, #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%);
    background: -webkit-linear-gradient(bottom, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    background: linear-gradient(to top, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.91px;
    font-weight: 700;
    padding: 13px 27px 15px 26px;
    margin-top: 0;
    transition: 0.25s;
}
.historyOfCompanyRightColmn input:hover {
	opacity: 0.5;
}
.historyOfCompany img {
	margin-top: -23px;
	width: 100%;
}
.slider {
    width: 100%;
    margin: 79px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.popProductsSlider {
	width: 100%;
}
.popProductsSlider img {
	width: 50%;
	float: left;
}
.sliderImgDescrp {
	display: inline-block;
	float: left;
	background-color: #f4f5f9;
	text-align: center;
	width: 50%;
	position: relative;
}
.sliderImgDescrp h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22.61px;
	color: #333538;
	margin-top: 30px;
	margin-bottom: 21px;
}
.sliderImgDescrp span {
	font-family: 'Open Sans', sans-serif;
	font-size: 14.69px;
	line-height: 21.55px;
	color: #333538;
	display: inline-block;
	width: 100%;
	z-index: 2;
}
.fSpan {
	padding-bottom: 22px;
}
.sliderImgDescrp input {
	border: none;
    border-top: 1px solid #f29740;
    border-radius: 4px;
    background: #890500;
    background: -moz-linear-gradient(bottom, #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%);
    background: -webkit-linear-gradient(bottom, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    background: linear-gradient(to top, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.91px;
    font-weight: 700;
    padding: 13px 27px 15px 26px;
    margin-top: 20px;
    margin-bottom: 23px;
    transition: 0.25s;
}
.tabDescription .mainGalleryBlock .sliderImgDescrp input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    margin: 0 auto 30px;
    width: 137px;
}
.sliderImgDescrp input:hover {
	opacity: 0.5
}
.sliderImgDescrp:before {
	content: '';
	position: absolute;
	left: 0;
	top: 40%;
	border: 21px solid transparent;
	transition: 0.25s;
	z-index: 1;
}
.sliderImgDescrp:hover:before {
	left: -42px;
	border-right: 21px solid #f4f5f9;
}
.slick-prev:before {
	content: '\f104';
	font-family: FontAwesome;
	color: #000;
}
.popularProducts {
	text-align: center;
}
.popularProducts h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 26.08px;
	color: #6a6a6a;
	text-transform: uppercase;
	margin-top: 49px;
	display: inline-block;
	position: relative;
}
.popularProducts h1:hover:before {
	width: 96px;
}
.popularProducts h1:before {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 6px;
	background-color: #e74c3c;
	transition: 0.25s;
}
.contacts {
	background-color: #f4f5f9;
	text-align: center;
}
.headerOfContactBlock {
	font-family: 'Open Sans', sans-serif;
	font-size: 26.08px;
	color: #6a6a6a;
	text-transform: uppercase;
	margin-top: 49px;
	margin-bottom: 73px;
	display: inline-block;
	position: relative;
}
.headerOfContactBlock:hover:before {
	width: 96px;
}
.headerOfContactBlock:before {
	content: '';
	position: absolute;
	bottom: -27px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 36px;
	height: 6px;
	background-color: #e74c3c;
	transition: 0.25s;
}
.contactsInfo {
	background-color: #fff;
	border-radius: 8px;
	padding-bottom: 73px;
	margin-bottom: 64px;
}
.LeftContactsBlockInfo {
	text-align: left;
	padding-left: 90px;
    padding-top: 40px;
}
.LeftContactsBlockInfo h1, .LeftContactsBlockInfo h2, .LeftContactsBlockInfo h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #e74e3e;
	margin-bottom: 21px;
	margin-top: 35px;
}
.LeftContactsBlockInfo span {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #999;
	display: block;
}
.rightContactsBlockInf {
	padding-top: 85px;
}
.rightContactsBlockInf input[type="text"] {
	width: 48%;
	float: left;
	border: 1px solid #555;
	transition: 0.25s;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
	padding: 10px 20px 12px 16px;
	margin-left: 13px;
}
.rightContactsBlockInf input[type="text"]:first-child {
	margin-left: 0;
}
.rightContactsBlockInf input[type="text"]:focus {
	border-color: #c0301c;
	outline: none
}
.rightContactsBlockInf textarea {
	resize: none;
	width: 97.7%;
	height: 175px;
    float: left;
    border: 1px solid #555;
    margin-top: 15px;
    transition: 0.25s;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	text-transform: uppercase;
	padding: 10px 19px;
}
.rightContactsBlockInf textarea:focus {
	border-color: #c0301c;
	outline: none
}
.rightContactsBlockInf input[type="button"] {
	border: none;
    border-top: 1px solid #f29740;
    border-radius: 4px;
    background: #890500;
    background: -moz-linear-gradient(bottom, #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%);
    background: -webkit-linear-gradient(bottom, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    background: linear-gradient(to top, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.91px;
    font-weight: 700;
    padding: 13px 27px 15px 26px;
    margin-top: 23px;
    transition: 0.25s;
    float: left;
}
.rightContactsBlockInf input[type="button"]:hover {
	opacity: 0.5;
}
footer {
	border-top: 1px solid #dd6031;
    background: rgba(222,11,0,1);
    background: -moz-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,11,0,1)), color-stop(100%, rgba(192,12,2,1)));
    background: -webkit-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
    background: -o-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
    background: -ms-linear-gradient(top, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
    background: linear-gradient(to bottom, rgba(222,11,0,1) 0%, rgba(192,12,2,1) 100%);
    padding: 17px 0 18px;
    position: relative;
}
.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 13.3px;
	color: #fff;
	float: left;
}
.author {
	font-family: 'Open Sans', sans-serif;
	font-size: 13.3px;
	color: #fff;
	float: right;
}
.author a {
	color: #fff;
}
#toTop {
	width: 62px;
    height: 62px;
    border-radius: 50px;
    border: 8px solid #fff;
    background-color: #ae3f32;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -31px;
    transition: 0.25s;
}
#toTop:before {
	content: '\f106';
	font-family: FontAwesome;
	color: #fff;
	font-size: 36px;
    position: relative;
    top: -5px;
    transition: 0.25s;
}
#toTop:hover {
	background-color: transparent;
	border-color: #000;
}
#toTop:hover:before {
	color: #000;
}


#map {
	width: 100%;
	height: 406px;
}
.contactsPageInfo {
	padding-bottom: 0;
	margin-bottom: 63px;
}
.contactsPageInfo .LeftContactsBlockInfo {
	padding-top: 0;
}
.contactsPageInfo .rightContactsBlockInf {
	padding-top: 39px;
}



.galleryPageBlock {
	width: 25%;
	float: left;
	position: relative;
	margin-top: 119px;
	margin-bottom: 176px;
}
.galleryPageBlocka a {
	display: inline-block;
}
.galleryPageBlock a img {
	width: 100%;
}
.galleryPageBlock a:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: transparent;
	transition: 0.25s;
}
.galleryPageBlock a:hover:before {
	background-color: rgba(227, 62, 58, 0.8);
}
.galleryPageBlock span {
	position: absolute;
	display: inline-block;
	left: 32px;
	bottom: 39px;
	font-family: 'PT Sans', sans-serif;
	font-size: 18.88px;
	line-height: 22.02px;
	font-weight: 700;
	color: #fff;
}
.galleryPageBlock span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 64px;
	background-color: #fff;
	width: 27px;
	height: 2px;
}





.galleryImgHref {
	display: inline-block;
	width: 16.6666667%;
	float: left;
}
.galleryImgHref img {
	width: 100%;
}
.ObjectsPageGallery {
	margin-top: 79px;
	margin-bottom: 121px
}
.fancybox-title-float-wrap .child {
	display: none !important;
}
.fancybox-lock .fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.8);
}
.fancybox-close {
	background-color: #000;
	width: 16px !important;
    height: 16px !important;
    border-radius: 50px;
    top: 5px !important;
    right: 5px !important;

}
.fancybox-close:before {
	content: '\f00d';
	font-family: FontAwesome;
	color: #fff;
	position: absolute;
    top: 0px;
    right: 4.5px;
    font-size: 10px;
}
.fancybox-next span {
	background: url('../images/rightFancyBoxArrow.png') 50% 50% no-repeat !important;
    height: 20px !important;
    width: 20px !important;
    display: inline-block;
    visibility: visible !important;
}
.fancybox-prev span {
	background: url('../images/leftFancyBoxArrow.png') 50% 50% no-repeat !important;
    height: 20px !important;
    width: 20px !important;
    display: inline-block;
    visibility: visible !important;
}
.fancybox-skin {
	border-radius: 8px !important;
}
.fancybox-inner {
	border: 1px solid #b5b9bd !important;
}
.backTo {
	margin-top: 32px;
}
.backTo, .artcl {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #555;
	font-weight: 700;
}
.backTo a {
	color: #b21100;
}
.rightProductBlock h1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	color: #111;
	margin-top: 14px;
	margin-bottom: 17px;
}
.artcl {
	margin-bottom: 4px;
}
.artcl span{
	color: #b21100;
}
.rightProductBlock ul span {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #555;
	margin-bottom: 8px;
	display: inline-block;
}
.rightProductBlock ul {
	padding-left: 0;
	margin-bottom: 0;
}
.rightProductBlock ul li {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #1a1a1a;
	margin-left: 17px;
}
.maker {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #1a1a1a;
}
.rightProductBlock input {
	border: none;
    border-top: 1px solid #f29740;
    border-radius: 4px;
    background: #890500;
    background: -moz-linear-gradient(bottom, #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%);
    background: -webkit-linear-gradient(bottom, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    background: linear-gradient(to top, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.91px;
    font-weight: 700;
    padding: 13px 27px 15px 26px;
    margin-top: 17px;
    transition: 0.25s;
    float: left;
} 
.rightProductBlock input:hover {
	opacity: 0.5;
}
.downloadHref {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #941103;
	float: right;
	letter-spacing: 0.6px;
	margin: 16px 33px 0 17px;
}
.downloadHref img {
	margin-right: 17px;
}





.productBlock {
	margin-bottom: 81px;
}
.leftProductBlock img {
	width: 100%;
	border: 2px solid #e0e0e0;
}
.rightProductBlock {
	background-color: #f4f5f9;
	padding-left: 61px;
	padding-bottom: 73px;
}







.NavigationOfGallery .nav-tabs {
	display: inline-block;
	border: 2px solid #d8d8d8;
}
.NavigationOfGallery .nav-tabs li a{
	font-family: 'PT Sans', sans-serif;
	font-size: 14.38px;
	color: #636363;
	text-transform: uppercase;
}
.NavigationOfGallery .nav-tabs li {
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	margin-right: 0;
	border-radius: 0;
	border-color: #b91100;
	background-color: #d91100;
	font-weight: 700;
	color: #fff;
}
.mainGalleryBlock {
	width: 50%;
	float: left;
	position: relative;
	height: 340px;
}
.NavigationOfGallery .tab-content>.tab-pane {
	margin-top: -6px;
}
.NavigationOfGallery .tab-content>.active {
	border: 2px solid #d8d8d8;
	display: inline-block;
	padding: 42px 18px 44px 15px;
}
.mainGalleryBlock .sliderImgDescrp span {
	padding: 0 15px;
}
.fpsanOfGallery {
	margin-bottom: 15px;
}
.mainGalleryBlock .sliderImgDescrp {
	padding-bottom: 17px;
	height: 100%;
}
.changeSideBlock .sliderImgDescrp:before {
	right: 0;
    left: auto;
}
.changeSideBlock .sliderImgDescrp:hover:before {
	border-left: 21px solid #f4f5f9;
	border-right-color: transparent;
	right: -42px;
}
.modal-title {
	font-family: 'PT Sans', sans-serif;
	font-size: 18.98px;
	color: #636363;
	padding-left: 9px;
}
.modal-header {
	padding-top: 51px;
	padding-bottom: 16px;
	border-bottom: 3px solid #a81100;
}
.modal-content {
	width: 464px;
	/*height: 339px;*/
	padding: 0 63px 25px;
	margin: 0 auto;
}
.modal-body {
	padding: 12px 9px;
}
.modal-body input {
	font-family: 'PT Sans', sans-serif;
    font-size: 13.99px;
    color: #636363;
    width: 100%;
    border: 1px solid #c2c2c2;
    background-color: #ebeff0;
    border-radius: 2px;
    margin: 10px 0 1px;
    padding: 12px 15px 14px 9px
}
.modal-footer {
	border-top: none;
	padding: 10px 9px;
}
.modal-footer input {
	border: none;
    border-top: 1px solid #f29740;
    border-radius: 4px;
    background: #890500;
    background: -moz-linear-gradient(bottom, #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%);
    background: -webkit-linear-gradient(bottom, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    background: linear-gradient(to top, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.91px;
    font-weight: 700;
    padding: 13px 27px 15px 26px;
    transition: 0.25s;
    float: left;
}
.modal-footer span {
	font-family: 'PT Sans', sans-serif;
    font-size: 11.99px;
    line-height: 12.99px;
    color: #636363;
    text-align: left;
    display: inline-block;
    float: left;
    width: 50%;
    margin-left: 12px;
    margin-top: 11px;
}
.mainGallery {
	margin-bottom: 165px;
}
.modalWindowClose {
	display: none;
}
.mainHref {
	font-family: 'PT Sans', sans-serif;
	font-size: 16.25px;
	line-height: 34.82px;
	color: #343434;
	transition: 0.25s;
}
.mainHref:hover, .accordion-inner a:hover {
	color: #990e00;
	text-decoration: none;
}
.zagolovku {
	padding-left: 20px;
}
.accordion-inner a {
	padding-left: 28px;
	font-family: 'PT Sans', sans-serif;
	font-size: 16.25px;
	line-height: 22px;
	display: inline-block;
	color: #343434;
	transition: 0.25s;
}
.mainHref:focus, .accordion-inner a:focus {
	color: #990e00;
	text-decoration: none;
}
.zagolovok2 {
	margin-top: 14px;
}
.tab-pane {
	width: 80%;
}
.tab-content>.tab-pane {
	margin-top: 0;
}
.tab-content>.active {
	border: none;
	padding: 0 0 0 39px
}

.element_img_full {
    margin: 0 auto 18px;
    width: 100%;
    position: relative;
}
.element_img_full img {
	width: 100%;
}
.price_circle {
	position: absolute;
	background-color: #85c226;
	color: #fff;
	width: 160px;
	height: 160px;
	border: 5px solid #fff;
	border-radius: 50%;
	right: 0;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 22px;
	font-weight: 500;
}
.thumbs {
	display: inline-block;
	width: 100%;
}
.thumbs .element_img_small {
	width: 18.2%;
    float: left;
    margin: 0 4px;
}
.thumbs a:hover {
    opacity: .7;
}
.gallereya {
	width: 50%;
	display: inline-block;
	float: left;
}
.contentForProdactionPage img {
	margin-bottom: 24px;
	width: 100%;
}
.element_img_small a img {
	width: 100%;
	margin-bottom: 9px;
}
.rightBlockForGalleryDescrp {
	width: 50%;
	float: left;
	padding-left: 20px;
}
.rightBlockForGalleryDescrp img {
	width: 100%;
}
.rightBlockForGalleryDescrp input {
	border: none;
    border-top: 1px solid #f29740;
    border-radius: 4px;
    background: #890500;
    background: -moz-linear-gradient(bottom, #890500 0%, #c30500 50%, #da2622 50%, #e64942 100%);
    background: -webkit-linear-gradient(bottom, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    background: linear-gradient(to top, #890500 0%,#c30500 50%,#da2622 50%,#e64942 100%);
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.91px;
    font-weight: 700;
    padding: 13px 27px 15px 26px;
    transition: 0.25s;
    float: left;
    margin-top: 30px;
}
.rightBlockForGalleryDescrp input:hover {
	opacity: 0.5;
}
#collapseOne .rightProductBlock {
	padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.acordeon {
	margin-bottom: 20px;
}
.acordeon a {
	width: 65%;
    display: inline-block;
    text-align: center;
    font-family: 'PT Sans', sans-serif;
    font-size: 13.88px;
    color: #146944;
    text-transform: uppercase;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    letter-spacing: 0.5px;
    padding: 19px 15px 17px;
    position: relative;
}
.acordeon a:before {
	content: '';
	position: absolute;
	background: url('../images/arrow.png');
	width: 8px;
	height: 5px;
	right: 20px;
    top: 25px;
}
.acordeon a:hover {
	text-decoration: none;
}
.acordeon a:focus {
	text-decoration: none;
}

.production {
	margin-bottom: 125px;
}


.leftSideNav {
	width: 20%;
	float: left;
	border: 1px solid #e4e7ee;
	border-radius: 2px;
	margin-bottom: 35px;
}
.zagolovok_1 {
	font-family: 'PT Sans', sans-serif;
	font-size: 16.25px;
	font-weight: 700;
	color: #a31100;
	border-bottom: 1px solid #e0e3ec;
	width: 95%;
	margin-left: 6px;
	padding: 10px 0 6px 14px;
}

.NavigationOfGallery .tab-content .tab-pane {
	width: 100%;
}
.contentForProdactionPage {
	float: left;
	width: 80%;
	padding: 0px 0px 0px 39px;
}

#accordion2 .accordion-group .accordion-body .accordion-inner a.active {
	color: #cd0c01;
}
#accordion2 .accordion-group .accordion-body .accordion-inner {
	margin-bottom: 10px;
}
.mainGalleryBlock {
	cursor: pointer;
}
.informationDescriptionImageBlock {
    float: left;
    width: 50%;
    display: inline-block;
    text-align: center;
    line-height: 340px;
    height: 340px;
    position: relative;
}
.informationDescriptionImageBlock img {
    width: 100%;
    float: none;
    vertical-align: middle;
    margin: 0 auto;
}
.pSliderImgDescrp {
	position: relative;
	height: 80px;
	overflow: hidden;
	padding: 0 10px;
}
.pSliderImgDescrp:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 15px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #f4f5f9 100%, #f4f5f9 10%, #f4f5f9);

    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #f4f5f9 100%, #f4f5f9 10%, #f4f5f9);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #f4f5f9 100%, #f4f5f9 10%, #f4f5f9);
    background: linear-gradient('to bottom', rgba(255, 255, 255, 0), #f4f5f9 100%, #f4f5f9 10%, #f4f5f9);
}
.search_item img {
	display: none;
}




.zoomGallery {
	width: 50%;
	float: left;
}
#gallery_01 {
	width: 100%;
}
#gallery_01 a {
	width: 18.2%;
    float: left;
    margin: 0 4px;
    display: inline-block;
}
.someUlList {
	padding-left: 0;
	margin: 15px 0 25px;
	display: inline-block;
} 
.someUlList li {
	list-style-type: none;
	display: inline-block;
	float: left;
	
	text-align: center;
}
.someUlList li a img {
	height: 40px;
}
.someUlList li a {
	font-family: 'PT Sans', sans-serif;
    font-size: 18px;
	text-transform: uppercase;
    color: #000;
    padding: 7px 19px 11px;
    transition: 0.25s;
    width: 100%;
    display: inline-block;
}
.someUlList li a:hover {
	opacity: 0.5;
	text-decoration: none;
}
#zoom_05123 {
	transition: 0.25s;
	display: inline-block;
	cursor: pointer;
}
#zoom_05123:hover {
	transform: scale(2.0);
	right: 50%;
    position: relative;
}
.ContacNavigation iframe {
	width: 100% !important;
}

@media(max-width: 1199px) {
	.navbar-default .navbar-nav>li>a {
		padding: 7px 8px 8px;
		font-size: 15px;
	}
	.blockOfSlideDescrp {
		top: 10%;
	}
	.sliderImgDescrp h2 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.fSpan {
		padding-bottom: 5px;
	}
	.sliderImgDescrp input {
		margin-top: 16px;
		margin-bottom: 15px;
	}
	.rightProductBlock {
		padding-left: 45px;
		padding-bottom: 30px;
	}
	.rightProductBlock input {
		margin-top: 6px;
	}
	.downloadHref {
		margin-top: 6px;
	}
	.rightProductBlock h1 {
		margin: 5px 0;
	}
	.backTo {
		margin-top: 21px;
	}
	.mainGalleryBlock .sliderImgDescrp {
		padding-bottom: 0;
	}
	.thumbs .element_img_small {
		width: 17.8%;
	}
	.acordeon a {
		width: 80%;
	}
	.zoomWindowContainer {
		width: 200px !important; 
	}
	.zoomWindowContainer div {
		width: 200px !important;
		height: 200px !important;
	}
}
@media(max-width: 991px) {
	.headerMapBlock, .headerPhoneBlock {
		width: 200px;
		height: 70px;
	}
	.headerMapBlock span {
		padding-left: 55px;
    	padding-top: 10px;
	}
	.headerMapBlock:before {
		font-size: 30px;
	    left: 18px;
	    top: 11px;
	}
	.headerPhoneBlock {
		padding-top: 10px;
	}
	.headerPhoneBlock span {
		padding-left: 55px;
		font-size: 14px;
	}
	.headerPhoneBlock:before {
		font-size: 30px;
		left: 18px;
	    top: 11px;
	}
	.changeLanguages {
		margin-top: 46px;
	}
	.navigation {
		top: -35px;
	}
	.navbar-nav {
		left: 0 !important;
		margin-top: 45px !important;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
	}
	.navbar-form {
		margin-top: 45px;
	}
	.sliderSection {
		margin-top: -34px;
	}
	.blockOfSlideDescrp {
		width: 465px;
    	height: 228px;
	}
	.blockOfSlideDescrp h1 {
		font-size: 20px;
		line-height: 28px;
		margin: 20px 0 0 20px;
	}
	.blockOfSlideDescrp h1:before {
		left: 0;
		bottom: -7px;
	}
	.blockOfSlideDescrp p {
		padding: 0 20px;
		margin-top: 20px;
	}
	.subButtonOfSlider {
		margin-left: 20px;
		margin-top: 10px;
	}
	.carousel-indicators {
		bottom: 15px;
	}
	.sliderImgDescrp h2 {
		font-size: 19px;
	}
	.popProductsSlider img {
		width: 100%;
	}
	.sliderImgDescrp {
		width: 100%;
	}
	.sliderImgDescrp:before {
		display: none;
	}

	.rightContactsBlockInf input[type="text"] {
		width: 48.6%;
	}
	.rightContactsBlockInf textarea {
		width: 100%;
	}
	.LeftContactsBlockInfo {
		padding-left: 40px;
	}
	.galleryPageBlock span {
		left: 20px;
		bottom: 20px;
	}
	.galleryPageBlock {
		margin-top: 60px;
		margin-bottom: 100px;
	}
	.rightProductBlock {
		padding-left: 25px;	
	}
	.rightProductBlock input {
		margin-top: 0;
	}
	.downloadHref {
		float: left;
	    margin-top: 15px;
	    margin-left: 0;
	}
	.mainGalleryBlock {
		width: 100%;
	}
	.mainGalleryBlock img {
		width: 50%;
	}
	.mainGalleryBlock .sliderImgDescrp {
		width: 50%;
	    position: absolute;
	    top: 0;
	    bottom: 0;
	    padding-top: 10%;
	}
	.mainGalleryBlock:nth-child(2) img {
		float: right;
	}
	.changeSideBlock .sliderImgDescrp {
		right: 0;
	}
	.changeSideBlock:last-child img {
		float: right;
	}
	.changeSideBlock:last-child .sliderImgDescrp {
		right: auto;
		left: 0;
	}
	.thumbs .element_img_small {
		width: 17.1%;
	}
	.acordeon a {
		width: 100%;
	}
	.mainHref {
		font-size: 15px;
	}
	.accordion-inner a {
		font-size: 14px;
		line-height: 24px;
	}
	#collapseOne .rightProductBlock {
		padding: 5px 15px;
	}
 }
@media(max-width: 767px) {
	.triangle {
		display: none;
	}
	.row {
		margin: 0;
	}
	.headerMapBlock, .headerPhoneBlock {
		width: 190px;
	}
	.headerPhoneBlock {
		clear: both;
		margin-top: -45px;
	}
	.topBlockOFHeader {
		background-repeat-y: repeat;
	}
	.navbar-default .navbar-toggle {
		width: 100%;
	    margin: 0;
	    margin-top: 7px;
	    float: none;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-collapse {
		border-top: none;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	    background-color: rgba(255, 255, 255, 0.2);
	    border: 1px solid #d2d2d2;
	    border-top: none;
	    border-bottom: none;
	}
	.navbar-nav {
		margin-top: 10px !important;
	}
	.navbar-nav > li {
		margin: 0 5.5px;
    	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}
	.navbar-nav .active {
		border-bottom: none;
	}
	.navbar-form {
		margin-top: 10px;
	}
	.searchInput {
		width: 100% !important
	}
	.searchButton {
		top: 10px;
	}
	.blockOfSlideDescrp {
		left: 0;
		right: 0;
		width: 75%;
		margin: 0 auto;
	}
	.carousel-indicators {
		bottom: 0;
	}
	.historyOfCompanyRightColmn h1 {
		margin-top: 55px;
	}
	.historyOfCompanyRightColmn input {
		margin-bottom: 20px;
	}
	.historyOfCompanyLeftColmn {
		padding: 0;
	}
	.sliderImgDescrp span {
		padding: 0 15px;
	}
	.LeftContactsBlockInfo {
		padding-top: 0;
	}
	.rightContactsBlockInf {
		padding-top: 20px;
	}
	.rightContactsBlockInf input[type="text"] {
		margin-left: 4%;
		width: 48%;
	}
	.contactsInfo {
		padding-bottom: 25px;
		margin-bottom: 64px !important;
	}
	.galleryPageBlock {
		width: 48%;
		margin: 1%;
	}
	.galleryPage {
		margin-top: 25px;
		margin-bottom: 50px;
	}
	.backTo {
		margin-top: 15px;
	}
	.rightProductBlock h1 {
		font-size: 20px;
	}
	.maker {
		font-size: 13px;
	}
	.rightProductBlock {
		text-align: center;
	}
	.rightProductBlock h1, .rightProductBlock span, .rightProductBlock p, .rightProductBlock ul li, .rightProductBlock ul span {
		text-align: left;
	} 
	.rightProductBlock input {
		float: none;
	}
	.downloadHref img {
		display: block;
	    text-align: center;
	    margin: 0 auto;
	}
	.downloadHref {
		margin: 0;
		margin-top: 25px;
		float: none;
		display: inline-block;
	}
	.leftSideNav {
		width: 50%;
	}
	.tab-pane {
		width: 70%;
	}
	.tab-content>.active {
		padding: 0 0 0 15px;
	}
	.gallereya {
		width: 100%;
	}
	.thumbs .element_img_small {
		width: 18%;
		margin: 0 1%;
	}
	.rightBlockForGalleryDescrp {
		width: 100%;
		padding-left: 0;
	}
	#collapseOne .rightProductBlock {
		text-align: left;
	}
	.zagolovku {
		padding-left: 15px;
	}
	.zoomGallery {
		width: 100%;
	}
	.zoomWindowContainer div {
		width: 400px !important;
		height: 400px !important;
		left: 0 !important;
		top: 100% !important;
	}
	#zoom_05123:hover {
		transform: scale(1);
		right: 0%;
	}
	.someUlList li {
		width: 50%;
	}
}
@media(max-width: 640px) {
	.blockOfSlideDescrp {
		height: 160px;
		width: 93%;
	}
	.carousel-control.left, .carousel-control.right {
		display: none;
	}
	.blockOfSlideDescrp h1 {
		font-size: 15px;
	    line-height: 22px;
	    margin: 15px 0 0 15px;
	}
	.blockOfSlideDescrp p {
		padding: 0 15px;
		margin-top: 15px;
	}
	.subButtonOfSlider {
		position: absolute;
		top: 0;
		right: 15px;
	}
	.mainGalleryBlock .sliderImgDescrp {
		padding-top: 0;
	}
	.NavigationOfGallery .nav-tabs {
		width: 100%;
	}
	.NavigationOfGallery .nav-tabs li {
		width: 25%;
	}
	.NavigationOfGallery .nav-tabs li a {
		font-size: 11px;
		padding: 10px 0;
    	text-align: center;
	}
	.fpsanOfGallery {
		margin-bottom: 5px;
	}
	.sliderImgDescrp input {
		margin-top: 10px;
	}
	.sliderImgDescrp span {
		font-size: 13px;
	}
	.sliderImgDescrp h2 {
		margin-top: 10px;
	}
	.modal-content {
		width: 75%;
		height: auto;
	}
	.modal-footer input {
		float: none;
		width: 100%;
	}
	.modal-header {
		padding-top: 25px;
	}
	.modal-footer span {
		width: 100%;
	    font-size: 13px;
	    margin: 20px 0 25px;
	}
}
@media(max-width: 479px) {
	.logo {
		float: none;
	    display: inline-block;
	    text-align: center;
	    width: 100%;
	    background-color: transparent;
	}
	.logo:before {
		display: none;
	}
	.logo a {
		display: inline-block;
	    background-color: #fff;
	    padding: 22px;
	}
	.headerMapBlock, .headerPhoneBlock {
		width: 100%;
		clear: none;
	}
	.headerPhoneBlock {
		margin-top: 10px;
		display: block;
	}
	.blockOfSlideDescrp {
		display: none;
	}
	.blockOfSkills {
		width: 100%;
	}
	.historyOfCompanyRightColmn h1 {
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.historyOfCompanyRightColmn h1 {
		font-size: 22px;
	}
	.sliderImgDescrp span {
		font-size: 12px;
	}
	.sliderImgDescrp input {
		padding: 10px;
		font-size: 12px;
	}
	.LeftContactsBlockInfo {
		padding-left: 15px;
		text-align: center;
	}
	.rightContactsBlockInf input[type="text"] {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.rightContactsBlockInf textarea {
		margin-top: 0;
	}
	.copyright {
		width: 100%;
	    float: none;
	    display: inline-block;
	    text-align: center;
	    margin-top: 30px;
	}
	.author {
		float: none;
	    width: 100%;
	    display: inline-block;
	    text-align: center;
	    margin-top: 25px;
	    margin-bottom: 25px;
	}
	.galleryPageBlock {
		width: 100%;
		margin: 20px 0;
	}
	.galleryPageBlock span {
		font-size: 26px;
	}
	.galleryPageBlock span:before {
		width: 70px;
    	height: 4px;
	}
	.leftProductBlock {
		width: 100%;
	}
	.rightProductBlock {
		width: 100%;
	}
	.rightProductBlock input {
		width: 100%;
	}
	.rightProductBlock {
		text-align: left;
		padding-left: 15px;
	}
	.downloadHref {
		width: 100%;
		text-align: center;
	}
	.mainGalleryBlock img {
		width: 100%;
	}
	.mainGalleryBlock .sliderImgDescrp {
		position: relative;
		width: 100%;
	}
	.mainGalleryBlock {
		margin-top: 10px;
	}
	.NavigationOfGallery .nav-tabs li {
		width: 100%;
		border-bottom: 2px solid #d8d8d8;
	}
	.NavigationOfGallery .nav-tabs li:last-child {
		border-bottom: none;
	}
	.NavigationOfGallery .nav-tabs li a {
		font-size: 13px;
	}
	.modal-content {
		padding: 0 20px;
		width: 80%;
	}
	.modalWindowClose {
		display: block;
		position: absolute;
	    right: 10px;
	    top: 10px;
	    border: 1px solid #000 !important;
	    border-radius: 50px;
	    width: 24px;
	    background-color: rgb(235, 239, 240) !important;
	}
	.modal-title {
		font-size: 16px;
		text-align: center;
	}
	.leftSideNav {
		width: 100%;
	}
	.leftSideNav li{
		float: left;
		clear: both;
	}
	.tab-pane {
		width: 100%;
	}
	.tab-content>.active {
		padding-left: 0;
	}
	.rightBlockForGalleryDescrp input {
		width: 100%;
	}
	.mainGalleryBlock {
		height: auto;
		border: 1px solid #bbb;
	}
	.informationDescriptionImageBlock {
		width: 100%;
	}
	.zoomContainer {
		display: none;
	}
	.tabDescription .mainGalleryBlock .sliderImgDescrp input {
		position: static;
	}
}









@media(min-width: 768px) {
	.navbar-nav {
		float: left;
	    margin: 0;
	    left: 269px;
	    position: relative;
	    margin-top: 6px;
	}
	.navigationCont {
		padding: 0;
	}
	.navbar-header {
		display: none;
	}
	.item img {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	html {
		position: relative;
		min-height: 100%;
	}
	body {
		margin-bottom: 55px;
	}
	footer {
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    height: auto;
	}
}


