@import url(https://fonts.googleapis.com/css?family=Montserrat);

.container {
    
    position:relative;
    display: grid;
    grid-gap: 5px;    
    grid-template-columns:  1fr 1fr;
    grid-template-rows: 60px 130px 500px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
}
  h2{
    margin: 10px;
    font-size: 40px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
.zp1 {
        display: none;
    }
h1 {
    padding-left: 5%;
    margin-top: 2%;
    font-family: 'Kelson Sans', 'cursive';
    font-size: 25px;
    color: #eee;
}
.hidden-menu {
        display: none;
    }
header > div {
    width: 500px;
    display: flex;
    align-items: center;
 
}
.table_price { 
    
    border: 4px solid #617894;
 position: flex;
    margin: 1%;
  width:98%;
  border-collapse: collapse;
  font-family: 'Kelson Sans', cursive;
 }
.table_price caption {
  background: #212121; 
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px  4px 0 rgba(0,0,0,.3);
  color: white;
  font-family: 'Kelson Sans', cursive;
  font-size: 26px;
  text-align: center;
  margin: 0;
}
.table_price td, .table_price th {
 padding-top: 10px;
    padding-bottom: 10px;
}
.table_price th {
  text-align: left;
  font-size: 18px;
}
.table_price tr:nth-child(2n) {
  background: #E5E5E5;
}.table_price tr {
  background: #fff;
}
.table_price td:last-of-type {
  text-align: center;
}
.table_price a {
    
    background-color: #275ec3;
  display: inline-block;
  padding: 5px 10px;
  position: inherit;
    color: #FFF;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-family: 'Kelson Sans', 'cursive';
    overflow: hidden;
     background-image: linear-gradient(to left,transparent,transparent 50%,#275ec3 50%,#275ec3);
    background-position: 100% 0;
    
    transition: all .25s ease-in;
    border: 1px solid #ced0d5;  
}
.table_price a:hover {
  background-color:#ff7300 ;
    color: #fff;
}

    .zp {
    width: 100%;
        height: 100%;
    background-color: #ff7300;
    display: inline-block;
    padding: 5px 10px;
    position: inherit;
    color: #212121;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 24px;
    font-family: 'Kelson Sans', 'cursive';
    overflow: hidden;
    background-image: linear-gradient(to left,transparent,transparent 50%,#ff7300 50%,#ff7300);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    border: 1px solid #ced0d5;  
}
 .zp:hover {
  background-color: #275ec3;
    color: #fff;}
    
@media screen and (max-width: 1440px){
    .container {
    grid-template-columns:  1fr 1fr;
    grid-template-rows: 60px 110px 400px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
    }
      h2{
     margin: 10px;
       font-size: 40px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
.table_price { 
  width:98.5%;
 }
}
@media screen and (max-width: 1366px){
    .container {
       grid-template-columns:  1fr 1fr;
    grid-template-rows: 55px 90px 350px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
    }
      h2{
    margin:10px;
    font-size: 40px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
    .btn-menu {
    color: #fff;
    border:1px solid #fff;
    position:relative;
    margin: 5px;
    padding:5px;
    cursor: pointer;
    transition: left .23s;
    z-index: 3;
    width: 30px;
    height: 25px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
 
.btn-menu span {
    display: block;
    height: 5px;
    background-color: #fff;
    margin: 5px 0 0;
    transition: all .1s linear .23s;
    position: relative;
}
 
.btn-menu span.first {
    margin-top: 0;
}
.hidden-menu {
    display: block;
    position:relative;
    list-style:none;
    margin: 0;
    width: 100%;
    background: #212121;
    height: 500px;
    left: -100%;
    transition: left .2s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
 
.hidden-menu li {
    text-align: center;
    padding:14px ;
}
    
.hidden-menu-ticker:checked ~ .btn-menu {
    left: 0;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
    -webkit-transform: rotate(45deg);
    top: 10px;
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
    opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
    -webkit-transform: rotate(-45deg);
    top: -10px;
} 
         header nav {
        display: none;
    }
    .zp1 {
    width: 100%;
        height: 100%;
    background-color: #ff7300;
    display: inline-block;
    padding: 5px 10px;
    position: inherit;
    color: #212121;
    padding: 10px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 24px;
    font-family: 'Kelson Sans', 'cursive';
    overflow: hidden;
    background-image: linear-gradient(to left,transparent,transparent 50%,#ff7300 50%,#ff7300);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    border: 1px solid #ced0d5;  
}
 .zp1:hover {
  background-color: #275ec3;
    color: #fff;}
}
@media screen and (max-width: 1200px) {
    .container {
       grid-template-columns:  1fr 1fr;
    grid-template-rows: 55px 130px 300px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
    }
    h2{
    margin:10px;
    font-size: 30px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
    .buttonavto > img {

    max-width:50px;    
}  

.buttonavt > img {

   max-width:50px; 
} 

    
.table_price { 
  width:98%;
 }
}
@media screen and (max-width: 800px) {
    .container {
    grid-template-columns:  1fr 1fr;
    grid-template-rows: 55px 130px 250px 1fr ;
    grid-template-rows: 55px 130px 250px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
    }
.table_price { 
  width:97.5%;
 }

    
h2{
    margin:10px;
    font-size: 30px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
    .buttonavto > img {

    max-width:50px;    
}  

.buttonavt > img {

   max-width:50px; 
}    
}
@media screen and (max-width: 600px) {
    .container {
    grid-template-columns:  1fr 1fr;
    grid-template-rows: 55px 80px 150px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
    }
    h2{
    margin:0;
    font-size: 20px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
    .buttonavto > img {
    max-width:40px;    
}  
header > div {
    width: 265px;
    display: flex;
    align-items: center;
}
.buttonavt > img {
   max-width:40px; 
} 
   header nav {
        display: none;
    }
    .table_price { 
  width:97.5%;
 }
      h1 {
font-size: 20px;
}
}
@media screen and (max-width: 400px) {
    .container {
    grid-template-columns:  1fr 1fr;
    grid-template-rows: 55px 60px 100px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
    }
    h2{
    margin:0;
    font-size: 18px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
  
    .buttonavto > img {
    max-width:25px;    
}  

.buttonavt > img {
   max-width: 25px; 
} 
   header nav {
        display: none;
    }
}
@media screen and (max-width: 375px) {
    .container {
    grid-template-columns:  1fr 1fr;
    grid-template-rows: 55px 60px 120px 1fr ;
    grid-template-areas:
        "h h"
        "sb sb"
        "t1 t2"
        "fa fa"
        "bat bat "
        ;
    }
    h2{
    margin:0;
    font-size: 18px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
    .buttonavto > img {
    max-width:25px;    
}  

.buttonavt > img {
   max-width: 25px; 
} 
   header nav {
        display: none;
    }
  

    
    .table_price a {display: none;}
.table_price caption {
 font-size: 20px;
}

.table_price { 
  width:97%;
 }
}
.container > .secondbutton > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: scale-down;

    
} .container > .to1 > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border: 1px solid #617894;
    border-radius: 10px;
    box-shadow:5px 5px 10px #2B1015;
    
}  .container > .to2 > img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    border: 1px solid #617894;
    border-radius: 10px;
    box-shadow:5px 5px 10px #2B1015;
}  
.hidden-menu-ticker {
    display: none;
}
header{
    grid-area: h;
    position: sticky;
    top:0;
    clear:both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
   /* background: linear-gradient(-80deg, #ced0d5,#404040);*/
    background-color: #212121;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.6)
}

header a {
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 20px; 
    border-radius: 4px;
    font-family: 'Kelson Sans', 'cursive';
    overflow: hidden;
    
}

header a img {
   vertical-align: bottom;
}
header .hhh:hover {
    background-color: #275ec3;
    color: #fff;
}

header a.active {
    background-color: #333333;
}

nav {
  display: flex;
  align-items: center;
  }
 

.firstbutton {
    grid-area: fb;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.2); 
    
}

.secondbutton  {
    grid-area: sb;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.2); 
}

.to1{
    margin: 10px;
    grid-area: t1;
object-fit: cover;
}
.to2{
    margin: 10px;
    grid-area: t2; 
 object-fit: cover;
}

/*.to1 > div > img {
  max-width: 100%;
  height: auto;
  display: block;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
    
}
.to2 > div > img {
  max-width: 100%;
  height: auto;
  display: block;
    box-shadow: 2px 2px 4px rgba(0,0,0,.2);
   
}*/

.footerav {
   grid-area: fa;
}
.map {
    grid-area: map;
    border: 5px solid black;
    box-shadow: 0 0 10px -1px rgba(0,0,0,0.6)
}

.footer{
    position:relative;
    display: grid;
    grid-gap: 5px;    
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: repeat(1, 300px);
}

body {
   /* background: linear-gradient(-105deg, #404040,#ced0d5);
    background-color: #ced0d5;*/
    background-size: auto, cover;   
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    margin:0 auto;
}
.avt-to{
    
    width: auto;
    height: 350px;
    text-align: center;
 
}

.button-avt-to{
   grid-area: bat; 
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    
    
}
.buttonavt {
    background-color: #333333;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    text-decoration:none;
    text-align:center;
    display: block;
    background-image: linear-gradient(to left,transparent,transparent 50%,#ff7300  50%,#ff7300);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    border: 1px solid #ced0d5;
    object-fit: scale-down;
    object-position: center;
    width: 49%;
    height: 90%
    
}

.buttonavt:hover {
    background-position: 0 0;
    color:#fff;
}

.buttonavto {
    background-color: #c1272d;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.6);
    text-decoration:none;
    text-align:center;
    display: block;
    background-image: linear-gradient(to left,transparent,transparent 50%,#ff7300 50%,#ff7300);
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
    border: 1px solid #ced0d5;
    object-fit: scale-down;
    object-position: center;
    width: 49%;
    height: 90%;
}

.buttonavto:hover {
background-position: 0 0;
color:#fff;
}

.buttonavto > img {
    width: 70px;
    margin-right: 5px;
    object-fit: scale-down;
    object-position: center;
    float:left;
    margin-left: 5%;  
}  

.buttonavt > img {
    width:60px;
    margin-right: 5%;
    object-fit: scale-down;
    object-position: center;
    float:left;
    margin-left: 5%;  
    
}

.copyright{
       margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
            font-size:20px;
    font-family: 'Kelson Sans', 'cursive';
    color: #212121;
}

h4{
    font-size:20px;
    font-family: 'Kelson Sans', 'cursive';
    color: #212121;
}

h6{
    grid-area: fh;
    height: 70px;
    border: 5px solid #333333;
    background-color: #333333;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 30px;
    font-family: 'Kelson Sans', 'cursive';
    color: white;
}
.doc{    
    margin-right: 10px;
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tdoc{
    color: black;
    text-decoration:none;
}
.tdoc:hover{
    color: #ced0d5;
    text-decoration:underline;
}
.tindoc{
    color: #E5E5E5;
    text-decoration:none;
}.tindoc:hover{
    text-decoration:underline;
}

li{
    grid-area: fh;
    font-family: 'Kelson Sans', 'cursive';
    font-size: 20px;
    list-style-type: none;
    text-align: start;
}

p{
text-align: center;
}

.scrollup{
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:50px;
right:50px;
display:none;
text-indent:-9999px;
background: url('../images/icons/icon_top.png') no-repeat;
}

@font-face {
    font-family: Kelson Sans; 
    src: url('../fonts/Kelson Sans Regular RU.otf');
   }
@font-face { 
    font-family: "rouble";
    src: url("../fonts/rouble.otf") format("opentype");
}
.rub { font-family: "rouble"; }