@font-face {
  font-family: 'Arial';
  src: url('/fonts/arial.woff2') format('woff2'),
       url('/fonts/arial.woff') format('woff'),
       url('/fonts/arial.ttf')  format('truetype');
}

@font-face {
  font-family: 'ArialB';
  src: url('/fonts/ariblk.woff2') format('woff2'),
       url('/fonts/ariblk.woff') format('woff'),
       url('/fonts/ariblk.ttf')  format('truetype');
}

@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat-medium.woff2') format('woff2'),
        url('/fonts/montserrat-medium.woff') format('woff'),
        url('/fonts/montserrat-medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('/fonts/montserrat-bold.woff2') format('woff2'),
        url('/fonts/montserrat-bold.woff') format('woff'),
        url('/fonts/montserrat-bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

b {
	/*font-family: ArialB;*/
}

ul.my-theme1 {
  list-style: none; /* Remove default bullets */
}

ul.my-theme1 li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: red; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  font-size:15pt;
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 0.8em; /* Also needed for space (tweak if needed) */
  margin-left: -2.5rem; /* Also needed for space (tweak if needed) */
}

/*bootstrap style ovverride*/

.btn-outline-success {
	color: #7FAD00;
    border-color: #7FAD00;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #7FAD00;
    border-color: #7FAD00;
}

.btn-outline-secondary {
	color: #7FAD00;
    border-color: #7FAD00;
}

.btn-outline-secondary:hover {
    color: #fff;
    /*background-color: #7FAD00;*/
    border-color: #7FAD00;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #7FAD00;
    background-color: transparent;
}

.btn-success {
    background-color: #7FAD00;
    border-color: #7FAD00;
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #7FAD00;
    border-color: #7FAD00;
}

.btn.disabled, .btn:disabled {
   opacity: 1;
}

/* breadcrumb */
.breadcrumb-item a{
	color:#000;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /*font-family: Arial;*/
}
/* Sticky footer styles
-------------------------------------------------- */

/* custom styles */

.decor1 {
	position:absolute;
	display:block;
	left:10px;
	bottom:0;
	opacity:0;
	display:none;
}
.decor12 {
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	display:none;
}

.decor2 {
	position:absolute;
	right:0;
	bottom:0;
	opacity:1;
}

.decor3 {
	position:absolute;
	right:0;
	bottom:0;
	opacity:1;
}
.decor32 {
	position:absolute;
	right:0;
	bottom:0;
	opacity:0;
}

.decor4 {
    position: absolute;
    right: 25%;
    bottom: 0;
    background-image: url('/img/podarok1.png');
    width: 262px;
    height: 192px;
    background-position: top;
    background-repeat: no-repeat;
}

.decor5 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 380px;
    opacity: 0;
    display:block;
}
.decor52 {
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 676px;
    opacity: 0;
    display:block;
}
.decor53 {
    position: absolute;
    right: 0;
    bottom: 235px;
    width: 300px;
    opacity: 0;
    display:block;
}

.decor6 {
	position:absolute;
	right:0;
	bottom:100px;
	opacity:1;
	z-index:1000;
}

.my-up-case {
	text-transform: uppercase;
}

.my-line1 {
	border-top:#7FAD00 5px solid;
	width:55px;
}

.my-header1 {
	background-color: #7FAD00;
	color: #fff;
}

.my-header1 div.my-col { 
	padding:8px;
}	

.my-header1 a {
	color:#fff;
}

.my-header1 a:hover {
	color:#fff;
}	

.my-header1 .slogan {
	/*font-family: Arail;*/
}

.my-header2 {
	height: auto;
}

.my-header2 .my-logo {
	top: -36px;
}

.my-header2 .my-main-menu a {
	color:#000;
	font-size: 1.3rem;
	/*font-family: ArialB;*/
    border-bottom: 3px solid #fff;
}

h1.my-theme1 {
	color: #7FAD00;
	text-transform: uppercase;
	/*font-family: ArialB;*/
}

h1.my-theme2 {
	text-transform: uppercase;
	/*font-family: ArialB;*/
}

h1.my-theme3 {
	/*font-family: ArialB;*/
	font-size: 2rem;
}

h2.my-theme3 {
	text-transform: lowercase;
	/*font-family: ArialB;*/
	color: #7FAD00;
	font-size: 1.4rem;
}

h2.my-theme2 {
	font-size: 1rem;
	margin-bottom: 0;
}

h4.my-theme2 {
	font-size: 1rem;
	margin-bottom: 0;
	/*font-family: ArialB;*/
    line-height: 2;
    padding-right: 10px;	
}

.my-sub-menu a {
	color:#000;
	font-size: 0.9rem;
	/*font-family: ArialB;*/
    border-bottom: 3px solid #fff;
}

img.prod {
	width:100%;
}
img.prod2 {
	height:220px;
}

.my-group-nav {
	/*font-family: ArialB;*/
	line-height:2;
}

.my-group-nav a {
	color: #000;
	margin: 0 5px;
}	

.my-group-nav a.sel{
	color: #7FAD00;
}	

.my-group-nav a:hover {
	color: #7FAD00;
	text-decoration: none;
}

/*span.my-group-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: colomn;
	padding: 0 5px;
}*/

.splide div {
	padding: 6px;
}

.splide	.sel {
	border:1px solid #7FAD00;
	border-radius: 5px;
}

.splide__arrow--prev {
    left: -1em;
}

.splide__arrow--next {
    right: -1em;
}

#carouselExampleFade1 {
	max-width:1980px;
	margin:0 auto;
}

div.my-main-form1 {
	color:#00000;
	text-align: left;
	top:15%;
	left:21%;
	right:auto;
	bottom:auto;
}
div.my-main-form1 h1{
	color:#7FAD00;
}
div.my-main-form1 h2{
	color:#8F8F8F;
}

div.my-main-form2 {
	color:#FFFFFF;
	text-align: left;
	top:15%;
	left:21%;
	right:auto;
	bottom:auto;
}
div.my-main-form2 h1{
	color:#FFFFFF;
}
div.my-main-form2 h2{
	color:#FFFFFF;
}

div.my-main-form3 {
	color:#FFFFFF;
	text-align: left;
	top:15%;
	right:13%;
	left:auto;
	bottom:auto;
}
div.my-main-form3 h1{
	color:#FFFFFF;
}
div.my-main-form3 h2{
	color:#FFFFFF;
	/*background-color:red;*/
}

.my-trigger h3 {
	font-size:1.4rem;
	color:#7FAD00;
}
.my-trigger p {
}
.my-trigger img {
	padding-right:10px;
}

#carouselExampleFade2 {
	/*min-height:400px;*/
}

div.my-main-form1s {
	color:#00000;
	text-align: left;
	top:1px;
	left:auto;
	right:auto;
	bottom:auto;
}
div.my-main-form1s h1{
	color:#000000;
}
div.my-main-form1s h2{
	color:#7FAD00;
}

div.my-main-form3s {
	color:#FFFFFF;
	text-align: left;
	top:1px;
	left:auto;
	right:auto;
	bottom:auto;s
}
div.my-main-form3s h1{
	color:#000000;
}
div.my-main-form3s h2{
	color:#7FAD00;
	/*background-color:red;*/
}	


.my-mission {
	background-color: #7FAD00;
	color:#FFFFFF;
	padding: 45px 28px 45px 35px;
	position:relative;
}
.my-mission h1{
	font-size:1.2rem;
	color:#FFFFFF;
	text-transform: uppercase;
}
.my-mission img.dec1 {
	top:0;
	left:0;
	position:absolute;
}
.my-mission img.dec2 {
	bottom:0;
	right:0;
	position:absolute;
}
.my-mission img.dec3 {
	bottom:0;
	right:0;
	position:absolute;
}

.my_slide_btn {
	border-radius: 19px;
	border: 2px solid #eee;
	background-color: #eee;
	cursor:pointer;
}

.my_slide_btn:hover { 
	border-color: #ccc;
	background-color: #ccc; 
}

.my_slide_btn i {
	font-size: 1.6rem;
    margin: 5px;
}

.phone {
	padding-left: 25px;
	background: url(/img/icon/phone_in_talk.svg) no-repeat left center;
	background-size: 20px;
}

.hamburger {
	padding: 8px 15px;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible; 
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
	background-color: #fff; 
}

.hamburger-box {
	width: 35px;
	height: 24px;
	display: inline-block;
	position: relative; 
}

.hamburger-inner {
	display: block;
	top: 50%;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
    
.hamburger-inner::before {
    top: -8px; 
}

.hamburger-inner::after {
    bottom: -8px; 
}

.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze .hamburger-inner::before {
	transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}

.hamburger--squeeze .hamburger-inner::after {
	transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--squeeze.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.overlay {
	display: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.45);
    z-index: 90;
    position: fixed;	
}

.title_menu, .close_menu {
	display: none;
}

.menu_btn {
	min-width: 55px;
}

.menu_btn .icon {
	height: 29px
}

.header_contacts .icon {
	background: url(/img/icon/phone_in_talk.svg) no-repeat center;
    background-size: 30px;
}

.header_order .icon {
	background: url(/img/icon/bascet-1.png) no-repeat center;
    background-size: 31px;
}

/* custom styles */

@media screen and (min-width: 1800px) {
	.decor1, .decor12 {
		opacity:1;
		display:block;
	}	
	.decor5, .decor52, .decor53 {
		opacity:1;
	}		
	.decor32 {
		opacity:1;
	}
}	

@media screen and (min-width: 1300px) and (max-width: 1700px) {
	div.my-main-form3 {
		top:15%;
		right:5%;
		left:auto;
		bottom:auto;
	}	
}	

@media screen and (min-width: 992px) and (max-width: 1299px) {
	div.my-main-form3 {
		top:4%;
		right:1%;
		left:auto;
		bottom:auto;
	}	
}	

/*Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
	.container {
		max-width: 1400px;
	}
	.my-header2 {
		height: 140px;
	}	
}	

/*Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
	.my-header2 {
		height: 140px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	img.prod {
		width:70%;
	}
	img.prod2{
		height:180px;
	}	
}	

@media screen and (max-width: 991px) {
	.my-header2 .my-logo {
		top: 0;
	}	
	.decor3 {
		display:none;
	}		
	.decor4 {
		right: 0;
		bottom: 0;
	}	

	#carouselExampleFade2 img {
		min-height: auto !important;
		height: 500px !important;
		margin:0 auto;
	}

	.my-main-menu {
		margin-top: 15px;
	}

	#carouselExampleFade2 .carousel-item {
		min-height: 250px;
	}

	#carouselExampleFade2 .carousel-indicators li {
		background-color: #7fad00;
	}

	#carouselExampleFade2 .carousel-control-next-icon {
		background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%237FAD00' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
	}

	#carouselExampleFade2 .carousel-control-prev-icon {
		background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%237FAD00' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
	}
}	

/*Medium devices (tablets, 768px and up)*/
@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
	img.prod2 {
		height: auto;
	}

	.my-mission img.dec3 {	
		opacity:0;
	}
	.decor5, .decor52, .decor53, .decor32 {
		display:none;
	}	
	.my-header1 .slogan {
		display: none;
	}
	.hamburger {
		display: block;
		position: relative;
		margin-right: -15px;
	}

	.header_wrapper {
		display: flex;
		align-items: center;
		justify-content: space-around;
		padding: 0 15px !important;
		text-align: center;
	}

	.mobile_menu {
		position: fixed;
		left: -100%;
		background: #7FAD00;
		text-align: left !important;
		transition: .25s;
		height: 100vh;
		overflow: auto;
		padding: 10px 0 20px;
		top: 0;
		z-index: 100;
		width: 280px;
	}

	.my-header2 .my-main-menu a {
		color: #fff;
		display: block;
		margin: 0 !important;
		padding: 10px 15px;
		border-bottom: none;
	}

	.mobile_menu.open {
		left: 0;
		box-shadow: 0 0 5px rgba(0,0,0,.3);
	}

	.close_menu {
		width: 40px;
		height: 40px;
		opacity: 0;
		-webkit-transition: .25s;
		-o-transition: .25s;
		transition: .25s;
		color: #fff;
		position: fixed;
		left: -40px;
		z-index: 95;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 28px;
		font-weight: 600;
		top: 0;
	}

	.open .close_menu {
		left: 280px;
		opacity: 1;
	}

	.my-header1 {
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: 90;
		box-shadow: 0 0 5px rgba(0,0,0,.2);
	}

	body {
		margin-bottom: 0;
	}

	.title_menu {
		display: block;
		text-align: center;
		color: #fff;
		font-size: 20px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(255,255,255,.2);
		text-transform: uppercase;
	}

	.my-trigger {
		margin-bottom: 15px;
	}

	.my-trigger > div:nth-child(1) {
		min-width: 95px;
		text-align: center;
	}

	.my-sub-menu a {
		display: block;
		border: 1px solid #7FAD00;
		border-radius: 15px;
		margin: 5px !important;
    	padding: 5px 15px;
		white-space: nowrap;
	}

	.my-sub-menu {
		flex-wrap: wrap;
		margin: 10px -5px 0;
	}

	.my-group-nav a {
		border: 1px solid #7FAD00;
		padding: 5px 10px;
		border-radius: 15px;
		margin: 5px;
		display: inline-block;
	}

	.my-group-nav {
		display: flex;
		flex-wrap: wrap;
	}

	.mission_wrapper > div {
		max-width: 100%;
		background-repeat: no-repeat;
	}

	.h1, h1 {
		font-size: 1.8rem;
	}

	.card-img-top {
		margin: auto;
		max-width: 230px;
		display: block;
	}

	.decor4 {
		position: static;
		background-color: #7FAD00;
		margin-top: 30px;
		width: 100%;
	}

	.mobile_title {
        font-size: 18px;
        font-weight: 600;
    }

	#carouselExampleFade2 .carousel-control-next, #carouselExampleFade2 .carousel-control-prev {
		display: none;
	}

	.footer {
		height: auto !important;
	}

	.my-header2 .my-main-menu a {
		border-bottom: 1px solid rgba(255,255,255,.2);
	}

	.my-header2 .my-main-menu a:hover {
		text-decoration: none;
	}

	.title_btn {
		text-align: center;
		font-size: 12px;
		line-height: 1;
	}

	#formGetPrice #reg-rez-msg-price {
		display: none;
	}

}	

/*Small devices (landscape phones, 576px and up)*/
@media screen and (max-width: 575px) {


	div.my-main-form1s h1{
		font-size:1.6rem;
	}
	div.my-main-form1s h2{
		font-size:1.2rem;
	}

	div.my-main-form3s h1{
		font-size:1.6rem;
	}
	div.my-main-form3s h2{
		font-size:1.2rem;
	}	

	#carouselExampleFade2 .btn {
		font-size: 14px;
	}

	.map iframe {
		height: 300px !important;
	}

}

@media screen and (max-width: 425px) {
	.my-trigger > div:nth-child(1) {
		min-width: 70px;
	}

	.my-trigger img {
		max-width: 100%;
	}

	.my-trigger h3 {
		font-size: 1.2rem;
	}

	.decor6 {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.my-sub-menu a:hover, .my-sub-menu a.sel {
		text-decoration: none;
		border-bottom: 3px solid #7FAD00;
		transition: border-bottom 0.15s;
	}

	.my-header2 .my-main-menu a:hover, .my-header2 .my-main-menu a.sel {
		text-decoration: none;
		border-bottom: 3px solid #7FAD00;
		transition: border-bottom 0.15s;
	}
}