@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); /* Путь к файлу со шрифтом */
}
.dot{
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 100px;
    transform: scale(0.9);
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    max-width: 160px;
    max-height: 160px;
    width: 18vw;
    height: 18vw;
    cursor: pointer;
    font-size: 0;
    overflow: hidden;
}
.dot:before{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: "";
}
.dot-title{
    position: relative;
    top: calc(-50% - 21px);
    padding: 10px 0;
    /* left: -20px; */
    display: inline-block;
    width: calc(100%);
    color: #ffffff;
    background: rgba(68, 68, 68, 0.5);
    font-size: calc(20px);
    vertical-align: middle;
    min-width: 160px;
    user-select: none;
}
.dot:hover{
    background-color: rgba(0, 0, 0, 0.4);
    transform: scale(0.95);
}
.dot_img{
    max-width: 74%;
    max-height: 74%;
    position: relative;
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    user-select: none;
}
.radioSlide:checked + label{
    background-color: rgba(0, 0, 0, 0.6);
    transform: scale(1);
}
.slider-dots{
    margin: 6vh 0;
}
.radioSlide{
    display: none;
}
.kkt-slide{
    display: inline-block;
    vertical-align: top;
    width: 100vw;
    white-space: normal;
}
.kkt-slider{
    display: inline-block;
    white-space: nowrap;
    /* width: 100%; */
    /* max-width: 1600px; */
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    min-height: 350px;
    margin-bottom: 60px;
}
.kkt-pack{
    display: inline-block;
    vertical-align: top;
    width: 100vw;
    height: 1px;
    white-space: normal;

    
}
   .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);
  }
  .odd{
      background-color: rgba(72, 199, 174, 0.1);
  }
.pack-inline{
    /* display: inline-block; */
    width: 100%;
    margin: 0 auto;
    max-width: 1040px;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
}
.pack-inline .text{
    margin: 0 2%;
    font-family: helveticaR;
    min-width: 540px;
}
.pack-inline .text .tarif_outer{
    font-size: 30px;
    text-align: center;
    font-family: helveticaR;
}
.pack-inline .text .tarif{
    display: inline-block;
    line-height: 40px;
    padding: 10px 20px 0;
}
.pack-inline .text .title{
    font-size: 30px;
    font-family: helvetica;

}
.pack-inline .text span{
    font-size: 22px;
    font-family: helvetica;
}
.pack-inline_bottom span{
    text-decoration: underline;
    font-family: helvetica;
}
.pack-inline_bottom{
    width: 100%;
    box-sizing: border-box;
    padding: 24px 2%;
    background-color: rgba(1, 1, 1, 0.1);
    font-size: 20px;
    margin: 20px auto 0;
    max-width: 1000px;
    font-family: helveticaR;
}

.img-inline{
    padding-bottom: 40px;
    display: inline-block;
}

.table_ok{
    font-family: SegoeSymbol;
    border: 2px solid #ffffff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px 0 0;
}
.table_ok::after{
    content: "✔";
    display: inline-block;
    vertical-align: middle;
    line-height: 0px;
}
.table_no::after{
    content: "✘";
    display: inline-block;
    /* vertical-align: middle; */
    /* line-height: 0px; */
    padding: 2px 0;
}
.table_no{
    font-family: SegoeSymbol;
    border: 2px solid #e2505f;
    color: #e2505f;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 18px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0px 0 0;
}
.tarif-table .ti_tr{

}
.tarif-table .ti_tr .ti_cl{
    width: 10%;
    text-align: center;
    padding: 10px;
}
.tarif-table .ti_tr .ti_cl:first-child{
    width: 40%;
    text-align: left;
    font-size: 20px;
}
.tarif-table .ti_tr:nth-child(even){
    background-color: rgba(255,255,255, 0.2)
}
.tarif-table .ti_tr .ti_cl:nth-child(even){
    background-color: rgba(255,255,255, 0.2)
}
.split-line{
    background-color: #ffffff;
    height: 2px;
    width: 80%;
    margin: 20px auto;
    border-radius: 100px;
}
   body{
    font-family: helvetica;
    background-color: rgb(238, 243, 242);
    margin: 0;
    overflow-x:hidden;
    opacity: 0;
    -webkit-transition:  ease 2s;
    -o-transition:  ease 2s;
    transition:  ease 2s;
}
.header{
    background-color: rgb(80, 80, 80);
    z-index: 99;
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    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(top, #04e4ca, #566d98);
    /*background-image: url(img/back.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.menu-content_outer{
    background: rgb(93, 34, 48);
    width: 100%;
    margin: 0 auto;
    display: table;
    min-width: 930px;
    position: relative;
    
}
.menu-content_bg{
    width: 33.33%;
    /*height: 300px;*/
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    
    color: white;
}
.menu-bg_3{
    background: url(img/terminals/menu-bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.menu-bg_2{
    background: url(img/terminals/menu-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.menu-bg_1{
    background: url(img/terminals/menu-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}
.menu-content:hover {
    background:rgba(0, 0, 0, 0.7);
}
.menu-content{
    -webkit-transition:  ease 0.8s;
    -o-transition:  ease 0.8s;
    transition:  ease 0.8s;
    background: #042b31cf;
    background: rgba(4, 43, 49, 0.8);
    /*min-width: 400px;*/
    height: 360px;
    width: 100%;
    position: relative;
    /*background:  url(img/ribbon.png);*/
    display: inline-block;
    z-index: 10;
    cursor: pointer;
}
.selected{
    background: #eef3f2 !important;
    color: #444444 !important;
    /*transition:  ease 0.2s !important;*/
    z-index: 20;
}
.scale-outer{
    position: relative;
}
.scale_main-content-title{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    min-width: 800px;
}
.top{
    z-index: 20;
}
.shadow{
    position: relative;
    -webkit-box-shadow: 0px -2px 4px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0px -2px 4px 2px rgba(0, 0, 0, 0.2);
    z-index: 20;
}
.content-main_outer{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.scale_content-main_outer{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 80px;
}
.menu-content_title{
    font-size: 30px;
    
    font-family: helvetica;
    margin: 24px auto;
    text-align: center;
}
.menu-content_about{
    font-size: 20px;
    font-family: helveticaR;
    margin: 0 auto;
    padding: 0 10px;
    min-width: 200px;
    text-transform: none;
    display: table;
}
.menu-content_select{
    border: 2px solid #ffffff;
    padding: 8px 16px;
    border-radius: 33px;
    display: inherit;
    margin: 0 auto;
    position: absolute;
    bottom: 28px;
    left: calc(50% - 58px);
}
.selected .menu-content_select{
    display: none;
}
ul{
    font-size: 20px;
    font-family: helveticaR;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    -webkit-margin-start: 0px;
            margin-inline-start: 0px;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
}
li{
    margin-bottom: 10px;
}
.content-main{
    display: none;
    font-size: 0;
}
.package-baner{
    background-image: url(img/package/package.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-width: 1000px;
    width: 1000px;
    margin: 0 auto;
    height: 600px;
    overflow: hidden;
    pointer-events: none;
    text-align: left;
    z-index: 100;
}
.package-baner-bg{
    background-image: url(img/pat-2.png);
    background-size: auto;
    width: 100%;
    height: 600px;
    position: absolute;
    top: 54px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    z-index: 0;
    /*filter: blur(10px);*/
}
.package-img-slide{
    position: absolute;
    transform: translateX(1000px); 
    transition: 1s ease;
   /*animation: slide 10s infinite;*/
   /*animation: slideOut 2s forwards;*/
}
@keyframes slideIn{
    0%{
        transform: translateX(1000px); 
    }
    100%{
        transform: translateX(450px); 
    }
}
@keyframes slideOut {
      100% {
        transform: translateX(-680px);
      }
}
.package-img{
    position: absolute;
}
.package{
    /*background: #0fddc54b;*/
    display: none;
    font-size: 0;
    white-space: nowrap;
    /* width: 100%; */
    /* max-width: 1600px; */
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    min-height: 350px;
    /*margin-bottom: 60px;*/
}
.price-table{
    width: 100%;
    min-width: 620px;
    max-width: 800px;
    display: table;
    margin: 0 auto 50px;
    padding: 0px 0px;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(255,255,255, 0.3);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.3);
}
.ptr{
    display: table-row;
    text-align: center;
    transition: 0.5s ease;
    background-color:  rgba(255,255,255, 0.5);
    vertical-align: middle;
    opacity: 0.5;
    width: 100%;
}
.price-table input:checked + label{
    opacity: 1;
}
.price-table input:checked + label div div{
    background-size: 20px;
}
.price-table > :nth-child(1) {
    background-color:  rgba(255,255,255, 0.7);
    opacity: 1;
}
.price-table > :nth-child(1) .ptc{
    font-family: helvetica;
}
.price-table > :nth-last-child(1){
    background-color:  rgba(255,255,255, 0.7);
    opacity: 1;
}
.price-table > :nth-last-child(1) .ptc{
    font-family: helvetica;
}
.ptr > :nth-last-child(1){
    text-align: right;
    color: #dc2d68;
}
.ptr:hover{
    background-color: rgba(255,255,255, 0.7);
}
.ptc-img{
    background: url(img/package/ok.png);
    background-size: 0px;
    transition: 0.5s ease;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    display: table-cell;
    border: 2px solid #48c7ae;
    border-radius: 50%;
    vertical-align: middle;
    padding: 5px 5px 5px 5px;
    box-sizing: content-box;
}
.ptc-img_outer{
    box-sizing: content-box;
    display: table-cell;
    vertical-align: middle;
    padding: 5px  5px 5px 15px;
}
.ptc{
    color: #006363;
    display: table-cell;
    padding: 10px 10px 10px 0px;
    max-width: 450px;
    text-align: left;
    font-size: 30px;
    font-family: helveticaR;
    vertical-align: middle;
}
.price-table :nth-child(1) .ptc >:nth-child(1){
    /*style="display: inline-block; vertical-align: middle;"*/
    display: inline-block; 
    vertical-align: middle;
    border:solid 2px  transparent;
}
.fn-radio{
    display: inline-block;
    border:solid 2px  #48c7ae;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box; 
}
.fn-radio input:checked + label{
    background-color: #48c7ae;
    color: rgb(255,255,255);
}
.fn-bt{
    width: 100%;
    padding: 4px 10px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.slider{
    position: relative;
    text-align: center;
    min-width: 1000px;
    overflow: hidden;
}
.package-title{
    font-size: 30px;
}
.slider-status{
    text-align: center;
    /*display: inline;*/
    margin: 10px 0;
}
.slider-radio{
    display: none;
}
.slider-status-point:hover{
    /*background-color: #ffffff80;*/
    background-color: rgba(255,255,255, 0.8);
    transform: scale(1);
}
.slider-status-point{
    width: 537px;
    /* height: 10px; */
    color: #006363;
    position: relative;
    z-index: 1;
    border-radius: 18px;
    border: 0;
    background-color: rgba(255,255,255, 0.4);
    /*background: #ffffff40;*/
    box-shadow: 3px 6px 5px 0px rgba(0, 0, 0, 0.3);
    display: inline-block;
    margin: 0px -40px -16px -40px;
    /* line-height: 17px; */
    transition: 0.5s ease;
    cursor: pointer;
    padding: 14px 0 26px;
    transform: scale(0.85);
    font-size: 26px;
}
.slider  input:checked + label{
    background: #ffffff !important;
    transform: scale(1);
    z-index: 2;
}
.slider #pis1 input:checked~.package-baner .package-img-slide/*:nth-of-type(1)*/{
    animation: slideIn 2s forwards 2s;
    
}
.slider .slider-radio:nth-of-type(1):checked~.package-baner .package-img-slide:nth-of-type(2){
    transform: translateX(380px);
}
.slider .slider-radio:nth-of-type(2):checked~.package-baner .package-img-slide:nth-of-type(1){
    transform: translateX(380px);
}

.content-main_title{
    display: inline-block;
    font-size: 90px;
    position: relative;
}
.content-main_title-img{
    margin: 0px 36px 0px 0px;
}
.content-main_img{
    /*float: right;*/
    margin: 0px 0 60px 0;
    
    position: relative;
}
.scale_content-main_img{
    display: inline-block;
    position: relative;
    vertical-align: middle;
    min-width: 700px;
}
.main-contnent-price{
    font-size: 60px;
    margin: 40px 0;
}
.tech-info_bt:hover {
    background:rgba(0, 0, 0, 0.2);
    /*background:#00000024;*/
}
.tech-info_bt{
    
    font-size: 30px;
    font-family: helveticaR;
    -webkit-transition:  ease 0.8s;
    -o-transition:  ease 0.8s;
    transition:  ease 0.8s;
    /*max-width: 700px;*/
    width: 100%;
    text-align: center;
    position: relative;
    padding: 16px 0;
    border-radius: 40px;
    background: rgba(72, 199, 174, 0.07);
    cursor: pointer;
}
.tech-info_bt-close{
    font-size: 30px;
    font-family: helveticaR;
    padding: 29px 0;
}
.tech-info_outer{
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    /*border: 2px solid #48c7ae;*/
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    border-radius: 40px;
    width: 80%;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: top;
    min-width: 800px;
    -webkit-transition: ease-out 0.8s !important;
    -o-transition: ease-out 0.8s !important;
    transition: ease-out 0.8s !important;
}
.tech-info-table_outer{
    height: 2px;
    position: relative;
    display: block;
}
.tech-info-table{
    position: relative;
    display: table;
    font-size: 20px;
    text-align: center;
    width:  100%;
    /*margin-bottom: 60px;*/
    font-family: helveticaR;
    border: 2px solid #48c7ae;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.ti_tr{
    display: table-row;
}
.ti_cl{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: left;
    padding-left: 60px;
    padding: 10px 0 10px 60px;
}
.content_outer{
    display: block;
    z-index: 10;
    position: relative;
    float: left;
    width: 100%;
}
.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: 680px;
    min-width: 1000px;
}
.bg_text{
    /* background-color: #333333ab; */
    font-family: helveticaR;
    z-index: 20;
    line-height: 26px;
    margin: 0 auto;
    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(1px);
    -moz-filter: blur(1px);
    filter: blur(1px);
    /* transform: rotateY(180deg); */
}
.overlay-dark{
    background-color: #000; /* Чёрный фон */
    height: 100%; /* Высота максимальна */
    opacity:  0.5; /* Степень прозрачности */
    width: 100%; /* Ширина максимальна */
    z-index: 6; /* Заведомо быть НАД другими элементами */
}
.main_title_outer{
    margin: 0 auto 20px auto;
    color: #ffffff;
    padding-top: 250px;
    line-height: 92px;
    font-family: Segoe UI Black;
    /* width: 90%; */
    
}
.bt-border{
    padding-bottom: 80px;
}
.main_title{
    text-align: center;
    text-transform: uppercase;
    /* max-width: 340px; */
    font-size: 70px;
    
    font-family: Montserrat;
    /* 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: 'Comfortaa';
    line-height: 20px;
}
.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 #ffffff52;
      background: #ffffff52;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px #ffffff00;
        background: #ffffff00;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #ffffff00;
        background: #ffffff00;
    }
  }
  @keyframes pulse {
    0% {
      -webkit-box-shadow: 0 0 0 0 #ffffff52;
              box-shadow: 0 0 0 0 #ffffff52;
      background: #ffffff52;
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px #ffffff00;
                box-shadow: 0 0 0 10px #ffffff00;
        background: #ffffff00;
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 #ffffff00;
                box-shadow: 0 0 0 0 #ffffff00;
        background: #ffffff00;
    }
}
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;
    min-width: 800px;
    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: 150px;
    width: 150px;*/
    overflow: hidden;
    height: 140px;
    text-align: center;
    border: 2px solid #48c7ae;
    border-radius: 50%;
    margin-left: 10px;
    /*/display: inline-block; */
}
.dark_border{
    border: 2px solid #48c7ae;
}
.block_icon_img{
    width: 140px;
    height: 140px;
    margin-bottom: 44px;
}
.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;
}

.more-info-bt{
    /*float: right;*/
    width: 40px;
    height: 40px;
    padding: 4px 16px;
    margin: 0px 0px -14px 0px;
    text-align: center;
    -webkit-transition:  ease 0.5s;
    -o-transition:  ease 0.5s;
    transition:  ease 0.5s;
 
}
.info-prev-img{
    /*float: right;*/
    height: 120px;
    
    padding: 4px 4px;
    /*margin: 6px 10px 0px 0;*/
    text-align: center;
    
 
}
.info-img{
    /*float: right;*/
    height: 300px;
    
    padding: 4px 4px;
    /*margin: 6px 10px 0px 0;*/
    text-align: center;
    
 
}
.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;
}
#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;
}

.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;
        
        
    }
    .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;
    }
	
	
}	
