@font-face {
    font-family: helvetica; /* Гарнитура шрифта */
    src: url(fonts/HelveticaNeueCyr-Bold.otf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: helveticaR; /* Гарнитура шрифта */
    src: url(fonts/HelveticaNeueCyr-Roman.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Comfortaa; /* Гарнитура шрифта */
    src: url(fonts/Comfortaa-Regular.ttf); /* Путь к файлу со шрифтом */
}
/*@font-face {
    font-family: segoe;
    src: url(fonts/segoeuib.ttf);
   }*/

   @font-face {
    font-family: SegoeSymbol; /* Гарнитура шрифта */
    src: url(fonts/SegoeUISymbol.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: SegoeBold; /* Гарнитура шрифта */
    src: url(fonts/SegoeUIBlack.ttf); /* Путь к файлу со шрифтом */
   }
   @font-face {
    font-family: Montserrat; /* Гарнитура шрифта */
    src: url(fonts/Montserrat.ttf); /* Путь к файлу со шрифтом */
   }
   .menu-icon {
    position: relative;
    /* top: 100px; */
    display: inline-block;
    width: 30px;
    height: 10px;
    cursor: pointer;
    /* margin: 0 auto; */
    /* float: none; */
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .menu-icon > span {
    position: absolute;
    /* top: 50%; */
    display: block;
    width: 100%;
    height: 3px;
    /* margin-top: -0.5em; */
    background-color: #ffffff;
    border-radius: 3px;
  }
  
  .menu-icon > span:before,
  .menu-icon > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
              -o-transition: all 0.3s;
              transition: all 0.3s;
  }
  
  .menu-icon > span:before {
    -webkit-transform: translateY(-10px);
              -ms-transform: translateY(-10px);
        transform: translateY(-10px);
  }
  
  .menu-icon > span:after {
    -webkit-transform: translateY(10px);
              -ms-transform: translateY(10px);
        transform: translateY(10px);
  }
  
  /* OPENED */
  
  .menu-icon.open {
    -webkit-transform: rotate(45deg) translateX(-2px);
              -ms-transform: rotate(45deg) translateX(-2px);
        transform: rotate(45deg) translateX(-2px);
  }
  
  .menu-icon.open > span:before {
    -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
  
  .menu-icon.open > span:after {
    -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
        transform: rotate(90deg);
  }
   
body{
    font-family: helvetica;
    background-color: rgb(238, 243, 242);
    margin: 0;
    overflow-x:hidden;
    /*background: #48c5a5;*/
    /*background: -webkit-radial-gradient(top, #48c5a5, #360C32);
    background: -moz-radial-gradient(top, #48c5a5, #360C32);
    background: radial-gradient(to bottom, #48c5a5, #360C32);
    /*background-image: url(img/back.jpg);*/
    /*background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;*/
    opacity: 0;
    -webkit-transition:  ease 2s;
    -o-transition:  ease 2s;
    transition:  ease 2s;
}
.header{
    background-color: rgb(80, 80, 80);
    z-index: 99;
    /*background: -webkit-radial-gradient(top, #48c5a5, #360C32);
    background: -moz-radial-gradient(top, #48c5a5, #360C32);
    background: radial-gradient(to bottom, #48c5a5, #360C32);
    /*background-image: url(img/back.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    /*height: 70px;*/
    min-width: 240px;
    position: fixed;
    text-align: center;
}
.scrolled{
    background-color: #48c5a5;
}
.header_menu{
    display: inline-block;
    vertical-align: top;
    margin: 0 auto;
    width: 100%; 
    position: relative;
}
.back-white{
    color: #444444;
    background-color: #eef3f2;
}
.back-color{
    color: #ffffff;
    background: -webkit-radial-gradient(top, #04e4ca, #566d98);
    background: -o-radial-gradient(top, #04e4ca, #566d98);
    background: radial-gradient(to bottom #04e4ca, #566d98);
    background: -ms-radial-gradient(top, rgb(60, 195, 179), rgb(34, 75, 103));
    /*background-image: url(img/back.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.content_outer{
    display: block;
    z-index: 10;
    position: relative;
    float: left;
    width: 100%;
    /*min-height: 200px;*/
    
}
.bg_outer{
    z-index: 1;
    overflow: hidden;
}
.logo{
    
    margin: 8px;
    max-width: 60px;
}
.logo_outer{
    
    color: #ffffff;
    font-size: 30px;
    vertical-align: middle;
    height: 50px;
    display: inline-block;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    position: relative;
    /* margin: auto 6px; */
    padding: 0 28px;
    line-height: 70px;
}
.bg{
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    

    
}
.its_logo{
    max-width: 340px;
    min-width: 200px;
    width: 70%;
    margin-top: 80px;
}
.bg_outer{
    height: 600px;
}
.bg_text{
    /*background-color: #333333ab;*/
    font-family: helveticaR;
    z-index: 20;
    line-height: 26px;
    margin: 8% auto 0% 15%;
    color: #dedede;
    width: 50%;
    max-width: 590px;
    /*padding: 5% 300px 30px 5%;*/
    font-size: 106%;
    min-width: 250px;
    position:relative;
    overflow: -webkit-paged-x;
    text-shadow: 1px 1px 0 #000;
    
}
.bg_title_image{
    background-image: url(img/ribbon.png);
    width: 512px;
    height: 512px;
    left: 66%;
    top: 14%;
    position: absolute;
    z-index: 7;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
}
.bg_img{
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-image: url(img/bg.jpg);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    /*filter: url('blur.svg'); /* путь к svg */
}
.overlay-dark{
    background-color: #000; /* Чёрный фон */
    height: 100%; /* Высота максимальна */
    opacity: 0.5; /* Степень прозрачности */
    width: 100%; /* Ширина максимальна */
    z-index: 6; /* Заведомо быть НАД другими элементами */
}
.main_title_outer{
    margin: 0 0 20px 0;
    color: #ffffff;
    padding-top: 80px;
    line-height: 28px;
    font-family: Segoe UI Black;
    width: 90%;
    
}
.main_title{
    
    max-width: 340px;
    font-size: 94px;
    min-width: 340px;
    font-family: SegoeBold;
    /*width: 70%;*/
    /*margin-top: 80px;*/
    
}
.main_title_other{
    font-size: 19px;
    font-family: helveticaR;
    margin-left: 5px;
    
}
h3{
    margin: 12px 0;
}
p{
    margin: 5px 0;
    font-family: 'Varela Round', sans-serif;
}
.menu_bt:hover {background:rgba(255, 255, 255, 0.2);}
.menu_bt{
    padding: 0 14px;
    line-height: 60px;
    font-family: 'Varela Round', sans-serif;
    border-radius: 50px;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
   
}
.pulse {
    /*margin:100px;
    display: block;
    width: 22px;
    height: 22px;*/
    border-radius: 50px;
    /*background: #cca92c;*/
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 #0fddc5;
            box-shadow: 0 0 0 #0fddc5;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  .pulse:hover {
    -webkit-animation: none;
            animation: none;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #0fddc552;
      background: #0fddc552;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px #0fddc500;
        background: #0fddc500;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #0fddc500;
        background: #0fddc500;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #0fddc552;
              box-shadow: 0 0 0 0 #0fddc552;
      background: #0fddc552;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px #0fddc500;
                box-shadow: 0 0 0 10px #0fddc500;
        background: #0fddc500;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #0fddc500;
                box-shadow: 0 0 0 0 #0fddc500;
        background: #0fddc500;
    }
}
A {
    color: rgb(255, 255, 255); /* Цвет ссылок */
    text-decoration: none;
   }
   A:visited {
    color: #ffffff; /* Цвет посещенных ссылок */
   }
   A:active {
    color: #ffffff; /* Цвет активных ссылок */
   }
.bt{
                /**
             * Для эксплорера
             */
             -ms-user-select: none;

             /**
              * Для мозилы
              */
             -moz-user-select: none;
 
             /**
              * Для конкверора
              */
             -khtml-user-select: none;
 
             /**
              * Для Сафари и Хрома
              */
             -webkit-user-select: none;
}
.menu_el{
    color: #ffffff;
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    transition: background 0.5s ease;
    position: relative;
    cursor: pointer;
    
    
}
.menu_img{
    display: inline-block;
    width: 28px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.logo-text{
    margin-right: 100px;
    font-size: 40px;
    margin-top: 1px;
    /*font-family: Corbel;*/
    /*font-family: segoe;*/
    /*font-family: Segoe UI Black;*/
}
.container_title{
    margin-top: 100px;
    margin-bottom: 90px;
    text-align: center;
    
}
.title_text{
    font-size: 36px;
    display: inline-block;
    margin: 0 auto;
}
.content{
    text-align: center;
    margin-bottom: 90px;
    max-width: 1480px;
    margin:0 auto;
    /*padding: 0 40px;*/
}
.content_its{
    margin-bottom: 0px;
}

.block_outer{
    
    display: inline-block; 
    width: 100%;
    margin: 0 0 80px 0;
    vertical-align: top;
    text-align: center;
    min-width: 260px;
    max-width: 680px;
    /*padding-left: 10px;*/
}
.content_block{
    display: table-row;
    /*display: inline-block;*/
    margin: 0 auto;

    width: 100%;
}
.block_tc{
    display: table-cell;
    overflow: hidden;
    vertical-align: top;
}
.block{
    float: left;
    text-align: left;
    margin-left: 20px;
    /*width: 70%;*/
    max-width: 600px;
    margin-right: 5px;
    display: table-cell;
}
.block_title{
    font-size: 24px;
    margin-bottom: 10px;
}
.block_text{

    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
.block_icon{
    font-family: arial;
    text-align: left;
    max-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    /*padding: 8px 0 0;*/
    
    border: 2px solid #ffffff;
    border-radius: 50%;
    margin-left: 10px;
    /*/display: inline-block; */
}
.dark_border{
    border: 2px solid #48c7ae;
}
.block_icon_img{
    width: 26px;
    height: 26px;
    margin: 12px 0;
}
.block_icon_text{
    font-family: helvetica;
    font-size: 30px;
    margin: 10px auto;
}
.rb_img{
    width: 40px !important;
    height: 40px !important;
    margin: 5px 0 !important;
}
.its_icon{
    
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0 0 0;
}
.ht{
    font-size: 26px;
    width: 50px;
    height: 42px;
    text-align: center;
    padding: 8px 0 0;
}
.vz{
    font-size: 32px;
    width: 50px;
    height: 42px;
    text-align: center;
    padding: 8px 0 0;
}
.kv{
    font-size: 36px;
    width: 50px;
    height: 46px;
    text-align: center;
    padding: 4px 0 0;
}
.ok{
    font-size: 29px;
    width: 50px;
    height: 45px;
    text-align: center;
    padding: 5px 0 0;
}
.mn{
    font-size: 29px;
    width: 50px;
    height: 40px;
    text-align: center;
    padding: 10px 0 0;
}
.at{
    font-size: 34px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 0 0 0 0;
}

.table_outer{
    margin: 48px auto 60px auto;
    overflow-x: auto;
}

.rb_table_outer{
    overflow: auto;
    min-width: 800px;
}

.rb_table{
    
    margin: 0 auto 0 auto;
    /*width: 1425px;*/
    max-width: 1425px;
    min-width: 1425px;
    /*background-color: rgb(222, 234, 232);*/
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    /*padding-bottom: 60px;*/
}
.rb_table_tr{
    width: 100%;
    text-align: center;
    display: table-row;
}
.rb_table_th{
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    
    font-size: 24px;
    font-family: helveticaR;
    /*background-color: antiquewhite;*/
}
.odd{
    background-color: rgba(34, 75, 103, 0.1);
}
.tltr{
    background-color: rgba(34, 75, 103, 0.5);
}
.tlth{
    text-align: center !important;
}
.rb_table_lvl{
    font-family:  SegoeSymbol;
    border: 1px solid #66B3B3;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 22px;
    width: 80px;
    height: 34px;
    text-align: center;
    padding: 2px 0 0;
}
.lvl1{
    background-size: cover, 50px 50px;
    background-position: top, 0 0;
    background-image: 
    -webkit-linear-gradient( left, 
    rgb(255, 128, 128) 15px, transparent 15px, transparent 16px, 
    rgba(219, 219, 219, 0.123) 16px, rgba(219, 219, 219, 0.123) 31px, transparent 31px, transparent 32px, 
    rgba(219, 219, 219, 0.123) 32px, rgba(219, 219, 219, 0.123) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    -o-linear-gradient( left, 
    rgb(255, 128, 128) 15px, transparent 15px, transparent 16px, 
    rgba(219, 219, 219, 0.123) 16px, rgba(219, 219, 219, 0.123) 31px, transparent 31px, transparent 32px, 
    rgba(219, 219, 219, 0.123) 32px, rgba(219, 219, 219, 0.123) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    linear-gradient( to right, 
    rgb(255, 128, 128) 15px, transparent 15px, transparent 16px, 
    rgba(219, 219, 219, 0.123) 16px, rgba(219, 219, 219, 0.123) 31px, transparent 31px, transparent 32px, 
    rgba(219, 219, 219, 0.123) 32px, rgba(219, 219, 219, 0.123) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
}
.lvl2{
    background-size: cover, 50px 50px;
    background-position: top, 0 0;
    background-image: 
    -webkit-linear-gradient( left, 
    rgb(255, 191, 128) 15px, transparent 15px, transparent 16px, 
    rgb(255, 191, 128) 16px, rgb(255, 191, 128) 31px, transparent 31px, transparent 32px, 
    rgba(219, 219, 219, 0.123) 32px, rgba(219, 219, 219, 0.123) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    -o-linear-gradient( left, 
    rgb(255, 191, 128) 15px, transparent 15px, transparent 16px, 
    rgb(255, 191, 128) 16px, rgb(255, 191, 128) 31px, transparent 31px, transparent 32px, 
    rgba(219, 219, 219, 0.123) 32px, rgba(219, 219, 219, 0.123) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    linear-gradient( to right, 
    rgb(255, 191, 128) 15px, transparent 15px, transparent 16px, 
    rgb(255, 191, 128) 16px, rgb(255, 191, 128) 31px, transparent 31px, transparent 32px, 
    rgba(219, 219, 219, 0.123) 32px, rgba(219, 219, 219, 0.123) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
}
.lvl3{
    background-size: cover, 50px 50px;
    background-position: top, 0 0;
    background-image: 
    -webkit-linear-gradient( left, 
    rgb(255, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(255, 255, 128) 16px, rgb(255, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(255, 255, 128) 32px, rgb(255, 255, 128) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    -o-linear-gradient( left, 
    rgb(255, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(255, 255, 128) 16px, rgb(255, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(255, 255, 128) 32px, rgb(255, 255, 128) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    linear-gradient( to right, 
    rgb(255, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(255, 255, 128) 16px, rgb(255, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(255, 255, 128) 32px, rgb(255, 255, 128) 47px , transparent 47px, transparent 48px,
    rgba(219, 219, 219, 0.123) 48px, rgba(219, 219, 219, 0.123) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
}
.lvl4{
    background-size: cover, 50px 50px;
    background-position: top, 0 0;
    background-image: 
    -webkit-linear-gradient( left, 
    rgb(223, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(223, 255, 128) 16px, rgb(223, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(223, 255, 128) 32px, rgb(223, 255, 128) 47px , transparent 47px, transparent 48px,
    rgb(223, 255, 128) 48px, rgb(223, 255, 128) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    -o-linear-gradient( left, 
    rgb(223, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(223, 255, 128) 16px, rgb(223, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(223, 255, 128) 32px, rgb(223, 255, 128) 47px , transparent 47px, transparent 48px,
    rgb(223, 255, 128) 48px, rgb(223, 255, 128) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
    background-image: 
    linear-gradient( to right, 
    rgb(223, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(223, 255, 128) 16px, rgb(223, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(223, 255, 128) 32px, rgb(223, 255, 128) 47px , transparent 47px, transparent 48px,
    rgb(223, 255, 128) 48px, rgb(223, 255, 128) 63px , transparent 63px, transparent 64px, 
    rgba(219, 219, 219, 0.123) 64px );
}
.lvl5{
    background-size: cover, 50px 50px;
    background-position: top, 0 0;
    background-image: 
    -webkit-linear-gradient( left, 
    rgb(128, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(128, 255, 128) 16px, rgb(128, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(128, 255, 128) 32px, rgb(128, 255, 128) 47px , transparent 47px, transparent 48px,
    rgb(128, 255, 128) 48px, rgb(128, 255, 128) 63px , transparent 63px, transparent 64px, 
    rgb(128, 255, 128) 64px );
    background-image: 
    -o-linear-gradient( left, 
    rgb(128, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(128, 255, 128) 16px, rgb(128, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(128, 255, 128) 32px, rgb(128, 255, 128) 47px , transparent 47px, transparent 48px,
    rgb(128, 255, 128) 48px, rgb(128, 255, 128) 63px , transparent 63px, transparent 64px, 
    rgb(128, 255, 128) 64px );
    background-image: 
    linear-gradient( to right, 
    rgb(128, 255, 128) 15px, transparent 15px, transparent 16px, 
    rgb(128, 255, 128) 16px, rgb(128, 255, 128) 31px, transparent 31px, transparent 32px, 
    rgb(128, 255, 128) 32px, rgb(128, 255, 128) 47px , transparent 47px, transparent 48px,
    rgb(128, 255, 128) 48px, rgb(128, 255, 128) 63px , transparent 63px, transparent 64px, 
    rgb(128, 255, 128) 64px );
}
.more-info-bt{
    /*float: right;*/
    width: 40px;
    height: 40px;
    padding: 4px 40px;
    /*margin: 6px 10px 0px 0;*/
    text-align: center;
    -webkit-transition:  ease 0.5s;
    -o-transition:  ease 0.5s;
    transition:  ease 0.5s;
 
}
.video-outer{
    position: relative;
    min-width: 800px;
    /*background-image: url(img/pat-2.png);
    background-size: auto;
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    display: block;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;    */
}
.video-bg{
    background-image: url(img/pat-2.png);
    background-size: auto;
    width: 100%;
    height: 450px;
    position: absolute;
    top: 0px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    z-index: -2;
    /* filter: blur(10px); */
    /*filter: blur(10px);*/
}
.video{
    margin:  0 auto 80px auto;
    position: relative;
    width: 800px;
}
.info-prev-img{
    /*float: right;*/
    height: 120px;
    
    padding: 4px 4px;
    /*margin: 6px 10px 0px 0;*/
    text-align: center;
    
 
}
.info-img{
    /*float: right;*/
    /*height: 260px;*/
    max-width: 280px;
    padding: 4px 4px;
    /*margin: 6px 10px 0px 0;*/
    text-align: center;
    display: inline-block;
    vertical-align: middle;
 
}
.more-info{
    display: table;
    overflow: hidden;
    height: 0px;
    /*opacity: 1 !important;*/
    background-color: rgba(255, 255, 255, 0.05);
    min-width: 1175px;
}
.info{
    text-align: center !important;
    vertical-align: middle;
    /*height: 300px;*/
    -webkit-transition:  ease 0.5s;
    -o-transition:  ease 0.5s;
    transition:  ease 0.5s;
}
.hInfo{
    max-width: 300px;
    text-align: left;
    padding-right: 200px;
    padding-left: 20px;
}.hInfoImg{
    min-width: 500px;

    /* text-align: right; */
    /* padding-left: 200px; */
}

#info-1{
    display: none;
}
#info-2{
    display: none;
}
#info-3{
    display: none;
}
#info-4{
    display: none;
}
#info-5{
    display: none;
}
.tb_text{
    vertical-align: middle;
    display: inline-block;
}
.h1{
    font-size: 20px;
    line-height: 20px !important;
}
.h2{
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    /*width: 430px;*/
    max-width: 425px;
    min-width: 425px;
    vertical-align: middle;
    
}
.h3{
    font-size: 16px;
    
    max-width: 180px;
    min-width: 180px;
    padding: 10px;
}
.tb{
    /*background-color: #228c8c;*/
    float: left;
    width: 40px;
    height: 40px;
    padding: 4px;
    margin: 6px 10px 0px 0;
}
.tarif_text{
    /*color: #eef3f2;*/
    margin: 20px auto;
}
.tarif{
    padding: 36px 0px;
    min-width: 260px;
    max-width: 400px;
    margin-bottom: 20px;
}
.t0{
    width: 48%;
}
.t1{
    font-size: 20px;
}
.t2{
    /*font-size: 27px;*/

}
.tarif_title{
    text-align: center;
    font-size: 56px;
    /*color: #eef3f2;*/
}
.tarif-block{
    float: unset;
    text-align: center;
    margin: 0 auto;
    width: auto; 
}
.menu_tg{
	display: none;
}
.footer{
    text-align: center;
    vertical-align: bottom;
    display: table;
    width: 90%;
    max-width: 1600px;
    min-width: 950px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    position: relative;
    overflow: hidden;
    }
    .footer_info_left{
        width: 30%;
    }
    .footer_info_right{
        width: 30%;
        text-align: right !important; 
    }
    .footer_logo_outer{
        width: 370px;
        margin: 0 auto
    }
    .footer_info{
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 20px;
        
        
    }
    p{
        margin: 5px 0;
        font-family: 'Comfortaa';
        line-height: 20px;
    }
    .footer_info_text{
        text-align: left;
    }
    .footer_logo{
        float: left;
        max-width: 90px;
        /*margin-right: 40px;*/
    }
    .footer_logo_text{
        line-height: 100px;
        font-size: 50px;
        margin-left: 6px;
        /* font-family: Corbel; */
        /*font-family: segoe;*/
        color: #ffffff;
        vertical-align: middle;
        display: inline-block;
    
        position: relative;
    
    }
    #contact{
        text-align: center;
    }
    .contact-info{
        width: 100%;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
        margin: 0px 0px 40px 0px;
        /*text-align: center;*/
    }
    .info-tell_outer{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0px 0px 0px 10px;
        /* display: inline; */
        margin: 0 0 20px 0;
        text-align: left;
    }
    #spanGeo{
        display:none;
      }
      @media (max-width:500px){
        #spanGeo{
          display:inherit;
        }
      }
    .radioMap{
        display: none;
    }
    .map{
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        
    }
    .minimize_map{
        display: block;
        position: absolute;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 172px 0 0 8px;
        padding: 8px;
        z-index: 10;
        font-family: helveticaR;
        color: #444444;
        background-color: #ffffff;
        border-radius: 10px;
        opacity: 0.75;
        cursor: pointer;
        -ms-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
    }
    .radioMap:checked + label{
        display: none;
    }
    #mm1:checked ~ .map{
        pointer-events:none;
        opacity: 0.5;
    }
    #mm1:checked ~ #l0{
        opacity: 1;
        color: #ffffff;
        background-color: #0078a5;
    
    }
    
    .contact_form{
        color: #444444;
        display: inline-block;
        border-radius: 100px;
        text-align: center;
        width: 100%;
        max-width: 750px;
        margin: 0 auto 60px;
        position: relative;
        /*border-top: 4px solid #26615e;
        border-bottom: 4px solid #26615e;*/
        /*-webkit-box-sizing: border-box;
                box-sizing: border-box;*/
        /*background: rgb(8, 140, 172);*/
        /*background: -webkit-radial-gradient(top, #48c7ae, #224b67);
        background: -moz-linear-gradient(left, #41847de8, #360c32e8);
        background: linear-gradient(left, #41847de8, #360c32e8);
        background: -ms-radial-gradient(left, rgba(65, 132, 125, 1), rgba(54, 12, 50, 1));*/
        
        /* background-image: url(img/back.jpg); */
        background-repeat: no-repeat;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        /*padding: 60px 0;*/
       
    }
    .form_title{
        text-align: center;
        font-size: 28px;
        margin-bottom: 40px;
        font-family: Arial;
    }
    
    .inputs_outer{
        display: inline-block;
        /*max-width: 750px;*/
        width: 80%;
        min-width: 200px;
        max-width: 600px;
    }
    .input_small_outer{
        width: 100%;
        min-width: 200px;
        max-width: 600px;
        
    }
    .input_small{
        /*max-width: 298px !important;*/
        
    }
    .input{
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        width: 100%;
        height: 40px;
        min-width: 200px;
        max-width: 600px;
        font-size: 22px;
        margin-bottom: 10px;
        padding: 0 20px;
        color: #404040;
        /* border: 0px solid #cccccc; */
        border: 1px solid #b3b3b3;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        background: rgba(80, 80, 80, 0.11) !important;
        outline: none;
    }
    ::-webkit-input-placeholder { 
        color:    #909;
     }
    :-ms-input-placeholder { 
        color:    #909;
     }
    ::-ms-input-placeholder { 
        color:    #909;
     }
    ::placeholder { 
        color:    #909;
     }
    
    
    ::-webkit-input-placeholder {color:#505050; opacity:1;}/* webkit */
    ::-moz-placeholder          {color:#505050; opacity:1;}/* Firefox 19+ */
    :-moz-placeholder           {color:#505050; opacity:1;}/* Firefox 18- */
    :-ms-input-placeholder      {color:#505050; opacity:1;}/* IE */
    ::-webkit-input-placeholder { 
        color:    #505050;
     }
    :-ms-input-placeholder { 
        color:    #505050;
     }
    ::-ms-input-placeholder { 
        color:    #505050;
     }
    ::placeholder { 
        color:    #505050;
     }
    
    .contact_form_bt_outer{
        display: inline-block;
        margin-top: 2px;
        /*width: 80%;*/
        /*height: 40px;*/
    }
    .contact_form_bt{
        margin: 10px auto 3px;
        width: 220px;
        height: 50px;
        background: #0078a5;
        
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px;
    
    }
    .captcha_outer{
        display: inline-block;
        width: 100%;
        max-width: 312px;
        vertical-align: top;
        
    }
    .captcha{
        max-width: 300px;
        margin: 0px auto;
    
    }
    textarea{
        resize: vertical;
        min-height: 160px;
        max-height: 480px;
        padding-top: 6px !important;
      
    }
    
    .result{
        width: 80%;
        font-family: Arial;
        margin: 0 auto;
        font-size: 17px;
        min-height: 20px;
        overflow: hidden;
    }
    /*#loader {
        display: none;
    }*/
    #loader {
        display: none;
        margin: 4px auto 0 auto;
        width: 90%;
        height: 10px;
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 0px 0px hsl(210,90%,35%), 2px 0px 15px 1px hsl(210, 24%, 48%);
                box-shadow: 0 2px 0px 0px hsl(210,90%,35%), 2px 0px 15px 1px hsl(210, 24%, 48%);
        background-color: hsl(188, 90%, 40%);
        background-image: 
        -webkit-linear-gradient( top, rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 12%,
        rgba(255,255,255,.15) 15%, 
        rgba(255,255,255,.15) 30%, 
        rgba(255,255,255,0) 40%, 
        rgba(255,255,255,0) 50%, 
        rgba(255,255,255,.15) 70%, 
        rgba(255,255,255,.15) 88%, 
        rgba(255,255,255,0) 88% ), 
        
        -webkit-linear-gradient( 315deg, transparent 0%, transparent 25%, 
        hsl(188, 90%, 40%) 25%, 
        hsl(220, 90%, 40%) 50%, 
        transparent 50%, transparent 75%, 
        hsl(210,90%,40%) 75%, 
        hsl(210,90%,40%) 100% );
        background-image: 
        -o-linear-gradient( top, rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 12%,
        rgba(255,255,255,.15) 15%, 
        rgba(255,255,255,.15) 30%, 
        rgba(255,255,255,0) 40%, 
        rgba(255,255,255,0) 50%, 
        rgba(255,255,255,.15) 70%, 
        rgba(255,255,255,.15) 88%, 
        rgba(255,255,255,0) 88% ), 
        
        -o-linear-gradient( 315deg, transparent 0%, transparent 25%, 
        hsl(188, 90%, 40%) 25%, 
        hsl(220, 90%, 40%) 50%, 
        transparent 50%, transparent 75%, 
        hsl(210,90%,40%) 75%, 
        hsl(210,90%,40%) 100% );
        background-image: 
        linear-gradient( to bottom, rgba(255,255,255,0) 0%,
        rgba(255,255,255,0) 12%,
        rgba(255,255,255,.15) 15%, 
        rgba(255,255,255,.15) 30%, 
        rgba(255,255,255,0) 40%, 
        rgba(255,255,255,0) 50%, 
        rgba(255,255,255,.15) 70%, 
        rgba(255,255,255,.15) 88%, 
        rgba(255,255,255,0) 88% ), 
        
        linear-gradient( 135deg, transparent 0%, transparent 25%, 
        hsl(188, 90%, 40%) 25%, 
        hsl(220, 90%, 40%) 50%, 
        transparent 50%, transparent 75%, 
        hsl(210,90%,40%) 75%, 
        hsl(210,90%,40%) 100% );
    
        background-size: cover, 50px 50px;
        background-position: top, 0 0;
        text-indent: -999em;
        -webkit-animation: loading 1s infinite linear;
                animation: loading s infinite linear;
      }
    
      @-webkit-keyframes loading {
        0% {
          background-position: top, 0 0;
        }
        100% {
          background-position: top, 50px 0;
        }
      }
    
      @keyframes loading {
        0% {
          background-position: top, 0 0;
        }
        100% {
          background-position: top, 50px 0;
        }
      }
    
      .header-info-right{
        text-align: left;
        position: relative;
        margin: 0 auto;
        margin: 10px auto 40px;
        max-width: 284px;
        z-index: 80;
    }
    .header-info-mail{
        font-size: 20px;
    }
    .header-info-tell{
        font-size: 20px;
        margin-bottom: 8px;
        display: table;
        
    }
    .header-info-tell_line{
        font-family: 'Comfortaa';
        vertical-align: middle;
        font-size: 20px;  
         
    }
    .header-info-tell_line a{
        color: #085c74;
    }
    .header-info-form{
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
        color: #ffffff;
        display: block;
    }
    .header-info-style{
    
        background-color: #0078a5;
        border-radius: 20px;
    }
    .header-info_line{
        vertical-align: middle;
        max-width: 34px;
    }
    /*------------------------------------------------/contact/------------------------------------------------*/

    /* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    z-index: 999;
}

/* Track */
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 0px;
    background: #505050;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #0fddc5;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); */
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #0fddc5; 
}

@media screen and (max-width: 1220px) {
	.menu{
		height: 100px;
		font-size: 145%;
		line-height: 125%; 
		text-align: left;
	}
	.menu_bt{
        display: none;
        width: 95%;
        text-align: left;
        padding: 0;
        padding-left: 5%;
        float: left;
		
	}
	.menu_tg{
        display: block;
        z-index: 999;
        float: left;
        padding: 5px 10px 5px 10px;
        width: 140px;
        text-align: left;
        line-height: 60px;
        font-family: Montserrat;
        
    }

    .logo_top{
        float: right;
        margin-right: 20px;
    }
    .logo-text{
        display: none;
    }
    .baner_text{
        margin-top: 140px;
    }
	
	
}	
