.hp-wrapper,
.hp-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: inherit;
	min-height: 0;
	min-width: 0;
}
.hp-wrapper img {
	max-width: 100%;
}
.hp-wrapper .nowrap {
	white-space: nowrap;
}
.hp-wrapper .hidden {
	display: none !important;
}

.hp-inner.hp-act-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    max-width: 100%;
}  
.dropdown-toggle::after {
    display: none; 
    content: ""; 
}
.btn-group.show .dropdown-toggle::before { 
    content: ""; 
    background: url(//www.holodilnik.ru/i/actions/intro_pics/bosch_brand_zone_0003.png) 0 0 no-repeat;
}
.btn-group {
    padding-right: 100px;
}
.hp-menu .hp-menu-item1 {
    max-width: 22%;
    min-width: 22%;
    flex-basis: 22%;
}
.hp-menu .hp-menu-item2 {
    max-width: 29%;
    min-width: 29%;
    flex-basis: 29%;
}
.hp-menu .hp-menu-item3 {
    max-width: 27%;
    min-width: 27%;
    flex-basis: 27%;
}
.hp-menu .hp-menu-item4 {
    max-width: 22%;
    min-width: 22%;
    flex-basis: 22%;
}
.hp-menu .hp-menu-item5 {
    max-width: 22%;
    min-width: 22%;
    flex-basis: 22%;
}
.hp-menu .hp-menu-item6 {
    max-width: 29%;
    min-width: 29%;
    flex-basis: 29%;
}
.hp-menu .hp-menu-item7 {
    max-width: 27%;
    min-width: 27%;
    flex-basis: 27%;
}
.hp-menu .hp-menu-item8 {
    max-width: 22%;
    min-width: 22%;
    flex-basis: 22%;
}

.hp-act-menu .dropdown-submenu {
  position: relative;
}

.hp-act-menu .dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.hp-act-menu .dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.hp-act-menu .dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.hp-act-menu .dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.hp-act-menu .dropdown-submenu.pull-left {
  float: none;
}

.hp-act-menu .dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#add_news_button {
    margin: 30px 20px 20px;
}

.hp-slide-item {
    display: block;
    text-align: center;
}

.hp-inner-gr {
    background: linear-gradient(180deg, #DFDFDF 0%, #FFFFFF 36.77%);
    padding-top: 64px;
    position: relative;
}

.hp-wrapper:after {
    content: "";
    background: #D29961;
    height: 10px;
    width: 100%;
    display: block;
    margin-top: 100px;
}
.hp-item-box {
    border-bottom: 1px solid rgb(51 51 51 / 35%);
    padding-bottom: 55px;
    margin-bottom: 30px;
}
.hp-item-box.last {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.hp-inner-or {
    padding-bottom: 20px;
    background: #D29961;
}
.hp-banner-main {
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}
.hp-inner-menu {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
}

.hp-inner-gr:before {
    content: "";
    border-radius: revert;
    width: calc(50% - 555px);
    position: absolute;
    left: 0%;
    top: 0;
    height: 250px;
    background: #d29961;
    border-radius: 0 0 30px 0;
}
.hp-inner-gr:after {
	content:"";
	width: calc(50% - 555px);
	position: absolute;
	right: 0%;
	top: 0;
	height: 250px;
	background: #d29961;
	border-radius: 0 0px 0px 30px;}

.hp-act-menu ul li {
    padding: 0 30px;
}
.hp-act-menu ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.hp-act-menu ul li a img {
    float: none;
    max-height: 24px;
    margin-right: 17px;
    width: 26px;
}

@media (min-width: 1530px) {
	.action-page .container {
	    max-width: 100%;
	    padding-right: 0px;
	    padding-left: 0px;
	}
	.action-page .breadcrumb-wrapper,
	.action-page .catalog.card-product-page { 
	    max-width: 1530px;
	    margin: 0 auto;    
	    padding-right: 30px;
	    padding-left: 30px;
	}
	.tblcell .note1,
	.tblcell .note2  {
	    max-width: 1530px;
	    margin: 30px auto!important;
	    padding-right: 30px;
	    padding-left: 30px; 
	}
} 

.hp-wrapper {  
	background: #fff;
	color: #333;
	line-height: 1.2;
}
.hp-inner {
	max-width: 1530px;
	margin: 0 auto;
	padding: 0 30px;
}
.hp-logo {
	background: #000;
	padding: 20px 10px 15px 10px;
	text-align: left;
}
.hp-logo img {
    width: 220px;
}
.hp-top {
	display: flex;
	justify-content: space-between;
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	margin: 30px 0px;
}
.hp-breadcrumbs,
.hp-menu {
	margin: 0;
	padding: 0 15px;
	color: #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1;
	display: flex;
	flex-wrap: wrap;
}
.hp-breadcrumbs li,
.hp-menu li {
	display: inline-block;
}
.hp-breadcrumbs li a,
.hp-menu li a {
	text-decoration: none;
	color: inherit;
}
.hp-breadcrumbs li a:hover,
.hp-menu li a:hover {
	text-decoration: underline;
	color: inherit;
}
.hp-breadcrumbs li:before {
	content: ' > ';
}
.hp-breadcrumbs li:first-child:before {
	display: none;
}
.hp-menu li {
	padding: 0 10px;
	max-width: 25%;
	min-width: 25%;
	flex-basis: 25%;
	margin-bottom: 15px;
}
.hp-slider {
	position: relative;
	margin-bottom: 0px;
	max-width: 770px;
	margin: 0 auto; 
}
.hp-slide-text {
	max-width: 670px;
}
.hp-slide-title {
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 21px; 
}
.hp-slide-title a {
	color: inherit;
	text-decoration: none;
}
.hp-slide-title a:hover {
	color: inherit;
	text-decoration: underline;
}
.hp-slide-note {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 32px;
}
.hp-button {
	color: #ffffff;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	background: #D29961;
	display: inline-block;
	text-decoration: none;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	min-width: 273px;
	text-align: center;
	border-radius: 11px;
}
.hp-button:hover {
	color: #ffffff;
	background: #B24C24;
}
.hp-black .hp-button,
.hp-slider .hp-button {
	background-color: #ffffff;
	color: #000000;
}
.hp-black .hp-button:hover,
.hp-slider .hp-button:hover {
	color: #000000;
}
.hp-prod .hp-button {
	padding: 0 48px;
}
.hp-slide-image {
	display: none;
}
.hp-cols {
	display: flex;
	margin: 0 -30px;
}
.hp-cols>* {
	min-width: calc(50% - 60px);
	max-width: calc(50% - 60px);
	flex-basis: calc(50% - 60px);
}
.hp-col {
	background-color: #f2f2f2;
	padding: 53px 10px 0;
	margin: 30px 30px;
	text-align: center;
}
.hp-col-title {
	color: #000000;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
        color: #fff;
        padding-bottom: 20px;
        background: linear-gradient(90deg, #DA7C43 0%, #B24C24 100%); 
display:none;
}
.hp-col-title a {
	color: inherit;
	text-decoration: none;
}
.hp-col-title a:hover {
	color: inherit;
	text-decoration: underline;
}
.hp-col-note {
	color: #010101;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 22px;
}
.hp-image img {
	margin: 0 auto;
	border-radius: 30px;
}
.hp-prods {
	text-align: center;
	margin: 0px -10px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.hp-prods>* {
	 min-width: 33.333%;
	 max-width: 33.333%;
	 flex-basis: 33.333%;
	 padding: 0 10px;
	 margin-bottom: 20px;
}
.hp-prods-slider {
	display: block;
}
.hp-prods-slider>* {
	min-width: 0;
	max-width: 100%;
	padding: 0;
}
.hp-prod-item {
	display: block;
	text-decoration: none;
	position: relative;
}
.hp-prod-image {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.hp-prod-title {
	color: #000000;
	font-size: 20px;
	font-weight: 700; 
	margin-bottom: 40px;
}
.hp-prods-menu .hp-prod-title {
	font-size: 19px;
	margin-bottom: 0;
	font-weight: 700;
	position: absolute;
	bottom: 38px;
	width: 230px;
	background: #D29961;
	padding: 10px 10px 10px 10px;
	display: flex;
	height: 70px;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	color: #fff;
	border-radius: 11px;
	left: 50%;
	margin-left: -115px;
}
.hp-prods-menu .hp-prod-title:hover {background: #B24C24;}
.hp-prods-menu .hp-prod-item2 .hp-prod-title {width: 287px;margin-left: -143px;}

.hp-prods .hp-button {
	min-width: 148px;
}
.hp-prods-menu .hp-prod-image {
	margin-bottom: 0;
	border-radius: 30px;
	overflow: hidden;
}
.hp-prods-menu .hp-prod-image img { 
	border-radius: 30px; 
max-height: 472px;
}
.hp-black {
	background-color: #000000;
	padding: 53px 0;
	color: #ffffff;
}
.hp-black .hp-head {
	margin-bottom: 70px;
}

.hp-head img {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.hp-black .hp-item  {
	max-width: 1265px;
}
.hp-items-two .hp-item {
	min-height: 668px;
}
.hp-items-two .hp-item-box:nth-child(odd) {
	background-color: #f2f2f2;
}

.hp-items-white-first .hp-item-box:nth-child(odd)  {
	background: none;
}
.hp-items-white-first .hp-item-box:nth-child(even) {
	background-color: #f2f2f2;
}

.hp-item-box:nth-child(even) .hp-image {
	order: 1;
}
.hp-items-white-first .hp-item-box:nth-child(odd) .hp-image {
	order: -1;
}
.hp-items-white-first .hp-item-box:nth-child(even) .hp-image {
	order: 1;
}

.hp-item .hp-button {
	font-size: 19px;
}
.hp-big-img .hp-item {
    flex-wrap: wrap;
}
.hp-big-img .hp-item>* {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}
.hp-big-img .hp-text-inner {
    max-width: 1280px;
    margin: 35px auto 0 auto;
}
.hp-title a {
	color: inherit;
	text-decoration: none;
}
.hp-descr {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
	line-height: 1.6;
}
.hp-more {
	padding: 36px 0 20px;
	text-align: center;
}
.hp-more .hp-button {
	min-width: 298px;
}
.hp-carousel {
	padding: 10px 0;
}
.hp-carousel-grey {
	background-color: #f2f2f2;
	padding: 40px 0 10px;
	margin-top: 50px;
	position: relative;
}
.hp-videos {
    background: url(//www.holodilnik.ru/i/actions/intro_pics/bosch_brand_zone_0023.jpg) 0 center no-repeat;
    padding: 1px 0 12px;
    color: #ffffff;
    margin-top: 0px;
    background-size: cover;
}
.hp-videos-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -30px;
}
.hp-videos-items>* {
	min-width: 33.33%;
	max-width: 33.33%;
	flex-basis: 33.33%;
	padding: 30px 30px;
}
.hp-video img {
	display: block;
}

.hp-wrapper .swiper-pagination {
	position: static;
	margin: 20px 0;
}
.hp-wrapper .swiper-pagination-bullet {
	border: 2px solid #bcbec2;
	background-color: #ffffff;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	cursor: pointer;
	opacity: 1;
}
.hp-wrapper .swiper-pagination-bullet-active {
	border: 2px solid #0f639b;
	background-color: #0f639b;
}

.hp-wrapper .swiper-button-prev,
.hp-wrapper .swiper-button-next {
	width: 22px;
	height: 39px;
	background: url(/i/actions/intro_pics/hotpoint_brand_zone_0002.png) no-repeat 0 0;
	margin-top: -19.5px;
    transform: none;
}
.hp-wrapper .swiper-button-prev {
	left: 15px;
}
.hp-wrapper .swiper-button-next {
	transform: rotate(-180deg);
	right: 15px;
}


.hp-news {
	background-color: #eff1f2;
	padding: 1px 0 0px;
	color: #000000;
	margin-top: 50px;
}
.hp-news-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: space-between;
}
.hp-news-items>* {
	min-width: 24%;
	max-width: 24%;
	flex-basis: 24%;
	padding: 30px 0px 40px 0px;
	font-size: 20px;
	color: #000;
	line-height: 1.5;
	position: relative;
} 
.hp-news-item img {
	display: block;
	margin-bottom: 20px;
} 
.hp-news-item span {
    display: block;
    padding: 0;
}
.hp-news-item .hp-news-button {
    color: #0e639a;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #0e639a;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.hp-news-item .hp-news-button:after {
    content: "";
    background: url(//www.holodilnik.ru/i/actions/intro_pics/bosch_brand_zone_0001.png) 0 0 no-repeat;
    width: 10px;
    height: 17px;
    display: block;
    position: absolute;
    right: -22px;
    top: 8px;
}
.hp-news-item .hp-news-button:hover {
    color: #0e639a;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #eff1f2;
    opacity: .9;
}
.hp-news-item a:hover img {
    opacity: .9;
}

.hp-new {
	background-color: #eff1f2;
	padding: 1px 0 60px;
	color: #000000;
	margin-top: 0;
}
.hp-new-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: space-between;
}
.hp-new-items>* {
	min-width: 24%;
	max-width: 24%;
	flex-basis: 24%;
	padding: 30px 0px 40px 0px;
	font-size: 20px;
	color: #000;
	line-height: 1.5;
	position: relative;
} 
.hp-new-item img {
	display: block;
	margin-bottom: 20px;
} 
.hp-new-item span {
    display: block;
    padding: 0;
}
.hp-new-item a:hover img {
    opacity: .9;
}

@media only screen and (max-width: 1319px) {
	.hp-slide-title {
		font-size: 30px;
	}
	.hp-col-title {
		font-size: 30px;
	}
	.hp-slide-note {
		font-size: 22px;
	}
	.hp-col-note {
		font-size: 22px;
	}
	.hp-prods-menu .hp-prod-title {
	    font-size: 16px;
	}
	.hp-descr {
		font-size: 20px;
	}


	.hp-videos-items {
		margin: 0px -20px;
	}
	.hp-videos-items>* {
		min-width: 50%;
		max-width: 50%;
		flex-basis: 50%;
		padding: 20px 20px;
	}
	.hp-video {
		text-align: center;
	}
	.hp-video>* {
		display: inline-block !important;
	}
}
@media screen and (max-width: 1280px) {
.hp-breadcrumbs, .hp-menu { 
    font-size: 18px; 
}
.hp-act-menu ul li {
    padding: 0 10px;
}
}
@media screen and (max-width: 1180px) {
.hp-news-items>*,
.hp-new-items>* {
    min-width: 49%;
    max-width: 49%;
    flex-basis: 49%;
    padding: 30px 0px 40px 0px;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    position: relative;
    text-align: center;
}
.hp-news-item img,
.hp-new-item img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.hp-news-item .hp-news-button {
    color: #0e639a;
    font-size: 20px;
    text-decoration: none;
    border-bottom: 1px solid #0e639a;
    display: inline-block;
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 5px;
}
}
@media screen and (max-width: 1080px) {
.btn-group {
    display: none;
}
.hp-menu li {
    max-width: 25%!important;
    min-width: 25%!important;
    flex-basis: 25%!important;
}
}
@media only screen and (max-width: 1080px) {
	.hp-slide-text {
		max-width: none;
	}
.hp-slide-title a { 
    color: #ffffff!important;
}
.hp-black .hp-button, .hp-slider .hp-button {
    background-color: #ffffff!important;
    color: #000!important;
}
	.hp-slide-image {
    display: block;
    padding-top: 20px;
    margin-left: -30px;
    width: calc(100% + 60px);
	}
	.hp-slide-image img {
		display: block;
		min-width: 100%;
	}
	.hp-cols {
		display: block;
	}
	.hp-cols>* {
		min-width: 0;
		max-width: 100%;
	}
	.hp-prods {
		flex-wrap: wrap;
		padding: 0 1%;
	}
	.hp-prods>* {
		min-width: 50%;
		max-width: 50%;
		flex-basis: 50%; 
	}
	.hp-prods-slider>* {
		min-width: 0;
		max-width: 100%;
		margin-bottom: 0;
	}
} 
@media only screen and (max-width: 820px) {
.hp-slide-image {
    display: block;
    padding-top: 20px;
    margin-left: -10px;
    width: calc(100% + 20px);
}
	.hp-wrapper {
		margin-left: 0px;
		margin-right: 0px;
	}
	.hp-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
	.hp-top {
		display: block;
		text-align: center;
	}
	.hp-top>* {
		min-width: 0;
		max-width: 100%;
		margin: 20px 0;
	}
	.hp-menu {
		margin-top: 0;
		text-align: center;
	}
	.hp-menu li {
		margin-bottom: 15px;
    max-width: 33%;
    min-width: 33%;
    flex-basis: 33%;
	} 
.hp-menu li { 
    max-width: 100%!important;
    min-width: 100%!important;
    flex-basis: 100%!important;
}
	.hp-item>* {
		min-width: 0;
		max-width: 530px;
		margin: 0 auto;
	}
	.hp-item-2 .hp-image div {
		margin: 0;
	}
}

@media screen and (max-width: 720px) {
.hp-news-items>*,
.hp-new-items>* {
    min-width: 100%;
    max-width: 100%;
    flex-basis: 100%;
    padding: 30px 10px 40px 10px;
    font-size: 20px;
    color: #000;
    line-height: 1.5;
    position: relative;
    text-align: center;
} 
.hp-prods-menu .hp-prod-item2 .hp-prod-title {
    width: 257px;
    margin-left: -128px;
}
.hp-items { 
    padding: 0 10px;
}
}
@media screen and (max-width: 720px) {
	.hp-slide-title {
		font-size: 26px;
	}
	.hp-col-title {
		font-size: 26px;
	}
	.hp-slide-note {
		font-size: 20px;
	}
	.hp-col-note {
		font-size: 20px;
	}
	.hp-prods-menu .hp-prod-title {
	    font-size: 16px;
	}
	.hp-descr {
		font-size: 18px;
	}
	.hp-slide-title {
		line-height: 1.4;
	}
	.hp-prods-menu {
		display: block;
		padding: 0;
	}
	.hp-prods-menu>* {
		min-width: 0;
		max-width: 397px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
	}
	.hp-more .hp-button {
		min-width: 250px;
	}
	.hp-videos-items {
		display: block;
	}
	.hp-videos-items>* {
		min-width: 0;
		max-width: 100%;
		padding: 5px 20px;
	}
}



@media screen and (max-width: 980px) {
.hp-banner-main img {
    margin-left: -43%;
    margin-right: -25%;
    max-width: 168%;
}
.hp-wrapper .swiper-button-prev,
.hp-wrapper .swiper-button-next {
    display: none;
}
}

.hp-collapse:not(.show) {
    display: none;
}

@media screen and (max-width: 991px) {
#navbarDropdown {
    width: 100%;
}
.hp-logo {
    background: #000;
    padding: 10px 10px 5px 10px;
}
.hp-act-menu nav {width: 100%;}
}

.hp-act-menu .dropdown-menu a:hover,
.hp-act-menu .dropdown-menu a:focus {
	background: none;
    color: #fff;
}
.hp-act-menu .dropdown-menu a:hover:before,
.hp-act-menu .dropdown-menu a:focus:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #000;
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
}

/* mobile first */
.hp-act-menu .navbar .hp-collapse.show {
    padding: 38px 0 23px 0;
}
.hp-act-menu .nav-item {
    padding-bottom: 35px;
}
.navbar-nav .nav-link {
	display: flex;
    flex-direction: row;
    align-items: center;
	text-transform: uppercase;
}
.navbar-nav .dropdown.show .nav-link {
	flex-direction: row-reverse;
	justify-content: flex-end;
	height: 39px;
}
.navbar-nav .dropdown.show .nav-link img:first-child {
	display: none;
}
.nav-link span {
    margin-bottom: -3px;
	flex-basis: 70%;
}
.nav-link img:last-child {
    transform: rotate(180deg);
    height: 20px;
}
.navbar-nav .dropdown.show .nav-link img:last-child {
	transform: none;
}
.hp-head {
	font-size: 24px;
	font-weight: 700;
	padding: 30px 0 30px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.hp-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.hp-navbar-toggler {
	background: url(//www.holodilnik.ru/i/brands/hotpoint/icons/cross.svg) 0 0 no-repeat;
	width: 45px;
	height: 40px;
	display: block;
	position: absolute;
	right: 0;
	top: -61px;
	border: none;
	padding: 0;
	margin: 0;
}
.hp-navbar-toggler.collapsed {
 background: url(//www.holodilnik.ru/i/brands/hotpoint/icons/menu-hamburger.svg) 0 0 no-repeat;
}
.hp-item {
	display: block; 
}
.hp-image a {
    width: 100%;
    position: relative;
    height: 381px;
    display: block;
    border-radius: 30px;
    background-position-x: 70%!important;
	background-size: cover!important;
}
.hp-items {
	max-width: 1110px;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
	background: linear-gradient(180deg, #DFDFDF 0%, #FFFFFF 36.77%);
}
.hp-text {
	padding: 35px 10px 0px 10px;
}
.hp-act-menu .dropdown-item {
    padding: 13px 0 13px 43px;
	white-space: unset;
}
.hp-act-menu .dropdown-menu.show {
    background: none;
	border: 0;
}
/* min-width 576px */
@media (min-width: 577px) {
	.hp-head {
		font-size: 40px;
	}
	.hp-title {
		font-size: 40px;
	}
}

/* min-width 768px */
@media (min-width: 768px) {
	.hp-logo {
		text-align: center;
	}
	.hp-navbar-toggler {
		display: none;
	}
	.hp-navbar-collapse {
		display: flex!important;
		flex-basis: auto;
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
	.hp-act-menu ul li a img {
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
		max-height: none;
		width: auto;
	}
	.hp-act-menu ul li a {
		text-align: center;
	}
	.hp-image {
		flex-basis: 50%;
	}
	.hp-text {
		flex-basis: 50%;
		padding: 0;
	}
	.hp-item {
		display: flex;
		max-width: 1470px;
		align-items: flex-start;
		justify-content: space-around;
		column-gap: 57px;
		flex-direction: row-reverse;
	}
	.nav-link img:last-child {
		display: none;
	}
	.navbar-nav .nav-link {
		flex-direction: column;
	}
	.hp-act-menu .dropdown-menu.show {
		z-index: 5000;
		background: #D97B42;
		border: none;
		border-radius: 0 0 15px 15px;
		text-align: left;
		padding: 24px 16px;
		max-width: 280px;
	}
	.hp-act-menu .dropdown-menu.show a {
		text-align: left;
		text-transform: none;
		font-weight: 400;
		max-width: 220px;
		display: block;
		white-space: inherit;
		font-size: 16px;
		position: relative;
		padding: 0 0 18px 15px;
	}
	.hp-act-menu .dropdown-menu.show a:before {
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 5px;
		background: #fff;
		display: block;
		position: absolute;
		top: 7px;
		left: 0;
	}
	.navbar-nav .dropdown.show .nav-link img:first-child {
		display: block;
	}
	.navbar-nav .dropdown.show .nav-link {
		flex-direction: column;
		justify-content: normal;
		height: initial;
	}
	.nav-link:hover {opacity:0.8;}
	.hp-slider img {
		border-radius: 15px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}
	.nav-item:last-child .dropdown-menu.show {
		left: -75px;
	}
	.hp-logo img {
		width: inherit;
	}
	.hp-act-menu .nav-item {
		padding-bottom: 0;
	}
}

/* min-width 1200px */
@media (min-width: 1201px) {
	.hp-item {
		column-gap: 94px;
	}
	.hp-items {
		padding: 0 60px;
	}
	.hp-image {
		flex-basis: 60%;
	}
	.hp-text {
		flex-basis: 40%;
	}
	.nav-item:last-child .dropdown-menu.show {
		left: inherit;
	}
	.hp-item {
		flex-direction: row;
	}
}

@media (min-width: 1601px) {
}