/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


body {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	scroll-behavior: smooth;
}

.wrapper-image {
	width: 100%;
	height: 813px;
	background-image: url(../assets/bg-img.png);
	background-size: cover;
	background-position: center;

}

h1 {
	font-family: Roboto;
	font-weight: 700;
	color: #020202;
	text-transform: uppercase;
	font-size: 33px;
	line-height: normal;
    margin-bottom: 24px;
}


h2 {
	font-family: Roboto;
	font-weight: 700;
}

h1.title {
	font-family: Roboto;
	font-weight: 700;
	color: #333;
	font-size: 38px;
	text-transform: inherit;
	margin-bottom: 38px;
	text-align: center;
}

.control-label { display: none; }
.form-control,
.form-select,
.select2-selection {
    border: 2px solid #3FA547;
    border-radius: 0;
    height: 54px;
}

.active>.page-link, .page-link.active {
    background-color: #3FA547;
}

.page-link {
    color: #3FA547;
}

.page-item .prev .disabled {
    background-color: #fff;
}


span {
    font-family: Roboto;
    font-weight: 400;
}

.company-name a, .company-name {
    text-decoration: none;
    color: #000;
    line-height: 19px;
    font-size: 24px;
}

.navbar { height: 74px; }

.btn-secondary {
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #000 !important;
}

ul.dropdown-menu.show {
    --bs-dropdown-min-width: 62.05px !important;
}

#field p {
	width: 65%;
	margin: 0 auto;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #333333;
}


.sell-btn {
	margin-top: 64px;
	width: auto;
	height: 54px;
	background: #3FA547;
	border: 2px solid #3FA547;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif; 
	font-weight: 600;
	text-decoration: none;
	padding-left: 10px;
    padding-right: 10px;
}

.sell-btn a {
    color: #FFFFFF;
}

.sell-btn {
	-webkit-transition: background 0.25s;
	-o-transition: background 0.25s;
	transition: background 0.25s;
	-webkit-transition: border 2px solid #fff;
	-o-transition: border 2px solid #fff;
	transition: border 2px solid #fff;
}

.sell-btn:hover,
.show-all-btn:hover {
	background: transparent;
	border: 2px solid #3FA547;
	color: #3FA547;
	padding-left: 10px;
	padding-right: 10px;
}

/*.sell-btn:hover a:hover,*/
/*.show-all-btn a:hover{*/
/*    color: #3FA547;*/
/*}*/

.subheader {
	font-size: 21px;
	line-height: 29px;
	text-transform: uppercase;
	color: #020202;
	font-family: Roboto;
	font-weight: 400;
}

.search-field {
    height: 55px;
    border: 2px solid #3FA547;
}

.search-field::placeholder {
	padding-left: 7px;
}

.search-btn {
    background: #3FA547;
    height: 55px;
    border: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;

}

.bg-image {
    background-image: url(../assets/bg-image1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    width: 100%;
    height: 157px;

}

.bg-image:hover,
.bg-image2:hover,
.bg-image3:hover,
.bg-image4:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, 
	-webkit-transform 0.25s;
}

.bg-image2 {
    background-image: url(../assets/bg-image2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    width: 100%;
    height: 157px;

}

.bg-image3 {
    background-image: url(../assets/bg-image3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    width: 100%;
    height: 157px;

}

.bg-image4 {
    background-image: url(../assets/bg-image4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    width: 100%;
    height: 157px;

}

.inner-text {
    color: #fff;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 22px;
}

.show-all-btn {
    width: auto;
    height: 54px;
    background: #3FA547;
    border: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

/*.show-all-btn a {*/
/*    color: #fff;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 600;*/
/*    text-decoration: none;*/
/*}*/

.container {
	width: 74% !important;
	padding-left: 30px;
	padding-right: 30px;
}

.btn-contacts {
	width: 175px;
    height: 41px;
    padding: 10px 17px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid #3FA547;
    font-size: 18px;
    line-height: 22px;
    color: #3FA547;
    border-radius: 0;
    font-weight: 500;
}

.dots-bagde {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
}

a.nav-link {
	font-size: 18px;
	line-height: 22px;
	color: #171717 !important;
	font-family: 'Roboto';
    font-weight: 500; 
	padding-right: 16px !important;
}

a.nav-link:hover {
	color: #3FA547 !important;
}

.btn-contacts:hover {
	color: #fff !important;
	background: #3FA547;
}

.mt-263 {
	margin-top: 263px;
}

.ml {
	width: 18px;
	height: 16px;
}

.ms {
	width: 16px;
	height: 16px;
}

.txt-richblock div {
	margin-bottom: 16px;
}

.txt-richblock .title-header {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.txt-richblock div {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #222222;
}

.black-line {
	border: 2px solid #000000;
	background: #000;
}

/*.m-64 {
	margin-top: 64px;
	margin-bottom: 64px;
}*/

.p-64 {
	padding-top: 48px;
	padding-bottom: 48px;
}

figure {
	overflow: hidden;
}

figure:hover img {
	-webkit-transform: scale(1.3);
	    -ms-transform: scale(1.3);
	        transform: scale(1.3);
}

figure img {
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, 
	-webkit-transform 0.25s;
}

.main-container {
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
	height: auto;
	width: 100%;

}

.txt-richblock {
	margin-bottom: 48px;
}

.snipped-block-txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.snipped-block-txt {
	background: #FFFFFF;
	padding-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.custom-badge {
	background: #F9FAFE;
	border-radius: 3px;
    color: #4D5969; 
}

.snipped-block-txt .labe {
	color: #76A713;
	font-family: Roboto;
	font-weight: 700;
}

.btn-show-all {
	width: 299px;
	height: 54px;
	background: #F95800;
	border-radius: 0 !important;
	line-height: 16px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-decoration: none;
	font-size: 18px;
}

/*.btn-show-all a {*/
/*    line-height: 16px;*/
/*	color: #fff;*/
/*	font-family: 'Montserrat', sans-serif;*/
/*	font-weight: 500;*/
/*	text-decoration: none;*/
/*	font-size: 18px;*/
/*}*/
.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.contact-block {
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	padding-right: 13px;
	background: #FFFFFF;
	border: 2px solid #3FA547;
	font-family: Roboto;
	font-weight: 400;
}

.p-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.contact-block div a {
    color: #333;
    font-family: Roboto;
    font-weight: 400;
    text-decoration: none;
}

.contact-block span {
	text-transform: uppercase;
	font-family: Roboto;
	font-weight: 700;
	margin-bottom: 16px;
	display: inline-block;
}

.btn-outline {
	background: transparent;
	border: 2px solid #3FA547;
	color: #3FA547;
    text-decoration: none;
}

/*.btn-outline a {*/
/*    color: #3FA547;*/
/*    text-decoration: none;*/
/*}*/

.btn-outline:hover {
	background: #3FA547;
	color: #fff;
}

.contact-block:hover {
	border-color: #3FA547;
}

.contact-block:hover span {
	color: #3FA547;
}

.contact-block {
	-webkit-transition: border-color 0.25s;
	-o-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

.contact-block span {
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}

.txt-richblock:hover .title-header {
	color: #3FA547;
}

.txt-richblock.title-header {
	-webkit-transition: color 0.25s;
	-o-transition: color 0.25s;
	transition: color 0.25s;
}

.txt-richblock .black-line {
	-webkit-transition: border 2px solid #F68F57;
	-o-transition: border 2px solid #F68F57;
	transition: border 2px solid #F68F57;
	-webkit-transition: background #F68F57;
	-o-transition: background #F68F57;
	transition: background #F68F57;
}

.txt-richblock:hover .black-line {
	border: 2px solid #3FA547;
	background: #3FA547;
}


 .footer-bottom {
 	background:  #0C3D42;
 	padding-top: 15px;
 	padding-bottom: 15px;
 }

 .bg-footer {
 	background:  #0C3D42;
 }


 .ml { margin-left: 8px; }
 .linked {
 	text-decoration: none;
 	color: #212529;
 }

 .btn-order:hover {
 	border: 1px solid #fff;
 	color: #fff;
 }

 .gm-style .place-card, 
 .gm-style .default-card, 
 .gm-style .directions-card {
 	display: none !important;
 }




 @media only screen and (min-width: 320px) and (max-width: 640px) {
 	.container {
 		width: 100% !important;
 	}
 	.navbar-toggler { background-color: #fff !important; }
 	.main-container,
 	.contact-block { margin-bottom: 20px; }
 	.p-64 { 
 		padding-top: 30px;
 		padding-bottom: 30px;
 	 }
 	 .mtop-0 {
 	 	margin-top: 0 !important;
 	 }
 	 .mbottom-0 {
 	 	margin-bottom: 0 !important;
 	 }
 	 .mt-263 { margin-top: 103px }
 	 h1 { font-size: 32px; }
 	 #field p { width: 100%; }
 }

 @media only screen and (min-width: 641px) and (max-width: 768px) {
 	.container {
 		width: 100% !important;
 	}
 	.p-64 { 
 		padding-top: 30px;
 		padding-bottom: 30px;
 	 }
 	 .main-container,
 	.contact-block { margin-bottom: 20px; }
 	.navbar-toggler { background-color: #fff !important; }
 }

 @media only screen and (min-width: 769px) and (max-width: 1024px) {
 	.contact-block { margin-bottom: 20px; }
 }