@font-face {
 font-family: 'GothamProBlack';
 src: url(../fonts/GothamProBlack.ttf);
}

@font-face {
 font-family: 'GothamProBlackItalic';
 src: url(../fonts/GothamProBlackItalic.ttf);
}

@font-face {
 font-family: 'GothamProBold';
 src: url(../fonts/GothamProBold.ttf);
}

@font-face {
 font-family: 'GothamProBoldItalic';
 src: url(../fonts/GothamProBoldItalic.ttf);
}

@font-face {
 font-family: 'GothamProItalic';
 src: url(../fonts/GothamProItalic.ttf);
}

@font-face {
 font-family: 'GothamProLight';
 src: url(../fonts/GothamProLight.ttf);
}

@font-face {
 font-family: 'GothamProLightItalic';
 src: url(../fonts/GothamProLightItalic.ttf);
}

@font-face {
 font-family: 'GothamProMedium';
 src: url(../fonts/GothamProMedium.ttf);
}

@font-face {
 font-family: 'GothamProMediumItalic';
 src: url(../fonts/GothamProMediumItalic.ttf);
}

@font-face {
 font-family: 'GothamProRegular';
 src: url(../fonts/GothamProRegular.ttf);
}
@font-face {
 font-family: 'Exo2';
 src: url(/fonts/Exo2-Regular.ttf);
}


body {
 background-color: #fff;
 /* font-family: 'Exo2', 'GothamProRegular', sans-serif; */
 font-family: 'Exo2';
 font-size: 14px;
 color: #000;
 /* min-width: 500px; */
 min-width: 300px;
 overflow-y: scroll;
}

a {
 color: #000;
}

a:hover,
a:focus {
 text-decoration: none;
 color: #000;
}

a {
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
 outline: none !important;
}

textarea {
 resize: none;
}

img {}


/* Shrinking the sidebar from 250px to 80px and center aligining its content*/

.wrapper {
 display: flex;
 flex-direction: column;
 position: relative;
 min-width: 990px;
}

#sidebar {
 min-width: 240px;
 max-width: 240px;
 transition: all 0.3s;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 1020;
 height: 100%;
}

#sidebar.active {
 min-width: 80px;
 max-width: 80px;
 text-align: center;
}

#sidebar.category-page {
 min-width: 80px;
 max-width: 80px;
 text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
 display: none;
}

#sidebar.active .sidebar-header strong {
 display: block;
}

#sidebar ul li a {
 text-align: left;
}

#sidebar.active ul li a {
 padding: 20px 10px;
 text-align: center;
 font-size: 0.85em;
}

#sidebar.active ul li a i {
 margin-right: 0;
 display: block;
 font-size: 1.8em;
 margin-bottom: 5px;
}

#sidebar.active ul ul a {
 padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
 top: auto;
 bottom: 10px;
 right: 50%;
 -webkit-transform: translateX(50%);
 -ms-transform: translateX(50%);
 transform: translateX(50%);
}

#sidebar .sidebar-header {
 padding: 20px;
 background: #6d7fcc;
}

#sidebar .sidebar-header strong {
 display: none;
 font-size: 1.8em;
}

#sidebar ul.components {
 padding: 20px 0;
 border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    font-size: 1em;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    /* top: -3px; */
}

#sidebar ul li a i {
 line-height: 50px;
}

@media (max-width: 768px) {
 #sidebar {
  min-width: 80px;
  max-width: 80px;
  text-align: center;
 }
 .dropdown-toggle::after {
  top: auto;
  bottom: 10px;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
 }
 #sidebar.active {
  margin-left: 0 !important;
 }
 #sidebar .sidebar-header h3,
 #sidebar .CTAs {
  display: none;
 }
 #sidebar .sidebar-header strong {
  display: block;
 }
 #sidebar ul li a {
  padding: 20px 10px;
 }
 #sidebar ul li a span {
  font-size: 0.85em;
 }
 #sidebar ul li a i {
  margin-right: 0;
  display: block;
 }
 #sidebar ul ul a {
  padding: 10px !important;
 }
 #sidebar ul li a i {
  font-size: 1.3em;
 }
 #sidebar {
  margin-left: 0;
 }
 #sidebarCollapse span {
  display: none;
 }
}

#content {
 padding: 0px 20px;
 min-height: 100vh;
 transition: all 0.3s;
 margin-left: 220px;
 position: relative;
 overflow: hidden;
}

input:focus::-webkit-input-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

input:focus::-moz-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

input:focus:-moz-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

input:focus:-ms-input-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

textarea:focus::-webkit-input-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

textarea:focus::-moz-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

textarea:focus:-moz-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

textarea:focus:-ms-input-placeholder {
 opacity: 0;
 transition: opacity 0.3s ease;
 padding: 0;
 line-height: inherit;
}

.navbar-toggle {
 margin: -20px 0 45px 8px;
 float: left;
}

b,
strong {
 /*font-family: 'GothamProBold';*/
}

.product .nav-tabs>li {
 margin: 0;
 padding: 0;
}

.nav-tabs>li>a:hover {
 border-color: #ccc;
}

.product .nav-tabs>li>a {
 border: none;
 border-radius: 0;
 padding: 15px 0px;
 text-transform: uppercase;
}

.product .nav-tabs>li.active>a,
.product .nav-tabs>li>a:hover,
.product .nav-tabs>li.active>a:focus {
 border-color: transparent;
 background: transparent;
}

.product .nav-tabs>li.active,
.product .nav-tabs>li:hover,
.product .nav-tabs>li:focus {
 background: #ddd;
}

.product .tab-content {
 padding: 15px;
 border-left: 1px solid #ddd;
 border-right: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 /*min-height: 250px;*/
}

::-webkit-scrollbar-button {
 display: none;
}

::-webkit-scrollbar-track {
 background-color: transparent;
}

::-webkit-scrollbar-thumb {
 background-color: #eee;
}

::-webkit-scrollbar:horizontal {
 height: 8px;
}

::-webkit-scrollbar {
 width: 8px;
}

.owl-theme .owl-nav {
 margin-top: 0;
}

#back_top {
 z-index: 9999;
 width: 40px;
 height: 40px;
 background: rgba(0, 0, 0, 0.3);
 color: #fff;
 text-align: center;
 position: fixed;
 right: 30px;
 line-height: 36px;
 bottom: 30px;
 cursor: pointer;
 border-radius: 4px;
}

#back_top:hover {
 background: #000;
}

#back_top:before {
 content: "\f077";
 font: normal normal normal 14px/1 FontAwesome;
 line-height: 38px;
}

.upper {
 text-transform: uppercase;
}

.orange-btn {
 background: #ff5116;
 color: #fff;
 padding: 8px 15px;
 margin-left: 15px;
 border-radius: 40px;
 text-transform: uppercase;
 /* font-family: 'GothamProBold'; */
 font-size: 10px;
}

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

.bw-btn {
 background: transparent;
 color: #000;
 padding: 10px 15px;
 margin-left: 15px;
 margin-bottom: 15px;
 border-radius: 40px;
 border: 1px solid;
}

.logo .cart {
 float: right;
 margin: 2px 0 0;
 background: #fff;
 border-radius: 50%;
 display: block;
 width: 30px;
 height: 30px;
 line-height: 26px;
 text-align: center;
 position: relative;
}

.cart .fa-shopping-cart {
 font-size: 22px;
 line-height: 28px;
 color: #000;
 padding-left: 0;
}

.logo .cart .count {
 background: #ff5116;
 color: #fff;
 position: absolute;
 top: -2px;
 right: -4px;
 left: auto;
 font-size: 12px;
 display: block;
 line-height: 16px;
 width: 16px;
 height: 16px;
 border-radius: 50%;
}

.logo .dropdown {
 float: right;
}



.logo .dropdown .fa {
 padding: 0 10px;
 color: #000;
}

.logo .dropdown-menu a {
 margin-bottom: 0;
}

.navbar-toggle .icon-bar {
 background-color: #000;
}

.logo {
 text-transform: uppercase;
 padding: 24px 32px;
 /*border-bottom: 1px solid #eee;*/
 display: block;
 font-size: 18px;
 margin: 0 auto;
 background: white;
}

.left-phone {
 margin: 0 auto;
 display: block;
 text-align: center;
}

.logo-sm {
 text-transform: uppercase;
 padding: 15px 10px;
 display: none;
 font-size: 18px;
 width: 16.6%;
 float: left;
}

.logo-sm-main {
 text-transform: uppercase;
 padding: 15px 10px;
 display: none;
 font-size: 18px;
 width: 16.6%;
 float: left;
}

#menu {
 list-style-type: none;
 padding: 0;
 margin-bottom: 0;
 width: 215px;
}

#menu>li {
 display: block;
 width: 100%;
 position: relative;
}

#menu>li+li {}

#menu>li>a {
 display: block;
}

#menu>li a img {
 margin-right: 20px;
 height: 30px;
}

#menu .dropdown-menu {
 box-shadow: none;
 border-radius: 0;
 left: 100%;
 top: 0;
 bottom: 0;
 text-align: center;
 padding: 15px 0;
 background: #c9e0ff;
 margin: 0;
 min-width: auto;
 width: 0px;
 display: block;
 overflow: hidden;
 transition: width .3s ease, padding .3s ease;
 -moz-transition: width .3s ease, padding .3s ease;
 -webkit-transition: width .3s ease, padding .3s ease;
 border: none;
}

#menu .open>.dropdown-menu {
 width: 768px;
}

#menu .dropdown-menu ul {
 display: inline-block;
 float: left;
 padding: 0 15px 10px;
 margin: 0 2% 10px 0;
 width: 28%;
 list-style-type: none;
 text-align: left;
 color: #8b9bb2;
 vertical-align: top;
}

#menu .dropdown-menu ul:nth-child(3n) {
 margin-right: 0;
}

#menu .dropdown-menu ul:nth-child(1),
#menu .dropdown-menu ul:nth-child(2),
#menu .dropdown-menu ul:nth-child(3) {}

#menu .dropdown-menu li {
 line-height: 20px;
}

#menu .dropdown-menu li:first-child {
 margin-bottom: 0;
 font-size: 1.4em;
 /* font-family: 'GothamProBold'; */
 color: #333333;
 margin-bottom: 10px;
}

#menu>li,
#menu>li,
#menu>li {
 position: initial;
}

#menu>li .dropdown-menu {
 top: 0;
}

#menu .dropdown-menu h2 {
 clear: both
}

#menu .dropdown-menu a {
 color: #333;
 display: inline-block;
 margin-bottom: 8px;
 /* font-family: 'GothamProBold'; */
 line-height: 20px;
}

#menu .dropdown-menu li a {
 text-decoration: underline;
}

#menu .dropdown-menu a:hover {
 text-decoration: none;
 border-bottom-color: transparent;
}

.category-page .logo {
 display: none;
}

.category-page #content {
 margin-right: 100px;
}

.side-menu form {
 margin: 30px 0 0;
}

.side-menu i {
 /*padding: 0 10px 0 30px;*/
 font-size: 20px;
 line-height: 40px;
}

.side-menu input {
    border: 0;
    /* border-bottom: 1px solid; */
    height: 18px;
    width: 60%;
    margin-left: 7px;
    /* line-height: 20px; */
    top: -2px;
    position: relative;
}

.header_block{
    float: left;
}

.header_block_phone{
    width:151px;
    margin-left:32px;
}

.button_contact_block{
    
}

.nopadding {
    padding: 0px;
}

.top-menu {
 width: 100%;
 padding: 10px 0;
 z-index: 1010;
 position: absolute;
 color: white;
 border-bottom: 1px solid rgba(255, 255, 255, .24);
 width: calc(100vw - 238px);
}



.top-menu .phone {
 font-size: 17px;
 /* font-family: 'GothamProBold'; */
 text-align: right;
}

.top-menu .phone:hover {
 color: #000;
}

.top-menu .green-btn {
 margin-top: 0px;
}

.top-menu ul {
    list-style-type: none;
    margin-bottom: 0;
    text-align: center;
    padding-inline-start: 0px;
    width: calc(100% - 382px);
    margin-top: 5px;
}

.top-menu ul a {
 display: inline-block;
}

.top-menu li {
 display: inline-block;
 text-align: center;
 vertical-align: top;
}

.top-menu .menu li a {
 /*font-weight: bold;*/
 line-height: 32px;
 font-size: 14px;
 color: white;
}

.top-menu .menu a:hover {
 /* color: #000000; */
}

.top-menu .col-sm-2 {}

.top-menu .like {
 display: block;
 margin: 10px auto;
 font-size: 18px;
 width: 150px;
 float: right;
}

.top-menu .like .fa {
 color: #eb6566;
 float: left;
 margin: 5px 5px 0 0;
}

.top-menu .like span {
 display: inline-block;
 border-bottom: 1px solid;
 font-size: 14px;
 line-height: 18px;
 color: #eb6566;
}

.top-menu .cart {
 float: right;
 margin-right: 15px;
 background: #fff;
 border-radius: 50%;
 display: block;
 width: 30px;
 height: 30px;
 line-height: 26px;
 text-align: center;
 position: relative;
}

.top-menu .cart .count {
 background: #000;
 color: #fff;
 position: absolute;
 top: -5px;
 right: -8px;
 left: auto;
 font-size: 12px;
 display: block;
 line-height: 16px;
 width: 16px;
 height: 16px;
 border-radius: 50%;
}

.sticky {
    position: fixed;
    background: white;
    color: black;
    width: calc(100vw - 238px);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
}

.sticky-white{
    position: fixed;
    background: white;
    color: black;
    width: calc(100vw - 238px);
	border: 1px solid rgba(0, 37, 122, 0.1);
	color: black;
}

.sticky-white .green-btn {
	border: 1px solid rgba(0, 0, 0, .4);
}

.sticky-white .menu li a {
    color: black;
}

.sticky .menu li a {
    color: black;
}

footer {
 background: #f6f6f6;
}

footer .logo {
 border-bottom: 0;
}

footer .desc p {
 margin: 10px 0 0;
}

.header_phone{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

.header_text{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

.green-btn {
 background: transparent;
    border-radius: 5px;
    border: none;
    padding: 11px 19px;
    margin-top: 12px;
    display: inline-block;
    /* text-transform: uppercase; */
    font-size: 14px;
    /* color: #333; */
    /* box-shadow: 0 1px 0 0.1px #658344; */
    /* font-family: 'GothamPro'; */
    border: 1px solid rgba(255, 255, 255, .4);
}

.sticky .green-btn {
    border: 1px solid rgba(0, 0, 0, .4);
}

.green-btn:hover {
 background: #D7DAE0;
 color: #111;
}

footer .clearfix {
 margin-bottom: 15px;
}

footer ul {
 list-style-type: none;
}

footer li+li {
 margin-top: 5px;
}

footer li a {
 display: inline-block;
 border-bottom: 1px solid #bababa;
 line-height: 14px;
 /* font-family: 'GothamProBold'; */
}

footer li a:hover {
 border-bottom: 1px solid transparent;
}

.footer-menu {
 text-transform: uppercase;
}

.footer-category {}

footer .info {
 text-align: right;
}

footer .info p {
 margin-bottom: 5px;
 font-size: 12px;
}

footer .info img {
 display: inline-block;
 margin-right: 5px;
}

footer .phone {
 font-size: 17px;
 /* font-family: 'GothamProBold'; */
}

footer .copyright {
 margin-top: 15px;
}

.owl-carousel-slider {
 z-index: 997;
}

.owl-carousel-slider .owl-controls {
 position: absolute;
 bottom: 200px;
 width: 100%;
}

.owl-carousel-slider .item div{
 height: 340px;
 display: block;
 background-size: auto 100% !important;
 position: relative;
 max-width: 3000px;
 margin: 0 auto;
}


.owl-carousel-slider .item span{
 display: block;
 position: absolute;
 top:50%;
 left:50%;
 margin-left:-100px;
 margin-top:-20px;
 width:200px;
 text-align: center;
 z-index: 3;
}

@-webkit-keyframes imageAnimation {
 100% {
  -webkit-transform: scale(1.05) translateX(-30px);
  transform: scale(1.05) translateX(-30px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }
}

@keyframes imageAnimation {
 100% {
  -webkit-transform: scale(1.05) translateX(-30px);
  transform: scale(1.05) translateX(-30px);
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
 }
}

.owl-carousel-slider .owl-item.active .item div {
 /*animation: imageAnimation 6s ease infinite 0s*/
}

.owl-item .item div {
    height: 500px;
}

.slider-info {
 width: 280px;
 padding: 80px 30px 0 0;
 display: inline-block;
}

.slider-info .green-btn {
 margin-bottom: 15px;
}

.category-link {
 /* font-family: 'GothamProBold'; */
 text-transform: uppercase;
 display: inline-block;
 border-bottom: 1px solid;
 font-size: 10px;
}

.owl-theme .owl-dots {
	position: absolute;
	bottom: -185px;
	/*left: 15px;*/
	left: 50%;
	transform: translate(-50%);
	display: flex;
	align-items: center;
}

.owl-theme .owl-dots .owl-dot span {
	width: 32px;
	height: 4px;
	background: #FFF;
	opacity: 0.48;
	margin: 14px 7px; 
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
 /*background: #000;*/
 background: #fff;
 opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span {
	height:8px;
	margin: 12px 7px;
}

.owl-carousel-slider.owl-theme .owl-nav [class*='owl-'] {
 top: 30px;
 left: 70px;
 right: auto;
 bottom: 0;
 text-indent: 0;
 font-size: 28px;
}


.owl-carousel-slider.owl-theme .owl-controls .owl-prev,
.owl-carousel-slider.owl-theme .owl-controls .owl-next {
	background-color: rgba(23,24,26, 0.16);
	width: 120px;
	height: 212px;
	border-radius: 6px;
	top: -126px;
}

.owl-carousel-slider.owl-theme .owl-controls .owl-prev:hover,
.owl-carousel-slider.owl-theme .owl-controls .owl-next:hover {
	background-color: rgba(23,24,26, 0.64);
}

.owl-carousel-slider.owl-theme .owl-controls .owl-prev:before/*,
.owl-carousel-slider .owl-theme .owl-controls .owl-next:before*/ {
	content: "";
	font-family: 'FontAwesome';
	background: transparent;
	color: #fff;
	background: url(../image/chevron-left.png) no-repeat center center;
}

.owl-carousel-slider.owl-theme .owl-controls .owl-next:before {
	content: "";
	font-family: 'FontAwesome';
	background: transparent;
	color: #fff;
	background: url(../image/chevron-right.png) no-repeat center center;
}


.owl-carousel-slider.owl-theme .owl-controls .owl-nav .owl-next {
 right: 70px;
}

.advantages {
 /*padding: 10px;*/
	margin: 0 0 65px;
	display: flex;
}

.advantages .upper {
 /* font-family: 'GothamProMedium'; */
}

.advantages>div {
 /*padding: 20px 0px 20px 10px;*/
}

.advantages .img {
	/*width: 90px;*/
    /* height: 196px; */
    text-align: center;
}

.advantages img {
    display: inline-block;
	max-width: 100%;
    max-height: 100%;
	border-radius: 6px;
}

.advantages .desc{
    clear: both;
	text-align: left;
	font-family: 'GothamProRegular';
}

.advantages .adv_header {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #020514;
    margin-bottom: 1em;
    margin-top: 2em;
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.advantages .adv-dots {
    display: flex;
    align-items: center;
	gap: 5px;
	margin-right: 6px;
}

.advantages .adv_text {
    font-size: 14px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
	color: #676A7A;
}

.advantages .question {
 display: block;
 background: #fbc488;
 color: #000;
 text-align: left;
 font-size: 10px;
 border-radius: 50%;
 width: 12px;
 height: 12px;
 line-height: 14px;
 position: absolute;
 top: 8px;
 left: 63px;
 cursor: pointer;
}

.hover-desc {
 padding: 12px 15px;
 box-shadow: 0 0 12px 0px #999;
 position: absolute;
 left: 85px;
 top: -75px;
 background: #fff;
 opacity: 0;
 z-index: -1;
}

.question:hover+.hover-desc,
.hover-desc:hover {
 opacity: 1;
 z-index: 998;
}

.hover-desc:before {
 position: absolute;
 content: " ";
 width: 10px;
 height: 10px;
 display: block;
 border-top: 5px solid transparent;
 border-right: 5px solid #fff;
 border-bottom: 5px solid transparent;
 border-left: 5px solid transparent;
 top: 80%;
 left: -10px;
}

.block-title {
 margin: 15px 0 0 0;
}

.block-title .upper {
 position: relative;
 padding: 20px 0px;
 font-size: 30px;
 /* font-family: 'GothamProBold'; */
}

.block-title .count {
 text-transform: initial;
 position: absolute;
 top: 5px;
 right: 5px;
 left: auto;
 font-size: 10px;
 line-height: 10px;
 display: inline-block;
 border-bottom: 1px solid #999;
 /* font-family: 'GothamProRegular'; */
}

.block-title .descript {
 display: block;
 padding: 12px 0;
}
@media (min-width: 1920px) {
	.owl-carousel-product .item {
		/* height: 15vw !important; */
	}
	.owl-carousel .owl-item img {
		/* height: 15vw !important; */
	}
}
.owl-carousel-product .item {
 /* min-height: 190px; */
 overflow: hidden;
 margin: 0 0 90px 0;
 padding-bottom: 20px;
 height: 20vw;
}

.owl-carousel .owl-item img
{
	display: block;
    -webkit-transform-style: preserve-3d;
    margin: 0 auto;
    width: auto;
    height: 20vw;
	border-radius: 3px;
}

@media screen and (max-width: 480px) {
.owl-carousel-product .item {
	height: 70vw;
}

.owl-carousel .owl-item img
{
	height: 70vw;
}
}

.owl-carousel-product .item:hover {
 box-shadow: 0 0 15px -2px #000;
}

.owl-carousel-product .item .photo {
 background-repeat: no-repeat !important;
 background-position: center top !important;
 background-size: cover !important;
 position: relative;
}

.owl-carousel-product .info {
 text-align: center;
 padding: 10px 15px;
 background: #fff;
 position: absolute;
 bottom: 10px;
 left: 0;
 width: 100%;
}

.owl-carousel-product .item:hover .info {
 box-shadow: 0 0 15px -2px #000;
 display: block;
}

.owl-carousel-product .category {
 text-transform: uppercase;
 /* font-family: 'GothamProBlack'; */
 color: #868686;
 font-size: 12px;
 margin-bottom: 5px;
}

.owl-carousel-product .name {
 text-transform: uppercase;
 /* font-family: 'GothamProBlack'; */
 font-size: 16px;
 margin-bottom: 5px;
}

.owl-carousel-product .title {
 background: #fff;
 display: inline-block;
 padding: 8px 25px;
 font-size: 12px;
 /* font-family: 'GothamProBlack'; */
}

.owl-carousel-product .like,
.owl-carousel-product .plus {
 background: #fff;
 border-radius: 50%;
 display: block;
 width: 30px;
 height: 30px;
 line-height: 32px;
 text-align: center;
 position: absolute;
 top: 8px;
 left: auto;
 right: 15px;
 font-size: 18px;
}

.owl-carousel-product .plus {
 right: 8px;
 font-size: 28px;
 line-height: 30px;
}

.owl-carousel-product .like:hover,
.owl-carousel-product .plus:hover,
.owl-carousel-product .like.active,
.owl-carousel-product .plus.active {
 background: #ff7373;
 color: #fff;
}

.owl-carousel-product .new-price,
.owl-carousel-product .price {
 background: #fff;
 display: inline-block;
 padding: 5px 15px;
 position: absolute;
 top: 242px;
 left: auto;
 right: 0;
}

.owl-carousel-product .new-price+.price:before {
 content: '';
 position: absolute;
 top: 50%;
 left: 10%;
 width: 80%;
 border-top: 1px solid #ff2525;
}

.owl-carousel-product .new-price {
 background: #ff7373;
 color: #fff;
 top: 202px;
}

.product-link {
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
 background-color: transparent;
 position: absolute;
 top: 140px;
 left: 0;
 width: 40px;
 height: 40px;
 color: #FFF;
 margin: -20px 5px 5px;
 padding: 0;
 border-radius: 0;
 background: transparent;
 text-indent: -99999px;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 transition: all 0.2s ease-in-out;
 z-index: 19;
}

.owl-theme .owl-controls .owl-nav .owl-next {
 left: auto;
 right: 0;
}

.owl-theme .owl-nav [class*='owl-']:hover {
 background: transparent;
}

.owl-controls .owl-prev:before,
.owl-controls .owl-next:before {
 content: "";
 background: rgba(0, 0, 0, 0.6) url(../image/prev.png) no-repeat 50% 50%;
 border-radius: 50%;
 position: absolute;
 left: 0;
 top: 0;
 right: 0;
 bottom: 0;
 z-index: 1;
}

.owl-controls .owl-next:before {
 background: rgba(0, 0, 0, 0.6) url(../image/next.png) no-repeat 50% 50%;
 border-radius: 50%;
}

.banner {
 display: block;
 margin: 30px 0 0;
}

.banner img {
 width: 100%;
}

.how-work .block-title {
 padding: 15px 0;
}

.how-work .block-title .upper {
 padding: 15px 25px 0 0;
}

.how-work .block-title .descript {
 padding-top: 0;
}

.how-work .row {
 border-top: 1px solid #dedede;
}

.how-work .title {
 letter-spacing: 0.3px;
 display: block;
 padding: 20px 15px 20px 60px;
 background: url(../image/wood.png) no-repeat left center;
 /* font-family: 'GothamProBold'; */
}

.how-work p {
 font-size: 12px;
}

.how-work .col-sm-6 {
 padding-bottom: 30px;
 margin-bottom: 30px;
}

.how-work .col-sm-6:nth-child(2n+1) {
 clear: both;
}

.how-work .col-sm-6:after {
 content: '';
 border-bottom: 1px solid #adafb2;
 position: absolute;
 bottom: 0;
 left: 10%;
 width: 80%;
}

.how-work .col-sm-6:nth-child(5):after,
.how-work .col-sm-6:nth-child(6):after {
 display: none;
}

.director {
 background: #ede7f6;
 margin: 0 15px;
}

.director .col-sm-9 {
 padding: 30px 15px;
 font-size: 16px;
}

.director .col-sm-9:before {
 content: '';
 display: inline-block;
 clear: both;
 border-top: 2px solid #000;
 height: 20px;
 width: 30px;
}

.director .col-sm-9:after {
 position: absolute;
 content: " ";
 width: 20px;
 height: 20px;
 display: block;
 border-top: 10px solid transparent;
 border-right: 10px solid transparent;
 border-bottom: 10px solid transparent;
 border-left: 10px solid #ede7f6;
 top: 40px;
 left: auto;
 right: -20px;
 z-index: 9;
}

.director .contact-us {
 font-size: 13px;
 margin-top: 15px;
 margin-left: 15px;
 display: inline-block;
}

.director .contact-us .fa {
 margin-right: 3px;
}

.director .contact-us span {
 text-transform: uppercase;
 font-size: 11px;
 display: inline-block;
 border-bottom: 1px solid #b2adb9;
 line-height: 12px;
 /* font-family: 'GothamProBold'; */
}

.director .col-sm-3 {
 background: #fff;
 padding: 30px 30px 0;
 border-top: 1px solid #ede7f6;
 border-bottom: 1px solid #ede7f6;
}

.director img {
 display: block;
 margin: 0 auto;
}

.director .post {
 color: #b7b7b7;
 /* font-family: 'GothamProBold'; */
}

#callback .modal-dialog,
#askquestion .modal-dialog,
#ordervideocall .modal-dialog,
#contactqc .modal-dialog {
 width: 350px;
 max-width: 100%;
}

#callback2 .modal-dialog {
 width: 420px;
 max-width: 90%;
 margin-left: auto;
 margin-right: auto;
}

.modal-content {
 -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
 box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
 border: 1px solid rgba(0, 0, 0, .2);
 border-radius: 0;
}

.modal-header {
 min-height: 16.42857143px;
 padding: 15px;
 border-bottom: 1px solid #e5e5e5;
}

.modal-body {
 position: relative;
 padding: 15px;
}

#callback form,
#callback2 form {
 margin-bottom: 0;
}

#recall .modal-dialog {
 width: 350px;
}

#get_discount_form input,
#get_discount_form textarea,
#appointment_form input,
#appointment_form textarea,
#two_minute_form input,
#two_minute_form textarea,
#recall input,
#callback input,
#callback textarea,
#recall input,
#ordervideocall input,
#contactqc input,
#contactqc textarea,
#askquestion input,
#askquestion textarea,
#search_bed textarea,
#search_bed input,
#callback2 input,
#callback2 textarea {
 border: 1px solid #e5e5e5;
 padding: 10px 12px;
 width: 100%;
 resize: none;
 margin-bottom: 15px;
 height: 40px;
 max-width: 480px;
 background: #fff;
 color: #999;
}

#get_discount_form textarea,
#appointment_form textarea,
#two_minute_form textarea,
#askquestion textarea,
#contactqc textarea,
#callback textarea,
#callback2 textarea,
#search_bed textarea {
 height: 100px;
}

#get_discount_form .bttn,
#appointment_form .bttn,
#two_minute_form .bttn,
#callback .bttn,
#recall .bttn,
#callback2 .bttn,
#search_bed .bttn {
 color: #555;
 background: #cdff90;
 display: inline-block;
 text-transform: uppercase;
 font-size: 12px;
 height: 35px;
 line-height: 35px;
 padding: 0 25px;
 border: 0;
 transition: all 0.3s ease 0s;
 position: relative;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 border-radius: 40px;
 box-shadow: 0 1px 0 0.1px #658344;
 /* font-family: 'GothamProBold'; */
}

.category .top-menu,
.product .top-menu {
 /* position: relative; */
}

.category .top-menu:before,
.product .top-menu:before {
 content: '';
 position: absolute;
 left: 0;
 bottom: 0;
 height: 1px;
 width: 110%;
}

.breadcrumbs {
 padding-left: 0;
 list-style-type: none;
 font-size: 1.2rem;
 /* text-transform: uppercase; */
 color: white;
 margin-left: -4px;
}

.breadcrumbs li {
	display: inline-block;
	margin-left: 4px;
}

.breadcrumbs li+li:before {
 content: '/ ';
 margin-right: 4px;
}

.category .desc {
 position: relative;
 font-size: 12px;
}

.category .desc>.col-sm-6 {
 padding-top: 15px;
 padding-bottom: 15px;
}

.category .desc h1 {
 /* font-family: 'GothamProBlack'; */
 font-size: 30px;
 margin: 15px 0 30px;
}

.category .desc .h4 {
 /* font-family: 'GothamProBold'; */
 font-size: 14px;
}

.cat-trig {
 font-family: 'GothamProBold';
 font-size: 12px;
 margin-bottom: 15px;
}

.cat-trig img {
 float: left;
 margin-right: 10px;
}

.filters {
 border-top: 1px solid #ebebeb;
 border-bottom: 1px solid #ebebeb;
}

.filters>.dropdown {
 display: inline-block;
 width: 16.6%;
 text-align: center;
 margin-bottom: -1px;
 vertical-align: top;
}

.filters button[type=reset] {
 background: transparent;
 border: 0;
 height: 48px;
 text-align: center;
 width: 16.6%;
 padding: 10px 15px;
}

.filters label {
 font-weight: normal;
 cursor: pointer;
 display: block;
 font-size: 14px;
}

.filters input[type=checkbox] {
 display: none;
}

.filters label:before {
 content: "\f096";
 font-family: 'FontAwesome';
 margin-right: 8px;
 display: inline-block;
}

.filters input:checked+label:before {
 content: "\f14a";
 margin-right: 7px;
}

.filters .dropdown-menu.colors {
 padding: 20px 18px;
}

.filters .dropdown-menu.colors .results {
 margin-top: -5px;
}

.filters .colors label {
 display: block;
 border-radius: 50%;
 width: 25px;
 height: 25px;
 float: left;
 margin: 0 8px 8px 0;
}

.filters .colors label:before {
 content: " ";
 font-family: 'FontAwesome';
 margin-right: 8px;
 display: inline-block;
 border: 1.5px solid transparent;
 color: #fff;
 border-radius: 50%;
 width: 25px;
 height: 25px;
 text-align: center;
 line-height: 22px;
 font-size: 16px;
}

.filters .colors input:checked+label:before {
 content: "\f00c";
 border: 1.5px solid rgba(136, 136, 136, 0.8);
}

.filters>.dropdown>a {
 padding: 15px 10px;
 display: block;
 /* font-family: 'GothamProBold'; */
 font-size: 12px;
 text-transform: uppercase;
}

.filters>.dropdown.open>a,
.filters>.dropdown.hasactive>a {
 background: #ebebeb;
}

.filters>.dropdown {
 border-right: 1px solid #e5e5e5;
}

.filters>.dropdown:last-of-type {
 border-right: none !important;
}

.filters>.dropdown+.dropdown {
 margin-left: -5px;
}

.filters .dropdown-menu {
 top: 100%;
 left: 0;
 width: 100%;
 background: #fff;
 padding: 20px 25px;
 text-align: left;
 margin-top: -1px;
 min-width: 200px;
}

.filters .dropdown-menu li {
 position: relative;
 line-height: 20px;
}

.filters .dropdown-menu .results {
 position: absolute;
 top: 0;
 left: 100%;
 padding: 8px 8px 8px 15px;
 background: #e1e8f6;
 width: 170px;
 font-size: 12px;
 margin-top: -8px;
}

.filters .dropdown-menu .results:before {
 position: absolute;
 content: " ";
 width: 12px;
 height: 12px;
 display: block;
 border-top: 6px solid transparent;
 border-right: 6px solid #e1e8f6;
 border-bottom: 6px solid transparent;
 border-left: 6px solid transparent;
 top: 50%;
 left: -11px;
 margin-top: -6px;
}

.filters .dropdown-menu .results a {
 display: inline-block;
 border-bottom: 1px solid;
 line-height: 13px;
}

.filters .dropdown-menu .results a:hover {
 border-bottom: 1px solid transparent;
}

.filters .dropdown-menu a {
 border-bottom: 0;
 margin-bottom: 0;
 padding: 0;
 /* font-family: 'GothamProRegular'; */
 text-transform: initial;
}

.filters .dropdown-menu li:first-child {
 margin-bottom: 0;
}

.sort {
 padding-left: 0;
 list-style-type: none;
 margin: 15px -15px;
}

.sort li {
 display: inline-block;
}

.sort li+li {
 margin-left: 10px;
}

.sort .active a,
.sort a:hover {
 color: #bebebe;
}

.sort .col-sm-3 {
 text-align: right;
}

.sort .col-sm-3 a {
 display: inline-block;
 line-height: 16px;
 border-bottom: 1px solid;
}

.create-kitchen {
 text-align: center;
 display: block;
 height: 280px;
 padding: 80px 0;
}

.create-kitchen:hover,
.create-kitchen:focus {
 background: #f1f1f1;
}

.create-kitchen b {
 display: inline-block;
 border-bottom: 1px solid;
 line-height: 16px;
}

.create-kitchen img {
 margin-bottom: 10px;
}

.category .listing .item,
.product .listing .item {
 height: 18vw;
 position: relative;
 overflow: hidden;
 margin-bottom: 30px;
}

.category .listing .item:hover,
.product .listing .item:hover {
 box-shadow: 0 0 15px -2px #000;
 overflow: visible;
 height: initial;
 z-index: 9;
}

.category .listing .item .photo,
.product .listing .item .photo {
 background-repeat: no-repeat !important;
 background-position: center top !important;
 background-size: cover !important;
 height: 18vw;
 position: relative;
}

@media screen and (max-width: 480px) {
	.category .listing .item, .product .listing .item {
		height: 90vw;
	}
	.category .listing .item .photo, .product .listing .item .photo{
		height: 70vw;
	}
	.category .listing .info, .product .listing .info {
		top: 50vw !important;

	}
 
}


.category .listing .info,
.product .listing .info {
 text-align: center;
 padding: 20px 15px;
 background: #fff;
 position: absolute;
 top: 18vw;
 left: 0;
 width: 100%;
}

.category .listing .item:hover .info,
.product .listing .item:hover .info {
 box-shadow: 0 0 15px -2px #000;
}

.category .listing .category,
.product .listing .category {
 text-transform: uppercase;
 /* font-family: 'GothamProBlack'; */
 color: #868686;
 font-size: 12px;
 margin-bottom: 5px;
}

.category .listing .name,
.product .listing .name {
 text-transform: uppercase;
 /* font-family: 'GothamProBlack'; */
 font-size: 16px;
 margin-bottom: 5px;
}

.category .listing .title,
.product .listing .title {
 background: #fff;
 display: inline-block;
 padding: 8px 25px;
 font-size: 12px;
 /* font-family: 'GothamProBlack'; */
}

.category .listing .like,
.category .listing .plus,
.product .listing .like,
.product .listing .plus {
 background: #fff;
 border-radius: 50%;
 display: block;
 width: 30px;
 height: 30px;
 line-height: 32px;
 text-align: center;
 position: absolute;
 top: 8px;
 left: auto;
 right: 15px;
 font-size: 18px;
}

.category .liafsting .plus,
.product .listing .plus {
 right: 8px;
 font-size: 28px;
 line-height: 30px;
}

.product .listing .like:hover,
.product .listing .plus:hover,
.product .listing .like.active,
.product .listing .plus.active,
.product .listing .like:hover,
.product .listing .plus:hover,
.product .listing .like.active,
.product .listing .plus.active {
 background: #ff7373;
 color: #fff;
}

.category .listing .new-price,
.category .listing .price {
 background: #fff;
 display: inline-block;
 padding: 5px 15px;
 position: absolute;
 top: 242px;
 left: auto;
 right: 0;
}

.price-right,
.price-left {
 background: rgba(255, 255, 255, 0.8);
 display: inline-block;
 padding: 5px 10px;
 position: absolute;
 top: 30px;
}

.item:hover .price-right,
.item:hover .price-left {
 visibility: visible;
 opacity: 1;
}

.price-right span,
.price-left span {
 font-size: 12px;
 display: block;
}

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

.price-left {
 left: 0;
 text-align: left;
}

.product .listing .new-price,
.product .listing .price {
 background: #31373f;
 color: #fff;
 display: inline-block;
 padding: 5px 15px;
 position: absolute;
 top: 242px;
 left: auto;
 right: 0;
}

.category .listing .new-price+.price:before,
.product .listing .new-price+.price:before {
 content: '';
 position: absolute;
 top: 50%;
 left: 10%;
 width: 80%;
 border-top: 1px solid #ff2525;
}

.category .listing .new-price,
.product .listing .new-price {
 background: #ff7373;
 color: #fff;
 top: 202px;
}

.banners {
 margin: 0 -15px 30px;
}

.banners button {
 border: none;
 margin: 0;
 padding: 0;
}

.banners img {
 width: 100%;
}

.product .block-title {
 padding-top: 0;
}

#reviewStars-input input:checked~label,
#reviewStars-input label,
#reviewStars-input label:hover,
#reviewStars-input label:hover~label {
 background: url('../image/star.png') no-repeat;
}

#reviewStars-input {
 position: relative;
 overflow: hidden;
 *zoom: 1;
 float: left;
 margin-top: 35px;
 margin-right: 30px;
}

#reviewStars-input input {
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
 opacity: 0;
 width: 20px;
 height: 19px;
 position: absolute;
 top: 0;
 z-index: 0;
}

#reviewStars-input input:checked~label {
 background-position: 0 -19px;
 height: 19px;
 width: 20px;
}

#reviewStars-input label {
 background-position: 0 0;
 height: 19px;
 width: 20px;
 float: right;
 cursor: pointer;
 margin-right: 3px;
 position: relative;
 z-index: 1;
}

#reviewStars-input label:hover,
#reviewStars-input label:hover~label {
 background-position: 0 -19px;
 height: 19px;
 width: 20px;
}

#reviewStars-input #star-0 {
 left: 0px;
}

#reviewStars-input #star-1 {
 left: 22px;
}

#reviewStars-input #star-2 {
 left: 44px;
}

#reviewStars-input #star-3 {
 left: 66px;
}

#reviewStars-input #star-4 {
 left: 88px;
}

#reviewStars-input #star-5 {
 left: 110px;
}

.favorites,
.favorites:hover,
.favorites:focus {
 color: #ff521d;
 text-transform: uppercase;
 margin-top: 35px;
 display: inline-block;
 /* font-family: 'GothamProBold'; */
 font-size: 12px;
}

.favorites+.favorites {
 color: #000;
}

.favorites+.favorites sup,
.favorites+.favorites span {
 border-bottom: 1px solid #ddd;
}

.favorites sup,
.favorites span {
 border-bottom: 1px solid #f9ddd2;
}

.social-bttn {
 padding-top: 30px;
 text-align: right;
}

.social-bttn p {
 margin-bottom: 0;
}

.social-bttn ul {
 padding-left: 0;
 list-style-type: none;
}

.social-bttn li {
 display: inline-block;
 font-size: 16px;
}

.social-bttn li+li {
 margin-left: 5px;
}

.social-bttn li a {
 color: #ff682f;
}

.action {
 border-bottom: 1px solid #ebebeb;
 padding: 8px 15px;
 background: url(../image/wood.png) no-repeat 30px top;
 text-align: center;
}

.action>img {
 margin-right: 15px;
}

.close-it {
 padding-top: 6px;
 opacity: 0.3;
}

.close-it:hover {
 opacity: 0.6;
}

.product-image {
	margin: 0 auto;
    max-width: none;
    width: 100%;
    border-radius: 3px;
}

.owl-product-slider .item {
 display: block;
 background-size: cover !important;
 position: relative;
 cursor: pointer;
 margin-top: 20px;
}

.product .owl-product-slider .item {
 background-size: contain !important;
}

.product .owl-product-slider .item .figcaption-btn i {
 padding: 20px;
 border-radius: 10px;
 background: rgba(255, 255, 255, 0.5)
}

.owl-product-slider.owl-theme .owl-nav [class*='owl-'] {
 top: 50%;
 margin: -20px 15px 0;
}

.price-box {
 /* font-family: 'GothamProBold'; */
}

.price-box:first-child {
 border-top: 1px solid #cdcdcd;
 color: #838383;
 margin-bottom: 0;
}

.price-box+.price-box {
 border-bottom: 1px solid #cdcdcd;
 padding-bottom: 15px;
}

.product>.desc+.row {
 border-bottom: 1px solid #cdcdcd;
}

.price-box .price {
 font-size: 24px;
 color: #000;
}

.price-box .fa-rub {
 font-size: 20px;
}

#config {
 padding-right: 0 !important;
}

.config p {
 margin-bottom: 8px;
}

.config div>img {
 margin-bottom: 8px;
}

.config .pull-right {
 border-bottom: 1px solid;
 padding-bottom: 3px;
}

.config .upper {
 letter-spacing: 1px;
}

.product h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 36px;
    display: inline-block;
    /* align-items: center; */
    color: #0F1729;
    float: left;
}

.product .model {
	display: inline-block;
    font-size: 22px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 10px;
    margin-left: 5px;
    color: gray;
}

.price-box .green-btn {
 box-shadow: none;
 text-align: center;
 margin-top: 0;
}

.product .nav-tabs>li>a {
 /* font-family: 'GothamProBold'; */
}

#zamer .modal-dialog {
 width: 992px;
 max-width: 100%;
 margin-top: 45px;
}

.zamer .modal-content {
 background: #f6f5f0;
 padding: 20px 20px 10px;
}

.zamer .modal-header {
 text-align: center;
 border-bottom: 0;
}

.zamer .upper {
 font-size: 24px;
 /* font-family: 'GothamProBold'; */
 margin-bottom: 0;
}

.zamer input {
 background: #fff;
 border-radius: 40px;
 border: 1px solid;
 padding: 8px 15px;
 margin-bottom: 0;
 display: inline-block;
}

.zamer input+input {
 margin-left: 30px;
}

.turq-bttn {
 /* font-family: 'GothamProBold'; */
 background: #a3ffd0;
 border-radius: 40px;
 border: 0;
 color: #555;
 display: inline-block;
 text-transform: uppercase;
 font-size: 12px;
 padding: 11px 30px;
 vertical-align: top;
 width: 200px;
 text-align: center;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 opacity: 0.9;
}

.turq-bttn:hover,
.turq-bttn:focus {
 color: #000;
 opacity: 1;
}

.privacy {
 width: 440px;
 padding-left: 50px;
 max-width: 100%;
 margin-right: 30px;
 display: inline-block;
 text-align: left;
}

.privacy a {
 /* font-family: 'GothamProBold'; */
 border-bottom: 1px solid;
 display: inline-block;
 padding-bottom: 2px;
}

#zamer form {
 margin-bottom: 30px;
}

#order_dimension_form .form-group {
 margin-right: 20px;
 margin-bottom: 40px;
 vertical-align: top;
}

#order_dimension_form .error,
#payment_form .error,
#mail_to_director_form .error,
#two_minute_form .error,
#order_counting_form .error,
#order_product_form .error,
#appointment_form .error,
#recall_form .error,
#askquestion .error,
#contactqc .error,
#ordervideocall .error,
#get_discount_form .error,
#sotrudniki_form .error,
#calculate_form .error {
 color: #ff5116;
 text-align: left;
 margin-top: 5px;
 padding-left: 15px;
 font-size: 14px !important;
 display: none;
}

#sotrudniki_form .error {
 text-align: center;
}

#order_product_form {
 text-align: center;
}

#order_product_form .form-group {
 margin-right: 20px;
 margin-bottom: 40px;
 vertical-align: top;
}

#payment_form .error {
 text-align: center;
}

#payment_form .form-group input {
 margin-bottom: 0 !important;
}

#payment_form .turq-bttn {
 margin-top: 10px;
}

#payment_form_result {
 padding: 77px 0;
 display: none;
}

#sotrudniki_form_result,
#calculate_form_result {
 padding: 77px 0;
 display: none;
}

#mail_to_director_form .error {
 padding-left: 0;
}

#mail_to_director_form .form-group input,
#mail_to_director_form .form-group textarea {
 margin-bottom: 0 !important;
}

#mail_to_director_form .accept_area {
 margin-bottom: 0 !important;
}

#mail_to_director_form .bttn {
 margin-top: 15px;
}

#two_minute_form .error {
 padding-left: 0;
}

#two_minute_form .form-group input {
 margin-bottom: 0 !important;
}

#two_minute_form .accept_area {
 margin-bottom: 0 !important;
}

#two_minute_form .bttn {
 margin-top: 15px;
}

#recall_form .error {
 padding-left: 0;
}

#recall_form .form-group input,
#askquestion .form-group input,
#ordervideocall .form-group input,
#contactqc .form-group input {
 margin-bottom: 0 !important;
}

#recall_form .accept_area {
 margin-bottom: 0 !important;
}

#recall_form .bttn {
 margin-top: 15px;
}

#order_counting_form .error {
 padding-left: 0;
}

#order_counting_form .form-group input {
 margin-bottom: 0 !important;
}

#order_counting_form .accept_area {
 margin-bottom: 0 !important;
}

#order_counting_form .bttn {
 margin-top: 15px;
}

#appointment_form .error {
 padding-left: 0;
}

#appointment_form .form-group input {
 margin-bottom: 0 !important;
}

#appointment_form .accept_area {
 margin-bottom: 0 !important;
}

#appointment_form textarea {
 margin-bottom: 0 !important;
}

#appointment_form .bttn {
 margin-top: 15px;
}

#get_discount_form .error {
 padding-left: 0;
}

#get_discount_form .form-group input {
 margin-bottom: 0 !important;
}

#get_discount_form .accept_area {
 margin-bottom: 0 !important;
}

#get_discount_form textarea {
 margin-bottom: 0 !important;
}

#get_discount_form .bttn {
 margin-top: 15px;
}

#config button {
 border: 0;
}

#config label {
 font-weight: normal;
}

#config .modal-header {
 /* font-family: 'GothamProBold'; */
 color: #31373f;
 text-transform: uppercase;
 border-bottom: 0;
}

#config .first-param>div {
 width: 20%;
 float: left;
 padding-right: 10px;
}

#config .first-param input[type=text] {
 border: 0;
 display: inline-block;
 width: 40px;
 border-bottom: 1px solid #000;
 height: 18px;
}

#config input[type=checkbox],
#config input[type=radio] {
 display: none;
}

#config .modal-dialog {
 width: 992px;
 max-width: 100%;
 margin: 30px auto;
}

#config label {
 display: block;
 margin-bottom: 12px;
 cursor: pointer;
}

#config input[type=checkbox]+label:before {}

#config input[type=checkbox]:checked+label:before {
 content: "";
 background: #e6caa7;
}

#config .first-param img {
 border: 2px solid #eee;
 padding: 10px;
 width: 50px;
 margin-right: 10px;
}

#config .first-param input[type=radio]:checked+label img {
 background: #f6f5f0;
}

#config label span {
 width: 40%;
 display: inline-block;
}

#config .second-param label {
 display: inline-block;
 margin-right: 15px;
}

#config .second-param input[type=radio]:checked+label img {
 background: #e1e1e1;
}

#config .third-param label {
 display: inline-block;
 margin-right: 15px;
}

#config .third-param img {
 padding: 10px;
}

#config .third-param input[type=radio]:checked+label img {
 background: #e1e1e1;
}

#config .first-param,
#config .second-param,
#config .third-param {
 border-bottom: 1px solid #eee;
 padding-bottom: 15px;
 margin-bottom: 15px;
}

#config .green-btn {
 box-shadow: none;
}

.modal.right.fade .modal-dialog {
 right: -1000px;
 -webkit-transition: opacity 0.6s linear, right 0.6s ease-out;
 -moz-transition: opacity 0.6s linear, right 0.6s ease-out;
 -o-transition: opacity 0.6s linear, right 0.6s ease-out;
 transition: opacity 0.6s linear, right 0.6s ease-out;
}

.modal.right.fade.in .modal-dialog {
 right: 0;
}

.product>.row>.col-sm-7 {
 padding: 0;
}

.product .owl-carousel-product {
 margin-bottom: 20px;
}

.product .owl-carousel-product:hover {
 z-index: 998;
}

.calc .h5 {
 margin: 45px 0 60px;
 text-align: center;
}

.calc .upper {
 /* font-family: 'GothamProBold'; */
 letter-spacing: 1px;
 margin-bottom: 15px;
}

.calc .types img {
 border: 1px solid #eee;
 padding: 10px;
 width: 60px;
 margin-right: 15px;
}

.calc .types a {
 display: block;
}

.calc .types input {
 display: none;
}

.calc .types label {
 display: block;
 width: 100%;
 margin-bottom: 15px;
 cursor: pointer;
 font-weight: normal;
}

.calc .types input.checked+label img {
 background: #f6f5f0;
}

.calc .types.nav-tabs {
 text-align: left;
 border-bottom: 0;
}

.calc .tab-content {
 border-left: 0;
 border-right: 0;
 text-align: left;
 max-width: 550px;
 margin: 0 auto;
 width: 100%;
 min-height: initial;
}

.calc .tab-pane>div {
 margin-left: 10px;
 margin-right: 10px;
}

.calc .tab-content input {
 width: 60px;
 margin-bottom: 15px;
 margin-right: 5px;
 border: 1px solid #ddd;
 padding: 3px 8px;
 margin-top: 10px;
}

.calc .tab-content .text-center input {
 margin-top: 0;
}

.bord-bot {
 border-bottom: 1px solid #eee;
}

.calc .column img {
 margin-right: 15px;
}

.calc .column label,
.calc .island label {
 margin-top: 15px;
 cursor: pointer;
}

.calc .island {
 border-right: 1px solid #eee;
 border-left: 1px solid #eee;
 padding-bottom: 15px;
}

.calc input[type=checkbox],
.calc input[type=radio] {
 display: none;
}

.calc input[type=checkbox]+label:before,
.calc input[type=radio]+label:before {
 content: "";
 margin-right: 8px;
 display: inline-block;
 border: 1px solid #000;
 height: 11px;
 width: 10px;
}

.calc input[type=radio]+label:before {
 border-radius: 50%;
 margin-top: 5px;
 float: left;
 width: 12px;
 height: 12px;
}

.calc input[type=checkbox]:checked+label:before,
.calc input[type=checkbox].checked+label:before,
.calc input[type=radio]:checked+label:before,
.calc input[type=radio].checked+label:before {
 content: "";
 background: #e6caa7;
}

.calc .small {
 font-weight: normal;
 color: rgba(7, 7, 7, 0.5);
 margin-top: 0 !important;
 display: block;
}

.calc .small+input {
 width: 60px;
 margin-right: 5px;
 border: 1px solid #ddd;
 padding: 3px 8px;
 margin-bottom: 30px;
}

.calc .addit {
 padding-top: 15px;
}

.calc .clearfix {
 position: relative;
}

.calc label {
 margin-bottom: 8px;
 font-weight: normal;
 position: relative;
 cursor: pointer;
}

.calc .question {
 position: relative;
 display: inline-block;
 font-size: 10px;
 line-height: 14px;
}

.calc .question>span {
 background: #fbc488;
 display: inline-block;
 color: #000;
 vertical-align: top;
 text-align: center;
 cursor: pointer;
 border-radius: 50%;
 width: 12px;
 height: 12px;
}

.calc .hover-desc {
 width: 400px;
 left: auto;
 right: -408px;
 top: -10px;
}

.calc .hover-desc:before {
 top: 10px;
}

.calc .question:hover>.hover-desc {
 opacity: 1;
 z-index: 997;
}

.calc .addit img {
 opacity: 0.5;
 margin: 0 15px 15px 0;
}

.calc .addit img:nth-child(3) {
 clear: both;
}

.calc .addit img.selected {
 opacity: 1;
}

.calc .decor>.col-sm-6 {
 padding: 30px 15px;
}

.calc .decor>.col-sm-6:first-child {
 border-right: 1px solid #eee;
}

.calc .decor .col-sm-12 {
 padding-top: 15px;
}

.calc .wall-panel a {
 display: block;
 text-align: left;
}

.wall-panel {
 padding: 30px 0;
 border-bottom: 1px solid #eee;
}

.wall-panel .nav-tabs {
 border-bottom: 0;
}

.wall-panel .tab-content {
 padding-top: 0;
}

.date-info {
 padding: 30px 0;
 border-top: 1px solid #eee;
}

.date-info .upper {
 /* font-family: 'GothamProRegular'; */
 margin-bottom: 0;
 font-size: 12px;
}

.date-info .big {
 /* font-family: 'GothamProBold'; */
 font-size: 22px;
 margin: 5px 0 3px;
}

.date-info .small {
 /* font-family: 'GothamProBold'; */
 font-size: 10px;
 color: #000;
}

.date-info .fa-rub {
 font-size: 20px;
}

.not-modal.zamer .modal-content {
 box-shadow: none;
 border: 0;
 margin: 0 -15px;
}

.calc .fasad {
 padding: 45px 0;
}

.calc .fasad label {
 margin-right: 15px;
}

.calc .fasad .nav-tabs {
 border-bottom: 0;
 text-align: left;
}

.calc .fasad input[type=radio]+label:before,
.calc .fasad .carousel-wrap input[type=checkbox]+label:before,
#config .calc .fasad .carousel-wrap input[type=checkbox]+label:before {
 display: none;
}

.carousel-wrap {
 padding: 0 50px;
 text-align: center;
}

.carousel-wrap .tab-content {
 max-width: 100%;
 text-align: center;
 position: relative;
 padding: 0;
}

.carousel-wrap .tab-pane {
 z-index: -1;
 left: 0;
 top: 0;
 display: block;
 position: absolute;
 width: 100%;
}

.carousel-wrap .tab-pane.active {
 z-index: 1;
 position: relative;
}

.owl-carousel-fasad .owl-controls .owl-prev:before {
 background: url(../image/prev-light.png) no-repeat 50% 50%;
 background-size: contain;
}

.owl-carousel-fasad .owl-controls .owl-next:before {
 background: url(../image/next-light.png) no-repeat 50% 50%;
 background-size: contain;
}

.owl-carousel-fasad.owl-theme .owl-nav [class*='owl-'] {
 top: 90px;
}

.owl-carousel-fasad.owl-theme .owl-controls .owl-nav .owl-next {
 right: -40px;
}

.owl-carousel-fasad.owl-carousel .owl-controls .owl-nav .owl-prev {
 left: -40px;
}

.owl-carousel-fasad input.checked+label img {
 background: #e6caa7;
}

.modal.right {
 display: block;
 right: -1000px;
 z-index: -1;
}

.modal.right.in {
 right: 0;
 z-index: 999;
}

#config .calc span {
 width: initial;
}

#config .decor .col-sm-6:first-child span,
#config .addit span {
 width: 12px;
}

#config .fasad .nav a {
 display: inline-block;
 margin-right: 8px;
}

#config .calc label {
 display: inline-block;
}

#config .carousel-wrap {
 height: 200px;
}

.image-logo {
 height: 80px;
 margin: 0 auto;
 display: block;
}

.payment .top-menu {
 /* position: relative; */
 /* margin: 0 -15px 15px; */
 /* padding: 8px 0 0; */
}

.payment .desc {
 position: relative;
 font-size: 12px;
 margin-top: 85px;
}

.payment .desc h1 {
 /* font-family: 'GothamProBlack'; */
 font-size: 30px;
 margin: 5px 0 15px;
}

.payment .pink-bg {
 padding: 30px 15px;
}

.payment .img-border {
 border: 1px solid #fff;
 border-radius: 50%;
 padding: 15px;
 margin: 15px 0;
 display: inline-block;
}

.payment .col-sm-7 {
 padding-bottom: 25px;
}

.payment .grey-bg {
 padding: 25px 15px;
 background: #f6f5f0;
}

.payment .grey-bg h3 {
 margin: 5px 0 0;
}

.payment .grey-bg form {
 margin-top: 30px;
}

.payment .grey-bg input {
 border: 1px solid #888;
 border-radius: 40px;
 padding: 8px 20px;
 margin-bottom: 15px;
}

.payment .grey-bg textarea {
 border: 1px solid #888;
 border-radius: 20px;
 padding: 8px 20px;
 margin-bottom: 15px;
 width: 40%;
 height: 100px
}

.payment .grey-bg p {
 margin-top: 15px;
}

.payment .grey-bg a {
 text-decoration: underline;
}

.payment .grey-bg button {
 border-radius: 40px;
 padding: 12px 25px;
 background: #a3ffd0;
 border: 0;
 margin-top: 15px;
 text-transform: uppercase;
 margin-bottom: 30px;
 opacity: 0.9;
}

.payment .grey-bg button:hover {
 opacity: 1;
}

.pink-bg {
 background: linear-gradient(to bottom, #ffe0e9, #fff);
}

.shipping .desc {
 position: relative;
 font-size: 12px;
}

.shipping .desc>.col-sm-12 {
 border-bottom: 1px solid #ebebeb;
}

.shipping .desc h1 {
 /* font-family: 'GothamProBlack'; */
 font-size: 30px;
 margin: 5px 0 15px;
}

.shipping .pink-bg {
 padding: 15px;
 margin: 15px 0;
 background: transparent;
}

.shipping .pink-bg ul {
 padding-left: 0;
 list-style-type: none;
 margin-top: 15px;
}

.shipping .pink-bg li {
 margin-bottom: 5px;
 clear: both;
 margin-bottom: 25px;
}

.shipping .pink-bg img {
 float: left;
 margin: -3px 15px 0 0;
}

.shipping .desc .col-sm-7 {
 padding: 25px 15px;
}

.shipping .desc .col-sm-5 {
 padding: 25px 15px;
 border-left: 1px solid #ebebeb;
}

.blue-bg {
 background: linear-gradient(to bottom, #e0f6ff, #fff);
}

.shipping .blue-bg {
 text-align: center;
 padding: 25px 15px;
 margin: 30px -15px 0;
}

.contacts .top-menu {
 position: relative;
 margin: 0 -15px 15px;
 padding: 8px 0 0;
}

.contacts .desc {
 position: relative;
 font-size: 12px;
}

.contacts .desc h1 {
 /* font-family: 'GothamProBlack'; */
 font-size: 30px;
 margin: 5px 0 15px;
}

.contacts .nav-tabs {
 border-bottom: 0;
 padding-left: 15px;
}

.contacts .nav-tabs>li>a,
.about .nav-tabs>li>a {
 border-radius: 0;
}

.contacts .nav-tabs>li.active>a,
.contacts .nav-tabs>li.active>a:hover,
.contacts .nav-tabs>li.active>a:focus,
.about .nav-tabs>li.active>a,
.about .nav-tabs>li.active>a:hover,
.about .nav-tabs>li.active>a:focus {
 background: #ebebeb;
 border-color: #ebebeb;
}

.contacts .col-md-offset-7 {
 line-height: 42px;
}

.contacts .pink-bg {
 padding: 25px 30px;
}

.contacts .pink-bg .small {
 margin-bottom: 0;
}

.contacts .pink-bg .small+p {
 margin-bottom: 30px;
}

.contacts .col-sm-9 {
 padding-left: 0;
}

.contacts .contact-us {
 margin: 120px 0 15px;
 display: inline-block;
}

.about .desc {
 position: relative;
 font-size: 12px;
}

.about .desc h1 {
 /* font-family: 'GothamProBlack'; */
 font-size: 30px;
 margin: 5px 0 15px;
}

.about .top-menu {
 position: relative;
 margin: 0 -15px 15px;
 padding: 8px 0 0;
}

.details {
 letter-spacing: 1px;
 text-transform: uppercase;
 /* font-family: 'GothamProBlack'; */
 padding: 25px 30px;
 border: 1px solid #e5e5e5;
 display: inline-block;
 margin: 15px 0;
 font-size: 14px;
}

.grey {
 color: #888;
}

.about .video {
 box-shadow: 0 0 0 0 #000;
 margin: 15px;
 box-shadow: 0 0 15px 5px #eee;
}

.text-reviews {
 padding: 25px 30px;
 background: linear-gradient(to top, #ffefe0, #fff);
 margin: 15px;
 box-shadow: 0 0 15px 5px #eee;
}

.about .tab-pane {
 padding: 15px 0;
}

.about .tab-pane:first-child {
 padding: 15px;
}

.pink-to-left {
 background: linear-gradient(to right, #ffefe0, #fff);
 padding: 23px 15px;
}

.about .pink-to-left {
 margin: 0 -15px;
}

.trigger-bg {
 background: url(../image/trigger-bg.png) no-repeat center center;
 background-size: cover;
 padding: 60px 15px;
 color: #fff;
 margin: 0 0 30px;
 /* font-family: 'GothamProBold'; */
}

.trigger-bg h3 {
 margin: 0 0 30px;
 letter-spacing: 1px;
}

.trigger-bg li {
 margin-bottom: 15px;
}

.trigger-bg ul {
 list-style-type: circle;
 margin-bottom: 0;
}

.trigger-bg+.upper {
 letter-spacing: 1px;
}

.about .fasad {
 margin: 0 0 30px;
}

.about .fasad label {
 margin-right: 15px;
 margin-bottom: 8px;
 font-weight: normal;
 position: relative;
 cursor: pointer;
}

.about .fasad .nav-tabs {
 border-bottom: 0;
 text-align: left;
}

.about input[type=checkbox],
.about input[type=radio] {
 display: none;
}

.about input[type=checkbox]+label:before,
.about input[type=radio]+label:before {
 content: "";
 margin-right: 8px;
 display: inline-block;
 border: 1px solid #000;
 height: 11px;
 width: 10px;
}

.about .carousel-wrap input[type=checkbox]+label:before {
 display: none;
}

.about input[type=checkbox]:checked+label:before,
.about input[type=checkbox].checked+label:before,
.about input[type=radio]:checked+label:before,
.about input[type=radio].checked+label:before {
 content: "";
 background: #e6caa7;
}

.about .fasad+div .video {
 display: inline-block;
 margin-bottom: 30px;
}

.about .blue-bg {
 text-align: center;
 padding: 60px 30px;
 margin-bottom: 30px;
}

.about .blue-bg img {
 margin-bottom: 10px;
}

.small-owl-gallery.owl-theme .owl-nav [class*='owl-'] {
 top: 55%;
}

.last-work {
 margin: 30px;
}

.last-work .col-sm-3 {
 padding: 2px;
}

.last-work .col-sm-3:nth-child(4n+1) {
 clear: both;
}

.product .col-sm-7 .tab-pane ul {
 padding-left: 15px;
 list-style-type: none;
}

.product .col-sm-7 .tab-pane li {
 margin-bottom: 15px;
 display: block;
 min-height: 42px;
}

.product_whyus_image {
 margin-right: 15px;
}

.fasad-page .top-menu {
 position: relative;
 margin: 0 -15px 15px;
 padding: 8px 0 0;
}

.fasad-page .desc {
 position: relative;
 font-size: 12px;
}

.fasad-page .nav-tabs {
 border-bottom: 0;
 padding-left: 0;
}

.fasad-page .nav-tabs>li.active>a,
.fasad-page .nav-tabs>li.active>a:hover,
.fasad-page .nav-tabs>li.active>a:focus,
.about .nav-tabs>li.active>a,
.about .nav-tabs>li.active>a:hover,
.about .nav-tabs>li.active>a:focus {
 background: #ebebeb;
 border-color: #ebebeb;
}

.fasad-page .nav-tabs>li>a,
.about .nav-tabs>li>a {
 border-radius: 0;
}

.fasad-page .video {
 display: inline-block;
 margin-top: 15px;
 margin-bottom: 30px;
}

.fasad-page .nav-tabs {
 text-transform: uppercase;
 margin: 15px 0 0;
}

.fasad-page .tab-pane {
 padding: 15px 0;
}

.fasad-page input[type=checkbox] {
 display: none;
}

.fasad-page .fasad label {
 margin-bottom: 8px;
 font-weight: normal;
 position: relative;
 cursor: pointer;
}

.fasad-page .fasad label+input+label {
 margin-left: 15px;
}

.fasad-page input[type=checkbox]:checked+label:before,
.fasad-page input[type=checkbox].checked+label:before {
 content: "";
 background: #e6caa7;
}

.fasad-page input[type=checkbox]+label:before {
 content: "";
 margin-right: 8px;
 display: inline-block;
 border: 1px solid #000;
 height: 11px;
 width: 10px;
}

.fasad-page .item-list input[type=checkbox]+label:before {
 display: none;
}

.item-list .item {
 display: inline-block;
 text-align: center;
 line-height: 14px;
 font-size: 12px;
}

#menu>li {
    line-height: 35px;
    min-height: 24px;
    clear: both;
    vertical-align: middle;
    margin-left: 10px;
	background: white;
}

.svg_image {
    display: inline-block;
    width: 45px;
    text-align: center;
}

.svg_image svg {
    top: 7px;
    position: relative;
}

.category-image {
 height: 30px;
 padding: 0 9px;
 float: left;
 display: inline-block;
 margin-top: 2px;
}

.share {
 margin: 15px 0;
}

.article-info a {
 color: #0000FF;
}

.article-info .btn-info {
 color: #fff
}

.blog_article {
 margin-bottom: 20px
}

.article-title {
 margin-top: 0;
 font-size: 28px;
 margin-bottom: 10px
}

.article-title a:hover {
 text-decoration: underline;
}

.foter-article {
 margin: 30px 0
}

.rating-all {
 font-size: 16px;
}

.rating-all .fa-stack {
 width: 1.5em;
}

.date-add-new {
 float: right;
}

.blog-comment-info .rating {
 margin-bottom: 10px
}

.blog-comment-info .rating span {
 font-size: 8px
}

.h2-product {
 position: relative;
 padding: 0px;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-right: 15px;
 font-size: 16px;
 /* font-family: 'GothamProBold'; */
}

.ScrollToTop {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 color: #FFF;
 position: fixed;
 bottom: 35px;
 right: 35px;
 text-align: center;
 font-size: 30px;
 z-index: 999;
}

.ScrollToTop:hover {
 color: #FFF;
 background-color: #777;
}

.ScrollToTop div:before {
 content: "";
 display: inline-block;
 background: rgba(0, 0, 0, 0.5) url("/../image/button_top.png") no-repeat 50%;
 width: 50px;
 height: 50px;
 border-radius: 50%;
}

ul.social  {
 padding: 0;
 margin: 0;
}
ul.social li {
 display: inline-block;
 font-size: 22px;
 margin: 0 7px;
 padding: 0;
}

ul.social li a {
 text-decoration: none;
 border-bottom: none;
}

.nav-tabs {
 border-top: 1px solid #ddd
}


/* review отзывы*/

.product-label {
 line-height: 28px
}

.rating .fa-stack {
 width: 1.5em;
 font-size: 1em
}

#form-review .review-title {
 font-size: 24px
}

#review .fa-stack {
 width: 1.5em;
 font-size: 1em
}

#review .fa-stack-2x {
 width: 1.5em;
 font-size: 1em
}


/*ripple */

.ink {
 display: block;
 position: absolute;
 background: rgba(255, 255, 255, 0.3);
 -webkit-border-radius: 100%;
 border-radius: 100%;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}

.ripplelink {
 position: relative;
 text-align: center;
 text-decoration: none;
 overflow: hidden;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}

.animate {
 -webkit-animation: ripple 0.65s linear;
 animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
 100% {
  opacity: 0;
  -webkit-transform: scale(2.5);
 }
}

@keyframes ripple {
 100% {
  opacity: 0;
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
 }
}

.product figure {
 position: relative;
 cursor: pointer;
 overflow: hidden;
 /* height: 545px; */
}

.product figure::before {
 position: absolute;
 top: 0;
 left: -75%;
 z-index: 0;
 display: block;
 content: '';
 width: 50%;
 height: 100%;
 background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
 background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
 -webkit-transform: skewX(-25deg);
 transform: skewX(-25deg);
}

.product figure:hover::before {
 -webkit-animation: shine .75s;
 animation: shine .75s;
}

@-webkit-keyframes shine {
 100% {
  left: 125%;
 }
}

@keyframes shine {
 100% {
  left: 125%;
 }
}

.figure .figcaption-btn {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 50%;
 opacity: 0;
 padding-left: 20px;
 text-align: center;
 color:#333;
 -webkit-transform: translateY(-100%);
 -moz-transform: translateY(-100%);
 -ms-transform: translateY(-100%);
 -o-transform: translateY(-100%);
 -webkit-transition: -webkit-transform .4s,opacity .1s .3s;
 -moz-transition: -moz-transform .4s,opacity .1s .3s;
 -o-transition: -o-transform .4s,opacity .1s .3s;
 transition: transform 0.4s, opacity 0.1s 0.3s;
}
.figure:hover .figcaption-btn {
 opacity: 1;
 -webkit-transform: translateY(0);
 -moz-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 -webkit-transition: -webkit-transform .4s,opacity .1s;
 -moz-transition: -moz-transform .4s,opacity .1s;
 -o-transition: -o-transform .4s,opacity .1s;
 transition: transform 0.4s, opacity 0.1s;
}

.figure .figcaption-btn .fa {
 width: 100px;
 height: 100px;
 position: absolute;
 line-height: 100px;
 font-size: 50px;
 margin-top: -50px;
 margin-left: -50px;
 background: rgba(255,255,255,0.8);
 -webkit-border-radius: 50px;
 -moz-border-radius: 50px;
 border-radius: 50px;
}

.item .product-link-detail{
 display: none;
}
.item:hover .product-link-detail{
 position: absolute;
 top: 50%;
 width: 200px;
 left: 50%;
 margin-top: -20px;
 margin-left: -100px;
 z-index: 99;
 display: inline-block;
}

@media (min-width: 1920px) {
	.fix-for-1920 {
		width: 25%;
	}
}

.banner2021-button {
	width: 392px;
	height: 48px;
	margin-left:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: linear-gradient(180deg, #D96A4E 0%, #CC5349 100%);
	box-shadow: 0px 2px 0px rgba(230, 125, 117, 0.32);
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
}		
.banner2021-button:hover {
	color: #ffffff;
	background: linear-gradient(180deg, #F27757 0%, #E65D53 100%);
	box-shadow: 0px 2px 0px rgba(230, 125, 117, 0.32);
}
@media screen and (min-width: 481px) {
	.banner2021-container {
		background: url(/image/banners/banner2021.jpg);
		background-position: center;
		background-size: cover;
		width: 100%;
		height:260px;
	}
	.banner2021-button {
		width: 392px;
	}
	.button-banner-text-for-mobile {
		display:none;
	}
}
@media screen and (max-width: 480px) {
	.banner2021-container {
		background: url(/image/banners/banner2021-mob.png);
		background-repeat: no-repeat;
		background-position: 100% 100%;
		background-color: #f2f4f7;
		width: 100%;
		height:660px;
	}
	.banner2021-button {
		width: 150px;
	}
	.button-banner-text-for-desktop {
		display:none;
	}
}

/* dec 2021 fixes */
.banners {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	justify-content: space-between;
	min-width: 790px;
}
.banner2021-cat-container {
    width: 48%;
    height: 190px;
    /*margin: 10px;*/
}
@media screen and (max-width: 767px) {
	.banner2021-cat-container {
		width: 100%;
		height: 190px;
		margin-right: 0px !important;
	}
	.banner2021-cat-container-1 {
		margin-bottom: 30px !important;
	}
	.banners {
		min-width: unset;
		margin-right: 0px;
		margin-left: 0px;
	}
	.advantages {
		flex-direction: column;
	}
}

@media (min-width: 768px) {
	.advantages .advantage-item {
		margin-top: 35px;
		border: 1px solid #eee;
		padding: 50px 20px; 
	}
	.advantages .advantage-item:not(:first-child) {
		border-left: 0;
	}
}

@media screen and (max-width: 1169px) {
	.banners {
		margin: 0 0 30px;
	}
}

@media screen and (min-width: 1170px) {
	.banners {
		margin: 0 -10px 30px;
	}
}

.banner2021-cat-container-1 {
	background: url(/image/banners/proj-2021.png);
	background-position: center;
	background-size: cover;
	margin-right: 30px;
	margin-bottom: 0px;
}
.banner2021-cat-container-2 {
	background: url(/image/banners/consul-2021.png);
	background-position: center;
	background-size: cover;
}
.banner2021-cat-text-big {
	padding: 28px 0 0 28px;
	font-size: 24px;
	line-height: 32px;
	color: #17181A;
}
.banner2021-cat-text-norm {
	padding: 0 0 12px 28px;
	font-size: 16px;
	line-height: 20px;
	color: #17181A;
}
.banner2021-cat-button {
	width: 200px;
	height: 36px;
	margin-left:28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	cursor: pointer;
}
.banner2021-cat-button-orange {
	background: linear-gradient(180deg, #D96A4E 0%, #CC5349 100%);
	box-shadow: 0px 2px 0px rgba(230, 125, 117, 0.32);
}			
.banner2021-cat-button-orange:hover {
	background: linear-gradient(180deg, #F27757 0%, #E65D53 100%);
	box-shadow: 0px 2px 0px rgba(230, 125, 117, 0.32);
	color: #ffffff;
}
.banner2021-cat-button-green {
	background: linear-gradient(360deg, #527D73 0%, #76AB98 100%);
	box-shadow: 0px 2px 0px rgba(150, 199, 183, 0.32);
}			
.banner2021-cat-button-green:hover {
	background: linear-gradient(360deg, #63978A 0%, #87C4AE 100%);
	box-shadow: 0px 2px 0px rgba(150, 199, 183, 0.32);
	color: #ffffff;
}


.main-banner-2021-text {
    font-size: 45px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    height: 3em !important;
    font-weight: bold;
    margin-top: 10px;
}

.item .main-banner-2021  {
	margin-left: -137px !important;
    top: 320px !important;
    width: 275px !important;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 500;
    /* box-shadow: 0px 2px 0px rgb(0 0 0 / 48%); */
    border-radius: 6px;
    background: #fff;
    border: 1px solid;
}

.item .main-banner-2021:hover {
	background: #D7DAE0;
}

/*
.item {
	min-height: 280px !important;
}
.item img {
	width: unset;
	max-height: 280px;
	max-width: 100%;
}
*/
.owl-stage-outer {
	/*border-radius: 6px;*/
}

.grey-border-right {
	border-right: 1px solid #ebebeb;
}

.single_project_number{
	color: #868AA3;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.single_project_header{
	font-size: 36px;
	line-height: 40px;
}

.single_project_text{
	font-size: 14px;
	line-height: 24px;
	color: #676A7A;
}

.margin-top-20{
	margin-top: 20px;
}

.single_project_images{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 400px;
	gap: 10px;
}


@media (max-width: 768px) {
	.single_project_images {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 2 колонки, как на десктопе */
        grid-auto-rows: 150px; /* уменьшили базовую высоту строки для мобильных */
        gap: 8px; /* чуть меньший отступ */
    }

    /* Вертикальные картинки занимают 2 строки, как и раньше */
    .single_project_images .vertical {
        grid-row: span 2;
    }
}
