body {
	overflow-x: hidden
}

.row {
	margin: 0
}

.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px
}

.top-header__adress {
	display: flex;
	align-items: center
}

.top-header__adress>span {
	font-size: 20px;
	margin-right: 10px
}

.top-header__adress>a {
	color: #000;
	font-weight: 600
}

.top-header__email {
	display: flex;
	align-items: center
}

.top-header__email>span {
	font-size: 20px;
	margin-right: 10px
}

.top-header__email>a {
	color: #000;
	font-weight: 600
}

.main-header {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	margin-bottom: 20px
}

.main-header__logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 183px;
	height: 58px;
	background: url(../images/logo-mangust.svg) no-repeat;
}

.main-header__logo-subtitle {
	letter-spacing: 2px;
	font-style: italic;
	color: #ffa51f;
	line-height: 1
}

.main-header__logo-title {
	font-size: 32px;
	color: #242424;
	font-weight: 700;
	line-height: 1
}

.main-header__group {
	display: flex
}

.main-header__nav {
	display: flex;
	align-items: center
}

.main-header__nav>ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0
}

.main-header__nav>ul>li+li {
	margin-left: 15px
}

.main-header__nav>ul>li>a {
	text-decoration: none;
	color: #242424;
	transition: color .2s
}

.main-header__nav>ul>li>a:hover {
	color: #ffa51f;
	border-bottom: 1px solid
}

.main-header__callback {
	display: flex;
	align-items: center;
	margin-left: 40px
}

.main-header__callback-phone {
	font-size: 18px;
	color: #242424;
	font-weight: 600;
	text-decoration: none;
	transition: color .2s;
	border-bottom: 1px solid transparent
}

.main-header__callback-phone:hover {
	color: #ffa51f;
	border-bottom: 1px solid;
	text-decoration: none
}

.main-header__callback-btn {
	color: #fff;
	padding: 5px 14px;
	background-color: #ffa51f;
	margin-left: 10px;
	transition: background-color .2s
}

.main-header__callback-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ec991e
}

.hero-bg {
	position: relative;
	width: 100%;
	height: 600px;
	background: url(../images/hero-bg.jpg) center center;
	background-size: cover
}

.hero-coloring {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(36, 36, 45, 0.6)
}

.hero-content {
	position: relative;
	z-index: 1;
	padding: 185px 0
}

.hero-content__body {
	max-width: 610px
}

.hero-content__body-heading {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	border-left: 10px solid #fff;
	margin: 0;
	padding-left: 20px
}

.hero-content__body-description {
	font-size: 23px;
	color: #fff;
	font-weight: 100;
	border-left: 10px solid #fff;
	margin: 0;
	padding-left: 20px
}

.hero-content__btn {
	margin-top: 40px
}

.hero-content__btn>a {
	color: #fff;
	padding: 12px 30px;
	font-weight: 100;
	text-transform: uppercase;
	background-color: #ffa51f;
	margin-top: 5px;
	transition: background-color .2s
}

.hero-content__btn>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ec991e
}

.hero-content__arrow-down {
	width: 62px;
	height: 27px;
	display: block;
	background: url(../images/arrow.svg) center center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 40px;
	opacity: .4;
	cursor: pointer;
	transform: translateX(-50%);
	transition: all .2s
}

.hero-content__arrow-down:hover {
	opacity: 1
}

.bg-color {
	background: #242424;
	background: linear-gradient(to right, #242424, #203a43, #242424)
}

.badge-heading {
	padding: 40px 0 20px;
	text-align: center
}

.badge-heading>h2 {
	color: #fff;
	margin: 0;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid;
	position: relative
}

.badge-heading>h2:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 5px;
	background-color: #ffa51f;
	bottom: -3px;
	left: calc(50% - 45px)
}

.badges {
	width: 20%
}

.badge_body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0 0 40px
}

.badge_body>span {
	font-size: 54px;
	color: #fff
}

.badge_body__title {
	margin: 0;
	color: #ffa51f;
	font-weight: 500;
	text-transform: uppercase
}

.badge_body__description {
	margin: 0;
	color: #fff;
	font-weight: 100;
	line-height: 1.3
}

.catalog-heading {
	padding: 40px 0 0;
	text-align: center
}

.catalog-heading>h2 {
	color: #242424;
	margin: 0;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid;
	position: relative
}

.catalog-heading>h2:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 5px;
	background-color: #ffa51f;
	bottom: -3px;
	left: calc(50% - 45px)
}

.mr_helper {
	margin-right: -38px
}

.catalog-filter {
	display: table;
	border-collapse: collapse;
	margin: 20px auto 0
}

.filter-items {
	border: 1px solid #242424;
	padding: 10px 21px;
	display: table-cell;
	color: #242424
}

.filter-items:hover {
	color: #242424
}

.active-filter {
	background-color: #242424;
	color: #fff
}

.active-filter:hover {
	color: #fff
}

.catalog-item {
	position: relative;
	box-sizing: border-box;
	width: 30%;
	padding: 15px 20px 20px;
	margin-top: 40px;
	transition: border .2s, box-shadow .2s, transform .2s;
	margin-right: 38px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

.catalog-item:hover {
	border-color: #ffa51f;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	transform: translateY(-10px);
	z-index: 1
}

.catalog-item img {
	transition: transform .2s;
	width: 100%
}

.catalog-item__img {
	text-align: center;
	overflow: hidden;
	min-height: 380px
}

.catalog-item__title {
	min-height: 69px
}

.catalog-item__title>p>a {
	font-weight: 700;
	font-size: 18px;
	color: #242424
}

.catalog-item__btns {
	display: flex;
	flex-direction: column;
	align-items: center
}

.catalog-item__btns-buy,
.catalog-item__btns-more {
	color: #fff;
	background-color: #ffa51f;
	margin-top: 5px;
	transition: background-color .2s
}

.catalog-item__btns-buy:hover,
.catalog-item__btns-more:hover {
	color: #fff;
	background-color: #ec991e;
	text-decoration: none
}

.catalog-item__btns-buy {
	padding: 10px 50px
}

.catalog-item__btns-more {
	margin-top: 10px;
	padding: 9px 39px;
	border: 1px solid #999;
	color: #999;
	background-color: #fff
}

.catalog-item__btns-more:hover {
	border: 1px solid #999;
	color: #fff;
	background-color: #999
}

.mrt-40 {
	margin-top: 40px
}

.spacer-heading {
	padding: 40px 0 20px;
	text-align: center
}

.spacer-heading>h2 {
	color: #fff;
	margin: 0;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid;
	position: relative
}

.spacer-heading>h2:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 5px;
	background-color: #ffa51f;
	bottom: -3px;
	left: calc(50% - 45px)
}

.spacer-heading>p {
	color: #fff;
	margin-top: 15px;
	margin-bottom: 0
}

.spacer_form {
	color: #fff;
	padding-bottom: 40px
}

.spacer_form .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ffa51f;
	outline: 0;
	box-shadow: none
}

.form_modal_link {
	color: #ffa51f
}

.form_modal_link:hover {
	color: #ffa51f
}

.button-inner {
	padding-right: 0;
	text-align: center
}

.button-inner>input {
	color: #fff;
	background-color: #ffa51f;
	border: none;
	padding: 10px 20px;
	transition: background-color .2s
}

.button-inner>input:hover {
	color: #fff;
	background-color: #ec991e
}

.aboutus {
	background-color: #f9f9f5;
	padding-bottom: 40px
}

.aboutus-heading {
	padding: 40px 0 20px;
	text-align: center
}

.aboutus-heading>h2 {
	color: #242424;
	margin: 0;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid;
	position: relative
}

.aboutus-heading>h2:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 5px;
	background-color: #ffa51f;
	bottom: -3px;
	left: calc(50% - 45px)
}

.aboutus p {
	font-size: 18px;
	font-weight: 300
}

.mapContainer {
	padding: 0;
	height: 600px
}

.map {
	position: relative;
	width: 100%;
	height: 100%
}

.map-heading {
	padding: 0;
	position: relative;
	text-align: center;
	background-color: #f9f9f5;
	z-index: 1
}

.map-heading>h2 {
	color: #242424;
	margin: 0;
	padding-bottom: 10px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative
}

.map-heading>h2:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 5px;
	background-color: #ffa51f;
	bottom: -3px;
	left: calc(50% - 45px)
}

.contacts-box {
	position: absolute;
    z-index: 2;
    width: 100%;
    top: calc(50% - 85px);
}

.go-box {
	background-color: white;
	padding: 40px;
	max-width: 350px;
}

.footer {
	margin-top: 46px;
	background: #242424;
	background: linear-gradient(to right, #242424, #203a43, #242424);
	padding: 40px 0;
	font-size: 14px;
	color: #fff
}

.footer a {
	color: #fff
}

.footer-title>p {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-left: 4px solid #ffa51f;
	padding-left: 10px;
	margin: 0 0 20px
}

.footer-contact+.footer-contact {
	margin-top: 10px
}

.footer-icon {
	color: #ffa51f;
	margin-right: 10px;
	font-size: 15px
}

.footer-btn {
	margin-top: 50px
}

.footer-btn>a {
	color: #fff;
	background-color: #ffa51f;
	font-size: 16px;
	padding: 10px 30px;
	transition: background-color .2s
}

.footer-btn>a:hover {
	text-decoration: none;
	background-color: #ec991e
}

.breadcrumb-container {
	background-color: #e9ecef
}

.breadcrumb-item>a {
	color: inherit
}

.card-price {
	background-color: #f2f2f2;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 25px;
	margin-bottom: 20px
}

.card-price>p {
	font-size: 24px;
	color: #242424;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase
}

.card-price-modal {
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ffa51f;
	color: #fff;
	padding: 10px 75px;
	transition: background-color .2s
}

.card-price-modal:hover {
	text-decoration: none;
	background-color: #ec991e;
	color: #fff
}

.question-modal {
	font-weight: 700;
	text-transform: uppercase;
	background-color: #999999;
	color: #fff;
	padding: 10px 30px;
	margin-top: 20px;
	transition: background-color .2s
}

.question-modal:hover {
	text-decoration: none;
	background-color: #7b7b7b;
	color: #fff
}

.give-padding {
	padding: 10px 108px;
}

.download_doc {
	font-weight: 700;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #999;
	color: #999;
	padding: 10px 52px;
	transition: background-color .2s
}

.download_doc:hover {
	border: 1px solid #999;
	color: #fff;
	background-color: #999
}

.breadcrumb-item {
	word-break: break-word
}

/*.img-in-catalog {
	transition: transform .2s;
}

.img-in-catalog:hover {
	transform: scale(1.1);
}*/

.main-photo-item {
	outline: 0;
	position: relative;
}

.main-photo-item a {
	outline: 0;
}

.main_photos-slide  {
	max-width: 400px;
}



.main-photo-item .zoomIn {
	position: absolute;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    width: 35px;
    height: 35px;
    background-color: #ffa51f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s;
}

.main-photo-item:hover .zoomIn {
    position: absolute;
    top: calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    width: 35px;
    height: 35px;
    background-color: #ffa51f;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.for-slider {
	display: flex;
}

.img-in-catalog {
	margin: 0 auto;
	outline: none;
}

.blueimp-gallery a.close, .blueimp-gallery a.next, .blueimp-gallery a.prev {
    color: #fff;
}

.blueimp-gallery a.close:hover, .blueimp-gallery a.next:hover, .blueimp-gallery a.prev:hover {
    color: #fff;
}

.blueimp-gallery>.prev {
	left:15px;
}

.main_photos-slide-nav {
	width: 125px;
	margin: 20px 0;
}
.main_photos-slide-nav .slick-slide {
	border: 1px solid transparent;
}

.main_photos-slide-nav .slick-current {
	border: 1px solid #ffa51f;
}

.img-in-catalog-nav {
	margin: 0 auto;
}

.main-photo-item_nav {
	padding: 5px;
	outline: none;
	border: 1px solid transparent;
}

.carousel-container {
	max-width: 1190px;
	margin: 0 auto;
}

.p_prev, .p_next {
	z-index: 2;
	cursor: pointer;
	color: #ffa51f;
	opacity: .65;
	transition: opacity .2s;
}

.p_prev:hover, .p_next:hover {
	opacity: 1;
}

.p_prev, .p_next .fal {
	font-size: 30px;
}

.p_prev {
    position: absolute;
    top: calc(50% - 22px);
    left: 20px;
}

.p_next {
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
}



.carousel-item {
	position: relative;
	box-sizing: border-box;
	width: 30%;
	padding: 15px 20px 20px;
	margin-top: 40px;
	transition: border .2s, box-shadow .2s, transform .2s;
	margin: 40px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1)
}

.carousel-item:hover {
	border-color: #ffa51f;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
	transform: translateY(-10px);
	z-index: 1
}

.carousel-item img {
	transition: transform .2s;
	width: 100%
}

.carousel-item__img {
	text-align: center;
	overflow: hidden;
	min-height: 280px
}

.carousel-item__title {
	min-height: 69px
}

.carousel-item__title>p>a {
	font-weight: 700;
	font-size: 18px;
	color: #242424
}

.carousel-item__btns {
	display: flex;
	flex-direction: column;
	align-items: center
}

.carousel-item__btns-buy,
.carousel-item__btns-more {
	color: #fff;
	background-color: #ffa51f;
	margin-top: 5px;
	transition: background-color .2s
}

.carousel-item__btns-buy:hover,
.carousel-item__btns-more:hover {
	color: #fff;
	background-color: #ec991e;
	text-decoration: none
}

.carousel-item__btns-buy {
	padding: 10px 50px
}

.carousel-item__btns-more {
	margin-top: 10px;
	padding: 9px 39px;
	border: 1px solid #999;
	color: #999;
	background-color: #fff
}

.carousel-item__btns-more:hover {
	border: 1px solid #999;
	color: #fff;
	background-color: #999
}

.slider-nav {
	margin-left: auto
}

.slider-nav>a {
	font-size: 30px;
	color: #242424;
	transition: color .2s
}

.slider-nav>a:hover {
	color: #ffa51f
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 45px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #242424;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.policy {
	color: #ffa51f
}

.policy:hover {
	color: #ffa51f
}

.modal-btn {
	text-align: center
}

.modal-btn>input {
	color: #fff;
	background-color: #ffa51f;
	margin-top: 5px;
	padding: 10px 50px;
	border: none;
	outline: 0;
	transition: background-color .2s
}

.modal-btn>input:hover {
	color: #fff;
	background-color: #ec991e
}

.modal-body .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ffa51f;
	outline: 0;
	box-shadow: none
}

@media (max-width: 1200px) {
	.mr_helper {
		margin-right: -32px
	}
	.catalog-item {
		margin-right: 32px
	}
}

@media (max-width: 992px) {
	.main-header {
		flex-direction: column
	}
	.main-header__group {
		flex-direction: column
	}
	.main-header__nav {
		margin-top: 20px
	}
	.main-header__callback {
		margin: 20px auto 0
	}
	.mr_helper {
		margin-right: -36px
	}
	.catalog-item {
		width: 45%;
		margin-right: 36px
	}
	.footer-sec2,
	.footer-sec3 {
		margin-top: 20px
	}
	.footer-btn {
		margin-top: 30px
	}
	.mmb-card-price {
		margin-bottom: 40px
	}
	.carousel-item {
		width: 50%
	}
	
	.contacts-box {
		display: none;
	}
	.carousel-container {
		max-width: 800px;
	}
}

@media (max-width: 768px) {
	.hero-content__body-heading {
		font-size: 35px
	}
	.hero-content__body-description {
		font-size: 20px
	}
	.badge-heading>h2 {
		font-size: 28px
	}
	.badges {
		width: 45%
	}
	.mr_helper {
		margin-right: 0
	}
	.catalog-heading>h2 {
		font-size: 28px
	}
	.catalog-item {
		width: 100%;
		margin-right: 0
	}
	.carousel-container {
		max-width: 600px;
	}
	.spacer-heading>h2 {
		font-size: 28px
	}
	.aboutus-heading>h2 {
		font-size: 28px
	}
	.map-heading>h2 {
		font-size: 28px
	}
	.main_photos-slide-nav {
		display: none;
	}
	.main_photos-slide {
		max-width: 100%;
	}
	.main-photo-item {
		min-width: 300px;
	}
	.top-header {
		display: none;
	}
	.main-header__logo {
	    margin-left: 50px;
	}
}

@media (max-width: 576px) {
	.hero-content {
		position: relative;
		z-index: 1;
		padding: 35px 0
	}
	.badges {
		width: 100%
	}
	.main-header__nav {
		justify-content: center
	}
	.main-header__nav>ul {
		flex-direction: column;
		align-items: center;
		justify-content: center
	}
	.main-header__nav>ul>li+li {
		margin: 10px 0 0
	}
	.card-price {
		padding: 25px 10px
	}
	.card-price-modal {
		padding: 10px 55px
	}
	.give-padding {
	    padding: 10px 88px;
	}
	.question-modal {
		padding: 10px
	}
	.download_doc {
		padding: 10px 30px
	}

	.main-header__nav>ul {
	    flex-direction: row;
	    flex-wrap: wrap;
	}
	.main-header__nav>ul>li {
		width: 50%;
		margin: 10px 0;
		text-align: center;
	}
	.main-header__nav>ul>li+li {
	    margin: 0;
	}
	.main-img-mob {
		width: 100%;
	}
}