@font-face {
	font-family: 'Myriad Pro Bold';
	src: url('fonts/MyriadPro-Bold.eot');
	src: url('fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Bold.woff2') format('woff2'),
	url('fonts/MyriadPro-Bold.woff') format('woff'),
	url('fonts/MyriadPro-Bold.ttf') format('truetype'),
	url('fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Myriad Pro Regular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/MyriadPro-Regular.woff2') format('woff2'),
	url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.ttf') format('truetype'),
	url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	transition: all 0.5s ease-out;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

.alert-dismissable .close,
.alert-dismissible .close{
	right:auto;
}

.stHeading{
	font-size: 48px;
	text-transform: uppercase;
	line-height: normal;
}

.panel-collapsable{
	padding:10px 15px;
	border:1px solid #000;
	border-radius:0;
}

.panel-collapsable .panel-heading{
	padding: 10px 0;
	line-height: normal;
	cursor:pointer;
	position: relative;
	padding-right: 40px;
}

.panel-collapsable .panel-heading .display-flex{
	justify-content: space-between;
}

.panel-collapsable .panel-heading:after{
	content:"";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: url('../image/panel-arrow.png') center center no-repeat;
	width: 24px;
	height: 14px;
	transform: rotate(180deg);
}

.panel-collapsable.active .panel-heading:after{
	transform: rotate(0deg);
}

.panel-collapsable .panel-body{
	display: none;
}

.panel-collapsable.active .panel-body{
	display: block;
}

.panel-collapsable .panel-body{
	padding: 30px 25px;
}

a {
	color: #000;
}

a:focus, a:hover{
	color: #B11F26;
}

.fz14{
	font-size:14px;
}

.fz16{
	font-size:16px;
}

.fz18{
	font-size:18px;
}

.fz28{
	font-size:28px;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}

.form-control{
	border-color:#000;
	border-radius:0;
	padding: 12px 24px;
	height: auto;
}

.form-control.error{
	border-color:#B11F26;
}

.form-control::placeholder{
	font-size: 16px;
	color: #888;
}

.form-control.error::placeholder{
	color: #B11F26;
}

textarea.form-control{
	resize:none;
}

#top_menu .btn.focus, #top_menu .btn:focus, #top_menu .btn:hover{
    color:#fff;
}


.form-control:focus {
	border-color: #000;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 0 0 / 60%);
}

.form-control.error:focus {
	border-color: #B11F26;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(177 31 38 / 8%), 0 0 8px rgb(177 31 38 / 60%);
	box-shadow: inset 0 1px 1px rgb(177 31 38 / 8%), 0 0 8px rgb(177 31 38 / 60%);
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}

.form-horizontal .control-label{
	text-align: left;
}

/*label.fileDocs input{
	display: none;
}

label.fileDocs{
	background: url('../image/download_icon.png') right center no-repeat;
	height: 48px;
	margin-right: 50px;
}*/

.gurtBanner{
	position: relative;
}

.gurtBannerImg .img-responsive{
	width: 100%;
}

.gurtBannerInfo,
.gurtBannerForm{
	position: absolute;
	bottom: 15%;
	padding-left: 30px;
}

.gurtBannerForm{
	display: none;
}

.gurtBannerDesc{
	font-family: 'Myriad Pro Regular';
	font-size: 45px;
	border-left: 9px solid #000;
	padding-left: 20px;
	line-height: normal;
	margin-bottom: 20px;
}

.gWarehouse,
.gPostcode,
.gAddress{
	display: none;
}

.gurtBannerBtn .btn.btn-black{
	width: 100%;
	background: rgba(0,0,0,0.62);
	font-size: 28px;
	padding: 14px 12px;
}

.gurtBannerForm .form-group input,
.gurtBannerForm .form-group select,
.gurtBannerForm .form-group textarea{
	border-radius: 15px;
	border-color:#fff;
	width: 420px;
}

.gurtBannerForm .btn.btn-black{
	width: 100%;
	font-size: 20px;
	padding: 14px 12px;
}

.gurtBannerBtn .btn.btn-black:hover,
.gurtBannerBtn .btn.btn-black:focus,
.gurtBannerBtn .btn.btn-black:active,
.gurtBannerBtn .btn.btn-black:focus:active,
.gurtBannerBtn .btn.btn-black:active:focus{
	background: rgba(255,255,255,0.62);
	color: #000;
}

.form-horizontal.gurt label{
	font-weight: bold;
	font-size: 14px;
}

.navbar-nav.navbar-center {
	display: inline-block;
	float: none;
	vertical-align: top;
}

#gurt_menu .navbar-collapse {
	text-align: center;
}

#gurt_menu .navbar-nav>li{
	margin-right: 30px;
}

#gurt_menu .nav>li>a{
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px solid #fff;
}

#gurt_menu .nav>li>a:focus,
#gurt_menu .nav>li>a:hover,
#gurt_menu .nav>li>a.selected
{
	background: none;
	color: #000;
	border-bottom: 5px solid #b3003b;
}

#gurt_menu {
	margin-bottom: 40px;
}

.gurtHeaderRow{
	margin: 20px 0;
}

.gurtHeading{
	font-size: 30px;
	background: url('../image/mlogo.png') left center no-repeat;
	background-size: contain;
	padding-left: 50px;
}

.docRow{
	font-size: 16px;
	background: url('../image/download_icon.png') left center no-repeat;
	background-size: contain;
	padding-left: 33px;
}

.deleteDoc {
	margin-left: 30px;
	text-decoration: underline;
}

.fieldset{
	border:1px solid #a0a0a0;
	border-radius: 20px;
	padding: 30px 60px;
}

.fieldset legend{
	font-weight: bold;
}

#content.loading{
	position: relative;
}

#urlForm{
	max-width: 80%;
	margin: auto;
}

#content.loading::after{
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #000;
	border-color: #000 transparent #000 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
	position: absolute;
	top: 50%;
	margin-top: -32px;
	left: 50%;
	margin-left: -32px;
	background: rgba(255,255,255,.7);
}

@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.gurtAddress{
	border:1px solid #888888;
	border-radius: 10px;
	padding: 10px 20px;
	color: #888;
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
}

.gurtAddress .flex-item{
	margin-right: 15px;
}

.gurtAddress .flex-item:nth-child(2){
	max-width:90%;
}

.closeAddress{
	position: absolute;
	right: 10px;
	top:10px;
	width: 15px;
	height: 15px;
}

.closeAddress::after{
	display: inline-block;
	content: "\00d7";
	font-size: 27px;
}

.gurtAddress input[type="radio"] {
	width: 20px;
	height: 20px;
}

.gurtCategories{
	font-size: 15px;
}

.gurtCategories .flex-item{
	width: calc(33% - 80px);
	margin: 0 40px 30px;
}

.gurtCatHeader{
	padding: 10px 20px;
	text-align: center;
	background: #b3003b;
	color: #fff;
	font-size: 20px;
}

.gurtCategories ul{
	margin: 10px 30px;
}

.gurtCategories label{
	font-size: 16px;
}

#gurt-checkout label {
	cursor: pointer;
}

.gurtProdWrapper {
	max-height: 800px;
	overflow: auto;
	text-align: center;
}

.gurtProdWrapper::-webkit-scrollbar {
	width: 20px;
}

.gurtProdWrapper::-webkit-scrollbar-track {
	background: #ffffff;
	border:1px solid #a4a4a4;
}

.gurtProdWrapper::-webkit-scrollbar-thumb {
	background: #B11F26;
	cursor:pointer;
}

.gurtProdWrapper::-webkit-scrollbar-thumb:hover {
	background: #b12c33;
}

.gurtProdWrapper thead {
	position: sticky;
	top: 0;
	z-index: 2;
}

.gurtProdWrapper th {
	position: sticky;
	top: 0;
	z-index: 2;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
}

.gurtProdWrapper th:last-child{
	font-size: 12px;
}

.gurtProdWrapper thead tr{
	background: #000;
	color: #fff;
}

.gurtProdWrapper .table>tbody>tr>td{
	border-top: none;
	border-bottom:4px solid #373535;
	border-right: 2px solid #e6e6e6;
}

.gurtProdWrapper .table>tbody>tr>td:last-child{
	border-right: none;
	background: #e6e6e6;
}

.gpWrapper.d-flex{
	margin-bottom: 10px;
	justify-content: space-between;
	font-size: 18px;
}

.gpCheckWrapper{
	display: block;
	position: relative;
	padding-left: 50px;
	cursor: pointer;
	font-size: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
	/*width: 25%;*/
}

.gurtWrapper .gpCheckWrapper{
	padding-left: 35px;
}

.gpCheckName{
	display: block;
	margin-top: 4px;
}

.gpCheckWrapper input:checked ~ .newCheck {
	background-color: #fff;
}

.gpCheckWrapper input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

#js-export{
	background: url('../image/download_icon.png') no-repeat center top;
	padding-top: 30px;
	background-size: 40%;
	border: 0;
	outline: none;
	box-shadow: none;
}

.gurtCatBtns.d-flex{
	justify-content: center;
	align-items: start;
}

.gurtCatBtns .btn-black{
	padding: 10px 40px;
	margin-right: 20px;
}

.newCheck{
	position: absolute;
	top: 0;
	left: 0;
	height: 32px;
	width: 32px;
	background-color: #fff;
	border:2px solid #000;
}

.gurtCategories .newCheck{
	height: 20px;
	width: 20px;
}

.newCheck:after {
	content: "";
	position: absolute;
	display: none;
}

.gpCheckWrapper input:checked ~ .newCheck:after {
	display: block;
}

.gpCheckWrapper input:checked ~ .gpCheckName{
	color: #a00417;
}

.gpCheckWrapper .newCheck:after{
	left: 8px;
	top: 1px;
	width: 13px;
	height: 19px;
	border: solid #a00417;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.gurtCategories .gpCheckWrapper .newCheck:after{
	left: 5px;
	top: 1px;
	width: 7px;
	height: 13px;
}

.gpCounter{
	width: 45px;
	border:1px solid #ededed;
	text-align: center;
	font-size: 18px;
}

.gpArrows{
	cursor:pointer;
	background: #e6e6e6;
	width: 32px;
	height: 35px;
	position: relative;
}

.gpArrows::after{
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	bottom: 11px;
	left: 6px;
}

.gpDown::after{
	border-width: 9px 10.5px 0 10.5px;
	border-color: #585858 transparent transparent transparent;
}

.gpUp::after{
	border-width: 0 10.5px 9px 10.5px;
	border-color: transparent transparent #585858 transparent;
}

.gpCounter{
	-moz-appearance: textfield;
}

.gpCounter::-webkit-outer-spin-button,
.gpCounter::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}

.gpAll{
	margin-top: 20px;
}

.gpAllName{
	font-weight: bold;
}

.gpAll .gpCounterWrapper{
	justify-content: center;
}

.form-horizontal input::placeholder{
	color: #888888;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline:none;
}

.table.tableHistory thead td{
	color: #aaa;
	font-size: 18px;
	border-top:2px solid #a7a7a7 !important;
}

.table.tableHistory tbody td{
	border-top:0;
	font-size: 15px;
	padding: 20px 10px;
}

.table.tableHistory tbody{
	border-bottom:2px solid #a7a7a7;
}

.table.tableHistory .tfootHistory{
	display: none;
}

.table.tableHistory tfoot tr td{
	font-size: 15px;
	border-bottom:2px solid #a7a7a7;
}

.table.tableHistory tfoot tr:first-child td{
	color: #aaa;
	font-size: 17px;
}

.toggleOrder{
	display: block;
	margin: auto;
	width: 44px;
	height: 21px;
	transform: rotate(-90deg);
	background: url('../image/more.png') center center no-repeat;
	transition: all 0.3s ease-out;
}

.toggleOrder.active{
	transform: rotate(0deg);
}

.gurtProdDesc{
	max-width: 600px;
	margin: 30px auto;
	padding-left:30px;
	border-left:4px solid #000;
	font-size: 19px;
	line-height: normal;
}

.gurtProdDescBtns.d-flex{
	justify-content: center;
	align-items: center;
}

.gurtProdDescBtns .btn{
	margin-right: 40px;
	max-width: 250px;
	width: 100%;
}

.gurtCartCheckout.d-flex{
	justify-content: center;
	align-items: center;
	margin: 20px 0;
}

.gurtCartCheckout div:first-child{
	margin-right: 40px;
}

.gurtCartCheckout .btn-black{
	padding: 10px 50px;
}

#gurt-cart #cartTotal{
	font-size: 18px;
}

#gurt-confirm h2{
	font-weight: bold;
	font-size: 20px;
}

.btnPrint{
	cursor:pointer;
	background: url('../image/print_icon.png') center top no-repeat;
	padding-top: 40px;
	background-size: 40%;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.w100p{
	width: 100%;
}

.w100p > *{
	width: 100%;
}

.js-modal-link{
	cursor:pointer;
}

.gray{
	color: #777;
}

.graySmall{
	color: #777;
	font-size: 12px;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width:auto;
	max-width: 570px;
	margin: 20px auto;
}

.mfp-fade.cart .white-popup{
	max-width: 970px;
	padding-bottom: 50px;
}

.mfp-fade.cart .stHeading{
	font-size: 36px;
}

.jsInner{
	padding: 20px 80px;
}

.jsInner .stHeading{
	font-size: 36px;
	margin-bottom: 25px;
}

.jsInner .btn{
	padding: 17.5px 0;
}

.jsInner .form-group{
	margin-bottom: 20px;
}

.display-flex{
	display:flex;
	align-items: center;
	height: 100%;
}

.display-flex.wrapped{
	flex-wrap: wrap;
}

.display-flex .flex-item{
	margin-right: 10px;
}

.display-flex .flex-item-mini{
	margin-right: 5px;
}

.display-flex .flex-item-mini:last-child{
	margin-right: 0;
}

.display-flex .flex-item:last-child{
	margin-right: 0;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.categoryImagesWrapper .owl-carousel{
	display:block;
}

/* about us start */
.information-about {
	line-height: normal;
}

.aboutFirst {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	text-align: center;
}


.aboutFirst .display-flex{
	flex-wrap: wrap;
	align-items: stretch;
}

.aboutFirst .flex-item{
	width: calc(33% - 20px);
	margin:10px;
}

.aboutFirst img{
	display: block;
	max-width: 100%;
	height: auto;
}

.aboutFirst .flex-item:nth-child(odd){
	border: 7px solid #000;
	border-left:0;
	border-right:0;
	display: flex;
	align-items:center;
}

.information-about .htmlBlock h2:before,
.information-about .htmlBlock h2:after {
	content:"";
	display:block;
	position: absolute;
	height: 6px;
	background: #000;
	max-width: 220px;
	width: 100%;
	top: 50%;
	margin-top: -3px;
}

.information-about .htmlBlock h2:before{
	left: 0;
}

.information-about .htmlBlock h2:after{
	right: 0;
}

body.information-about .htmlBlock h2{
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-size: 57px;
	margin: 35px 0;
	position: relative;
}

body.information-about .htmlBlock h2 span{
	display: block;
	max-width: 50%;
	margin: auto;
}

.aboutBenefits .display-flex{
	flex-wrap: wrap;
	align-items: start;
}

.aboutBenefits .flex-item{
	width: calc(33% - 40px);
	margin:0 20px 40px;
}

.aboutBenefitsHeading{
	font-weight: bold;
	font-size: 26px;
	margin: 30px 0;
}

.aboutBenefitsHeading:after{
	max-width: 125px;
	width: 100px;
	background:#aa1429;
	height: 7px;
	content:"";
	display: block;
	margin-top: 5px;
}

.aboutBenefitsImg img{
	max-height: 110px;
	width: auto;
	height: 100%;
}

.aboutBenefitsText{
	font-size: 21px;
}

.aboutPartner{
	background: url(../image/partner-bg.jpg) center right no-repeat;
	padding: 15px 0;
}

.aboutPartnerInner{
	font-size: 25px;
	background: rgba(255,255,255,0.77) url(../image/folk-icon.png) left center no-repeat;
	padding: 30px 30px 30px 93px;
	margin: 130px 0;
	width: 53%;
}

.aboutReviews .flex-item:last-child{
	box-shadow: 9px 12px 9.879999999999999px 3.12px rgba(0, 0, 0, 0.25);
	padding: 20px;
}

.aboutReviews p{
	font-size: 16px;
	line-height: 1.4;
}

.aboutReviewAuthor{
	text-align: right;
	font-size: 24px;
	align-items: unset;
	color: #af1b3f;
}

.aboutReviewsWrapper{
	margin-bottom: 55px;
}

.aboutReviewsWrapper .display-flex{
	width: calc(50% - 50px);
	margin-right: 50px;
}

.aboutReviewsWrapper .display-flex:last-child{
	margin-right: 0;
}

.scenicCerts p{
	font-size: 26px;
}

.aboutMap .flex-item{
	width: calc(50% - 10px);
	font-size: 26px;
}

.aboutProduction .display-flex{
	flex-wrap: wrap;
}

.aboutProduction .flex-item{
	width: calc(50% - 10px);
	position: relative;
	margin-bottom: 10px;
}

.aboutProduction .aboutProductionName{
	position: absolute;
	background: rgba(0,0,0,0.5);
	padding: 10px 40px;
	max-width: 90%;
	bottom: 10px;
	left:1px;
	font-size: 24px;
	color: #fff;
}

.aboutProduction .flex-item:nth-child(even) .aboutProductionName{
	left: auto;
	right:1px;
}

.aboutProduction .flex-item:nth-child(even){
	margin-right: 0;
	margin-left: 10px;
}

.aboutProduction img,
.aboutTechnology img{
	display: block;
	max-width: 100%;
	height: auto;
}

.aboutProductionDesc{
	color: #fff;
	font-size: 22px;
	background: url(../image/production-bg.jpg) center center repeat-x;
	padding: 20px 0;
	margin-bottom: 10px;
}

.aboutProductionDescInner{
	max-width: 80%;
	margin: auto;
	border-left: 6px solid #aa1429;
	padding:30px 30px 30px 35px;
}

.aboutTechnology .technologyRow.img{
	border-top: 7px solid #aa1429;
	border-bottom: 7px solid #aa1429;
	padding: 10px 0;
	margin: 10px 0;
}

.aboutTechnology .display-flex .flex-item.desc{
	margin-right: 30px;
	position: relative;
	width: 65%;
}

.technologyRow.text .display-flex {
	align-items: stretch;
}

.aboutTechnology .descInner{
	background: #fff url(../image/folk-icon.png) left 30px center no-repeat;
	box-shadow: 10px 10px 30.08px 1.92px rgba(0, 0, 0, 0.43);
	font-size: 24px;
	padding: 60px 30px 60px 120px;
	position: relative;
	z-index: 2;
	margin-top: 61px;
}

.aboutTechnology .desc:before{
	background: #a31327;
	content:"";
	display:block;
	position: absolute;
	width: 80%;
	height: 100%;
	z-index: 1;
	left: 0;
	top: 0;
}

.aboutTechnology .technologyRow.text.middle .descInner{
	background: #fff url(../image/folk-icon.png) right 30px center no-repeat;
	padding: 60px 120px 60px 30px;
	margin-top: 45px;
}

.aboutTechnology .technologyRow.text.middle .desc:before{
	left: auto;
	right: 0;
}

.aboutTechnology .technologyRow.text:last-child .descInner{
	margin-top: 44px;
}

/* about us end */

/* scenic start */
.information-scenic h2{
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	line-height: normal;
	margin-top: 40px;
}

.scenicBenefits{
	margin: 50px auto;
	font-family: 'Myriad Pro Bold';
}

.scenicBenefits .flex-item{
	width: calc(33% - 20px);
	margin: 0 10px;
	margin-bottom: 100px;
}

.scenicBenefits p{
	font-size: 25px;
	line-height: normal;
	font-weight: bold;
	margin-top: 35px;
}

.htmlBlock.mod_1 h2{
	font-size: 42px;
}

.scenicMaterials{
	background: url(../image/materials-bg.jpg) top center no-repeat;
}

.scenicMaterials{
	padding-top: 990px;
}

.scenicMaterialsInner{
	background: rgba(0,0,0,.6);
	color: #fff;
	padding: 20px 0;
}

.scenicMaterials .flex-item{
	width: calc(50% - 120px);
	margin: 20px 60px;
}

.scenicMaterialsHeader{
	font-size: 30px;
	line-height: normal;
	margin: 10px 0;
}

.scenicMaterialsInner p{
	text-align: left;
	font-size: 20px;
	line-height: 1.4;
	font-family: 'Myriad Pro Regular';
}

.scenicGallery{
	text-align: center;
}

.scenicGallery .flex-item{
	width: calc(33% - 60px);
	margin: 0 30px 30px;
}

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

.scenicGallery .btn{
	padding: 10px 30px;
}

.htmlBlock.mod_3 h2{
	margin: 90px 0 85px 0;
}

.scenicSecBenefits{
	background: url(../image/sec-benefits-bg.jpg) top center no-repeat;
}

.secBenefit{
	margin-bottom: 70px;
}

.secBenefitHeader{
	font-family: 'Montserrat', sans-serif;
	font-size: 47px;
	color: #aa0534;
	margin-bottom: 10px;
	line-height: normal;
}

.secBenefitHeader:after{
	content:"";
	display:block;
	height: 7px;
	background: #aa0534;
	width: 190px;
	margin-top: 5px;
}

.secBenefitText{
	font-size: 23px;
	line-height: 1.5;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Myriad Pro Bold';
}

.scenicCerts .flex-item{
	width: calc(20% - 20px);
	margin: 0 10px;
}

.scenicCerts .flex-item img{
	max-width: 100%;
	height: auto;
}

.information-scenic .htmlBlock.mod_5{
	margin: 45px 0;
	padding: 45px 0;
	border-top:10px solid #af1b3f;
	border-bottom:10px solid #af1b3f;
}

.scenicReviews{
	max-width: 95%;
	margin:0 auto;
}

.scenicReviews .display-flex{
	align-items: start;
}

.htmlBlock.mod_5 h2{
	margin-top: 0;
	margin-bottom: 45px;
}

.scenicReviews .flex-item{
	margin-right: 25px;
	margin-bottom: 90px;
}

.scenicReviews .flex-item:first-child{
	margin-top: 20px;
}

.scenicReviews .flex-item:last-child{
	margin-right: 30px;
}

.scenicReviews{
	font-size: 20px;
	line-height: normal;
	font-family: 'Myriad Pro Regular';
}

.scenicReviews p{
	text-align: justify;
}

.scenicReviewAuthor{
	font-size: 26px;
	color: #af1b3f;
	text-align: right;
	line-height:normal;
}

.scenicReviewAuthor span {
	color: #000;
	font-size: 20px;
	display:block;
}

.scenicClients {
	max-width: 95%;
	margin: auto;
	line-height: normal;
	font-family: 'Myriad Pro Regular';
}

.scenicClients .flex-item{
	width: calc(25% - 80px);
	margin: 40px;
}

.scenicClientsHeader{
	font-size: 17px;
	color: #cd163f;
}

.scenicClientsName{
	font-size: 26px;
	color: #181818;
	font-weight: bold;
}

.scenicClientsMeta{
	font-size: 17px;
	color: #181818;
}

.scenicCooperation{
	max-width: 95%;
	margin: auto;
}

.scenicCooperation .display-flex{
	align-items: start;
}

.scenicCooperation .flex-item{
	width: calc(33% - 150px);
	margin: 70px 75px;
}

.scenicCooperationCounter{
	color: #fff;
	background: #af1b3f;
	font-size: 68px;
	font-weight: bold;
	text-align: center;
	line-height: normal;
	padding: 26px 0;
	max-width: 134px;
}

.scenicCooperationText{
	margin-top: 30px;
	font-size: 24px;
	line-height: normal;
}

.callback{
	background: url('../image/callback-bg.jpg') bottom center no-repeat;
	color: #fff;
	line-height: normal;
}

.callbackSubHeader{
	font-family: 'Myriad Pro Bold';
	text-align: center;
	font-size: 36px;
	color: #af1b3f;
	padding-top: 150px;
	margin-left: -100px;
}

.callbackFormWrapper{
	max-width: 95%;
	margin: 365px auto 0;
	padding-bottom: 160px;
}

.callbackContacts{
	font-size: 31px;
	font-family: 'Myriad Pro Regular';
}

.callbackContacts .display-flex{
	margin-bottom: 60px;
}

.callbackContacts .display-flex .flex-item{
	margin-right: 40px;
}

.callbackContacts a{
	color: #fff;
}

#callbackForm{
	background: rgba(0,0,0,0.57);
	padding: 40px 65px;
	text-align: center;
}

#callbackForm .specialFont{
	font-size: 47px;
	font-family: 'Montserrat', sans-serif;
}

.callbackDesc{
	margin: 35px 0;
	font-size: 20px;
}

#callbackForm .form-control{
	height: 60px;
	font-size: 23px;
}

#callbackForm .form-control::placeholder{
	color: #c3c2c2;
	font-size: 23px;
}

#callbackForm .btn{
	padding:15px 50px;
	font-size: 23px;
	margin-top: 20px;
}

#callbackForm .form-group {
	margin-bottom: 30px;
}

/* scenic end */

/* ocheckout start */
.img-thumbnail{
	padding: 0;
	border-radius:0;
	border-color:#000;
}

.ocheckoutHeader{
	font-size: 24px;
	margin-bottom: 10px;
	line-height: normal;
}

.panel-heading .ocheckoutHeader{
	margin-bottom: 0;
}

.panel-ocheckout{
	padding:10px 30px;
	border:1px solid #000;
	border-radius:0;
}

.panel-ocheckout .panel-heading{
	padding: 10px 0;
	line-height: normal;
	cursor:pointer;
	position: relative;
}

.panel-ocheckout .panel-heading:after{
	content:"";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: url('../image/panel-arrow.png') center center no-repeat;
	width: 24px;
	height: 14px;
	transform: rotate(180deg);
}

.panel-ocheckout.active .panel-heading:after{
	transform: rotate(0deg);
}

.panel-ocheckout .panel-body{
	display: none;
}

.panel-ocheckout.active .panel-body{
	display: block;
}

.panel-ocheckout .panel-body{
	padding: 15px 80px;
}

#ocheckoutBtn{
	margin-top: 40px;
}

#ocheckoutBtn .btn{
	height: 58px;
	max-width: 270px;
	width: 100%;
}

#checkout-ocheckout {
	position: relative;
}

#checkout-ocheckout.loading:before,
.loading:before{
	content: "";
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, .3);
}

.loader {
	display: none;
	border: 5px solid #f3f3f3;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: fixed;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin: -25px 0 25px 0;
}

@-moz-keyframes spin {
	from { -moz-transform: rotate(0deg); }
	to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#checkout-ocheckout.loading .loader,
.loading .loader{
	display: block;
}

#ocheckoutShippingPayment .panel-body{
	padding: 15px 60px;
}

#ocheckoutCart{
	border: 1px solid #000;
	padding: 10px 30px;
}

#ocheckoutCart .table-cart.table>tbody>tr>td:first-child{
	padding-left: 0;
}

#ocheckoutCart .table-cart.table>tbody>tr>td:last-child{
	padding-right: 0;
}

#ocheckoutCart .btn-close{
	background: none;
	border:none;
	border-radius: 0;
	box-shadow:none;
	font-size: 28px;
	padding: 0;
}

.ocheckoutBlock label{
	font-size: 16px;
}

.ocheckoutBlock label small{
	font-size: 10px;
}

#ocheckoutShiping{
	margin-bottom: 20px;
}

#ocheckoutAddress{
	padding: 0 15px;
}

.ocheckoutBlock .select2-container--default .select2-selection--single,
.gurtAddressWrapper .select2-container--default .select2-selection--single{
	border-radius:0;
	border-color:#000;
	padding: 12px 24px;
	height: 48px;
	font-size: 16px;
}

.ocheckoutBlock .select2-container--default .select2-selection--single .select2-selection__arrow,
.gurtAddressWrapper .select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 48px;
	right: 12px;
}

.gurtAddressWrapper .select2-container--default .select2-selection--single .select2-selection__rendered{
	text-align: left;
}

.cartTotalCol{
	position: relative;
}

.cartTotalCol .btn-close{
	position: absolute;
	top: 0;
	right: 0;
}

.table.table-borderless>tbody>tr>td{
	border:none;
}

/* ocheckout end */

/* Gradent to all drop down menus */
.dropdown-menu li > a{
	text-transform: uppercase;
}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #B11F26;
}

.error-not-found{
	height: 100%;
}

.error-not-found header{
	padding: 20px 0;
	border-bottom: 1px solid #E5E5E5;
}

.error-not-found .btn{
	padding:  17px 90px;
}

.error-not-found .display-flex{
	margin-top: 134px;
	font-size: 24px;
}

.container-full{
	width: 100%;
}

.container-1240{
	max-width: 1240px;
	width: 100%;
	margin: auto;
}

header{
	font-size: 14px;
}

header a {
	color:#000;
}

/* top */
#top {
	background-color: #000;
	color: #fff;
	border-bottom: none;
	padding: 0;
	margin: 0 0 10px 0;
	min-height: 50px;
}

.information-scenic #top{
	margin: 0;
}

#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #000;
	background-color: transparent;
}

#top .navbar-nav>li>a {
	padding: 15px 12px;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}

#top .navbar-nav>li:first-child>a{
	padding-left: 0;
}

#top .nav>li>a span{
	border-bottom: 1px solid transparent;
}

#top .nav>li>a:focus,
#top .nav>li>a:hover{
	background: transparent;
}
#top .nav>li>a:focus span,
#top .nav>li>a:hover span{
	border-bottom: 1px solid #000;
}

.headerRow{
	margin-bottom: 10px;
}

.headerRow > div {
	height: 91px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
.headerIcons{
	justify-content: space-around;
}

.wishlistCounter{
	background: #000;
	color: #fff;
	border-radius:50%;
	font-size: 9px;
	padding: 2px 5px;
}

.cartCounter{
	background: #B11F26;
	color: #fff;
	border-radius:50%;
	font-size: 9px;
	padding: 2px 5px;
}

#top #search{
	border-bottom: 1px solid #868686;
	margin-top: 6px;
}

#top #search .btn{
	background: none;
	border:none;
	text-shadow:none;
	color:#fff;
	padding:6px 12px 4px 0;
	box-shadow:none;
}

#top #search .btn path{
	fill:#868686;
}

#top #search .btn:hover,
#top #search .btn:focus,
#top #search .btn:active{
	border:none;
	box-shadow:none;
	outline:none;
}

#top #search .form-control{
	border:none;
	background: transparent;
	box-shadow:none;
	color: #fff;
	font-size: 16px;
	padding: 5px 24px 0 0;
}

#top #search .form-control::placeholder{
	color: #868686;
}

#form-language{
	margin-top: 7px;
}

#form-language .btn-link{
	color: #fff;
	padding-right: 0;
	font-weight: 500;
	font-size: 13px;
}

#form-language .btn-link.language-select{
	color: #000;
}

.arrow{
	display:inline-block;
	vertical-align: middle;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
	margin-left: 4px;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/*.scheduleBlock{
	font-weight: bold;
}*/

.scheduleBlock span{
	font-weight: normal;
}

.hiddenText,
.textToggleLess
{
	display:none;
}

/* menu */
#menu {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 0;
	min-height: auto;
}

#menu .nav{
	display: flex;
	justify-content: space-between;
	float:none;
}

#menu .nav > li > a {
	color: #000;
	padding: 17px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

html[lang=ru] #menu .nav > li > a {
	padding: 10px 6px;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: transparent;
	color: #B11F26;
}

#menu .dropdown-menu {
	padding-bottom: 0;
	width: 200px;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #B11F26;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 0;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 8px;
	float: left;
	background-color: #c65e63;
	border-color: #c65e63;
}

#menu .btn-navbar svg path{
	fill:#fff;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}

	#menu a.dropdown-toggle:after{
		content:"";
		display: block;
		width: 10px;
		height:10px;
		position: absolute;
		right: 0;
		top:50%;
		margin-top: -5px;
		background: url('../image/arrow_down.svg') center right no-repeat;
		background-size:10px;
	}

	#menu .dropdown.open a.dropdown-toggle:after{
		transform: rotate(-90deg);
	}

	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: none;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}


	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}

#information-information #content{
	font-size: 16px;
}

.mainBenefits{
	display:flex;
	justify-content: space-between;
}

.benefitItem{}

.slideshow{
	margin-bottom: 70px;
}

.slideshow .swiper-slide{
	cursor:pointer;
}

.slideshow .swiper-slide img{
    margin:auto;
}

.swiper-pager{
	display: none;
}

.specialFont{
	font-family: 'Playfair Display', serif;
}

.sliderDesc{
	position: absolute;
	top: 20%;
	width: 100%;
	color: #fff;
}

.sliderDesc .col-sm-6{
	background: rgba(0,0,0,.6);
	padding: 20px;
}

.sliderHeading{
	font-size: 75px;
	font-weight: bold;
	line-height: 80px;
	text-transform: uppercase;
}

.sliderDescription{
	font-size: 18px;
	margin: 21px 0 60px 0;
}

.btn.btn-transparent{
	background: transparent;
	color: #000;
	border:1px solid #000;
	border-radius:0;
	box-shadow:none;
	font-size: 15px;
}

.btn.btn-transparent:hover,
.btn.btn-transparent:focus,
.btn.btn-transparent:active{
	background: #000;
	color: #fff;
	outline:none;
}

.btn.btn-white{
	background: #fff;
	color: #000;
	border:none;
	border-radius:0;
}

.btn.btn-black{
	background: #000;
	color: #fff;
	font-size: 15px;
	border:1px solid #000;
	border-radius: 0;
	box-shadow: none;
	outline:none;
}

.btn.btn-black:hover,
.btn.btn-black:active,
.btn.btn-black:focus{
	border-color:#000;
	outline:none;
}

.sliderDesc .btn.btn-white{
	padding: 15px 99px;
	font-size: 15px;
}

#common-home .htmlBlock.mod_0{
	margin-bottom: 20px;
	border-top: 4px solid #b3003b;
	border-bottom: 4px solid #b3003b;
	/*font-size: 18px;*/
	padding: 25px 0;
}

#common-home .htmlBlock.mod_0 img {
	max-height:54px;
}

#common-home .htmlBlock.mod_1{
	margin-bottom: 40px;
}

.twoWrapper{
	position: relative;
}

.twoBody{
	position: absolute;
	left: 0;
	bottom:40px;
}

#common-home .sliderDesc{
	display:none;
}

#common-home .htmlBlock.mod_1 .col-sm-6:last-child .twoBody{
	left:auto;
	right:0;
}

#common-home .htmlBlock.mod_1 .col-sm-6:last-child .twoDesc{
	padding: 20px 40px;
}

.twoBtn{
	margin-top: 10px;
}

.twoDesc{
	background: rgba(0,0,0,.53);
	font-size: 30px;
	color: #fff;
	line-height: normal;
	font-family: 'Playfair Display', serif;
	padding: 3px 30px;
}

/*#common-home .htmlBlock.mod_0 .flex-item{
	margin-right: 21px;
}*/

.contactDescription .row .col-md-6:last-child{
	border-left: 1px solid #000;
	padding-left: 30px
}

#information-contact #input-enquiry{
	height: 116px;
}

#information-contact form{
	margin-bottom: 30px;
}

#information-contact form .btn{
	padding:  10px 110px;
}

.contactWrapper{
	padding: 30px 40px;
	font-size: 22px;
	line-height: normal;
	padding-bottom: 0;
}

.contactWrapper .display-flex{
	margin-bottom: 20px;
}

.contactWrapper .display-flex:last-child{
	margin-bottom: 0;
}

.contactDescription .col-md-6:last-child .display-flex{
	margin-bottom: 10px;
}

.contactDescription .col-md-6:last-child .display-flex:nth-child(3){
	margin-bottom: 20px;
}

.contactWrapper .display-flex .flex-item{
	margin-right: 30px;
}

/* footer */
footer {
	background-color: #000;
	color: #fff;
	margin-top: 120px;
}

.information-scenic footer{
	margin-top: 0;
}

.information-contact footer{
	margin-top: 0;
}

.footerTop{
	padding-top: 60px;
	padding-bottom: 60px;
}

.contactMap{
	margin-bottom: -6px;
}

footer a{
	color: #fff;
}

footer a:hover,
footer a:focus,
footer a:active{
	text-decoration:underline;
}

.footerLogo{
	max-width: 135px;
}

.footerSchedule{
	line-height: 2;
	/*max-width: 135px;*/
}

ul.footerMenu{
	padding-left: 20px;
}

.footerMenu li{
	padding: 10px 0;
}

.footerMenu li:first-child{
	padding-top: 0;
}

.footerMail{
	padding: 15px 0;
}

.footerMenu a{
	text-transform: uppercase;
}

.headingSubscribe{
	font-size: 17px;
}

.subscribeForm{
	margin-bottom: 15px;
}

.subscribeForm input.form-control{
	background: transparent;
	padding: 17px 12px 17px 20px;
	border:2px solid #fff;
	font-size: 15px;
	color: #fff;
}

.subscribeForm input.form-control::placeholder{
	color: #fff;
}

.subscribeForm input.form-control:focus,
.subscribeForm input.form-control:active{
	border-color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 8px rgb(255 255 255 / 60%);
	box-shadow: inset 0 1px 1px rgb(255 255 255 / 8%), 0 0 8px rgb(255 255 255 / 60%);
}

.subscribeForm .btn{
	background: #fff;
	color: #000;
	font-size: 15px;
	padding: 17px 32px 18px;
	border:2px solid #fff;
	border-radius: 0;
}

.footerBottom{
	border-top: 1px solid #E5E5E5;
	padding: 10px 0;
	font-size: 13px;
}

.footerBottom .display-flex{
	justify-content: space-between;
}

.ocfilter .btn-group .btn-link{
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
}

.dropdown-price .ocf-option-name{
	text-align: center;
}

.ocfilter-option{
	padding: 5px 15px;
}

.ocfilter .dropdown-menu{
	background: #F4F4FA;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.dropdown-price{
	width: 300px;
}

.ocfilter-option label.ocf-selected{
	color: #000;
}

.ocfilter .btn-group .btn-link svg{
	width: 15px;
	height: 8px
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
    background:none;
	text-transform: uppercase;
	font-size: 11px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: -8px;
	width: 20px;
	height: 1px;
	background: #000;
}

.breadcrumb > li:last-child:after{
	display:none;
}

.pagination {
	margin: 20px 0;
	justify-content: center;
}

.pagination li a,
.pagination li span,
.pagination li:first-child a,
.pagination li:last-child a{
	border-radius:0;
	border-color:#000;
	font-size: 15px;
	color: #000;
}

.pagination>li>*{
	display: flex;
	height: 54px;
	align-items: center;
	width: 54px;
	justify-content: center;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background: #000;
	color:#fff;
	border-color:#000;
}

.pagination>li>a:hover svg path{
	fill:#fff;
}

#input-sort{
	border:none;
	box-shadow: none;
	cursor:pointer;
	font-size: 14px;
	text-transform: uppercase;
}

#ocfilter-button .btn{
	padding: 7.5px 40px;
}

#ocfilter .btn-transparent:hover path,
#ocfilter .btn-transparent:focus path,
#ocfilter .btn-transparent:active path,
#ocfilter .btn-transparent:target path{
	fill:#fff;
}

.product-category #input-sort{
	position: absolute;
	top: 0;
	width: 250px;
	right: 23px;
	background: transparent;
	color: #000;
}

.topCatDesc,
.bottomCatDesc{
	padding: 20px;
}

.product-category .categoryLayout{
	margin-top: 15px;
}

.categoryLayout .display-flex{
	flex-wrap: wrap;
	/*justify-content: center;*/
}

.categoryLayout .flex-item{
	zoom:0.95;
	border: 1px solid transparent;
	width: calc(39% - 90px);
	margin-right: 30px;
}

.categoryLayout .flex-item.missing_product{
	filter: grayscale(1);
}

.categoryLayout .flex-item:hover{
	border-color:#000;
}

.categoryLayout .flex-item p.price{
	margin-bottom: 0;
}

.categoryLayout .flex-item:nth-child(3n){
	margin-right: 0;
}

.categoryLayout .ptWrapper{
	padding: 10px;
}

.ptHeading{
	font-size: 36px;
}

.productModel{
	font-size: 13px;
	color: #777;
}

.prices{
	font-size: 24px;
	font-weight: bold;
}

.prices li{
	margin-right: 20px;
}

.oldPrice{
	font-weight: normal;
}

.productMainImage{
	position: relative;
}

.productMainImage .swiper-viewport{
	overflow:hidden;
}

.productWishlist{
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 2;
}

.followPrice, .productSizeTable{
	font-size: 13px;
	font-weight: normal;
}

.list-inline.prices{
	margin: 30px 0;
}

.productQtys{
	margin: 20px 0;
}

.productQtys .flex-item{
	margin: 0;
}

.productQtys .btn{
	font-size: 24px;
}

.productQtys .flex-item > * {
	width: 57px;
}

.productQtys .button-cart{
	width: auto;
	font-size: 15px;
	margin-left: 20px;
	height: 51px;
	padding: 0 80px;
}

.table-cart .productQtys .flex-item > *{
	width: 38px;
}

.table-cart .productQtys .btn{
	font-size: 20px;
	padding: 4px 0;
}

.table-cart .productQtys .form-control{
	padding: 7px 0;
}

.productQtys .btn-transparent{
	margin-right: -1px;
}

.productQtys .form-control{
	padding: 13px 5px 14px;
	text-align: center;
}

.productQtys .form-control:active,
.productQtys .form-control:focus,
.productQtys .form-control:hover,
.productQtys .form-control:active:focus{
	box-shadow:none;
}

.display-flex.productBtns .flex-item{
	margin: 0;
}

.productBtns{
	margin-bottom: 15px;
}

.productBtns .btn{
	width: 100%;
	padding: 14px 40px;
	margin-left: -1px;
}

.productBtns .form-control{
	padding: 13.5px 15px;
	max-width: 189px;
}

.productAddImages .swiper-button-next:after,
.productAddImages .swiper-button-prev:after{
	display:none;
}

.productAddImages .swiper-button-prev{
	width: 12px;
	height: 12px;
	display: block;
	background: center center no-repeat url('/image/catalog/svg/arrow-acc.svg');
	left: 50%;
	margin-left: -6px;
	top: 0;
	transform: rotate(-90deg);
}

.productAddImages .swiper-button-next{
	width: 12px;
	height: 12px;
	display: block;
	background:  center center no-repeat url('/image/catalog/svg/arrow-acc.svg');
	transform:rotate(90deg);
	bottom: -20px;
	top:auto;
	right: 50%;
	margin-right: -6px;
}


.productAddImages .swiper-button-prev{

}

.productMainImage .swiper-pager{
	display:block;
}

.productMainImage .swiper-button-next,
.productMainImage .swiper-button-prev{
	border:1px solid #000;
	width: 36px;
	height: 36px;
	color: #000;
	border-radius: 0;
}

.productMainImage .swiper-button-prev{
	left: 20px;
}

.productMainImage .swiper-button-next{
	right: 20px;
}

.productMainImage .swiper-button-next:hover,
.productMainImage .swiper-button-next:active,
.productMainImage .swiper-button-next:focus,
.productMainImage .swiper-button-prev:active,
.productMainImage .swiper-button-prev:focus,
.productMainImage .swiper-button-prev:hover{
	background: #000;
	color: #fff;
	border-color:#000;
}

.productMainImage .swiper-button-next:after,
.productMainImage .swiper-button-prev:after{
	font-size: 12px;
	font-weight: bold;
}

#productChars.panel-group{
	margin-top: 40px;
}

#productChars .panel{
	border:none;
	box-shadow:none;
	margin-bottom: 20px;
}

#productChars .panel-body{
	border:none;
	box-shadow:none;
}

#productChars .panel-heading{
	background: none;
	padding: 0;
	position: relative;
}

#productChars .panel-heading a{
	padding: 0 0 0 20px;
	font-size: 18px;
}

#productChars .panel-heading a:hover,
#productChars .panel-heading a:active,
#productChars .panel-heading a:focus{
	text-decoration: none;
	color: #000;
}

#productChars .panel-heading a::before{
	display:block;
	background: url('/image/catalog/svg/arrow-acc.svg') left center no-repeat;
	width: 8px;
	height: 12px;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -7px;
	content:"";
}

#productChars .panel-heading a:not(.collapsed)::before{
	transform: rotate(90deg);
}

#productChars .panel-body{
	font-size: 16px;
	padding-left: 30px;
}

.recentlyViewedWrapper .stHeading,
.rlHeading{
	font-size: 36px;
	margin-bottom: 20px;
}

.rlHeading{
	margin-top: 50px;
}

.swiper-slide{
	overflow: hidden;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}

/* product list */
.productCategoriesWrapper{
	margin-bottom: 120px;
}

.productCategoriesWrapper h2{
	font-size: 48px;
	margin-bottom: 40px;
}

.productCategoriesWrapper .display-flex{
	flex-wrap: wrap;
}

.productCategoriesWrapper .display-flex .flex-item{
	margin-right: 30px;
	margin-bottom: 50px;
}

.productCategoriesWrapper .display-flex .flex-item:nth-child(3n){
	margin-right: 0;
}

.productCategoriesWrapper .btn-transparent{
	padding: 15px 97px;
}

.ptInner{
	position: relative;
}

.markers{
	position: absolute;
	top:20px;
	left:20px;
}

.marker{
	color:#fff;
	font-size: 14px;
	padding: 5px 19px;
	margin-right: 5px;
}

#collapseMeasurements .display-flex{
	align-items: start;
}

#collapseMeasurements .flex-item{
	margin-right: 20px;
}

.measureItem{
	display: none;
}

#collapseMeasurements .measureItem:first-child{
	display: flex;
}

.markers .marker:last-child{
	margin-right: 0;
}

.wishlistBtn{
	background: none;
	border: none;
	outline:none;
}

.ptMeta{
	margin-top: 20px;
}

.ptName{
	font-size: 15px;
}

.price{
	font-weight: bold;
	font-size: 14px;
}

.price-old{
	font-weight: normal;
	text-decoration: line-through;
}

.ptWrapper .wishlistBtn{
	position: absolute;
	top: 20px;
	right:20px;
	z-index: 2;
}

.account-wishlist-free .ptWrapper .wishlistBtn{
	top: -35px;
	right:0px;
	font-size: 30px;
	display:block;
}

.account-wishlist-free .ptWrapper .wishlistBtn:hover{
	text-decoration: none;
}

.ptWrapper .cartBtn{
	position: absolute;
	bottom: 40px;
	right:50px;
	padding: 10px 110px;
}

/*.ptInner .wishlistBtn,*/
.ptInner .cartBtn{
	display:none;
}

.ptWrapper:hover .wishlistBtn,
.ptWrapper:hover .cartBtn{
	display:block;
}

.cartTotal{
	font-size: 18px;
	padding-top: 10px;
}

.newsModWrapper{
	margin: 120px 0;
}

.newsModWrapper .stHeading{
	margin-bottom: 40px;
}

.newsModRel{
	position: relative;
}

.newsModHeader{
	color: #fff;
	line-height: normal;
	position: absolute;
	bottom: 53px;
	left: 0;
	font-size: 30px;
	max-width: 80%;
	padding: 20px;
	background: rgba(0,0,0,.6);
}

.newsModWrapper .flex-item{
	margin-right: 30px;
}

.newsModWrapper .btn-transparent{
	padding:16px 104px;
	margin-top: 40px;
}

.carouselWrapper{
	margin-bottom: 120px;
}

.carouselWrapper .stHeading{
	margin-bottom: 40px;
}

.carouselWrapper .display-flex{
	align-items: start;
}

.carouselWrapper .flex-item{
	width: 50%;
}

.carouselDesc{
	margin-top: 50px;
}

.carouselDesc p.specialFont{
	font-size: 32px;
	line-height: normal;
}

.carouselDesc p.author{
	color: #B11F26;
	margin-top: 30px;
	font-size: 20px;
}

.consultHeading{
	margin-bottom: 20px;
}

.consultDesc{
	font-size: 20px;
	margin-bottom: 58px;
	line-height: 29px;
}

.consultation textarea.form-control{
	height: 120px;
}

.consultation .btn{
	padding: 13px 99px;
}

.blogList{
	flex-wrap: wrap;
	margin-top: 40px;
}

.blogList .flex-item{
	margin-right: 30px;
	margin-bottom: 30px;
}

.blogItem{
	position: relative;
}

.blogItemContent{
	margin-top: 20px;
	padding-bottom: 40px;
	margin-bottom: 10px;
	border-bottom:1px solid #E5E5E5;
	line-height: 28px;
	column-count: 2;
}

.blogItem .stHeading{
	color: #fff;
	position: absolute;
	bottom: 53px;
	left: 0;
	font-size: 38px;
	max-width: 80%;
	padding: 20px;
	background: rgba(0,0,0,.6);
}

#account-order .panel-heading .display-flex{
	font-size: 15px;
}

.panel-collapsable .panel-body .row.withBorder{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #777;
}

.list-group.account .flex-item{
	margin-right: 15px;
}

.list-group.account a{
	border-color:#000;
	color: #000;
	font-size: 15px;
	padding: 11.5px 20px;
}

.list-group.account a:hover,
.list-group.account a:focus,
.list-group.account a:focus:active,
.list-group.account a.active{
	background: #000;
	color: #fff;
	fill:#fff;
}

.list-group.account a:hover path,
.list-group.account a:focus path,
.list-group.account a:focus:active path,
.list-group.account a.active path{
	fill:#fff;
}

.list-group.account .list-group-item:first-child{
	border-radius:0;
}

.list-group.account .list-group-item:last-child{
	border-radius:0;
	margin-top: 20px;
}

.accountEdit{
	margin-top: 110px;
}

.accountEdit .display-flex{
	justify-content: space-around;
	margin-bottom: 20px;
}

.accountEdit .flex-item{
	width: 49%;
	margin-right: 30px;
}

.accountEdit label{
	color: #777777;
	font-size: 15px;
}

.accountEdit .btn-black{
	padding:  17.5px 102px;
	margin-top: 50px;
}

.accountEdit.passwordForm .btn-black{
	margin-top: 20px;
}

.accountInfo{
	margin-bottom: 45px;
}

.accountInfoText{
	font-size: 18px;
	margin-left: 10px;
}

.account-wishlist .categoryLayout .display-flex{
	justify-content: unset;
}

.account-wishlist .wishlistBtn{
	font-size: 30px;
}

.account-wishlist .categoryLayout .ptWrapper{
	padding: 0;
}

.account-wishlist .categoryLayout .flex-item{
	border:none;
}

.account-wishlist .wishlistBtn:hover{
	text-decoration: none;
}

.account-wishlist .display-flex .flex-item{
	margin-right: 30px;
}

.account-wishlist .ptWrapper .cartBtn {
	right: 43px;
	padding: 10px 70px;
}

.accountWishlist{
	margin-top: 101px;
}

.account-wishlist-free .accountWishlist{
	margin-top: 20px;
}

.account-wishlist-free .categoryLayout .display-flex{
	justify-content: normal;
}

.account-wishlist-free .ptWrapper .cartBtn{
	left: 8%;
	width: 80%;
	right: auto;
	padding: 10px 30px;
}

.accountOrder{
	margin-top: 110px;
}

#restoreForm{
	font-size: 16px;
}

.tpWrapper{
	position: relative;
}

.field-icon{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor:pointer;
}

.field-icon.active path{
	fill: #B11F26;
}

.table-cart.table>tbody>tr>td{
	vertical-align: middle;
	border-top: 0;
	border-bottom: 1px solid #ddd;
}

.table-cart.table>tbody>tr>td:first-child{
	padding-left: 30px;
}

.table-cart.table>tbody>tr>td:last-child{
	padding-right: 30px;
}

.cartMeta{
	font-size: 13px;
	color: #777;
	margin-top: 5px;
}

.btn.btn-remove{
	background: none;
	border:none;
	font-size: 25px;
	box-shadow: none;
}

.btn.btn-remove:hover,
.btn.btn-remove:focus,
.btn.btn-remove:focus:active,
.btn.btn-remove:active{
	border:none;
	box-shadow: none;
	outline:none;
}

.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

/* gurt start */

.d-flex{
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
}

.groups.d-flex .flex-item{
	width: calc(50% - 30px);
}

.groups.d-flex .flex-item:first-child{
	margin-right: 30px;
}

.gurtGrpWrapper{
	height: 100%;
}

.gurtGrp{
	border:4px solid #000;
	border-bottom: none;
	height: 100%;
}

.gurtGrpBody{
	padding: 40px;
	text-transform: uppercase;
	line-height: 1.7;
	padding-bottom: 1px;
}

.gurtGrpBody ul{
	padding-left: 17px;
}

.gurtGrpBody ul li{
	margin-bottom: 10px;
}

.gurtGrpHeader{
	background: #000;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	padding: 20px;
}

.gurtGrpFoo{
	display: block;
	text-align: center;
	color: #fff;
	background: #b3003b;
	cursor:pointer;
	padding: 15px;
}

.gurtGrpFoo:hover{
	color: #fff;
	background: #d21a57;
	text-decoration: none;
}

/* gurt end */






@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

#top_menu .btn-navbar{
	float:left;
}

#top_menu .navbar-nav {
     margin:0; 
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (max-width: 1024px) {
	.productCategoriesWrapper .display-flex{
		justify-content: space-between;
	}
}

@media (max-width: 991px) {
	.productCategoriesWrapper .display-flex {
		justify-content: center;
	}

	.productCategoriesWrapper .display-flex .flex-item{
		margin-right: 0;
	}

	.scenicClients .flex-item {
	    width: calc(25% - 20px);
	    margin: 10px;
	}

	.scenicCooperation .flex-item{
		width: calc(33% - 40px);
    	margin: 20px;
	}
		.callback{
		background: none;
		color:#000;
	}

	.callbackContacts a{
		color: #000;
	}

	.callbackContacts .display-flex {
	    margin-bottom: 10px;
	}

	.callbackContacts{
		font-size: 20px;
	}

	.callbackContacts img{
		max-width: 50px;
	}

	.callbackSubHeader{
		margin-left: auto;
		padding-top: 20px;
		padding-bottom: 10px;
	}

	.callbackFormWrapper {
	    max-width: 100%;
	    margin: 0;
	    padding-bottom: 0;
	}

	#callbackForm{
		background: transparent;
	}

	#callbackForm .btn.btn-white{
		border:1px solid #000 ;
	}

	.htmlBlock.mod_1 h2,.information-scenic h2,#callbackForm .specialFont{
		font-size: 35px;
	}
}

@media (max-width: 768px) {

	.categoryLayout .display-flex{
		justify-content: space-around;
	}

	.categoryLayout .flex-item{
		width: calc(50% - 90px);
	}

	#common-home .slideshow,
	#common-home .htmlBlock.mod_0	
	{
		display: none;
	}

	.headerRow > div{
		height: auto;
		/*margin: 20px 0;*/
	}

	header .display-flex{
		justify-content: center;
	}

	#top .navbar-nav>li:first-child>a{
		padding-left:12px;
	}

	header .text-right,
	nav#top .text-right
	{
		text-align: center;
	}

	header .display-flex.headerIcons{
		justify-content: space-around;
	}

	#menu .nav{
		display: block;
	}

	#common-home .mod_1 .img-responsive{
		display: inline;
	}

	#common-home .mod_1 .row .col-sm-6:last-child{
		text-align: center;
	}

	.newsModWrapper{
		margin: 50px 0;
	}

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

	.newsModInner .newsModRel .img-responsive{
		display: inline;
	}

	.newsModInner.row .col-md-6:first-child{
		margin-bottom: 30px;
	}

	.newsModHeader{
		width: 100%;
		left: 0;
		line-height: normal;
	}

	.carouselWrapper .display-flex{
		display:block;
	}

	.carouselWrapper .flex-item{
		width: 100%;
	}

	.carouselWrapper .img-responsive{
		margin:auto;
	}

	.carouselWrapper .carousel .swiper-pagination{
		padding-left: 0;
		bottom: -20px;
	}

	.consultation .row .col-md-6:last-child{
		display: none;
	}

	.carouselDesc p.specialFont{
		font-size: 26px;
	}

	.product-category #input-sort{
		position: static;
		margin: auto;
	}

	.productAddImages{
		display: none;
	}

	.productQtys #button-cart{
		padding: 0 70px;
	}

	.blogList .flex-item{
		margin:10px 20px;
	}

	.display-flex .flex-item:last-child{
		margin-right: 20px;
	}

	/* scenic stert */
	.scenicBenefits .flex-item {
	    width: calc(49% - 20px);
	    margin: 0 10px;
	}
	.scenicMaterials{
		padding-top: 0;
	}
	.scenicMaterials .flex-item {
	    width: calc(48% - 20px);
	    margin: 10px;
	}

	.scenicCerts .flex-item{
		width: calc(33% - 20px);
    	margin: 0 10px;
	}
	
	.scenicClients .flex-item {
	    width: calc(33% - 20px);
	    margin: 10px;
	}

	.scenicClientsName{
		font-size: 20px;
	}

	.scenicCooperationText{
		font-size: 20px;
	}

	.htmlBlock.mod_1 h2,.information-scenic h2, #callbackForm .specialFont{
		font-size: 25px;
	}
	/* scenic end */

	.footerAddress{
		margin-bottom: 20px;
	}

	.accountEdit{
		margin-top: 40px;
	}

}

@media (max-width: 550px) {
	.panel-ocheckout .panel-body,
	#ocheckoutShippingPayment .panel-body{
		padding: 15px;
	}

	.categoryLayout .display-flex {
		justify-content: flex-start;
	}

	.categoryLayout .flex-item{
		width: 100%;
	}

	/*.table-cart.table>tbody>tr>td{
		border:0;
	}*/

	.table-responsive{
		border:0;
	}

	.scenicBenefits .flex-item {
	    width: 100%;
	    margin: 10px 0;
	}

	.scenicMaterials .flex-item {
	    width: 100%;
	    margin: 10px;
	}

	.scenicCerts .flex-item{
		width: calc(48% - 20px);
    	margin: 0 10px;
	}

	.scenicCooperation .flex-item {
	    width: calc(48% - 20px);
	    margin: 10px;
	}

	.scenicCooperation .flex-item:nth-child(even){
		direction:rtl;
	}

	.callbackSubHeader{
		font-size: 29px;
	}
}

@media (max-width:420px) {
	.scenicClients .flex-item {
	    width: calc(49% - 20px);
	    margin: 10px;
	}

	.scenicCooperation .flex-item {
	    width: 100%;
	    margin: 10px;
	}
	.scenicCooperation .flex-item:nth-child(even){
		direction:ltr;
	}
}


@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}