*,html{padding: 0;margin: 0;}
body {width: 100%;height: 100%;font-size: 16px;margin: 0;padding: 0;display: block;position: relative;z-index: 0;}
a, p, li, span, b, i, strong, div, table, t, tr{font-family: 'Istok Web', sans-serif;padding: 0;margin: 0;line-height: 1.5;}
h1, h2, h3, h4, h5, h6{font-family: 'PT Sans Narrow', sans-serif;}
h2, h3, h4{text-align: center; color: #800000;padding: 0 40px;margin: 10px 0;}
img { border: 0 none; }
a{text-decoration: none;color: rgb(170,17,17);font-weight: 200;}
a:hover{color: #000;}
.box{width: 100%;height: auto;overflow: hidden;}
.boxBo{width: 80%;height: auto; margin: 0 auto;}
.boxbody, .action_b{width: 1200px;height: auto;overflow: hidden;margin: 0 auto;}
.boxshapka{display: -webkit-flex;-webkit-flex-wrap: wrap;display: flex;flex-wrap: wrap;-webkit-justify-content: fspace-between;justify-content: space-between;}
.boxcenterflex{display: -webkit-flex;-webkit-flex-wrap: wrap;display: flex;flex-wrap: wrap;-webkit-justify-content: center;justify-content: center;}
.mob, .fixphon{display: none;}
#toTop {position: fixed;z-index: 9999;bottom: 50px;right: 50px;background: url(/images/totop.png) no-repeat;background-position: 17.5px 21.5px;width: 50px;height: 50px;border: 1px solid #cecece;border-radius: 15px;padding: 5px;cursor: pointer;background-color: #fff;transition: 1s;}
#toTop:hover{background-color: #f5f5f5;background-position: 17.5px 27.5px;}
.mapbox{width: 100%;height:400px;}
.qar{height: 100px;}
.action_b img{width:100%;}
.action_b{cursor:pointer; margin-bottom:50px;border-radius: 25px;position:relative ;}
.clearfix{width: 100%;height:50px;clear:both;margin:0;padding:0;}
.borderrpxcc{border: 1px solid #f5f5f5; border-radius: 10px;margin: 30px 10%; padding: 20px 0;} .borderrpxcc p{padding: 0 20px;}


/*прайс на ПВХ окна*/

.box_img_price{
    width: 32%;
    height: auto;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 10px 0;
}
.box_img_price h5{
    color: rgb(170,17,17);
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 40px;
    text-align: center;
}
.box_img_price img{
    width: 90%;
    margin: 10px 5%;
}

.box_img_price ul{
    font-size: 10px;
    padding: 0 20px 0 40px;
    list-style-type: none;
}
.box_img_price b{
    color: rgb(170,17,17);
    font-size: 16px;
}

.box_img_price sup{
    color: #cecece;
}

/*Меню всех услуг*/
ul#momu{
    list-style-type: none;
    width: 80%;
    margin: 50px 10%;
    display: -webkit-flex;-webkit-flex-wrap: wrap;display: flex;flex-wrap: wrap;-webkit-justify-content: left;justify-content: left;
}
ul#momu li{
    border: 1px solid #cecece;
    border-radius: 10px;
    padding: 5px 8px;
    margin: 3px 5px;
    transition: 1s;
}

ul#momu li:hover{
    
    background: #cecece;
}



/*Шапка сайта*/ 

.header{
    background: #cecece;
}

.boxheader{
    text-align: right;
    padding: 5px 0;
}
.boxheader a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 0;
    margin: 0 0 0 30px;
    transition: 1s;
}
.boxheader a:hover{
    color: #fff;
}

.shapka{
   background: #f5f5f5; 
}

.sapbox{
    width: 300px;
    height: 120px;
}
.logo{
    text-align: left;
    margin: 30px 0 0 0;
    width: 200px;
}
.ico_phone{
   width: 100%;
   text-align: right; 
   clear: both;
   color: #000;
}

.nad{
    padding-top: 18px;
   font-size: 15px;
   font-style: italic;
}
.pod{
   font-size: 26px;
   font-weight: 700;
}
.adres{
   padding-top: 15px;
   font-size: 16px;
   font-weight: 700; 
}
.pod img{
   position: relative;
   top: 6px;
   margin: 0 30px 0 0;
   width: 30px;
}
.adres img{
   position: relative;
   top: 25px;
   left: -40px;
   margin: 0 30px 0 0;
   width: 23px;
}
.ico_pod img{
    margin: 0 -1px 0 0;
    padding: 0;
    width: 28px;
}
.ico_pod{
    margin: -10px 0 0 0;
}

.menu{
    background: rgb(170,17,17);
    background: linear-gradient(0deg, rgba(170,17,17,1) 0%, rgba(128,0,0,1) 13%, rgba(128,0,0,1) 86%, rgba(170,17,17,1) 100%);
    text-align: center;
    padding: 15px 0;
}
.boxmenu ul{
    list-style-type: none;
}
.boxmenu li{
   display: inline; 
}
.boxmenu a{
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    margin: 0 20px;
    transition: 1s;
}
.boxmenu a:hover{
    color: #cecece;
}
.current{
    text-decoration: underline;
}
.btn{
    padding: 15px 25px;
    border-radius: 15px;
    background: rgb(170,17,17);
    background: linear-gradient(0deg, rgba(170,17,17,1) 0%, rgba(128,0,0,1) 13%, rgba(128,0,0,1) 86%, rgba(170,17,17,1) 100%);
    color: #fff;
    text-decoration: none;
    transition: 1s;
}
.ico_kon{
    position: relative;
    top: 7px;
}
.btnp{
    display: none;
}
.btn:hover, .btnp:hover{
    box-shadow:0px 0px 7px 3px rgba(0,0,0,0.37);
-webkit-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.37);
-moz-box-shadow:0px 0px 7px 3px rgba(0,0,0,0.37);
color: yellow;
}

.fixbut{
    display: block;
    position: fixed;
    bottom: 50px;
    left: 50px;
    z-index: 10000;
     padding: 15px 25px;
    border-radius: 15px;
    background: rgb(170,17,17);
    background: linear-gradient(0deg, rgba(170,17,17,1) 0%, rgba(128,0,0,1) 13%, rgba(128,0,0,1) 86%, rgba(170,17,17,1) 100%);
    color: #fff;
    text-decoration: none;
    transition: 1s;
}

.icon_slider_utp{
    margin: 7px 10px 30px 0;
    float: left;
    width: 35px;
    position: relative;
    right: 15px;
    top: -3px;
}


.ico_razdela{
    width: 100%;
    height: 10px;
    background: rgb(170,17,17);
    text-align: center;
    position: relative;
    z-index: 2;
}
.ico_razdela img{
    width: 30px;
    margin: -10px 0 0 0;
}

.topminus{
    margin: -10px 0 0 0;
}

.h1razdela{
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 100px 10%;
}

.h1razdela h1, .glavh2, .h1razdela h3, .h1razdela h4{
    text-align: center;
 	color: #000;
    padding: 0 40px;
}
.h1razdela p{
    color: #000;
    padding: 20px;
    margin: 0 20px;
}
.h1razdela ul, .h1razdela ol{
    margin-left: 50px;
    list-style-type: none;
    content: ' ';
    
}
.h1razdela li:after{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 26px;
    left: -10px;
    content: ' ';
    background-image: url(/images/list.png);
    background-size: 20px;
}
.h1razdela li{
    color: #000;
    padding: 20px 40px;
    margin: 0 20px;
    font-style: italic;
    font-size: 14px;
    position: relative;
}


.glavh2{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: rgb(170,17,17);
    padding: 10px 40px;
    margin: 50px 0 0 0;
}

.h1razdela h4{
    font-size: 22px;
    font-weight: 700;
     color: #000;
    padding: 10px 40px;
    margin: 0;
}



.calc_gl{
    width: 40px;
    margin: 5px 40px 40px 0;
    position: relative;
    top: 0;
    float: left;
}
/*Блок типов ремонта*/


.tipings{
    display: block;
    background: #fff;
    padding: 0;
    width: 80%;
    position: relative;
    left: 10%;
}
.uk-h2 span{
    color: rgb(170,17,17);
}

/*блок как мы работаем*/

.boxkakmirab, .boxprice{
    width: 320px;
    height: auto;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
}

.boxprice img{
    width: 80%;
    margin: 10px 0 10px 10%;
    transition: 3s;
}
.boxprice:hover img{
    opacity: 0.6;
    
}
.boxkakmirab img{
    width: 100px;
    height: auto;
    margin: 0 0 0 -50px;
    position: relative;
    left: 50%;
    transition: 1s;
}
.boxkakmirab:hover img{
    width: 120px;
    margin: 0 0 0 -60px;
}
.boxkakmirab h3, .boxprice h3{
    color: rgb(170,17,17);
    font-size: 19px;
    text-align: center;
    margin: 20px 0;
}
.boxkakmirab p, .boxprice p{
    font-size: 14px;
    text-align: center;
    margin: 0 40px;
    color: #000;
}
.boxkakmirab strong, .boxprice strong{
    font-size: 15px;
    color: rgb(170,17,17);
    margin-top: 10px;
}
.topplus{
    top: 140px;
}

.kosa h2{
    color: rgb(170,17,17);
    font-size: 29px;
    text-align: center;
    margin: 50px 0 50px 0;
}

.kosa{
    margin: 40px 0;
    background-image: url(/images/kosa.png);
    background-repeat: no-repeat;
    background-position: center 50px;
    background-size: 100%;
    
}
.btnplus{
    text-align: center;
    color: #fff;
    transition: 1s;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px;
    background: rgb(170,17,17);
}
.btnplus:hover{
    color: rgb(170,17,17);
    background: #fff;
}

.bockgound{
    background: #f5f5f5;
}


/*преимущества на главной*/

.cent{
    width: 50%;
    max-width: 600px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.cent h4{
    font-size: 33px;
    color: #000;
    padding: 100px 40px 50px 40px;
}
.cent p{
    font-size: 16px;
    color: #000;
    padding: 0 40px;
}

.cent img{
    width: 100%;
    margin: 0;
    -webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
 transform: scale(1.1);
    transition: 1s;
}
.cent:hover img{
     -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -o-transform: scale(1.3);
 transform: scale(1.3);
}

.kl img{
    width: 300px;
    margin: 100px;
}




/*Блок отзывы на главной*/


#gl_str_otz{
    width: 100%;
    height: auto;
    overflow: hidden;
    clear: both;
    padding: 0;
    margin: 0;
    position: relative;
    background: rgb(170,17,17);
    background: radial-gradient(circle, rgba(170,17,17,1) 53%, rgba(128,0,0,1) 100%);
}


#body_otziva{
            width: 1200px;
            height: 352px;
            background: rgba(255,255,255,.4);
            margin: 50px auto;
            overflow: hidden;
            position: relative;
}
#imgOtz{
            width: 250px;
            height: 250px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
            margin: 50px;
            float: left;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
}
#imgOtz img{
    width: 100%;
    margin: 0;
    padding: 0;
}
#textOtz{
            width: 846px;
            height: 350px;
            padding-top: 40px;
            float: right;
            right: 0;
            overflow: hidden;
            position: relativee;
}


#textOtz h5{
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    text-align: left;
    padding: 30px 0 20px 50px;
}

#textOtz p{
    color: #f5f5f5;
    font-size: 17px;
    text-align: left;
    padding: 0 50px;
}


#textOtz hr{
   margin: 10px 50px;
}


#box_vse{
    width: 765px;
    height: 75px;
    clear: both;
    margin: -90px auto 50px auto;
    background: none;
    position: relative;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: fspace-between;
    justify-content: space-between;
    
}
.bono{
    width: 70px;
    height: 70px;
    border: 2px solid #FFF;
    margin: 0;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
}

.bono:hover{
    border: 2px solid rgb(170,17,17);
}
.bono img{
    width: 100%;
}

/*Страница прайс*/



.table_price{
    width: 80%;
    margin: 0 10%;
    overflow-x: auto;
    
}

.table_price td, .table_price tr{
    text-align: center;
    padding: 10px;
    color: #000;
    font-size: 15px;
    border: 1px solid #cecece;
}

.zagol_tab{
    background: rgb(170,17,17);
    
}
 .zagol_tab td{
     color: #fff;
     font-size: 17px;
     font-weight: 700;
     
 }   
/*Калькулятор*/
.fon_calk{
    background-image: url(/images/fon-calk.jpg);
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
/*Бренды*/

.boxflex img{
   width: 100px; 
}
/* футер*/


#footbody{
    
    background: rgb(170,17,17);
    background: linear-gradient(0deg, rgba(170,17,17,1) 0%, rgba(128,0,0,1) 13%, rgba(128,0,0,1) 86%, rgba(170,17,17,1) 100%);
}

#footblock{
   width: 280px;
   height: 450px;
   margin: 0 10px;
}
#footblock h4 {
    color: #f6f6f6;
    font-size: 21px;
    text-decoration: underline; 
    margin: 87px 0 40px 0;
    font-weight: 400;
}
#footblock p, #footblock h5{
    text-align: left;
    padding: 10px 20px 0 0;
}
#footblock h5 {
    color: #f6f6f6;
    font-size: 17px;
}

#footblock p, .mapFooter {
    color: #000;
    font-size: 15px;
}


.center_img{
    width: 200px;
    margin: 50px 0 25px -10px;
    
}
#footblock ul{
    list-style-type: none;
}
#footblock ul a{
    color: #f5f5f5;
    padding: 0;
    text-decoration: none;
    font-size: 16px;
    opacity: 0.9;
    
}
#footblock li{
    margin: 5px 20px 0 0;
   
}
#footblock ul a:hover{
    color: #000;
    opacity: 1;
    background: rgba(42, 88, 133, .5);
}

#footblock100{
    width: 100%;
    height: auto;
    margin: 50px 0;
    clear: both;
    border-top: 1px dashed #cecece;
    padding: 30px 0;
    position: relative;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: fspace-between;
    justify-content: space-between;
}

.ya-share2{
    margin: 10px 0 0 0;
}

#footblock100 p{
    color: #f5f5f5;
    margin: 10px 0 10px 20px;
}
#foot50{
    
    width: 50%;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin: 0;
    
}
#asymail{
    width: 80%;
    height: auto;
    overflow: hidden;
    padding: 10px 50px 20px 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px 0 10px 20%;
    float: right;
}
#asymail p{
    color: #f5f5f5;
    padding: 0;
}
#footinput{
    border: 0;
    border-radius: 20px 0 0 20px;
    width: 250px;
    padding: 20px;
    font-size: 16px;
    color: #777;
    margin: 10px 0 0 0;
}
#footbtn{
   background: #f5f5f5;
   border-radius: 0 20px 20px 0;
   margin: 10px 10px 10px 0;
   color: #88000;
   padding: 20px 30px;
   font-size: 16px;
   border: none;
    transition: 1s;
}
#footbtn:hover{
   background: #f5f5f5;
   color: #777;
   
}

#namefoot{
    width: 1px;
    height: 1px;
    opacity: 0;
}
#oplata{
    width: 350px;
    height: auto;
    overflow: hidden;
    clear: both;
    margin: 10px 0;
}

#oplata img{
    width: 100%;
}
#ymap{
    width: 560px;
    height: 400px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -280px;
    z-index: 11;
    border: 3px solid #2a5885;
    display: none;
}


.poce{
    border: 1px solid #cecece;
    border-radius: 3px;
    padding: 3px 6px;
    margin-top: 11px;
    font-size: 12px;
    cursor: pointer;
}
.poce:hover{
    background: #cecece;
    color: #777;
}

.joomly-callback-div>label>a{
   color: #777;
   text-decoration: none;
   font-size: 11px;
}
.btn_footer{
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
}
.btn_footer:hover{
    background: #f5f5f5;
    color: #800000;
}







#copyright{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: rgb(170,17,17);
    background: linear-gradient(0deg, rgba(170,17,17,1) 0%, rgba(128,0,0,1) 13%, rgba(128,0,0,1) 86%, rgba(170,17,17,1) 100%);
    margin: 0;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    
}
#copyright p{
   text-align: center;
   color: #f5f5f5;
   font-size: 14px;
}
.footer hr{
    border: 2px ridge #2a5885;
}





/*внутренние страницы*/


.item-page{
    min-height: 100px;
}

.itemimg{
    text-align: center;
    width: 100%;
}
.itemimg img{
    border: 40px solid #f5f5f5;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   transition: all 0.5s ease;
   width: 600px;
}

.itemimg img:hover{
    -moz-box-shadow: 0 0 10px #000;
-webkit-box-shadow: 0 0 10px #000;
box-shadow:0 0 10px #000; 
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}


.secret{
    width: 70px;
    margin: 20px 50px 100px 20px;
    float: left;
}
/*Страница контакты*/

.boxformcont{
    width: 50%;
    height: auto;
}
.boxformcont p{
    color: #777;
    font-size: 14px;
    
}

.boxformcont h2{
    color: #800000;
    font-size: 22px;
    
}

.center{
    text-align: center;
}
.bord{
    border: 1px solid #800000;
    border-radius: 10px;
    padding: 0 0 20px 0;
    box-sizing: border-box;
}

.padleft h2, .padleft p{
    padding: 4px 40px;
}
.imgcont{
    padding: 40px 0 0 40px;
}
.imgcont img{
    width: 50px;
    margin: 3px;
    transition: 1s;
}
.imgcont img:hover{
    transform: scale(1.1);
}

/*Страница портфолио*/

.portfol{
    width: 1200px;
}

.boxport{
   width: 100%;
   height: 500px;
   overflow: hidden;
}

.boxport h2{
    width: 100%;
    height: auto;
    padding: 10px 0;
    background: #f5f5f5;
    color: #777;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
}
.butport{
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin-bottom: 40px;
    background: #ccc;
}

.butport p{
    color: #000;
    cursor: pointer;
    padding: 0 10%;
    
}
/*страница акций*/

.silo{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #EDEEE6;
    display: none;
    overflow: auto;
    
    background-position: bottom right;
    background-repeat: no-repeat;
}
.frut{
    background-image: url(/images/fon_action.jpg);
}
.fret{
   background-image: url(/images/fon_action1.jpg);
}
.silo h3{
    text-align:center;
    margin: 50px;
    color: #800000;
    font-size: 32px;
}
.silo hr{
    border-top: 1px dashed #ccc;
    border-bottom: none;
    width: 80%;
    margin: 0 0 0 10%;
}
.silo p{
    padding: 50px 350px 50px 10%;
    
}
#tiol{
    position: absolute;
    right: 20px;
    bottom: 20px;
}


/*блок цены услуги*/
.boxuslugprise{
    background-image: url(/images/fonprices.jpg);
}
.pri{
    width: 30%;
}
.pri1{
    width: 70%;
}
.pri img{
   width: 80%;
    margin: 30px 0 60px 20%;
    text-align: center;
    transition: 1s;
}

.pri:hover img{
    transform: scale(1.1);
}
.pri1 h2{
    color: #800000;
    font-size: 3em;
    padding: 50px 40px 10px 40px;
    text-align: center;
}
.prises{
   background: rgb(177,19,19);
   background: radial-gradient(circle, rgba(177,19,19,1) 0%, rgba(128,0,0,1) 73%);
   padding: 0;
   border-radius: 50px;
   width: 60%;
   margin: 30px 20%;
   transition: 2s;
}


/*Блок наши работы на главной*/

.boxnashirabots{
    width: 320px;
    height: auto;
    overflow: hidden;
    margin: 50px 20px;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    
}

.boxnashirabots h2{
    text-align: center;
    padding: 30px 10px;
    color: #800000;
    font-size: 1.6em;
}
.boxnashirabots img{
    width: 80%;
    margin: 0 10% 30px 10%;
    transition: 2s;
    border-radius: 10px;
}
.boxnashirabots img:hover{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  border-radius: 50%;
   -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.boxnashirabots p{
    font-size: 13px;
    line-height: 1.1;
    padding: 0 10% 20px 10%;
    text-align: center;
}

.imgnrab{
    text-align: center;
    width: 90%;
    margin: 10px 5%;
}

.imggalery{
    width: 20%;
    margin: 30px 1%;
}
.imggalery img, .imgnrab img{
    width: 100%;
}

.woxfoot{position:relative;top:2px;height: 16px;margin: 0 10px 0 0;}

.bonduel{
    width: 320px;
    height: auto;
    overflow: hidden;
    padding: 30px 0 20px 0;
    margin: 10px;
    border: 1px solid #cecece;
    border-radius: 10px;
}
.bonduel img{
    width: 80%;
    margin: 0 10%;
}
.boxstext p{
    padding: 0 10%;
    font-size: 13px;
}
.readmore{
    margin: 20px 0 20px 10%;
}

.readmore a{
    background: rgb(170,17,17);
    background: linear-gradient(0deg, rgba(170,17,17,1) 0%, rgba(128,0,0,1) 13%, rgba(128,0,0,1) 86%, rgba(170,17,17,1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 16px;
    transition: 1s;
}

.readmore a:hover{
    background: #ccc;
    color: #555;text-decoration: none;
    
}

/*страница про Окна*/

.img_okna{
    width: 100px;
    height: auto;
    float: left;
    margin: 0 20px 50px 0;
}

.box_img_profil{
    width: 300px;
    height: auto;
    margin: 30px auto;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}
.box_img_profil img{
    width: 100%;
    margin-bottom: 20px;
}

.box_doc{
    width: 14.6%;
    height: auto;
    margin: 20px 1%;
    overflow: hidden;
    border: 1px solid #cecece;
    border-radius: 10px;
    text-align: center;
    transition: 1s;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.box_doc:hover{
    webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.box_doc img{
    width: 50%;
    margin: 20px 25%;
}

@media (min-width: 640px) and (max-width: 1184px){.prises{margin: 30px 5%;width: 90%;}}

.boxnashirabots img{
   width: 70%;
    margin: 0 15% 30px 15%;
    transition: 2s;
}
.prises:hover{
    background: rgb(128,0,0);
    background: radial-gradient(circle, rgba(128,0,0,1) 17%, rgba(128,0,0,1) 83%);
}
.op1{
    padding: 0;
    color: #fff;
    font-size: 3em;
    font-weight: 700;
    position: relative;
    left: 0;
    transition: 1s;
}
.op2{
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 10px 20px;
     border-radius: 15px;
     float: right;
     margin: 18px 0 0 0;
    position: relative;
    right: 0;
    transition: 1s;
}
.op2:hover{
    background: #FFD700;
    color: #800000;
    cursor: pointer;
}

.prises:hover .op1{
    left: 7px;
}
.prises:hover .op2{
    right: 7px;
}
@media (min-width: 300px) and (max-width: 639px){
    .box_img_price{
    width: 80%;
    height: auto;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 10px 10%;
}
    .box_doc{
    width: 48%;
}
.box_img_profil{
    width: 31%;
    margin: 1%;
}
    .imggalery{
    width: 80%;
    margin: 30px 1%;
}
    .boxnashirabots img{
    width: 100%;
    margin: 0;
    transition: 2s;
}
   .itemimg img{
    border: none;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   transition: all 0.5s ease;
   width: 90%;
   margin: 40px 5%;
}
  .btnplus {
    text-align: center;
    color: #fff;
    transition: 1s;
    padding: 5px 8px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
    background: rgb(170,17,17);
    
} 

.cent p {
    font-size: 13px;
    padding: 0 20px;
    margin-bottom: 50px;
}

.secret{
    width: 30px;
    margin: 10px 20px 40px 10px;
    float: left;
}
   
   .pri{
    display: none;
}
.pri1{
    width: 90%;
    margin: 30px 5%;
} 
 .prises{margin: 30px 5%;width: 90%;}   
 .op1{
    padding: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
}
.op2 {
    color: #FFD700;
    border: 2px solid #FFD700;
    padding: 5px 8px;
    border-radius: 15px;
    float: right;
    margin: -5px -18px 0 0;
}
.pri1 h2{
    color: #800000;
    font-size: 2em;
    padding: 50px 40px 10px 40px;
}

}
@media (min-width: 300px) and (max-width: 920px){
   .boxformcont{
    width: 90%;
    height: auto;
}
 .imgcont{width: 90%;margin: 10px 5%;padding: 0;}  
    #toTop {position: fixed;z-index: 9999;bottom: 10px;right: 10px;background: url(/images/totop.png) no-repeat;background-position: 17.5px 21.5px;width: 50px;height: 50px;border: 1px solid #cecece;border-radius: 15px;padding: 5px;cursor: pointer;background-color: #fff;transition: 1s;}

  .header, .hidemob, .nad, .pod, .pod img, .smoll, .ico_kon {
        display: none;
    }
.sapbox{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.logo, .ico_phone {
    text-align: center;
}   
.menu{
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    text-align: left;
    z-index: 20;
    height: 45px;
    overflow: hidden;
} 


.mob{
    display: block;
    margin: 0 20px;
    
}

.boxmenu li{
    display: block;
    border: 1px dashed #cecece;
    padding: 10px;
    margin: 6px 10px;
}
.current{
    background: rgba(255,255,255,.6);
    text-decoration: none;
}
.current a{
   color: rgb(170,17,17);
   text-decoration: none;
}


.fixphon{
    display: block;
    color: #fff;
    text-align: right;
    font-size: 20px;
    z-index: 22;
    position: fixed;
    top: 25px;
    right: 10px;
    z-index: 21;
}
.ico_phone{
    color: #fff;
}
.sapbox{
    width: 80%;
    height: auto;
    overflow: hidden;
    margin: 0 0 0 20%;
}
.logotip{
    margin: 80px 0 10px 0;
    width: 100%;
    text-align: center;
    
}

.btn{
    padding: 5px 8px;
    border-radius: 5px;
    background: rgb(170,17,17);
    background: linear-gradient(0deg, rgba(170,17,17,1) 0%, rgba(128,0,0,1) 13%, rgba(128,0,0,1) 86%, rgba(170,17,17,1) 100%);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    position: relative;
    top: -20px;
    z-index: 23;
}

.big{
    margin-left: 20px;
}
.h1razdela h1{
    font-size: 19px;
    
}



.h1razdela{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 100px 0;
}
.kosa{background-image: none;}

.boxkakmirab{
    width: 90%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 20px 5%;
}

.topplus{
    top: 0;
}
.boxheader a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 0 30px;
    transition: 1s;
}

.cent img{
    width: auto;
    height: 100%;
    margin: 0;
    transition: 5s;
}


.cent:hover img{
    transform: translate(-600px,0);
    -webkit-transform: translate(-350px,0); 
    -o-transform: translate(-350px,0);
    -moz-transform: translate(-350px,0); 
}



.cent h4{
    font-size: 17px;
    padding: 100px 20px 40px 20px;
    
}
.cent p{
    font-size: 13px;
    padding: 0 20px;
    
}










}

@media (min-width: 300px) and (max-width: 1199px){
   /*страница акций*/

.silo{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #EDEEE6;
    display: none;
    overflow: auto;
    
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 100px;
}

.silo h3{
    text-align:left;
    margin: 10px;
    color: #800000;
    font-size: 22px;
}
.silo hr{
    border-top: 1px dashed #ccc;
    border-bottom: none;
    width: 80%;
    margin: 0 0 0 10%;
}
.silo p{
    padding: 10px;
    
}
#tiol{
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
    padding-bottom: 50px;
}
.boxbody, .action_b{width: 100%;height: auto;overflow: hidden;margin: 0 auto;}
    .action_b{border-radius: 5px;margin-bottom:5px;}
    .kosa{background-image: none;}
    .topplus{top: 0;}
    .h1razdela ul, .h1razdela ol{margin-left: 10px; list-style-image: none;
}
    #footblock {
    width: 90%;
    height: auto;
    margin: 0 5%;
    overflow: hidden;
        
    }
    
    #foot50{width: 100%;}
    #asymail{
    width: 80%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 10px 10%;
    clear: both;
}
#asymail p{
    color: #f5f5f5;
    text-align: center;
}
#footinput{
    border: 0;
    border-radius: 20px;
    width: 90%;
    padding: 20px 0;
    font-size: 16px;
    color: #777;
    margin: 0 5%;
    clear: both;
}
#footbtn{
   background: rgb(42,88,133);
   background: linear-gradient(0deg, rgba(42,88,133,0.7091211484593838) 0%, rgba(42,88,133,1) 100%);
   border-radius: 20px;
   margin: 20px 0;
   
   color: #fff;
   padding: 20px 30px;
   
   font-size: 16px;
   border: none;
   transition: 1s;
}
#footbtn:hover{
   background: #f5f5f5;
   color: #000;
   
}

#namefoot{
    width: 1px;
    height: 1px;
    opacity: 0;
}
#oplata{
    width: 50%;
    height: auto;
    overflow: hidden;
    clear: both;
    margin: 10px 5%;
}

#oplata img{
    width: 100%;
}
    
}
@media (min-width: 300px) and (max-width: 499px){
    /*блок отзывы*/




#body_otziva{
            width: 90%;
            height: auto;
            background: rgba(255,255,255,.4);
            margin: 50px auto;
            overflow: hidden;
            position: relative;
}
#imgOtz{
            width: 100%;
            height: auto;
            margin: 5% 0;
            clear: both;
            overflow: hidden;
            position: relative;
            text-align: center;
            box-shadow: none;
}
#imgOtz img{
    width: 100px;
    height: 100px;
    margin: 20px auto;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}
#textOtz{
            width: 90%;
            height: auto;
            margin: 0 5%;
            clear: both;
            right: 0;
            overflow: hidden;
            position: relative;
            padding: 20px 0;
}


#textOtz h5{
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0 20px 10px;
}

#textOtz p{
    color: #f5f5f5;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
}


#textOtz hr{
   margin: 10px;
}


#box_vse{
    width: 80%;
    height: auto;
    clear: both;
    margin: -40px auto 50px auto;
    background: none;
    position: relative;
    display: -webkit-flex; 
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    
}
.bono{
    width: 35px;
    height: 35px;
    border: none;
    margin: 5px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    overflow: hidden;
}

.bono:hover{
    border: none;
}
}
@media (min-width: 500px) and (max-width: 1199px){
    /*блок отзывы*/


.imggalery{
    width: 30%;
    margin: 3px 1%;
}

#body_otziva{
            width: 90%;
            height: auto;
            background: rgba(255,255,255,.4);
            margin: 50px auto;
            overflow: hidden;
            position: relative;
}
#imgOtz{
            width: 100px;
            height: 100px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
            margin: 5%;
            float: left;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
}
#imgOtz img{
    width: 100%;
    margin: 0;
    padding: 0;
}
#textOtz{
            width: 60%;
            height: auto;
            padding: 5% 0;
            float: right;
            right: 5%;
            overflow: hidden;
            position: relative;
}


#textOtz h5{
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    padding: 10px 0 20px 10px;
}

#textOtz p{
    color: #f5f5f5;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
}


#textOtz hr{
   margin: 10px;
}


#box_vse{
    width: 80%;
    height: auto;
    clear: both;
    margin: -40px auto 50px auto;
    background: none;
    position: relative;
    display: -webkit-flex; 
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    
}
.bono{
    width: 35px;
    height: 35px;
    border: none;
    margin: 0 5px;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    overflow: hidden;
}

.bono:hover{
    border: none;
}
}
@media (min-width: 300px) and (max-width: 365px){
     #toTop{
         opacity: 0;
     }
     .fixbut{
    
    bottom: 10px;
    left: 10px;
    
}
}


/*таблица */

table.html-4 {width: 100%; text-align: center; border-bottom: 2px solid #dfdfdf; border-radius: 6px; border-collapse: separate; border-spacing: 0px;}
table.html-4 thead tr {color: #ffffff; font-weight: bold; background: #c83240;overflow: hidden; padding-top: 0;}
table.html-4 tr td {border-right: 1px solid #dfdfdf;}
table.html-4 tr td:last-child {border-right: 0px;}
table.html-4 tbody tr:nth-child(1n) {background: #f6f6f6;}
table.html-4 tbody tr:nth-child(2n) {background: #e6e6e6;}
table.html-4 tbody tr:hover {background: #ffe8e8; transition-duration: 0.6s;}
table.html-4 td{padding: 20px 0;}
table.html-4 thead img{width: 90%;padding: 0;margin: 0 5%;}
.tab_mob{
    width: 100%;
    height: auto;
    overflow-x: auto;
    overflow-y: hidden;
    
}

