* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html,body {
    margin:0;
	padding:0;
	width:100%;
	height:100vh;
	font-family: 'Montserrat', sans-serif;
	color: #2B2B2B;
	font-size: 18px;
	background: #fff;
}
body {
	position: relative;
	overflow-x: hidden;
}
.bodyBefore {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 0;
	transition:.5s all ease;
}
.hidden {
	background: rgba(0,0,0,.7)!important;
	z-index: 3!important;
}
.wrapper {
    width:1310px;
    margin:0 auto;
    position:relative;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
ul,li {
    list-style:none;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
	
}
.ulList,.ulList li {
    list-style:disc inside!important;
}
textarea, input[type="text"], input[type="submit"], input[type="password"], 
input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], 
input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], 
input[type="tel"], input[type="color"] {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
	outline:none;
}
a {
	text-decoration:none;
	color: #1A1A1A;
}
.delay-1  {
	animation-delay:.3s;
}
.delay-2  {
	animation-delay:.5s;
}
.delay-3  {
	animation-delay:.7s;
}
.delay-4  {
	animation-delay:.9s;
}
.delay-5  {
	animation-delay:1.1s;
}
.delay-6  {
	animation-delay:1.3s;
}
.delay-7  {
	animation-delay:1.5s;
}
.delay-8  {
	animation-delay:1.7s;
}
.delay-9  {
	animation-delay:1.9s;
}
.delay-10  {
	animation-delay:2.1s;
}
.delay-11  {
	animation-delay:2.3s;
}
.delay-12  {
	animation-delay:2.5s;
}
.delay-13  {
	animation-delay:2.7s;
}
.delay-14  {
	animation-delay:2.9s;
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
header {
	position: relative;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
}
.pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.headerTop {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 10px 0;
	/*background: rgba(186, 217, 91, 1);
	background: rgba(159, 186, 78, .8);*/
	background: rgba(0,0,0,.7);
	display:flex;
	z-index: 100;
}
.headerTop .logo {
	width: 300px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	/*padding: 0 20px;*/
}
.headerTop .logo img {
	width: 150px;
	max-width: 100%;
	object-fit:cover;
}
.headerTop nav {
	width: 1010px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.headerTop nav ul {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}
.headerTop nav ul li a {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.headerTop nav ul li a:before {
	position: absolute;
	content:"";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #fff;
	z-index: 1;
	transform:scale(0);
	transition:.5s all ease;
}
.headerTop nav ul li a:hover:before,.headerTop nav ul li.active a:before {
	transform:scale(1);
}
.burger {
	font-size: 28px;
	cursor: pointer;
	color: #fff;
	display: none;
	text-align: right;
}
.pageHeader .headerTop {
    position: relative;
}
.headerPageContacts {
    width: 100%;
    position: relative;
    /*background: rgba(249, 168, 9, .98);*/
    background: #fff;
    font-size: 14px;
    padding: 8px 0;
    display: flex;
    flex-wrap:wrap;
}
.headerPageContacts a {
   margin-right: 10px;
}
.headerPageContacts a:last-child {
   margin-right: 0;
}
.headerPageContactsItem {
    width: 50%;
    display: flex;
    flex-wrap:wrap;
}
.headerPageContactsItem:nth-child(2) {
    justify-content: flex-end;
}
.headerPageContactsItem i {
    margin-right: 5px;
}
.headerLeft,.headerRight {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	padding: 10px;
	z-index: 2;
}
.headerLeft:before,.headerRight:before {
    position: absolute;
    content:"";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle,rgba(0,0,0,.7),rgba(0,0,0,0));
    z-index: 3;
}
.headerLeft {
	left: 0;
    background: url(/assets/foto/main2.jpg) no-repeat center;
	background-size:cover;
}
.headerRight {
	right: 0;
    background: url(/assets/foto/main1.jpg) no-repeat center;
	background-size:cover;
}
.headerCont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50% ,-50%);
	color: #fff;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	z-index: 4;
}
.headerLeft  ul li {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 400;
}
.headerLeft  ul li i {
	margin-right: 10px;
}
.headerLeft  ul li a {
	color: #fff;
}
.headerCont .headerContCont {
	width: 600px;
	max-width: 100%;
	margin-left: 50%;
	transform:translateX(-50%);
	display: flex;
	flex-direction: column;
}
.headerCont h1 {
	width: 100%;
	font-size: 40px;
}
.headerCont p {
	width: 100%;
	font-size: 20px;
	line-height: 30px;
}
.headerCont a {
	color: #fff;
}
.headerCont a i {
	margin-right: 10px;
}
.more {
    display: block;
    max-width: 150px;
    text-align: center;
    padding:5px 8px;
    letter-spacing: 1px;
    border:1px solid #fff;
    margin-top: 30px;
    background: transparent;
    transition:.5s all ease;
}
.more:hover {
    transform:scale(1.05);
}
.mobile {
	display: none;
}
section {
	width: 100%;
	margin: 0 auto ;
	position: relative;
	padding: 70px 0;
}
.sec-page {
    padding-top: 200px!important;
}
section h2 {
	font-weight: 600;
	text-align: center;
	font-size: 28px;
	margin-bottom: 60px;
}
section p {
	width: 100%;
}
/**section1**/
.sec1 p {
	position: relative;
	margin-left: 15px;
}
.sec1 p:before {
	position: absolute;
	content:"";
	top: 0;
	left: -15px;
	width: 4px;
	height: 100%;
	background: rgba(28, 55, 80, .5);
}
/**section2**/
.sec2 {
	background: rgba(28, 55, 80, .06);
}
   .tovarItem {
	   position: relative;
	   width: 380px;
	   margin: 20px;
	   padding: 20px;
	   border-top:1px solid rgba(28, 55, 80, .1);
	   box-shadow: 0 15px 15px rgba(28, 55, 80, .6);
	   background: #fff;
	   display:flex;
	   flex-direction:column;
	   justify-content:center;
	   align-items:center;
	   transition:.5s all ease;
   }
   .tovarItem:hover {
	   transform:scale(1.03);
	   box-shadow: 0 15px 15px rgba(28, 55, 80, .8);
   }
   .tovarItem .img {
	   width: 100%;
	   display:flex;
	   flex-direction:column;
	   justify-content:center;
	   align-items:center;
   }
   .tovarItem img {
	   width: 100%;
	   max-width: 100%;
	   object-fit:cover;
   }
   .tovarItem .txt {
	   width: 100%;
	   display:flex;
	   flex-direction:column;
	   align-items:center;
   }
   .tovarItem .txt h3 {
	   color: rgba(28, 55, 80, .7);
	   text-align: center;
	   font-size: 18px;
	   margin: 20px 0;
   }
   .tovarItem .txt div {
	   width: 100%;
	   font-size: 14px;
	   margin-bottom: 5px;
	   display:flex;
	   flex-wrap:wrap;
	   justify-content:space-between;
	   align-items:center;
   }
   .tovarItem .txt div span:last-child {
	   font-weight: 600;
	   font-size: 18px;
	   color: rgba(28, 55, 80, .7);
   }
   .priceSpan span {
	   width: 100%;
	   text-align: center;
   }
   .btn {
	   border:none;
	   width: 100%;
	   background: rgba(249, 168, 9, 1);
	   color: #fff;
	   padding: 15px;
	   letter-spacing: 1px;
	   margin-top: 20px;
	   font-size: 16px;
	   transition:.5s all ease;
	   cursor: pointer;
   }
   .btn:hover {
	   background: rgba(249, 168, 9, .8);
   }
   /**section3**/
   .sec3 {
	  background:url(/assets/foto/bg.png) no-repeat center fixed;
	  background-size:cover;
	  color: #fff;
	  padding-top: 100px;
	  padding-bottom: 100px;
   }
   .sec3:before {
	   position: absolute;
	   content:"";
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
	   background: rgba(28, 55, 80, .5);
	   z-index: 1;
   }
   .sec3 h2 {
	   position: relative;
	   color: #fff;
       z-index: 2;	   
   }
   .sec3 p {
	   z-index: 2;
   }
   /**section5**/
   .sec5 {
	   background:rgba(28, 55, 80, .06);
   }
/**footer**/
footer {
    position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	background: url(/assets/foto/footerImg.png) fixed no-repeat center;
	background-size:cover;
	color: #fff;
	border-top:2px solid #fff;
}
footer:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.4), rgba(0,0,0,.95));
    z-index: 1;
}
footer .container {
	justify-content:space-between;
	z-index: 2;
}
footer a {
	color: #fff;
}
.footerItem {
	width: 33.3%;
	padding: 0 20px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
footer .footerItem:nth-child(1) img,footer .footerItem:nth-child(2) img {
	width: 180px;
	max-width: 100%;
	object-fit:cover;
	margin-bottom: 30px;
}
.mobLogo {
	display: none;
}
footer .footerItem:nth-child(2) {
	align-items:center;
	text-align: center;
}
footer .footerItem:nth-child(3) {
	align-items:flex-end;
	text-align: center;
}
footer  ul li {
	font-weight: 17px;
	margin-bottom: 10px;
	font-weight: 400;
}
footer  ul li i {
	margin-right: 5px;
}
footer .footerItem:nth-child(2) ul li a,
footer .footerItem:nth-child(3) ul li a {
	position: relative;
}
footer .footerItem:nth-child(2) ul li a:before,
footer .footerItem:nth-child(3) ul li a:before {
	position: absolute;
	content:"";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -2px;
	background: #fff;
	z-index: 1;
	transform:scale(0);
	transition:.5s all ease;
}
footer .footerItem:nth-child(2) ul li a:hover:before,
footer .footerItem:nth-child(3) ul li a:hover:before {
	transform:scale(1);
}
/**forms**/
.form {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 600px;
	max-height:99%;
	max-width: 90%;
	background: #fff;
	padding:40px 30px;
    box-shadow: 0 15px 15px rgba(28, 55, 80, .8);
	transform:translate(-50%,-50%) scale(0);
	overflow-y: auto;
	z-index: 400;
	transition:.5s all ease;
}
.form .fa-times {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	cursor: pointer;
}
.form h3 {
	color: rgba(28, 55, 80, .8);
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 40px;
	text-align: center;
}
.form form {
	position: relative;
	width: 100%;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.form form input[type="text"],.form form textarea {
	width: 100%;
	border:1px inset rgba(28, 55, 80, .3);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 10px;
}
.form form input[type="text"] {
	margin-bottom: 20px;
}
.form form textarea {
	height: 100px;
	resize:none;
}
.form form .type {
	width: 100%;
	font-size: 16px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}
.soglForm {
	font-size: 12px;
}
.form form .type div {
	width: 180px;
	margin-bottom: 5px;
}
/**mob menu**/
.mobMenu {
	position: fixed;
	padding: 50px;
	top: 0;
	left: -101%;
	width: 50%;
	height: 100%;
	background: #fff;
	display:flex;
	flex-direction:column;
	align-items:center;
	z-index: 500;
	transition:.5s all ease;
}
.mobMenu ul {
	width: 100%;
	max-height: 98%;
	margin-bottom: 20px;
	display:flex;
	flex-direction:column;
	overflow-y: auto;
}
.mobMenu ul li {
	width: 100%;
	margin-bottom: 10px;
}
.mobMenu ul li:last-child {
	margin-bottom: 0;
}
.mobMenu ul li a {
	color: #2B2B2B;
	font-size: 20px;
}
.mobMenu .fa-times {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 28px;
	cursor: pointer;
}
/**pages**/
.sec-page h1,.sec-page h2 {
    width: 100%;
    font-weight: 600;
    text-align: center;
}
.sec-page h1 {
   margin: 30px 0; 
}
.sec-page h2 {
    font-size: 22px;
    margin: 30px 0;
}
/**hlebcroshki**/
.ulhlebkroshki {
    position: relative;
    display: flex;
    flex-wrap:wrap;
    font-size: 12px;
    margin-top: -50px;
}
.hlebkroshki {
    position: relative;
    margin: 0 5px;
}
.hlebkroshki:before {
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
   /* background: #f9a809;*/
   background: #E75E1A;
    transform:scale(0);
    transition:.5s all ease;
}
.hlebkroshki:hover:before {
    transform:scale(1);
}
.hlebkroshki a {
    /*color: rgba(249, 168, 9, 1);*/
    color: rgba(231, 94, 26, 1);
    font-weight: 600;
    transition:.5s all ease;
}
/*.hlebkroshki a:hover {
    color: rgba(249, 168, 9, .8);
}*/
/**map**/
.map {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background:rgba(0, 0, 0, .1);
}
.mapContacts {
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    color: #fff;
    background:rgba(0, 0, 0, .8);
    padding: 30px;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
}
.mapContacts ul li,.contTxt ul li {
    font-size: 22px;
    margin-bottom: 15px;
}
.mapContacts ul li:last-child,.contTxt ul li:last-child {
    margin-bottom: 0;
}
.mapContacts ul li i,.contTxt ul li i {
    margin-right: 10px;
}
.mapContacts a {
    color: #fff;
}
.contTxt {
    width: 100%;
    margin-top: 30px;
}
.contTxtMobile {
    display: none;
}
.btnConacts {
    max-width: 300px;
}
/**delivery**/
.dostImg {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.dostImg img {
    width: 1000px;
    max-width: 100%;
    object-fit:cover;
}
.pZagl {
    font-size: 20px;
    font-weight: 600;
}
/**swiper index**/
.swiper {
       position: relative;
      width: 100%;
	  padding: 25px 0;
      overflow: hidden;
}
.swiper .swiper-slide{
	   position: relative;
	   min-height:450px;
	   padding: 20px;
	   border-top:1px solid rgba(28, 55, 80, .1);
	   box-shadow: 0 15px 15px rgba(28, 55, 80, .6);
	   background: #fff;
	   display:flex;
	   flex-direction:column;
	   justify-content:center;
	   align-items:center;
	   transition:.5s all ease;
   }
   .swiper .swiper-slide:hover {
	   transform:scale(1.03);
	   box-shadow: 0 15px 15px rgba(28, 55, 80, .8);
   }
 .swiper .swiper-slide .img {
	   width: 100%;
	   display:flex;
	   flex-direction:column;
	   justify-content:center;
	   align-items:center;
   }
   .swiper .swiper-slide img {
	   width: 100%;
	   max-width: 100%;
	   object-fit:cover;
   }
  .swiper .swiper-slide .txt {
	   width: 100%;
	   display:flex;
	   flex-direction:column;
	   align-items:center;
   }
   .swiper .swiper-slide .txt h3 {
	   color: rgba(28, 55, 80, .7);
	   text-align: center;
	   font-size: 18px;
	   margin: 20px 0;
   }
   .swiper .swiper-slide .txt div {
	   width: 100%;
	   font-size: 14px;
	   margin-bottom: 5px;
	   display:flex;
	   flex-wrap:wrap;
	   justify-content:space-between;
	   align-items:center;
   }
   .swiper .swiper-slide .txt div span:last-child {
	   font-weight: 600;
	   font-size: 18px;
	   color: rgba(28, 55, 80, .7);
   }
.swiper .swiper-button-prev,
.swiper .swiper-container-rtl .swiper-button-next {
   color: #fff;
   margin-top: 0;
   padding: 10px;
   background: rgba(65, 66, 69, .9);
   display:flex;
   align-items:center;
   justify-content:center;
}
.swiper .swiper-button-next,
.swiper.swiper-container-rtl .swiper-button-prev {
   color: #fff;
   margin-top: 0;
   padding: 10px;
   background: rgba(65, 66, 69, .9);
   display:flex;
   align-items:center;
   justify-content:center;
}
.swiper .swiper-pagination-bullet-active {
    background: #f9a809;
    margin-right: 10px;
}
/**punkt obmena**/
.price_block {
    position: relative;
    width: 30%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    
}
.price_title {
    margin-bottom: 10px;
    font-weight: 600;
}
.price_row {
    width: 100%;
    padding: 10px;
    /*border:1px solid rgba(249, 168, 9, .9);*/
    border:1px solid rgba(0,0, 0, .12);
    margin-bottom: 10px;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
}
.price_row span:last-child {
    /*color: rgba(28, 55, 80, .7);*/
    color: rgba(231, 94, 26, .9);
    font-weight: 600;
}
.punktMap {
    height: 320px;
}