@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

::-webkit-scrollbar-thumb{
	background: #3B943D
}

::-webkit-scrollbar-track{
	box-shadow: inset 0 0 5px grey;
    -webkit-box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar {
	width: 10px;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	background: #F0F1F1;
}

body *{
	font-family: 'Montserrat' !important;
	box-sizing: border-box;
}

a {
    transition: all 0.3s;
	text-decoration: none;
	color: #212529;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #212529;
}

.container{
	width: 100%;
	max-width: 100vw;
	padding: 0;
}

.video-container{
	overflow: hidden;
	position: relative;
}

.wrapper{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.first-screen{
	height: 100vh;
	display: flex;
    flex-direction: column;
}

.header-video{
	position: absolute;
    z-index: -1;
    width: 100%;
    top: 0;
	filter: brightness(40%);
}

.header{
	padding-top: 39.994px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
	padding-bottom: 8.006px;
}

.logo img{
	max-width: 100%;
}

.header a{
	color: #fff;
}

.header .number, 
.header .email,
.header .vk, 
.header .icons{
	display: flex;
    align-items: center;
	line-height: 1.5;
}

.number-icon svg, 
.email-icon svg,
.search-icon svg,
.vk-icon svg{
	height: 31.008px;
	width: 31.008px;
	margin-right: 10.003px;
}

.index .number-icon svg path, 
.index .email-icon svg path,
.index .search-icon svg path{
	fill: #FFFFFF;
}

.navbar-nav{
	display: flex;
	flex-direction: row;
	padding: 8.006px 0;
	list-style: none;
}

.nav-item{
	flex: 1;
	text-align: center;
}

.nav-item a{
	display: block;
	padding: 8.006px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	white-space: nowrap;
}

.nav-item a:hover{
	background-color: #3B943D;
	color: #FFFFFF;
	font-size: 16px;
}

.separator{
	width: 1px;
    height: 31px;
    background-color: #FFFFFF;
    margin: 0 32px;
}

.dropdown-toggle.lang{
	line-height: 1.5;
	background: none;
	border: 0;
	font-weight: 600;
	color: #FFFFFF;
}

a.dropdown-item{
	color: #212529;
	font-size: 13px;
}

a.dropdown-item:hover, .dropdown-item:active{
	background-color: transparent;
	color: #3B943D;
}

.first-screen-text{
	padding-bottom: 2%;
	margin-top: auto;
	color: #FFFFFF;
	max-width: 1056px;
	line-height: 1.5;
}

.title{
	font-size: 51px;
    font-weight: 600;
	line-height: 1.2;
	margin-bottom: 8px;
}

.description{
	font-size: 19px;
	margin-bottom: 16px;
}

.buttons{
	margin-top: 8px;
	display: flex;
}

.button{
	font-size: 14px;
	color: #FFFFFF;
	padding: 8px 24px;
	border-radius: 20px;
	width: 222px;
    height: 45px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.button-fill{
	border: 1px solid #3B943D;
	background-color: #3B943D;
}

.button-fill:hover{
	border: 1px solid #157347;
	background-color: #157347;
}

.button-outline{
	border: 1px solid #FFFFFF;
}

.button-outline:hover{
	background-color: #FFFFFF;
	color: #212529;
}

.button + .button{
	margin-left: 10px;
}

.our_production, 
.photo-slider{
	padding-top: 48px;
}

.our_production{
	position: relative;
}

.our_production h3, 
.news h3,
.photo-slider h3,
.map h3{
	color: #3B943D;
	font-size: 24px;
	text-transform: uppercase;
	text-align: center;
	margin: 24px 0;
}

.map h3 {
    margin: 48px 0 0 0;
}

.photo-slider h3, .our_production h3{
	position: absolute;
	width: 100%;
	top: -16px;
	left: 0;
}

.slick-slide{
	height: auto;
}

.our_production .button-group, 
.news .button-group,
.photo-slider .button-group{
	position: absolute;
	top: 0;
	right: 0;
    margin-left: auto;
    display: flex;
	justify-content: center;
    width: 384px;
}

.photo-slider{
	position: relative;
	margin-top: 48px;
}

.photo-slider .slick-slide {
    margin: 12px;
}

.photo-slider img{
	max-width: 100%;
	border-radius: 22px;
}

[data-slick="prev"], [data-slick="next"] {
	padding: 0;
    display: flex !important;
    justify-content: center;
    width: 39px;
    height: 39px;
	background: #3B943D;
    border-color: #3B943D;
}

.bi::before, 
[class^="bi-"]::before, 
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bi-arrow-left::before {
    content: "\f12f";
}

.bi-arrow-right::before {
    content: "\f138";
}

.slick-slide .slick-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slick-slide .slick-product-text{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	width: 45%;
	margin-left: 96px;
}

.slick-slide .slick-product-text h3{
	position: static;
	margin: 0;
	text-align: left;
}

.map-wrapper{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.map-svg{
	position: relative;
}

.map svg{
	max-width: 100%;
}

.bryansk, .smolensk{
    fill: #3b943d;
    stroke: #FFFFFF;
    fill-opacity: 1;
}

.bryansk:hover, .smolensk:hover {
    stroke-width: 2px;
	cursor: pointer;
}

.slick-map {
    width: 33vw;
    border-radius: 22px;
    background: #fff;
}

.slick-map .slick-slide img {
	max-width: 100%;
	border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.slick-map .slick-map-text {
    padding: 24px;
    text-align: center;
}

.slick-map .button {
	margin: 0 auto;
}

.slick-map-nav{
	display: none;
}

.map .slick-next, .map .slick-prev{
	display: none !important;
}

.footer{
	background-color: #FFFFFF;
	padding: 48px 0 32px 0;
	margin-top: 24px;
}

.footer a{
	font-size: 13px;
	color: #212529;
}

.footer .wrapper{
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .email, 
.footer .phone{
	display: flex;
	align-items: center;
	font-size: 13px;
}

.footer .email i, 
.footer .phone i{
	color: #3B943D;
	font-size: 32px;
	margin-right: 10px;
}

.footer .vk{
	width: 31px;
	height: 31px;
}

.footer .conf{
	display: block;
	text-align: center;
	margin-top: 10px;
}

.main .header {
    color: #212529;
	font-weight: 500;
}

.main .header a {
    color: #212529;
}

.main .nav-item a {
    color: rgba(0, 0, 0, 0.55);
}

.main .nav-item a:hover {
    color: #FFFFFF;
}

.main .separator {
    background-color: #212529;
	width: 0.5px;
}

.main .vk-icon svg path:first-child{
	fill: #3B943D;
}

.main .vk-icon svg path:last-child{
	fill: #F0F1F1;
	fill-opacity: 100%;
}

.main .dropdown-toggle.lang{
	color: #3B943D;
	font-weight: 500;
}

.cont_form{
    background-color: white;
    padding: 48px;
	display: inline-flex;
    flex-direction: column;
}

.cont_form input:not([type=submit]), .cont_form textarea {
    background-color: #F0F1F1;
	border: 1px solid #ced4da;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 0.375rem 0.75rem;
}

.cont_form input:not([type=submit]):focus, .cont_form textarea:focus {
    box-shadow: none;
	color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
}

.cont_form input + input{
	margin-top: 16px;
}

.cont_form textarea{
	margin: 16px 0;
}

.cont_form input[type=submit]{
	border-radius: 0;
}

.content{
	margin: 24px auto 48px auto;
	overflow: hidden;
}

.content a {
	font-weight: 600;
}

.content table{
	margin: 0 auto;
    width: auto;
}

.breadcrumbs{
	font-size: 14px;
	color: #878585;
	margin-bottom: 16px;
}

.breadcrumbs a{
	font-size: 14px;
	color: #6c757d;
	font-weight: 500;
}

.breadcrumbs:first-letter{
	text-transform: uppercase
}

.new-page .new_image, .new_image_container{
	display: none;
}

.slick-news-info {
    overflow: hidden;
    border-radius: 22px;
    border: 0.2rem solid #e4e4e4;
    transition: all .3s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	display: flex;
    flex-direction: column;
	align-items: center;
	text-align: center;
	margin-bottom: 24px;
}

.news{
	position: relative;
}

.news .slick-slide{
    margin: 12px;
}

.news .button-all{
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
}

.slick-news-info-text{
	width: 100%;
	padding-bottom: 24px;
}

.slick-news-info-text h2, 
.slick-news-info-text h1,
.slick-news-info-text a:first-child{
	font-size: 16px !important;
	color: #3B943D;
}

.slick-news-info-text > a:not(.button-fill){
	display: inline-block;
	min-height: 36px;
	color: #3B943D;
	font-weight: 600;
}

.slick-news-info-text small{
	display: block;
	margin-bottom: 16px;
	font-size: 14px !important;
	font-weight: normal;
    color: #212529;
}

.slick-news-info-text .button{
	margin: 0 auto;
	font-size: 12px;
} 

.new_image_container {
    position: relative;
    overflow: hidden;
	width: 32vw;
    height: 26vw;
    margin-bottom: 1vw;
}

.slick-news-info img {
    max-width: 100%;
    margin-bottom: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: auto;
    height: 100%;
    object-fit: cover;
}

.news .new_image_container, .news .slick-news-info img{
	display: block;
}

.catalog{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2vw;
    gap: 2vw;
}

.catalog-item {
    display: flex;
    flex-direction: column;
    flex-basis: 24vw;
    align-items: center;
    background: white;
    border-radius: 10px;
    max-width: 400px;
}

.catalog-item img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.catalog-item-link {
    display: block;
    padding: 20px;
    text-align: center;
}

.footer .dropdown{
	display: none;
}

table.sitemap{
	float: none;
    width: 100%;
}

table.table-gallery tr {
    display: flex;
    flex-wrap: wrap;
}

.content iframe[allowfullscreen], .content iframe[frameborder="0"]{
	text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.content iframe.contact_map{
    display: inline-block;
}



@media (max-width: 1340px) and (min-width: 575px) {
	.first-screen {
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	.first-screen-text {
		padding-bottom: 5%;
	}
	.first-screen .title {
		font-size: 4vw;
	}
	.main .header{
		padding-left: 20px;
		padding-right: 20px;
	}
	.content {
		padding: 0 8vw;
		margin: 0px auto;
		min-height: 100%;
	}
	.footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	.header .search-icon,
	.header .separator {
		display: none;
	}
	.header .dropdown {
		position: absolute;
		right: 2vw;
		top: 2vw;
	}
	.header a.dropdown-item {
		font-size: 10px;
	}
	.logo{
		max-width: 29vw;
	}
	.slick-news-info-text h2, .slick-news-info-text h1, .slick-news-info-text a:first-child {
		font-size: 1.1vw !important;
	}
	.slick-news-info-text small {
		font-size: 1vw !important;
		margin-bottom: 1vw;
	}
	.slick-news-info-text .button {
		font-size: 1vw;
		height: auto;
		padding: 0.5vw 1vw;
		width: 50%;
	}
	.news .button-all {
		font-size: 1vw;
		padding: 0.5vw 1vw;
		width: 15%;
		height: auto;
	}
	.new_image_container {
		position: relative;
		overflow: hidden;
		width: 31vw;
    	height: 27vw;
	}
}

@media (max-width: 768px) and (min-width: 575px) {
	.first-screen-text {
		margin-top: 9vw;
	}
	.header {
		font-size: 1.4vw;
	}
	.number-icon svg, .email-icon svg, .search-icon svg, .vk-icon svg {
		height: 4vw;
		width: 4vw;
		margin-right: 5px;
	}
	.navbar-nav {
		padding: 0;
	}
	.nav-item a {
		font-size: 2vw;
	}
	.first-screen .title {
		font-size: 3vw;    
		margin-bottom: 2px;
	}
	.first-screen .description {
		font-size: 2vw;
	}
	.first-screen .button {
		font-size: 1.5vw;
		padding: 1vw 2.5vw;
		width: auto;
		height: auto;
	}
	.catalog-item {
		flex-basis: 40vw;
	}
	.photo-slider img {
		margin: 0 auto;
	}
	.our_production .button-group, .news .button-group, .photo-slider .button-group {
		width: 30vw;
	}
	.slick-map {
		width: 45vw;
	}
	.footer .email, .footer .phone {
		font-size: 1.5vw;
	}
	.footer a {
		font-size: 1.5vw;
	}
	.footer .email i, .footer .phone i {
		font-size: 4vw;
	}
	.map h3 {
		margin: 48px 0 -13vw 0px;
	}
	.new_image_container {
		width: 47vw;
		height: 31vw;
	}
}


@media (max-width: 575px) { 
	.header .logo{
		max-width: auto;
	}

	.header-video {
		top: -1px;
	}

	.first-screen {
		height: auto;
	}

	.title {
		font-size: 5vw;
	}

	.description {
		font-size: 4vw;
	}

	.first-screen-text {
		margin-left: 8vw;
		padding-bottom: 0;
		color: #212529;
	}

	.first-screen-text .button-fill:hover  {
		border: 1px solid #3B943D;
		background-color: transparent;
		color: #3B943D;
	}

	.first-screen-text .button-outline {
		border: 1px solid #3B943D;
		color: #3B943D;
	}

	.first-screen-text .button-outline:hover {
		background-color: #3B943D;
		color: #FFFFFF;
	}

	.button {
		font-size: 3vw;
		padding: 1.5vw 2.5vw;
		width: auto;
		height: auto;
	}

	.button + .button {
		margin-left: 5px;
	}
	
	.header{
		flex-direction: column;
		padding-top: 5px;
		align-items: baseline;
		margin-left: 8vw;
		margin-bottom: 4vw;
		font-size: 10px;
		height: 58vw;
	}

	.number-icon svg, .email-icon svg, .search-icon svg, .vk-icon svg {
		height: 25px;
		width: 25px;
	}

	.header .logo, 
	.header .number, 
	.header .email, 
	.header .vk{
		margin-bottom: 12px;
	}

	.header .search-icon,
	.header .separator {
		display: none;
	}

	.navbar-nav {
		flex-wrap: wrap;
		padding: 0 20px 32px calc(8vw - 6px);
	}

	.nav-item{
		text-align: left;
	}

	.index .nav-item a {
		color: #212529
	}

	.nav-item a {
		padding: 2px 6px;
		font-size: 14px;
	}

	.nav-item a:hover, .main .nav-item a:hover {
		background-color: transparent;
		font-size: 14px;
		color: #212529;
	}

	.slick-arrow{
		width: 28px;
		height: 28px;
	}

	.our_production .button-group, .news .button-group, .photo-slider .button-group {
		width: auto;
		margin-right: 10px;
		top: 10px;
	}

	.news .button-group {
		top: -3px;
	}

	.our_production h3, .news h3, .photo-slider h3 {
		font-size: 18px;
		margin: 30px 0;
	}

	.news h3{
		margin: 16px 0;
	}

	.our_production, .photo-slider, .news {
		margin-top: 48px;
	}

	.slick-slide img {
		max-width: 100%;
	}

	.slick-slide .slick-product-text {
		width: 100%;
		margin-left: 20px;
		font-size: 11px;
	}

	.slick-slide .slick-product-text h3 {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.slick-slide .slick-product-text p {
		margin-bottom: 6px;
	}

	.news .button-all {
		width: 40vw;
	}

	.footer .wrapper {
		flex-direction: column;
		align-items: baseline;
		padding-left: 8vw;
	}

	.footer .logo {
		margin-bottom: 3vw;
	}

	.footer .email, .footer .phone {
		margin-bottom: 2vw;
	}

	.content {
		padding: 0 8vw;
		margin: 0px auto;
	}

	.contact_map{
		max-width: 100%;
	}

	.cont_form{
		padding: 30px;
		max-width: 100%;
	}

	.content h1{
		font-size: 6vw;
	}   
	
	.content h2{
		font-size: 5vw;
	}  
	
	.content h3{
		font-size: 4.5vw;
	}  

	.new-page iframe{
		width: auto;
		max-width: 100%;
		height: auto;
	}

	.new-page table tr{
		display: flex;
    	flex-direction: column;
	}

	.slick-news-info-text .button {
		width: 80%;
	}

	.new_image_container {
		width: 93vw;
		height: 78vw;
	}

	.map-wrapper {
		flex-direction: column;
	}

	.map-svg{
		order: 1;
	}

	.map h3 {
		margin-bottom: -21vh;
	}

	.slick-map {
		width: 100%;
		order: 2;
		margin-top: -8vh;
	}

	.slick-map-text p{
		font-size: 13px;
	}

	.slick-map-text .button {
		width: 40vw;
	}

	.catalog {
		margin: 5vw auto;
	}

	.catalog-item {
		flex-basis: 38vw;
	}

	.catalog-item-link {
		font-size: 3.2vw;
		padding: 10px 5px;
	}

	.header .dropdown {
		position: absolute;
		right: 2vw;
		top: 2vw;
	}
	.header a.dropdown-item {
		font-size: 10px;
	}

	.footer .dropdown{
		display: inline-flex;
	}

	.footer .dropdown-toggle.lang{
		color: #212529;
		font-size: 13px
	}

	

	table.table-gallery tr {
		justify-content: center;
	}

	.content iframe[allowfullscreen], .content iframe[frameborder="0"]{
		height: auto;
	}
 }


