@font-face {
    font-family: 'Geometria';
    src: url('../fonts/Geometria.eot');
    src: url('../fonts/Geometria.eot') format('embedded-opentype'),
    url('../fonts/Geometria.woff2') format('woff2'),
    url('../fonts/Geometria.woff') format('woff'),
    url('../fonts/Geometria.ttf') format('truetype'),
    url('../fonts/Geometria.svg') format('svg');
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/GeometriaBold.eot');
    src: url('../fonts/GeometriaBold.eot') format('embedded-opentype'),
    url('../fonts/GeometriaBold.woff2') format('woff2'),
    url('../fonts/GeometriaBold.woff') format('woff'),
    url('../fonts/GeometriaBold.ttf') format('truetype'),
    url('../fonts/GeometriaBold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Geometria';
    src: url('../fonts/GeometriaMedium.eot');
    src: url('../fonts/GeometriaMedium.eot') format('embedded-opentype'),
    url('../fonts/GeometriaMedium.woff2') format('woff2'),
    url('../fonts/GeometriaMedium.woff') format('woff'),
    url('../fonts/GeometriaMedium.ttf') format('truetype'),
    url('../fonts/GeometriaMedium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

/*common*/
input, button, textarea, body {
    font-family: 'Geometria', sans-serif;
}
input, button, textarea {
    border: none;
    outline: none;
}
input, button, textarea, .box, .white-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
#wait{
    width: 100%;
    height: 30px;
}
.spacer {
    text-align: justify;
}
.spacer > * {
    display: inline-block;
}
.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}
.e-shop b{
   font-weight: 500;
}
.e-shop a{
    font-weight: 700;
    color: #005693;
    display: inline-block;
}
.child-category{
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    padding: 0 100px;
}
.child-category.with-img{
	font-size: 0;
}
/* .child-category.with-img a.model{
	width: 25%;
	padding: 0 10px;
	margin-right: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.child-category.with-img a.model .model__name{
	border: 1px solid #efefef;
	padding: 15px 15px;
	max-width: 300px;
	margin: 18px auto 0;
}
.child-category.with-img a.model:hover .model__name{
	background: #f9f9f9;
} */
.child-category .label-category{
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	color:#1a212d;
}
.child-category .category-wrap{
	display: inline-block;
	vertical-align: -6px;
	position: relative;
	margin-left: 20px;
	z-index:1;
}
.child-category .category-wrap .label{
	font-size: 16px;
	display:inline-block;
	text-transform: uppercase;
	padding: 15px 40px;
	background: #fff;
	position: relative;
	z-index: 1;
	color:#1a212d;
	cursor:pointer;
}
.child-category .category-wrap .label span{
	border-bottom: 1px dashed #ccc;
	display:inline-block;
	padding-bottom:3px;
}
.child-category .category-wrap .category-popup-wrap{
	position: absolute;
	background: #fff;
	width: 600px;
	padding: 10px 30px;
	display:none;
	max-height: 300px;
	overflow-x: auto;
}
.child-category .category-wrap:hover{
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}
.child-category .category-wrap:hover .label{
	color:#005693;
}
.child-category .category-wrap:hover .label span{
	border-bottom: 1px dashed transparent;
}
.child-category .category-wrap:hover .category-popup-wrap{
	display:block;
	text-align:left;
}
.child-category.with-img a.model {
    width: 50%;
    padding: 0;
    margin-right: 0;
    box-sizing: border-box;
    margin-bottom: 0;

}
.child-category.with-img a.model .model__name {
    border: none;
    padding: 15px 10px;
    max-width: 300px;
    margin: 5px auto 0;
	text-align: left;
	font-size: 16px;
}

.child-category a{
}
.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}
.hidden {
    display: none;
}
.content {
    min-width: 320px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}
.page-wrap {
    overflow: hidden;
}
.blue-btn {
    background: #005693;
    border-radius: 19px;
    height: 40px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
}
.blue-btn:hover {
    background: #21262d;
}

.block-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-title a {
    color: #1a212d;
    text-decoration: none;
}

.white-btn {
    width: 220px;
    height: 45px;
    line-height: 41px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 20px;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
}
.white-btn:hover {
    border-color: #005693;
}
/*end common*/

/*icons*/
.icon, .social-link {
    display: inline-block;
    background: url('../images/icons.png') no-repeat;
}
.icon-info-1 {
    width: 133px;
    height: 92px;
    background-position: 0 -9px;
}
.icon-info-2 {
    width: 105px;
    height: 91px;
    background-position: 0 -103px;
}
.icon-info-3 {
    width: 102px;
    height: 102px;
    background-position: 0 -196px;
}
.icon-contact-1 {
    width: 45px;
    height: 45px;
    background-position: 0 -314px;
}
.icon-contact-2 {
    width: 52px;
    height: 37px;
    background-position: 0 -361px;
}

.social-link {
    width: 44px;
    height: 44px;
}
.social-link_fb {
    background-position: 0 -400px;
}
.social-link_vk {
    background-position: 0 -446px;
}
.social-link_tw {
    background-position: 0 -492px;
}
.social-link_ok {
    background-position: 0 -538px;
}
.social-link_rss {
    background-position: 0 -584px;
}

.icon-basket {
    width: 23px;
    height: 20px;
    background-position: 0 -630px;
}
/*end icons*/

/*nav-wr*/
.nav-wr {
    border-top: 5px solid #005693;
    position: absolute;
    z-index: 7;
    width: 100%;
    height: 115px;
    left: 0; right: 0;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}
.nav-wr .content {
    font-size: 0;
}
.logo {
    width: 150px;
    height: 115px;
    position: relative;
    margin-top: -13px;
    background: #252b33;
}
.nav-wr-left {
    height: 110px;
}
.nav-wr-left > *, .nav-wr-contact > * {
    display: inline-block;
    vertical-align: middle;
}
.page-title {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 110%;
    position: relative;
    top: -2px;
    margin-left: 40px;
}
.nav-wr-contact__desc span,
.page-title span {
    display: block;
}
.nav {
    position: relative;
    top: 7px;
    font-size: 0;
    width: 40.34%;
}
.nav-item__link, .b-nav-item__link {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1a212d;
    text-decoration: none;
}
.nav-item__link {
    display: inline-block;
    height: 110px;
    line-height: 114px;
}
.nav-wr.spacer > * {
    vertical-align: middle;
}
.nav {
    top: 0;
}
.nav-item:hover:after {
    content: '';
    width: 100%;
    height: 44px;
    top: 16px;
    position: absolute;
    left: 0;
}
.b-nav-item__link:hover,
.nav-item:hover .nav-item__link {
    color: #005693;
}
.nav-wr-contact {
    position: relative;
    top: -2px;
}
.nav-wr-contact__desc {
    font-size: 14px;
    color: #4e4e4e;
    line-height: 110%;
    text-align: right;
}
.nav-wr-contact__phone {
    font-size: 24px;
    font-weight: 700;
    color: #1a212d;
    margin-left: 17px;
}
.nav-item {
    position: relative;
}
.nav-item:hover .sec-nav {
    display: block;
}
.sec-nav {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    padding: 27px 0 36px;
    background: #005693;
}
.sec-nav-item {
    white-space: nowrap;
    margin-bottom: 18px;
}
.sec-nav-item:last-child {
    margin-bottom: 0;
}
.sec-nav-item__link {
    padding-left: 30px;
    padding-right: 34px;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
}
.sec-nav-item__link span {
    position: relative;
}
.sec-nav-item__link:hover span:after {
    display: none;
}
.sec-nav-item__link span:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #4080ae;
    border-bottom: 1px solid #80abc9;
}
/*end nav-wr*/

/*search*/
.search {
    height: 0;
    top: 40px;
    margin-top: 115px;
    position: relative;
    z-index: 3;
}
.search > * {
    vertical-align: top;
}
.select {
    width: 23.7%;
    height: 40px;
    cursor: pointer;
    position: relative;
}
.select.open .select-list {
    display: block;
    max-height: 500px;
    overflow-y: auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.select.open .select-list {
    z-index: 4;
}
.select.open .select__selected {
    z-index: 5;
}
.select.open:after {
    z-index: 6;
}
.select__selected {
    border-radius: 19px;
    position: relative;
    padding-right: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1;
    background: #ffffff;
}
.select:after {
    content: '';
    position: absolute;
    background: url('../images/icons.png') no-repeat;
    width: 10px;
    height: 7px;
    right: 20px;
    top: 0; bottom: 0;
    margin: auto;
    z-index: 2;
}
.select__selected, .search__field {
    font-size: 14px;
    color: #1a212d;
    font-weight: 500;
    padding-left: 26px;
    text-transform: uppercase;
}
.select__selected {
    line-height: 40px;
}
.select-list, .search-f-wr-list {
    display: none;
    position: absolute;
    left: 0;
    top: 24px;
    padding-top: 18px;
    background: #f0f0f0;
    width: 100%;
}
.search-f-wr-list {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.search-f-wr-list__item,
.select-list__item {
    height: 35px;
    line-height: 30px;
    padding-left: 24px;
    font-size: 16px;
    color: #4e4e4e;
    padding-right: 20px;
    cursor: pointer;
    display: block;
}
.search-f-wr-list__item:nth-child(even),
.select-list__item:nth-child(even) {
    background: #ffffff;
}
.search-f-wr-list__item:hover span:after,
.select-list__item:hover span:after {
    display: none;
}
.search-f-wr-list__item span,
.select-list__item span {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}
.search-f-wr-list__item span:after,
.select-list__item span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0; bottom: 5px;
    background: #c7c7c7;
    border-bottom: 1px solid #9f9f9f;
}
.search__field {
    border: 1px solid #005693;
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    z-index: 5;
    border-radius: 19px;
    background: #ffffff;
}
.search__field:focus + .search-f-wr-list {
    display: block;
}
.search__field::-webkit-input-placeholder {color:#1a212d;}
.search__field::-moz-placeholder          {color:#1a212d;}
.search__field:-moz-placeholder           {color:#1a212d;}
.search__field:-ms-input-placeholder      {color:#1a212d;}
.search__btn {
    width: 136px;
    z-index: 6;
    position: absolute;
    right: 20px; top: 0;
}
.search-f-wr {
    width: 49.13%;
    position: relative;
}
/*end search*/

/*main-slider*/
.main-slider {
    position: relative;
}
.main-slide {
    height: 450px;
    position: relative;
}
.main-slide__bg, .product-slide__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.main-slider .content {
    position: relative;
}
.product-slider__prev a, .product-slider__next a,
.main-slider__prev a, .main-slider__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.product-slider__prev, .product-slider__next,
.main-slider__prev, .main-slider__next {
    position: absolute;
    background: url('../images/slider-arrows.png') no-repeat;
    width: 23px;
    height: 44px;
    top: 275px;
    cursor: pointer;
}
.product-slider__next,
.main-slider__next {
    background-position: 0 -46px;
}
.product-slider__prev,
.main-slider__prev {
    left: 20px;
}
.product-slider__next,
.main-slider__next {
    right: 20px;
}
.main-slider .content {
    position: absolute;
    height: 100%;
    left: 0; right: 0;
    margin: auto;
    top: 0;
}
/*end main-slider*/

/*models*/
.models {
    padding-top: 41px;
}
.models-list {
    margin-top: 53px;
    font-size: 0;
}
.model {
    width: 23.54%;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    margin-right: 1.94%;
    text-align: center;
    margin-bottom: 76px;
}
.models-list .model{
	border: 1px solid #efefef;
	box-sizing: border-box;
	padding-bottom: 25px;
}
.model:nth-child(4n) {
    margin-right: 0;
}
.model__photo{
    height: 200px;
    overflow: hidden;
	background-position: 50% 50% !important;
}
.model__photo img {
    width: 100%;
    max-height: 100%;
}
.model:hover .model__name {
    color: #005693;
}
.model__name {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1a212d;
    margin-top: 18px;
    display: block;
}
/*end models*/

/*about*/
.about {
    background: #21262d;
    color: #ffffff;
    padding-top: 74px;
    padding-bottom: 82px;
}
.about__title a {
    color: #ffffff;
}
.about-block {
    margin-top: 60px;
    display: table;
}
.about__logo, .about-right {
    display: table-cell;
}
.about-right {
    padding-left: 3.45%;
}
.about__logo {
    background: #ffffff;
    width: 22.37%;
    position: relative;
}

.about-right > p {
    text-align: justify;
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 24px;
}
.about-right > p:last-child {
    margin-bottom: 0;
}
.about__btn {
    margin-top: 10px;
}
/*end about*/

/*info*/
.info {
    background: #e8e8e8;
    padding-top: 74px;
    padding-bottom: 90px;
}
.info-list {
    margin-top: 67px;
    font-size: 0;
}
.info-item {
    margin-bottom: 50px;
    width: 30.92%;
    vertical-align: top;
    background: #ffffff;
    padding: 45px 30px 68px 38px;
    text-align: left;
    position: relative;
    min-height: inherit;
}
.info-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.info-item__title, .info-item__desc {
    position: relative;
    z-index: 1;
}
.info-item__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 120%;
}
.info-item__title a {
    text-decoration: none;
    color: #1a212d;
}
.info-item__title a:hover {
    color: #10619a;
}
.info-item__desc {
    margin-top: 26px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 150%;
}
.info-item .icon {
    position: absolute;
    bottom: 29px;
    right: 40px;
}
.info-item:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 4px;
    background: #10619a;
    top: 0;
    left: 41px;
}
/*end info*/

/*bottom-nav-wr*/
.bottom-nav-wr {
    padding-top: 47px;
    position: relative;
    padding-bottom: 49px;
}
.b-nav {
    font-size: 0;
    max-width: 552px;
    margin: 0 auto;
}
.scroll-top {
    position: absolute;
    cursor: pointer;
    top: 0; bottom: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e8e8e8;
    right: 20px;
}
.scroll-top:after {
    content: '';
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background: url('../images/icons.png') no-repeat 0 -300px;
    width: 18px;
    height: 12px;
    margin: auto;
}
/*end bottom-nav-wr*/

/*contacts*/
.contacts {
    background: #21262d;
    padding-top: 63px;
    padding-bottom: 58px;
}
.contacts-center > *,
.c-contact > *, .contacts-list > * {
    display: inline-block;
    vertical-align: middle;
}
.c-contact__title, .c-contact__desc, .c-contact__desc a {
    color: #ffffff;
    line-height: 120%;
}
.c-contact:first-child {
    margin-right: 109px;
}
.c-contact-right {
    margin-left: 24px;
}
.c-contact__title {
    font-size: 14px;
}
.c-contact__desc {
    margin-top: 1px;
    font-size: 24px;
    font-weight: 700;
}
.c-contact__desc a {
    text-decoration: none;
}
.c-contact__desc a:hover {
    text-decoration: underline;
}
.social {
    position: relative;
    top: 2px;
}
.social-link {
    margin-right: 16px;
}
.social-link:last-child {
    margin-right: 0;
}
/*end contacts*/

/*footer*/
.footer {
    padding-top: 34px;
    padding-bottom: 57px;
}
.copyright {
    font-size: 16px;
    color: #4e4e4e;
    text-align: left;
    line-height: 150%;
    vertical-align: top;
}
.copyright span {
    display: block;
}
.copyright_right {
    width: 27.47%;
    padding-right: 46px;
}
/*end footer*/

/*product-slider*/
.product-slide {
    position: relative;
    max-height: 350px;
}
.product-slide .content {
    position: relative;
    padding-top: 194px;
    z-index: 1;
}
.product-slide-right {
    width: 42.66%;
    margin-left: 56px;
    text-align: left;
}
.product-slide .content {
    text-align: center;
}
.product-slide__title {
    font-size: 30px;
    font-weight: 700;
    color: #1a212d;
    line-height: 100%;
    text-transform: uppercase;
}
.product-slide__title a {
    color: #1a212d;
    text-decoration: none;
}
.product-slide__title a:hover {
    color: #005693;
}
.product-slide__title span {
    display: block;
}
.product-slide-right, .product-slide__photo {
    display: inline-block;
    vertical-align: top;
}
.product-slide__photo {
    position: relative;
    top: -3px;
}
.product-slide__index {
    font-size: 15px;
    color: #6f6f6f;
    margin-top: 20px;
}
.p-s-params {
    margin-top: 26px;
}
.p-s-param {
    margin-bottom: 12px;
}
.p-s-param:last-child {
    margin-bottom: 0;
}
.p-s-param > * {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    text-transform: uppercase;
}
.p-s-param__name {
    width: 192px;
    font-weight: 500;
    color: #1a212d;
}
.p-s-param__desc, .p-s-param__desc a {
    font-weight: 700;
    color: #005693;
}
.product-slide__btn {
    width: 220px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    margin-top: 28px;
}
.product-slider .content {
    position: relative;
}
.product-slider__prev, .product-slider__next {
    top: auto;
    bottom: 270px;
}
/*end product-slider*/

/*catalog*/
.catalog {
    padding-top: 30px;
    padding-bottom: 60px;
}
.sort {
    background: #f5f5f5;
    margin-top: 57px;
    padding: 14px 40px 4px;
}
.sort-pager__desc, .sort-type__desc, .sort-length__desc {
    font-size: 14px;
    font-weight: 500;
    color: #1a212d;
    text-transform: uppercase;
}
.sort-length > *, .sort-type > *, .sort-pager > * {
    display: inline-block;
}
.sort-pager__link, .sort-length__item {
    font-size: 14px;
    font-weight: 700;
    color: #005693;
    margin-right: 10px;
    text-decoration: underline;
}
.sort-pager__link:hover, .sort-length__item:hover {
    text-decoration: none;
}
.sort-pager__link:last-child, .sort-length__item:last-child {
    margin-right: 0;
}
.sort-pager__link.active, .sort-length__item.active {
    color: #1a212d;
    text-decoration: none;
}
.sort-pager__desc {
    margin-right: 15px;
}
.sort-types__type {
    font-size: 14px;
    color: #005693;
    font-weight: 700;
    margin-right: 14px;
    text-transform: uppercase;
}
.sort-types__type:last-child {
    margin-right: 0;
}
.sort-type__desc {
    margin-right: 13px;
}
.sort-types__type:hover {
    text-decoration: none;
}
.sort-types__type.active {
    color: #1a212d;
}
.sort-type {
    position: relative;
    left: -17px;
}
.sort-length__item {
    margin-right: 6px;
}
.sort-length__desc {
    margin-right: 14px;
}

.info.content .sort{
	margin-top: 10px;
}
/* .catalog-list {
    margin-top: 45px;
    font-size: 0;
    margin-bottom: -60px;
} */

.catalog-list {
	font-size: 0;
	max-width: 80%;
	margin: 45px auto -60px auto;
}
.catalog-item {
    width: 21.97%;
    margin-right: 4.04%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 55px;
}
.catalog-item:nth-child(4n) {
    margin-right: 0;
}
.catalog-item__title, .articles-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a212d;
    text-decoration: none;
    letter-spacing: -0.01em;
    line-height: 135%;
    text-transform: uppercase;
    display: inline-block;
    min-height: 53px;
}
.catalog-item__title:hover {
    color: #005693;
}
.catalog-item__title span {
    display: block;
}
.catalog-item__index {
    font-size: 15px;
    /* color: #6f6f6f; */
    color: #005693;
    margin-top: 12px;
	font-weight: bold;
}
.catalog-item__type{
	margin-bottom:15px;
}
.c-i-availability {
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 19px;
    margin-bottom: 20px;
    height: 39px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 39px;
    margin-top: 18px;
}
.c-i-availability__title {
    font-weight: 500;
    color: #1a212d;
}
.c-i-availability__name {
    font-weight: 700;
    color: #005693;
    width: 72px;
    display: inline-block;
    margin-left: 16px;
}
.catalog-item__price {
    font-size: 30px;
    position: relative;
    top: -1px;
    font-weight: 700;
    color: #1a212d;
}
.count {
    width: 116px;
    height: 39px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 18px;
    text-align: center;
}
.catalog-item__btn > *,
.catalog-item .spacer > *,
.count > * {
    vertical-align: middle;
    display: inline-block;
}
.count__field {
    height: 39px;
    width: 40px;
    margin: 0 2px;
    text-align: center;
    background: none;
}
.count__minus, .count__plus {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    font-weight: 500;
    color: #1a212d;
    text-align: center;
    cursor: pointer;
}
.catalog-item__btn {
    width: 100%;
    height: 41px;
    margin-top: 20px;
}
.catalog-item__btn span {
    margin-right: 4px;
}
.catalog-item-photo {
    margin-top: 20px;
    position: relative;
    /* border: 1px solid #e7e7e7; */
}
/* .catalog-item-photo img {
    width: 100%;
} */
.catalog-item-photo img {
	max-width: 100%;
	max-height: 117px;
}
.catalog-item-photo__zoom {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 31px;
    background: url('../images/icons.png') no-repeat 0 -652px;
    right: 15px;
    bottom: 19px;
}

.catalog__btn {
    width: 196px;
    height: 45px;
    border: 2px solid #dddddd;
    border-radius: 19px;
    background: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #535861;
    margin: 30px auto 0;
    display: block;
    cursor: pointer;
}
.catalog__btn:hover {
    border-color: #005693;
}
.menu, .m-search {
    display: none;
}
/*end catalog*/

@media all and (min-width: 1500px) {
    .nav-item__link, .b-nav-item__link {
        font-size: 18px;
    }
    .b-nav {
        max-width: 650px;
    }
    .page-title,
    .nav-wr-contact__desc {
        font-size: 15px;
    }
    .search-f-wr {
        width: 45%;
    }
    .select {
        width: 22%;
    }
    .block-title {
        font-size: 36px;
    }
    .sort-types__type, .sort-pager__link, .sort-length__item,
    .sort-pager__desc, .sort-type__desc, .sort-length__desc {
        font-size: 16px;
    }
    .sort {
        padding-top: 18px;
    }
    .catalog-item__title {
        font-size: 20px;
    }
    .catalog-item__index {
        font-size: 16px;
    }
	
    .c-i-availability {
        font-size: 15px;
    }
    .catalog-item__btn {
        height: 50px;
        border-radius: 30px;
        font-size: 18px;
    }
    .about__desc {
        font-size: 18px;
    }
    .info-item__title {
        font-size: 20px;
    }
    .info-item__desc {
        font-size: 18px;
    }
    .copyright {
        font-size: 18px;
    }
    .model__name {
        font-size: 22px;
    }
    .nav-wr-contact__phone {
        font-size: 26px;
    }
}

@media all and (max-width: 1320px) {
    .catalog-item__title {
        font-size: 16px;
    }
    .c-i-availability {
        font-size: 13px;
    }
    .catalog-item__price {
        font-size: 24px;
    }
}

@media all and (max-width: 1250px) {
    .about__logo {
        width: 25.37%;
    }
    .info-item {
        padding-left: 20px;
        padding-right: 20px;
    }
    .c-i-availability__name {
        margin-left: 6px;
        width: 60px;
    }
    .p-s-param > * {
        font-size: 17px;
    }
    .p-s-param__name {
        width: 182px;
    }
    .product-slide__photo {
        max-width: 440px;
        margin-left: 20px;
    }
    .product-slide__title {
        font-size: 24px;
        line-height: 110%;
    }
	.child-category .category-wrap .category-popup-wrap {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media all and (max-width: 1200px) {
    .nav-item__link, .b-nav-item__link {
        font-size: 15px;
    }
    .nav-wr-contact__phone {
        font-size: 22px;
    }
    .nav-wr-contact__desc {
        font-size: 13px;
    }
    .page-title {
        font-size: 13px;
        margin-left: 20px;
    }
    .nav {
        width: 41.34%;
    }
    .catalog-item__price {
        font-size: 22px;
    }
    .p-s-param > * {
        font-size: 16px;
    }
    .p-s-param__name {
        width: 166px;
    }
	
	.child-category.with-img{
		padding:0;
	}
}

@media all and (max-width: 1150px) {
    .info-item {
        width: 31.92%;
    }
    .c-contact:first-child {
        margin-right: 40px;
    }
    .copyright {
        max-width: 460px;
    }
    .copyright_right {
        padding-right: 0;
        width: 40%;
        max-width: inherit;
    }
    .catalog-item:nth-child(4n),
    .catalog-item {
        width: 28%;
        margin-right: 8%;
    }
    .catalog-item:nth-child(3n) {
        margin-right: 0;
    }
    .product-slide-right {
        margin-left: 0;
    }
}

@media all and (max-width: 1100px) {
    .nav-wr-contact__desc span {
        display: inline;
    }
    .nav-wr-contact__desc {
        display: block;
        margin-bottom: 4px;
    }
    .nav-wr-contact {
        top: 0;
    }
    .nav {
        right: -10px;
        width: 48%;
    }
    .search-f-wr {
        width: 45%;
    }
    .select {
        width: 25.5%;
    }
    .about__logo {
        width: 28.37%;
    }
    .info-item__title {
        font-size: 16px;
    }
    .info-item__desc {
        font-size: 15px;
    }
    .sort {
        padding-left: 20px;
        padding-right: 20px;
    }
    .sort-types__type, .sort-pager__link, .sort-length__item,
    .sort-pager__desc, .sort-type__desc, .sort-length__desc {
        font-size: 13px;
    }
    .sort {
        padding-bottom: 0;
    }
    .product-slide__photo {
        max-width: 400px;
        margin-left: 20px;
    }
    .product-slide-right {
        width: 46%;
    }
}

@media all and (max-width: 1050px) {
    .select__selected, .search__field {
        font-size: 13px;
    }
    .search-f-wr-list__item, .select-list__item {
        font-size: 14px;
    }
    .model__name {
        font-size: 16px;
    }
    .c-contact:first-child {
        margin-right: 30px;
    }
    .social-link {
        margin-right: 12px;
    }
    .c-contact-right {
        margin-left: 16px;
    }
    .icon-contact-2 {
        width: 48px;
        height: 37px;
        background-position: 0 -778px;
        margin-right: -3px;
    }
}

@media all and (max-width: 1000px) {
    .nav-item__link {
        font-size: 14px;
    }
    .nav {
        right: 0;
        width: 46%;
    }
	.catalog-list {
		max-width: 100%;
	}
    .page-title {
        margin-left: 10px;
    }
    .nav-wr-contact__phone {
        margin-left: 0;
    }
    .search {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    .select {
        width: 48.5%;
    }
    .search-f-wr {
        width: 100%;
        margin-top: 15px;
    }
    .search__btn {
        top: 55px;
    }
    .main-slide {
        height: 450px;
        position: relative;
    }
    .main-slider__prev, .main-slider__next {
        top: 245px;
    }
    .block-title {
        font-size: 28px;
    }
    .catalog-item:nth-child(4n),
    .catalog-item {
        width: 31%;
        margin-right: 3.5%;
    }
    .catalog-item:nth-child(3n) {
        margin-right: 0;
    }
    .sort-type {
        left: 0;
    }
    .p-s-param__desc {
        display: block;
        margin-top: 4px;
    }
    .product-slide__title {
        font-size: 20px;
    }
    .product-slide-right {
        width: 38%;
    }
	.catalog {
		padding-top: 70px;
	}
}

@media all and (max-width: 950px) {
    .nav-item__link {
        font-size: 13px;
    }
    .model:nth-child(4n),
    .model {
        width: 32%;
        margin-right: 2%;
    }
    .model:nth-child(3n) {
        margin-right: 0;
    }
    .about__logo {
        width: 30.37%;
    }
    .info-item {
        width: 48%;
        margin-bottom: 20px;
    }
    .info-item:last-child {
        margin-bottom: 0;
    }
    .social {
        display: block;
        margin-top: 35px;
    }
    .sort {
        position: relative;
        padding-bottom: 34px;
    }
    .sort-type {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 15px;
        text-align: center;
    }
    .product-slide__photo {
        max-width: 350px;
        margin-left: 10px;
    }
    .product-slide-right {
        width: 40%;
    }
}

@media all and (max-width: 900px) {
    .nav {
        display: none;
    }
    .page-title {
        font-size: 14px;
    }
    .nav-wr-contact__desc {
        font-size: 14px;
    }
    .nav-wr-contact__phone {
        font-size: 24px;
    }
    .menu {
        display: inline-block;
        width: 100%;
        font-size: 0;
        position: relative;
    }
    .search {
        margin-top: 185px;
    }
    .menu__btn {
        border-top: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        display: block;
        height: 46px;
        padding-left: 20px;
        line-height: 100%;
        padding-top: 22px;
        text-align: center;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        color: #ffffff;
        width: 100%;
        padding-right: 20px;
        position: relative;
        left: -20px;
        background: #005693;
    }
    .menu__btn span {
        position: relative;
        bottom: -1px;
    }
    .menu-list li {
        margin-bottom: 18px;
        text-align: center;
    }
    .menu-wr {
        display: none;
        position: absolute;
        top: 70px;
        width: 100%;
        padding: 25px 20px;
        left: -20px;
        background: #005693;
    }
    .menu.open .menu-wr {
        display: block;
    }
    .menu-list li:last-child {
        margin-bottom: 0;
    }
    .menu__link {
        text-decoration: none;
        display: block;
        width: 100%;
        font-size: 18px;
        color: #ffffff;
    }
    .menu__link span {
        position: relative;
    }
    .menu__link span:after {
        content: '';
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background: #4080ae;
        border-bottom: 1px solid #80abc9;
    }
    .menu__btn i {
        top: 0; bottom: 0; left: 0; right: 0;
        height: 3px;
        background: #ffffff;
        border-top: 1px solid #4080ae;
        position: relative;
        width: 33px;
        margin-left: 20px;
    }
    .menu__btn > * {
        display: inline-block;
        vertical-align: middle;
    }
    .product-slide,
    .main-slide {
        height: 450px;
    }
    .main-slider__prev, .main-slider__next {
        top: 200px;
    }
    .menu__btn i:after, .menu__btn i:before {
        content: '';
        position: absolute;
        width: 100%;
        background: #ffffff;
        height: 2px;
        left: 0;
        border-top: 1px solid #c0d5e4;
        border-bottom: 1px solid #80abc9;
    }
    .menu__btn i:after {
        top: -9px;
    }
    .menu__btn i:before {
        bottom: -9px;
    }
    .block-title {
        font-size: 24px;
    }
    .copyright_right {
        width: 37%;
    }
}

@media all and (max-width: 850px) {
    .about__logo {
        display: none;
    }
    .about-right {
        padding-left: 0;
    }
    .copyright_right {
        width: 42%;
    }
    .copyright {
        max-width: 370px;
    }
    .product-slide__title {
        font-size: 18px;
    }
    .product-slide-right {
        width: 40%;
    }
    .product-slide__photo {
        max-width: 300px;
        margin-left: 10px;
    }
    .catalog-item:nth-child(4n), .catalog-item, .catalog-item:nth-child(3n) {
        width: 46%;
        margin-right: 8%;
    }
    .catalog-item:nth-child(2n) {
        margin-right: 0;
    }
    .catalog-list {
        padding-left: 60px;
        padding-right: 60px;
    }
	
	.child-category .category-wrap .category-popup-wrap {
		width:300px;
	}
}

@media all and (max-width: 750px) {
    .product-slider__prev, .product-slider__next {
        bottom: 160px;
    }
    .product-slide,
    .main-slide {
        height: 400px;
    }
    .search {
        top: 20px;
    }
    .scroll-top {
        display: none;
    }
    .copyright {
        max-width: 310px;
    }
    .copyright_right {
        width: 46%;
    }
    .catalog-list {
        padding-left: 30px;
        padding-right: 30px;
    }
    .product-slide-right, .product-slide__photo {
        display: none;
    }
    .catalog-item:nth-child(4n), .catalog-item, .catalog-item:nth-child(3n) {
        width: 47%;
        margin-right: 6%;
    }
    .catalog-item:nth-child(2n) {
        margin-right: 0;
    }
}

@media all and (max-width: 700px) {
    .model:nth-child(4n), .model, .model:nth-child(3n) {
        width: 48%;
        margin-right: 4%;
    }
    .model:nth-child(2n) {
        margin-right: 0;
    }
    .block-title {
        font-size: 21px;
    }
    .model__name {
        font-size: 18px;
    }
    .b-nav {
        max-width: 500px;
    }
    .copyright {
        max-width: 275px;
    }
    .copyright_right {
        width: 40%;
    }
    .catalog-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 650px) {
    .child-category{
        padding: 0px;
    }
    .info-item {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 500px;
    }
    .c-contact:first-child {
        margin-right: 12px;
    }
}
@media all and (max-width: 600px) {
    .product-slide,
    .main-slide {
        height: 360px;
    }
    .product-slider {
        position: relative;
    }
    .product-slider > .content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0; top: 0;
    }
    .product-slider__prev, .product-slider__next,
    .main-slider__prev, .main-slider__next {
        top: 0; bottom: 0;
        margin: auto;
    }
    .contacts-center {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .c-contact:first-child {
        margin-bottom: 56px;
        margin-right: 0;
    }
    .contacts {
        padding-top: 48px;
        padding-bottom: 32px;
    }
    .copyright {
        width: 100%;
        max-width: inherit;
        text-align: justify;
    }
    .footer {
        padding-top: 30px;
        padding-bottom: 18px;
        background: #e8e8e8;
    }
    .copyright:first-child {
        margin-bottom: 25px;
    }
    .sort {
        padding-bottom: 2px;
    }
    .sort > * {
        display: block;
        width: 100%;
        text-align: center;
    }
    .sort-type {
        margin: 10px 0;
        position: static;
    }
	
	.child-category.with-img a.model {
		width: 50%;
		margin-bottom: 5px;
	}
	.child-category .category-wrap {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}
	.child-category .label-category {
		margin-top: 10px;
	}
}

@media all and (max-width: 550px) {
	.pdf_viewer{
		width: 100%;
	}
    .content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .menu__btn {
        padding-left: 20px;
        padding-right: 20px;
        left: -20px;
    }
    .search {
        display: none;
    }
    .nav-wr {
        position: relative;
    }
    .nav-wr {
        height: 185px;
    }
    .product-slide,
    .main-slide {
        height: 310px;
    }
    .m-search {
        height: 68px;
        display: block;
        background: #005693;
        text-align: center;
        position: relative;
    }
    .m-search__btn {
        display: block;
        font-size: 18px;
        font-weight: 500;
        cursor: pointer;
        color: #ffffff;
        line-height: 68px;
        text-transform: uppercase;
    }
    .select:after {
        top: 17px;
        bottom: auto;
    }
    .m-search.open .m-search-wr {
        display: block;
    }
    .m-search-wr {
        display: none;
        font-size: 0;
        position: absolute;
        padding: 6px 20px 16px;
        z-index: 5;
        width: 100%;
        top: 68px;
        left: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        background: #005693;
    }
    .select {
        width: 100%;
        margin-bottom: 11px;
        height: auto;
        text-align: left;
    }
    .select__selected, .search__field {
        font-size: 14px;
    }
    .search-f-wr-list__item, .select-list__item {
        font-size: 16px;
    }
    .search__field:focus + .search-f-wr-list,
    .select.open .select-list {
        position: static;
        margin-top: -16px;
    }
    .search-f-wr-list {
        text-align: left;
    }
    .model__name {
        font-size: 16px;
    }
    .about {
        padding-top: 42px;
        padding-bottom: 50px;
    }
    .about-block {
        margin-top: 27px;
    }
    .about__btn {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .info__title {
        display: none;
    }
    .info {
        border-top: 1px solid #e8e8e8;
        padding: 0 !important;
    }
    .info-list {
        margin-top: 0;
    }
    .search__btn {
        width: 30%;
        height: 40px;
        line-height: 36px;
        vertical-align: top;
        display: inline-block;
        text-align: center;
        border: 2px solid #ffffff;
        border-radius: 20px;
        font-size: 15px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: 500;
        background: none;
        position: static;
        margin-left: 2%;
    }
    .search__btn:hover {
        background: #ffffff;
        color: #005693;
    }
    .info-item {
        max-width: inherit;
        margin-bottom: 0;
        padding: 0 20px 44px;
        text-align: justify;
    }
    .info-item:nth-child(2) {
        background: #e8e8e8;
    }
    .info-item:after {
        display: none;
    }
    .info-item__title {
        padding-top: 40px;
        text-align: center;
        font-size: 18px;
    }
    .info-item__desc {
        font-size: 16px;
    }
    .icon-info-2 {
        background-position: 0 -685px;
    }
    .info-item .icon {
        left: 0; right: 0;
        margin: 0 auto;
        bottom: 20px;
    }
    .info-item__title {
        position: relative;
        width: 104%;
        left: -2%;
    }
    .bottom-nav-wr {
        background: #e8e8e8;
    }
    .nav_str{
        margin-top: 0!important;
    }
    .product_item-gallery{
        max-width: 100%!important;
    }
    .product_item-desc{
        max-width: 100%!important;
    }
    .catalog-item__title {
        font-size: 18px;
        text-align: justify;
    }
    .catalog-item__index {
        text-align: center;
    }
    .c-i-availability {
        font-size: 14px;
    }
    .catalog-item__price {
        font-size: 30px;
    }
    .catalog-item:nth-child(4n), .catalog-item,
    .catalog-item:nth-child(3n), .catalog-item:nth-child(2n) {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 320px;
        display: block;
    }
    .catalog-list {
        margin-top: 5px;
        margin-bottom: -10px;
    }
    .catalog {
        padding-bottom: 40px;
    }
    .catalog-item {
        margin-bottom: 35px;
    }
    .sort {
        margin-top: 0;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        left: -20px;
        margin-bottom: 30px;
    }
    .catalog {
        padding-top: 0;
    }
    .search-f-wr {
        width: 68%;
        margin-top: 0;
        vertical-align: top;
        display: inline-block;
    }
    .search-f-wr:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 60px;
        border-radius: 0 19px 19px 0;
        z-index: 3;
        background: linear-gradient( to right, rgba(255, 255, 255, 0.1), #ffffff);
        background: -ms-linear-gradient( to right, rgba(255, 255, 255, 0.1), #ffffff);
        background: -webkit-linear-gradient( to right, rgba(255, 255, 255, 0.1), #ffffff);
        background: -moz-linear-gradient( to right, rgba(255, 255, 255, 0.1), #ffffff);
        background: -o-linear-gradient( to right, rgba(255, 255, 255, 0.1), #ffffff);
    }
    .search-f-wr-list__item {
        display: block;
    }
}

@media all and (max-width: 520px) {
    .nav-wr {
        height: 254px;
        padding-top: 80px;
        border-top: none;
    }
    .contacts, .nav-wr {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav-wr-contact__desc {
        font-size: 15px;
        text-align: center;
    }
    .menu__btn, .nav-wr-left {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
    }
    .nav-wr-left {
        height: 104px;
        background: #252b33;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        left: 0;
        overflow: hidden;
    }
    .menu__btn {
        height: 70px;
        left: 0;
    }
    .logo {
        height: auto;
        width: 71px;
        display: block;
        margin: 27px auto 0;
    }
    .logo img {
        position: static;
    }
    .page-title {
        display: block;
        color: #ffffff;
        font-size: 15px;
        margin-top: 7px;
        text-align: center;
    }
    .page-title span {
        display: inline;
    }
    .nav-wr-contact {
        position: absolute;
        top: 13px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .product-slide,
    .main-slide {
        height: 200px;
    }
    .main-slider, .product-slider {
        height: 240px;
    }
}

.product-slider {
    max-height: 350px;
    margin-top: 20px;
}

@media all and (max-width: 500px) {
    .b-nav-item {
        width: 100%;
        text-align: center;
        margin-bottom: 17px;
    }
    .b-nav-item:last-child {
        margin-bottom: 0;
    }
    .b-nav-item__link {
        font-size: 18px;
    }
    .bottom-nav-wr {
        padding-top: 37px;
        padding-bottom: 38px;
    }
}

@media all and (max-width: 450px) {
    .model:nth-child(4n), .model, .model:nth-child(3n), .model:nth-child(2n) {
        width: 100%;
        display: block;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .model__name {
        font-size: 18px;
    }
    .block-title {
        font-size: 18px;
    }
    .models__title {
        display: none;
    }
    .models {
        padding-top: 0;
        padding-bottom: 9px;
    }
    .models-list {
        margin-top: 6px;
    }
    .model__name {
        margin-top: 14px;
    }
    .model {
        margin-bottom: 39px;
    }
    .sort-types__type, .sort-pager__link,
    .sort-length__item, .sort-pager__desc,
    .sort-type__desc, .sort-length__desc {
        font-size: 12px;
    }
    .sort-type__desc {
        margin-right: 4px;
    }
    .sort-types__type {
        margin-right: 4px;
    }
	
	.child-category.with-img a.model{
		display:inline-block;
		margin-left:0;
	}
}

@media all and (max-width: 320px) {
    .page-wrap {
        overflow: auto;
    }
}

img.img-icon {
    max-height: 92px;
    position: absolute;
    bottom: 29px;
    right: 40px;
    display: inline-block;
}

.b-models {
    text-align: center;
    text-transform: uppercase;
}

.b-models li {
    display: inline-block;
    margin: 0 5px 7px 5px;
}
.product-slider .content{
    padding: 50px!important;
}
.nav_str {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.nav_str a {
    color: #1a212d;
}

.nav_str a:hover {
    color: #005693;
}

.product-attr h2 {
    font-size: 16px;
    font-weight: 700;
    color: #1a212d;
    text-decoration: none;
    letter-spacing: -0.01em;
    line-height: 135%;
    text-transform: uppercase;
}

b, strong {
    font-weight: bolder;
}

.params-tab b {
    font-weight: 500;
    color: #1a212d;
}

.params-tab td {
    padding: 5px 0;
}

.params-tab-value, .params-tab-value a {
    font-weight: 700;
    color: #005693;
    display: inline-block;
}

.product_item .product_item-gallery {
    max-width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product_item-gallery {
    text-align: center;
}

.product_item-gallery {
    background: #f3f3f3;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 0px;
    -webkit-box-shadow: 0 0 75px #fff inset;
    box-shadow: 0 0 75px #fff inset;
    margin-right: 20px;
}

.product_item-gallery-main img {
    max-width: 100%;
}

.product_item .product_item-desc {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 48%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product_item-gallery-previews-item {
    display: inline-block;
    margin: 0 3px;
}

.product_item-gallery-previews-item.active img {
    border: 1px solid #e65721;
}

.product_item-gallery-previews-item img {
    border: 1px solid #f3f3f3;
}

.product_index {
    text-align: center;
    margin-bottom: 20px;
}

.articles-item h2 {
    margin: 20px 0 10px 0;
    line-height: 100%;
    min-height: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #1a212d;
    text-decoration: none;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.articles-item h3 {
    margin: 20px 0 10px 0;
    line-height: 100%;
    min-height: 100%;
}

.articles-item p {
    margin: 10px 0;
}

.articles-item img {
    max-width: 95%;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

td, th {
    vertical-align: middle;
}

[name="feedback[send]"] {
    position: initial;
    width: 100%;
}

.contacts-form input, .contacts-form textarea {
    border: 1px solid #878787;
    margin-bottom: 5px;
}

.contacts-form table {
    width: 100%;
}

._search input {
    border: 1px solid #005693;
}

.arc_list {
    width: 100%;
}

.news-archive {
    text-align: center;
}

.news-archive b {
    font-size: 14px;
    font-weight: 500;
    color: #1a212d;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.news-archive a {
    font-size: 14px;
    font-weight: 700;
    color: #005693;
    margin-right: 10px;
    text-transform: uppercase;
    text-decoration: underline;
}

.waitMe_progress > div {
    width: 3px !important;
}
.otherSites{
	color: white!important;
    background: #777474;
	margin-bottom: 30px;
	padding: 15px 10px 7px 15px;
}
.otherSites h2{
	color: white;
}
.otherSites a{
	color: white;
}
.pdf_viewer{
	
}

.set_wisiwig_styles ul, .set_wisiwig_styles menu, .set_wisiwig_styles dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.set_wisiwig_styles h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.set_wisiwig_styles h2 {
    display: block;
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.articles-item td {
    padding: 8px;
}

.ng_top {
    height: 80px;
    background: url(/images/ng_top.png) center center;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;   
}
.about-right a{color:#fff;}
.fact-item__val-top{
	padding: 0 3px;
	display: inline-block;
	vertical-align: super;
	font-size: 12px;
}

.b-layout__title{
	font-size: 16px;
	font-weight: 700;
	color: #1a212d;
	text-decoration: none;
	letter-spacing: -0.01em;
	line-height: 135%;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.tabs__nav {
	overflow: hidden;
	list-style: none;
	font-size: 0;
	margin: 0 -38px 0 -30px;
}
.tabs__item {
	margin: 0 8px 15px 0;
	font-size: 10px;
	background: 0 0;
	text-align: center;
	-webkit-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
	border-radius: 19px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	padding: 5px 0;
}
.tabs__item.tabs__item_active {
	cursor: default;
	background: #f4f4f4;
	
}
.tabs__item.tabs__item_active .tabs__main {
	color: #252b33;
}
.tabs__main {
	color: #252b33;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .75px;
	padding: 0 15px;
	-webkit-transition: all linear .2s;
	-o-transition: all linear .2s;
	transition: all linear .2s;
	display: inline-block;
}

.b-advantage__descr p{
	margin: 0 0 14px;
	font-size:14px;
	line-height: 23px;
}

.block__about_description ul{
	margin-bottom:15px;
	padding-left: 15px;
}
.block__about_description li{
	line-height: 23px;
	list-style: disc;
	font-size: 14px;
}
.block__about_description td,.block__about_description th{
	font-size: 14px;
	line-height: 23px;
}
.block__about_description tr:nth-child(2n) td{
	background-color: #f4f4f4;
}
.b-advantage__title{
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
#model-characteristic{
	margin-top: 50px;
}
.table_decor th {
	letter-spacing: 1.05px;
	color: #fff;
	background: #005693;
	text-transform: uppercase;
	font-weight:bold;
}
.table_decor td, .table_decor th {
	padding: 18px 20px;
	vertical-align: middle;
}

.b-model-advantage .tabs__data{
	display:none;
}
.b-model-advantage .tabs__data.tabs__data_active{
	display:block;
}
