body {
	margin:0px;
	padding: 0px 0px 0px 0px;
   font-family: 'Museo Sans Cyrl 300';
   font-weight: 300;
	font-size: 16px;
	color: #000000;
	background-color: #ffffff;

}


html, body {
  height: 100%;
}


/*common*/
body.modal-open {
    overflow: hidden;
}



@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto; 
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
        url('../fonts/MuseoSansCyrl-700.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: auto;
}




p {
	margin: 0px 0px 20px 0px;
   padding: 0px;
   font-size: 16px;
   line-height: 25px;
}


strong {
  font-family: 'Museo Sans Cyrl 700';	  
  font-weight: 600;   
}


a {
   color: #c90000; 
   outline: 0 !important; 
  -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;   
    
 }


 a:hover,  a:focus {
   color: #ff3f3f;
   text-decoration: none;  
 }
 


h1 {
  margin: 60px 0 0 0;
  padding: 	0px 0px 30px 0px;
  font-size: 36px;
  text-align: left;
  font-weight: 600;
  color: #000000;
  line-height: normal;
   font-family: 'Museo Sans Cyrl 700';	  
}


h2 {
  padding: 0px 0px 70px 0px;
  font-size: 30px;
  color: #383838;
  font-weight: bold;
  text-align: center;
  font-family: 'Museo Sans Cyrl 700';	  
  font-weight: 600;   
}


h3 {
  padding: 0px 0px 40px 0px;
  margin: 0;
  font-size: 18px;
  font-weight: bold; 
  text-align: left;
  color: #000000;  
}


h4 {
  padding: 0px 0px 30px 0px;
  margin: 0;
  font-size: 20px;
  color: #272727;
  font-weight: 700;
  text-align: center;
}





div.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0;
}




/*----------top-holder-------*/


.top-holder {
	   box-shadow: 0 0 5px #cccccc;	
	   height: 80px;
	   position: fixed;
	   width: 100%;
	   top: 0;
	   background-color: white;
	   z-index: 99;
}

.logo {
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
   background-position: center center;
   display: block;
   width: 211px;
   height: 59px;
   margin: 4px 0 0 0;
}


.phone {
	background-image: url(../images/phone_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
   font-size: 18px;
   font-weight: 600;
   padding: 0 0 0 30px;
   line-height: normal;
   margin: 20px auto 0 0;
   width: 200px;
}

.tel {
   color: #383838;	
}

.callback {
	display: block;
	font-size: 14px;
}


.map {
	background-image: url(../images/map_icon.svg);
	background-repeat: no-repeat;
   background-position: left;
   font-size: 16px;
   line-height: normal;
   padding: 0 0 0 30px; 
   margin: 20px 0 0 0;
}

a.menu-btn {
	display: block;
	margin: 27px 0 0 auto;
	width: 47px;
	height: 33px;
	padding: 7px 5px 5px 5px;
  -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease; 	
}



.toggler-icon {
	background-color: #c90000;
   height: 3px;	
   margin: 0 0 4px 0;	
  -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease; 	   
}

a.menu-btn:hover .toggler-icon {
   margin: 0px 0 4px 0;    
   width:  auto;
   /*transform: rotate(90deg);*/
   transform: scaleX(1.2);

}


@media (max-width: 1199px) {



}



@media (max-width: 991px) {
.map {
  display: none;
}

.phone {
   margin: 20px auto 0 auto;
}

.colman-2 {
	display: none;
}


}


@media (max-width: 767px) {
.top-holder {
	   height: 60px;
}



.logo {
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
   background-position: center center;
   display: block;
   width: 100%;
   height: 55px;
   margin: 0px 0 0 0;
   background-size: 160px;
}


.phone {
   background-image: none;
   font-size: 15px;
   font-weight: 600;
   padding: 0 0 0 0px;
   line-height: normal;
   margin: 14px auto 0 auto;
   width: 140px;
}

a.menu-btn {
	margin: 14px 0 0 auto;

}


.colman {
	text-align: center;
}


}

@media (max-width: 470px) {

.logo {
   width: 100%;
   background-size: 100%;
}


a.menu-btn {
	width: 100%;
}	

.phone {
   font-size: 12px;
   width: auto;
   margin: 18px auto 0 auto;   
}

.callback {
	display: block;
	font-size: 11px;
}

.colman {
	padding-left: 0px;
}
}



/*----------block-1-------*/

.block-1 {
	background-image: url(../images/main_pic_1.jpg);
	background-repeat: no-repeat;
   background-position: top right;
   margin: 80px 0 0 0; 
   height: 860px;  
}

.b1-op-holder {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 60px;
	margin: 0 0 30px 0;
}

.b1-op1 {background-image: url(../images/b1_op_1.svg);}
.b1-op2 {background-image: url(../images/b1_op_2.svg);}
.b1-op3 {background-image: url(../images/b1_op_3.svg);}

.b1-head {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px 0;
   font-family: 'Museo Sans Cyrl 700';		
}

.b1-sub {
	font-size: 16px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';	
	margin: 0 0 30px 0;   
}

.b1-sub span {
	color: #c90000;
}


.b1-btn {
	font-size: 18px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';	
   display: block;
   width: 410px;
   background-color: #e62727;
   text-align: center;
   color: white;
   background-image: url(../images/btn_bcg.png);
   background-repeat: repeat-x;
   background-position: center bottom;
   border-radius: 5px;
   padding: 26px 0 26px 0;
   text-transform: uppercase;
   box-shadow: 0 0 20px #e87171;
}


.b1-btn:hover, .b1-btn:focus {
  background-position: center bottom -80px;
   box-shadow: 0 0 40px #e87171;  
  color: white;
}

@media (max-width: 1700px) {
.block-1 {
   background-position: top right -150px;
}

}


@media (max-width: 1400px) {
.block-1 {
   background-position: top right -250px;
}

}


@media (max-width: 1200px) {
.block-1 {
   background-position: top right -350px;
}

}

@media (max-width: 991px) {

.block-1 {
   background-position: top right -420px;
}

h1 {
  margin: 40px 0 0 0;
  padding: 	0px 0px 20px 0px;
  font-size: 28px;
}


.b1-head {
	font-size: 16px;
}

.b1-op-text {
	font-size: 14px;
}

.b1-op-holder {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 60px;
	margin: 0 0 20px 0;
}

.b1-btn {
   width: 100%;
}   

}

@media (max-width: 767px) {
.block-1 {
	background-image: url(../images/main_pic_1_mob.jpg);
	background-repeat: no-repeat;
   background-position: bottom center;
   margin: 40px 0 0 0; 
   height: auto;  
   padding: 0 0 440px 0;
}

h1 {
  margin: 35px 0 0 0;
  font-size: 24px;
}

.b1-op-text {
	font-size: 14px;
	line-height: normal;
}

.b1-op-holder {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 40px;
	margin: 0 0 10px 0;
	background-size: 30px;
}


.b1-sub {
	line-height: normal;
}


h2 {
  padding: 0px 0px 40px 0px;
  font-size: 24px;

}
}


/*------------------block-2---------------*/

.block-2 {
  padding: 100px 0 50px 0;
}

.b2-block-holder {
   box-shadow: 0 0 20px #ececec;
   padding: 54px;
   border-radius: 8px;
   margin: 0 0 55px 0;
   position: relative;
}

.img-b2 {
	width: 100%;
	max-width: 194px;
	border-radius: 8px;
}

.b2-block-head {
	font-size: 24px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';		
   text-align: left;
   color: #cc0404;
   margin: 0 0 10px 0;
}

.b2-rmore {
   background-image: url(../images/b2-triangle.svg);
   background-repeat: no-repeat;
   background-position: right;	
   display: block;
   width: 70px;
   text-decoration: underline;
}

.b2-less {
   background-image: url(../images/b2-triangle_t.svg);
}

.b2-digit {
	background-color: #cc0404;
	color: white;
	position: absolute;
	width: 47px;
	height: 47px;
	text-align: center;
	font-size: 26px;
	color: white;
	line-height: 47px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';			
   border-radius: 80px;
   bottom: 20px;
   right: 20px;
}


.b2-bot-text {
	text-align: center;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';	
   width: 70%;
   margin: 0 auto 40px auto;
}

.b2-bot-text span {
	color: #cc0404;
}



.b2-btn {
	font-size: 18px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';	
   display: block;
   width: 410px;
   background-color: #e62727;
   text-align: center;
   color: white;
   background-image: url(../images/btn_bcg.png);
   background-repeat: repeat-x;
   background-position: center bottom;
   border-radius: 5px;
   padding: 26px 0 26px 0;
   text-transform: uppercase;
   box-shadow: 0 0 20px #e87171;
   margin: 0 auto 40px auto;
}


.b2-btn:hover, .b2-btn:focus {
  background-position: center bottom -80px;
   box-shadow: 0 0 40px #e87171;  
  color: white;
}

@media (max-width: 991px) {
  .b2-block-holder {
   padding: 25px;
}

.b2-bot-text {
   width: 100%;
}


}


@media (max-width: 767px) {

.img-b2 {
	margin: 0 auto 20px auto;
	width: 194px;
	display: block;
}

.b2-block-head {
	font-size: 18px;
}

.b2-block-holder p {
   line-height: 20px;
}

.b2-btn {
  width: 100%;
}   

}



/*------------------block-3---------------*/

.block-3 {
  padding: 100px 0 50px 0;
  background-image: url(../images/b3_bcg.png);
  background-repeat: no-repeat;
  background-position: bottom -150px left 50px;
  background-color: #f4f4f4;
  border-radius: 8px;
  margin: 0px 20px 0px 20px;
}

.b3-subhead {
	text-align: center;
	margin: 0 auto 60px auto;
	width: 80%;
}

.b3-option {
	background-color: #ffffff;
   box-shadow: 0 0 20px #dddddd;	
   border-radius: 8px;
   width: 400px;
   margin: 0 auto 40px auto;
}

.b3-op-head {
	font-size: 22px;
	color: #cc0404;
	text-align: center;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';		
   padding: 30px 40px 30px 40px;
   border-bottom: 1px solid #eaeaea;
   line-height: normal;   
   margin: 0 0 20px 0;
}

.b3-ul {
	margin: 0 0 20px 0;
	padding: 0 30px 0 30px;
}

.b3-ul li {
   list-style: none;
   background-image: url(../images/check.svg);
   background-repeat: no-repeat;	
   background-position: left;
   padding: 3px 0 3px 40px;
   margin: 0 0 5px 0;
   line-height: 20px;
}

.b3-price {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';		
   padding: 10px 10px 40px 10px; 
}


@media (max-width: 991px) {

.block-3 {
  background-position: bottom left 50px;
}



.b3-option {
   width: 100%;
   margin: 0 auto 40px auto;
}
}


@media (max-width: 767px) {

.block-3 {
  padding: 100px 0 50px 0;
  background-position: bottom -250px left 0px;
  margin: 0px 0px 0px 0px;
  border-radius:0px;
}


.b3-subhead {
	text-align: center;
	margin: 0 auto 60px auto;
	width: 100%;
}	

.b3-op-head {
   padding: 30px 20px 30px 20px;
   border-bottom: 1px solid #eaeaea;
   line-height: normal;   
   margin: 0 0 20px 0;
}

.b3-ul {
	margin: 0 0 20px 0;
	padding: 0 20px 0 20px;
}
}



/*------------------block-4---------------*/

.block-4 {
  padding: 100px 0 50px 0;
}


.b4-subhead {
	text-align: center;
	margin: 0 auto 60px auto;
}


.b4-option {
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
	 padding: 90px 5px 0 5px;
	 margin: 0 0 40px 0;
}

.b4-op1 { background-image: url(../images/b4_p1.png);}
.b4-op2 { background-image: url(../images/b4_p2.png);}
.b4-op3 { background-image: url(../images/b4_p3.png);}

.b4-op-head {
    color: #cc0404;
 	font-size: 18px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';		
   margin: 0 0 20px 0;  
}


@media (max-width: 991px) {

.b4-option {
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
	 padding: 0px 5px 0 100px;
	 margin: 0 0 40px 0;
}

.b4-op-head {
   margin: 0 0 5px 0;  
}

}


@media (max-width: 767px) {
.block-4 {
  padding: 100px 0 50px 0;
}

.b4-option {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50px;
    text-align: left;
	 padding: 0px 5px 0 70px;
	 margin: 0 0 20px 0;
}

.b4-op-head {
   line-height: normal;
}

.b4-subhead {
	text-align: center;
	margin: 0 auto 40px auto;
}
}


/*------------------block-5---------------*/

.block-5 {
  padding: 100px 0 50px 0;
}


.b5-block-holder {
   box-shadow: 0 0 20px #ececec;
   padding: 74px 54px 74px 54px;
   border-radius: 8px;
   margin: 0 0 55px 0;
   position: relative;
}

.b5-img {
	width: 100%;
	max-width: 347px;
	border-radius: 8px;
}

.b5-name {
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';		
   font-size: 24px;	
}

.b5-position {
  font-size: 18px;
  margin: 0 0 25px 0;
}

.b5-ul {
	padding: 0;
}

.b5-ul li {
	list-style: none;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 40px;
	margin: 0 0 7px 0;
}


@media (max-width: 991px) {

.b5-block-holder {
   padding: 20px;
}


.b5-img {
  margin: 0 0 40px 0;
}

.b5-name {
   font-size: 20px;	
}

.b5-position {
  font-size: 16px;
}

}


/*------------------block-6---------------*/

.block-6 {
  padding: 100px 0 50px 0;
  background-color: #f4f4f4;
  border-radius: 8px;
  margin: 0px 20px 0px 20px;
}

.b6-img {
	width: 100%;
	max-width: 250px;
	border-radius: 8px;
	margin: 0 0 30px 0;
   box-shadow: 0 0 20px #dddddd;		
}

.b6-logo-text {
	text-align: center;
	margin: 0 auto 60px auto;
	width: 80%;
}

@media (max-width: 767px) {

.block-6 {
  padding: 100px 0 50px 0;
  background-color: #f4f4f4;
  border-radius: 0px;
  margin: 0px 0px 0px 0px;
}

.b6-img {
	margin: 0 0 20px 0;
}


.b6-logo-text {
	width: 100%;
	font-size: 14px;
	margin: 0 auto 40px auto;	
}
}


/*------------------block-7---------------*/

.block-7 {
  padding: 100px 0 50px 0;
}

.carousel-holder {
   box-shadow: 0 0 20px #ececec;
   border-radius: 8px;
   padding: 50px 40px 100px 40px;
   width: 90%;
   margin: 0 auto;
  -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;  
   transform: scaleY(1);       
      
}

.carousel-item {
	padding-left: 40px;
   padding-right: 40px;	
}

.carousel-inner {
/*	padding-left: 80px;
	padding-right: 80px;
  -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;  
   transform: scaleY(1);    	*/
}

.b7-img {
	width: 100%;
	max-width: 250px;
	border-radius: 8px;
	margin: 0 0 0px 0;
  /* box-shadow: 0 0 20px #dddddd;*/
}


.b7-name {
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';			
}



.carousel-control-next, .carousel-control-prev {
	width: auto;
	opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	 width: 25px;
	 height: 47px;
}

.carousel-control-prev-icon {
	background-image: url(../images/arrow_left.svg);
}

.carousel-control-next-icon {
	background-image: url(../images/arrow_right.svg);
}

.carousel-indicators {
	bottom: -75px;
}

.carousel-indicators li {
	background-color: #dbdbdb;
   display: inline-block;
	width: 12px;
	height: 12px;
   border: none;
   border-radius: 80px;
}

.carousel-indicators .active {
   background-color: #c90000;
}

@media (max-width: 1190px) {
.carousel-holder {
   width: 100%;
}

}



@media (max-width: 767px) {


.block-7 {
  padding: 100px 0 50px 0;
}


.carousel-holder {
   padding: 20px 20px 60px 20px;
}   

.carousel-indicators {
	bottom: -45px;
}

.carousel-item {
	padding-left: 0px;
   padding-right: 0px;	
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	 width: 15px;
	 height: 37px;
}


.carousel-control-prev {
	left: -20px;
}

.carousel-control-next {
	right: -20px;
}
}




/*------------------block-8---------------*/

.block-8 {
  padding: 100px 0 50px 0;
}


.b8-subhead {
	text-align: center;
	margin: 0 auto 60px auto;
}


.b8-ul {
	padding: 0;
	width: 80%;
	margin: 0 auto 60px auto;
}

.b8-ul li {
	list-style: none;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0 7px 35px;
	margin: 0 0 7px 0;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';	
   line-height: 20px;	
}


@media (max-width: 991px) {
.b8-ul {
	width: 100%;
}

}

@media (max-width: 767px) {

.block-8 {
  padding: 100px 0 50px 0;
}

.b8-subhead {
	margin: 0 auto 40px auto;
}


.b8-ul {
	margin: 0 auto 0px auto;
}
.b8-rowman {
	margin-bottom: 40px;
}

}


/*------------------block-9---------------*/

.block-9 {
  padding: 100px 0 50px 0;
}

.soc {
	background-image: url(../images/fb_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 5px 0 5px 40px;
	width: 200px;
	margin: 0 0 40px auto;
}


.mail {
	background-image: url(../images/mail.svg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 5px 0 5px 40px;
	width: 160px;
	margin: 0 0 0px auto;
}


.b9-colman {
	text-align: right;
}

.b9-phone {
	background-image: url(../images/phone_icon.svg);
	background-repeat: no-repeat;
	background-position: left;
   font-size: 18px;
   font-weight: 600;
   padding: 0 0 0 30px;
   line-height: normal;
   margin: 0px auto 40px 0;
}

.b9-tel {
   color: #383838;	
}

.b9-callback {
	display: block;
	font-size: 14px;
}

.b9-map {
	background-image: url(../images/map_icon.svg);
	background-repeat: no-repeat;
   background-position: left;
   font-size: 16px;
   line-height: normal;
   padding: 0 0 0 30px; 
   margin: 0px auto 40px auto;
   width: 300px
}

.map-holder {
    height: 425px;
   box-shadow: 0 0 20px #ececec;    
   border-radius: 8px;
   margin: 0 0 60px 0;
}


@media (max-width: 767px) {


.b9-colman {
	text-align: center;
	padding-bottom: 40px;
}

.b9-phone {

   margin: 0px auto 40px auto;
   width: 200px;
}


.soc {
	margin: 0 auto 40px auto;
}



.mail {
	margin: 0 auto 40px auto;
}

.b9-map {

   margin: 0px auto 40px auto;
   width: 200px
}

}

/*------------------podval---------------*/

.podval {
  box-shadow: 0 0 5px #cccccc;	
  background-color: white;
  padding: 50px 0 50px 0;
}

.b10-rowman-2 {
	text-align: center;
}

.b10-rowman-3 {
	text-align: right;
}

.copyright {
   line-height: normal;
   margin:17px 0 0 0;
}

.policy-holder {
	margin: 17px 0 0 0;
	line-height: normal;
}


@media (max-width: 767px) {

.b10-rowman-1 {
	text-align: center;
}

.b10-rowman-3 {
	text-align: center;
}
}




/*modal*/

.modal-open .top-holder {
padding-right: 17px;
}


body.toggled .top-holder  {
/*padding-right: 17px;*/
}

.form-bcg {
   background-color: #ffffff;    
   border-radius: 8px;
   padding: 50px 40px 40px 40px;
   border: none;
 }
 
 
 .form-p {
  font-size: 15px;
  text-align: center;
}


 .close-cross  {
  color: #282520;
   top: -30px;
   right: -20px;
   position: absolute;
   z-index: 999;
   outline: none !important;
}


.details {
	font-size: 17px;
	text-align: center;
}


.form-head {
   font-size: 24px;
   font-weight: bold;
	text-align: center;
	margin: 0 0 10px 0;
   line-height: normal;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';	   
}


.input-blc-4 {
   height: 70px;
   background-color: #f6f6f6;
   margin: 0 0 20px 0;
   color: black;
   padding-left: 20px;
   border: 1px solid #f0f0f0;
}



.order-btn-8 {
	font-size: 18px;
	font-weight: 600;
   font-family: 'Museo Sans Cyrl 700';	
   display: block;
   width: 100%;
   background-color: #e62727;
   text-align: center;
   color: white;
   background-image: url(../images/btn_bcg.png);
   background-repeat: repeat-x;
   background-position: center bottom;
   border-radius: 5px;
   padding: 26px 0 26px 0;
   text-transform: uppercase;
   box-shadow: 0 0 20px #e87171;
   margin: 0 auto 40px auto;
   
}

.order-btn-8:hover, .order-btn-8:focus {
  background-position: center bottom -80px;
   box-shadow: 0 0 40px #e87171;  
  color: white;
}


@media (max-width: 767px) {

body.toggled .top-holder  {
padding-right: 0px;

}
}


@media (max-width: 545px) {

body.toggled .top-holder  {
padding-right: 0px;
}

 .close-cross  {
  color: #282520;
   top: -15px;
   right: 0px;
   position: absolute;
   z-index: 999;
   outline: none !important;
}


input.input-blc-4 {
   background-image: none;
   padding-left: 15px;
}

.form-bcg {
   background-color: #ffffff;    
   padding: 20px 10px 10px 10px;
   border: none;
 }
 
.modal-body {
	padding-left: 0px;
	padding-right: 0px;
}

 .form-p {
  font-size: 15px;
  text-align: center;
}
}




/*-----------------------------menu-----------------------*/

.blck-cover {
	background-color: black;
	height: 100%;
   width: 100%;
   position: absolute;
   z-index: 98;
   opacity: 0;
    /*transition-delay: 1200ms; */  
    -webkit-transition: opacity 05s ease-in-out;
    -moz-transition: opactiy 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;      
}


.opac {
	opacity: 0;
}


.show {
	 top: 0px !important;
}

.hide {
	display: none;
}


.navbar {
  	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;	
   z-index: 100;	
}

.side-menu-holder {
	width: 100%;
	text-align: center;
}

.close-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 40px;
  right: 40px;
  outline: none !important;
}

.side-menu-holder a {
   font-size: 24px;	
   display: block;
    font-family: 'Museo Sans Cyrl 700';   
   font-weight: 600;   
   padding: 10px 0 10px 10px;
   line-height: normal;
}


.side-menu-holder a:hover {
   color: #ff3f3f;
}



.anim-stop {
   -webkit-transition: all 0.0s ease;
   -moz-transition: all 0.0s ease;
   -o-transition: all 0.0s ease;
   transition: all 0.0s ease;  
}


.show {
	 top: 0px !important;
}

.fp-enabled body {
	margin-right: -15px;
}



@media (max-width: 767px) {

.side-menu-holder a {
   font-size: 18px;	
}   


.fp-enabled body {
	margin-right: -15px;
}



}
 
@media (max-width: 575px) {
.fp-enabled body {
	margin-right: 0px;
}


}


.download-btn {
	border: 2px solid #c90000;
	display: block;
	padding: 20px;
	margin: 20px 0 40px 0;
	text-align: center;
	border-radius: 8px;
   font-weight: 600;	
   font-family: 'Museo Sans Cyrl 700'; 
   text-transform: uppercase;  
}
