@charset "utf-8";
/* CSS Document by 3dteapot.com */
/*------------------------------------------------------------------------Body-*/
html, body{
	scroll-behavior: smooth;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/*------------------------------------------------------------------------Font`s-*/
@font-face{
	font-family:Montserrat-Bold;
	src: url(font/Montserrat-Bold.ttf);
}
@font-face{
	font-family:Montserrat-ExtraBold;
	src: url(font/Montserrat-ExtraBold.ttf);
}
@font-face{
	font-family:Montserrat-ExtraLight;
	src: url(font/Montserrat-ExtraLight.ttf);
}
@font-face{
	font-family:Montserrat-Light;
	src: url(font/Montserrat-Light.ttf);
}
@font-face{
	font-family:Montserrat-Regular;
	src: url(font/Montserrat-Regular.ttf);
}
/*------------------------------------------------------------------------Styles-basic*/
.link{text-decoration: none; color:#FFF;transition-property:all;transition:all ease 0.4s;}
.link:hover{text-decoration:none;color:#ff0000;transition:0.4s;}

.link-two{text-decoration: none; color:#ff0000; transition-property:all;transition:all ease 0.4s;}
.link-two:hover{text-decoration:none;color:#FFF; transition:0.4s;}


.link-pres{text-decoration: none; color:#ff0000;transition-property:all;transition:all ease 0.4s;}
.link-pres:hover{text-decoration:none;color:#FFF;transition:0.4s;}

.link-shop{text-decoration: none; color:#000;transition-property:all;transition:all ease 0.4s;}
.link-shop:hover{text-decoration:none;color:#ff0000;transition:0.4s;}


.footer-r {float:right!important;}

.footers {border-top:solid 1px #b8b8b8;padding-top:10px;color: white;margin-top:20px!important;font-family:Montserrat;font-weight:600;position:relative;}
.footers a {color:#fff;text-decoration:none;}
.footers a:hover {color:#ff0000;}


.footers .col-xl-3 ,.col-sm-5{padding-left:0px;}
.footerkontora {text-align:right;padding-right:0px!important;}

.footerss {padding-right: var(--bs-gutter-x,.55rem)!important;}



.txt_input {
  border: solid 1px #c4c4c4;
  display: block;
  padding: 8px 10px;
  font-size: 16px;
  width: 90%;
  margin-bottom: 20px;
}
.submit  {
  background-color: #f5a503;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  border-radius: 5px;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400px;
  cursor: pointer;
  border: none;
  position: relative;
  overflow: hidden;
}



.red{color: #ff0000;}

@media (max-width: 1200px){
  .work{
	 	margin-top: 90px;
}}
@media (max-width: 768px){
  .work{
	 	margin-top: -100px;
}}
@media (max-width: 992px){
  .work{
	 	margin-top: -90px;
}}
@media (max-width: 576px){
  .work-two{
	 	margin-top: -120px;
}}
@media (max-width: 768px){
  .work-two{
	 	margin-top: -100px;
}}
@media (max-width: 992px){
  .work-two{
	 	margin-top: -100px;
}}
/*------------------------------------------------------------------------Title-header*/
.title{
	padding-top: 110px; 
	color: white;
	text-align: left;
	font-size: 28px;
	font-family:Montserrat-Bold;
	position: absolute;
	z-index: 100;
	padding-left: 1%;
}
@media (max-width: 768px){
  .title{
	 font-size: 24px;
}}
@media (max-width: 576px){
  .title{
	 padding-left: 3%;
	 font-size: 24px;
}}
@media (max-width: 450px){
  .title{
	 padding-left: 3%;
	 font-size: 21px;
	 padding-top: 70px;
}}
.title-end{
	padding-top: 620px; 
	color: white;
	text-align: left;
	font-size: 18px;
	font-family:Montserrat-Bold;
	position: absolute;
	z-index: 100;
	padding-left: 1%;
}
@media (max-width: 992px){
  .title-end{
	  padding-top: 540px;
}}
@media (max-width: 768px){
  .title-end{
	  padding-top: 490px;
	  font-size: 14px;
}}
@media (max-width: 576px){
  .title-end{
	 padding-left: 3%;
	 font-size: 11px;
}}
@media (max-width: 450px){
  .title-end{
	 padding-top: 460px; 
}}
.title-link{
	padding-top: 220px; 
	color: white;
	text-align: left;
	font-size: 16px;
	font-family:Montserrat-Regular;
	position: absolute;
	z-index: 200;
	padding-left: 1%;
}
@media (max-width: 768px){
  .title-link{
	 padding-top: 200px;
}}
@media (max-width: 576px){
  .title-link{
	 padding-left: 3%;
	 padding-top: 200px;
}}
@media (max-width: 450px){
  .title-link{
	 padding-top: 150px;
}}
.span-menu{margin-left: 5%;}
@media (max-width: 1400px){
  .span-menu{
	 margin-left: 4%;
}}
.icon-animal{
	border:none;
	transition-property: all;
	transition: all ease 0.4s;
}
.icon-animal:hover{
    transition:0.4s;
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}
.background{background-color: #090909;}
/*------------------------------------------------------------------------Styles-header*/
.logotype{
	text-align: center;
	z-index: 200;
}
@media (max-width: 1200px){
  .logotype{
	  text-align: left;
	  z-index: 100;
}}
@media (max-width: 576px){
  .logotype{
	  text-align: left;
	  margin-left: -17px;
}}
.menu-left{
	font-family:Montserrat-Bold;
	font-size: 14px;
	padding-top: 38px;
	text-align: left;
}
.menu-right{
	font-family:Montserrat-Bold;
	text-align: right;
	font-size: 14px;
	padding-top: 38px;
}
/*------------------------------------------------------------------------Styles-parallax*/
.parallax {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
	text-align: center;
	z-index: 100;
}
@media (max-width: 450px){
  .parallax{
	 background: url(images/100.png) no-repeat;
	 background-position: 0% 70%;
	 height: 500px;
}}
.lax-01{
	width: 1296px;
	height: 627px;
	background: url(images/lax-01.png) no-repeat;
	background-size: cover;
	position: relative;
	left:165px;
}
@media (max-width: 1400px){
  .lax-01{
	  left:0px;
}}
@media (max-width: 1200px){
  .lax-01{
	  background-size: 80%;
	  background-position: center;
	  left:0;
}}
@media (max-width: 992px){
  .lax-01{
	  background-size: 65%;
	  background-position: center;
	  left:-180px;
	  height: 550px;
}}
@media (max-width: 768px){
  .lax-01{
	  background-size: 50%;
	  background-position: center;
	  left:-300px;
	  height: 500px;
}}
@media (max-width: 576px){
  .lax-01{
	  background-size: 80%;
	  background-position: center;
}}
@media (max-width: 450px){
  .lax-01{
	  display: none; 
}}
/*------------------------------------------------------------------------*/
.lax-02 {
	width: 908px;
	height: 596px;
	background: url(images/lax-02.png) no-repeat;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -20px;
	left: 210px;
}
@media (max-width: 1200px){
  .lax-02{
	  background-size: 80%;
	  background-position: center;
	  left:120px;
}}
@media (max-width: 992px){
  .lax-02{
	  background-size: 60%;
	  background-position: center;
	  left: 150px;
	  top:20px;
}}
@media (max-width: 768px){
  .lax-02{
	  background-size: 48%;
	  background-position: center;
	  left: 120px;
}}
@media (max-width: 576px){
  .lax-02{
	  background-size: 50%;
	  background-position: center;
	  left: 120px;
}}
@media (max-width: 450px){
  .lax-02{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-03 {
	width: 183px;
	height: 205px;
	background: url(images/lax-03.png) no-repeat;
	position: absolute;
	bottom: 280px;
	left: 940px; 
	z-index: -100;
}
@media (max-width: 1200px){
  .lax-03{
	  background-size: 80%;
	  left: 800px;
	  top: 170px;
}}
@media (max-width: 992px){
  .lax-03{
	  background-size: 60%;
	  left: 800px;
	  top: 200px;
}}
@media (max-width: 768px){
  .lax-03{
	  background-size: 40%;
	  left: 750px;
	  top: 230px;
}}
@media (max-width: 576px){
  .lax-03{
	  background-size: 40%;
	  left: 730px;
	  top: 220px;
}}
/*------------------------------------------------------------------------Styles-parallax*/
.parallax-01 {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: center;
}
@media (max-width: 450px){
  .parallax-01{
	 background: url(images/200.png) no-repeat;
	 background-position: center;
	 height: 400px;
}}
/*------------------------------------------------------------------------*/
.lax-01-1{
	width: 1304px;
	height: 1029px;
	background: url(images/lax-01-1.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: -80;
	top:-100px;
}
@media (max-width: 1400px){
  .lax-01-1{
	  background-size: 84%;
}}
@media (max-width: 1200px){
  .lax-01-1{
	  background-size: 75%;
}}
@media (max-width: 992px){
  .lax-01-1{
	  background-size: 55%;
	  background-position: left;
	  left:0px;
	  height: 700px;
}}
@media (max-width: 768px){
  .lax-01-1{
	  background-size: 40%;
	  background-position: left;
	  left:0px;
	  height: 540px;
	  top:-80px;
}}
@media (max-width: 576px){
  .lax-01-1{
	  background-size: 50%;
	  left: -50px;
	  background-position: left;
	  top:-50px;
}}
@media (max-width: 450px){
  .lax-01-1{
	  display: none;
}}
/*------------------------------------------------------------------------Styles-parallax*/
.parallax-02 {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: center;
}
@media (max-width: 450px){
  .parallax-02{
	 background: url(images/300.png) no-repeat;
	 background-position: center;
	 height: 940px;
}}
.parallax-022 {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: center;
}
@media (max-width: 450px){
  .parallax-022{
	 background: url(images/400.png) no-repeat;
	 background-position: center;
	 height: 780px;
}}
/*------------------------------------------------------------------------*/
.lax-02-1{
	width: 467px;
	height: 611px;
	background: url(images/lax-02-1.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 230px;
	left: 120px;
	z-index: 100;
}
@media (max-width: 1400px){
  .lax-02-1{
	  background-size: 80%;
	  top: 220px;
	  left: 110px;
}}
@media (max-width: 1200px){
  .lax-02-1{
	  background-size: 75%;
	  background-position: center;
	  left:40px;
	  top:110px;
}}
@media (max-width: 992px){
  .lax-02-1{
	  background-size: 55%;
	  background-position: left;
	  left:80px;
	  top:60px;
}}
@media (max-width: 768px){
  .lax-02-1{
	  background-size: 45%;
	  background-position: left;
	  left: 40px;
	  top:-30px;
}}
@media (max-width: 576px){
  .lax-02-1{
	  background-size: 50%;
	  background-position: left;
	  left: 70px;
	  top:-30px;
}}
@media (max-width: 450px){
  .lax-02-1{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-03-1{
	width: 1013px;
	height: 581px;
	background: url(images/lax-03-1.png) no-repeat;
	position: absolute;
	bottom: 200px;
	left: 250px; 
}
@media (max-width: 1400px){
  .lax-03-1{
	  background-size: 80%;
	  bottom: 205px;
	  left: 220px; 
}}
@media (max-width: 1200px){
  .lax-03-1{
	  background-size: 75%;
	  top: 200px;
	  left: 190px;
}}
@media (max-width: 992px){
  .lax-03-1{
	  background-size: 55%;
	  left: 150px;
	  top: 210px;
}}
@media (max-width: 768px){
  .lax-03-1{
	  background-size: 45%;
	  left: 100px;
	  top: 160px;
}}
@media (max-width: 576px){
  .lax-03-1{
	  background-size: 45%;
	  left: 110px;
	  top: 180px;
}}
/*------------------------------------------------------------------------Slide*/
.lax-01-2{
	width: 1209px;
	height: 690px;
	background: url(images/lax-01-2.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: -80;
	left: 50px;
}
@media (max-width: 1400px){
  .lax-01-2{
	  background-size: 85%;
}}
@media (max-width: 1200px){
  .lax-01-2{
	  background-size: 75%;
}}
@media (max-width: 992px){
  .lax-01-2{
	  background-size: 55%;
	  background-position: center;
	  left:-230px;
	  height: 550px;
}}
@media (max-width: 768px){
  .lax-01-2{
	  background-size: 45%;
	  background-position: center;
	  left:-300px;
	  height: 450px;
}}
@media (max-width: 576px){
  .lax-01-2{
	  background-size: 50%;
	  background-position: center;
	  
}}
@media (max-width: 450px){
  .lax-01-2{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-02-2{
	width: 1116px;
	height: 499px;
	background: url(images/lax-02-2.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 160px;
	left: 70px;
}
@media (max-width: 1400px){
  .lax-02-2{
	  background-size: 85%;
}}
@media (max-width: 1200px){
  .lax-02-2{
	  background-size: 75%;
	  background-position: center;
	  left:-80px;
	  top:60px;
}}
@media (max-width: 992px){
  .lax-02-2{
	  background-size: 55%;
	  background-position: center;
	  left: 60px;
	  top:70px;
}}
@media (max-width: 768px){
  .lax-02-2{
	  background-size: 45%;
	  background-position: center;
	  left: 30px;
	  top: 30px;
}}
@media (max-width: 576px){
  .lax-02-2{
	  background-size: 50%;
	  background-position: left;
	  left: 230px;
	  top: 10px;
}}
@media (max-width: 450px){
  .lax-02-2{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-03-2{
	width: 1144px;
	height: 279px;
	background: url(images/lax-03-2.png) no-repeat;
	position: absolute;
	bottom: 320px;
	left: 80px; 
}
@media (max-width: 1400px){
  .lax-03-2{
	  background-size: 85%;
}}
@media (max-width: 1200px){
  .lax-03-2{
	  background-size: 75%;
	  top: 60px;
	  left:70px;
}}
@media (max-width: 992px){
  .lax-03-2{
	  background-size: 55%;
	  left: 320px;
	  top: 140px;
}}
@media (max-width: 768px){
  .lax-03-2{
	  background-size: 45%;
	  left: 340px;
	  top: 150px;
}}
@media (max-width: 576px){
  .lax-03-2{
	  background-size: 35%;
	  left: 360px;
	  top: 100px;
}}
/*------------------------------------------------------------------------Slide*/
.lax-01-3{
	width: 1283px;
	height: 860px;
	background: url(images/lax-01-3.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: -80;
}
@media (max-width: 1400px){
  .lax-01-3{
	  background-size: 80%;
	  left:40px;
}}
@media (max-width: 1200px){
  .lax-01-3{
	  background-size: 75%;
	  top:-10px;
}}
@media (max-width: 992px){
  .lax-01-3{
	  background-size: 55%;
	  background-position: center;
	  left:-230px;
	  height: 550px;
}}
@media (max-width: 768px){
  .lax-01-3{
	  background-size: 45%;
	  background-position: center;
	  left:-350px;
	  height: 500px;
}}
@media (max-width: 576px){
  .lax-01-3{
	  background-size: 40%;
	  background-position: center;
}}
@media (max-width: 450px){
  .lax-01-3{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-02-3{
	width: 1023px;
	height: 619px;
	background: url(images/lax-02-3.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 190px;
	left: 190px;
}
@media (max-width: 1400px){
  .lax-02-3{
	  background-size: 80%;
	  top: 180px;
}}
@media (max-width: 1200px){
  .lax-02-3{
	  background-size: 75%;
	  background-position: center;
	  left:40px;
	  top:10px;
}}
@media (max-width: 992px){
  .lax-02-3{
	  background-size: 55%;
	  background-position: center;
	  left: 150px;
	  top:45px;
}}
@media (max-width: 768px){
  .lax-02-3{
	  background-size: 45%;
	  background-position: center;
	  left: 150px;
	  top: 30px;
}}
@media (max-width: 576px){
  .lax-02-3{
	  background-size: 40%;
	  background-position: center;
	  left: 130px;
	  top:-10px;
}}
@media (max-width: 450px){
  .lax-02-3{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-03-3{
	width: 506px;
	height: 379px;
	background: url(images/lax-03-3.png) no-repeat;
	position: absolute;
	bottom: 175px;
	left: 60px; 
}
@media (max-width: 1400px){
  .lax-03-3{
	  background-size: 80%;
	  bottom: 210px;
	  left: 100px;
}}
@media (max-width: 1200px){
  .lax-03-3{
	  background-size: 75%;
	  top: 180px;
	  left: 80px;
}}
@media (max-width: 992px){
  .lax-03-3{
	  background-size: 55%;
	  left: 320px;
	  top: 260px;
}}
@media (max-width: 768px){
  .lax-03-3{
	  background-size: 40%;
	  left: 410px;
	  top: 250px;
}}
@media (max-width: 576px){
  .lax-03-3{
	  background-size: 40%;
	  left: 390px;
	  top: 220px;
}}
/*------------------------------------------------------------------------Styles-parallax*/
.parallax-03 {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: center;
}
@media (max-width: 450px){
  .parallax-03{
	 background: url(images/500.png) no-repeat;
	 background-position: center;
	 height: 870px;
}}
/*------------------------------------------------------------------------Styles-parallax*/
.parallax-04 {
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
	text-align: center;
}
@media (max-width: 450px){
  .parallax-04{
	 background: url(images/600.png) no-repeat;
	 background-position: center;
	 height: 320px;
}}
/*------------------------------------------------------------------------Slide*/
.lax-01-4{
	width: 1310px;
	height: 698px;
	background: url(images/lax-01-4.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: -80;
	left: 0;
}
@media (max-width: 1400px){
  .lax-01-4{
	  background-size: 80%;
	  left: 50px;
}}
@media (max-width: 1200px){
  .lax-01-4{
	  background-size: 70%;
}}
@media (max-width: 992px){
  .lax-01-4{
	  background-size: 55%;
	  background-position: center;
	  left:-230px;
	  height: 550px;
}}
@media (max-width: 768px){
  .lax-01-4{
	  background-size: 45%;
	  background-position: left;
	  left:-20px;
	  height: 500px;
}}
@media (max-width: 576px){
  .lax-01-4{
	  background-size: 45%;
	  background-position: left;
}}
@media (max-width: 450px){
  .lax-01-4{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-02-4{
	width: 1046px;
	height: 551px;
	background: url(images/lax-02-4.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 40px;
	left: 50px;
}
@media (max-width: 1400px){
  .lax-02-4{
	  background-size: 80%;
	  left: 70px;
	  top: 20px
}}
@media (max-width: 1200px){
  .lax-02-4{
	  background-size: 75%;
	  background-position: center;
	  left: -70px;
	  top:-50px;
}}
@media (max-width: 992px){
  .lax-02-4{
	  background-size: 55%;
	  background-position: center;
	  left: 90px;
	  top: -10px;
}}
@media (max-width: 768px){
  .lax-02-4{
	  background-size: 45%;
	  background-position: left;
	  left: 50px;
	  top: -40px;
}}
@media (max-width: 576px){
  .lax-02-4{
	  background-size: 40%;
	  background-position: left;
	  left: 60px;
}}
@media (max-width: 450px){
  .lax-02-4{
	  display: none;
}}
/*------------------------------------------------------------------------Slide*/
.lax-01-5{
	width: 1337px;
	height: 676px;
	background: url(images/lax-01-5.png) no-repeat;
	background-size: cover;
	position: relative;
	z-index: -80;
	left: 0;
}
@media (max-width: 1400px){
  .lax-01-5{
	  background-size: 80%;
}}

@media (max-width: 1200px){
  .lax-01-5{
	  background-size: 75%;
}}
@media (max-width: 992px){
  .lax-01-5{
	  background-size: 55%;
	  background-position: left;
	  left:0px;
	  height: 550px;
}}
@media (max-width: 768px){
  .lax-01-5{
	  background-size: 45%;
	  background-position: left;
	  left:0px;
	  height: 500px;
}}
@media (max-width: 576px){
  .lax-01-5{
	  background-size: 45%;
	  background-position: left;
}}
@media (max-width: 450px){
  .lax-01-5{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.lax-02-5{
	width: 1206px;
	height: 608px;
	background: url(images/lax-02-5.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 40px;
	left: 20px;
}
@media (max-width: 1400px){
  .lax-02-5{
	  background-size: 80%;
	  left: 100px;
	  top: 20px;
}}
@media (max-width: 1200px){
  .lax-02-5{
	  background-size: 75%;
	  background-position: center;
	  left:-90px;
	  top:-50px;
}}
@media (max-width: 992px){
  .lax-02-5{
	  background-size: 55%;
	  background-position: left;
	  left: 60px;
	  top: -20px;
}}
@media (max-width: 768px){
  .lax-02-5{
	  background-size: 42%;
	  background-position: left;
	  left: 20px;
	  top: -50px;
}}
@media (max-width: 576px){
  .lax-02-5{
	  background-size: 38%;
	  background-position: left;
	  left: 30px;
}}
@media (max-width: 450px){
  .lax-02-5{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.parallax-404{
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 40px;
	text-align: center;
	z-index: 100;
	margin-top: 60px;
}
@media (max-width: 1200px){
  .parallax-404{
	  margin-top: 0px;
}}
@media (max-width: 992px){
  .parallax-404{
	  margin-top: -40px;
}}
@media (max-width: 768px){
  .parallax-404{
	  margin-top: -40px;
}}
@media (max-width: 576px){
  .parallax-404{
	  margin-top: -10px;
}}
@media (max-width: 450px){
  .parallax-404{
	 background: url(images/700.png) no-repeat;
	 background-position: center;
	 height: 350px;
}}
.lax-01-6{
	width: 1321px;
	height: 576px;
	background: url(images/lax-01-6.png) no-repeat;
	background-size: cover;
	position: relative;
	left:0;
}
@media (max-width: 1400px){
  .lax-01-6{
	   background-size: 85%;
}}
@media (max-width: 1200px){
  .lax-01-6{
	  background-size: 80%;
	  background-position: left;
	  left:-20px;
}}
@media (max-width: 992px){
  .lax-01-6{
	  background-size: 55%;
	  background-position: left;
	  left:0px;
	  height: 550px;
}}
@media (max-width: 768px){
  .lax-01-6{
	  background-size: 40%;
	  background-position: left;
	  left:0px;
	  top: -30px;
}}
@media (max-width: 576px){
  .lax-01-6{
	  background-size: 50%;
	  background-position: left;
	  left: -60px;
}}
@media (max-width: 450px){
  .lax-01-6{
	  display: none; 
}}
/*------------------------------------------------------------------------*/
.lax-02-6{
	width: 1280px;
	height: 489px;
	background: url(images/lax-02-6.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 40px;
	left: 20px;
}
@media (max-width: 1400px){
  .lax-02-6{
	  background-size: 80%;
	  left: 80px;
}}
@media (max-width: 1200px){
  .lax-02-6{
	  background-size: 70%;
	  background-position: center;
	  left:-80px;
	  top:10px;
}}
@media (max-width: 992px){
  .lax-02-6{
	  background-size: 55%;
	  background-position: left;
	  left: 10px;
	  top: 10px;
}}
@media (max-width: 768px){
  .lax-02-6{
	  background-size: 40%;
	  background-position: left;
	  left: 20px;
	  top: 20px;
}}
@media (max-width: 576px){
  .lax-02-6{
	  background-size: 50%;
	  background-position: left;
	  left: 30px;
}}
@media (max-width: 450px){
  .lax-02-6{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.parallax-vac{
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
	text-align: center;
	z-index: 100;
	margin-top: 60px;
	margin-bottom: -60px;
}
@media (max-width: 1200px){
  .parallax-vac{
	  margin-top: 0px;
}}
@media (max-width: 992px){
  .parallax-vac{
	  margin-top: -40px;
	  margin-bottom: -420px;
}}
@media (max-width: 768px){
  .parallax-vac{
	  margin-top: -40px;
	  margin-bottom: -420px;
}}
@media (max-width: 576px){
  .parallax-vac{
	  margin-top: -10px;
}}
@media (max-width: 450px){
  .parallax-vac{
	 background: url(images/800.png) no-repeat;
	 background-position: center;
	 height: 700px;
}}
.lax-01-7{
	width: 685px;
	height: 1070px;
	background: url(images/lax-01-7.png) no-repeat;
	background-size: cover;
	position: relative;
	left: 0;
	top: -30px;
	z-index: -100;
}
@media (max-width: 1400px){
  .lax-01-7{
	  background-size: 80%;
	  left: 50px;
	  top: -20px;
}}
@media (max-width: 1200px){
  .lax-01-7{
	  background-size: 60%;
	  background-position: left;
	  top: -180px;
}}
@media (max-width: 992px){
  .lax-01-7{
	  background-size: 60%;
	  background-position: center;
	  top: -150px;
}}
@media (max-width: 768px){
  .lax-01-7{
	  background-size: 60%;
	  background-position: center;
	  top: -150px;
	  left: -60px;  
}}
@media (max-width: 576px){
  .lax-01-7{
	  background-size: 60%;
	  background-position: left;
	  left: 50px;
}}
@media (max-width: 450px){
  .lax-01-7{
	  display: none; 
}}
/*------------------------------------------------------------------------*/
.lax-02-7{
	width: 598px;
	height: 410px;
	background: url(images/lax-02-7.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 390px;
	left: 25px;
}
@media (max-width: 1400px){
  .lax-02-7{
	  background-size: 80%;
	  left: 20px;
	  top: 310px;
}}
@media (max-width: 1200px){
  .lax-02-7{
	  background-size: 60%;
	  background-position: center;
	  left: -100px;
	  top: 360px;
}}
@media (max-width: 992px){
  .lax-02-7{
	  background-size: 60%;
	  background-position: left;
	  left: 160px;
	  top: 360px;
}}
@media (max-width: 768px){
  .lax-02-7{
	  background-size: 60%;
	  background-position: left;
	  left: 150px;
	  top: 360px;
}}
@media (max-width: 576px){
  .lax-02-7{
	  background-size: 60%;
	  background-position: left;
	  left: 20px;
	  top: 360px;
}}
@media (max-width: 450px){
  .lax-02-7{
	  display: none;
}}
/*------------------------------------------------------------------------*/
.parallax-edu{
	width: auto;
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
	text-align: center;
	z-index: 100;
	margin-top: 0px;
	margin-bottom:60px;
}
@media (max-width: 1200px){
  .parallax-edu{
	  margin-top: 0px;
}}
@media (max-width: 992px){
  .parallax-edu{
	  margin-top: -20px;
	  margin-bottom: 110px;
}}
@media (max-width: 768px){
  .parallax-edu{
	  margin-top: -40px;
	  margin-bottom: 60px;
}}
@media (max-width: 576px){
  .parallax-edu{
	  margin-top: -10px;
}}
@media (max-width: 450px){
  .parallax-edu{
	 background: url(images/900.jpg) no-repeat;
	 background-position: center;
	 height: 500px;
	 margin-top: -80px;
}}
.lax-01-8{
	width: 1282px;
	height: 639px;
	background: url(images/7000.png) no-repeat;
	background-size: cover;
	position: relative;
	left: 0;
	top: 0px;
	z-index: -100;
}
@media (max-width: 1400px){
  .lax-01-8{
	  background-size: 80%;
	  left: 60px;
	  top: 0px;
}}
@media (max-width: 1200px){
  .lax-01-8{
	  background-size: 60%;
	  background-position: left;
	  top: -50px;
}}
@media (max-width: 992px){
  .lax-01-8{
	  background-size: 50%;
	  background-position: center;
	  top: -60px;
	  left: -310px;
}}
@media (max-width: 768px){
  .lax-01-8{
	  background-size: 40%;
	  background-position: left;
	  top: -80px;
	  left: 0px;  
}}
@media (max-width: 576px){
  .lax-01-8{
	  background-size: 35%;
	  background-position: left;
	  left: 0px;
}}
@media (max-width: 450px){
  .lax-01-8{
	  display: none; 
}}
/*------------------------------------------------------------------------*/
.lax-02-8{
	width: 1224px;
	height: 683px;
	background: url(images/8000.png) no-repeat;
	background-size: cover;
	position: relative;
	top: 10px;
	left: 45px;
}
@media (max-width: 1400px){
  .lax-02-8{
	  background-size: 80%;
	  left: 40px;
	  top: 15px;
}}
@media (max-width: 1200px){
  .lax-02-8{
	  background-size: 60%;
	  background-position: center;
	  left: -210px;
	  top: 5px;
}}
@media (max-width: 992px){
  .lax-02-8{
	  background-size: 50%;
	  background-position: center;
	  left: 40px;
	  top: 0px;
}}
@media (max-width: 768px){
  .lax-02-8{
	  background-size: 40%;
	  background-position: left;
	  left: 20px;
	  top: 0px;
}}
@media (max-width: 576px){
  .lax-02-8{
	  background-size: 35%;
	  background-position: left;
	  left: 20px;
	  top: 0px;
}}
@media (max-width: 450px){
  .lax-02-8{
	  display: none;
}}
/*------------------------------------------------------------------------Styles-brand*/
.back-brand{
	width: 100%;
	background-color: white;
	height: 100px;
}
/*------------------------------------------------------------------------Styles-brand-animation*/
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50px * 1));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 5));
  }
}
.slider {
  background: white;
  /*box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);*/
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 35s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
	padding-top: 20px;
	padding-left: 50px;
}
/*------------------------------------------------------------------------Styles-button`s*/
.button{
	width: auto;
	background-color: rgba(201, 76, 76, 0.0);
	color:#FFF;
	border:#ff0000 solid 2px;
	font-size:14px;
	height:45px;
	font-family:Montserrat-ExtraBold;
	padding-right: 40px;
	padding-left: 40px;
}
.button:hover{
	background-color: rgba(201, 76, 76, 0.0);
	color: #ff0000;
	transition:0.5s;
	cursor:pointer;
	text-decoration: none;
}
/*------------------------------------------------------------------------Margin-button-*/
.margin-button{ 
	margin-top: -330px;
	text-align: center;
	z-index: 2000;
	margin-bottom: 100px;
}
@media (max-width: 1400px){
  .margin-button{
	margin-top: -470px;
}}
@media (max-width: 1200px){
  .margin-button{
	margin-top: -540px;
}}
@media (max-width: 992px){
  .margin-button{
	margin-top: -310px;
}}
@media (max-width: 768px){
  .margin-button{
	margin-top: -250px;
}}
@media (max-width: 576px){
  .margin-button{
	margin-top: -210px;
}}
@media (max-width: 450px){
  .margin-button{
	margin-top: -70px;
}}
/*------------------------------------------------------------------------Margin-button-*/
.margin-button-01{ 
	margin-top: -60px;
	text-align: center;
	z-index: 2000;
	margin-bottom: 20px;
}
@media (max-width: 1400px){
  .margin-button-01{
	margin-top: -120px;
}}
@media (max-width: 1200px){
  .margin-button-01{
	margin-top: -220px;
}}
@media (max-width: 992px){
  .margin-button-01{
	margin-top: -130px;
}}
@media (max-width: 768px){
  .margin-button-01{
	margin-top: -110px;
}}
@media (max-width: 450px){
  .margin-button-01{
	margin-top: 10px;
}}
/*------------------------------------------------------------------------Margin-button-*/
.margin-button-02{ 
	margin-top: -100px;
	text-align: center;
	z-index: 2000;
	margin-bottom: 120px;
}
@media (max-width: 1400px){
  .margin-button-02{
	margin-top: -230px;
}}
@media (max-width: 1200px){
  .margin-button-02{
	margin-top: -370px;
}}
@media (max-width: 992px){
  .margin-button-02{
	margin-top: -90px;
}}
@media (max-width: 768px){
  .margin-button-02{
	margin-top: -90px;
}}
@media (max-width: 576px){
  .margin-button-02{
	margin-top: -130px;
}}
@media (max-width: 450px){
  .margin-button-02{
	padding-top: 0px;
}}
/*------------------------------------------------------------------------Margin-button-*/
.margin-button-03{ 
	margin-top: -150px;
	text-align: center;
	z-index: 2000;
	margin-bottom: 100px;
}
@media (max-width: 1400px){
  .margin-button-03{
	margin-top: -270px;
}}
@media (max-width: 1200px){
  .margin-button-03{
	margin-top: -320px;
}}
@media (max-width: 992px){
  .margin-button-03{
	margin-top: -180px;
}}
@media (max-width: 768px){
  .margin-button-03{
	margin-top: -190px;
}}
@media (max-width: 450px){
  .margin-button-03{
	margin-top: -40px;
}}
/*------------------------------------------------------------------------Margin-button-*/
.margin-button-04{ 
	margin-top: -80px;
	text-align: center;
	z-index: 2000;
	margin-bottom: 100px;
}
@media (max-width: 1400px){
  .margin-button-04{
	margin-top: -220px;
}}
@media (max-width: 1200px){
  .margin-button-04{
	margin-top: -240px;
}}
@media (max-width: 992px){
  .margin-button-04{
	margin-top: -170px;
}}
@media (max-width: 768px){
  .margin-button-04{
	margin-top: -190px;
}}
@media (max-width: 450px){
  .margin-button-04{
	margin-top: -40px;
}}
/*------------------------------------------------------------------------Burger-*/
.active-title{color:#FFF;font-family:Montserrat-ExtraBold; font-size: 18px;}
.position-menu{
	/*background-color:#333;*/
	height:auto;
	margin:0 auto;
	position:relative;
	margin-top:-130px;
	margin-right:110px;
}
@media (max-width: 1400px){
  .position-menu{
	  margin-top:-72px;
	  margin-right:0;
}}


@media (max-width: 1000px){
.shop-back {padding-bottom:0px!IMPORTANT;}
.project {font-size:13px!important;}
.col-5 {width:48%!important;}
.footers  .col-4{width:98%;text-align:center;}
}
.menu-btn{
  display:flex;	
  padding-top:10px;
  align-items:center;
  position:absolute;
  top:0;
  right:0;
  width:40px;
  height:40px;
  cursor:pointer;
  z-index:400;
}
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display:block;
  position:absolute;
  width:40px;
  height:3px;
  background-color:#FFF;
  transition-duration: .25s;
  font-family:OpenSans-Semibold;
}
.menu-btn > span::before {
  content: '';
  top: -14px;
}
.menu-btn > span::after {
  content: '';
  top:14px;
}
.menubox{
  display:block;
  position:fixed;
  visibility:hidden;
  top:0;
  left:-100%;
  font-size:16px;
  line-height:1.4;
  width:100%;
  height:100%;
  margin:0;
  padding:70px 0px;
  padding-top: 90px;
  list-style:none;
  background-color: rgba(0, 0, 0, 0.93);
  box-shadow:12px 0px 16px rgba(0, 0, 0, .3);
  transition-duration: .25s;
  z-index: 300;
  overflow: auto;
}
.menu-item {
  display:block;
  z-index: 100;
  padding:15px 10%;
  color:#FFF;
  font-size:16px;
  text-decoration:none;
  transition-duration: .25s;
  padding-left:-40px;
  line-height: 1.1;
}
.menu-item:hover {
  background-color:#f40000;
  color:#FFF;
  width:100%;
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari 3-8 */
  transform: scale(1.03);
  font-size: 16px;
}
#menu-toggle{
  opacity: 0;
}
#menu-toggle:checked ~ .menu-btn > span{
  transform:rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top:0;
  transform:rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top:0;
  transform:rotate(90deg);
}
#menu-toggle:checked ~ .menubox{
  visibility:visible;
  left:0;
}
/*------------------------------------------------------------------------Footer*/
.footer-left{
	color: white;
	font-size: 14px;
	font-family:Montserrat-Bold;
	line-height: 1.7;
}
@media (max-width: 992px){
  .footer-left{
	  text-align: center;
	  
}

.footerkontora {text-align:center;}
}
@media (max-width: 576px){
  .footer-left{
	  font-size: 11px;
}}
.footer-phone{
	font-size: 24px;
}
.footer-phone-two{
	font-size: 24px;
	font-family:Montserrat-Bold;
}
.phone-vac{
	font-size: 18px;
	font-family:Montserrat-Bold;
}
.vacancies p {margin-top:49px;line-height:2;font-size:18px;}
@media (max-width: 576px){
  .phone-vac{
	  font-size: 18px;
}}
.footer-right{
	text-align: right;
	padding-bottom: 30px;
}
@media (max-width: 992px){
  .footer-right{
	  text-align: center;
}}
.span-icon{margin-left: 10px;}
/*------------------------------------------------------------------------Styles-page*/
.styles-page{
	margin-top: 50px;
	color: white;
}
.gallery__thumb a {color: #ff0000;text-decoration:none;} 
.gallery__thumb a:hover {color: #ff0000;} 

.style-img img {
    width:100%;
    height: auto;
	max-width:400px;
	/*background-color:#999;*/
}
/*------------------------------------------------------------------------Styles-page*/
.styles-page-two{
	margin-top: 50px;
	margin-bottom: 30px;
	color: white;
}
.style-img-two img {
    width:100%;
    height: auto;
	max-width:400px;
	/*background-color:#999;*/
}
@media (max-width: 992px){
  .styles-page-two{
	  font-size: 14px;
}}
/*------------------------------------------------------------------------Styles-page*/
.title-style{
	margin-top: 10px;
	font-size: 16px;
	font-family:Montserrat-Regular;
}
@media (max-width: 992px){
  .title-style{
	  font-size: 12px;
}}
/*------------------------------------------------------------------------Illustrator-page*/
.illustrator-img img {
    width:100%;
    height: 240px;
	max-width:auto;
	/*background-color:#999;*/
}
@media (max-width: 1400px){
  .illustrator-img img{
	  height: 210px;
}}
@media (max-width: 1200px){
  .illustrator-img img{
	  height: 230px;
}}
@media (max-width: 992px){
  .illustrator-img img{
	  height: 250px;
}}
@media (max-width: 768px){
  .illustrator-img img{
	  height: 290px;
}}
@media (max-width: 576px){
  .illustrator-img img{
	  height: 260px;
}}
@media (max-width: 450px){
  .illustrator-img img{
	  height: 220px;
}}
.autor{
	font-size: 18px;
	color: #ff0000;
	font-family:Montserrat-Bold;
	margin-bottom: -35px;
	margin-top: 10px;
}
@media (max-width: 1400px){
  .autor{
	  margin-top:50px;	
}}
.autor-two{
	font-size: 18px;
	color: #ff0000;
	font-family:Montserrat-Bold;
	margin-bottom: 25px;
	margin-top: 40px;
}
@media (max-width: 1400px){
  .autor-two{
	  margin-top:50px;	
}}
/*------------------------------------------------------------------------Project-page*/
div#project {
	position: relative;
}
.project {
	position: absolute;
	top: 44%;
	left: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: black;
	width: 100%;
	background: #FFF;
	padding: 10px;
	text-align: center;
	font-family:Montserrat-Bold;
}
@media (max-width: 576px){
  .project{
	 font-size: 12px;
}}
div#project-01 {
	position: relative;
}
.project-01 {
	position: absolute;
	top: 44%;
	left: 0;
	text-transform: uppercase;
	font-size: 18px;
	color: black;
	width: 100%;
	background: #FFF;
	padding: 10px;
	text-align: center;
	font-family:Montserrat-Bold;
}
@media (max-width: 768px){
  .project-01{
	 font-size: 12px;
	  top: 45%;
}}
@media (max-width: 450px){
  .project-01{
	 font-size: 12px;
	  top: 35%;
}}
/*------------------------------------------------------------------------Illustrator-style*/
.illustrator-style{
	margin-top: 50px;
	color: white;
}
.title-style-two{
	margin-top: 10px;
	font-size: 10px;
	font-family:Montserrat-Regular;
}
.red-border{
	border: solid 3px #ff0000;
}
.bold{
	font-family:Montserrat-Bold;
}
/*------------------------------------------------------------------------Animation*/
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*------------------------------------------------------------------------404-page*/
.title-404{
	color: #ff0000;
	font-size: 24px;
	text-align: center;
	margin-bottom: 120px;
	font-family:Montserrat-Bold;
}
@media (max-width: 1400px){
  .title-404{
	 margin-top: -80px;
}}
@media (max-width: 992px){
  .title-404{
	 margin-top: -140px;
}}
@media (max-width: 768px){
  .title-404{
	 margin-top: -220px;
	 font-size: 18px;
}}
@media (max-width: 576px){
  .title-404{
	 margin-top: -195px;
	 font-size: 18px;
}}
@media (max-width: 450px){
  .title-404{
	 margin-top: -30px;
	 font-size: 18px;
}}
img {max-width:100%;}
/*------------------------------------------------------------------------Vacancies-page*/
.vacancies{
	margin-top: 50px;
	margin-bottom: 46px;
	color: white;
	font-size: 16px;
}
@media (max-width: 992px){
  .vacancies{
	 margin-top: -10px;
}}
@media (max-width: 450px){
  .vacancies{
	 margin-top: 300px;
}}
/*------------------------------------------------------------------------contact-page*/
.contact-pad{
	margin-top: 50px;
}
.colorff,.colorff:hover{color:#fff;text-decoration:none;}

.contact{
	margin-bottom: -129px;
	padding-bottom:100px;
	width: auto;
	line-height: 1.2;
	min-height: 90vh;
	color: white;
	font-size: 16px;
	background: url(images/back.gif) no-repeat;
	background-size: 105%;	
	background-position: center bottom;
}
@media (max-width: 1400px){
  .contact{
	 background-position: top 120px right -25px; 
}}
@media (max-width: 1200px){
  .contact{
	 background-position: top 180px right -35px;
}}
@media (max-width: 992px){
  .contact{
	 background-position: top 260px right -25px;
}}
@media (max-width: 768px){
  .contact{
	 background-position: top 330px right -20px;
}}
@media (max-width: 576px){
  .contact{
	 background-position: center 260px;
	 background-size: 200%;	
}}
/*------------------------------------------------------------------------about-page*/
.about-text{
	text-align: left;
	color: white;
	font-size: 16px;
}
.about-top{
	padding-top: 40px;
}
.brand-logo{
	text-align: center;
}
.brand-logo img{
	max-height: 130px;
}
@media (max-width: 450px){
  .brand-logo img{
	max-height: 100px;
}}
.brand-footer{
	margin-bottom: 15px;
}
/*------------------------------------------------------------------------education-page*/
.education-title{
	text-align: center;
	margin-top: -269px;
	font-weight:500;
}
@media (max-width: 1400px){
  .education-title{
	margin-top: -340px;
}}
@media (max-width: 1200px){
  .education-title{
	margin-top: -360px;
}}
@media (max-width: 992px){
  .education-title{
	margin-top: -430px;
}}
@media (max-width: 768px){
  .education-title{
	margin-top: -420px;
}}
@media (max-width: 450px){
  .education-title{
	margin-top: -280px;
}}
.edu-title {
	color: #ff0000;
	line-height: 59px;
}
@media (max-width: 768px){
  .edu-title{
	line-height: 39px;
}}
.edu-title span {
	color: #ff0000;
	line-height: 0.1;
	background-color: white;
	padding: 0px 15px;
	font-size: 57px;
	font-family:Montserrat;
}
@media (max-width: 992px){
  .edu-title span{
	font-size: 32px;
	 padding: 15px;
}}
@media (max-width: 768px){
  .edu-title span{
	font-size: 21px;
	 padding: 10px;
}}
@media (max-width: 576px){
  .edu-title span{
	font-size: 16px;
	 padding: 10px;
}}
.education-block{
	margin-top: 30px;
}
.edu-block{
	background-color: white;
	border-radius: 15px;
	font-size: 17px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.2;
	min-height: 150px;
	font-weight: 600;
}
@media (max-width: 1400px){
  .edu-block{
	min-height: 170px;
}}
@media (max-width: 1200px){
  .edu-block{
	min-height: 130px;
	  text-align: center;
}}
@media (max-width: 992px){
  .edu-block{
	min-height: 110px;
}}
.edu-text{
	margin-top: 20px;
	font-size: 16px;	
}
@media (max-width: 1200px){
  .edu-text{
	  text-align: center;
}}
.edu-text-two{
	margin-top: 20px;
	font-size: 21px;	
	line-height: 1.2;
}
.fontweight {font-weight:600;}
@media (min-width: 1000px){
	
.nomobwidth {width:19.667%!important;}	
}
@media (max-width: 1200px){
  .edu-text-two{
	  text-align: center;
}}
.edu-text-title{
	font-size: 21px;
	font-family:Montserrat-Bold;
	margin-bottom: 5px;
}
.edu-block-01{
	background-color: white;
	border-radius: 15px;
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 2;
	margin-top: 60px;
}

#fancybox-left-ico {
	background:url(left.png?4) center center no-repeat!important;background-size:auto 100%!important;
}
#fancybox-right-ico {
	background:url(right.png?4) center center no-repeat!important;background-size:auto 100%!important;
}
#fancybox-left, #fancybox-right {visibility: visible!important;}
#fancybox-left span {left: 4px;}
#fancybox-left:hover span {left: 4px!important;}

#fancybox-right {right: 0px!important;left: auto!important;}
#fancybox-right span {right: -0px!important;}


#fancybox-close {
background:url(glosed.png?4) center center no-repeat!important;background-size:auto 100%!important;top: 8px!important;
}

.edu-black{
	color: #e8e8e8;
	margin-top: 60px;
	font-size: 16px;
	line-height:2;
}
.edu-black p {margin:0px 0px;}
.edu-pad{
	margin-bottom: 80px;
}
.edu-img{
	text-align: center;
	margin-top: 60px;
}
.edu-img img{
	width:100%;
    height:auto;
	max-width:1200px;
}
@media (max-width: 992px){
  .edu-img img{
	  max-width: 500px;
	  margin-bottom: -40px;
	  margin-top: 10px;
}}
.edu-number{
	text-align: center;
	margin-top: 20px;
}
.edu-number img{
	width:100%;
    height:auto;
	max-width:350px;
}
.contact-block{
	text-align: left;
	color: white;
	font-size: 24px;
	margin-top: 60px;
	padding-left: 50px;
}
@media (max-width: 992px){
  .contact-block{
	  text-align: center;
	  padding-left: 0px;
}}
.margin-footer{
	margin-top: 170px;
}

@media (max-width: 992px){
  .margin-footer{
	  margin-top: 100px;
}}
/*------------------------------------------------------------------------Shop-pages*/
.shop{
	background-color: white;
}
@media (max-width: 992px){
  .shop{
	  text-align: center;
}}
.shop-back{
	background-color: white;
}
.shop-menu{
	margin-top: 40px;
	color: black;
	font-size: 18px;
	margin-bottom: 70px;
}
@media (max-width: 992px){
  .shop-menu{
	  text-align: center;
}}
.shop-pad{
	margin-left: 1%;
}
.styles-shop{
	margin-top: 50px;
	margin-bottom: 150px;
	color: white;
	padding-bottom: 100px;
}
.style-shop img {
	width:100%;
    height:auto;
	max-width:350px;
}
.shop-title{
	font-size: 18px;
	font-family:Montserrat-Bold;
	margin-top: 20px;
}
.shop-price{
	font-size: 21px;
	font-family:Montserrat-Bold;
}
@media (max-width: 576px){
  .shop-price{
	font-size: 16px;
}}
.no-price{
	font-size: 21px;
	font-family:Montserrat-Bold;
	color: #8c8c8c;
	text-decoration: line-through;
}
@media (max-width: 576px){
  .no-price{
	font-size: 16px;
}}
/*------------------------------------------------------------------------Button*/
.button-01{
	background-color:#000;
	color:#FFF;
	border: none;
	padding:2px 25px 2px 25px;
	font-size:14px;
	min-height:44px;
	transition-property: all;
	transition: all ease 0.5s;	
	line-height:1.0;
	font-family:Montserrat-Light;
	margin-top: 10px;
}
.button-01:hover{
	background-color:#ff0000;
	transition:0.5s;
	color:#FFF;
	cursor:pointer;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
/*------------------------------------------------------------------------Button*/
.button-two{
	background-color:#ff0000;
	width:400px;
	height: 60px;
	color:#FFF;
	border: none;
	padding:2px 25px 2px 25px;
	font-size: 21px;
	transition-property: all;
	transition: all ease 0.5s;	
	line-height: 1.0;
	font-family:Montserrat-Bold;
	margin-top: 30px;
}
.button-two:hover{
	background-color:#000;
	transition:0.5s;
	color:#FFF;
	cursor:pointer;
	-ms-transform: scale(1.08); /* IE 9 */
    -webkit-transform: scale(1.08); /* Safari 3-8 */
    transform: scale(1.08); 
}
@media (max-width: 992px){
  .button-two{
	width:100%;
}}
/*------------------------------------------------------------------------Styles*/
.footer-black{
	padding-top: 40px;
}
.shop-big-title{
	font-size: 24px;
	font-family:Montserrat-Bold;
}
.shop-big-title-two{
	font-size: 18px;
	font-family:Montserrat-Bold;
}
/*------------------------------------------------------------------------Tovar*/
.tovar{
	text-align: center;
	height: auto;
}
.tovar img {
	width:100%;
    height:auto;
	max-width:450px;
}
@media (max-width: 992px){
  .tovar img{
	max-width:350px;
}}
.slide-text{
	line-height:1.8;
	font-size: 16px;
}
.tovar-pad{
	margin-bottom: 20px;
}
.red-border-two{
	border: #ff0000 solid 2px;
	padding: 10px;
}
.shop-text{
	margin-top: 50px;
	font-size: 16px;
}
.footers{
	margin-top:0px;
}
@media (max-width: 576px){
  .footers{
	margin-top:-50px;
}}
@media (max-width: 450px){
  .footers-01{
	margin-top:-80px;
}}



















