.header-down {
	padding-bottom: 134px;
}
.container__head {
	margin-bottom: 20px;
}
.container__head h2{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
}
.container__head .arrow-prev {
	width: 32px;
	height: 32px;
	border:none;
	background: url(../image/icon/left-arrow.png) !important;
	position: relative;
	left: 0;
}
.container__head .arrow-prev:before {
	content: ''
}
.container__head .arrow-next {
	width: 32px;
	height: 32px;
	border:none;
	background: url(../image/icon/right-arrow.png) !important;
	position: relative;
	right: 0;
}
.container__head .arrow-next:before {
	content: ''
}
/* start banner */
.banner {
	position: relative;
	z-index: 1;
	margin-top: -95px;
}
.banner .container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
}
.banner-item {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 39px 48px 24px 39px;
	position: relative;
}
.banner-item h2{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
	margin-bottom: 28px;
	max-width: 292px;
	position: relative;
	z-index: 2;
}
.banner-item h3{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #494949;
	margin-bottom: 35px;
	max-width: 292px;
	position: relative;
	z-index: 2;
}
.banner-item p{
	font-weight: normal;
	font-size: 10px;
	line-height: 17px;
	color: #455B7B;
}
.banner-item a{
	font-weight: normal;
	font-size: 10px;
	line-height: 17px;
	color: #455B7B;
	transition: 200ms linear;
}
.banner-item p a:hover {
	color: #F8DB48;
}
.banner-item img{
	width: 243px;
	max-height: 167px;
	object-fit: contain;
	position: absolute;
	right: 34px;
	top: 39px;
	z-index: 1;
}
.banner-item .btn-yellow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	position: relative;
	z-index: 2;
}
.step-selection {
	margin-top: 25px;
	margin-bottom: 22px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 28px;
	align-items: center;
}
/* end banner */
/* start catalog-items */
.catalog-items {
	margin-top: 60px;
}
.catalog-items .grid-wrap{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.catalog-item {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	
}
.catalog-item a{

}
.catalog-item p{
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #494949;
	transition: 200ms linear;
	padding-bottom: 21px;
}
.catalog-item span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 140px;
}
.catalog-item img{
	width: auto;
	height: auto;
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
	transition: 200ms linear;
}
.catalog-item:hover p{
	color: #F8DB48;
}
.catalog-item:hover img {
	transform: scale(1.1);
}
/* end catalog-items */
/* start products-week  */
.products-week {
	margin-top: 80px;
}
/*.products-week .container {
	max-width: 1200px;
}*/
.products-week .container__head{
	display: grid;
	grid-template-columns: auto 32px 32px;
	grid-gap: 20px;
	align-items: center;
	margin-bottom: 0;
}
.products-week__slider {
	width: calc(100% + 20px);
	margin: 20px auto 20px 0px;
}
.products-week__slider .slick-list{
	position: relative;
	z-index: 2;
}
.products-week__slider:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	width: calc(100% - 20px);
	height: 100%;
	z-index: 1;
	box-shadow: 0px 0px 50px rgba(194, 198, 205, 0.49);
	background: rgba(194, 198, 205, 0.22);
}
.products-week__slider .slick-slide:focus {
	outline: none;
}
.products-week__slide {
	padding: 26px;
	background: #fff;
	/*box-shadow: 0px 0px 30px rgba(194, 198, 205, 0.49);*/
	/*border:1px solid rgba(194, 198, 205, 0.49);*/
	border-radius: 10px;
	margin: 0 10px;
	width: 255px;
}
.products-week__slide span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 125px;
}
.products-week__slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products-week__slide h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	margin-bottom: 10px;
}
.products-week__slide p{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
.products-week__slide a{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
/* end products-week  */
/* start banner-slider  */
.banner-slider {
	margin-top: 90px;
}
.banner-slider .container.slick-slider{
	max-width: 1130px;
	margin-bottom: 36px;
	position: relative;
	padding: 0 10px;
}/*
.banner-slider .slick-list {
	padding: 20px 0;
}*/
.banner-slider .slick-dots {
	left: 0;
	bottom: -48px;
}
.banner-slider .slick-dots li button {
	padding: 0;
	width: 8px;
	height: 8px;
	background: #494949;
	border-radius: 50%;
}
.banner-slider .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 6px;
	border-radius: 50%;
}
.banner-slider .slick-dots li.slick-active button {
	background: #F8DB48;
}
.banner-slider .slick-dots li button:before {
	display: none;
}
.banner-slider .container:after {
	content: '';
	position: absolute;
	left: 10px;
	top: 0;
	width: calc(100% - 20px);
	height: 100%;
	z-index: 1;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	background: rgba(0, 0, 0, 0.07);
}
.banner-slider .slick-list {
	z-index: 2;
}
.banner-slider__slide {
	background: #fff;
	/*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);*/
	/*border:1px solid rgba(0, 0, 0, 0.15);*/
	border-radius: 10px;
	display: grid !important;
	grid-template-columns: 1fr 143px;
	align-items: center;
	margin: 0 10px;
	background: #fff;
}
.banner-slider__text {
	padding: 40px 0 20px 30px;
}
.banner-slider__text h3{
	font-weight: bold;
	font-size: 18px;
	line-height: 29px;
	text-transform: uppercase;
	color: #455B7B;
	max-width: 312px;
}
.banner-slider__text p{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	max-width: 312px;
}
.banner-slider__text a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 156px;
	height: 44px;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #455B7B;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s ease-in-out;
  	transition: 0.5s ease-in-out;
}
.banner-slider__text a:hover {
	color: #fff;
}
.banner-slider__text a span {
	position: relative;
	z-index: 2;
}
.banner-slider__text a:before, .banner-slider__text a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.banner-slider__text a:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #455B7B;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.banner-slider__text a:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #455B7B;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.banner-slider__text a:hover:before {
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
}
.banner-slider__text a:hover:after {
  -webkit-transform: translateX(49%);
          transform: translateX(49%);
}
.banner-slider__image {
	background: #608BCA;
	background: url(../image/banner-slider/Rectangle72.png);
	border-radius: 0px 10px 10px 0px;
	width: 143px;
	height: 100%;
}
.banner-slider__image span{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
.banner-slider__image img{
	position: absolute;
	right: 26px;
	width: 168px;
	height: 168px;
	object-fit: contain;
}
/* end banner-slider  */
/* start news-feed  */
.news-feed {
	margin-top: 160px;
}
.news-feed .container__head{
	display: grid;
	grid-template-columns: 1fr auto auto auto;
	grid-gap: 0;
	align-items: center;
}
.news-feed .container__head .arrow-prev {
	margin: 0 20px;
}
.news-feed .container__head a{
	font-weight: 500;
	font-size: 12px;
	line-height: 32px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #494949;
	position: relative;
	padding-right: 15px;
	transition: 200ms linear;
}
.news-feed .container__head a:hover {
	text-decoration: none;
}
.news-feed .container__head a:before {
	content: '';
	position: absolute;
	right: 2px;
	top: calc(50% - 4px);
	border: 6px solid #494949;
	border-bottom-width: 4px;
	border-top-width: 4px;
	border-right-width: 0;
	border-bottom-color: transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	opacity: 1;
}
.news-feed .grid-wrap{
	/*display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;*/
	position: relative;
}
.news-feed .grid-wrap:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    width: calc(100% - 20px);
    height: 100%;
    z-index: 1;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
    background: rgba(0, 0, 0, 0.07);
}
.news-feed .slick-list {
	z-index: 2;
	width: calc(100% + 20px);
	margin-left: -10px;
}
.news-feed__item {
	background: #fff;
	/*box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);*/
	border-radius: 10px;
	padding-bottom: 106px;
	overflow: hidden;
	position: relative;
	margin: 0 10px;
}
.news-feed__item span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 140px;
}
.news-feed__item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-feed__item h3{
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	padding: 20px 30px 0 30px;
}
.news-feed__item p{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	padding: 10px 30px 0 30px;
}
.news-feed__item a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 156px;
	height: 44px;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #455B7B;
	margin-top: 30px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s ease-in-out;
  	transition: 0.5s ease-in-out;
}
.news-feed__item a:hover {
	color: #fff;
}
.news-feed__item a span {
	position: relative;
	z-index: 2;
}
.news-feed__item a:before, .news-feed__item a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.news-feed__item a:before {
  right: -50px;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #455B7B;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.news-feed__item a:after {
  left: -50px;
  border-left: 50px solid transparent;
  border-top: 80px solid #455B7B;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.news-feed__item a:hover:before {
  -webkit-transform: translateX(-49%);
          transform: translateX(-49%);
}
.news-feed__item a:hover:after {
  -webkit-transform: translateX(49%);
          transform: translateX(49%);
}
/* end news-feed  */
/* start about  */
.about-sect {
	margin-top: 92px;
}
.about-sect .container{
	display: grid;
	grid-template-columns: auto 420px;
	grid-gap: 0 92px;
}
.about__text h2{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
	margin-bottom: 24px;
}
.about__text p{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
.about__image {
	padding-top: 26px;
}
.about__image span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 371px;
	max-width: 420px;
	width: 100%;
}
.about__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* end about  */
/* start advantages  */
.advantages {
	margin-top: 84px;
}
.advantages h2{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #455B7B;
	margin-bottom: 26px;
	max-width: 681px;
}
.advantages h3{
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	color: #455B7B;
	margin-bottom: 50px;
	max-width: 671px;
}
.advantages h4{
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #455B7B;
	margin-bottom: 8px;
}
.advantages p{
	font-weight: normal;
	font-size: 12px;
	line-height: 24px;
	color: #494949;
}
.advantages span {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 23px;
}
.advantages span img{
	max-width:100%;
	max-height:100%;
}
.advantages span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/*background: url(../image/icon/7567571.png);*/
}
.advantages__items {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 20px;
}
.advantages__item {
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 32px 36px 50px 26px;
}
/* end advantages  */
/* start step-selection */
.step-selection__view {	
}
.step-selection .current{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	height: 46px;
	color: #494949;
	-ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    padding: 10px 40px 10px 17px;
}
.step-selection__wrap {
	position: absolute;
	left: -1px;
	top: calc(100% + 20px);
	max-height: 343px;
	width: 586px;
	background: #fff;
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 29px 26px 29px 45px;
	display: none;
	cursor: default;
	z-index: 5;
}
.step-selection__wrap:after {
	content: '';
	position: absolute;
	left: 185px;
	top: -8.11px;
	width: 16.22px;
	height: 16.22px;
	background: #fff;
	transform: rotate(45deg);
}
.step-selection__wrap {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.search-auto {
	max-width: 287px;
	width: 100%;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D3D3D3;
	padding: 7px 0;
	margin-bottom: 22px;
}
.search-auto input {
	width: 100%;
	height: 26px;
	background: #fff;
	border:none;
}
.search-auto button {
	background: none;
	border:none;
	margin-right: 15px;
}
.search-auto button img {
	position: static;
	width: auto;
	height: auto;
}
.step-selection p{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
}
.custom-scroll h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	color: #B4B4B4;
	margin-bottom: 4px;
	margin-top: 15px;
}
.step-selection > div {
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	position: relative;
	height: 45px;
	cursor: pointer;
	position: relative;
}
.step-selection > div:after{
	content: '';
	position: absolute;
	right: 20px;
	top: calc(50% - 2px);
	border: 6px solid #D3D3D3;
	border-bottom-width: 0px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	opacity: 1;
}
.step-selection ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.step-selection li{
	font-weight: normal;
	font-size: 14px;
	line-height: 26px;
	color: #494949;
	padding: 4px 16px 4px 16px;
	transition: 200ms linear;
	border-radius: 4px;
	cursor: pointer;
}
.step-selection li:hover {
	background: #ECF3FC;
}
.custom-scroll {
	max-height: calc(343px - 41px - 22px - 29px - 29px);
}
.custom-scroll .mCSB_inside>.mCSB_container {margin-right: 0;padding-right: 0;}
.custom-scroll .mCSB_scrollTools {opacity: 1;width: 4px;}
.custom-scroll .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {width: 4px;background: transparent;}
.custom-scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {width: 4px;background: #D3D3D3;}
.custom-scroll .mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #494949;
}/*
.step-selection.choice-model {
	display: none;
}*/
/* end step-selection*/
@media (max-width: 1500px){
	.step-selection__wrap {
		left: auto;
		right: -50px;
	}
	.step-selection__wrap:after {
		left: auto;
		right: 65px;
	}
}
@media (max-width: 991px){
	.container {
		padding: 0 40px;
	}
	.banner-slider .container.slick-slider {
		padding: 0 40px;
	}
	.products-week__slider {
	    width: 100%;
	    margin: 20px auto 20px auto;
	}
	.products-week .container {
		padding: 0;
	}
	.products-week .container__head {
		padding: 0 40px 0 40px;
	}
	.products-week__slider .slick-list {
		padding: 0 40px;
	}
	.products-week__slide {
		width: 255px !important;
	}
	.banner .container {
		grid-template-columns: 100%;
	}
	.banner-item:nth-child(1){
		grid-row: 2;
	}
	.catalog-items .grid-wrap {
		grid-template-columns: 1fr 1fr;
	}
	.banner-slider__slide {
		grid-template-columns: 1fr 188px;
	}
	.banner-slider__image {
		width: 100%;
		background-size: cover;
	}
	.banner-slider__image img {
		right: 88px;
	}
	.news-feed .grid-wrap {
		grid-template-columns: 1fr 1fr;
	}
	.news-feed__item:nth-child(3) {
		display: none;
	}
	.about-sect .container {
		grid-template-columns: 100%;
	}
	.about__image{
		grid-row: 1;
		margin-bottom: 30px;
		padding: 0;
	}
	.advantages__items {
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 767px){
	.banner-slider .container.slick-slider {
		padding: 0;
	}
	.products-week .container__head {
	    padding: 0 20px 0 20px;
	}
	.products-week__slider .slick-list {
		padding: 0 20px;
	}
	.products-week__slide {
	    width: 280px !important;
	    margin: 0 5px;
	}
	.step-selection__wrap:after {
	    right: 18px;
	}
	.container {
		padding: 0 20px;
	}
	.container__head h2 {
		font-size: 16px;
		line-height: 22px;
	}
	.banner-slider .slick-dots {
		bottom: -20px;
	}
	.banner-slider .container.slick-slider {
		margin-bottom: 56px;
	}
	.banner-item {
		padding: 14px 20px 17px 20px;
	}
	.banner-item h2 {
		font-size: 14px;
		line-height: 22px;
	}
	.banner-item img {
		position: static;
	}
	.step-selection {
		grid-template-columns: 100%;
		grid-gap: 2px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.catalog-items .grid-wrap {
	    grid-template-columns: 100%;
	}
	.advantages__items {
	    grid-template-columns: 100%;
	}
	.banner-slider__text {
	    padding: 26px 24px 24px 17px;
	}
	.banner-slider__text h3 {
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
		text-transform: inherit;
	}
	.banner-slider__text p {
		font-weight: normal;
		font-size: 10px;
		line-height: 18px;
	}
	.banner-slider__slide {
	    grid-template-columns: 1fr 78px;
	}
	.banner-slider__image img {
	    right: 8px;
	    width: 103px;
    	height: 105px;
	}
	.news-feed {
	    margin-top: 45px;
	} 
	.about-sect {
	    margin-top: 65px;
	}
	.advantages {
	    margin-top: 60px;
	}
	.banner-slider {
	    margin-top: 0;
	    padding: 0 10px;
	}
	.products-week {
	    margin-top: 35px;
	}
	.news-feed .grid-wrap {
	    grid-template-columns: 1fr;
	}
	.news-feed .container__head {
		grid-template-columns: 1fr auto 32px;
		grid-gap: 5px 10px;
	}
	.news-feed .container__head h2{
		grid-row: 1;
	}
	.news-feed .container__head a {
		grid-column: 2/4;
		grid-row: 1;
	}
	.news-feed .container__head .arrow-prev {
		grid-column: 2;
		margin: 0;
		margin-left: auto;
	}
	.news-feed .container__head .arrow-next {
		grid-column: 3;
		margin-left: auto;
	}
	.news-feed__item:nth-child(2){
		display: none;
	}
	.news-feed__item h3 {
		font-size: 16px;
		line-height: 24px;
	}
	.news-feed__item p {
		font-size: 12px;
		line-height: 24px;
	}
	.about__text h2,
	.advantages h2 {
		font-size: 16px;
	}
	.step-selection__wrap {
		right: -1px;
		width: 100%;
		padding: 20px 20px 20px 20px;
	}
}

.banner-item {}
.banner-item li.hidden {display:none;}
.banner-item h4.hidden {display:none;}
.search-auto-input::-ms-clear {  display: none; width : 0; height: 0; }
.search-auto-input::-ms-reveal {  display: none; width : 0; height: 0; }

.news-page-grid{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
	
}