html
{
   width: 100%;
   background: #f4f4f4;
   color: #63635d;
   /*font-family: "Open Sans", sans-serif;*/
    font-family: "Kelson Sans",sans-serif;
}

html a
{
    color: #63635d;
}

body
{
    margin: 0px;
}

.gotop
{
    position: fixed;
    width: 2em;
    height: 2em;
    bottom: 5em;
    right: 3em;
    opacity: 0.4;
}

.gotop:hover
{
    opacity: 1;
}

.menu
{
    /*width: 100%;*/
    height: 5.4em;
    /*position: fixed;*/
    top: 0px;
    left: 0px;
    padding: 10px;
    padding-right: 0.5em;
    background: #15408A;
    text-transform: uppercase;
    z-index: 100;
    color: white;
}

.menu .company
{
    display: inline-block;
    float: left;
    font-size: 2em;
    margin-right: 2em;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.menu .company img
{
    width: 3em;
}

.menu .tel
{
    display: inline-block;
    float: right;
    font-size: 1.4em;
    margin-right: 2em;
    font-weight: 700;
    letter-spacing: 0.06em;
    
}

.menu .tel a
{
    color: white;
    text-decoration: none;
    display: block;
}

.menu .zvonok
{
    margin: 0 auto;
    width: 100%;
    height: 4em;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
}



.menu .zvonok .phone
{
    border: none;
    font-size: 1.3em;
    width: 15%;
    padding: 0.3em;
}

.menu .zvonok .button
{
    background: #9accff;
    color: white;
    border: none;
    padding: 0.3em;
    width: 15%;
    font-size: 1.3em;
}

.menu ul
{
    padding: 0px;
    margin: 0px;
    margin-left: 3em;
}

.menu ul li
{
    display: inline;
    margin-right: 0px;
    padding: 0.9em;
    font-weight: 700;
    /*border-radius: 10px 10px 20px 20px;*/
    background: #15408A;
    list-style-type: none
}

.menu ul li:hover
{
    /*text-decoration: underline;*/
    background: #4169E1;
    transition: .2s linear;
    padding-bottom: 1.8em;
}

.menu ul li a
{
    color: white;
    text-decoration: none;
    /*padding: 1em;*/
}



/*.menu:after
{
    content: '';
      display: block;
      height: 1px;
      background: #e2e2de;
      width: 80%;
      margin: 0 auto;
      
}*/

.line
{
    margin-bottom: 1em;
    display: block;
    height: 1px;
    background: #3C72CC;
    width: 80%;
    margin: 0 auto;
    transition: .4s linear;
}

.top
{
    padding-top: 4em;
    /*padding-top: 3em;*/
    padding-left: 2em;
    /*margin-top: 3.3em;*/
    height: 20em;
    /*width: 100%;*/
    background: black;
    color: white;
}

.zagolovok
{
    margin-top: 0.3em;
    margin-left: -1em;
    display: block;
    text-transform: uppercase;
     font-weight: 900;
    letter-spacing: 0.06em;
    
}
.opis
{
    position: absolute;
    width: 35%;
    
}
.put
{
    position: relative;
    float: right;
    /*margin-right: 10em;*/
    width: 50%;
}

.top .viz
{
    display: inline-block;
    width: 3em;
    height: 3em;
    top: 5em;
    position: relative;
    margin-right: 3em;
    
    background-attachment: scroll;
    
    background-repeat: no-repeat;
    background-position: center;
    
}

.top .viz .text
{
    position: relative;
    top: 6.3em;
    text-align: center;
    font-weight: 400;
    font-size: 1.3em;
}

.video-prev
{
    height: 20em;
    margin-top: -2em;
    margin-right: 4em;
    float: right;
    
    
}

.arr
{
     background-size: 40%;
    background-image: url(/img/arr.png);   
    color: #f4f4f4;
}

.ostatki
{
    background-size: contain;
    background-image: url(/img/ostatki.png);
}

.zakaz
{
    background-size: contain;
    background-image: url(/img/zakaz.png);
}

.otgruzka
{
    background-size: contain;
    background-image: url(/img/otgruzka.png);
}


.cam-unit
{
    /*width: 100%;*/
    padding: 2em;
    text-align: center;
    font-size: 0.9em;

}

.cam
{
   margin: 1em auto;
   display: inline-block;
   /*height: 5em;*/
   /*width: 30%;*/
}
.camera
{
    margin: 0.3em;
    width: 25em; 
    height: 14em;
    border-radius: 5px;
}


.workarea
{
    /*margin: 2em;*/
    
}

.margin-workarea
{
    margin: 2em;    
}

.pagename
{
    margin-left:3em;
}

.group
{
    margin: 1em;    
}

.group a
{
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0.1em;
    padding: 0.2em;
}
.group a:hover
{
    background: #e2e2e2;
    transition: .3s linear;
}
.group div
{
    text-align: center;
    font-weight: 100;
    font-size: 2em;
}

.tableGoods
{
    border: 1px solid #e2e2e2;
    
}

.tableGoods .prise-name
{
    text-align: center;
}

.tableGoods thead tr td
{
    background: #e2e2e2;   
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0.5em;
    
    position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: -1px;
}

.tableGoods tbody tr td
{
    padding: 0.2em;
}

.tableGoods tbody tr:hover
{
    background: #e2e2e2;    
}

.groupInPrice
{
    padding: 0.5em;
    text-align: center;
    font-weight: 600;
    font-size: 1.2em;
    background: #dbd9d9;
    
    
}

.groupInPrice a
{
    padding-top: 70px;
	margin-top: -70px;
	-webkit-background-clip: content-box;
	background-clip: content-box;
}

.center
{
    width: 80%;
    margin: 2em auto;
    height: 30em;
}

.deck
{
    border: 1px #dbd9d9 solid;
    margin: 0.5em;
}

.deck .deck-name
{
    color: black;
    background: #dbd9d9;
    text-align: center;
    font-weight: 600;
    font-size: 1em;
    padding: 0.2em;
    
}

/* send mail */

#back_fon {
    
    position: fixed;
    width: 4000px;
    height: 4000px;
    background: black;
    opacity: 0;
    top: -300px;
    left: -300px;
    display: none;
    z-index: 999;
    
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s; 

}


#message_window {

    top: 10%;
    left: 25%;
    position: fixed;
    width: 50%;
    max-width: 400px;
    height: auto;
    /* max-height: 80vh; */
    z-index: 1000;
    display: none;
    overflow: auto;
    padding: 10px;
    background: #f1f1f1;
    text-align: center;
    /*border: 2px solid #0065d7;*/
    border-radius: 10px;
    color: black;
    
    opacity: 0;  
  
    
}

#message_window b
{
    font-size: 1.2em;
}

#message_window input
{
    border: 1px solid #81b8f7;
    padding: 5px;
    border-radius: 3px;
    width: 90%;
    font-size: 1.1em;
}

#message_window textarea
{
    border: 1px solid #81b8f7;
    padding: 5px;
    border-radius: 3px;
}

#mail-icon
{
    /*background-image: url("/media/zayav.jpg");*/
    background: #0065d7;
    position: fixed;
    right: 6%;
    border-radius: 100%;
    height: 20px;
    width: 50px;
    bottom: 3%;
    width: 50px;
    height: 50px;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; 
}

#mail-icon:hover {
    
    /*border-radius: 30%;*/
    box-shadow: 2px 4px 7px 0px rgba(0, 0, 0, 0.8);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s; 
    

}

#button-mail {
    
    background: #0065d7;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid white;
    color: white;
    
}

#button-mail:hover {

    background: #0065d7cf;    
    
}
