
@font-face {
	font-family: MuseoSansCyrl;
	src: url(/bitrix/templates/kamen/fnt/MuseoSansCyrl.otf);
}
@font-face {
	font-family: MuseoSansCyrl3;
	src: url(/bitrix/templates/kamen/fnt/MuseoSansCyrl_3.otf);
}
@font-face {
	font-family: MuseoSansCyrl2;
	src: url(</bitrix/templates/kamen/fnt/MuseoSansCyrl_2.otf);
}
@font-face {
	font-family: MuseoSansCyrl1;
	src: url(/bitrix/templates/kamen/fnt/MuseoSansCyrl_1.otf);
}
html{
    width: 100%;
    padding: 0;
    margin: 0;
}

body{
	font-family: MuseoSansCyrl;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #F6F7F8 !important;
    width: 100%;
}

input[type="text"]{
	border:2px solid #b7b7b7;
	height: 25px;
	background-color: white;
	outline: none;
}

section{
    margin: 50px 0;
}

.header{
	width: 100%;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items:stretch;
	height: 170px;

}

.poluheader{
	width: 50%;
	margin: 0;
}

.ph-left{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}

.ph-right{
	display: flex;
	flex-flow: column;
	justify-content: center;
}


.logolink{
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: auto;
}

.logolink img{
	width: 100%;
	height: auto;
	margin: 0;
}

.logobox {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.aboutlogo{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding: 20px;
    padding-left: 35px;
}

.contactbox{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
	margin: 0 0 25px 0;
}

.feedback_link{
	display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    color:#696a6d;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}


.feedback_link img{
	margin-right: 10px;
}

.socnet_link{
	margin-left: 25px;
}

.socnet_link img{
	height: 20px;
	width: auto;
}

.phone_link{
	margin-left: 25px;
	color:black;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	font-family: MuseoSansCyrl1;
}

.kabinetbox{
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	align-items: center;
}

.cartbox, .personalbox {
    margin-left: 25px;
}

.headercart{
    position: relative;
    display: block;
    margin-right: 10px;
}

.headercart-col{
	background: #f15e49;
    color: white;
    font-family: MuseoSansCyrl;
    font-size: 12px;
    border-radius: 50%;
    padding: 3px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.findbutton {
    width: 27px;
    height: 27px;
    background: url(/bitrix/templates/kamen/img/find.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: 0;
}

.search-suggest {
    width: 100% !important;
    height: 30px !important;
    border: none !important;
    border-bottom: 2px solid black !important;
    padding-right: 35px !important;
}

.findform {
    width: 200px;
}

.findform form{
	position: relative;
}

.findform input {
	outline:none;
}

.findform input[type="text"] {
    border: 2px solid #b7b7b7;
    height: 25px;
    background-color: transparent;
    outline: none;
}

.flexform{
	display: flex !important;
	flex-flow: column;
	justify-content: flex-start;
	align-items: center;
	min-width: 250px;
}

.formheader{
	text-align: center;
}

.uk-modal-dialog {
    width: auto;
}

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


.f-value{
	font-weight: bold;
	font-family: MuseoSansCyrl1;
}

.flink{
	display: inline-block;
	padding: 5px;
}

.f_logout_butt{
	color :white;
	background: #f15e49;
	padding: 5px 15px;
	margin-top: 30px;
	outline: none;
	border: none;
}

.f_butt{
	color :white;
	background: #f15e49;
	padding: 5px 15px;
	outline: none;
	border: none;
}

.exitform {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}



.fbox{
	margin-bottom: 15px;
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.fbox input[type="text"], .fbox input[type="password"]{
	width: 100%;
	padding: 5px;
}

.rowbox{
	flex-flow: row;
	justify-content: space-around;
	margin-top: 20px;

}

.feedbackform{
	min-width: 250px;
}

.feedbackform .fbox input[type="text"]{
	width: 100%;
	padding: 5px;
}

.fbox textarea{
	width: 100%;
	padding: 10px;
}

.feedbackform .fbox{
	align-items: flex-start;
}

.feedbackresult{
	text-align:center;
	color:#F15E49;
	margin: 15px auto;
	width: 100%;
	display: none;
}

.callbackresult{
		text-align:center;
	color:#F15E49;
	margin: 15px auto;
	width: 100%;
	display: none;
}


.formhead{
	color: black;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}

.banerbox {
    position: relative;
    height: 546px;
    padding-right: 0px;
    padding-left: 0px;
    background: url(/bitrix/templates/kamen/img/bg.jpg);
}

.menuebox {
    position: relative;
    height: 165px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    background: url(/bitrix/templates/kamen/img/bg.jpg);
}

.baner_bg{
	position:absolute;
	left: 0;
	right: 0;
	top: 0;
}

.baner_bottom{
	position:absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 1;
}


.mainmenuebox{
	width: 100%;
	height: 55px;
	background: #80838e47;
	position: relative;
}

.mainmenuebox .container{
	height: 55px;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}

.mainmenu {
    margin: 0;
    padding: 0;
    background: transparent !important;
    min-height: 27px;
    width: 100%;
    height: 100% !important;
    list-style: none;
    font-size: 15px !important;
    display: flex !important;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 260px !important;
}

.mainmenu li {
    float: none;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.mainmenu li a.root-item{
	width: 100% !important;
	height: 100% !important;
	display: flex !important;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    padding: 0px 30px  !important;
}

.mainmenu li a.root-item-selected {
    background: #fc8d3d;
    color: #fff;
    font-weight: bold;
    padding: 7px 12px;
    height: 100%;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    text-transform: uppercase;
}

#horizontal-multilevel-menu li:hover a.root-item, 
#horizontal-multilevel-menu li.jshover a.root-item {
    background: #f15e49 !important;
    color: #fff;
}

#horizontal-multilevel-menu li a.root-item-selected {
    background: #f15e49 !important;
    color: #fff;
    font-weight: bold;
    padding: 7px 12px;
}

#horizontal-multilevel-menu li a.root-item-selected {
    background: #f15e49;
    color: #fff;
    font-weight: bold;
    padding: 7px 12px;
}

.catalogmenu {
    box-shadow: 0px 11px 20px 0px #00000047;
    width: 235px !important;
    position: absolute;
    top: 0;
    z-index: 10;
}

.mainmenuebox .container{

    padding: 0;
}



.catalogmenu a.root-item {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 5px 0 7px 35px !important;
    background: #3e404d !important;
    border: 0 !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid#545663 !important;
    height: 55px !important;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    /*text-transform: uppercase !important;*/
}

.catalogmenu li:first-child a{
	background: #f15e49 !important;
	padding: 5px 0 7px 0 !important;
    color: #fff;
    text-transform: uppercase !important;
    align-items: center;
}

.catalogmenu a.root-item:hover{
	color:#c8b99c !important ;
}

.mainbaner{
	padding-left: 245px;
	position: relative;
	height: 100%;
	z-index: 2;
}

.mslide{
	position: relative;
	height: 500px;
}

.slideimg{
	position: absolute;
	right: 0;
	top: 0;
}

.mainslider {
    height: 100%;
    margin: 0px 30px;
}

.slidetextbox {
    position: absolute;
    bottom: 95px;
    left: 20px;
    background: #c8b99c;
    padding: 30px;
    width: 45%;
}

.slideheader{
	color: white;
	font-size: 2rem;
	margin: 0;
}

.slideline {
    width: 40px;
    height: 5px;
    color: white;
    background: white;
    margin: 15px 0;
}

.stext{
	color: white;
	font-size: 15px;
	margin-bottom: 20px;
}

.daleebox{
	display: flex;
	flex-flow: row;
	color:black;
}

.daleebox {
    display: flex;
    flex-flow: row;
    color: black;
    align-items: center;
}

.daleebox span{
	display: inline-flex;
	margin-right: 15px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;
    opacity: 1;
    color: transparent;

}

.slick-next:before {
    content: '→';
    border-top: 5px solid #c8b99c;
    border-right: 5px solid #c8b99c;
    transform: rotate(45deg);
    display: block;
    width: 25px;
    height: 25px;
}

.slick-prev:before {
    content: '→';
    border-top: 5px solid #c8b99c;
    border-right: 5px solid #c8b99c;
    transform: rotate(-135deg);
    display: block;
    width: 25px;
    height: 25px;
}

.slick-dots {
    position: absolute;
    bottom: 105px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    padding-left: 165px;
}

.slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #5f636e;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f15e49;
}


.fonfutera{
	background: #dcdee1;
	padding: 0;
	display: flex;
	flex-flow: column;
}

.footercontayner{
	padding: 30px 0 30px 0;
	margin-top: 20px;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
}

.copiright{
	padding: 0 0 70px 0;
}

.copiright-text{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: flex-start;
	color: #9a9ca2;
}

.footerline{
	width: 100%;
	height: 2px;
	background: #9a9ca2;
	color: #9a9ca2;
	margin: 16px 0;
	font-family: MuseoSansCyrl;
}

.copirspan{
	color: #9a9ca2;
	font-size: 12px;

}

.footbox{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 10px;
}

.flogobox {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}

footer .aboutlogo {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    padding: 15px 0;
}


.footbox .contactbox {
    display: flex;
    flex-flow: column !important;
    align-items: flex-start !important;
}

.footbox .contactbox .phone_link {
    margin-left: 0;
}

.footbox .contactbox a{
	margin: 0;
}

.callback_link{
	color: #f15e49;
	font-size: 13px;
	display: inline-block;
	margin-bottom: 10px !important;
}

.footbox-header{
	margin-bottom: 10px;
	text-transform:uppercase;
	font-size: 15px;
	font-weight: bold;
	font-family: MuseoSansCyrl1;

}


footer {
    margin-top: 50px;
}

.catalogmenufooter li a.root-item {
    color: #77787b !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 4px 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.catalogmenufooter li a.root-item:hover {
    color: #77787b;
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0;
    background: transparent;
    border: 0;
    text-decoration: underline !important;
}



.col-menu{
	-moz-column-count:2; /* Firefox */
	-webkit-column-count:2; /* Safari and Chrome */
	column-count:2;
	height:auto;
	width: 385px !important;
}

.col-menu .findform {
    width: 175px !important;
}	

.col-menu .findform input[type="text"] {
    background-color: transparent !important;
    outline: none;
    font-size: 14px !important;
    color: #77787b !important;
}

.my-subscribe {
    background: #3e404d;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    height: 240px;
}

.my-subscribe .bx-input-group .bx-form-control {
    width: 240px!important;
    height: 40px;
    border-radius: 0;
}

.whitelabel{
	color:white !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}

.subs-head{
	font-size: 2.4em;
    color: white;
    margin-top: 0;
}

.subs-text{
	font-size: 15px;
    color: white;
}

.subscribe-box {
    padding: 30px;
}

.subs-form {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 30px;
}

.sub-form-box{
	width: 100%;
	display: flex;
	flex-flow: row;

}

.subs-form .btn-subscribe:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 60px;
    background-color: transparent;
    background-image: url(/bitrix/templates/kamen/img/whitearrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 0 2px 2px 0;
}


.subs-form .btn-subscribe span {
    display: block;
    font-size: 11px;
}

.subs-form .btn-subscribe {
    cursor: pointer;
    text-align: center;
    background: #f15e49;
    border: 0;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 30px;
    height: 40px;
    padding: 5px 60px 5px 20px;
    vertical-align: middle;
    outline: 0;
    -webkit-transition: width 5s linear;
    -moz-transition: width 5s linear;
    -ms-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
}

.subs-img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.subs-form .bx-input-group {
    margin-right: 20px;
}

.mycheck {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.whitelabel {
    position: relative;
    padding: 0 0 0 41px;
    cursor: pointer;
    display: block;
}

.whitelabel:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #525567;
    box-shadow: none;
    transition: .2s;
}
.whitelabel:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 8px;
    width: 15px;
    height: 10px;
    border-radius: 0;
    background: transparent;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-60deg);
    
}

.mycheck:checked + .whitelabel:after {
	display: block;
}

.mycheck:not(checked) + .whitelabel:after {
	display: none;
}


.main-user-consent-request-popup-button-acc {
    background: #f15e49;
    color:white;
}

.main-user-consent-request-popup-button-acc:hover{
    background: #f15e49;
    color:black;
}


.subscribe {
    margin-top: 50px;
}

.vistavki-wrap {
    background: url(/bitrix/templates/kamen/img/vistavki-bg.jpg);
    padding: 20px 0;
}

.vistavki{
	margin: 50px 0;
	position: relative;
}

.v-headbox {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 30px;
}

.vistavki-header {
    font-size: 1.9em;
    font-weight: bold;
    font-family: MuseoSansCyrl1;
    text-transform: uppercase;
    margin-right: 20px;
    margin-bottom: 0;
}

.vistavki-link{
	font-size: 16px;
	color: #696a6d;
	text-decoration: underline;
    font-family: MuseoSansCyrl;
}

.vist-box{
	display: flex;
	flex-flow:column;
	justify-content: flex-start;
	align-items: center;
}

.vistavka {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.v-text, .v-image {
    width: 45%;
}


.v-text {
    display: flex;
    flex-flow: column;
}

.v-image img {
    box-shadow: 0 0 12px 3px #00000057;
}

.v-image-bottom {
    position: relative;
    margin-bottom: -55px;
}

.v-image-top{
    position: relative;
    margin-top: -55px;
}

.vistavka-title{
	font-size: 2.4em;
	color:white;
	text-align: center;
}

.vistavka-hr{
	color:#f15e49;
	background:#f15e49;
	width: 20px;
	height: 8px;
	margin: 10px auto;
	border: none;
}

.vistavka-sity{
	font-size: 1.45em;
	color:white;
	text-align: center;
	width: 100%;
	display: inline-block;
}

.vistavka-opisanie {
    font-size: 13px;
    color: white;
    text-align: center;
    width: 100%;
    line-height: 17px;
    letter-spacing: 2px;
}

.v-link {
    background: #c7b99c;
    font-size: 13px;
    color: black !important;
    text-transform: uppercase;
    text-decoration: none !important;
    display: inline-block;
    align-self: center;
    margin-top: 15px;
    padding: 12px 16px;
    letter-spacing: 2px;
}

.v-top {
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-bottom-color: #c7b99ca3;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.isleftblock{
	padding-left: 250px !important;
    min-height: 500px;
}

.vist-list-box .vistavka-opisanie {
    font-size: 1em !important;
    color:black !important;
    text-align: left !important;
    width: 100%;
    line-height: 17px;
    letter-spacing: 2px;
}

.vist-list-box .vistavka-title{
	font-size: 2.4em;
	color:black;
	text-align: left;
}

.vist-list-box .vistavka-sity{
	font-size: 1.45em !important;
	color:black !important;
	text-align: left !important;
	width: 100%;
	display: inline-block;
}

.vist-list-box .v-image {
    width: 30% !important;
    margin-right: 20px;
}

.vist-list-box .v-text {
   width: 70% !important;
}

.vist-list-box .v-link {
    align-self: flex-start !important;
}

.page-header{
	font-size: 2.5em;
	font-weight: bold;
	font-family: MuseoSansCyrl1;
	margin-bottom: 30px;
}

.page-headerh2{
    font-size: 2.5em;
    font-weight: bold;
    font-family: MuseoSansCyrl1;
    margin-bottom: 30px;
    text-align: center;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #f15e49;
    color: #fff;
}

.tesis-box {
    display: flex;
    flex-flow: row ;
    justify-content: center;
}

.tesis {
    width: 28%;
    margin: 10px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}

.timgdox {
    box-shadow: 0 0 7px 5px #dfdfe0b5;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.timgdox img {
    width: 65%;
}

.theader{
   text-align: center;
   font-size: 17px;
   font-weight: bold;
   font-family: MuseoSansCyrl1;
   text-transform: uppercase;

}

.t-text{
   text-align: center;
   font-size: 16px;
   font-weight: bold;
   font-family: MuseoSansCyrl;
   color:#3d4b56;
}

.m-abounbox{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;

}

.abouthalf{
    width: 48%;
}

.about-picture-box{
    display: flex;
    flex-flow: row;
    justify-content: space-between;

}

.pbox {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.mr15{
    margin-right: 15px;
}

.mb15{
    margin-bottom: 15px;
}

.aboutheader {
    text-align: left;
    font-size: 2.2em;
    font-weight: bold;
    font-family: MuseoSansCyrl1;
    margin-bottom: 25px;
    margin-top: 165px;
}
.abouttext{
    text-align: left;
    font-size: 15px;
    font-family: MuseoSansCyrl;
    color:#3d4b56;
}

.abouttextbox{
    position: relative;
}

.aboutbg {
    position: absolute;
    display: block;
    right: -61px;
    z-index: 0;
}

.catalogmenu a.root-item-selected {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0 7px 35px;
    background: #61656a url(/bitrix/templates/kamen/components/bitrix/menu/catalogmenufooter/images/item_bg.gif) 0 -26px no-repeat;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: flex !important;
    flex-flow: column;
    justify-content: center;
    height: 55px;
}

.slick-prev, .slick-next {
    top: 37%;
}

.action-box{
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    width: 100%;
}

.action-item{
    margin: 3px;
    border: 1px solid #e7e7e8;
   width: 279px;

}

.ab-item-link{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    color: black;
}

.ab-item-link:hover {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    color: black;
    text-decoration: none;
}

.action-item:hover{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: 3px;
    border: 1px solid #e7e7e8;
    box-shadow: 0 0 2px 2px #e7e7e882;
}

.ab-imgbox{
    width: 100%;
    margin: 0;
    padding: 0; 
    position: relative;
}

.ab-imgbox .saletext{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background: #f15e49 ;
    color:white;
    font-size: 1.8em;
    font-weight: bold;
    font-family: MuseoSansCyrl1;
}

.ab-imgbox img{
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.ab-textbox {
    padding: 15px;
}


.ab-item-name {
    text-align: center;
    display: block;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-family: MuseoSansCyrl1;
    font-weight: bold;
    min-height: 37px;
}

.ab-item-text{
    text-align: center;
    display: inline-block;
    margin:  0;
    font-size: 15px;
    color:#696a6d;

    
}

.ab-bybox {
        border-top: 1px solid #d7d7d7;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.ab-pricebox{
    text-align: left;
    color:#b19e77;
    font-size: 19px;
    font-family: MuseoSansCyrl1;
    font-weight: bold;
}

.action-box .owl-next, .action-box .owl-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: #c8b99c !important;
    z-index: 10;
}

.action-box .owl-next {
    right: -42px;
}

.action-box .owl-next span,.action-box .owl-prev span {
    display:none;
}



.action-box .owl-prev {
    left: -42px;
}
.action-box .owl-next:before {
    content: '';
    border-top: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 7px;
}

.action-box .owl-next:hover:before {
    content: '';
    border-top: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 7px;
}

.action-box .owl-prev:before {
    content: '';
    border-top: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(-135deg);
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 11px;
}

.action-box .owl-prev:hover:before {
    content: '';
    border-top: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(-135deg);
    display: block;
    width: 15px;
    height: 15px;
    margin-left: 11px;
}

.action-box .slick-prev.slick-disabled:before, .action-box .slick-next.slick-disabled:before {
    opacity: 1;
}

.categories-tabs {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    padding: 15px;
    box-shadow: 0 0 6px 5px #e7e9ebc9;
}

.categories-tabs li a {
    font-size: 14px !important;
    text-transform: uppercase !important;
    color:#9da0af !important;
}

.categories-tabs > .uk-active > a {
    background-color: transparent !important;
    color: black !important;
    border-bottom: 5px solid #c7b99c !important;
}

.actionslider{
    width: 100%;
}

.catalog-sectionlist{
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
}




.bx_catalog_tile .catalog-sectionlist li {
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px !important;
    width: 28.5% !important;
    list-style: none;
    text-align: center;
    border: none!important;
    background: white!important;
    margin: 5px !important;
    box-shadow: 0 0 3px 0px #00000033 !important;
}

.bx_catalog_tile .catalog-sectionlist li:hover {
    box-shadow: 0 0 3px 3px #00000024 !important;
}

.catalog-sectionlist .bx_catalog_tile_img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.catalog-sectionlist .bx_catalog_tile_title a {
    color: black !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

.catalog-sectionlist .bx_catalog_tile_title {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    vertical-align: center:  !important;
    line-height: 18px !important;
}

.nopadding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.bx-sidebar-block{
    width: 235px;
    margin-top: 410px;
}

.catalog-flex-container {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

.cat-section {
    padding-left: 30px;
    margin-top: -107px;
    position: relative;
}

.section-content{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.section-content .action-item {
    margin: 10px;
    border: 1px solid #e7e7e8;
   width: 100% !important;
}

.section-content .product-item-container {
    margin: 10px;
    border: none;
    width: 27% !important;
}



/*.section-content .action-item:hover {
    margin: 10px;
    border: 1px solid #e7e7e8;
    width: 27% !important;
    
}*/

.bx-filter.bx-blue .bx-filter-section {
    background: transparent !important;
    border: 1px solid #d7d7d7 !important;
        width: 235px;
}

.bx-filter .bx-filter-parameters-box-title span {
    color: black !important;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.bx-filter .bx-filter-input-container input {
    display: block;
    width: 100%;
    font-size: 15px;
    height: 25px !important;
    margin: 0;
    padding: 0 4px;
    border: 1px solid  #d7d7d7;
    border-radius: 2px;
    background: #fff;
    outline: 0;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-v {
    background: #636363 !important;
    height: 3px;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vn {
    background: #f15e49 !important;
    height: 3px;
}

.bx-filter.bx-blue .bx-ui-slider-pricebar-vd {
    height: 3px;
    background: transparent !important;
}

.bx-filter.bx-blue .bx-ui-slider-handle.left {
    background: #f15e49 !important;
    border-radius: 50% !important;
}

.bx-filter .bx-ui-slider-handle.left {
    left: 0;
    margin-left: -8px !important;
}

.bx-filter .bx-ui-slider-handle {
    position: absolute;
    top: -194% !important;
    width: 15px !important;
    height: 15px !important;
    border-bottom: 0;
    z-index: 100 !important;
}

.bx-filter.bx-blue .bx-ui-slider-handle.right {
    background: #f15e49 !important;
    border-radius: 50% !important;
}
.bx-filter .bx-ui-slider-handle.right {
    right: 0 ;
    margin-right: -7px !important;
}

.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 46 !important;
}

.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 45 !important;
}

.bx-filter .bx-ui-slider-part.p2 {
    display: none;
}

.bx-filter .bx-ui-slider-part.p3 {
    display: none;
}

.bx-filter .bx-ui-slider-part.p4 {
    display: none;
}

.bx-filter .bx-ui-slider-part {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #d7d7d7 !important;
}

.bx-filter .bx-ui-slider-part span {
    font-size: 14px !important;
    position: absolute;
    top: 18px !important;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #adafb2 !important;
}

.catalogmenu li a.root-item-selected {
    color: #d6d6d6;
    font-weight: bold;
    font-size: 15px !important;
    padding: 5px 0 7px 35px;
    background: #3e404d ;
    background-image: none !important;
    border: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #545663;
}

.bx-filter .bx-ui-slider-track {
    position: relative;
    height: 3px !important;
}

.bx-filter .bx-ui-slider-track-container {
    padding-top: 18px !important;
    padding-bottom: 25px;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
    font-size: 14px;
    font-style: normal;
    display: none !important;
    padding-bottom: 5px;
}

.bx-filter-input-container{
    margin-top: 15px;
}

.bx-filter .bx-filter-parameters-box {
    position: relative;
    border-bottom: 1px solid #d7d7d7;
}

.bx-filter .bx-filter-parameters-box-title {
    font-size: 13px;
    padding: 15px 0;
    margin-bottom: 15px;
}

.bx-filter .bx-filter-button-box {
    margin-top: 20px;
}

.bx-filter .bx-filter-section {
    padding-top: 0 !important;
}

.btn-link {
    color: #f15e49 !important;
}

.bx-filter.bx-blue .btn-themes.bx-active, .bx-filter.bx-blue .btn-themes.focus, .bx-filter.bx-blue .btn-themes:active, .bx-filter.bx-blue .btn-themes:focus, .bx-filter.bx-blue .btn-themes:hover {
    background-color: #f15e49 !important;
    border-color: #ee5d48 !important;
    color: #FFF !important;
}

.bx-filter.bx-blue .btn-themes {
    background-color: #f15e49 !important;
    border-color: #ee5d48 !important;
    color: #FFF !important;
}

.bx-filter.bx-blue .btn-themes:hover {
    box-shadow: inset -2px 2px 5px 0px #00000038;
}



.checkbox input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox__text {
	position: relative;
	padding: 0 0 0 25px;
	cursor: pointer;
}
.checkbox__text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: white;
    box-shadow: none;
    transition: .2s;
    border: 1px solid #f15e49;
}
.checkbox__text:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #f15e49;
    box-shadow: none;
    transition: .2s;
    display: none;
}
/*.checkbox input:checked + .checkbox__text:before {
	background: #9FD468;
}*/
.checkbox input:checked + .checkbox__text:after {
	display: block;
}
.checkbox input:focus + .checkbox__text:before {
	display: block;
}

.checkbox label {
    min-height: 20px;
    padding-left: 0 !important;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.catalogmenufooter li a.root-item-selected {
    color: #77787b !important;
    font-weight: bold !important;
    font-size: 14px !important;
    padding: 4px 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.section-name {
    color: #c7b99c;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 60px;
}

.catalog-block-header {
    color: black !important;
    font-size: 24px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-family: MuseoSansCyrl1 !important;
    text-align: center !important;
    display: inline-block;
    width: 100%;
    border-bottom: none !important;

}

.product-item-detail-tab-link:after {
    background: #c7b99c !important;
    bottom: -3px !important;
}

.product-item-detail-tab-link {
    color: black !important;
}

.product-item-detail-tabs-container {
    border-bottom: 3px solid #ededed !important;
    background: transparent !important;
}

.detail-slider-container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    margin-bottom: 35px;
}

.product-item-detail-slider-controls-block {
    padding: 0;
    text-align: center;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.detail-next {
    right: 53% !important;
}

.detail-next:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #b1b1b1;
    border-left: 2px solid #b1b1b1;
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(-50deg);
    left: calc(50% - 3px);
}

.detail-prev {
    left: 53% !important;
}

.detail-prev:after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid #b1b1b1;
    border-right: 2px solid #b1b1b1;
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    transform: rotate(45deg);
    left: calc(50% - 5px);
}


.detail-prev, .detail-next {
    position: absolute;
    top: auto !important;
    bottom: -31px !important;
    z-index: 111;
    display: block;
    width: 25px !important;
    background: transparent !important;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 300ms ease;
    height: 25px !important;
    border: 1px solid #b1b1b1 !important;
    border-radius: 50% !important;
}

.product-item-detail-slider-container{
    display: none;
}

.detail-slider-container .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.art{
    color:#8d9092;
    font-size: 13px;
    font-family: MuseoSansCyrl;
}

.propname {
    display: block;
    color: #8d9092;
    font-size: 14px;
    font-family: MuseoSansCyrl1;
    text-transform: uppercase;
}

.propvalue{
    display: inline-block;
    color:black;
    font-size: 14px;
    font-family: MuseoSansCyrl1;
}

.product-item-detail-info-section {
    padding: 0;
}

.product-item-detail-pay-block {
    position: relative;
    margin-bottom: 15px;
    padding: 20px 20px 0;
    border: none !important;
    border-radius: 3px;
    background-color: transparent !important;
}

.product-item-detail-price-current {
    color: black !important;
    white-space: nowrap;
    font-weight: bold;
    font-size: 2.5em !important;
    line-height: 35px !important;
    transition: font-size 200ms ease;
    font-family: MuseoSansCyrl1 !important;
}

.product-item-amount-description-container {
    display: none !important;
}

.product-item-detail-info-container {
    margin-bottom: 20px;
    font-family: MuseoSansCyrl !important;
}

.product-item-amount {
    text-align: left !important;
}

.product-item-amount-field-container {
    position: relative;
    width: 110px;
    height: 40px;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 110px !important;
    width: auto;
    height: 40px !important;
    border: 1px solid #8d9092 !important;
    border-radius: 2px;
    background: transparent!important;
    color: #000;
    vertical-align: middle;
    text-align: left !important;
    padding-left: 15px !important;
    font-weight: bold;
    line-height: 22px;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 5;
}

.product-item-amount-field-btn-plus {
    position: absolute !important;
    display: block !important;
    min-width: 40px !important;
    height: 20px !important;
    border-radius: 0 !important;
    background-color: white !important;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    right: 1px;
    top: 1px;
    border-left: 1px solid #8d9092;
    border-bottom: 1px solid #8d9092;
    z-index: 10;
}

.product-item-amount-field-btn-minus {
    position: absolute !important;
    display: block !important;
    min-width: 40px !important;
    height: 19px !important;
    border-radius: 0 !important;
    background-color: white !important;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    right: 1px;
    bottom: 1px;
    border-left: 1px solid #8d9092;
    border-top: 1px solid #8d9092;
    z-index: 10;

}

.btn.product-item-detail-buy-button {
    position: relative !important;
    display: flex ;
    margin: 0 auto 20px !important;
    max-width: 250px !important;
    width: 100% !important;
    height: 45px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    font-family: MuseoSansCyrl1 !important;
    background: #f15e49 !important;
    color: white !important;
    vertical-align: middle;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.btn.product-item-detail-buy-button:hover {
    position: relative !important;
    
    margin: 0 auto 20px !important;
    max-width: 250px !important;
    width: 100% !important;
    height: 45px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    font-family: MuseoSansCyrl1 !important;
    background: #f15e49 !important;
    color: white !important;
    vertical-align: middle;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.flexbtn{
    display: flex !important;
}

.btn.product-item-detail-buy-button span {
    color: white !important;
    position: static !important;
    display: inline;
    margin-top: 16px;
}

.btn.product-item-detail-buy-button img {
margin-right: 15px;
}

.bx-blue .btn.btn-default {
    outline: 0;
    background-color: #f15e49 !important;
    border-color: #f15e49 !important;
    color: #FFF;
}

.basket-item-price-difference, .basket-coupon-block-total-price-difference {
    background: #f2f2f2 !important;
    color: #f15e49 !important;
}

.bx-soa-section.bx-step-completed {
    border: 1px solid #d7d7d7 !important;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: #f15e49 !important;
    border-color: #f15e49 !important;
}

.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background-color: #d7d7d7 !important;
    border-color: transparent;
}

.alert-success {
    color: black !important;
    background-color: #d7d7d7 !important;
    border-color: #d6e9c6 !important;
}

#regform table tr td {
    padding: 10px !important;
    font-size: 1.2em;
}

#regform input[type="password"], #regform input [type="text"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

 #regform input[type="text"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

#regform input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #f15e49;
    color: white;
    padding: 10px 20px;
    border: none;
}

#regform input[type=submit]:hover {
    box-shadow: 2px 2px 3px 0 #0000005e;
}

.sale-personal-section-index-block.bx-theme-blue {
    background: #f15e49 !important;
    background-image: none !important;
    opacity: 1 !important;
}

.sale-personal-section-index-block.bx-theme-blue:hover {
    background: #F15E49 !important;
    background-image: none !important;
    opacity: 1 !important;
    box-shadow: 2px 2px 3px 0 #0000005e;

}



#chandgepass table tr td {
    padding: 10px !important;
    font-size: 1.2em;
}

#chandgepass input[type="password"], #regform input [type="text"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

 #chandgepass input[type="text"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

#chandgepass input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #f15e49;
    color: white;
    padding: 10px 20px;
    border: none;
}

#chandgepass input[type=submit]:hover {
    box-shadow: 2px 2px 3px 0 #0000005e;
}


.bx-auth table tr td {
    padding: 10px !important;
    font-size: 1.2em;
}

.bx-auth input[type="password"], #regform input [type="text"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

 .bx-auth input[type="text"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

.bx-auth input[type=submit], .fbox input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #f15e49;
    color: white;
    padding: 10px 20px;
    border: none;
}

.bx-auth input[type=submit]:hover, .fbox input[type="submit"]:hover {
    box-shadow: 2px 2px 3px 0 #0000005e;
}


.fbox input[type="text"], .fbox input[type="password"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

.flexrow {
    display: flex;
    flex-flow: row;
    width: 100%;
    justify-content: flex-start;
}

.flexrowwrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-start;
}

.flexrow noindex{
   margin-right: 20px; 
}

#sys-ayth-form table{
    width:95%;
}

.galery-slide{
    margin:10px;
}

.galery {
    margin-bottom: 50px;
}

.galery .detail-prev, .galery .detail-next {
    position: absolute;
    top: -30px !important;
    bottom: auto !important;
    z-index: 111;
    display: block;
    width: 25px !important;
    background: transparent !important;
    opacity: 1 !important;
    cursor: pointer;
    transition: all 300ms ease;
    height: 25px !important;
    border: 1px solid #b1b1b1 !important;
    border-radius: 50% !important;
}


.galery .slick-track {display: flex !important;}

.mobileheader {
    display: none;
}

.catalogmenu li ul{
    display: none !important;
}




.bx_catalog_tile .internal-sectlist li{
    width: 27% !important;
    margin: 10px !important;
    border: 1px solid #e7e7e8 !important;
    box-shadow:none !important;

}

.bx_catalog_tile .internal-sectlist li:hover{
    box-shadow: 0 0 2px 2px #e7e7e882 !important;
    border: 1px solid #e7e7e8 !important;
}

.bx-breadcrumb {
    margin: 10px 0;
    padding: 10px 0;
}

.catalog-content {
    width: calc(100% - 235px);
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span {
    background: #f15e49 !important;
    color: #fff;
}

.mobilefooter{ display:none; }

.mobilemenu{display: none;}


.copirspan :last-child {
    color: #9a9ca2;
    font-size: 12px;
    /*display: flex;*/
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
}

.wrapper{
    width: 100%;
}

.post {
    width: 100%;
    border: 1px solid #eeeeee;
    padding: 15px;
    box-shadow: 0 0 2px 2px #e7e7e882;
    margin-bottom: 20px;
}

.postheader{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    border-bottom: 2px solid #d7d7d7; 
    padding-bottom: 5px;

}

.postdate{
    font-size: 14px;
    font-family: MuseoSansCyrl !important;
    margin-right: 15px;
}

.postname{
    font-size: 14px;
    font-family: MuseoSansCyrl1 !important;
}

.posttext {
    padding-top: 10px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: #f15e49 !important;
    color: #fff !important;
}

.iblock_add  table tr td {
    padding: 10px !important;
    font-size: 1.2em !important;
}


.iblock_add input[type="text"] {
    display: block !important;
    width: 100% !important;
    font-size: 18px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 4px !important;
    border: 1px solid #ccd5db !important;
    border-radius: 2px !important;
    background: #fff !important;
    outline: 0 !important;
    margin-left: 15px;
}

.iblock_add input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #f15e49;
    color: white;
    padding: 10px 20px;
    border: none;
}

.nametd{
    padding: 3px !important;
    font-size: 1.2em !important;
    width: 40px;
}

.pagetext {
    margin: 0 0 10px;
    font-size: 16px;
}

.galslider .galery-slide {
    margin: 10px;
    display: flex !important;
    justify-content: center;
}

.bx-breadcrumb {
    margin: 10px 0;
    z-index: 1000;
    position: relative;
    margin-left: 12px;
}






/****************************************************************************************************************************/


@media (max-width: 1200px){
    .container {
        width: 100%;
    }

    .action-box .owl-next {
        right: -39px;
    }

    .action-box .owl-prev {
        left: -39px;
    }

    .tabsbox{
        margin: 0px 30px !important;
    }
    
    .action-item {
        width: 270px;
    }

    .copiright-text {
        padding: 0 15px;
    }
}
/**********************************************************************/

@media (max-width: 1024px){

    .mainmenu li a.root-item {
        padding: 0px 23px !important;
        font-size: 0.8em;
    }

    footer {
        margin-top: 50px;
        padding: 0 15px;
        background: #dcdee1;
    }

    footer .phone_link {
        font-size: 16px;
    }
}

/**********************************************************************/

@media (max-width: 768px){
	.container, .container-fluid {
	    width: 100% !important;
	}

    .header{
        display: none;
    }

    .mobileheader {
        display: block;
        padding: 15px 30px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .kabinetbox {
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .contactbox {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
    }

    .cont-linkbox {
        display: flex;
        flex-flow: row;
        justify-content: flex-end;
        width: 100%;
        position: relative;
        align-items: flex-start;
    }

    .mobileheader .phone_link {
        margin-left: 25px;
        color: black;
        font-size: 1.7em;
        text-decoration: none;
        font-weight: bold;
        font-family: MuseoSansCyrl1;
        text-align: right;
        display: inline-block;
        width: 100%;
        margin-right: 25px;
        margin-top: 13px;
    }

    .iconbox {
        display: flex;
        flex-flow: row;
    }

    .mobileheader .logolink img {
        width: 80%;
        height: auto;
        margin: 0;
    }

    .mobileheader .findform {
        width: 100%;
    }



    .mobileheader .searchbox {
        width: 40%;
        margin-top: 20px;
    }


    .mob-catalog-link {
        color: #fff !important;
        font-weight: bold !important;
        font-size: 15px !important;
        padding: 0 50px !important;
        background: #f15e49 !important;
        border: 0 !important;
        box-sizing: border-box !important;
        border-bottom: none !important;
        height: 55px !important;
        display: flex !important;
        flex-flow: column;
        justify-content: center;
        text-transform: uppercase !important;
    }

    .mainmenuebox {
        display: none;
    }

    .mobilemenuebox {
        display: block;
        width: 100%;
        height: 55px;
        background: #80838e47;
        position: relative;
        padding: 0 45px;
    }

    .mobilemenuebox .container {
        width: 100%;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        padding: 0;
    }

    .mobilemenuebox .container:after{
        display: none;
    }
    .mobilemenuebox .container:before{
        display: none;
    }


    .mob-menu-link {
        height: auto;
        padding: 10px;
        border: 2px solid white;
        border-radius: 10px;
        margin: 5px 0;
        width: 50px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .line{
        width: 80%;
        height: 2px;
        margin: 2px auto;
        background: white;
    }
    .mainbaner {
        padding-left: 15px;
        position: relative;
        height: 100%;
        z-index: 2;
    }

    .tabsbox .action-item {
        width: 100%;
        margin: 0;
    }

    .mainslider .slick-dots {
        position: absolute;
        bottom: 105px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: left;
        padding-left: 89px;
    }   

    .abouthalf {
        width: 100%;
    }

    .m-abounbox {
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }

    .pbox {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        width: 45%;
    }

    .about-picture-box {
        display: flex;
        flex-flow: row;
        justify-content: center;
    }

    .abouttextbox {
        position: relative;
        padding: 0 28px;
        text-align: center;
    }

    .aboutbg {
        display: none;
    }

    .aboutheader {
        font-size: 2em;
        font-weight: bold;
        font-family: MuseoSansCyrl1;
        margin-bottom: 25px;
        margin-top: 10px;
        text-align: center;
    }

    .aboutheader br {display: none;}

    .v-link {
        background: #c7b99c;
        font-size: 13px;
        color: black !important;
        text-transform: uppercase;
        text-decoration: none !important;
        display: inline-block;
        align-self: center;
        margin-top: 15px;
        padding: 12px 16px;
        letter-spacing: 2px;
        margin: 10px auto;
    }

    .tesis-box {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .tesis {
        width: 80%;
    }

    .v-image-top {
        position: relative;
        margin-top: 0;
    }

    .v-image-bottom {
        position: relative;
        margin-bottom: 0;
    }

    .subs-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

	.subscribe-box {
	    padding: 14px;
	    width: 100%;
	}

	.subs-text br{
		display: none;
	}


    .footercontayner {
        padding: 0 !important;
        margin-top: 20px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footbox {
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-right: 0;
        width: 50%;
    }

	.mobilefooter{ display:block; }
	.fullfooter{display:none;}

	.mobilefooter .searchbox {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}

	.subscribe {
	    margin-top: 50px;
	    padding: 0 30px;
	}

	section {
	    margin: 20px 0;
	}

	.my-subscribe {
	    background: #3e404d;
	    position: relative;
	    overflow: hidden;
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	    height: 310px;
	    padding: 20px;
	}

	.subs-form {
	    display: flex;
	    flex-flow: column;
	    justify-content: flex-start;
	    padding-top: 0;
	    width: 100%;
	    margin-left: 15px;
	}

	.subs-form .bx-input-group {
	    margin-right: 0;
	    width: 100%;
	}

	.sub-form-box {
	    width: 100%;
	    display: flex;
	    flex-flow: row wrap;
	}

	.bx_subscribe_submit_container {
	    margin-bottom: 20px;
	}

	.mobilefooter {
	    margin-top: 30px;
	    padding: 0 45px;
	    background: #dcdee1;
	}

	.footline{
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		width: 100%;
	}

	.footbox-header a{
		color: black;
		margin-bottom: 15px;
	}

	.mobilefooter .contactbox {
	    display: flex;
	    flex-flow: column !important;
	    align-items: flex-end !important;
	    width: 100%;
	}

	footer .phone_link {
	    font-size: 2em;
	}

	footer .callback_link {
	    color: #f15e49;
	    font-size: 17px;
	    display: inline-block;
	    margin-bottom: 10px !important;
	}

	footer .feedback_link {
	    display: flex;
	    flex-flow: row;
	    justify-content: flex-start;
	    align-items: center;
	    color: #696a6d;
	    font-size: 17px;
	    text-decoration: none;
	    cursor: pointer;
	}

	.copirspan {
	    color: #9a9ca2;
	    font-size: 14px;
	}

	.copiright-text {
	    display: flex;
	    flex-flow: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	    color: #9a9ca2;
	    padding: 0;
	}

	.isleftblock {
	    padding: 0 40px !important;
	    min-height: 0;
	}

	.bx_catalog_tile .catalog-sectionlist li {
	    width: 30.5% !important;
	}

	.bx-sidebar-block {
	    width: 235px;
	    margin-top: 83px;
	    display: none;
	}

	.catalog-content {
	    width: 100% !important;
	    margin: 0 !important;
	    padding: 0 !important;
	}

	.section-content .action-item {
	    width: 30% !important;
	}

	.ab-item-name {
	    font-size: 15px;
	}

	.fonfutera {
	    padding: 0 !important;
	    margin: 0 !important;
	}

	.copiright {
	    padding: 0 !important;
	}

	.section-description p{
		display: inline-block;
		padding: 0 20px;
	}

	.section-description h2 {
	    text-align: center;
	    width: 100%;
	    display: block;
	}

	.cat-section {
	    padding: 0;
	}

	.catalog-flex-container{
		padding-left: 30px !important;
	    padding-right: 30px !important;
	}

	.flexrow {
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: space-between;
	    align-items: stretch;
	    margin: 0;
	    padding: 0;
	}

	.product-item-detail-pay-block{
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		align-items: flex-start;
		height: 100%;
	}

	.detail-slider-container {
	    margin-bottom: 45px;
	}

	.product-item-detail-info-container {
	    margin-bottom: 20px;
	    width: 100%;
	}

	.main-button-container, .main-button-container .div {
	    width: 100%;
	}

    .banerbox {
        position: relative;
        height: 546px;
        padding-right: 0;
        padding-left: 0;
        background: url(/bitrix/templates/kamen/img/bg.jpg);
    }


    .categories-tabs {
        flex-wrap: wrap;
    }

}/*768*/


@media (max-width: 640px){
    .footbox-header {
        font-size: 0.8em;
    }
    footer .phone_link {
        font-size: 1.5em;
    }

    .copirspan {
        color: #9a9ca2;
        font-size: 14px;
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .page-headerh2 {
        font-size: 1.5em;
        display: block;
    }

    .section-content .action-item {
        width: 44% !important;
    }

    .categories-tabs {
        flex-wrap: wrap;
    }

    .categories-tabs {
        flex-wrap: wrap;
    }






}/*640*/

/*********************************************************************************/
@media (max-width: 480px){
    .mobileheader {
        padding: 15px 0;
    }

    .feedback_link {
        font-size: 12px;
    }

    .mobileheader .phone_link {
        margin-left: 25px;
        color: black;
        font-size: 1.2em;
        text-decoration: none;
        font-weight: bold;
        font-family: MuseoSansCyrl1;
        text-align: right;
        display: inline-block;
        width: 100%;
        margin-right: 25px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

	.slidetextbox {
	    position: absolute;
	    bottom: 95px;
	    left: 20px;
	    background: #c8b99c;
	    padding: 30px;
	    width: 100%;
	}

	.mainslider .slick-dots {
	    position: absolute;
	    bottom: 105px;
	    display: flex !important;
	    width: 100%;
	    margin: 0;
	    list-style: none;
	    text-align: center !important;
	    padding: 0 !important;
	    flex-flow: row;
	    justify-content: center;
	}

	.vistavka {
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	}

	.v-text {
	    display: flex;
	    flex-flow: column;
	    width: 100%;
	    margin-bottom: 20px;
	}

	.my-subscribe {
	    height: auto;
	}

	footer .phone_link {
	    font-size: 1.5em;
	}

	.footbox-header {
	    margin-bottom: 10px;
	    text-transform: uppercase;
	    font-size: 12px;
	    font-weight: bold;
	    font-family: MuseoSansCyrl1;
	}

	.catalog-sectionlist .bx_catalog_tile_title a {
	    color: black !important;
	    font-size: 13px !important;
	    font-weight: 700 !important;
	}

	.isleftblock {
	    padding: 0 15px !important;
	    min-height: 0px;

	}

	.subscribe {
	    margin-top: 0;
	    padding: 0;
	}

	.catalog-flex-container {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}

	.section-content .action-item {
	    width: 100% !important;
	}

	.flexrow .col-sm-6{
	    padding-right: 0;
	    padding-left: 0;
	    width: 50%;
	}

	.product-item-detail-tab-link {
	    font-size: 10px !important;
	}

	.product-item-detail-tabs-list {
	    display: flex !important;
	    margin: 0;
	    padding: 0;
	    list-style: none;
	    width: 100%;
	    overflow: hidden;
	    justify-content: center;
	}

	.bx_catalog_tile .catalog-sectionlist li {
	    width: 45% !important;
	}

	.bx-catalog-element .bx-title {
	    font-size: 23px !important;
	}

	.container-fluid {
	    padding-right: 0 !important;
	    padding-left: 0 !important;
	}

	.socnet_link {
	    margin-left: 10px;
	}

	.section-content .action-item:hover {
	    margin: 10px;
	    border: 1px solid #e7e7e8;
	    width: 100% !important;
	}

	.product-item-detail-price-current {
	    font-size: 2em !important;
	}

	.btn.product-item-detail-buy-button {
	    margin: 0 !important;
	    font-size: 10px !important;
	}

	.btn.product-item-detail-buy-button:hover {
	    margin: 0 !important;
	    font-size: 10px !important;
	}

	.btn.product-item-detail-buy-button img {
	    margin-right: 15px;
	    width: 18px;
	}

	.product-item-detail-tab {
	    width: 29% !important;
	    margin: 0 10px !important;
	}


	.product-item-detail-tab-link {
	    padding: 10px !important;
	}

	.footbox {
	    display: flex;
	    flex-flow: column;
	    justify-content: flex-start;
	    align-items: center;
	    margin-right: 0;
	    width: 100%;
	}

	.mobilefooter .contactbox {
	    display: flex;
	    flex-flow: column !important;
	    align-items: center !important;
	    width: 100%;
	}

	.catalog-sectionlist {
	    display: flex !important;
	    flex-flow: row wrap;
	    justify-content: space-between;
	}

	.categories-tabs {
	    display: flex;
	    flex-wrap: wrap;
	}

	.categories-tabs > .uk-active > a {
	    margin-bottom: 10px;
	}

	.about-picture-box .pbox:first-child{
		width: 49%;
	}

	.aboutheader {
	    font-size: 1.5em;
	    font-weight: bold;
	    font-family: MuseoSansCyrl1;
	    margin-bottom: 25px;
	    margin-top: 27px;
	    text-align: center;
	}

    .page-headerh2 {
        font-size: 1.8em;
    }
    .categories-tabs {
        flex-wrap: wrap;
    }
}/*480*/


