span.logotitle {
    letter-spacing: -1px;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
}


h3.title {margin-top:10px}
.nav-collapse_ .nav > li > a {;padding-top:13px; padding-bottom:13px; border-radius:3px}
#smallcart {display:none; position:absolute; top:-24px; right:0px; background-color:#e85356}

h1 {
  font-size: 36px;
  line-height: 40px;
 color:#666;
}

h2 {
  font-size: 30px;
  line-height: 34px;
 color:#666;
}
h3 {
  font-size: 26px;
  line-height: 30px;
 color:#666;
}

h4 {
  font-size: 20px;
  line-height: 18px;
 color:#666;
}
.bg-content {background:#fff}
.thumbnails-1 .thumbnail-1 section strong {
    color: #e85356;
    font-weight: normal;
}
.sepdiv {
background:none;
/*border-bottom:1px solid #999;*/
margin-bottom:10px;
}
.txt-1 {
 color:#666;
}
.list-blog li {
background: none;
border-bottom:1px solid #999;
}

.list-services .thumbnail-1 {
background:none
}
.colored, a:hover {color:#e53d40}
.list li a:hover {color:#e53d40}

.border-horiz {height:1px; background:#999}
#contact-form {background:#eee; padding:10px; margin-top:5px}

table,.table td {border-color:#ddd}
.navbar_ .btn {
   
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  
  }
.cart_item_delete {
    cursor: pointer;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 4px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    border: 0;
}

.pagination > li > a.active {
    color: #ffffff;
background-color: #e85356
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #e85356;
    background-color: #eee;
    margin: 3px;
}
#smallcart {
	display: block;
}
.footer-menu.nav-collapse_ .nav > .active > a {
    color: white;
}
.nav-collapse.nav-collapse_.collapse.footer-menu {
    width: 100%;
    display: flex;
}

.footer-menu ul {
    display: flex;
    width: 54%;
    color: gray;
    text-align: left;
    justify-content: space-between;
}

.footer-menu.nav-collapse_ .nav > li > a {
    color: gray;
}

.footer-menu.nav-collapse_ .nav > li {
    margin-right: 20px;
    text-align: left;
    width: auto;
    margin-left: 0;
}
div .paginationtitle { padding-left:5px;
}

.link-1 {
    overflow:hidden; height:35px; margin-bottom:5px
}
.catalog-inner__text {
    font-size: 18px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
}
.projects-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.projects-item {
    width: 20%;
	position:relative;
	cursor: pointer;
}
.projects-sections__name {
    margin: 40px 0 40px 20px;
    font-size: 18px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 10px;
}

.projects-sections__name:after {content: "";display: block;width: 25px;height: 5px;background: #e53d3f;position: absolute;top: 0;}

.projects-item__img {
    height: 100%;
    width: auto;
    overflow: hidden;
}

.projects-item__img img {
    height: 100%;
    width: auto;
    max-width: initial;
	max-height: 350px;
}
.projects-wrapper:first-child img {
    height: 100%;
    width: auto;
    max-width: initial;
	max-height: initial;
}

.projects-item:nth-child(4n) {
    width: 40%;
	transition: 1s;
}

.projects-item__name {
    position: absolute;
    bottom: 0;
    padding: 50px 0px 50px 20px;
    color: black;
    max-inline-size: 1;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
    background: #ffffffbd;
    width: 100%;
	box-sizing: border-box;
}

.projects-item__name span:after {content: "";display:block;width: 25px;height: 5px;background: #e53d3f;position: absolute;top: 25px;left: 20px;}
.projects-item:hover {
    width: 40%;
	transition: 1s;
}

.projects-item:hover .projects-item__name {
    display: none;
}

.projects-item:hover ~ .projects-item:nth-child(4n) {
    width:20%;
	transition: 1s;
}
.projects-item.projects-item-last {
    width: 60%;
}
.projects-item.projects-item-last:nth-child(1) {
    width: 40%;
}
.projects-item.projects-item-last:hover {
    width: 60%;
	transition: 1s;
}
.projects-item.projects-item-last:hover + .projects-item.projects-item-last {
    width:40%;
	transition: 1s;
}
.about-video {
    display: flex;
    justify-content: space-between;
	margin: 60px 0;
}

.about-video__item {
    display: flex;
    flex-direction: column;
}

.about-video__item iframe {
    width: auto;
    margin-bottom: 20px;
	height:200px;
}

.about-video__item:first-child {
    width: 60%;
}
.about-video__item:first-child iframe {
    height:420px;
}

.about-video__item {
    width: 38%;
}
.about-title {
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    margin: 0px 0px 40px 20px;
    position: relative;
    padding-top: 15px;
}

.about-title:before {content: "";display: block;width: 30px;height: 5px;background: #e53e3e;position: absolute;top: 0;}
.index-catalog__wrapper {
    display: flex;
    flex-wrap: wrap;
}
.index-catalog__wrapper.about-catalog {
    margin: 0 0 80px 0;
}

.catalog-index__item {
    display: flex;
    flex-direction: column;
    width: 20%;
	position:relativ;
	overflow:hidden;
	
}

.catalog-item__img {
    display: flex;
    justify-content: center;
    height: 90px;
    margin: 50px 0;
	z-index: 1;
}

.catalog-item__img img {
    max-height: 100%;
    width: auto;
}

.catalog-index__item:nth-child(n) {
    background: #f3f3f3;
}
.catalog-index__item:nth-child(2n) {
    background: #d5d5d5;
}

.catalog-item__name {
    padding: 20px 20px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
	z-index: 1;
}

.catalog-item__name:before {
    content:"";
    display: block;
    width: 15%;
    border: 2px #e53d40 solid;
    margin-bottom: 10px;
}
.catalog-index__item:hover .catalog-item__name:before {
    content:"";
    display: block;
    width: 25%;
    border: 2px #e53d40 solid;
    margin-bottom: 10px;
}
.catalog-index__item:hover  {
   text-decoration: none;
   -webkit-transform: scale(1.2);
   -ms-transform: scale(1.2);
   transform: scale(1.2);
   box-shadow: -1px 1px 2px #8080806b;
   z-index: 2;
   transition: 0.4s;
   
}

.catalog-index__item:before {
    content: "";
	display: none;
    width: 300px;
    height: 300px;
    position: absolute;
    background: #e53d40;
    left: 53px;
    bottom: 56%;
    -moz-transform: rotate(45deg); 
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    -o-transform: rotate(45deg);
    transform: rotate(-53deg);
}

.catalog-index__item:hover.catalog-index__item:before {
	content: "";
	display:block;
    width: 300px;
    height: 300px;
    position: absolute;
    background: #e53d40;
    left: 53px;
    bottom: 62%;
    -moz-transform: rotate(-54deg); 
    -ms-transform: rotate(-54deg); 
    -webkit-transform: rotate(-54deg); 
    -o-transform: rotate(-54deg);
    transform: rotate(-54deg);
}
.about-where {
    display: flex;
    flex-wrap: wrap;
}

.about-where__items {
    width: 31%;
    position: relative;
    margin-right: 2%;
}

.about-where__img {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.about-where__name {
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.about-title.about-where__name {
    font-size: 14px;
    z-index: 3;
    opacity: 1;
    width: 51%;
    height: 35px;
}

.about-title.about-where__name:after {content: "";display: block;position: absolute;width: 500px;height: 181px;background: #ffffffdb;top: 9px;/* right: 20px; */left: -98px;-moz-transform: rotate(15deg); /* Для Firefox */-ms-transform: rotate(15deg); /* Для IE */-webkit-transform: rotate(15deg); /* Для Safari, Chrome, iOS */-o-transform: rotate(15deg); /* Для Opera */transform: rotate(21deg);z-index: -1;opacity: 0.99;}

.about-where__props {
    height: auto;
    display: flex;
    flex-direction: column;
}

.about-where__props .where__props-item {
    padding: 10px;
    border-bottom: 1px #80808057 solid;
}
.where__props-item span {
    width: 50%;
    display: flex;
}

.where__props-item:last-child {
    border: none;
}

.where__props-before:before {content: "";background-image: url(/about/plus.png);width: 25px;height: 25px;position: absolute;right: 0;}

.where__props-item {
    display: flex;
}

.about-where__props {
    padding: 10px;
    margin-bottom: 20px;
}
.where__props-before {
    width: 50%;
    display: flex;
    align-items: center;
}
.about-where__img img {
    height: 100%;
    width: 100%;
}
.about-us {
    display: flex;
    flex-wrap: wrap;
}

.about-us__item {
    width: 20%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px;
    border: 1px solid #e53e3eba;
    position: relative;
}

.about-us__top {
    margin: 20px 0 10px;
    color: #e53d3f;
    font-weight: bold;
    height: 40px;
}

.about-us__number {
    text-align: right;
    position: absolute;
    bottom: 42px;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 20px;
    color: #d1d0d0;
    right: 15px;
}

.about-us__text {
    padding-bottom: 83px;
}
.about-end {
    background: #e85356;
    color: white;
    padding: 10px 30px;
    margin-top: 50px;
}
p.about-title__text {
    padding-left: 20px;
}

.about-us {
    margin-bottom: 50px;
}
.success {
    display: none;
}

span.error {
    display: none;
}

span.empty {
    display: none;
}


#about-form {
    display: flex;
    justify-content: space-between;
    padding: 10px 50px 0;
	flex-wrap: wrap;
}

#about-form input {
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    color: black;
    margin-bottom: 0;
    padding: 10px;
}

.about-form__policy {
    font-size: 12px;
    padding-left: 50px;
}
form#about-form #bt2 {
    padding: 10px;
}

form#about-form #bt2:hover {
    background: #e83a3c;
    color: white;
}
.articles__wrapper {
    display: flex;
    justify-content: space-between;
	margin: 30px 0;
	flex-wrap: wrap;
}
.articles-item__img img {
    min-height: 100%;
    width: auto;
}
.articles-item__img  {
    height: 150px;
	overflow: hidden;
}
.articles__item {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.articles-item__text {
    margin-bottom: 10px;
}
.articles-item__title {
    color: #e85356;
    font-weight: normal;
    margin: 10px 0;
    margin: 5px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* margin-bottom: auto; */
    min-height: 82px;
}

.articles__item .btn {
    color: white;
    width: 50%;
}
.articles__item .btn:hover {
    color: #e53d40;
}
@media (max-width: 960px) {
 div.flexslider  {display: none;}
}
.catalog-element__top {
    display: flex;
    justify-content: space-between;
}

.elements-top__left {
    width: 50%;
    border: 1px solid #80808078;
}

.elements-top__right {
    width: 45%;
	color: #7f7f7f;
	padding-top: 30px;
}
 .tab-title{
      display: flex;
    flex-direction: row;
    font-size: 23px;
    padding: 15px;
    border-bottom: 1px solid #808080b8;
    text-decoration: none;
    list-style: none;
	margin-left: 0;
        }
        .tab-title li{
            font-size:18px;
            color:#000000;
            font-weight: bold;
            cursor:pointer;
            padding:5px;
			margin-right: 20px;
            line-height: 20px;
            font-family: "Open Sans";
        }
        .tab-title li.active{
            color:#e85356;
        }
        .tab-content li{
          display:none;
            padding:5px;
            margin:10px;
			margin-left: 0;
        }
.element-descr__table td {
    width: 50%;
}

.element-descr__table tr:nth-child(n) {
    background: #dedede;
}
.element-descr__table tr:nth-child(2n) {
    background: #f2f2f2;
}

.element-descr__table td {
    padding: 15px;
}

.element-descr__table {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-family: "Open Sans";
    font-weight: bold;
}
.detail__text {
	font-size: 14px;
line-height: 20px;
color: #7f7f7f;
font-family: "Open Sans";
font-weight: 400;
}
.element-descr__title {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 0;
}
.catalog-element__price {
    font-size: 20px;
    line-height: 20px;
    color: #e85356;
    font-family: "Open Sans";
    /* font-weight: 700; */
}

.elements-top__right b {
    color: black;
}

.elements-top__right p {
    margin: 0;
}
.product-quantity {
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
}

b.product-quantity__plus {
    font-size: 20px;
    cursor: pointer;
}

b.product-quantity__minus {
    font-size: 18px;
    cursor: pointer;
}
.product-quantity__wrapper {
    display: flex;
    align-items: center;
}
.product-quantity__title {
    padding: 0;
}
.similar-goods__title {
    font-size: 20px;
    font-weight: bold;
    margin: 15px;
	padding-left: 15px;
}
.news-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20%;
    border: 1px solid #80808061;
    margin-right: 20px;
	    padding: 10px;
}
.news-list {
    margin-left: 30px;
}
a.demo { float:left; }
img.demo { float:right; }
.demo { 
     position:relative;  
     }
.loupe { 
     background-color:#444;
     background:rgba(0, 0, 0, 0.25);
     border:5px solid rgba(0, 0, 0, 0);
	 transform: scale(2.5);
    cursor: pointer;
	 
     }
.loup__img {
    float: right;
    margin-bottom: 10px;
    margin-right: 3px;
}

.item_props {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    font-family: "Open Sans";
    font-weight: bold;
}
.item_props__wrapper {
    display: flex;
    justify-content: flex-start;
}
.item_props__wrapper:nth-child(2n) {
    background: #dedede;
}
.item_props__row {
    max-width: 548px;
    width: 100%;
    padding: 15px;
}
@media screen and (max-width: 900px) {
	  .catalog-index__item {
		display: flex;
		flex-direction: column;
		width: 30%;
		}
		.index-catalog__wrapper {
			display: flex;
			flex-wrap: wrap;
			margin: 50px 0;
			justify-content: center;
		}
		.about-where__items {
		width: 48%;
	}
	.about-where__img {
		height: 230px;
		overflow: hidden;
		position: relative;
	}
	.about-us__item {
		width: 30%;
		}
.footer-menu ul {
    display: flex;
    width: 100%;
    color: gray;
    text-align: left;
    justify-content: space-between;
}
}
@media screen and (max-width: 700px) {
	.projects-item {
		width: 50%;
	}
	.projects-item:nth-child(4n) {
		width: 50%;
		transition: 1s;
	}
	.projects-item:hover {
		width: 60%;
		transition: 1s;
	}
	.projects-item:hover + .projects-item {
		width:40%;
		transition: 1s;
	}
	 .projects-item + .projects-item:hover {
		width:50%;
		transition: 1s;
	}
	.projects-item:hover ~ .projects-item:nth-child(4n) {
		width:50%;
		transition: 1s;
	}
	.articles__item {
    align-items: center;
    margin-bottom: 20px;
	width:48%;
	}
	
} 
@media screen and (max-width: 600px) {
  .catalog-index__item {
    display: flex;
    flex-direction: column;
    width: 70%;
	}
	.index-catalog__wrapper {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
		justify-content: center;
	}
	.catalog-index__item:hover.catalog-index__item:before {
		content: "";
		display: block;
		width: 500px;
		height: 500px;
		position: absolute;
		background: #e53d40;
		left: 53px;
		bottom: 60%;
		-moz-transform: rotate(68deg);
		-ms-transform: rotate(68deg);
		-webkit-transform: rotate(68deg);
		-o-transform: rotate(68deg);
		transform: rotate(-68deg);
	}
	.about-us__item {
    width: 50%;
	}
	#about-form {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px 0;
    flex-wrap: wrap;
    justify-content: center;
}
.footer-menu {
    display: none;
}
}
@media screen and (max-width: 500px) {
		.projects-item {
			width: 50%;
			height: 200px;
		}
		.projects-item:nth-child(4n) {
			width: 50%;
			transition: 1s;
		}
		.projects-item:hover {
			width: 60%;
			transition: 1s;
		}
		.projects-item:hover + .projects-item {
			width:40%;
			transition: 1s;
		}
		 .projects-item + .projects-item:hover {
			width:50%;
			transition: 1s;
		}
		.projects-item:hover ~ .projects-item:nth-child(4n) {
			width:50%;
			transition: 1s;
		}
		.projects-sections__name {
			font-size: 14px;
		}
		.projects-item__name {
			font-size: 12px;
			padding: 30px 0px 30px 20px;
			height: 80px;
		}
		h1 {
				font-size: 28px;
			}
			.about-video__item iframe {
				width: auto;
				margin-bottom: 10px;
				height: 105px;
			}
			.about-video__item:first-child iframe {
				height: 220px;
			}
			.about-video {
				margin: 30px 0;
			}
			.about-title {
				font-size: 15px;
				margin-bottom: 20px;
			}
			.index-catalog__wrapper {
			display: flex;
			flex-wrap: wrap;
			}
			.index-catalog__wrapper.about-catalog {
				margin: 0 0 40px 0;
			}
			  .catalog-index__item {
			display: flex;
			flex-direction: column;
			width: 90%;
			}
			.catalog-index__item:hover.catalog-index__item:before {
				content: "";
				display: block;
				width: 500px;
				height: 500px;
				position: absolute;
				background: #e53d40;
				left: 53px;
				bottom: 56%;
				-moz-transform: rotate(65deg);
				-ms-transform: rotate(65deg);
				-webkit-transform: rotate(65deg);
				-o-transform: rotate(65deg);
				transform: rotate(-65deg);
			}
			.about-where__items {
			width: 100%;
		}

		.about-title.about-where__name:after {
			top: 0;
			-moz-transform: rotate(19deg);
			-ms-transform: rotate(19deg);
			-webkit-transform: rotate(19deg);
			-o-transform: rotate(19deg);
			transform: rotate(19deg);
		}

		.about-title.about-where__name {
			height: 47px;
		}
		.articles__item {
    width: 88%;
    align-items: center;
    margin-bottom: 20px;
}
.articles__wrapper {
    justify-content: center;
}
		#about-form input {
    background: #f3f3f3;
    border: none;
    border-radius: 0;
    color: black;
    margin-bottom: 10px;
    padding: 10px;
}
} 