@charset "UTF-8";
@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri_bold.ttf);
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri_italic.ttf);
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: Calibri;
  src: url(../fonts/Calibri_bold_italic.ttf);
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: Impact;
  src: url(../fonts/Impact.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Arial Narrow";
  src: url(../fonts/Arial_Narrow.ttf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Arial Narrow";
  src: url(../fonts/Arial_Narrow_Bold.ttf);
  font-weight: bold;
  font-style: normal; }
  
@font-face {
  font-family: MetaProLight;
  src: url(../fonts/MetaPro.otf);
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: MetaPro;
  src: url(../fonts/MetaPro-BlackItalic.ttf);
  font-weight: normal;
  font-style: normal; }
  
@font-face {
  font-family: MetaItal;
  src: url(../fonts/MetaPro-MediumItalic.ttf);
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: MetaF;
  src: url(../fonts/MetaPlusMediumRoman.ttf);
  font-weight: normal;
  font-style: normal; }
  @font-face {
  font-family: Nexa;
  src: url(../fonts/Nexa.ttf);
  font-weight: normal;
  font-style: normal; }
header {
	position: relative;
    z-index: 0;
    position: sticky;
    z-index: 100;
    top: 0;
    background: #fff;
   /* overflow-x: hidden;*/
    /*border-bottom: 1px solid #696969;*/
box-shadow: 0px 2px 10px -0px rgba(47, 47, 47, 0.17); }
  @media (max-width: 719px) {
    header {
     /* z-index: 1;*/ } 
}
  header .phone-on-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #de2624;
    width: 100%;
    height: 46px;
    color: #ffffff;
    font-family: Impact;
    font-size: 29px;
    font-weight: 400;
    line-height: 14.62px;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    }
    @media (max-width: 1199px) {
      header .phone-on-mobile {
        display: flex; 
		font-size:150%;
		cursor: pointer;
		} }
		@media (max-width: 480px) {
      header .phone-on-mobile { 
		font-size:110%;
		height: 36px;
		} }

.header {
  padding: 30px 0 30px 0;
  }
  @media (max-width: 479px) {
    .header {
      padding: 10px 0 10px; } }
  .header .component {
	  max-width: 1240px;
	  padding: 0 66px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  box-sizing: border-box;
	  }
  .header .mobile-menu-icon {
    width: 55px;
    height: 50px;
    justify-content: center;
    align-items: center;
   /* background-color: #de2624;*/
    display: none; }
    .header .mobile-menu-icon .icon {
      width: 55px;
	  	  }
    @media (max-width: 1199px) {
      .header .mobile-menu-icon {
        display: flex; } }
		@media (max-width: 800px) {
      .header .mobile-menu-icon  .icon{
        width: 50px; } }
		@media (max-width: 550px) {
      .header .mobile-menu-icon .icon{
        width: 40px; } }
    @media (max-width: 479px) {
      .header .mobile-menu-icon {
        width: 40px;
         }
		 }
    @media (max-width: 400px) {
      .header .mobile-menu-icon .icon{
        width: 35px;
         }
       /* .header .mobile-menu-icon .icon {
          width: 40px; } */
}
  	 .header .logo {
       display: block;
       position: relative;
	   width: 70px;}
    @media (max-width: 800px) {
     .header .logo {
        width: 60px; }
		}
	@media (max-width: 550px) {
     .header .logo {
        width: 50px; } 
		}
	@media (max-width: 360px) {
     .header .logo {
        width: 40px; } 
		}
		
    .header .logo img {
      width: 100%; }
   /* @media (min-width: 1200px) {
      .header .logo:after {
        content: '';
        width: 4px;
        height: 95px;
        background-color: #de2624;
        position: absolute;
        bottom: 0;
        right: -30px;
  } 
  }*/
  /*.header .separator {
    width: 4px;
    height: 80px;
    background-color: #de2624; }*/
  .header .about {
    color: #000000;
    font-family: arial;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    line-height: 20px;
    text-transform: uppercase;
    /* margin-right: 20px; */
    /* margin-bottom: 5px; */
    /* width: 250px; */
    flex-shrink: 0;
    font-weight: 500;
 }
    @media (max-width: 1199px) {
      .header .about {
        font-size: 1em;
        line-height: 24px;
       /* width: 230px;*/
		margin-bottom: 0px;
		margin-right: 0px;
		order: 1;
		} 
		}
    @media (max-width: 479px) {
      .header .about {
        font-size: 100%;
       /* width: 160px; */
	   
		} 
		}
    .header .about .big-letter-space {
      letter-spacing: 1;
      text-transform: uppercase;
      font-size: 17.9px;
      }
	  
      @media (max-width: 800px) {
        .header .about .big-letter-space {
          font-size: 1em;
          } }
		  @media (max-width: 550px) {
        .header .about .big-letter-space {
          font-size: 0.78em;
          } }
		 
		 /* @media (max-width: 1199px) {
        .header .about .big-letter-space {
          font-size: 0.85em;
          } }*/
@media (max-width: 480px){
.header .about .big-letter-space {
    font-size: 0.88em;
}}
	 @media (max-width: 400px) {
			  .header .about .big-letter-space {
          font-size: 8.2px;
		  }
		  }	  
    .header .about .small-letter-space {
      /*margin-top: 5px;*/
      letter-spacing: 0px; 
	  font-size:10.7px;}
	  
     /* @media (max-width: 1199px) {
        .header .about .small-letter-space {
          letter-spacing: 0px;
          font-size: 0.835em;
          } }*/
	  @media (max-width: 800px) {
        .header .about .small-letter-space {
          letter-spacing: 0px;
          font-size: 0.6em;
          } }
		  @media (max-width: 550px) {
		.header .about .small-letter-space {
          font-size: 0.3em;
          }
		  }
      @media (max-width: 400px) {
        .header .about .small-letter-space {
          letter-spacing: 0px;
		  font-size: 5px;		  
		  } }
		  
     /* .header .about .small-letter-space span.year {
        font-weight: bolder;
        line-height: 20px;
        font-size: 1.3em;
        font-weight: 600; 
        letter-spacing: 0px;
        }
		
        @media (max-width: 1199px) {
          .header .about .small-letter-space span.year {
            line-height: 16px; } }
			
        @media (max-width: 479px) {
          .header .about .small-letter-space span.year {
            font-size: 10px;
            line-height: 11px; } }*/
/*
.best-conditions{
	padding-top:10px;
	color: #de2624;
	font-size: 0.945em;
}
 @media (max-width: 720px) {
 	.best-conditions{
 		 letter-spacing: 0.05px;
 		 margin-top: 0;
 	}
 }
 @media (max-width: 479px) {
 	.best-conditions{
 		 letter-spacing: 0.2px;
 		 margin-top: 0;
 	}
 }
  @media (max-width: 400px) {
 	.best-conditions{
 		 padding:0px;
 		 letter-spacing: 0.4px;
 	}
 }*/
.right-side-header{
	font-family: MetaItal;
	font-size: 1.57em;
	color: #de2624;
	font-weight: 800;
	text-transform: uppercase;
}
.right-side-header br{
	display: none;
}
.ph-rb{
	/* margin-top: 10px; */
	display: flex;
	width: 600px;
	font-weight: 400;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}	
@media (max-width: 1199px) {
	.header .component {
	  max-width: 1240px;
	  padding: 0 25px;}
	.ph-rb{
		/* margin-top: 10px; */
		width: 100%;
		}
	.right-side-header{
		font-family: MetaItal;
		font-size: 0.9em;
	}
	
}	
  .header .phone {
    display: block;
    color: #333333;
    font-family: Impact;
	font-style: normal;
    font-size: 38px;
    text-transform: uppercase;
    /*padding: 10px 10px 10px 0; */
	}
    @media (max-width: 1199px) {
	  .header .logo {
        padding-left: 0px; 
		} 
      .header .phone {
        font-size: 3.0em;
        padding: 0px;
        } 
		}
@media (max-width: 850px) {
	.header .phone {
        font-size: 2.5em;
        padding: 0px;
        } 
}
@media (max-width: 800px) {
	.right-side-header{
		font-size: 0.8em;
	}
	.header .phone {
        font-size: 2em;
        padding: 0px;
        } 
	.header .about {
		line-height: 22px;
		
		/*width: 150px;*/
		/*font-size: 0.85em;*/
	}
}

    @media (max-width: 719px) {
		.right-side-header{
		/*width: 26%;*/
		/*display: none;*/
		/* margin-bottom: -10px; */
		/* font-size: 1.1em; */
		line-height: 20px;
		}
		.right-side-header br{
	    display: block;
	    }
      /* .header .phone {
        display: none; 
		}*/
	   .header .about {
        line-height: 20px;
        /* padding-left: 20px; */
  } 
		}
		
		
		@media (max-width: 660px) {
	   .right-side-header{
		/*width: 30%;*/
		/*padding-left: 20px;*/
		line-height: 17px; 
		font-size: 0.85rem;
		}
	 .header .about {
		 line-height: 18px;
		/* width: 29%;*/
		 font-size: 0.8rem;
		}
		}
		@media (max-width: 550px) {
		.header .phone {
        font-size: 1.5em;	
		}
		}
		@media (max-width: 480px) {	
	.right-side-header{
		/*width: 24%;*/
		line-height: 16px;
		font-size: 0.7rem;
		}
	.header .about .big-letter-space,
	.header .about .small-letter-space{
		 letter-spacing: px;
		 }
	/*.header .about .small-letter-space span.year {
		font-size: 1rem;
		font-weight: 600;
			}*/
	.header .about {
		 line-height: 16px;
		 font-size: 0.7rem;
			}
}
    .header .red-button,
	.bannerv .red-button{
    /*background-image: url("../images/main/button-background.png");*/
	background-color: #E84700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E84700), to(#a30c00));
  background-image: -webkit-linear-gradient(top, #E84700, #a30c00);
  background-image: -moz-linear-gradient(top, #E84700, #a30c00);
  background-image: -ms-linear-gradient(top, #E84700, #a30c00);
  background-image: -o-linear-gradient(top, #E84700, #a30c00);
  background-image: linear-gradient(to bottom, #E84700, #a30c00);
    width: 239px;
    height: 44px; 
	font-style: normal;
	cursor: pointer;
	transition: .3s all;}
.bannerv .red-button{
	 width: 100%;
}
    @media (max-width: 1199px) {
      .header .red-button {
        display: none; } }

#main-menu {
  transition: .3s all;
  width: 100%;
  height: 37px;
  background-color: #de2624;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 10; }
  @media (max-width: 1199px) {
    #main-menu {
      display: none; } }
  #main-menu .component {
    display: flex;
    justify-content: center; }
  #main-menu .nav.menu {
    width: 644px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #main-menu .nav.menu li {
      height: 37px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #main-menu .nav.menu li.parent {
        position: relative; }
        #main-menu .nav.menu li.parent > ul {
		  transition: .3s all;
          display: none; }
      #main-menu .nav.menu li.parent:hover > ul {
        display: block;
		transition: .3s all;}
      #main-menu .nav.menu li a {
        color: #ffffff;
        font-family: "Arial Narrow";
        font-size: 17px;
        font-weight: bold;
        text-transform: uppercase;
        transition: color .2s linear; }
      #main-menu .nav.menu li.default {
        /*display: none;*/ }
     /* #main-menu .nav.menu li.active {
        cursor: default;
		transition: .3s all;
        pointer-events: none; }*/
	 #main-menu .nav.menu li.active .deeper .parent {
      	 display: block;
        cursor: default;
		transition: .3s all;
        pointer-events: none; }
      #main-menu .nav.menu li:hover a, #main-menu .nav.menu li.active a {
        color: #ffff33; }
      #main-menu .nav.menu li:nth-of-type(3) .nav-child {
       /* width: 235px;*/ }
      #main-menu .nav.menu li:nth-of-type(4) .nav-child {
        width: 300px; }
    #main-menu .nav.menu .nav-child {
      position: absolute;
      top: 100%;
      left: -31px;
      width: 270px;
      background-color: /*#ff0000*/#de2624;
     /* padding: 20px 0 20px 30px;*/
      padding: 20px 30px 20px 30px;
      box-sizing: border-box; }
      #main-menu .nav.menu .nav-child li {
        display: block; }
      #main-menu .nav.menu .nav-child li::after {
        margin-top: 7px;
        content: '';
        display: block;
       /* width: 177px;*/
        width: 100%;
        height: 2px;
        background-color: #ffffff;
        margin-bottom: 7px; }
      #main-menu .nav.menu .nav-child li:last-child {
        height: 23px; }
        #main-menu .nav.menu .nav-child li:last-child::after {
          display: none; }
      #main-menu .nav.menu .nav-child li a {
        color: #ffffff;
        font-family: "Arial Narrow";
        font-size: 17px;
        font-weight: bold;
        line-height: 20.39px;
        font-variant: small-caps;
        letter-spacing: 0.37px;
        text-transform: none;
        transition: color .2s linear; }
      #main-menu .nav.menu .nav-child li:hover a {
        color: #ffff33; }

footer {
  margin-top: 50px !important;
  padding-bottom: 40px !important; }
  @media (max-width: 719px) {
    footer.pad-full {
      display: none; } }
  footer.pad-full .red-line {
    height: 13px;
    width: 100%;
    background-color: #de2624; }
    footer.pad-full .red-line .logo {
      background-color: white;
      margin-top: -43px; }
  footer.pad-full .flex-container {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    position: relative; }
    footer.pad-full .flex-container .column {
      width: 160px; }
      footer.pad-full .flex-container .column.info {
        width: 280px; }
      footer.pad-full .flex-container .column .parent > a {
        color: #0c0b0b;
        font-family: Calibri;
        font-size: 11px;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase; }
      footer.pad-full .flex-container .column .nav-child li a {
        color: #0c0b0b;
        font-family: Calibri;
        font-size: 11px;
        font-weight: 700;
        text-decoration: underline; }
      footer.pad-full .flex-container .column a {
        display: block; }
    @media (max-width: 1199px) {
      footer.pad-full .flex-container .info {
        position: absolute;
        top: 90%;
        margin-top: 10px; } }
    footer.pad-full .flex-container .info .title {
      color: #0c0b0b;
      font-family: Calibri;
      font-size: 11px;
      font-weight: bold;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .info .title {
          display: none; } }
    footer.pad-full .flex-container .info .text {
      margin-top: 27px;
      color: #060606;
      font-family: Calibri;
      font-size: 12px;
      /* font-weight: 400; JAN*/
      font-weight: 700;
      line-height: 19.31px;
      letter-spacing: 0.23px; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .info .text {
          display: none; } }
    footer.pad-full .flex-container .info .copyright {
      /*margin-top: 58px; JAN*/
      margin-top: 10px;
      color: #060606;
      font-family: Calibri;
      font-size: 11px;
      line-height: 24.13px; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .info .copyright {
          /*margin-top: 0; JAN*/	
          margin-top: 20px; } }
      footer.pad-full .flex-container .info .copyright span {
        color: #060606;
        font-family: Calibri;
        font-size: 13px;
        line-height: 20.83px;
        letter-spacing: 0.73px; }
    footer.pad-full .flex-container .about > .nav.menu > li:not(.item-103) {
      display: none; }
    footer.pad-full .flex-container .about .parent > a {
      margin-bottom: 15px; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .about .parent > a {
         /* display: none; JAN*/ 
                    } }
    footer.pad-full .flex-container .about .parent .nav-child a {
      margin-top: 11px; }
    @media (max-width: 1199px) {
      footer.pad-full .flex-container .about .parent .nav-child li:first-child a {
        margin-top: 0; } }
    footer.pad-full .flex-container .about .parent .item-118 {
      /*margin-top: 40px; JAN*/
	  margin-top: 10px; }
    footer.pad-full .flex-container .about .parent .item-119 {
      /*margin-top: 19px; JAN*/
      margin-top: 10px; }
    footer.pad-full .flex-container .services > .nav.menu > li:not(.item-104) {
      display: none; }
    footer.pad-full .flex-container .services .parent > a {
      margin-bottom: 15px; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .services .parent > a {
          display: none; } }
    footer.pad-full .flex-container .services .parent .nav-child a {
      margin-top: 11px; }
    @media (max-width: 1199px) {
      footer.pad-full .flex-container .services .parent .nav-child li:first-child a {
        margin-top: 0; } }
    footer.pad-full .flex-container .products {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .products {
          display: block; } }
      footer.pad-full .flex-container .products > .nav.menu > li:not(.item-102) {
        display: none; }
      footer.pad-full .flex-container .products .parent a {
        color: #cc0000;
        font-family: Calibri;
        font-size: 11px;
        font-weight: 700;
        line-height: 10.62px;
        text-transform: uppercase;
        text-decoration: none; }
      footer.pad-full .flex-container .products .parent > a {
        margin-bottom: 9px; }
      footer.pad-full .flex-container .products .parent .nav-child li:not(:first-child) a {
        margin-top: 11px; }
      footer.pad-full .flex-container .products li a {
        color: #0c0b0b;
        font-family: Calibri;
        font-size: 11px;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase; }
      footer.pad-full .flex-container .products .additional-link {
        display: none; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .products img {
          display: none; }
        footer.pad-full .flex-container .products .additional-link {
          display: block;
          color: #0c0b0b;
          font-family: Calibri;
          font-size: 11px;
          font-weight: 700;
          text-decoration: underline;
          text-transform: uppercase;
          margin-top: 15px; } }
  @media (max-width: 1199px) and (max-width: 1199px) {
    footer.pad-full .flex-container .products .additional-link:first-of-type {
      margin-top: 40px; } }
    footer.pad-full .flex-container .portfolio {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .portfolio {
          display: none; } }
      footer.pad-full .flex-container .portfolio > .nav.menu > li:not(.item-133) {
        display: none; }
		
      footer.pad-full .flex-container .portfolio li a {
        color: #0c0b0b;
        font-family: Calibri;
        font-size: 11px;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase; }
    footer.pad-full .flex-container .contacts > .nav.menu > li:not(.item-112) {
      display: none; }
    footer.pad-full .flex-container .contacts li a {
      color: #0c0b0b;
      font-family: Calibri;
      font-size: 11px;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase; }
    footer.pad-full .flex-container .contacts .adress {
       /*margin-top: 10px; JAN*/
	  margin-top: 5px;
      width: 109px;
      color: #090909;
      font-family: Calibri;
      font-size: 15px;
      font-weight: 700;
      line-height: 20.83px; }
    footer.pad-full .flex-container .contacts .mail {
       /*margin-top: 17px; JAN*/
      margin-top: 5px;
      color: #0000cc;
      font-family: Calibry;
      font-size: 13.5px;
      font-weight: bold;
      font-style: italic;
      line-height: 14.38px;
      text-decoration: underline; }
      	    /*JAN*/
	  .social-serv {
    margin-top: 30px;
} 
.social-icos {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    align-items: center;
    width: 100px;
}
      
    footer.pad-full .flex-container .contacts .news {
      margin-top: 40px;
      display: block;
      color: #0c0b0b;
      font-family: Calibri;
      font-size: 11px;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .contacts .news {
          display: none; } }
    footer.pad-full .flex-container .contacts img {
      margin-top: 16px;
     /*width: 78px; JAN*/
	 /*display: none; JAN*/
      display: block; }
      @media (max-width: 1199px) {
        footer.pad-full .flex-container .contacts img {
          display: block; } }
  footer.mobile {
    display: none; }
    @media (max-width: 719px) {
      footer.mobile {
        display: block; } 
        
        /* JAN*/
		 .social-icos {
		width: 100px;
		margin: 0 auto;
		margin-top:10px;
		 }
    .social-serv {
    margin-top: 0px;
	text-align: center;
	font-size: 15px;
}
	footer.mobile .contacts .social-serv img {
	 position: inherit;
	 width: auto;
     left: auto;
     transition: auto;
     top: auto;
     margin: auto;
	     transform: translate(0%, 0%);
		}
		 /* JAN*/
    }
    footer.mobile .contacts {
      border-top: 3px solid #de2624;
      border-bottom: 3px solid #de2624;
      width: 100%;
      padding: 26px 0 14px;
      position: relative; }
      footer.mobile .contacts img {
        margin-top: -5px;
        width: 45px;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%); }
      footer.mobile .contacts .address {
        width: 100%;
        text-align: center;
        color: #000;
        font-family: Calibri;
        font-size: 19px;
        font-weight: 700; }
        @media (max-width: 479px) {
          footer.mobile .contacts .address {
            font-size: 14px; } }
        footer.mobile .contacts .address a {
          color: #0000cc;
          font-style: italic;
          letter-spacing: 0.24px;
          line-height: 25.56px;
          text-decoration: underline; }
      footer.mobile .contacts .links {
        margin-top: 21px;
        display: flex;
        width: 100%;
        justify-content: center;
        color: #090909;
        font-family: Calibri;
        font-size: 19px;
        font-weight: 700;
        line-height: 19.16px;
        letter-spacing: 0.32px; }
        @media (max-width: 479px) {
          footer.mobile .contacts .links {
            font-size: 14px; } }
        footer.mobile .contacts .links a {
          color: #090909; }
          footer.mobile .contacts .links a:last-child {
           margin-left: 5px;
			/*color: #0000cc; JAN*/
			color: #0000cc; }
    footer.mobile .menu ul {
      margin-top: 22px; }
      footer.mobile .menu ul li {
        margin-top: 13px;
        font-family: Calibri;
        font-size: 15px;
        font-weight: 700;
        line-height: 12.57px;
        text-decoration: underline;
        text-transform: uppercase;
        letter-spacing: 0.24px;
        text-align: center; }
        @media (max-width: 479px) {
          footer.mobile .menu ul li {
            font-size: 13px; } }
        footer.mobile .menu ul li:first-child {
          margin-top: 0; }
        footer.mobile .menu ul li a {
          color: #0c0b0b; }
    footer.mobile .menu .copyright {
      margin-top: 27px;
      width: 100%;
      text-align: center;
      color: #060606;
      font-family: Calibri;
      font-size: 14px;
      font-weight: 400;
      line-height: 31.89px;
      letter-spacing: 0.2px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 479px) {
        footer.mobile .menu .copyright {
          font-size: 12px; } }
      footer.mobile .menu .copyright span {
        /* Style for "®" */
        color: #060606;
        font-family: Calibri;
        font-size: 15px;
        font-weight: 400; }
        @media (max-width: 479px) {
          footer.mobile .menu .copyright span {
            font-size: 13px; } }

@media (max-width: 1199px) {
  #side-menu {
    display: none; } }

#side-menu .nav.menu {
  width: 263px;
  background-color: #de2624/*#ff0000*/;
  padding: 20px 20px;
  box-sizing: border-box; }
  #side-menu .nav.menu li::after {
    margin-top: 10px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 10px; }
  #side-menu .nav.menu li:last-child::after {
    display: none; }
  #side-menu .nav.menu a {
    color: #ffffff;
    font-family: "Arial Narrow";
    font-size: 17px;
    font-weight: bold;
    line-height: 20.39px;
    font-variant: small-caps;
    letter-spacing: 0.37px; }

#side-menu2 .news {
  margin-top: 40px;
  color: #ffffff;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 18.89px;
  text-transform: uppercase;
  width: 100%;
  height: 54px;
  order:2;

background-image: url("../images/main/news-bg-button.png");*/
	background-color: #de2624;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de2624), to(#a30c00));
  background-image: -webkit-linear-gradient(top, #de2624, #a30c00);
  background-image: -moz-linear-gradient(top, #de2624, #a30c00);
  background-image: -ms-linear-gradient(top, #de2624, #a30c00);
  background-image: -o-linear-gradient(top, #de2624, #a30c00);
  background-image: linear-gradient(to bottom, #de2624, #a30c00);  }

#side-menu2 .verad{
	margin-top:40px;
	
	/*display: none;*/
}


  .news-button{
  margin-top:30px;
  color: #ffffff;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 18.89px;
  text-transform: uppercase;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 0 0 13px rgba(0, 0, 0, 0.3);*/
  background-position: center;
  background-color: #de2624;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#de2624), to(#a30c00));
  background-image: -webkit-linear-gradient(top, #de2624, #a30c00);
  background-image: -moz-linear-gradient(top, #de2624, #a30c00);
  background-image: -ms-linear-gradient(top, #de2624, #a30c00);
  background-image: -o-linear-gradient(top, #de2624, #a30c00);
  background-image: linear-gradient(to bottom, #de2624, #a30c00);
  width: 343px;
  height: 54px;  
}
#content {
  width: 817px;

}

.red-button {
  color: #ffffff;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 18.89px;
  text-transform: uppercase;
  /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), inset 0 0 13px rgba(0, 0, 0, 0.3);*/
  background-position: center; }
.red-button:hover{
	color: #ffff33;
}
.main-page-banner{
	position:relative;
}
.nameban{
position:absolute;
top:38%;
width:100%;
	   text-align: center;
       z-index: 10;
	   font-family:MetaProLight;
	   font-size:3.2rem;
	   font-weight: bold;
	   letter-spacing:3px;
	   text-transform:uppercase;
	   color: #de2624;
    display: flex;
    justify-content: center;
    align-items: center;
       transition: .3s all;
	   text-shadow: 
     -0   -3px 0   #FFFFFF,
		 0   -3px 0   #FFFFFF,
		-0    3px 0   #FFFFFF,
		 0    3px 0   #FFFFFF,
		-3px -0   0   #FFFFFF,
		 3px -0   0   #FFFFFF,
		-3px  0   0   #FFFFFF,
		 3px  0   0   #FFFFFF,
		-1px -3px 0   #FFFFFF,
		 1px -3px 0   #FFFFFF,
		-1px  3px 0   #FFFFFF,
		 1px  3px 0   #FFFFFF,
		-3px -1px 0   #FFFFFF,
		 3px -1px 0   #FFFFFF,
		-3px  1px 0   #FFFFFF,
		 3px  1px 0   #FFFFFF,
		-2px -3px 0   #FFFFFF,
		 2px -3px 0   #FFFFFF,
		-2px  3px 0   #FFFFFF,
		 2px  3px 0   #FFFFFF,
		-3px -2px 0   #FFFFFF,
		 3px -2px 0   #FFFFFF,
		-3px  2px 0   #FFFFFF,
		 3px  2px 0   #FFFFFF,
		-3px -3px 0   #FFFFFF,
		 3px -3px 0   #FFFFFF,
		-3px  3px 0   #FFFFFF,
      0 5px 20px rgba(0, 0, 0, 0.7), 
      0 5px 20px rgba(0, 0, 0, 0.7),
      0 5px 20px rgba(0, 0, 0, 0.7),
      0 5px 20px rgba(0, 0, 0, 0.7),
      0 5px 20px rgba(0, 0, 0, 0.7);
	  animation: scale_up 2s ease-in infinite;
	  transform: translate(-50%, 50%);
} 

@keyframes scale_up {
  0%  {transform:scale(1);} 
  30% {transform:scale(1);}
  65% {transform:scale(1.15);}
 100% {transform:scale(1);}
  }
 .slide .slick-dots{
	bottom: 20px;	
}
.slide .slick-dots li{
	margin: 0 10px 0 10px;	
}
.slide .slick-dots li button
{
   border: 1px solid #fff;
   -webkit-transition: 0.3s all;
   -o-transition: 0.3s all;
   transition: 0.3s all;
}

.slide .slick-dots li button:before{
   content: '';
   width: 20px;
   height: 20px;
   background: #de2624;
   opacity: 0.3; 
}
.slide .slick-dotted .slick-slider {
     margin-bottom: 0px; 
} 
@media (max-width: 1199px) {		
.nameban{
	font-size:2.9rem;
		}	
}
@media (max-width: 1080px) {	
.nameban{
	font-size:2.5rem;}

		}
@media (max-width: 900px) {	
.nameban{
	font-size:2.0rem;}
		}
@media (max-width: 719px) {	
.nameban{
	 /* top: 25%;*/
	font-size:1.6rem;}
		}

@media (max-width: 550px) {	
.nameban{
	font-size:1.3rem;
	letter-spacing:2px;
	text-shadow: 
     -0   -2px 0   #FFFFFF,
		 0   -2px 0   #FFFFFF,
		-0    2px 0   #FFFFFF,
		 0    2px 0   #FFFFFF,
		-2px -0   0   #FFFFFF,
		 2px -0   0   #FFFFFF,
		-2px  0   0   #FFFFFF,
		 2px  0   0   #FFFFFF,
		-0px -2px 0   #FFFFFF,
		 0px -2px 0   #FFFFFF,
		-0px  2px 0   #FFFFFF,
		 0px  2px 0   #FFFFFF,
		-0px -1px 0   #FFFFFF,
		 2px -1px 0   #FFFFFF,
		-2px  1px 0   #FFFFFF,
		 2px  1px 0   #FFFFFF,
		-1px -2px 0   #FFFFFF,
		 1px -2px 0   #FFFFFF,
		-1px  2px 0   #FFFFFF,
		 1px  2px 0   #FFFFFF,
		-2px -1px 0   #FFFFFF,
		 2px -1px 0   #FFFFFF,
		-2px  1px 0   #FFFFFF,
		 2px  1px 0   #FFFFFF,
		-2px -2px 0   #FFFFFF,
		 2px -2px 0   #FFFFFF,
		-2px  2px 0   #FFFFFF,

      0 5px 20px rgba(0, 0, 0, 0.7), 
      0 5px 20px rgba(0, 0, 0, 0.7),
      0 5px 20px rgba(0, 0, 0, 0.7),
      0 5px 20px rgba(0, 0, 0, 0.7),
      0 5px 20px rgba(0, 0, 0, 0.7);
      }
      @keyframes scale_up {
  0%  {transform:scale(1);} 
  70% {transform:scale(1);}
  85% {transform:scale(1.15);}
  100% {transform:scale(1);}
		}
}

@media (max-width: 360px) {	
.nameban{
	font-size:0.8rem;
	}
}
		
  .main-page-banner img {
    margin-top: -9px;
    width: 100%; }
  .main-page-banner .red-button {
    position: absolute;
    /*background-image: url("../images/main/button-background-phone-mobile.png");*/

	background-color: #E84700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E84700), to(#a30c00));
  background-image: -webkit-linear-gradient(top, #E84700, #a30c00);
  background-image: -moz-linear-gradient(top, #E84700, #a30c00);
  background-image: -ms-linear-gradient(top, #E84700, #a30c00);
  background-image: -o-linear-gradient(top, #E84700, #a30c00);
  background-image: linear-gradient(to bottom, #E84700, #a30c00);
    width: 282px;
    height: 64px;
    bottom: 18px;
    display: none; }
    @media (max-width: 1199px) {
      .main-page-banner .red-button {
        display: flex; } }
@media (max-width: 550px) {	
.main-page-banner .red-button {
        width: 181px;
        height: 47px;
        bottom: 9px;
        font-size: 15px; }
		}
    @media (max-width: 479px) {
      .main-page-banner .red-button {
        width: 161px;
        height: 37px;
        bottom: 9px;
        font-size: 13px; } }
        
#mobile-menu {
  z-index: 9999;
  position: fixed;
  height: 100vh;
  width: 100%;
  max-width: 500px;
  top: 0;
  left: -100%;
  background-color: #de2624;
  transition: left .3s ease-in-out;
  box-sizing: border-box;
  padding: 20px 20px 50px;
  text-transform: lowercase;
  overflow: auto;
  }
  #mobile-menu.open {
    left: 0; }
    #mobile-menu.open + #mobile-menu-background {
      opacity: 0.8;
      left: 0;
      transition: opacity .4s linear; }
  #mobile-menu .icon {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 16px;
    right: 16px;
	z-index:999;
	transition:.3s all;
	}
   #mobile-menu .icon:hover{
	   transform: rotate(180deg);
   }
 #mobile-menu .nav.menu > li::after {
    margin-top: 10px;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-bottom: 10px; }
 .nav.menu:last-child li:last-child::after {
    display: none; }
	
	
  /*#mobile-menu .nav.menu li.active ul {
	color: #black;
    display: block; }
  #mobile-menu .nav.menu li ul {
	  color: black;
    display: block; }*/
	
#mobile-menu .nav.menu{
    position: relative;
    z-index: 2;
	display:block;
    width: 100%;
	transition: 0.3s all;
	margin-right: 0px;
	
	}

#mobile-menu .nav.menu ul li{
		
	}
#mobile-menu .nav.menu li a{
	list-style-type: none;
    margin: 0;
    padding: 0;
	font-weight: 400;
    text-decoration: none;
    transition: 0.5s;
    font-size: 1.3em;
	letter-spacing:0.1em;
    position: relative;
	display: block;

	}

	
	
	
#mobile-menu .nav.menu li a:hover{
	
	color: #ffff33;
	}
#mobile-menu .nav.menu li li a{
	  display:block;
	  font-size: 1.1em;
    margin-top: 10px; 
    margin-left: 30px; }
#mobile-menu .nav.menu a {
    color: #ffffff;
    font-family: Arial;
    font-size: 1em;
    font-weight: bolder;
    line-height: 1em;
    font-variant: small-caps;
    letter-spacing: 0.37px;
     padding: 15px;
     margin: 0px;	}*/

#mobile-menu-background {
  position: fixed;
  height: 100vh;
  width: 100%;
  top: 0;
  background-color: black;
  opacity: 0;
  z-index: 90;
  left: -100%;
  transition: opacity .4s linear, left 0s linear .4s;
  }

  
  
  
  
  
  
  
.component {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 36px;
  box-sizing: border-box; }
  @media (max-width: 1199px) {
    .component {
      padding: 0 25px; } }
  @media (max-width: 719px) {
    .component {
      padding: 0 16px; } }
  @media (max-width: 479px) {
    .component {
      padding: 0 7px; } }

a {
  text-decoration: none; 
  }

.content-wrap {
  margin-top: 57px; 
  }
  .content-wrap .component {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
	}
    
	@media (max-width: 1199px){
      .content-wrap .component {
        justify-content: center;
		flex-wrap: wrap;		
		} 
		
		#side-menus{
	width: 100%;
	order:2;
		}
		#content{
    margin-left:0px !important;
	}
.verad{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	/*border: 1px solid green;*/
}/*КНОПКА НОВОСТЕЙ*/
#side-menu2 .news {
	display: none;
}
}
	/*Подробнее ознакомиться с условиями доставки можно здесь*/
	.more_deliv_info{
		text-align: center;
		font-family: Arial Narrow;
		font-size: 130%;
		font-weight: bold;
		margin:20px 0 20px 0;
		line-height:1.2em;
	}
	.more_deliv_info a{
		color: #0000cc;
		border-bottom: 2px solid #0000cc;
		text-transform: uppercase;
		font-style: italic;
	}
	@media (max-width: 700px){
		.more_deliv_info{
			font-size: 105%;
			margin: 40px 0 20px 0;
		}
	}
	/*Подробнее ознакомиться с условиями доставки можно здесь*/
.horad{
		margin: 0 auto;
		max-width: 1280px;
		display: flex;
		flex-direction: row;
	    justify-content: space-between;
	    align-items: center;
	}

	.bannerh, .mp_colums{
		margin:40px 40px;
	}
	
	.wrap{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.bannerv{       
		margin-bottom: 40px;
	}
	.ad0,.ad1{
	    position: relative;
		}
	.bannerv .red-button{
	position: absolute;	
	bottom: 0px;
	}
	.red-button-smooth,
	.red-button-smooth2{
	left: 45%;
	transform: translate(-45%, 0%);
	margin: 0 auto;
	width: 60%;
	position: absolute;
	bottom: 35px;
	display: inline-block;
	text-decoration:none;
    text-transform: uppercase;	
 	text-align:center; 
 	padding:9px 15px; 
 	border-radius: 0px; 
 	font:1.1rem Arial,  sans-serif; 
 	font-weight:bold;
	line-height: 30px;
 	color:#fff; 
 	background-color: #E84700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#E84700), to(#a30c00));
  background-image: -webkit-linear-gradient(top, #E84700, #a30c00);
  background-image: -moz-linear-gradient(top, #E84700, #a30c00);
  background-image: -ms-linear-gradient(top, #E84700, #a30c00);
  background-image: -o-linear-gradient(top, #E84700, #a30c00);
  background-image: linear-gradient(to bottom, #E84700, #a30c00);
/* -webkit-box-shadow:-3px 3px 10px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: -3px 3px 10px #bababa,  inset 0px 0px 1px #ffffff;  
 	box-shadow:-3px 3px 10px #bababa, inset 0px 0px 1px #ffffff;  */
	cursor: pointer;
	transition: .3s all; 
	}
.red-button-smooth2{
	font-size:0.7rem;
}
.red-button-smooth:hover,
.red-button-smooth2:hover,
.red-button-smooth:active,
.red-button-smooth2:active{
	color: #ffff33;
}
@media (max-width: 400px){
	.red-button-smooth,
	.red-button-smooth2{
	bottom: 35px;
	}
}
	h1{
		text-align: right;
		font-size: 1em;
		font-family: Arial;
		font-style: italic;
		margin-right: 2px;
		margin-bottom: 20px;
		font-weight: 300;
}
@media (max-width: 1080px) {
	h1{
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 400px){
	h1{
	font-size: 0.75rem;
	}}
	.right_column{
	    display: flex;
    flex-direction: column;
    width: 100%;
	}
	.right_column p{
		font-size: 0.9em;
		line-height: 1.6em;
		font-family: Arial;
		margin-bottom: 20px;
	}
	.right_column p a{
	font-style: italic;	
	text-decoration: underline;
	color: #0000cc;
	}

	.right_column .column2 {
	margin: 70px 0 50px 0;
    -webkit-column-width: 45%;
    -moz-column-width: 45%;
    column-width: 45%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
   }
	.right_column .column2 a{
	text-decoration: none;}
	@media (max-width: 800px){
    .right_column .column2 {
    margin: 40px 0 30px 0;
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
}
}
 .gallery-wrap .gallery-item .decript p {
    font-size: 1.2rem;
    line-height: 1.3rem;
    font-family: Arial Narrow;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bolder;
}
    .right_column h4,
	.right_column h3,
	.right_column h2{
		text-align: center;
		font-family: Impact;
		font-size: 205%;
		line-height: 1.5em;
		font-weight: 500;
		text-transform: uppercase;
	    color: #333333;
		/*margin-bottom: 50px;*/
	}
	.right_column h4{
		font-size: 150%;
	}
.right_column .deliv_banner{
margin:70px 0 70px 0
}
@media(max-width:720px){
.right_column .deliv_banner{
margin:40px 0 40px 0
}	
}
.right_column .deliv_banner img{
width: 100%;}
	.right_column .our-contacts{
	text-transform: uppercase;
	font-family: "Arial Narrow";
	font-weight: 600;
	word-spacing:4px;
	}
	.right_column .our-contacts h4{
	margin-top: 20px;
	display:inline;	
	text-transform: uppercase;
	line-height: 2em;
	font-family: Impact;
	font-weight: 300;
	}
	.right_column .big{
		font-size: 160%;
	}
	.right_column .red{
		color: #cc3333;
	}
	.wrapitem{
		margin-top: 40px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-bottom: 40px;
	}
	 .item{
		display: flex;
		flex-direction: column;
		width: 25%;
		text-align: center;
	}
	.item.all-prod-descr {
    width: 30%;
}
	.wrapitem .item img{
		margin: 0 auto;
		width: 100px;
	}
	.wrapitem .item.all-prod-descr img{
		margin: 0 auto;
		width: 100%;
		margin-bottom: 20px;
	}
	.descr{
		font-size: 0.9em;
		font-family: Arial;
		line-height: 1.3em;
	}
	.descr.wrap {
    display: flex;
    flex-direction: column;
    height: 280px;
}
@media (max-width: 880px) {
	.descr.wrap {
    height: 310px;
}
}
@media (max-width: 800px) {
	.descr.wrap {
    height: 330px;
}
}
@media (max-width: 750px) {
	.descr.wrap {
    height: 345px;
}
}
@media (max-width: 720px) {
	.descr.wrap {
    height: 265px;
}
}
@media (max-width: 650px) {
	.descr.wrap {
    height: 280px;
}
}
@media (max-width: 620px) {
	.descr.wrap {
    height: 290px;
}
}
@media (max-width: 600px) {
	.descr.wrap {
    height: 305px;
}
}
@media (max-width: 545px) {
	.descr.wrap {
    height: 305px;
}
}
@media (max-width: 510px) {

	.item.all-prod-descr {
    width: 100%;
    margin: 30px 10px 10px 10px;
}
.item.all-prod-descr:first-child{
	margin: 0px 10px 10px 10px;
}
.wrapitem .item.all-prod-descr img {
    margin: 0 auto;
    width: 40%;
    margin-bottom: 00px;
}
.descr.wrap {
    height: auto;
}
.descr .all-prod-descr {
    margin-left: 0 !important;
}
}
.descr.all-prod-descr {
    text-align: left;
	}
	.descr p.name{
		font-size: 1.2em;
		line-height: 1.3em;
		font-family: Arial Narrow;
		margin-top: 10px;
		margin-bottom: 10px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bolder;
	}
	.descr p.name.all-prod-descr{margin-bottom: 20px;}
	.slogandown{
		text-align: center;
		font-family: Impact;
		font-size: 2.3em;
		line-height: 1.2em;
		font-weight: 500;
		text-transform: uppercase;
		padding-bottom: 40px;
		margin-left: 40px;/*убрать если слоган по центру страницы*/
		
	}
	@media (max-width: 1200px) {
		.bannerh{
		margin:20px 20px;
	}
	.bannerv{
			margin: 15px;
		}
		.bannerv img{
			width: 100%;
		}
	}
	@media (max-width: 1080px) {
		#content{
		width: 100%;
		margin: 0 auto;
	}
	.horad{
		margin-top: 40px;
		width:100%;
		flex-direction: column;
		align-items: center;
	}
	
		.bannerv img{
			width: 100%;
		}
		.wrap{	
		flex-direction: column;
		justify-content: space-between;
	}	
		.bannerv{
			margin: 15px;
		}
		.right_column{
		display: flex;
		flex-direction: column;
		width: 100%;
		}
		.right_column h3,
		.right_column h2{
			margin-top: 10px;
			font-size: 2.6em;
		}
		.slogandown{
		margin-left: 0px;/*убрать если слоган по центру страницы*/
		padding: 20px;
		order:2;
	}
	}
	
	@media (max-width: 900px) {
		.right_column h3,
		.right_column h2{
			font-size: 2.2em;
		}
	}
	@media (max-width: 720px) {
		.right_column h3,
		.right_column h2{
			font-size: 160%;
		}
		.descr{
			font-size: 0.8em;}
	}
	@media (max-width: 510px) {
		.bannerh img{
			width: 100%;
		}
		.right_column h3,
		.right_column h2{
			font-size: 1.295em;
			line-height: 1.6em;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.bannerh, .mp_colums{
		margin:10px 10px;
	}
		.slogandown{
			margin-top: 10px;
			padding: 10px;
			font-size: 1.3em;
		}
		.wrapitem{
			text-align: center;
	        margin: 0 auto;
			align-items: center;
			width: 100%;
			flex-direction: column;
		}
		.wrapitem:last-child{
			margin-top: 0px;
		}
		.item{
			align-items: center;
			margin: 10px;
			flex-direction: row;
			width: 290px;
		}
		.item .descr{
			/*min-width: 200px;*/
			margin-left: 20px;
		}
		.item .descr .name{
			font-size: 1.3em;
			margin-bottom: 5px;
		}
		.descr p.name{
		line-height: 1.4em;
		margin-top: 0px;
		margin-bottom: 0px;
	}
		.wrapitem .item img{
			width: 85px;
			
		}
	}
	@media (max-width: 400px) {
		.right_column h3,
		.right_column h2{
			font-size: 1.1em;}
	.header .component {
		padding: 0 5px;}
	
	.right-side-header{
		font-size: 0.7rem;
	}
	.header .logo {
		display: block;
		width: 40px;
		}

	.item .descr {
		margin-left: 10px;
		padding: 0 10px;
		}
	.wrapitem .item img {
    	width: 50px;
		padding-left: 10
		}
	}
	.finder {
    margin-top: 10px;
}
input#mod-finder-searchword94 {
    font-style: italic;
	height: 15px;
    width: 300px;
    padding: 10px;
	border: 1px solid #de2624;
	font-size: 1em;	
	outline: 0;
}
@media (max-width: 1080px) {
	form#mod-finder-searchform94{
		display: flex;
		justify-content: center;
	}
}
@media (max-width: 400px) {

	input#mod-finder-searchword94{
		width: 200px;
	}
}
button.btn.btn-primary.hasTooltip.finder{
	width: 37px;
	height: 37px;
	 background:  url(../images/main/search-512.png) no-repeat, linear-gradient(to bottom, #E84700, #a30c00);
	border: 0;
	background-size: 65%;
	background-position: center;
	outline: 0;
	cursor: pointer;

}
button.btn.btn-primary.hasTooltip.finder:hover,
button.btn.btn-primary.hasTooltip.finder:active{
 background:  url(../images/main/search-512h.png) no-repeat, linear-gradient(to bottom, #E84700, #a30c00);
	border: 0;
	background-size: 65%;
	background-position: center;
}
label.element-invisible.finder {
    position: relative;
}

div#search-results {
    font-size: 1em;
		line-height: 1.6em;
		font-family: Arial;
}
ul.search-results.list-striped li {
	border-bottom: 1px solid #de2624;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


.product-cat-wrap {
    margin: 60px 0px 60px 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content:space-between;
    align-content:space-between;
}
@media(max-width:720px){
	.product-cat-wrap {
    margin: 20px 0px 20px 0px;
    }
}
.right_column .left-side {
   margin-right: 60px;
}
.right_column .ul-name {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0px;
}

.right_column .spec-list {
    list-style: none;
    font-size: 0.95em;
    font-family: Arial;
	margin-top:-10px;
	margin-bottom:50px;
}
.right_column .spec-list li{
	position: relative;
	padding-left: 30px;
	line-height: 1.6em;
}
.right_column .spec-list li::before{
	position:absolute;
	left:0px;
	content: "\2022";  /* юникод точки */
	font-size:1.8em;
	color: black; /* Менять цвет */
	font-weight: bold; /* Менять жирность */
	display: inline-block; /* Расстояние между точкой и текстом */
    width: 1.2em; /* Задать значение расстояния */
}

.but-all-product{
    margin-top: 50px;
    background-color: #E84700;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#E84700), to(#a30c00));
    background-image: -webkit-linear-gradient(top, #E84700, #a30c00);
    background-image: -moz-linear-gradient(top, #E84700, #a30c00);
    background-image: -ms-linear-gradient(top, #E84700, #a30c00);
    background-image: -o-linear-gradient(top, #E84700, #a30c00);
    background-image: linear-gradient(to bottom, #E84700, #a30c00);
    width: 239px;
    height: 54px;
    font-style: normal;
    cursor: pointer;
    transition: .3s all;
    text-align:center;
    line-height:54px;
    color:#fff;
}
.but-all-product a{color:#fff;} 
.but-all-product.all-prod-descr{
	margin-top: 30px;
	width:100%;
	font-size:130%;
}
@media(max-width:840px){
.but-all-product.all-prod-descr{
	font-size:110%;
}	
}
@media(max-width:610px){
.but-all-product.all-prod-descr{
	font-size:100%;
	height: 40px;
}	
}
@media(max-width:510px){
.but-all-product.all-prod-descr{
	margin-bottom:0px;
}}
@media(max-width:1000px){
	.product-cat-wrap {
	flex-direction: column;
	justify-content: center;
	align-content:center;	
	align-items:center;
	
	}
	.but-all-product{
		text-align:center;
		margin:20px auto;
	}
	.right_column .left-side {
   margin-right: 0px;
}
}
@media(max-width:480px){
.right_column .left-side  .pic img{
   max-width:100%;
}
}
/*ОКНО ЗАЯВОК*/

#catalogBg,
#catalogBg2,
#catalogBg3,
#catalogBg4,
#catalogBg6{
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.8;
  transition: .3s all;
  }
.catalogForm,
.catalogForm2,
.catalogForm3,
.catalogForm4,
.catalogForm6 {
    max-width: 835px;
    height: 530px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 120;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.catalogForm .closeCatalogForm,
.catalogForm2 .closeCatalogForm2,
.catalogForm3 .closeCatalogForm3,
.catalogForm4 .closeCatalogForm4,
.catalogForm6 .closeCatalogForm6 {
	position: absolute;
    width: 24px;
    height: 24px;
    top: 30px;
	right: 4px;
    background-image: url(../images/main/close-icon.svg);
    background-size: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
	z-index: 999;
}
.catalogForm .closeCatalogForm:hover,
.catalogForm2 .closeCatalogForm2:hover,
.catalogForm3 .closeCatalogForm3:hover,
.catalogForm4 .closeCatalogForm4:hover,
.catalogForm6 .closeCatalogForm6:hover {
  -webkit-transform:rotate(180deg);
      -ms-transform:rotate(180deg);
          transform:rotate(180deg);
  }
.catalogForm .grey-bg,
.catalogForm2 .grey-bg2,
.catalogForm3 .grey-bg3,
.catalogForm4 .grey-bg4,
.catalogForm6 .grey-bg6{
	top: 20px;
	background-image: url(../images/main/2.png);
	width: 900px;
	height: 500px;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.catalogForm .grey-bg .man-notebook,
.catalogForm2 .grey-bg2 .man-notebook2,
.catalogForm3 .grey-bg3 .man-notebook3,
.catalogForm4 .grey-bg4 .man-notebook4,
.catalogForm6 .grey-bg6 .man-notebook6{
	display: flex;
	flex-direction: row;
	
}
.catalogForm .grey-bg .man-notebook .man,
.catalogForm2 .grey-bg2 .man-notebook2 .man2,
.catalogForm3 .grey-bg3 .man-notebook3 .man3,
.catalogForm4 .grey-bg4 .man-notebook4 .man4,
.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	position: absolute;
	top:-18px;
	left: 60px;
	height: 555px;
	width: 432px;
	background-image: url(../images/main/Zamerschik.png);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 4;
}
.catalogForm2 .grey-bg2 .man-notebook2 .man2,
.catalogForm3 .grey-bg3 .man-notebook3 .man3,
.catalogForm4 .grey-bg4 .man-notebook4 .man4{
	top:5px;
}
.catalogForm2 .grey-bg2 .man-notebook2 .man2,
.catalogForm3 .grey-bg3 .man-notebook3 .man3,
.catalogForm4 .grey-bg4 .man-notebook4 .man4{
	background-image: url(../images/main/Zvonok.png);
}
.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	background-image: url(../images/main/Feedback.png);
}
.catalogForm .grey-bg .man-notebook .man img,
.catalogForm2 .grey-bg2 .man-notebook2 .man2 img,
.catalogForm3 .grey-bg3 .man-notebook3 .man3 img,
.catalogForm4 .grey-bg4 .man-notebook4 .man4 img,
.catalogForm6 .grey-bg6 .man-notebook6 .man6 img{
	width: 100%;
}
.catalogForm .grey-bg .man-notebook .notebook,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
	position: absolute;
	left: 375px;
	top:-20px;
	height: 544px;
	width: 430px;
	background-image: url(../images/main/1.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2{
	height: 560px;
}
.catalogForm .grey-bg .man-notebook .notebook-and-form,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook-and-form2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook-and-form3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook-and-form4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook-and-form6{
	position: absolute;
	top:55px;
}
.catalogForm2 .grey-bg2 .man-notebook2 .notebook-and-form2,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook-and-form6{
   width:100%;
   top:41px; 
}
.catalogForm .grey-bg .man-notebook .notebook-and-form .form,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook-and-form2 .form2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook-and-form3 .form3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook-and-form4 .form4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook-and-form6 .form6{
	width: 340px;
	margin: 0 auto;
}
.catalogForm .grey-bg .man-notebook .notebook .name-order,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .name-order2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .name-order3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .name-order4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .name-order6{
	z-index: 3;
	color: #e81715;
	text-transform: uppercase;
	font-weight: bolder;
	font-style: italic;
	font-family: Arial;
	font-size: 1.7em;
	text-align: center;
	padding: 10px;	
}
.catalogForm .grey-bg .man-notebook .notebook .text-order,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .text-order2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .text-order3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .text-order4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .text-order6{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	line-height: 1.4em;
	padding: 10px;
}
.catalogForm .grey-bg .man-notebook .notebook .forminto,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .forminto2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .forminto3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .forminto4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .forminto6{
	margin: 0 auto;
	margin-top: 30px;
	width: 300px;
	padding: 20px;
	background-color: rgba(204, 204, 204, 0.7);
}
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .forminto2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .forminto3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .forminto4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .forminto6{
	margin-top: 0px;
}

input.colortext, textarea {
    height: 15px;
    padding: 10px;
	font-size: 1em;
    font-style: italic;
    font-weight: 100;
    font-family: Arial;
    width: 260px;
	margin: 10px;
}
textarea{
height: auto;	
}
 .man-notebook .notebook .notebook-and-form .form #send,
 .man-notebook2 .notebook2 .notebook-and-form2 .form2 #send,
 .man-notebook3 .notebook3 .notebook-and-form3 .form3 #send,
 .man-notebook4 .notebook4 .notebook-and-form4 .form4 #send,
 .man-notebook6 .notebook6 .notebook-and-form6 .form6 #send {  
	margin-top: 20px;
    width: 100%;
    box-shadow: black;
    border: 0;
    padding: 10px 20px;
    background: #ff4646;
    color: white;
    font-size: 1em;
    font-family: Arial;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.6em;
    box-shadow: -1px 2px 5px 1px #00000052;
	cursor: pointer;
	transition: .3s color;
}
.man-notebook .notebook .notebook-and-form .form #send:hover,
.man-notebook2 .notebook2 .notebook-and-form2 .form2 #send:hover,
.man-notebook3 .notebook3 .notebook-and-form3 .form3 #send:hover,
.man-notebook4 .notebook4 .notebook-and-form4 .form4 #send:hover,
.man-notebook6 .notebook6 .notebook-and-form6 .form6 #send:hover
{
	color: #ffff33;
}

@media(max-width: 900px){
	.catalogForm .grey-bg,
	.catalogForm2 .grey-bg2,
	.catalogForm3 .grey-bg3,
	.catalogForm4 .grey-bg4,
	.catalogForm6 .grey-bg6{
	width: 750px;
	}
	.catalogForm .grey-bg .man-notebook .notebook,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
	left: 320px;
	}

	.catalogForm .grey-bg .man-notebook .notebook,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
    width: 400px;
	}
	.catalogForm .grey-bg .man-notebook .notebook .forminto,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .forminto2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .forminto3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .forminto4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .forminto6{
    width: 270px;
    padding: 10px;
}
	input.colortext {
    width: 85%;
}
	textarea{
	width: 85.5%;
}
	.catalogForm .grey-bg .man-notebook .notebook-and-form .form,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook-and-form2 .form2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook-and-form3 .form3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook-and-form4 .form4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook-and-form6 .form6{
    width: 290px;
    margin: 0 auto;
}
	.catalogForm .grey-bg .man-notebook .man,
	.catalogForm2 .grey-bg2 .man-notebook2 .man2,
	.catalogForm3 .grey-bg3 .man-notebook3 .man3,
	.catalogForm4 .grey-bg4 .man-notebook4 .man4,
	.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	top: -6%;
	left: 20px;
	height: 565px;
	width: 402px;
	}
	.catalogForm2 .grey-bg2 .man-notebook2 .man2,
	.catalogForm3 .grey-bg3 .man-notebook3 .man3,
	.catalogForm4 .grey-bg4 .man-notebook4 .man4,
	.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	top: 8%;	
	}
}

@media(max-width: 800px){
	.catalogForm .grey-bg,
	.catalogForm2 .grey-bg2,
	.catalogForm3 .grey-bg3,
	.catalogForm4 .grey-bg4,
	.catalogForm6 .grey-bg6{
	width: 650px;
	}
	
	.catalogForm .grey-bg .man-notebook .notebook,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
	left: 270px;
	}

	.catalogForm .grey-bg .man-notebook .notebook,
    .catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
    width: 350px;
	}
	
	.catalogForm .grey-bg .man-notebook .notebook .forminto,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .forminto2,
    .catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .forminto3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .forminto4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .forminto6{
    width: 270px;
    padding: 10px;
	}
	.catalogForm .grey-bg .man-notebook .man,
	.catalogForm2 .grey-bg2 .man-notebook2 .man2,
	.catalogForm3 .grey-bg3 .man-notebook3 .man3,
	.catalogForm4 .grey-bg4 .man-notebook4 .man4,
	.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	top: 9%;
	width: 322px;
	}
	.catalogForm2 .grey-bg2 .man-notebook2 .man2,
	.catalogForm3 .grey-bg3 .man-notebook3 .man3,
	.catalogForm4 .grey-bg4 .man-notebook4 .man4,
	.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	top: 41%;	
	width: 260px;
	}
}
@media(max-width: 660px){
	.catalogForm,
	.catalogForm2,
	.catalogForm3,
	.catalogForm4,
	.catalogForm6{
	height: auto;
	}
	.catalogForm .grey-bg,
	.catalogForm2 .grey-bg2,
	.catalogForm3 .grey-bg3,
	.catalogForm4 .grey-bg4,
	.catalogForm6 .grey-bg6{
	top: 0px;
	width: 550px;
	height: 505px;
	}
	.catalogForm .closeCatalogForm,
	.catalogForm2 .closeCatalogForm2,
	.catalogForm3 .closeCatalogForm3,
	.catalogForm4 .closeCatalogForm4,
	.catalogForm6 .closeCatalogForm6{
	top: 10px;
	}
	.catalogForm .grey-bg .man-notebook .notebook,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
	left: 220px;
    width: 300px;
	height: 475px;
	top: 10px;
	}
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2{
	height: 536px;	
	}
	.catalogForm .grey-bg .man-notebook .notebook .name-order,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .name-order2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .name-order3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .name-order4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .name-order6{
    padding: 5px;
	font-size: 1.4em;
	}
	.catalogForm .grey-bg .man-notebook .man/*,
	.catalogForm2 .grey-bg2 .man-notebook2 .man2*/{
	top: 26%;
	width: 250px;
	}
.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	width: 230px;
}
	.catalogForm .grey-bg .man-notebook .notebook .forminto,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .forminto2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .forminto3,	
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .forminto4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .forminto6{
    margin-top: 0px;
	}
	.man-notebook .notebook .notebook-and-form .form #send,
	.man-notebook2 .notebook2 .notebook-and-form2 .form2 #send,
	.man-notebook3 .notebook3 .notebook-and-form3 .form3 #send,
	.man-notebook4 .notebook4 .notebook-and-form4 .form4 #send,
	.man-notebook6 .notebook6 .notebook-and-form6 .form6 #send{
    margin-top: 10px;
	}
}





@media(max-width: 570px){
	
	.catalogForm .grey-bg,
	.catalogForm2 .grey-bg2,
	.catalogForm3 .grey-bg3,
	.catalogForm4 .grey-bg4,
	.catalogForm6 .grey-bg6 {
    height: 405px;
	max-width: 500px;
    background: #8181819c;
	}
	.catalogForm2 .grey-bg2,
	.catalogForm6 .grey-bg6{
	height: 450px;	
	}
.catalogForm .grey-bg .man-notebook .notebook,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 {
    left: 180px;
	height: 410px;
	top: -20px;
	background: transparent;
}
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 {
	top: 10px;
}
.catalogForm .grey-bg .man-notebook .notebook .text-order,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .text-order2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .text-order3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .text-order4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .text-order6{
	color: white;
}
.catalogForm .grey-bg .man-notebook .notebook-and-form,
.catalogForm2 .grey-bg2 .man-notebook2 .notebook-and-form2,
.catalogForm3 .grey-bg3 .man-notebook3 .notebook-and-form3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook-and-form4,
.catalogForm6 .grey-bg6 .man-notebook6 .notebook-and-form6{
    top: 40px;
}
.catalogForm3 .grey-bg3 .man-notebook3 .notebook-and-form3,
.catalogForm4 .grey-bg4 .man-notebook4 .notebook-and-form4{
	top: 10px;
}
	.catalogForm .grey-bg .man-notebook .man,
	.catalogForm2 .grey-bg2 .man-notebook2 .man2,
	.catalogForm3 .grey-bg3 .man-notebook3 .man3,
	.catalogForm4 .grey-bg4 .man-notebook4 .man4,
	.catalogForm6 .grey-bg6 .man-notebook6 .man6{
    width: 264px;
    top: 32px;
    left: -10px;
	z-index: 2;
	}
	.catalogForm2 .grey-bg2 .man-notebook2 .man2,
	.catalogForm3 .grey-bg3 .man-notebook3 .man3,
	.catalogForm4 .grey-bg4 .man-notebook4 .man4,
	.catalogForm6 .grey-bg6 .man-notebook6 .man6{
	top: 25%;
	}
	.catalogForm .grey-bg .man-notebook .notebook-and-form .form,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook-and-form2 .form2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook-and-form3 .form3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook-and-form4 .form4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook-and-form6 .form6{
    width: 295px;
	}
	.catalogForm .grey-bg .man-notebook .notebook .forminto,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .forminto2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .forminto3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .forminto4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .forminto6{
    margin-top: 0px;
    width: 295px;
    padding: 0px; 
	}
	input.colortext {
    height: 15px;
    padding: 10px;
    width: 260px;
    margin: 5px;
	}

		}






@media(max-width: 550px){
	.catalogForm .grey-bg .man-notebook .man,
	.catalogForm2 .grey-bg2 .man-notebook2 .man2,
	.catalogForm3 .grey-bg3 .man-notebook3 .man3,
	.catalogForm4 .grey-bg4 .man-notebook4 .man4,
	.catalogForm6 .grey-bg6 .man-notebook6 .man6{
		/*display: none;*/
		top: 16px;
		left: 70px;
	}
	.catalogForm .grey-bg,
	.catalogForm2 .grey-bg2,
	.catalogForm6 .grey-bg6{
	width: 100%;
	}
	.catalogForm .grey-bg .man-notebook .notebook,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
    position: inherit;
    left: 0px;
    margin: 0 auto;
    width: 400px;
	}
	.catalogForm .closeCatalogForm,
	.catalogForm2 .closeCatalogForm2,
	.catalogForm3 .closeCatalogForm3,
	.catalogForm4 .closeCatalogForm4,
	.catalogForm6 .closeCatalogForm6{
    position: absolute;
    /*top: 70px;*/
}}/*byl kosyak*/
	@media(max-width: 500px){
	.catalogForm .grey-bg .man-notebook .notebook,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
    width: 370px;
	}
	}
	@media(max-width: 450px){
	.catalogForm .grey-bg .man-notebook .notebook,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6{
    width: 340px;
	}
	.catalogForm .grey-bg .man-notebook .notebook .forminto,
	.catalogForm2 .grey-bg2 .man-notebook2 .notebook2 .forminto2,
	.catalogForm3 .grey-bg3 .man-notebook3 .notebook3 .forminto3,
	.catalogForm4 .grey-bg4 .man-notebook4 .notebook4 .forminto4,
	.catalogForm6 .grey-bg6 .man-notebook6 .notebook6 .forminto6{
    margin-top: 10px;
	}}