@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: 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: black;
    margin: 0;
    /*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: rgba(68, 138, 130, 0.392);
    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, #41847d, #360C32);
    background: -moz-radial-gradient(top, #41847d, #360C32);
    background: radial-gradient(to bottom, #41847d,  #360C32);
    background: -ms-radial-gradient(top, rgb(65, 132, 125), rgb(54, 12, 50));
    /*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;
}
.logo{
    
    margin: 8px;
    max-width: 60px;
}
.logo_outer{
    
    color: #ffffff;
    font-size: 30px;
    vertical-align: middle;
    height: 50px;
    display: inline-block;
    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: "Open Sans", sans-serif;
    z-index: 20;
    line-height: 30px;
    margin: 8% auto 0% 15%;
    color: #dedede;
    width: 50%;
    max-width: 590px;
    /*padding: 5% 300px 30px 5%;*/
    font-size: 100%;
    min-width: 250px;
    position:relative;
    
    
}
.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);
    transform: rotateY(180deg);
    /*filter: url('blur.svg'); /* путь к svg */
}
.overlay-dark{
    background-color: #000; /* Чёрный фон */
    height: 100%; /* Высота максимальна */
    opacity: 0.5; /* Степень прозрачности */
    width: 100%; /* Ширина максимальна */
    z-index: 6; /* Заведомо быть НАД другими элементами */
}
h1{
    margin: 42px 0 20px 0;
    color: #ffffff;
    font-size: 300%;
    
    font-family: Segoe UI Black;
}
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;
    /*width: 120px;*/
    transition: background 0.5s ease;
   
}
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;
    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;
    min-width: 260px;
    max-width: 490px;
    /*padding-left: 10px;*/
}
.content_block{
    display: inline-block;
    margin: 0 auto;
}


.block{
    float: left;
    text-align: left;
    margin-left: 20px;
    width: 70%;
    max-width: 300px;
    
}
.block_title{
    font-size: 24px;
    margin-bottom: 10px;
}
.block_text{
    
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}
.block_icon{
    font-family: arial;
    float:left;
    text-align: left;
    max-width: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    /*padding: 8px 0 0;*/

    border: 2px solid #66B3B3;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    /*/display: inline-block; */
}
.block_icon_img{
    width: 26px;
    height: 26px;
    margin: 12px 0;
}
.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;
}
.edo{
    background-color: rgb(102, 7, 102);
}
.link{
    background-color: rgb(255, 166, 11);
}
.sign{
    background-color: rgb(160, 36, 57);
}
.rep{
    background-color: rgb(236, 36, 10);
}
.cloud{
    background-color: rgb(13, 198, 255);
}
.count{
    background-color: rgb(231, 122, 231);
}
.spark{
    background-color: #ee6c36;
}
.up{
    background-color: #93c64f;
}
.sv{
    background-color: #607c8a;
}
.db{
    background-color: #d53c2d;
}
.t{
    background-color: #eef3f2;
    color: #444444;
    border: 2px solid #444444;
}
.p{
    background-color: #eef3f2;
    color: #444444;
    border: 2px solid #444444;
}
.t-b{

    border-top: 4px solid #26615e;
    border-bottom: 4px solid #26615e;
    box-sizing: border-box;

}
.tehno{
    color: #26615e;
}
.prof{
    color: #522e4f;
}
.p-b{
    /*background-color: #4a1345;*/
    
    border-top: 4px solid #522e4f;
    border-bottom: 4px solid #522e4f;
    /*-webkit-border-radius: 10%;
    -khtml-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    border-radius: 10%;*/
    box-sizing: border-box;
}
.calc_outer{
    text-align: center;
    background-color: #ffffff20;
    margin: 0 20% 80px 20%;
    transition: min-height 1s ease-out 0.5s; 
    
  
    overflow: hidden;
    height: auto;

}
.calc_block{
    
    /*transition-property: all;
    transition-timing-function: ease;
    transition-duration: 2s;*/
    height: 0px;
    
    background-color: #eef3f2;
    
}

.calc_title{
    

}
.calc_title_text{
    
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 0.5s;
    color: #ffffff;
    font-size: 26px;
    display: inline-block;
    margin: 18px 0 5px 0;
    padding: 0 0;
    cursor: pointer;
}


hr {
    /*transition-property: all;
    transition-timing-function: ease;
    transition-duration: 0.5s;*/
    padding: 0;
    margin: 10px 0 0px 0;
    border: 0;
    width: 250px;
    height: 25px;
    border-top: 4px solid #CCCCCC;
    background-image: url(img/arrow.png);
    background-position-x: center;
    background-position-y: top;
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-table;
}
.its_table_outer{
    margin-bottom: 60px;
    margin-top: 48px;
}
.its_table{
    margin: 0 auto 80px auto;
    width: 100%;
    max-width: 1200px;
    min-width: 500px;
    background-color: rgb(222, 234, 232);
    transform: scale(1);
    /*padding-bottom: 60px;*/
}
.its_table_tr{
    width: 100%;
    text-align: center;
}
.its_table_th{
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    
    font-size: 24px;
    font-family: Tahoma;
    /*background-color: antiquewhite;*/
}
.odd{
    background-color: rgba(0, 0, 0, 0.03);
}
.its_table_ok{
    font-family:  SegoeSymbol;
    border: 2px solid #66B3B3;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 22px;
    width: 36px;
    height: 34px;
    text-align: center;
    padding: 2px 0 0;
}
.h1{
    font-size: 26px;
    line-height: 60px;
}
.h2{
    font-size: 20px;
    line-height: 60px;
    text-align: left;
    width: 38%;
    max-width: 400px;
    min-width: 300px;
    vertical-align: middle;
    
}
.h3{
    width: 16%;
    max-width: 400px;
    min-width: 80px;
    margin-left: 10px;
}
.tb{
    float: left;
    width: 40px;
    height: 40px;
    margin: 10px 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;
    }
	
	
}	

