html, body, form{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	height:auto !important;
	height:100%;
	min-height:100%;
}

body{
	font-size:14px;
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-family:'Open Sans', sans-serif;
	color:#191919;
	background:#fff;
	text-align:center;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
}

table{
	font-size:100%;
}

a:link{color:#191919;}
a:visited{color:#191919;}
a:active{color:#191919;}
a:hover{color:#191919;}

small{
	font-size:85%;
}

hr{
	width:92%;
	height:1px;
	border:medium none;
	color:#191919;
	background-color:#191919;
	margin:8px auto;
}

.container{
	text-align:left;
	overflow:hidden;
}

.header,
.header a{
	color:#151515;
}
.footer,
.footer a,
.about-us,
.about-us a,
.block-main-outer.dark-bg,
.block-main-outer.dark-bg a{
	color:#eaeaea;
}


.header-outer, .content-outer{
	background:#FFF;
}
.header{
	padding-top:10px;
	padding-bottom:40px;
}

.phone,
.footer-contacts{
	text-align:right;
	justify-content: right; 
}
.phone,
.footer-phone,
.phone a,
.footer-phone a{
	font-size:20px;
}
.phone a,
.footer-phone a{
	text-decoration:none;
}

.footer-outer{
	min-height:364px;
	background:#000;
	/*background:url(images/footer_bg.jpg) center no-repeat;*/
}
.footer{
	padding-top:35px;
	padding-bottom:35px;
}
.footer img{
	margin-top:-15px;
}
.footer-contacts{
	font-size:16px;
}
.footer-contacts>div{
	margin-bottom:10px;
}
.footer-soc{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:end;
	margin-top:30px;
}
.footer-soc a{
	display:inline-block;
	width:51px;
	height:50px;
	background-image:url(images/soc-sprite.png);
	background-repeat:no-repeat;
}
.footer-soc a:not(:last-child){
	margin-right:10px;
}
.footer-soc a[href*="facebook.com"]{
	background-position:0 0;
}
.footer-soc a[href*="instagram.com"]{
	background-position:0 -55px;
}
.footer-soc a[href*="vimeo.com"]{
	background-position:0 -110px;
}
@media(max-width:992px){
	.company-logo img,
	.footer img{
		margin:0 auto 15px;
	}
	.search,
	.phone{
		margin-bottom:7px;
	}
	.phone,
	.footer-contacts{
		text-align:center;
	}
	.header-outer,
	.footer-outer{
		background-size:cover;
	}
	.footer-contacts{
		text-align:center;
	}
	.footer-soc{
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
	}
}
@media(min-width:992px){
	.header,
	.header>.col-lg-8{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.header{
		-webkit-box-pack:stretch;
		-ms-flex-pack:stretch;
		justify-content:stretch;
	}
	.header>.col-lg-8{
		-webkit-box-pack:justify;
		-ms-flex-pack:justify;
		justify-content:space-between;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.phone>div,
	.footer-phone>div:before{
		display:inline-block;
	}
	.phone>div:before,
	.footer-phone>div:before{
		margin-right:5px;
		font-family:FontAwesome;
	}
	.footer-phone>div:before{
		content:"\f2a0";
	}
}

.subpage{
	padding-top:25px;
	padding-bottom:45px;
}
.navigation{
	margin-bottom:30px;
}

table.data-table{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}
table.data-table td{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}
table.data-table thead td,
table.data-table th{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	padding:4px;
	color:#333;
}
table.data-table tbody td{
	background-color:#FFF;
	background-image:none;
	color:#333;
}
table.data-table tfoot td{
	background-color:#fff;
	padding:4px;
	color:#333;
}

.container .button, .container a.button, .container a.button:link, .container a.button:visited,  
.container input[type=submit], .container input[type=button], .container input[type=reset]{
	text-decoration:none;
	display:inline-block;
	text-align:center;
	font-size:16px;
	margin:0;
	padding:5px 15px;
	color:#000;
	background:transparent;
	border:2px solid #000;
	white-space:nowrap;
	cursor:pointer;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	cursor:pointer;
}
.container .button[disabled], .container a.button[disabled], .container a.button:link[disabled],
.container .button.bright[disabled], .container a.button.bright[disabled], .container a.button.bright:link[disabled], 
.container input[type=submit][disabled], .container input[type=button][disabled], .container input[type=reset][disabled]{
	opacity:0.7;
	cursor:default;
	background:#000;
	color:#fff;
}
.container input[type=submit]:hover, .container input[type=button]:hover, 
.container .button:hover, .container a.button:hover,
.container input[type=submit]:active, .container input[type=button]:active, 
.container .button:active, .container a.button:active{
	background:#000;
	color:#fff;
}
.container input[type=text], 
.container input[type=email],
.container textarea, 
.container input[type=password]{
	background:#fff;
	color:#000;
	border:2px solid #000;
	display:inline-block;
	outline:none;
	vertical-align:middle;
	font-size:16px;
	padding:10px 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	width:100%;
}

.block-main-outer.dark-bg{
	background-color:#000;
}
.block-main{
	padding-top:50px;
	padding-bottom:50px;
}
.block-title{
	overflow:hidden;
	text-align:center;
	margin:0;padding:0;
	margin-bottom:40px;
	font-size:40px;
}
.block-main-outer.dark-bg .block-title{
	color:#eaeaea;
}
.block-title:after{
	content:"";
	background:url(images/title-delim-black.png) center no-repeat;
	display:block;
	width:100%;
	height:20px;
	margin-top:15px;
}
.block-main-outer.dark-bg .block-title:after{
	background:url(images/title-delim-white.png) center no-repeat;
}

.about-us-outer{
	min-height:600px;
	background:url(images/about-us_bg.jpg) center no-repeat;
}
.about-us{
	padding-top:50px;
	padding-bottom:50px;
}
.about-us{
	text-align:center;
	font-size:16px;
}
.about-us-outer .about-us a.button{
	padding:10px 20px;
	color:#fff;
	background:transparent;
	border:2px solid #fff;
	margin-top:40px;
}
.about-us-outer .about-us a.button:hover,
.about-us-outer .about-us a.button:active{
	background:#fff;
	color:#000;
}
@media(max-width:992px){
	.about-us-outer{
		position:relative;
		background-size:cover;
	}
	.about-us-outer:before{
		content:"";
		display:block;
		background:rgba(0,0,0,0.5);
		position:absolute;
		left:0;right:0;top:0;bottom:0;
	}
}

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:35px;
	height:34px;
	border:none;
	text-indent:-999px;
	background-image:url(images/up-arrow.png);
	background-repeat:no-repeat;
	-background-position:center top;
	background-position:center bottom;
	z-index:50;
}
#toTop:hover,#toTop:active{
	background-position:center bottom;
}
#toTop:active, #toTop:focus{
	outline:none;
}


.callback-popup__wrapper {
	display: none;
}

.order-popup__wrapper {
  display: none;
}

.success-popup {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #150d0d;
  padding-bottom: 19px;
}

.form-popup {
  position: fixed;
  background: #ffffff;
  width: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  padding-top: 60px;
  z-index: 99;
  width: 100%;
  max-width: 430px;
  background: #FFFFFF;
  border-radius: 20px;
  max-height: 442px;
  display: flex;
  justify-content: center;
}

.form-container {
  max-width: 352px;
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  /* border: none; */
  background: #ffffff;
  border: 1px solid #8692A6;
  box-sizing: border-box;
  border-radius: 6px;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.callback-popup__h1 {
  font-weight: bold;
  font-size: 22px;
  line-height: 38px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
}

.callback-popup__h2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #8692A6;
  margin-bottom: 22px;
}

.form-container .btn {
  background: linear-gradient(360deg, #363232 0%, #2c2a2a 100%);
  box-shadow: 0px 4px 17px -8px #e90e0d;
  border-radius: 20px;
  font-weight: 800;
  font-size: 14px;
  line-height: 38px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  max-width: 350px;
  width: 100%;
  height: 48px;
  border: 0;
}

.callback-popup__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-bottom: 5px;
}

.form-container .cancel {
  background-color: #448AFF;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

.callback-popup__close {
  filter: brightness(0.5);
  position: absolute;
  right: 25px;
  top: 25px;
  width: 15px;
  cursor: pointer;
}

.order-popup__close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 15px;
  cursor: pointer;
}

.callback-popup__overlay {
  background: #927d7d;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0;
  opacity: 0.8;
}

.order-popup__overlay {
  background: #927d7d;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  opacity: 0.8;
}

label.radio {
  margin-bottom: 26px;
}

/*.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 4px 0 0 7px;
}*/
.radio__text {
  position: relative;
  padding: 1px 0 0 35px;
  cursor: pointer;
  /* display: flex; */
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #696F79;
}
/* .radio__text:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 6px;
  width: 17px;
  height: 17px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #EBEBEB;
} */
.radio__text:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #EA1513;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 50%);
  opacity: 0;
  transition: .2s;
}
.radio input:checked + .radio__text:after {
  opacity: 1;
}
.radio input:focus + .radio__text:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.7);
}

.header__callback-btn {
    border: 1px solid;
    text-align: center;
    padding: 3px;
    background: #d1d1d1;
	cursor: pointer;
}

.header__callback-btn:hover {
    background: #b8b8b8;
}

.product-item-detail-info-container .product-item-detail-buy-button::before {
    content: '';
    background: url(/local/templates/adapt/images/button-buy.png);
    width: 165px;
    background-size: 164px;
    height: 42px;
    position: absolute;
    background-repeat: no-repeat;
    left: -22px;
    top: -3px;
    border-radius: 11px;
}

.btn.product-item-detail-buy-button {
	margin-left: 71px!important;
}

.cart-price__fixed .product-item-detail-buy-button {
    margin-left: 33px!important;
}

.cart-price__fixed {
    position: fixed;
    z-index: 9;
    display: flex;
    justify-content: center;
    width: 12%;
    padding: 0 11px 0 16px;
    right: 19%;
    box-shadow: 0px 1px 10px -2px #c9c9d7;
	background: rgb(255 255 255 / 68%);
}

@media (max-width: 1600px) {
	.cart-price__fixed {
		position: fixed;
		z-index: 9;
		background: rgb(255 255 255 / 68%);
		display: flex;
		justify-content: center;
		width: 14%;
		padding: 0 11px 0 16px;
		right: 13%;
		box-shadow: 0px 1px 10px -2px #c9c9d7;
	}
}


@media (max-width: 1441px) {
	.cart-price__fixed {
		position: fixed;
		z-index: 9;
		background: rgb(255 255 255 / 68%);
		display: flex;
		justify-content: center;
		width: 19%;
		padding: 0 11px 0 16px;
		right: 7%;
		box-shadow: 0px 1px 10px -2px #c9c9d7;
	}
}

@media (max-width: 1300px) {
	.cart-price__fixed {
		position: fixed;
		z-index: 9;
		background: rgb(255 255 255 / 68%);
		display: flex;
		justify-content: center;
		width: 20%;
		padding: 0 11px 0 16px;
		right: 4%;
		box-shadow: 0px 1px 10px -2px #c9c9d7;
	}
}

@media (max-width: 1198px) {
	.btn.product-item-detail-buy-button {
		margin-left: 38px!important;
	}
}

@media (max-width: 1025px) {
	.cart-price__fixed {
		position: fixed;
		z-index: 9;
		background: rgb(255 255 255 / 68%);
		display: flex;
		justify-content: center;
		width: 20%;
		padding: 0 11px 0 16px;
		right: 10%;
		box-shadow: 0px 1px 10px -2px #c9c9d7;
	}
}

@media (max-width: 991px) {
	.cart-price__fixed {
		position: fixed;
		z-index: 13;
		background: rgb(255 255 255 / 68%);
		display: flex;
		justify-content: center;
		width: 27%;
		padding: 0 11px 0 16px;
		right: 10%;
		box-shadow: 0px 1px 10px -2px #c9c9d7;
		top: 50%;
	}
}

@media (max-width: 769px) {
	.cart-price__fixed {
		position: fixed;
		z-index: 13;
		background: rgb(255 255 255 / 68%);
		display: flex;
		justify-content: center;
		width: 41%;
		padding: 0 11px 0 16px;
		right: 10%;
		box-shadow: 0px 1px 10px -2px #c9c9d7;
		top: 50%;
	}
	.cart-price__fixed .product-item-detail-buy-button {
		margin-left: 30px!important;
	}
}

@media (max-width: 426px) {
	.cart-price__fixed {
		position: fixed;
		z-index: 13;
		background: rgb(255 255 255 / 68%);
		display: flex;
		justify-content: center;
		width: 60%;
		padding: 0 11px 0 16px;
		right: 10%;
		box-shadow: 0px 1px 10px -2px #c9c9d7;
		top: 50%;
	}
	.cart-price__fixed .product-item-detail-buy-button {
		margin-left: 30px!important;
	}
}



div.mobile-menu{
	width:100%;
	font-size:100%;
	font-size:14px;
	margin-bottom:20px;
}
#mobile_menu_button.closed ~ div.mobile-menu{
	display:none;
}
div.mobile-menu a{
	text-decoration:none;
	color:#fff !important;
}

div.mobile-menu ul{
	list-style-type: none;
	margin:0; 
	padding:0;
}

div.mobile-menu ul a,
div.mobile-menu ul div.item-text,
div.mobile-menu ul div.item-text-selected{
	font-size:18px;
}

div.mobile-menu ul ul{
	width:auto;
	margin:0;
	padding:0;
}

div.mobile-menu ul ul a,
div.mobile-menu ul ul div.item-text,
div.mobile-menu ul ul div.item-text-selected{
	font-size:14px;
}

div.mobile-menu li{
	margin:0;
	padding:10px 0;
	cursor:pointer;
	text-align:center;
	background:#000;
}
div.mobile-menu li:not(:last-child){
	border-bottom:1px solid #ececec;
}

div.mobile-menu li li{
	margin:0; 
	padding:5px 0 5px 15px;
	cursor:pointer;
}

div.mobile-menu li:first-child{
	border-top:none;
}

div.mobile-menu li.closed>div.item-text:after,
div.mobile-menu li.closed>div.item-text-selected:after,
div.mobile-menu li.opened>div.item-text:after,
div.mobile-menu li.opened>div.item-text-selected:after{
	content:"";
	float:right;
	display:inline-block;
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	margin-top:4px;
}
div.mobile-menu li.closed>div.item-text:after,
div.mobile-menu li.closed>div.item-text-selected:after{
	background-image:url(images/leftmenu-arrow-mobile.png);
	background-position:bottom center;
}
div.mobile-menu li.opened>div.item-text:after,
div.mobile-menu li.opened>div.item-text-selected:after{
	background-image:url(images/leftmenu-arrow-mobile.png);
	background-position:top center;
}

div.mobile-menu li.closed ul{
	display:none;
}

div.mobile-menu li.closed div.item-text{
	cursor:pointer;
	color:#fff;
}
div.mobile-menu li.closed div.item-text span,
div.mobile-menu li.opened div.item-text span,
div.mobile-menu li.closed div.item-text-selected span,
div.mobile-menu li.opened div.item-text-selected span{
	margin-right:-20px;
}

div.mobile-menu div.item-text,
div.mobile-menu div.item-text-selected{
	position:relative;
	top:0;left:20px;
	margin-top:-15px;
	margin-right:30px;
	margin-left:-10px;
}

div.mobile-menu li li div.item-text,
div.mobile-menu li li div.item-text-selected{
	margin-left:0;
	left:0;
}

div.mobile-menu div.item-text-selected,
div.mobile-menu div.item-text-selected a,
div.mobile-menu li{
	color:#fff !important;
}

div.mobile-menu .item-selected{
	text-decoration:underline;
}

div.mobile-menu li.opened li{
	border-top:1px solid transparent;
}

/*Icons*/
div.folder, div.page,
div.page-selected{
	background-repeat:no-repeat;
	width:20px;
	height:10px;
	vertical-align:middle;
	text-align:center;
	background-position: left center;
	margin-top:10px;
}
#mobile_menu_button .fa{
	line-height:1.43;
	padding:2px 15px;
}
#mobile_menu_button b{
	display:block;
	width:54px;
	text-align:center;
}
#mobile_menu_button.opened .fa,
#mobile_menu_button.opened b{
	color:#fff;
	background:#000;
}
#mobile_menu_button.opened~#mobile_menu{
	color:#fff;
}
#mobile_menu_button.closed .fa{
	background:transparent;
}
a.btn,a.btn:visited,a.btn:active,a.btn:hover{
	color:white;
}