body {
    background-color: antiquewhite;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.header{
    height: 100vh;
   /* border: 2px solid blueviolet;
    background-color: #000;*/
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}
.H2{
    width: 412px;
    position: absolute;
    display: block;
    top: 0px;
    left: calc(50% - 206px);
    text-align: center;
    font-family: arial;
    font-size: 50px;
    font-style: italic;
    font-weight: 900;
    text-shadow: 1px 1px 1px #000;
    color: red;
    z-index: 2;
}


.imgScreen{ 
   position: relative;
}
.imgScreen img {
    display: block;
    margin: auto;
    max-height: 800px;
    object-fit: contain;
    object-position: center;
    max-width: 1130px;
    min-width: 350px;
    width: 100vw;
    height: 100vh;    
}

.clearfix::after {
    content: "";
    display: table;
    widows: 100%;
    clear: both; 
}

.headerTab {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color:brown;
    padding-bottom: 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.col{
    margin: 15px 5px;
    width: 280px;
    text-align: center;

}
.col a{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color:brown;
    display: block;
    border: 2px solid brown;;
    padding: 10px 15px;
    border-radius: 15px;
    text-transform: uppercase;
    font-style: italic;
    text-shadow: 1px 1px 1px #fff;
    opacity: .8;
    /*background-color:rgb(250, 215, 170);*/
    background-color:rgb(252, 201, 134);
}
.col a:hover {
    opacity: 1;
    box-shadow: 0px 2px 1px 0px brown;
}

.wrap{
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: -20px auto;
}

.blockVideo{

   /* height: 100vh; 
    border: 2px solid gold;
    
     overflow: hidden;
     float: left;
      */

     
}
.pVideo{
    position: relative;
    text-align: center;
    color:brown;
    font-size: 22pt;
    font-weight: 700;
    padding: 0 10px;
}
.vText{
    color:brown;
    text-align: center;
    font-size: 18pt;
    font-weight: 500;
    text-shadow: 0px 1px 1px #000;
    line-height: 1.4;
}
.pHeader{
    color:rgb(246, 0, 0);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 28pt;
    line-height: 30pt;
}
.pFooter{
    text-align: right;
    font-size: 16pt;
}
/*B==============================*/

/*============= Кнопка ===========*/
.UpWard{
    position:fixed;
    /*bottom:700px;*/
    bottom:90hv;
    right: 20px;
    width: 50px;
    height: 50px;
    border: 2px solid brown;
    border-radius: 5px;
    background: url("../jpg/Up.png");
    background-size: cover;
    cursor:pointer;
    visibility:hidden;
    opacity: 0;
    z-index: 1;
  }
  
  .UpWard.active{
    visibility:visible;
    opacity: 1;
    transition:0.5s;
    bottom: 40px;
  }
  
 /*
  .UpWard{
    display:block;
    text-align:center;
    border:9px solid red;
    padding: -10px 0px 1px 0px;
    border-radius:50%;
    font-size: 2em;
    line-height: 2em;
    font-weight: 700;
    transform: rotate(90deg);
  
  }
 */
  

/*E==============================*/



/*
@media (min-width: 768px) {
    .imgScreen img {
      width: 750px;
    }
  }
  @media (min-width: 500px) {
    .imgScreen img {
      width: 450px;
    }
  }
  */