
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}

*::-webkit-input-placeholder {
	color: #333;
	opacity: 1;
}
*:-moz-placeholder {
	color: #333;
	opacity: 1;
}
*::-moz-placeholder {
	color: #333;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

*{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
a{
	color: #000;
}
a:hover{
	opacity: .6;
}
body {
    width: 100%;
    font-size: 16px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    line-height: 1.3;
    position: relative;
}

.work{
    width: 100%;
    max-width: 1550px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.hidden {
  display: none !important;
}

.form-group{
    margin-bottom: 20px;
}

.form__cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.form__col{
    width: 50%;
    padding: 0 10px;
}

.form .btn{
    width: 100%;
    margin-top: 50px;
}

input[type='text'],
input[type='password'],
input[type='search']{
    width: 100%;
    height: 55px;
    padding: 0 20px;
    color: #333;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    background-color: #F4F5F7;
    border: none;
    transition: .3s;
}

textarea{    
    width: 100%;
    height: 125px;
    padding: 15px 20px;
    color: #333;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    background-color: #F4F5F7;
    border: none;
    transition: .3s;
    resize: none;
}

input:focus{
    outline: none;
}

textarea:focus{
    outline: none;
}

.check{
    display: flex;
    align-items: center; 
    margin-bottom: 15px;
}

.check label{
    display: flex;
    align-items: center; 
}

.check label > input[type="checkbox"],
.check label > input[type="radio"]{
    display: none;
}

.check label > span{
    width: 16px;
    height: 16px;
    display: block;
    flex-shrink: 0;
    border: 1px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}

.check label > input[type="checkbox"]:checked + span,
.check label > input[type="radio"]:checked + span{
    background-image: url(../img/check.svg);
}

.check p{
    margin-bottom: 0;
    padding-left: 12px;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    transition: .2s;
    line-height: 1;
}

.check p a{
    color: inherit;
    text-decoration: underline;
}

.agree p a{
    color: inherit;
    text-decoration: underline;
}

.btn{
    display: inline-block;
    border: medium none;
    background: transparent;
    cursor: pointer;
    transition: .3s;
    text-align: center;
    font-family: 'HelveticaNeueCyr', sans-serif;
}

.btn-main{
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px 2px;
    background: #000;
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.btn-main:hover,
.btn-main:active{
    opacity: .8;
}

.btn-border{
    min-height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 20px 2px;
    background: #fff;
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #000;
}

.btn-border:hover,
.btn-border:active{
    opacity: .55;
}

button:focus,
a:focus{
    outline: none;
}

.all-wrap{
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

.btn-all{
    min-width: 202px;
}

.cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col{
    padding: 0 15px;
}

.slick-dots{
    position: absolute;
    text-align: center;
    bottom: 25px;    
    width: 100%;
    margin: 0 auto;
}

.slick-dots li{
    width: auto;
    height: auto;
    margin: 0 5px;
}

.slick-dots li button{
    width: 10px;
    height: 10px;
    padding: 0;
    overflow: hidden;
    border-radius: 50%;
    background-color: #abacae;
    opacity: 1;
    border: none;
    text-indent: -9999px;
    transition: .3s;
}

.slick-dots li.slick-active button{
    background-color: #000;
}

.slick-prev, 
.slick-next{
    width: 24px;
    height: 24px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    border-radius: 0;
    background-color: transparent!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}

.slick-prev:before,
.slick-next:before{
    content: none;  
}

.slick-prev{
    left: 15px;
    background-image: url(../img/intro/prev.svg)!important;
}


.slick-next{
    right: 15px;
    background-image: url(../img/intro/next.svg)!important;
}

.slick-prev:hover,
.slick-next:hover{
    opacity: .8;

}

.tabs{

}

.tabs__caption{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabs__caption li{
    padding: 12px 0;
    margin-left: 25px;
    margin-right: 25px;
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 18px;
    color: #000;

    cursor: pointer;
    transition: .3s;
    position: relative;
    border-bottom: 2px solid transparent;
}

.tabs__caption li:hover{
    opacity: .8;
}

.tabs__caption li.active{
    border-color: #000;
    opacity: 1;
}

.tabs__content{
    padding-top: 40px;
    display: none;
}

.tabs__content.active{
    display: block;
}

.social ul{
    list-style: none;
    display: flex;
    align-items: center;
}

.social ul li{
    margin-left: 35px;
}

.social ul li:first-child{
    margin-left: 0;
}

.social ul li a{
    transition: .3s;
}
.social ul li a img{
    height:23px;
}

.social ul li a:hover{
    opacity: .8;
}

.wrap{
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.section{
    padding-top: 160px;
    padding-bottom: 160px;
    position: relative;
    z-index: 1;
}

.title-block{
    display: block;
    margin-bottom: 40px;
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 40px;
    color: #000;
}

.title-block.center{
    text-align: center;
}

/**HEADER**/
.header{
    width: 100%;
    display: block;
    background: #fff;
    position: relative;
    z-index: 9;
    line-height: 1;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
}

.header__cols{
    display: flex;
    flex-wrap: wrap;
}

.header__left{
    width: 145px;
    padding-top: 15px;
    padding-right: 25px;
    flex-shrink: 0;
}

.header__right{
    width: calc(100% - 145px);
}

.header .logo img{
    width: 86px;
}

.header.fixed .logo img{
    width: 40px;
}

.header__top{
    position: relative;
	z-index:10;
}

.header.fixed .header__top{
    display:none;
}
.header .col-phone{
	display:none;
}
.header .col-burger{
	display:none;
	padding:0;
}
.header.fixed{
    position:fixed;
}
.header.fixed{
    position:fixed;
}
.header.fixed .col-phone{
	display:block;
}
.header.fixed .col-burger{
	display:block;
	position:relative;
}
.header.fixed .col-burger .nav{
	display:none;
	position:absolute;
	top:20px;
	max-width:300px;
	background:#fff;
	padding:20px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
	left:-20px;
}
.header.fixed .col-burger .nav ul li ul{
	top:30px;
}
.header.fixed .col-burger .nav ul li ul li a{
	padding:0 20px;
}
.header.fixed .col-burger .nav > ul{
	display:block;
}
.header.fixed .col-burger .nav ul li{
	margin-left:0;
	padding:10px 0px;
	width:300px;
}
.header.fixed .col-burger .burger{
	display:block;
	width:25px;
}
.header.fixed .col-burger:hover  .nav{
	display:block;
}
.header.fixed .col-burger .burger span{
	margin-bottom:5px;
}
.header.fixed .header__left{
    padding-top:0;
}

.header.fixed{
    padding-top:5px;
}

.header__top:before{
    content: "";width: 100vw;
    height: 1px;
    background: #DADADA;
    position: absolute;
    bottom: 0;
    left: 0;
}

.header__top .cols{
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.nav ul{
    list-style: none;
    display: flex;
}

.nav ul li{
    margin-left: 45px;
	position:relative;
	padding-top: 22px;
	padding-bottom: 22px;
}

.nav ul li:first-child{
    margin-left: 0;
}

.nav ul li a{
    display: block;
    font-size: 16px;
    color: #000;
    transition: .3s;
}

.nav ul li:hover > a,
.nav ul li.active > a{
    opacity: .6;
}

.nav li ul{
    display:none;
	position:absolute;
	top:59px;
	left:-20px;
	background: #fff;
	color:#fff;
	min-width:200px;
	padding:10px 0;
	z-index:9;
	box-shadow:0 5px 5px rgba(0,0,0,0.2);
	border-top:1px solid #000;
}
.nav li ul li{
	margin:0;
	padding:0;
}
.nav li ul li a{
    padding:10px 20px;
}
.nav li:hover > ul{
    display:block;
}

.header .items{
    display: flex;
    align-items: center;
}

.header .item{
    margin-left: 45px;
}

.header .item:first-child{
    margin-left: 0;
}

.header .phone,
.menu-mob .phone{
    font-size: 18px;
    color: #000;
}

.header .phone a,
.menu-mob .phone a{
    color: inherit;
}

.menu-mob .search-block input{
    height: 45px;
}

.city{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
}

.city__wrap{
    position: relative;
}

.city__sub{
    color: #000;
    font-size: 16px;
    margin-right: 5px;
}

.city__toggle{
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.city__toggle span{
    margin-left: 5px;
    font-weight: bold;
}

.city__toggle i{
    font-size: 12px;
    margin-left: 7px;
    transform: translateY(-1px);
}

.city__drop{
    min-width: 150px;
    background: #F4F5F7;
    border-radius: 4px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(10px);
    display: none;
}

.city__drop ul{
    list-style: none;
    text-align: right;
}

.city__drop ul li{
    padding: 8px 0;
    color: #000;
    font-size: 16px;
}

.city__drop ul li a{
    display: block;
    padding: 3px 0;
    color: inherit;
}

.header__bottom{
    
}

.header__bottom .cols{
    align-items: center;
    justify-content: space-between;
}

.search{
    height: 38px;
    position: relative;
	z-index: 9;
}

.search__input{
    width: 380px;
    position: absolute;
    top: 0;
    right: 0;
}

.search__hid{
    width: 0;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}

.search__hid.active{
    width: 380px;
    opacity: 1;
    pointer-events: auto;
}

.search input{
    height: 38px;
    padding-left: 0;
    padding-right: 45px;
    background: #fff;
    border-bottom: 1px solid #000;
}

.search .lup{
    width: 24px;
    height: 24px;
    padding: 0;
    display: block;
    background: url(../img/header/lup.svg) no-repeat;
    border: none;
    cursor: pointer;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.btn-search{
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    z-index: 9;
    width: 0;
    height: 0;
    opacity: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: block;
    background: url(../img/header/lup.svg) no-repeat;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
}

.menu-cat{

}

.menu-cat > ul{
    list-style: none;
    display: flex;
}

.menu-cat > ul > li{
    margin-left: 60px;
}

.menu-cat > ul > li:first-child{
    margin-left: 0;
}

.menu-cat > ul > li > a{
    display: block;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Swis721Cyrillic BT';
    color: #000;
    text-transform: uppercase;
    padding: 15px 0 15px;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.menu-cat > ul > li:hover > a,
.menu-cat > ul > li.active{
    border-color: #000;
}

.menu-cat > ul > li > a.active{
    border-color: #000;
}

.menu-cat__drop{
    width: 100vw;
    padding: 30px 0;
    background: #fff;
    border-top: 1px solid #DADADA;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: none;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.menu-cat li:hover .menu-cat__drop{
    /*display: block;*/
}

.menu-cat__drop .inner{
    position: relative;
}

.menu-cat__items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.menu-cat__item{
    width: 16.66%;
    padding: 0 15px;
}

.menu-cat__item .icon,
.menu-cat__item .pic{
    max-width: 180px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-bottom: 2px solid #000;
}
.menu-cat__item .pic a{
	display:block;
	height: 100%;
}
.menu-cat__item .icon img{
    max-width: 100%;
    max-height: 100%;
}

.menu-cat__item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-cat__item .title{
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.menu-cat__item .title.nowrap{
    white-space: nowrap;
}

.menu-cat__item .title a{
    color: inherit;
    transition: .3s;
}

.menu-cat__item .title a:hover{
    opacity: .8;
    text-decoration: underline;
}

.menu-cat__list{
    list-style: none;
}

.menu-cat__list li{
    margin-top: 8px;
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.menu-cat__list li a{
    display: block;
    padding: 5px 0;
    color: inherit;
    transition: .3s;
}

.menu-cat__list li a:hover{
    opacity: .8;
    text-decoration: underline;
}

.menu-open{
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.menu-open i{
    transition: .3s;
}

.menu-open.active i{
    transform: rotate(45deg);
}

.menu-cat__close{
    width: 24px;
    height: 24px;
    background: url(../img/header/close.svg) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 15px;
}

.burger{
    width: 39px;
    display: none;
    vertical-align: middle;
}

.burger span{
    display: block;
    height: 3px;
    margin-bottom: 8px;
    background: #000;
}

.burger span:last-child{
    margin-bottom: 0;
}

.menu-close{
    width: 24px;
    height: 24px;
    background: url(../img/header/close.svg) center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

.menu-mob{
    width: 100%;
    position: fixed;
    height: 100%;
    padding: 45px 15px 25px;
    overflow: auto;
    background-color: rgba(255,255,255,.98);
    z-index: 11;
    display: none;
}

.menu-mob__item{
    margin-bottom: 20px;
}


/**INTRO**/
.intro{
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 2;
}

.intro .cols{
    margin: 0;
}

.intro .col{
    padding: 0;
}

.intro .col__left{
    width: calc(100% - 475px);
}

.intro .col__right{
    width: 475px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 48px;
}

.intro .pic{
    height: 754px;
}

.intro .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro__right{
    width: 100%;
}

.intro .title{
    margin-bottom: 35px;
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 65px;
    color: #000;
    line-height: 1.2;
}

.intro p{
    margin-bottom: 35px;
    font-weight: 300;
    font-size: 28px;
    color: #333;
}

.intro .btn{
    min-width: 176px;
}

.slider-main{
    position: relative;
    z-index: 1;
}

.slider-main .slick-list{
    padding-bottom: 60px;
}

.intro .slick-prev,
.intro .slick-next{
    top: auto;
    transform: none;
    bottom: 0;
}

.intro .slick-prev{
    left: 0;
}

.intro .slick-next{
    right: auto;
    left: 110px;
}

.slider__counter{
    width: 80px;
    position: absolute;
    bottom: -2px;
    left: 29px;
    z-index: 2;
    z-index: 9;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
}

.intro__bottom{
    position: relative;
    z-index: 2;
}

.intro .social{
    position: absolute;
    bottom: 2px;
    right: 0;
}

/**PAGE-HEAD**/
.page-head{
    width: 100%;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.page-head .inner{
    position: relative;
    z-index: 2;
}

.page-head .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-head .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    left: 0;
}

.page-head .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-head .title{
    font-weight: bold;
    font-size: 65px;    
    color: #000;
    font-family: 'Swis721Cyrillic BT';
    text-align: center;
}

/**CONTENT**/
.content{
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.content p{
    margin-bottom: 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.5;
}

.content h1{
    margin-bottom: 35px;
    color: #000;
    font-weight: bold;
    font-size: 32px;
    /*text-transform: uppercase;*/
    font-family: 'Swis721Cyrillic BT';
}

.content h2{
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-family: 'Swis721Cyrillic BT';
}

.content h3{
    margin-bottom: 25px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    /*text-transform: uppercase;*/
    font-family: 'Swis721Cyrillic BT';
}

.breadcrumbs{
    margin-bottom: 40px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs li{
    padding-right: 20px;
    color: #7F7F7F;
    font-size: 14px;
    font-weight: 300;
    position: relative;
}

.breadcrumbs li:last-child{
    padding-right: 0;
}

.breadcrumbs li:before{
    content: "";
    width: 8px;
    height: 1px;
    background: #7F7F7F;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.breadcrumbs li:last-child:before{
    content: none;
}

.breadcrumbs li a{
   color: #7F7F7F;
}

.pag{
    display: flex;
    justify-content: center;
}

.pag ul{
    list-style: none;
    display: inline-flex;
    border: 1px solid #E1E1E1;
}

.pag ul li{
    border-left: 1px solid #E1E1E1;
}

.pag ul li:first-child{
    border: none;
}

.pag ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 15px;
    color: #000;
    transition: .3s;
}

.pag ul li.arrow a{
    color: #39444A;
}

.pag ul li a:hover{
    background: #F8F8F8;
}

.pag ul li.active a,
.pag ul li.active a:hover{
    background: transparent;
}

.content__cols{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.content__left{
    width: 300px;
    position: relative;
    z-index: 2;
}

.content__main{
    width: calc(100% - 300px);
    padding-left: 55px;
    position: relative;
    z-index: 1;
}
.content__main table td{
    border:1px solid #333;
	padding:5px;
}

.bar__toggle{
    width: 100%;
    max-width: 230px;
    min-height: 52px;
    margin-bottom: 20px;
    align-items: center;
    padding: 3px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: none;
    background: #000;
    font-family: 'Swis721Cyrillic BT';
    text-transform: uppercase;
}

.bar__toggle i{
    margin-right: 12px;
    color: #fff;
    font-size: 22px;
}

.bar__toggle .arrow{
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.bar__toggle.active .arrow{
    transform: translateY(-50%) rotate(180deg);
}

.bar__toggle .arrow i{
    margin-right: 0;
    font-size: 12px;
}

.menu{
    list-style: none;
    margin-bottom: 28px;
    border: 1px solid #E1E1E1;
}

.menu > li{
    position: relative;
    border-bottom: 1px solid #E1E1E1;
}

.menu > li:last-child{
    border: none;
}

.menu > li > a,
.menu > li > span{
    display: flex;
    align-items: center;
    min-height: 60px;
    position: relative;
    padding: 8px 30px 8px 18px;
    color: #333;
    font-size: 14px;
    font-weight: 300;
    transition: .2s;
}

.menu > li.open a {
    font-weight: bold;
	font-size: 16px;
}

.menu > li.open > a .down{
    content: "";
    width: 25px;
    height: 25px;
    background: url(../img/products/down.svg) no-repeat center center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

.menu > li.open.active > a .down{
    transform: translateY(-50%) rotate(90deg);
}

.menu > li:hover > a{
    background: #F8F8F8;
    color: #000;
}

.menu > li.active > a{
    background: #F8F8F8;
    color: #000;
}

.menu ul{
    list-style: none;
    padding: 0px;
    display: none;
    border-top: 1px solid #E1E1E1;
}

.menu > li.active ul{
    display: block;
}

.menu ul li{
    position: relative;
	border-bottom: 1px solid #E1E1E1;
}

.menu ul li:last-child{
	border-bottom: 1px solid #fff;
}

.menu ul li:last-child{
    margin-bottom: 0;
}

.menu ul li a{
    display: block;
    position: relative;
    padding: 12px 18px 12px 18px;
    color: #333;
    font-size: 16px;
    font-weight: 300;
    transition: .2s;
	font-weight: normal;
}

.menu > li.open ul li a{
	font-weight: normal;
}

.menu ul li a p{
    margin:0;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 140%;
	color: #333333;
	margin-top:5px;
}

.menu ul li a:hover{
    opacity: .7;
}

.menu ul li.active a:hover{
    opacity: 1;
}

.sidebar__item{
    margin-bottom: 28px;
    border: 1px solid #E1E1E1;
}

.sidebar__toggle{
    padding: 18px 35px 18px 18px;
    border-bottom: 1px solid #E1E1E1;   
    cursor: pointer;
    position: relative;
}

.sidebar__toggle:before{
    content: "";
    width: 5px;
    height: 8px;
    background: url(../img/products/down.svg);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
}

.sidebar__toggle.active:before{
    transform: translateY(-50%) rotate(270deg);
}

.sidebar__full{
    display: none;
}

.sidebar__full.active{
    display: block;
}

.sidebar__sub-full{
    padding: 0;
}

.sidebar__title{
    font-weight: bold;
    font-size: 14px;
    font-family: 'Swis721Cyrillic BT';
    color: #333;
}

.sidebar__sub{
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    border: none;
}

.sidebar__in{
    padding: 12px 18px 15px;
}

.sidebar__sub-item{
    border-bottom: 1px solid #E1E1E1; 
}

.sidebar__sub-item:last-of-type{
    border: none;
}

.filter__check{
    display: flex;
    align-items: center; 
    margin-bottom: 8px;
}

.filter__check label{
    display: flex;
    align-items: center; 
}

.filter__check label > input[type="checkbox"],
.filter__check label > input[type="radio"]{
    display: none;
}

.filter__check label > span{
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    border: 1px solid #BDBDBD;
    background-repeat: no-repeat;
    background-position: center;
    transition: .2s;
}

.filter__check label > input[type="checkbox"]:checked + span,
.filter__check label > input[type="radio"]:checked + span{
    background-image: url(../img/check.svg);
}

.filter__check p{
    margin-bottom: 0;
    padding-left: 8px;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    transition: .2s;
    line-height: 1;
}

.check p a{
    color: inherit;
    text-decoration: underline;
}

.filter__check .color{
    width: 10px;
    height: 10px;
    display: block;
    border: 1px solid rgba(0,0,0,.1);
    margin-left: 8px;
}

.filter__check .color.white{
    background: #fff;
}

.filter__check .color.yellow{
    background: #F1B828;
}

.filter__check .color.brown{
    background: #624F21;
}

.filter__check .color.red{
    background: #E71515;
}

.filter__check .color.black{
    background: #000;
}

.filter__check .color.gray{
    background: #828282;
}

.filter__check .color.blue{
    background: #0454CD;
}

.sidebar-btns{
    display: flex;
    justify-content: space-between;
}

.sidebar-btns .btn{
    width: calc(50% - 5px);
    min-height: 40px;
    padding-top: 2px;
    font-size: 14px;
}

.runner{
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

#range{
    width: 100%;
    cursor: pointer;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border: none;
    background-color: #6F6964;
    border-radius: 50%;
    cursor: pointer;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 2px;
    border-radius: 0;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    margin-left: 0;
}

.ui-slider-horizontal .ui-slider-handle:last-child{
    margin-left: -15px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-widget-content {
    background-color: #eee;
}

.ui-widget-header {
    background-color: #6F6964;
}

.minmax{
    position: relative;
    display: flex;
    align-items: center;
}

.minmax > div{
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 30px;
}

.minmax > div:last-child{
    margin-right: 0;
}

.minmax > div:last-child:before{
    content: "";
    width: 8px;
    height: 1px;
    background: #BDBDBD;
    position: absolute;
    top: 50%;
    left: -18px;
}

.minmax input[type='text']{
    width: 75px;
    height: 34px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    background: transparent;
    color: #333;
    font-size: 14px;
    border: 1px solid #BDBDBD;
}

/**PRODUCTS**/
.products-block{
    width: 100%;
    display: block;
    position: relative;
    z-index: 9;
}

.products-block__head{
    margin-bottom: 40px;
}

.products-block__head .cols{
    align-items: center;
    justify-content: space-between;
}

.products-block__head .col:nth-child(1){
    width: calc(100% - 200px);
}

.products-block__head .col:nth-child(2){
    width: 180px;
    flex-shrink: 0;
}

.products-block__head .products-block__title{
    margin-bottom: 0;
}

.prod-logo{

}

.prod-logo img{
    max-width: 100%;
    max-height: 100%;
}

.search-block{
    max-width: 455px;
    position: relative;
}

.search-block.gray{
   background:#F8F8F8;
}

.products-block .search-block{
    margin-bottom: 30px;
}

.search-block input{
    padding-left: 15px;
    padding-right: 50px;
    color: #6F6964;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    background: #fff;
	height:45px;
}
.search-block.gray input{
    background: #F8F8F8;
}

.search-block__btn{
    width: 20px;
    height: 20px;
    padding: 0;
    background: url(../img/products/lup.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
	border:0;
}

.sorting{
    margin-bottom: 20px;
}

.sorting .cols{
    align-items: center;
}

.sorting .col{
    width: 33.33%;
    margin-bottom: 20px;
}

.select_wrap{
    display: inline-block;
    position: relative;

}

.select_wrap.icon{
    padding-left: 40px;
}

.select_wrap.icon:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.select_wrap.icon_1:before{
    width: 32px;
    height: 33px;
    background: url(../img/products/sorting_1.svg) no-repeat;
}

.select_wrap.icon_2:before{
    width: 32px;
    height: 33px;
    background: url(../img/products/sorting_2.svg) no-repeat;
}

.select_wrap.icon_3:before{
    width: 29px;
    height: 32px;
    background: url(../img/products/sorting_3.svg) no-repeat;
}

.select_wrap .select{
    width: 100%;
    height: 36px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-align: left;
    padding: 0 30px 0 0;
    border: none;
    line-height: 36px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    background-color: transparent;
    border: none;
    border-radius: 3px;
}

.select_arrow{
    width: 12px;
    height: 8px;
    background: url(../img/products/select.svg) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    transform: translateY(-50%);
    pointer-events: none;
}

.sorting-btn{
    border: none;
    background: transparent;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: #333;
    font-size: 15px;
    font-weight: 300;
}

.products__group{
    margin-bottom: 30px;
}

.products .cols{
    align-items: center;
}

.products .col{
    margin-bottom: 25px;
}

.products .sub{
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

.products .sub2{
    font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: none;
	margin-bottom: 20px;
}
.content h1.sub2_i{
	font-size:24px;
	text-transform: none;
}
.products .size{
    font-weight: 300;
    font-size: 16px;
    color: #18181A;
}

.products .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.products .item{
    width: 25%;
    padding: 0 6px;
    margin-bottom: 40px;
}

.products .item .img{
    height: 255px;
    margin-bottom: 15px;
    position: relative;
}

.products .item .pic__back{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.products .item .pic__front{
    width: 120px;
    height: 120px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.products .item .pic__back img,
.products .item .pic__front img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products .item .overlay{
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,.7);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    transition: .3s;
    opacity: 0;
}

.products .item .img:hover .overlay{
    opacity: 1;
}

.products__list{
    list-style: none;
    text-align: center;
}

.products__list li{
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.products__list p{
    margin-bottom: 3px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
}

.products__list li a{
    color: inherit;
}

.products .item .title{
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.products .item .title a{
    color: inherit;
    transition: .3s;
}

.products .item .title a:hover{
    opacity: .8;
    text-decoration: underline;
}

/**VIDEO**/
.video-block{
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.video-block .video-wrap{
    max-width: 888px;
    margin: 0 auto;
}

/**REVIEWS**/
.reviews-block{
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.reviews .btn{
    min-width: 212px;
    margin-bottom: 40px;
}

.reviews .item{
    margin-bottom: 28px;
}

.reviews .item .in{
    padding: 40px 50px;
    background: #F4F5F7;
}

.reviews .item .cols{
    align-items: center;
}

.reviews .item .col{
    min-width: 210px;
}

.reviews .item .name{
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.reviews .item .city{
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 16px;
    color: #96989C;
}

.reviews .item .date{
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    color: #96989C;
}

.reviews .item p{
    max-width: 1310px;
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/**PROJECT**/
.project-block{
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.slider__project{

    padding-bottom: 120px;
}

.slider__project__left{
    width: 100%;
}

.slider__project__right{
    width: 100%;
    padding-left: 0px;
}

.slider__project .pic__item{
    padding: 20px;
}

.slider__project__left .pic{
    height: 692px;
    background-size: contain;
}

.slider__project__right .pic{
    height: 150px;
}

.slider__project__left .pic img,
.slider__project__right .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider__project__right .slick-slide.slick-current.slick-active .pic{
    opacity: .55;
}
.slider__project .slick-prev,
.slider__project .slick-next{
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: .3s;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #000000;
	border-radius:50%;
}

.slider__project .slick-prev{
    left:-15px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: rgba(255, 255, 255, 0.8)!important;
	background-image: url(../img/good/prev.svg)!important;
}

.slider__project .slick-next{
	right:-15px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: rgba(255, 255, 255, 0.8)!important;
    background-image: url(../img/good/next.svg)!important;
}
.project{
	display:flex;
	flex-wrap:no-wrap;
}
.slider__project{
	width:70%;
}
.project__des{
	width:30%;
	padding-left:60px;
}
.project__des{

}

.project__des .cols{

}

.project__des .title-block{
	font-size: 24px;
}

.project__des .col:nth-child(1){
    width: calc(100% - 470px);
}

.project__des .col:nth-child(2){
    width: 470px;
    flex-shrink: 0;
}

.project__des p{
    max-width: 1000px;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.project .chisel{
    padding: 40px 30px 40px 65px;
    background: #F4F5F7;
}

.project__param{
    list-style: none;
}
.project__des ul{
	list-style:none;
	margin-bottom:20px;
}
.project__param li{
    margin-bottom: 25px;
    position: relative;
	
}

.project__param li:last-child{
    margin-bottom: 0;
}

.project__param .icon{
    padding-left: 40px;
}

.project__param .icon:before{
    content: "";
    width: 22px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.project__param .place:before{
    background-image: url(../img/project/place.svg);
}

.project__param .tile:before{
    background-image: url(../img/project/tile.svg);
}

.project__param .sq:before{
    background-image: url(../img/project/sq.svg);
}

/**PROJECTS**/
.projects-block{
    width: 100%;
    display: block;
    padding-top: 100px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

.projects{
    position: relative;
}

.projects .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.projects .item{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 45px;
}

.projects .item .in{

}

.projects .item .pic{
    height: 365px;
    margin-bottom: 12px;
    position: relative;
}

.projects .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.projects .item .pic .overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .3s;
    opacity: 0;
}

.projects .item .pic:hover .overlay{
    opacity: 1;
}

.projects .item .more{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.projects .item .more i{
    font-size: 12px;
    margin-left: 5px;
}

.projects .item .title{
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.projects .item .title a{
    color: inherit;
    transition: .3s;
}

.projects .item .title a:hover{
    opacity: .8;
    text-decoration: underline;
}

.projects .city-wrap{
    position: absolute;
    top: 15px;
    left: 0;
}

/**ADVANTAGES**/
.advatages-block{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.advatages{

}

.advatages .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.advatages .item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 65px;
}

.advatages .item .in{
    max-width: 635px;
    position: relative;
}

.advatages .item .icon{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F5F7;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.advatages .item .icon img{
    max-width: 100%;
    max-height: 100%;
	filter: grayscale(1);
}

.advatages .item .right{
    padding-left: 100px;
}

.advatages .item .title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    font-family: 'Swis721Cyrillic BT';
}

.advatages .item p{
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

/**ABOUT**/
.about{
    width: 100%;
    display: block;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.about:before{
    content: "";
    width: 62%;
    height: 100%;
    background: #F4F5F7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.about .inner{
    position: relative;
    z-index: 2;
}

.about .cols{
    margin: 0;
    align-items: center;
}

.about .col{
    padding: 0;
}

.about .col__left{
    width: calc(100% - 665px);
}

.about .col__right{
    width: 665px;
    flex-shrink: 0;
    padding-left: 75px;
}

.about p{
    max-width: 430px;
    margin-bottom: 45px;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.about .btn{
    min-width: 176px;
}

.video-wrap{
    position: relative;
}

.video{
    
    position: relative;
    transition: .3s;
}

.video:hover{
    opacity: .95;
}

.video:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #0B0D17;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.video:after{
    content: "";
    width: 115px;
    height: 114px;
    background: url(../img/about/play.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.video img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.category .advatages{

}

/**CATALOG**/
.catalog-block{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.catalog .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.catalog .item{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 45px;
}

.catalog .item .in{

}

.catalog .item .pic{
    height: 288px;
    margin-bottom: 15px;
    position: relative;
}

.catalog .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.catalog .item .pic .overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .3s;
    opacity: 0;
}

.catalog .item .pic:hover .overlay{
    opacity: 1;
}

.catalog .item .more{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    
}

.catalog .item .more i{
    font-size: 12px;
    margin-left: 5px;
}

.catalog .item .title{
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
   
    text-align: center;
}

.catalog .item .title a{
    color: inherit;
    transition: .3s;
}

.catalog .item .title a:hover{
    opacity: .8;
    text-decoration: underline;
}

.catalog .item .price{
    margin-top: 8px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    text-align: center;
}  

/**ORDER**/
.order{
    width: 100%;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    z-index: 1;
}

.order:before{
    content: "";
    width: 48%;
    height: 100%;
    background: #F4F5F7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.order .inner{
    position: relative;
    z-index: 2;
}

.order .cols{
    margin: 0;
    align-items: center;
}

.order .col{
    padding: 0;
}

.order .col__left{
    width: calc(100% - 720px);
}

.order .pic{
	margin-top:-40px;
}
.order .pic2{
	margin-top: -78px;
	margin-left: 107px;
}

.order .pic img{
    max-width: 100%;
}

.order .col__right{
    width: 720px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-left: 85px;
} 

.about__right{
    width: 100%;
}

/**PERSONAL**/
.personal-block{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.personal .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.personal .item{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.personal .item .in{
    text-align: center;
}

.personal .item .pic{
    height: 365px;
    margin-bottom: 18px;
}

.personal .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
}

.personal .item .name{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #000;

    font-family: 'Swis721Cyrillic BT';
}

.personal .item .post{
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

.personal .item .btnblock{
    padding-top:20px;
}

/**GOOD**/
.good{
   max-width:100%;
}

.good .subtitle{
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    /* text-transform: uppercase; */
    font-family: 'Swis721Cyrillic BT';
}

.good__item{
    margin-bottom: 40px;
}

.good__item:last-of-type{
    margin-bottom: 0;
}

.good__head{

}

.good__head .col:nth-child(1){
    width: 48%;
}

.good__head .col:nth-child(2){
    width: 52%;
}

.good__head__right{
    padding-left: 45px;
}

/*gallery*/
.gallery .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.gallery .item{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.gallery .item .in{

}

.gallery .item .pic{
    height: 288px;
    margin-bottom: 15px;
    position: relative;
    transition: .3s;
}

.gallery .item .pic:hover{
    opacity: .8;
}

.gallery .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.gallery .item .title{
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;

    text-align: center;
}

.good__top{
    margin-bottom: 80px;
}

.slider__good{
    display: flex;
}

.slider__good__left{
    width: 165px;
    flex-shrink: 0;
    padding-top: 4px;
    padding-right: 15px;
}

.slider__good__right{
    width: calc(100% - 165px);
}

.slider__good__left .pic__item{
    padding: 6px 0;
	position:relative;
}

.slider__good__right .pic__item{
	position:relative;
}

.slider__good__right .pic__item .title{
	background: rgba(0, 0, 0, 0.75);
    padding: 6px 20px;
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	font-family: 'Swis721Cyrillic BT';
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
}
.slider__good__right .pic__item .title span{	
	font-family: "HelveticaNeueCyr";
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.28em;

	display:block;
}

.slider__good__left .slick-slider{
    width: 80px;
}

.slider__good__left .pic{
    height: 80px;
}

.slider__good__right .pic{
    height: 405px;
    display: flex;
}


.slider__good__left .pic img,
.slider__good__right .pic img{
    width: 100%;
    height: 100%;
}


.slider__good__right .slick-slider{
    z-index: 1;
}

.slider__good__left .slick-slide.slick-current.slick-active .pic{
    opacity: .7;
}

.slider__good__left .slick-prev,
.slider__good__left .slick-next{
    width: 18px;
    height: 10px;
    position: relative;
    top: auto;
    transform: none;
    transform: translateX(-50%);
}

.slider__good__left .slick-prev{
    left: 50%;
    top: -3px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: transparent!important;
    background-image: url(../img/good/prev.svg)!important;
}

.slider__good__left .slick-next{
    left: 50%;
    right: auto;
    bottom: -3px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: transparent!important;
    background-image: url(../img/good/next.svg)!important;
}

.good__line{
    display: flex;
}

.good__line_end{
    margin-bottom: 45px;
    justify-content: flex-end;
}

.good__line .item{
    padding: 0 10px;
}

.good__line .item:nth-child(1){
    width: 390px;
    flex-shrink: 0;
}

.good__line .item:nth-child(2){
    width: 60px;
    flex-shrink: 0;
}


.good__line .item:nth-child(1){
    flex-grow: 1;
}

.good__line_end .item{
    width: auto!important;
    flex-grow: 0!important;
}


.content h1.good__title{
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 29px;
    font-family: 'Swis721Cyrillic BT';
    color: #000;
}

.good__title span{
    display: block;
    padding-top: 8px;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    font-family: 'HelveticaNeueCyr', sans-serif;
}

.medal{
    width: 38px;
    height: 48px;
    background: url(../img/good/medal.svg) no-repeat;
    position: relative;
    cursor: pointer;
}

.medal img{
    width: 38px;
}

.medal .tooltip{
    font-weight: normal;
    font-size: 16px;
    color: #4F4F4F;
    padding-bottom: 18px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.medal:hover .tooltip{
    display: block;
}

.medal .tooltip__in{
    width: 318px;
    padding: 10px 8px;
    border: 2px solid #E1E1E1;
    border-radius: 3px;
    position: relative;
    background: #fff;
	
}

.medal .tooltip__in:before{
    content: "";
    width: 18px;
    height: 11px;
    background: url(../img/good/tri_1.jpg) no-repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.good .prod-logo{
    max-width: 180px;
}

.good__option{

}

.good__option .item{
    margin-bottom: 28px;
    display: flex;
    align-items: center;
}

.good__option__sub{
    width: 115px;
    flex-shrink: 0;
    padding-right: 8px;
    font-size: 16px;
    color: #000;
}

.good__option__right{
    width: calc(100% - 115px);
    max-width: 300px;
}

.select-container{
    width: 100%;
    min-width: 180px;
}

.select2-container{
    height: 55px;
    display: block;
    margin-bottom: 0px;
    z-index: 99999;
}


.select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    padding-left: 18px;
    padding-right: 35px;
    margin-right: 0;
    color: #333;
    font-size: 14px;
    line-height: 55px;
    background: #F8F8F8;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple{
    height: 100%;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    transition: .3s;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    background: #fff;
    color: #333;
    box-shadow: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    background: #fff;
    color: #18181A;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.2);
    border: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    width: 8px;
    height: 4px;
    background-image: url(../img/good/down.svg);
    background-repeat: no-repeat;
    top: 52%;
    transform: translateY(-50%);
    right: 18px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow{
    transform: translateY(-50%) rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
    display: none;
}

.select2-container--open .select2-selection--multiple:before{
    
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border: none;
}

.select2-container--open .select2-dropdown--above{
    
}

.select2-dropdown{
    padding: 8px 0;
    border: 1px solid #e1e1e1;
    border-radius: 0!important;
    background: #F8F8F8;
    box-shadow: none;
}

.select2-search--dropdown{
    padding: 0;
}


.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    color: #ccc!important;
    background-color: transparent!important;
}

.select2-results__option{
    padding: 7px 15px 7px 18px;
    color: #333;
    font-size: 14px;
}

.sorting-select .select2-results__option{
    padding: 12px 5px;
    font-size: 14px;
}

.select2-results__option:hover{
    color: #06bbf2!important;
    background-color: transparent!important;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover{
    color: black;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 13px;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top: 0;
}

.good__price{
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.good__price span{
    font-size: 28px;
}

.good__act{
    display: flex;
    margin: 0 -15px;
	align-items:center;
	flex-wrap:wrap;
}

.good__act .item{
    padding: 0 15px;  
}

.btn-buy{
    min-width: 176px;
}

.calc{

}

.calc__top{
    display: flex;
    align-items: center;
}

.calc__sum{
    font-weight: 300;
    font-size: 16px;
    color: #333;
    margin-left: 10px;
}

.calc__fote{
    padding-top: 3px;
    font-weight: 300;
    font-size: 12px;
    color: #4F4F4F;
}

.quantity{
    width: 189px;
    height: 40px;
    display: flex;
    line-height: 1;
    border: 1px solid #E1E1E1;
    overflow: hidden;
}


.quantity .button{
    width: 39px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    color: #4F4F4F;
    font-weight: bold;
    font-size: 18px;
    border: none;
    background: no-repeat;
    padding: 0;
}


.quantity input{
    width: 73px;
    height: 100%;
    border: none;
    padding: 5px;
    text-align: center;
    border-radius: 0;
    border-left: 1px solid #E1E1E1;
    border-right: 1px solid #E1E1E1;
    background: transparent;
    color: #4F4F4F;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
}

.quantity__sq{
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4F4F4F;
    font-weight: 300;
    font-size: 16px;
    border-right: 1px solid #E1E1E1;
}

.char__table{
    list-style: none;
}

.char__table li{
    padding: 8px 15px;
    display: flex;
   
    color: #333;
    font-size: 16px;
    font-weight: 300;
}

.char__table li.char__table_head{
    font-weight: bold;

    font-family: 'Swis721Cyrillic BT';
}

.char__table li:nth-child(odd){
    background: #F8F8F8;
}

.char__table li .first{
    width: 70%;
}

.char__table li .second{
    width: 30%;
}

.toggle_btn_right{
    display: flex;
    justify-content: flex-end;
}

.toggle_btn{
    display: inline-flex;
    margin-top: 15px;
    cursor: pointer;
    transition: .3s;
    color: #000;
    font-size: 16px;
    border-bottom: 1px dotted #164FB5;
    position: relative;
}

.toggle_btn span{
    display: none;
}

.toggle_hid{
    display: none!important;
}

.toggle_hid.active{
    display: flex!important;
}

.good__tovar{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 -15px;
}

.good__tovar .item{
    padding: 0 15px;
    margin-bottom: 35px;
}

.art{
    color: #7F7F7F;
    font-size: 16px;
}

.instock{
    padding-left: 32px;
    color: #2AC772;
    font-size: 16px;
    position: relative;
}

.instock:before{
    content: "";
    width: 24px;
    height: 14px;
    background: url(../img/good/instock.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.instock span{
    border-bottom: 1px dotted #2AC772;
}

.good__pic{
    margin-bottom: 45px;
	display:block;
	flex-wrap:wrap;
	justify-content: center;
	overflow:hidden;
}

.good__pic img{
	max-width:100%;
}

.good__des{
    
}

.good__des .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 30px 0;
}

.good__des .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.good__des .pic{
    height: 340px;
}

.good__des .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.good__des .col{
    width: 50%;
}

.good__des .col .in{
    max-width: 650px;
}

.good__exx{

}

.good__exx .col{
    width: 50%;
}

.good__exx .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.good__exx .item{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 35px;
}

.good__exx .item.w50{
    width: 50%;
}

.good__exx .item .pic{
    height: 288px;
    margin-bottom: 15px;
    position: relative;
    transition: .3s;
	display:block;
}

.good__exx .item .pic:hover{
    opacity: .8;
}

.good__exx .item .pic img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

.good__exx .item .title{
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;

}

.good__exx .item .title a{
    color: inherit;
}

.good__exx .item .title a:hover{
    text-decoration: underline;
}

.good__exx .btn{
}

.good__action{

}

.good__action .items{
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    margin: 0 auto;
}

.good__action .item{
    width: 33.33%;
    border-left: 1px solid #000;
}

.good__action .item:first-child{
    border: none;
}

.good__action .item .in{
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    text-align: center;
}

.good__action .title{
    padding-left: 55px;
    display: inline-block;
    color: #18181A;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Swis721Cyrillic BT';
    transition: .3s;
    position: relative;
}

.good__action .item .in:hover .title{
    opacity: .7;
}

.good__action .title:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.good__action .title.icon_1:before{
    width: 40px;
    height: 40px;
    background-image: url(../img/good/action_1.svg);
}

.good__action .title.icon_2:before{
    width: 42px;
    height: 26px;
    background-image: url(../img/good/action_2.svg);
}

.good__action .title.icon_3:before{
    width: 42px;
    height: 33px;
    background-image: url(../img/good/action_3.svg);
}

.pick{

}

.pick__group{
    margin-bottom: 12px;
}
.pick__group .tabs__caption{
	justify-content: left;
}
.pick__group .tabs__caption li{
	border:0;
	margin-left:0;
	padding:0;
}
.pick__group .tabs__caption li.active{
	border:0;
}
.pick__group .tabs__content{
	padding-top:20px;
}
.pick__group .tabs__caption li.active .pick__type > span{
	border:2px solid #000;
	position:relative;
	color:#000;
}

.pick__group .tabs__caption li.superactive .pick__type > span{
	border:2px solid #006013;
	position:relative;
	color:#000;
}
.pick__group .tabs__caption li.superactive .pick__type span:before{
	position: absolute;
	width: 16px;
	height: 16px;
	content:"";
	border-radius:50%;
	top:-8px;
	left:-8px;
	background:#006013 url(../img/galka.svg) no-repeat center center;
	background-size:60%;
}
.pick__sub{
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    font-family: 'Swis721Cyrillic BT';
}

.pick .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.pick .item{
    padding: 0 8px;
    margin-bottom: 12px;
}

.pick .item .title{
    padding-top: 5px;
    font-size: 12px;
    color: #333;
}

.pick__type{
    position: relative;
}

.pick__type_ques{
    padding-right: 22px;
}



.pick__type > span{
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 18px;
    color: #777;
    font-size: 15px;

    border: 2px solid #777;
    transition: .2s;
}
.pick .item.active span{
	border:2px solid #006013;
	position:relative;
	color:#000;
}
.pick .item.active span:before{
	position: absolute;
	width: 16px;
	height: 16px;
	content:"";
	border-radius:50%;
	top:-8px;
	left:-8px;
	background:#006013 url(../img/galka.svg) no-repeat center center;	
	background-size:60%;
}
.pick__dec{
    position: relative;
}

.pick .item .pick__dec > span{
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    transition: .2s;
	display:block;
}
.pick .item .pick__dec > span.big{
    width: 95px;
    height: 95px;
}
.pick .item.active .pick__dec > span{
	border: 2px solid #006013;
}
.pick .item.active .pick__dec > span:before{
	position: absolute;
	width: 16px;
	height: 16px;
	content:"";
	border-radius:50%;
	top:-8px;
	left:-8px;
	background:#006013 url(../img/galka.svg) no-repeat center center;	
	background-size:60%;
}

.pick__dec img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ques{
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #7F7F7F;
    position: relative;
    cursor: pointer;
    color: #7F7F7F;
    font-size: 13px;
    border-radius: 50%;
    transition: .3s;
    position: absolute;
    top: 0;
    right: 0;
}

.ques img{
    width: 38px;
}

.ques .tooltip{
    font-weight: normal;
    font-size: 12px;
    color: #000;
    padding-bottom: 18px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.ques:hover .tooltip{
    display: block;
}

.ques .tooltip__in{
    width: 282px;
    padding: 10px;
    border: 1px solid #000;
    position: relative;
    background: #fff;
	text-transform: none;
}

.ques .tooltip__in:before{
    content: "";
    width: 18px;
    height: 11px;
    background: url(../img/good/tri_2.png) no-repeat;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

/**GEO**/
.geo-block{
    width: 100%;
    display: block;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.geo{
    text-align: center;
}

.geo img{
    max-width: 100%;
}

/**FOOTER**/
.footer{
    width: 100%;
    display: block;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #F4F5F7;
    position: relative;
    z-index: 2;
}

.footer__cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.footer__col{
    padding: 0 10px;
}

.footer .col__left{
    width: 60%;
}

.footer .col__right{
    width: 40%
}

.footer .col__right img{
    width: 100%
}

.footer__top{
    padding-bottom: 30px;
}

.footer__left .cols{
    align-items: center;   
}

.footer__left .col:nth-child(1){
    width: 150px;
    flex-shrink: 0;
}

.footer__left .col:nth-child(2){
    width: calc(100% - 150px);
}

.footer .logo img{
    width: 85px;
}

.footer-nav ul{
    list-style: none;
    display: flex;
	flex-wrap:wrap;
}

.footer-nav ul li{
    margin-left: 30px;
}

.footer-nav ul li:first-child{
    margin-left: 0;
}

.footer-nav ul li a{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px;

    font-family: 'Swis721Cyrillic BT';
    transition: .3s;
    color: #000;
    border-bottom: 2px solid transparent;
}

.footer-nav ul li:hover > a,
.footer-nav ul li.active > a{
    border-color: #000;
}

.footer .subtitle{
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 16px;

    font-family: 'Swis721Cyrillic BT';
    color: #000;
}

.footer .subtitlezag{
    color: #4A6987;
;
}

.footer p{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}
.footer p:last-child{
    
    margin-bottom: 0px;
}

.footer p a{
    color: inherit;
}

.footer__right .cols{
    justify-content: flex-end;
}

.footer .map{
    height: 495px;

    background: #ccc;
}

.footer .map img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.footer__middle{
    padding-bottom: 30px;
}

.footer__bottom{
    padding-top: 40px;
    border-top: 1px solid #000;
}

.footer__bottom .col__left .col{
    width: 25%;
    max-width: 390px;
	padding:15px;
}

.footer__bottom .col__left .col.border{
    border:1px solid #000;
}

.footer__bottom .col__right .cols{
    justify-content: space-between;
}

.footer__bottom .col__right .col{
    padding:15px;
}

.soc{
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #000;
}

.footer .soc{
    margin-top: 35px;
}

.soc a{
    margin-left: 15px;
}

.soc a img{
    height:23px;
}

	.footer .footer__top .col__left,
	.footer .footer__bottom .col__left{
		width: 80%;
	}

	.footer .footer__top .col__right,
	.footer .footer__bottom .col__right{
		width: 20%;
	}


/**POPUP*/
.popup{
    background: #fff;
    width: calc(100vw - 30px);
    max-width: 480px;
    padding: 45px 30px 60px;
    text-align: center;
}
.popup_show{
	max-width: 1000px;
}
.popup .btn{
    min-width: 202px;
    margin-top: 30px;
}

.popup .title-block{
    font-size: 32px;
}


.fancybox-slide > *{
    padding: 0;
    background: transparent;
}

.fancybox-close-small:after{
    content: "";
    width: 20px;
    height: 20px;
    font-size: 0;
    color: transparent;
    background: transparent url(../img/close.png) center no-repeat;
    background-size: contain;
    top: 21px;
    right: 21px;
    border-radius: 0;
}

.fancybox-close-small:hover:after{
    background: transparent url(../img/close.png) center no-repeat;
}

.fancybox-bg{
    background: rgb(0,0,0,.6);
}

.fancybox-slide--html .fancybox-close-small{
    padding: 4px;
}

.loader {
    background: #EEEEEE;
    background: radial-gradient(#fff, #EEEEEE);
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.loader-inner {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}

.loader-inner img {
    animation: spin 200ms;
}

@keyframes spin {
    0% {
		opacity:1;
	}
	50% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

.section-iframe{
	width:100%;
	height:500px;
}

.content-block{
	list-style: none;
	margin-bottom: 28px;
	border: 1px solid #E1E1E1;
	padding:30px;
}




.products_itm{

}

.products_itm .items{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
	padding-bottom:40px;
}

.products__item{
    padding: 0 15px;
}

.items .products__item{
    width: 33.33%;
    margin-bottom: 30px;
}
.products_compare .items .products__item{
    width: 20%;
    margin-bottom: 30px;
}
.products_compare .items .products__item .btn_blue_border{
    display:none;
}

.items .products__item_list{
    width: 100%;
}



.products__item .in{
    padding: 0px 0px 20px;
    position: relative;
    transition: .3s;
}

.items .products__item_list .in{
    display: flex;
    align-items: center;
}

.products__item .in:hover{
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-color: transparent;*/
}
.items .products__item{
  position: relative;
  z-index: 1;
}

.items .products__item:hover{
  z-index: 9;
}

.products__item .in:before{
  content: "";
  width: 100%;
  height: calc(100% + 65px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
  background: #fff;
  transition: 0s;
  opacity: 0;
}

.products__item .in:hover:before{
  opacity: 1;
}
.products__item .in:hover:after{
   display:block;
}

.products__item .pic{
    height: 343px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}



.products__item .pic img{
    max-width: 100%;
    max-height: 100%;
}
.products__item .pic a{
  display: block;
  width: 100%;
  height: 100%;
    display: flex;
	text-align:center;
    align-items: center;
    justify-content: center;
}
.products__item .pic a:hover{
	opacity:1;
}
.products__item .title{
    display: block;
    /* min-height: 50px; */
    margin-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
    color: #1c1c1c;
    font-size: 16px;
    position: relative;
    z-index: 1;
}
.products__item ul{

}
.products__item ul li{
	padding-left:10px;
	padding-right:10px;
	line-height: 19px;
    font-size: 14px;	
	color: #4F4F4F;
	 margin-bottom: 10px;
	 list-style:none;
}

.products__item .title a{
    color: inherit;
    transition: .3s;
}

.products__item .price{
    display: block;
    
    color: #1c1c1c;
    font-size: 24px;
    font-weight: bold;
	padding-left:10px;
	padding-right:10px;
    position: relative;
    z-index: 1;
}
.products__item .price span{
    font-size: 16px;
}

.oldprice{
    color: #686868;
    font-size: 16px;
	text-decoration: line-through;
}

.products__for-list .price{
    text-align: left;
}

.products__item .title:hover a{
    /*text-decoration: underline;*/
}

.products__bottom-hide{
	display:none;
	padding: 0;
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
}
.products__item:hover .products__bottom-hide{
	display:block;
	z-index: 99;
	transform:translateY(100%);	
}
.products__item:hover .in{
	
}
.products__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
	padding: 0 10px;
}
.podpick{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
	padding: 0 10px;
}
.podpick .col:nth-child(1){
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	color: #8C2424;
}
.podpick .col:nth-child(2){
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	color: #C4C4C4;
}
.products__bottom .btn {
    width: calc(50% - 5px);
    min-height: 40px;
   
    font-size: 14px;
}
.products__for-list .products__bottom{
    justify-content: flex-start;
}

.products__bottom > div{
    padding: 0 5px;
}


.products__link{
    display: inline-block;
    color: #06bbf2;
    font-size: 14px;
    border-bottom: 1px dotted #06bbf2;
    transition: .3s;
}

.products__link:hover{
    opacity: .7;
}

.products__list{
    list-style: none;
}

.products__list li{
    margin-bottom: 15px;
    padding-left: 14px;
    position: relative;
    color: #929292;
    font-size: 14px;
}

.products__list li:before{
    content: "";
    width: 5px;
    height: 5px;
    border: 1px solid #06bbf2;
    position: absolute;
    top: 6px;
    left: 0;
    border-radius: 50%;
}

/**pag**/
.pag{
    padding-bottom: 15px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pag li{
    margin: 0 3px;
    color: #1c1c1c;
    font-size: 14px;
}

.pag li a, .pag li span{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-align: center;
}

.pag li.active span{
    color:#fff;
	background:#000;
}


.pag li.first a,
.pag li.last a{
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 0;

}

.pag li.first a:hover,
.pag li.last a:hover{
    color: #06bbf2;
}

.pag li.first a i{
    margin-right: 5px;
}

.pag li.last a i{
    margin-left: 5px;
}

.pag li.active a{
    color: #fff;
    background-color: #06bbf2;
}

.compare {
  margin: 0 12px;
  border-collapse: collapse;
  box-sizing: border-box;
}

.compare tr {

}

.compare th {
  font-family: 'NewMedium', serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--stylecolor);
  line-height: 1.375em;

}

.compare th, .compare td {
  text-align: left;
  height: 50px;
}

.compare td {
  font-size: 16px;
  color: var(--regulartextcolor);
  line-height: 1.375em;
}

.compare tr td:first-child, .compare tr th:first-child {
  font-family: 'ManropeSemibold', sans-serif;
  font-weight: 600;
  padding-left: 33px;
}

.compare tr td:nth-child(2), .compare tr th:nth-child(2) {
  padding-left: 10px;
  padding-right: 10px;
}

.compare tr td:last-child, .compare tr th:last-child  {
  padding-right: 33px;
}

.compare tr td:not(first-child) {
  font-family: 'ManropeRegular', sans-serif;
  font-weight: 400;
  
}

.compare tr td:not(first-child), .compare tr th:not(first-child) {
  width: 38%;
} 

.compare tr th:first-child, .compare tr td:first-child {
  width: 24%;
  min-width: 170px;
} 

.compare tr:nth-child(2n+3) {
  background: #fff;
}
.list-bis {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.list-bis__item {
  padding-right: 30px;
  width: 33.333333%;
  margin-top: 60px;
}

.list-bis__title {
  font-family: 'NewMedium', serif;
  font-weight: 500;
  color: var(--titlecolor);
  font-size: 24px;
  line-height: 1.375em;
}

.list-bis__icon {
  display: inline-block;
  margin-right: 16px;
  color: var(--stylecolor);
  font-family: 'Icons';
  font-size: 24px;
}

.list-bis__text {
  font-size: 16px;
  line-height: 1.375em;
  max-width: 400px;
  margin-top: 16px;
}

.mobile{
	display:none;
}
.desktop{
	display:block;
}
.good__line_end.desktop{
	display:flex;
	margin-bottom:10px;
}


/*****NEW 03.03.21******/
/**BILLBOARD**/
.billboard{
    width: 100%;
    display: block;
    padding-top: 35px;
    padding-bottom: 55px;
    position: relative;
    z-index: 1;
}

.billboard{
    background:#F4F5F7;
}

.billboard .inner{
    position: relative;
    z-index: 2;
}

.billboard .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
	text-align:right;
}

/*.billboard .pic:before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.2);
    position: absolute;
    top: 0;
    left: 0;
}*/

.billboard .pic img, .billboard .pic picture{
    width: 100%;
    height: 100%;
    object-fit: cover;
	
}
.billboard .pic img.img2{
    display:none;
}

.billboard.billboard_min .pic img, .billboard.billboard_min .pic picture{
    height: 100%;
	width:auto;
    object-fit: fill;
	object-position: auto;
}
.billboard.billboard_min .pic{
    text-align:right;
}

.billboard .in{
    min-height: 470px;
    display: flex;
    align-items: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.billboard.billboard_min .in{
    min-height: 250px;
}

.billboard.less .in{
    min-height: 260px;
}

.billboard .title{
    font-weight: bold;
    font-size: 40px;    
    color: #000;
    font-family: 'Swis721Cyrillic BT';

    letter-spacing: 0.195em;
}

.billboard.less .title{
    letter-spacing: normal;
}

.breadcrumbs.black li{
    color: #000;
}

.breadcrumbs.black li:before{
    background: #000;
}

.breadcrumbs.black li a{
    color: inherit;
}

.breadcrumbs.white li{
    color: #fff;
}

.breadcrumbs.white li:before{
    background: #fff;
}

.breadcrumbs.white li a{
    color: inherit;
}

/**COMPANY**/
.company{
    width: 100%;
    display: block;
    padding-top: 55px;
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
}

.company__name{
    width: 100%;
    max-width: 400px;
    padding: 5px 15px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;

    letter-spacing: 0.175em;
    text-align: center;
    background: #000;
    position: absolute;
    top: 55px;
    left: 0;
}

.company .inter{
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

.company p{
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}
.company ul{
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
	margin-left:15px;
}
.company .btn-border{
	margin-bottom:10px;
}
.company__list{
    list-style: none;
}

.company__list li{
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.company__list li:before{
    content: "•";
}

.company__img{
    padding-top: 30px;
}

.company__img .items{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -30px;
}

.company__img .item{
    padding: 0 30px;
    margin-bottom: 55px;
}

.company__img .pic{
    text-align: center;
}

.company__img .pic img{
    max-width: 100%;
}

/**BLACK-BLOCK**/
.black-block{
    width: 100%;
    display: block;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #171717;
    position: relative;
    z-index: 1;
}

.black-block .title-block{
    color: #fff;
}

.partners{
    padding-top: 25px;
    padding-bottom: 25px;
}

.partners .items{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -15px;
	position:relative;
}
.partners .items:before{
    position: absolute;
	content:"";
	width: 100%;
	height: 1px;
	left: 0px;
	top: 0px;
	background: radial-gradient(58.77% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.partners .items:after{
    position: absolute;
	content:"";
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	background: radial-gradient(58.77% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.partners .inner{
    max-width:1000px;
}


.partners .item{
    width: 25%;
    padding: 20px 15px;
	filter: grayscale(1);
}
.partners .item:hover{
    filter: grayscale(0);
}

.partners .item .pic{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .item .pic img{
    max-width: 100%;
    max-height: 100%;
}

.certificate{
    padding-top: 35px;
}

.certificate .carousel-wrap{
   /* max-width: 880px;
    max-width: auto;*/
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
}
.certificate .slick-slide .pic{
    transform: scale(.8);
    margin: 0;
    transition: .3s;
}

.certificate .slick-slide.slick-active.slick-center .pic{
    transform: scale(1.2);
}

.certificate .item{
    padding: 0 15px;
}

.certificate .item .pic{
    height: 430px;
	
}

.certificate .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.carousel_certificate_1 .slick-prev,
.carousel_certificate_1 .slick-next{
    top: auto;
    transform: none;
    bottom: 0;
}

.carousel_certificate_1 .slick-prev{
    left: 0;
}

.carousel_certificate_1 .slick-next{
    right: auto;
    left: 110px;
}

.slider__counter{
    width: 80px;
    position: absolute;
    bottom: -2px;
    left: 29px;
    z-index: 2;
    z-index: 9;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    letter-spacing: 2px;
}

.certificate .slider__counter{
	left: 50%;
	transform: translateX(-50%);
	bottom:-20px;
}
.carousel_certificate_1 .slick-next{
	bottom:-18px;
	left: 50%;
	transform: translateX(30px);
}
.carousel_certificate_1 .slick-prev{
	bottom:-18px;
	left: 50%;
	transform: translateX(-60px);
}
.dots-white .slick-dots li{
    margin: 0 5px;
}

.dots-white .slick-dots li button{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
}

.dots-white .slick-dots li.slick-active button{
    background-color: #fff;
}

.arrows-white .slick-prev,
.arrows-white .slick-next{
    width: 12px;
    height: 20px;
}

.arrows-white .slick-prev{
    background-image: url(../img/certificate/prev.svg)!important;
}


.arrows-white .slick-next{
    background-image: url(../img/certificate/next.svg)!important;
}

.appendControls{
    min-width: 270px;
    padding: 0 35px;
    position: relative;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.appendControls .slick-prev,
.appendControls .slick-next{

}

.appendControls .slick-prev{
    left: 0;
}

.appendControls .slick-next{
    right: 0;
}

.appendControls .slick-dots{
    position: relative;
    bottom: 3px;
}

.content__first{
    width: calc(100% - 490px);
    padding-right: 140px;
}

.content__second{
    width: 490px;
    flex-shrink: 0;
    padding-top: 50px;
}

.content__sub{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
    color: #000;

    font-family: 'Swis721Cyrillic BT';
}

.papers{

}

.papers .item{
    margin-bottom: 60px;
}

.papers .title{
    margin-bottom: 15px;
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 40px;
    color: #000;
    letter-spacing: 0.195em;
}

.papers .title a{
    color: inherit;
}

.papers .title a:hover{
    text-decoration: underline;
}

.papers__line{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.papers__line > div{
    margin: 10px 0;
    position: relative;
}

.papers__line > div:nth-child(2){
    padding-left: 18px;
}

.papers__line > div:nth-child(2):before{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
}

.papers .author{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;    
    color: #000;

    letter-spacing: 0.08em;
}

.papers .date{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;    
    color: #000;

    letter-spacing: 0.08em;
}

.papers .pic{
    height: 540px;
    margin-bottom: 25px;
}

.papers .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.papers p{
    margin-bottom: 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
}

.announc{
    margin-bottom: 55px;
}

.announc .item{
    margin-bottom: 55px;
}

.announc .item .in{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.announc .item .left{
    width: calc(100% - 174px);
    padding-right: 30px;
}

.announc .item .title{
    font-weight: bold;
    font-size: 16px;
    font-family: 'Swis721Cyrillic BT';
    color: #333;
}

.announc .item .title a{
    color: inherit;
}

.announc .item .title a:hover{
    text-decoration: underline;
}

.announc .item .pic{
    width: 174px;
    height: 116px;
}

.announc .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.announc .content__sub{
    margin-bottom: 80px;
}

.feedback{
    border: 1px solid #E1E1E1;
}

.feedback .item{
    border-top: 1px solid #E1E1E1;
}

.feedback .item:first-child{
    border: none;
}

.feedback .item .in{
    display: flex;
    align-items: center;
    min-height: 92px;
    padding: 10px 15px 10px 108px;
    color: #18181A;
    font-weight: 500;
    font-size: 15px;
    color: #18181A;

    letter-spacing: 0.2em;
    transition: .3s;
    position: relative;
}

.feedback .item .in:before{
    content: "";
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
}

.feedback .item_1 .in:before{
    background-image: url(../img/papers/feedback_1.svg);
}

.feedback .item_2 .in:before{
    background-image: url(../img/papers/feedback_2.svg);
}

.feedback .item_3 .in:before{
    background-image: url(../img/papers/feedback_3.svg);
}


.feedback .item .in:hover{
    opacity: .7;
}

/**STATE**/
.state{
    width: 100%;
    display: block;
    padding-top: 55px;
    padding-bottom: 85px;
    position: relative;
    z-index: 1;
}

.state__chisel{
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5px 15px 5px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;

    letter-spacing: 0.175em;
    text-align: center;
    background: #000;
    position: absolute;
    top: 55px;
    left: 0;
}

.state__chisel > div{
    margin: 10px 0;
    position: relative;
}

.state__chisel > div:nth-child(2){
    padding-left: 18px;
}

.state__chisel > div:nth-child(2):before{
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
}

.state__chisel .author{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;    
    color: #fff;

    letter-spacing: 0.08em;
}

.state__chisel .date{
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;    
    color: #fff;

    letter-spacing: 0.08em;
}


.state .inter{
    max-width: 920px;
    margin: 0 auto;
    position: relative;
}

.state p{
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

.state .pic_main{
    margin: 60px 0;
}

.state .pic_main img{
    width: 100%;
}

.state__item{
    padding-top: 35px;
    padding-bottom: 35px;
}

.state__item.reverse .cols{
    flex-direction: row-reverse;
}

.state__item .col:nth-child(1){
    width: 430px;
    flex-shrink: 0;
}

.state__item .col:nth-child(2){
    width: calc(100% - 430px);
}

.state__item .pic{
    margin-right: -29vw;
}

.state__item.reverse .pic{
    margin-left: -29vw;
    margin-right: 0;
}

.state__item .pic img{
    width: 100%;
}

.state .quote{
    max-width: 340px;
    padding-left: 20px;
    font-weight: bold;
    font-size: 24px;
    color: #000;
    border-left: 4px solid #000;
}

.state__item .vert{
    height: 100%;
    display: flex;
    align-items: center;
}

.menu-cat__cols{
    display: flex;
    flex-wrap: wrap;
}

.menu-cat__left{
    width: 280px;
    flex-shrink: 0;
}

.menu-cat__cols .menu-cat__items{
    width: calc(100% - 280px);
}

.menu-cat__item{
    margin-bottom: 25px;
}

.menu-cat__item.w20{
    width: 20%;
}

.menu-devide{
    width: 236px;
    height: 224px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 25px;
    background-repeat: no-repeat;
    background-color: #C4C4C4;
    background-size: cover;
}

.menu-devide .title{
    width: 100%;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    font-family: 'Swis721Cyrillic BT';
    color: #000;
	text-transform: uppercase;
}

.menu-devide .btn{
    margin-left: auto;
}

.btn-small{
    min-height: 36px;
    font-size: 14px;
}

.advatages_inner .item .in{
    max-width: 540px;
}

.category__group{
    margin-bottom: 45px;
	width:100%;
}

.good__act{

}

.good__act .item:first-child{
    width: 40%;
}
.good__act .item:nth-child(2){
    text-align:right;
}

.good__act .item{
    width: 20%;
}

.good__act .item .btn-buy{
    width: 100%;
}

.devide .items{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.devide .item{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 45px;
}

.devide .item .in{

}

.devide .item .pic{
    height: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin-bottom: 15px;
    position: relative;
    background: #F4F5F7;
}

.devide .item .pic img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.devide .item .pic .overlay{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: .3s;
    opacity: 0;
}

.devide .item .pic:hover .overlay{
    opacity: 1;
}

.devide .item .more{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.devide .item .more i{
    font-size: 12px;
    margin-left: 5px;
}

.devide .item .title{
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-align: center;
}

.devide .item .title a{
    color: inherit;
    transition: .3s;
}

.devide .item .title a:hover{
    opacity: .8;
    text-decoration: underline;
}

.good__act_top{
    padding-top: 30px;
}

.slider__good_half .slider__good__left{
   
    padding-right: 22px;
    padding-top: 12px;
}

.slider__good_half .slider__good__right{
    
}

.slider__good_half .slider__good__left .slick-slider{
    width: 100%;
}

.slider__good_half .slider__good__left .pic{
    height: 100px;
}

.slider__good_half .slider__good__right .pic{
    height: 500px;
}



.slider__good__right .pic img{
    object-fit: cover;
    
}
.slider__good__right .pic .pic__right img{
    object-fit: contain;

}

.slider__good__right .pic__right{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    padding: 20px;
}
.slider__good__right .pic__item{
	width:50%;
}
.slider__good__right .pic__right img{
    max-width: 100%;
    max-height: 100%;
}


.good__head .col:nth-child(1){
    width: 55%;
}

.good__head .col:nth-child(2){
    width: 45%;
}

.book{
    background: #F4F5F7;
    position: relative;
}

.book__back{
    position: relative;
    z-index: 1;
	width:100%;
}

.book__back .pic{
    height: 900px;
}

.book__back .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.book__front{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.book .inner{
    height: 100%;
}

.book .container{
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
}

.book .chisel{
    width: 980px;
    padding: 20px 35px 30px;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

.book .title{
    margin-bottom: 20px;
    padding-right: 45px;
    padding-right: 40px;
    font-weight: bold;
    font-size: 40px;
    color: #000;
    letter-spacing: 0.195em;
}

.arrowBook{
    width: 138px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 35px;
}

.arrowBook .slick-prev,
.arrowBook .slick-next{
    
}

.arrowBook .slick-prev{
    left: 0;
}

.arrowBook .slick-next{
    right: 0;
}

.book .slick-dots{
    margin: 0 -2px;
    position: relative;
    bottom: auto;
    text-align: left;
}

.book .slick-dots li{
    margin: 0;
    padding: 0 2px;
}

.book .slick-dots li button{
    width: auto;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 20px;
    border-radius: 0;
    text-indent: 0;
    font-weight: 300;
    font-size: 16px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: #000;
    background: transparent;
    border: 1px solid transparent
}

.book .slick-dots li.slick-active button{
    background: transparent;
    border-color: #000;
}

.book .slick-dots li button:before{
    display: none;
}

.appendcCounter{
    position: relative;
}

.appendcCounter .slider__counter{
    bottom: -30px;
}

.select2-dropdown{
    background: #fff;
    padding: 0;
}

.select2-results__option{
    padding: 17px 18px;
    border-bottom: 1px solid #E1E1E1;    
    position: relative;
}

.select2-results__option:last-child{
    border: none;
}

.select2-results__option:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.select2-results__option:hover{
    color: #000!important;
    background-color: transparent!important;
    opacity: 1!important;
}

.sel{
    position: relative;
}

.sel__toggle{
    min-height: 55px;
    display: flex;
    align-items: center;
    padding: 3px 35px 3px 18px;
    position: relative;
    transition: .3s;
    cursor: pointer;
    color: #333;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    background: #F8F8F8;
    border: 1px solid #E1E1E1;
}

.sel__toggle:before{
    content: "";
    width: 8px;
    height: 4px;
    background: url(../img/good/down.svg) no-repeat;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: .3s;
}

.sel__toggle.active:before{
    transform: translateY(-50%) rotate(180deg);
}

.sel__drop{
    width: 100%;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    border: 1px solid #E1E1E1;
    border-top: 0;
}

.sel ul{
    list-style: none;
/* 	overflow-x: visible;
	overflow-y: scroll;
	max-height: 500px; */
}

.sel ul li{
    color: #333;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #E1E1E1;  
}

.sel ul li:last-child{
    border: none;
}

.sel ul li a{
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    padding: 3px 18px;
    position: relative;
    transition: .3s;
}

.sel ul li a:hover{
    color: #ccc;
}

.sel ul li a:before{
    content: "";
    width: 2px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.sel__img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-left: 10px;
}

.sel__pic{
    width: 170px;
    height: 170px;
    display: block;
    object-fit: cover;
    border: 1px solid #000;
    position: absolute;
    top: 0;
    left: 100%;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
}

.sel ul li:hover .sel__pic{
    opacity: 1;
}

.good__price{
    white-space: nowrap;
}

.dotsBookLink a{
	width: auto;
	min-height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 20px;
	border-radius: 0;
	text-indent: 0;
	font-weight: 300;
	font-size: 16px;
	font-family: 'HelveticaNeueCyr', sans-serif;
	color: #000;
	background: transparent;
	border: 1px solid transparent;
}
.dotsBookLink a.active{
	background: transparent;
	border-color: #000;
}


.podtitle{
	font-size:24px;
}

.search-block-2{
	margin:30px 0;
}

.line-docs{
	padding:19px;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	border-bottom:1px solid #000;
}
.line-docs div.line-docs-dc{
	margin-top:24px;
	color:#333333;
	display:none;
}

.line-docs > a{
	position:relative;
	display:block;
}

.line-docs.active div.line-docs-dc{
	display:block;
}

.line-docs > a:after{
    content: "";
    width: 5px;
    height: 8px;
    background: url(../img/products/down.svg);
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(90deg);
}

.line-docs.active > a:after{
    transform: translateY(-50%) rotate(-90deg);
}

.sub_item .items{
	display:flex;
	flex-wrap:wrap;
}
.sub_item{
	margin-bottom:40px;
}
.sub_item .items .item{
	width:433px;
	border:1px solid #000;
	padding:40px;
	margin:10px;
}
.sub_item .items .item a{
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	display:block;
}
.sub_item .items .item p{
	font-weight: 300;
	font-size: 18px;
	margin:20px 0;
}
.project-vibor-header{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	margin:0 -15px 40px;
}
.project-vibor-header .icon {
    padding-left: 30px;
    padding-right: 20px;
	display:inline-block;
	position: relative;
}
.project-vibor-header .col{
	color:#333333;
}
.project-vibor-header .col .place::before {
    background-image: url(../img/project/place.svg);
}
.project-vibor-header .col .icon::before {
    content: "";
    width: 22px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.project-vibor-header .col.card__logo{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.project-vibor-header .col.card__logo img{
	max-width:80px;
	max-height:80px;
	
}
.project-vibor-header .col.card__logo div{
	padding-left:10px;
}

.slider__project__top .pic{
    height: 600px;
}
.slider__project__bottom .pic{
    height: 150px;
}
.slider__project__bottom{
    margin:0 -20px;
	margin-top:40px;
    margin-bottom:80px;
	
}
.slider__project__bottom .pic__item{
   padding:0 20px;
}

.slider__project__top .pic img,
.slider__project__bottom .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__project__bottom .slick-slide.slick-current.slick-active .pic{
    opacity: .55;
}

.items-project-products{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.items-project-products .item{
	width:25%;
	display:block;
	padding:15px;
}
.vibor-podsmotreno .item{
	width:20%;
}

.items-project-products .item .pic{
	width:100%;
	height: 254px;
	margin-bottom:25px;
}
.items-project-products .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.items-project-products .item .title{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
}
.items-project-products .item .date{
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;
	margin-top:10px;
}
.items-project div{
	text-align:center;
}




.download-pdf {
    padding-left: 30px;
    padding-right: 20px;
	display:inline-block;
	position: relative;
}
.download-pdf span{   
	display:inline-block;
	line-height:1.5em;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
}

.download-pdf::before {
    background-image: url('../img/pdf-2 1.svg');
}
.download-pdf::before {
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}


/**PROJECT*
.project-block{
    width: 100%;
    display: block;
    padding-top: 40px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}*/

.podsmotreno{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.podsmotreno_left{
    width: calc(100% - 500px);
}

.podsmotreno_right{
    width: 500px;
    flex-shrink: 0;
    padding-left: 28px;
}

.podsmotreno .pic__item{
    padding-bottom: 28px;
}

.podsmotreno_left .pic{

}

.podsmotreno_right h2{
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;

	color: #000000;
}

.podsmotreno_right .pic{
    height: 150px;
}

.podsmotreno_left .pic img,
.podsmotreno_right .pic img{
    width: 100%;
    max-height: 600px;
    object-fit: contain;
}

.podsmotreno_right .slick-slide.slick-current.slick-active .pic{
    opacity: .55;
}

.hashteg{
	display:flex;
	padding:5px 0 25px;
	margin:0 -15px 10px;
	flex-wrap:wrap;
}
.hashteg .item-hash{
	font-weight: 500;
	font-size: 15px;
	color: #4A6987;
	padding:0 15px;
}

.hashteg .item-hash span{
	line-height:1.5em;
	display:inline-block;
	border-bottom: 1px dotted #000000;
}


/***NEW***/

/**L-INTRO**/
.l-intro{
    width: 100%;
    display: block;
    position: relative;
    background: #F4F5F7;
    z-index: 1;
    overflow: hidden;
}

.l-intro .inner{
    padding-top: 40px;
    padding-bottom: 40px;
    height: 600px;
    position: relative;
    z-index: 2;
}

.l-intro .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.l-intro .pic img{
    max-width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.l-intro .cols{
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    z-index: 1;
}

.l-intro .col:nth-child(1){
    width: 680px;
    flex-shrink: 0;
}

.l-intro .title{
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 40px;
    color: #000;
    line-height: 1.2;
}

.l-intro .img{

}

.l-intro .img img{
    max-width: 100%;
}

.l-intro .fot{
    padding: 25px 0 25px 24px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-style: italic;
    border-left: 6px solid #000;
    position: absolute;
    bottom: 40px;
    right: 15px;
}

/**L-INSIDE**/
.l-inside{
    width: 100%;
    display: block;
    padding-top: 160px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.l-inside .items{
    display: flex;
    flex-wrap: wrap;
}

.l-inside .item{
    width: 50%;
}

.l-inside .item .in{
    display: flex;
    flex-wrap: wrap;
    min-height: 379px;
}

.l-inside .item.reverse .in{
    flex-direction: row-reverse;
}

.l-inside .item .pic{
    width: 50%;
    min-height: 100%;
}

.l-inside .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.l-inside .item .text{
    width: 50%;
    min-height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 35px 40px 45px;
}

.l-inside .item p{
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    color: #333;
}

/**L-WHOME**/
.l-whome{
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.l-whome .sub{
    max-width: 655px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 24px;
    color: #333;
    text-align: center;
}

/**L-HOW**/
.l-how{
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.l-how .sub{
    max-width: 620px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 24px;
    color: #333;
    text-align: center;
}

.l-how .container{
    position: relative;
}

.l-how .pic{
    width: 45%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.l-how .pic img{
    width: 100%;

}

.l-how .container .inner{
    position: relative;
    z-index: 2;
}

.l-how .right{
    width: 50%;
    margin-left: auto;
    padding-top: 85px;
}

.l-form input::-webkit-input-placeholder {
    color: #B0B0B0;
    opacity: 1;
}
.l-form input:-moz-placeholder {
    color: #B0B0B0;
    opacity: 1;
}
.l-form input::-moz-placeholder {
    color: #B0B0B0;
    opacity: 1;
}
.l-form input:-ms-input-placeholder {
    color: #B0B0B0;
    opacity: 1;
}

.l-form{

}

.l-form .form-group{
    margin-bottom: 40px;
}

.l-form__cols{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.l-form__col{
    width: 50%;
    padding: 0 15px;
}

.l-label{
    margin-bottom: 5px;
    font-family: 'Swis721Cyrillic BT';
    font-weight: bold;
    font-size: 16px;
    color: #000;
}


.l-form input[type='text'],
.l-form input[type='password'],
.l-form input[type='search']{
    width: 100%;
    height: 40px;
    padding: 0 14px;
    color: #333;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BCBCBC;
    transition: .3s;
}

.l-form textarea{    
   width: 100%;
    height: 40px;
    padding: 0 14px;
    color: #333;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 16px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #BCBCBC;
    transition: .3s;
}

.l-form .bottom{
    display: flex;
    justify-content: space-between;
}

.l-agree{
    max-width: 395px;
    position: relative;
    padding-left: 40px;
    font-weight: 300;
    font-size: 12px;
    color: #000;
}

.l-agree a{
    color: #4A6987;
}

.l-agree:before{
    content: "";
    width: 22px;
    height: 20px;
    background: url(../img/l-how/check.svg) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}   

.l-btn{
    min-height: 52px;
    padding: 2px 25px 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #006013;
    border-radius: 3px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-family: 'Swis721Cyrillic BT';

    box-shadow: 0px 8px 12px 0px rgba(1, 81, 17,.7);
}

.l-btn:hover,
.l-btn:active{
    background: #015111;
}

.l-form .l-btn{
    min-width: 270px;
    flex-shrink: 0;
}

/**L-STEP**/
.l-step{
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}

.l-step .item{
    margin-bottom: 50px;
}

.l-step .item .cols{
    align-items: center;
}

.l-step .item:nth-child(even) .cols{
    flex-direction: row-reverse;
}

.l-step .item .col{
    width: 50%;
}

.l-step .item .pic{

}

.l-step .item .pic img{
    max-width: 100%;
}

.l-step .item .pic.top img{
    transform: translateY(-85px);
}

.l-step .item .text{
    min-height: 370px;
    display: flex;
    align-items: center;
    padding: 35px 30px 35px 45px;
}

.l-step .item:nth-child(even) .text{
    padding-left: 180px;
}

.l-step .item .title{
    margin-bottom: 35px;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Swis721Cyrillic BT';
    color: #333;
}

.l-step .item p{
    max-width: 360px;
    font-weight: 300;
    font-size: 18px;
    color: #333;
}








.toggle {
    position: relative;
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translate3d(0, 0, 0);
}

.toggle:before {
    content: "";
    position: relative;
    top: 3px;
    left: 3px;
    width: 34px;
    height: 14px;
    display: block;
    background: rgba(34, 31, 31, 0.26);
    border-radius: 8px;
    transition: background .2s ease;
}

.toggle span {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    display: block;
    background: white;
    border-radius: 10px;
    box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
    transition: all .2s ease;
}

.toggle span:before {
    content: "";
    position: absolute;
    display: block;
    margin: -18px;
    width: 56px;
    height: 56px;
    background: rgba(79, 46, 220, 0.5);
    border-radius: 50%;
    transform: scale(0);
    opacity: 1;
    pointer-events: none;
}

.cbx:checked + .toggle:before {
    background: rgba(74, 105, 135, 0.5);
}

.cbx:checked + .toggle span {
    background: #4A6987;
    transform: translateX(20px);
    transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
    box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
}

.cbx:checked + .toggle span:before {
    transform: scale(1);
    opacity: 0;
    transition: all .4s ease;
}
.line-check{
	width: 100%;
	height: 55px;
	padding: 0 20px;
	color: #333;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 16px;
	background-color: #F4F5F7;
	border: none;
	transition: .3s;
	
}

.line-check.cols{
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	align-items: center;
	color: #333333;
	margin-bottom:20px;
	flex-wrap: nowrap;
}
.line-check.cols .col:nth-child(2){
	padding-left:23px;
}

.show_contacts{	
	font-family: 'Swis721Cyrillic BT', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	align-items: center;
	color: #4A6987;
	position:relative;
	padding-right:30px;
	display:none;
}
.show_contacts:before{
	display:block;
	content:"";
	background:url('../img/more.svg') no-repeat;
	width: 12px;
	height: 8px;
	position:absolute;
	right:0;
    top: 50%;
    transform: translateY(-50%);
}

.social_group .items{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:0 -10px;
}
.social_group .items .item{
	width:50%;
	padding:10px;
}
.social_group .items .item .in{
	box-shadow: 0px 9px 22px rgba(0, 0, 0, 0.04);
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
}
.social_group .items .item .pic{
	width:174px;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:200px;
}
.social_group .items .item .overlay{
	width:calc(100% - 174px);
	padding:10px 30px;
}

.social_group .items .item .overlay .date{
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 26px;
	letter-spacing: 0.2px;
	color: #777777;
}
.social_group .items .item .overlay .title{
    font-family: 'Swis721Cyrillic BT';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.1px;
	color: #000000;
	margin:10px 0;
}
.social_group .items .item .overlay .desc{
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
}
.social_group .items .item .overlay .link{
	font-family: 'Swis721Cyrillic BT';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	color: #4A6987;
	margin-top:10px;
}





.slider__good_project .pic{
    height: 150px;
}
.slider__good_project{
    margin:0 -10px;

	
}
.slider__good_project .pic__item{
   padding:0 10px;
}

.slider__good_project .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__good_project .slick-slide.slick-current.slick-active .pic{
    opacity: .55;
}

h1.title_good{
	font-family: 'Swis721Cyrillic BT';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
	margin-bottom:20px;
}

.good__head_top{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #DDDDDD;
}

.good_act_1{
	box-shadow: -46px 0px 32px rgba(0, 0, 0, 0.09);
	padding: 20px 0;
}

.good_act_a123{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:99;
	    background: #fff;
}


.items_gar{
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	margin:0 -30px;
}

.items_gar .item{
	width:33.3%;
	padding:40px;
	padding-top:10px;
	display:flex;
	align-items:center;
}
.items_gar .item img{
	margin-right:20px;
}
.items_gar .item:last-child{
	justify-content: right;;
}
.items_gar .item:last-child img{
	margin-right:0;
}

.pic_noproduct{
	display:flex;
	align-items: center;
}
.pic_noproduct div{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

.gallery_razv{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
}
.gallery_razv div{
	padding:10px;
	width:25%;
}
h2.title_block{
	font-weight:bold;
}
.gallery_razv div a{
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
}

.project-book-vibor  .items .title{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #000000;
	margin:10px 0;
}



.book{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
	background:#fff;
}

.book_left{
    width: 500px;
}

.book_right{
    width: calc(100% - 500px);
    flex-shrink: 0;
    padding-left: 90px;
}

.book .pic__item{
    padding-bottom: 28px;
}

.book_left .pic{

}

.book_right h2{
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 18px;

	color: #000000;
}

.book_right .pic{
    height: 150px;
}

.book_right .item1{
   padding:0 10px;
   overflow:hidden;
}
.book_right .item1 .pic{
   border:1px solid transparent;
   overflow:hidden;
}
.book_right .item1.slick-current .pic{
   border:1px solid #000;
   opacity:1 !important;
}

.book_left .pic img,
.book_right .pic img{
    width: 100%;
    object-fit: contain;
	display: block;
}

.book_right .slick-slide.slick-current.slick-active .pic{
    opacity: .55;
}
.fileTitle{
	font-size: 16px;
	margin:20px 0;
	text-align:center;
}


.order_dpw{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    z-index: 9;
	margin-bottom:30px;
	z-index:999;
}

.order__wrap, .order-wrap{
    position: relative;
	z-index:999;
}

.order__sub{
    color: #000;
    font-size: 16px;
    margin-right: 5px;
}

.order__toggle{
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    cursor: pointer;
}

.order__toggle span{
    margin-left: 5px;
    font-weight: bold;
}

.order__toggle i{
    font-size: 12px;
    margin-left: 7px;
    transform: translateY(-1px);
}

.order__drop{
    min-width: 300px;
    background: #fff;
    border-radius: 4px;
    padding: 10px 15px;
    position: absolute;
    top: 100%;
    left: -20px;
    transform: translateY(10px);
    display: none;
	z-index:9999;
	box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.16);
}

.order__drop ul{
    list-style: none;
    text-align: left;
}

.order__drop ul li{
    padding: 8px 0;
    color: #000;
    font-size: 16px;
}

.order__drop ul li a{
    display: block;
    padding: 3px 0;
    color: inherit;
}


.slider__podsm .slick-prev,
.slider__podsm .slick-next{
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: .3s;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #000000;
	border-radius:50%;
}

.slider__podsm .slick-prev{
    left:-15px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: rgba(255, 255, 255, 0.8)!important;
	background-image: url(../img/good/prev.svg)!important;
}

.slider__podsm .slick-next{
	right:-15px;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-color: rgba(255, 255, 255, 0.8)!important;
    background-image: url(../img/good/next.svg)!important;
}
.slider__good_1 .pic{
	display:flex;
	overflow:hidden;
	flex-wrap:wrap;
	align-items:center;
}
.slider__good_1 .pic .pic__item{
	position:relative;
	overflow:hidden;
	width:50%;
	height:500px;
}
.slider__good_1 .pic .pic__item.pic__right{
	
}
.slider__good_1 .pic .pic__item img{
	max-height:100%;
}
.slider__good_1 .pic__item .title{
	background: rgba(0, 0, 0, 0.75);
    padding: 6px 20px;
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	font-family: 'Swis721Cyrillic BT';
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
}
.slider__good_1 .pic__item .title span{	
	font-family: "HelveticaNeueCyr";
	font-weight: 300;
	font-size: 15px;
	letter-spacing: 0.28em;

	display:block;
}
