@font-face {
    font-family: title; /* Имя шрифта */
    src: url('../fonts/EuropeDemi.otf'); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: custom; /* Имя шрифта */
    src: url('../fonts/MyriadProRegular.ttf'); /* Путь к файлу со шрифтом */
}


body{
    margin: 0;
    padding: 0;
    font-family: custom;
    color: #333;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5{
    font-family: title;
}

header{
    width: 100%;
}

button:active, button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0 !important;
}

input:active, input:focus {
    outline: none !important;
}
input::-moz-focus-inner {
    border: 0 !important;
}

select:active, input:focus {
    outline: none !important;
}
select::-moz-focus-inner {
    border: 0 !important;
}

div:active, div:focus {
    outline: none !important;
}
div::-moz-focus-inner {
    border: 0 !important;
}

textarea:active, textarea:focus {
    outline: none !important;
}
textarea::-moz-focus-inner {
    border: 0 !important;
}

.container{
    width: 90%;
    margin: auto;
}

.head_up{
    width: 100%;
    height: 28px;
    background: #f2f2f2;
    font-size: 14px;
    color: #4d4d4d;
}

.head_center{
    width: 100%;
    height: 100px;
    background: #fff;
    font-family: title;
}

.head_down{
    width: 100%;
    height: 0;
    background: #FFCC00;
    overflow: hidden;
}

.head_up nav{
    position: absolute;
    top: 234px;
    left: 276px;
    display: none;
}

.head_up ul{
    margin: 0;
    padding-left: 0;
}

.head_up ul li{
    list-style: none;
    height: 60px;
}

.head_up a{
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 20px;
}

.head_up a:hover{
    color: #fff;
}

.head_up_info{
    text-align: center;
    padding-top: 4px;
}

.row{
    width: 100%;
}

.rb_5{
    width: 25%;
    float: left;
}

.col_ser{
    color: #999999;
}

.col_yel{
    color: #FFCC00!important;
}

.text_al_center{
    text-align: center;
}

.text_al_right{
    text-align: right;
}

.hed_logo{
    margin-top: 28px;
    width: 180px;
}
.hed_cen_number1{
    color: #999999;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 24px;
}

.hed_cen_number2{
    margin-top: 0px;
    font-size: 24px;
}

.hed_cen_number1_2{
    color: #999999;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-family: title;
}

.hed_cen_number2_2{
    margin-top: 0px;
    font-size: 24px;
    color: #fff;
    font-family: title;
}

.head_center a{
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.head_center a:hover{
    color: #FFCC00;
}

.padding_top{
    padding-top: 36px;
}

.hed_cen_icon{
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.head_down nav{
    margin-top: 95px;
}

.head_down a{
    text-decoration: none;
    font-family: title;
    font-size: 20px;
    color: #333;
    height: 40px;
    top: 10px;
    position: relative;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.head_down ul{
    padding-left: 0;
    margin: 0;
    width: 200px;
    border-right: solid 1px rgba(0,0,0,0.2);
}

.head_down ul li{
    list-style: none;
    height: 60px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.head_down ul li:hover a{
    color: #fff;
}

.box_search{
    margin-top: -378px;
    padding-bottom: 17px;
}

.box_search_pole{
    height: 38px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-indent: 12px;
    width: 90%;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

input.box_search_pole:active, input.box_search_pole:focus {
    background: rgba(0, 0, 0, 0.3);
}
input.box_search_pole::-moz-focus-inner {
    background: rgba(0, 0, 0, 0.3);
}

input.box_search_pole::-webkit-input-placeholder{
    color: #fff;
    font-size: 16px;
}
input.box_search_pole::-moz-placeholder{
    color: #fff;
    font-size: 16px;
}

.box_search_but{
    height: 40px;
    width: 9%;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    color: transparent;
    background-image: url('../img/icon-but-ser.png');
    background-position: center;
    background-repeat: no-repeat;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.box_search_but:hover{
    background: rgba(0, 0, 0, 1);
    background-image: url('../img/icon-but-ser.png');
    background-position: center;
    background-repeat: no-repeat;
}

.home_slider{
    width: 100%;
    height: 500px;
}

.home_slider_1{
    height: 500px!important;
    background-image: url('../img/img-sl-1.png');
    background-size: cover;
}

.home_slider_1_box{
    margin: auto;
    width: 70%;
    margin-top: 10%;
    color: #fff;
    text-align: center;
}

.home_slider_1_box img{
    margin: auto;
    width: 50px;
}

.home_slider_1_box h2{
    font-size: 20px;
}

.home_slider_1_box input{
    border: none;
    width: 210px;
    height: 40px;
    color: #4d4d4d;
    font-size: 18px;
    background: #FFCC00;
    margin-top: 20px;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.home_slider_1_box input:hover{
    color: #FFCC00;
    background: #4d4d4d;
}

.slick-dots{
    display: block;
    width: 90%;
    margin: auto;
    margin-top: -50px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
}

.slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    border-radius: 20px;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #fff;
}

.slick-active{
    opacity: 1!important;
}

.slick-prev{
    border: none;
    background: transparent;
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
    width: 80px;
    height: 100%;
    background-image: url('../img/icon-arrprev.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
}

.slick-prev:hover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    background: url('../img/icon-arrprev.png') center no-repeat, linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.0)) 100% no-repeat;
}

.slick-next:hover{
    background: url('../img/icon-arrnext.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    background: url('../img/icon-arrnext.png') center no-repeat, linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0.0)) 100% no-repeat;
}

.slick-next{
    border: none;
    background: transparent;
    color: transparent;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 1;
    cursor: pointer;
    width: 80px;
    height: 100%;
    background-image: url('../img/icon-arrnext.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
}

.box_connect{
    display: none;
}

.box_connect h3{
    margin-left: 20px;
}

.box_connect form{
    padding: 8px 20px 20px 20px;
    font-family: title;
}

.box_connect font{
    font-size: 18px;
}

.box_connect input{
    width: 100%;
    height: 40px;
    text-indent: 15px;
    border: none;
    font-size: 18px;
    margin-bottom: 20px;
}

.align_left{
    text-align: left;
}

.align_right{
    text-align: right;
}

.box_connect_img{
    display: none;
}

.checkbox_con{
    width: 25px!important;
    height: 25px!important;
}

#save{
    display: none;
}

#inet{
    display: none;
}

#us_paket_1{
    display: none;
}

#us_paket_2{
    display: none;
}

#us_paket_3{
    display: none;
}

#save + label {
    border: solid 2px #CCCCCC;
    width: 2px;
    height: 2px;
    background-color: #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#save:checked + label {
    background-color: #fff;
    background-image: url('../img/icon-check.png');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

#inet + label {
    width: 3px;
    height: 3px;
    background-color: #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#inet:checked + label {
    background-color: #fff;
    background-image: url('../img/icon-check.png');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

#us_paket_1 + label {
    width: 3px;
    height: 3px;
    background-color: #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#us_paket_1:checked + label {
    background-color: #fff;
    background-image: url('../img/icon-check.png');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

#us_paket_2 + label {
    width: 3px;
    height: 3px;
    background-color: #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#us_paket_2:checked + label {
    background-color: #fff;
    background-image: url('../img/icon-check.png');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

#us_paket_3 + label {
    width: 3px;
    height: 3px;
    background-color: #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

#us_paket_3:checked + label {
    background-color: #fff;
    background-image: url('../img/icon-check.png');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

#tv{
    display: none;
}

#tv + label {
    width: 3px;
    height: 3px;
    background-color: #fff;
    padding: 9px;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
}

#tv:checked + label {
    background-color: #fff;
    background-image: url('../img/icon-check.png');
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.box_connect input[type="submit"]{
    background: #333;
    color: #fff;
    cursor: pointer;
    height: 60px;
    margin-top: 37px;
    font-size: 20px;
    font-weight: 600;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.box_connect input[type="submit"]:hover{
    background: #33A9C7;
}

.con1{
    text-align: center;
}

.con2{
    text-align: center;
    margin-bottom: 70px;
}

.con2 h2{
    margin: 50px;
}

.box_2{
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.box_3{
    width: 100%;
    vertical-align: top;
    margin-bottom: 50px;
}

.box_4{
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
}

.box_5{
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}

.boxtarif_paket{
    /*    margin: auto!important;*/
    float: none!important;
}

.margin_auto{
    margin: auto;
}

.button{
    width: 225px;
    padding: 15px;
    border: solid 2px #333;
    background: transparent;
    font-size: 18px;
    font-family: title;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.button:hover{
    background: #333;
    color: #fff;
}

.fix_up{
    z-index: 999999;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fix_down{
    z-index: 999999;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fot_up{
    background: #FFCC00;
    height: 87px;
    display: none;
}

.fot_down{
    background: #333;
    height: 275px;
}

.logo_mini{
    display: none;
    float: left;
    margin-top: 6px;
    margin-right: 25px;
}

.dop_us a{
    text-decoration: none;
    color: #333;
}

.dop_us a:hover table{
    opacity: 0.7;
}

.dop_us table{
    font-family: title;
    font-size: 18px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dop_us img{
    position: relative;
    margin-right: 20px;
}

.fot_menu{
    vertical-align: top;
    margin-top: 40px;
}

.fot_menu ul{
    padding-left: 0;
}

.fot_menu ul li{
    margin-bottom: 17px;
}

.fot_menu ul li a{
    color: #999999;
    text-decoration: none;
    font-family: title;
    letter-spacing: 0.5px;
    vertical-align: top;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fot_menu ul li a:hover{
    color: #fff;
}

.fot_box_tech img{
    width: 30px;
    margin-right: 15px;
    margin-top: -7px;
}

.social_img_fot{
    opacity: 0.4;
    margin-right: 5px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social_img_fot:hover{
    opacity: 0.8;
}

.fot_down_license{
    background: #333;
    border-top: solid 1px #4d4d4d;
    height: auto;
    width: 100%;
    padding-bottom: 15px;
    text-align: center;
}

.fot_down_license p{
    color: #808080;
    font-size: 12px;
    margin-bottom: 7px;
}

.fot_down_license img{
    opacity: 0.3;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.fot_down_license img:hover{
    opacity: 0.6;
}

.padding_left_ul ul{
    padding-left: 70px;
}

.info{
    background: #f2f2f2;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.info ul{
    padding-left: 0;
}

.info ul li{
    list-style: none;
}

.info ul li img{
    display: none;
}

.info .box_2{
    vertical-align: top;
}

.padding_left_info{
    padding-left: 0;
}

.info_box h6{
    margin-bottom: 5px;
}

.info_box h4{
    margin-top: 5px;
    margin-bottom: 5px;
}

.info_box p{
    margin-top: 5px;
    margin-bottom: 5px;
}

.a_info{
    text-decoration: none;
    font-family: custom;
    font-size: 16px;
    margin-left: 15px;
    color: #666666;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.a_info:hover{
    color: #333;
    text-decoration: underline;
}

.box_2_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    vertical-align: top;
    float: left;
    overflow: hidden;
}

.box_2_left img{
    height: 100%;
}

.box_2_right{
    vertical-align: top;
    padding: 10px;
    margin-left: 195px;
}

.box_2_info{
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    min-height: 110px;
}

.a_info_news{
    text-decoration: none;
    color: #333;
}

.a_info_news:hover{
    color: #33A9C7;
    text-decoration: underline;
}

.info_box a{
    text-decoration: none;
    color: #333;
}

.box_2_info:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tarif_banner{
    width: 100%;
    height: auto;
    background-image: url('../img/img-banner-1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.tarif_banner .text_al_right{
    display: none;
}

.menu_active{
    background: #333;
}

.menu_active a{
    color: #fff;
}

.tarif_banner .box_2{
    vertical-align: top;
    padding-top: 60px;
    color: #fff;
}

.tarif_banner .box_2 h2{
    font-size: 30px;
    margin-top: 0;
}

.tarif_banner .box_2 input{
    width: 225px;
    padding: 15px;
    border: solid 2px #FFCC00;
    background: none;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-family: title;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tarif_banner .box_2 input:hover{
    background: #FFCC00;
    color: #333;
}

.tar1{
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.tar1 h2{
    margin-bottom: 40px;
}

.tar1 p{
    margin-top: 60px;
}

.tar1 p a{
    color: #333;
    font-family: title;
    text-align: center;
}

.tar1 p a:hover{
    color: #33A9C7;
}

.tar2{
    background: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;

}

.tar2 h2{
    margin-bottom: 40px;
}

.tar2 p{
    margin-top: 60px;
}

.tar2 p a{
    color: #333;
    font-family: title;
    text-align: center;
}

.tar2 p a:hover{
    color: #33A9C7;
}

.tar3{
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
}

.tar3 h2{
    margin-bottom: 20px;
}

.tar3 p{
    margin-top: 5px;
}

.tar3 p a{
    color: #333;
    font-family: title;
    text-align: center;
}

.tar3 p a:hover{
    color: #33A9C7;
}

.float_right{
    float: right;
}

.box_2 td{
    padding: 0;
}

.tar3 table{
    margin-top: 30px;
    text-align: left;
    margin-bottom: 40px;
}

.tar3 table tr td p{
    padding: 0 15px;
}

.tar3 .box_2{
    text-align: center;
}

.tar3 h3{
    margin-top: 50px;
    margin-bottom: 50px;
}

.page_nav{
    color: #999999;
    border-top: solid 1px #cccccc;
}

.activ_page_nav{
    color: #333;
    font-weight: 600;
}

.tar_page1{
    margin-top: 20px;
    margin-bottom: 50px;
}

.tar_page1 table{
    width: 100%;
}

.tar_page1 table tr td{
    vertical-align: top;
}

.tar_page_td{
    width: 20%;
    padding-right: 10px;
}

.tar_page_td img{
    width: 100%;
}

.tar_page1 table tr td .text_al_right{
    text-align: left;
}

.tar_page1 table tr td h1{
    margin-bottom: 15px;
}

.tar_page1 table tr td p{
    margin-bottom: 30px;
}

.dop_us_box{
    width: 100%;
    background: #FFF5CF;
}

.dop_us_box table{
    width: 100%;
    padding: 15px;
}

.dop_us_box table tr td{
    vertical-align: top;
}

.dop_us_box table tr td h3{
    margin-top: 0;
    margin-bottom: 10px;
}

.dop_us_box table tr td p{
    margin-top: 0;
}

.tar_page3{
    padding-top: 50px;
    padding-bottom: 50px;
}

.down_menu{
    width: 100%;
    background: #333;
    height: auto;
    color: #fff;
}

.down_menu_news{
    width: 100%;
    background: #333;
    height: 80px;
    color: #fff;
}

.down_menu_news h2{
    margin: 0;
    position: relative;
    top: 25px;
}

.br_mobile_1{
    display: block;
}

.down_menu .box_3 a{
    color: #fff;
    text-decoration: none;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.down_menu .box_3 a:hover{
    color: #999999;
}

.down_menu .box_3{
    padding-top: 15px;
    text-align: left!important;
    margin-bottom: 0;
}

.down_menu .box_3 img{
    margin-right: 10px;
}

.down_menu .box_3 p{
    display: inline-block;
    position: relative;
    top: -10px;
    font-size: 14px;
}

.down_menu_img2{
    margin: 0 17px 0 7px!important;
}

.down_menu_img3{
    margin: 0 14px 0 3px!important;
}

.abon1{
    padding-top: 20px;
    padding-bottom: 50px;
}

.abon1 h2{
    margin-bottom: 30px;
}



.post {
    padding: 10px 15px;
    position: relative;
    background: transparent;
    margin-bottom: 7px;
    border: 2px solid #CCCCCC;
    border-radius: 7px;
}
.inactive {
    border: 2px solid #FFCC00!important;
}
.post .title {
    position: relative;
    height: 1%;
}
.post .title h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}
.post .title h3 a {
    text-decoration: none;
    color: #000;
}

.entry p{
    margin-top: 0px;
}

.post .title span {
    position: absolute;
    right: 0;
    top: -12%;
    cursor: pointer;
    width: 35px;
    height: 33px;
    background: url('../img/icon_open_close.png') no-repeat left bottom;
    display: block;
    font-size: 0;
}
#content .inactive .title span {
    background-position: left top;
}
#content .post .entry {
    padding: 10px 0;
}


.margin_top1{
    margin-top: 50px;
}

.abon2{
    background: #f2f2f2;
    padding-bottom: 50px;
    padding-top: 50px;
}

.button_mini{
    padding: 7px;
    width: 150px;
}

.abon2 .row{
    margin-top: 50px;
    margin-bottom: 50px;
}

.abon2 p{
    margin-top: 10px;
    margin-bottom: 5px;
}

.abon2 a{
    text-decoration: none;
    color: #33A9C7;
}

.abon2 a:hover{
    opacity: 0.5;
}

.home_slider_action{
    width: 100%;
    height: auto;
}

.home_slider_action_1{
    height: 200px!important;
    width: 100%;
    background-image: url('../img/img-banner-2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.home_slider_action .slick-dots{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.home_slider_action .slick-dots li button{
    background: #333;
    width: 13px;
    height: 13px;
}

.home_slider_action .slick-next{
    border: none;
    background: transparent;
    color: transparent;
    position: absolute;
    right: -90px;
    top: 30%;
    z-index: 9999;
    cursor: pointer;
    width: 80px;
    height: 100px;
    background-image: url('../img/icon-arrnext-black.png');
    background-position: center;
    background-repeat: no-repeat;
    display: none!important;
}

.home_slider_action .slick-next:hover{
    opacity: 0.5;
}

.home_slider_action .slick-prev{
    border: none;
    background: transparent;
    color: transparent;
    position: absolute;
    left: -90px;
    top: 30%;
    z-index: 9999;
    cursor: pointer;
    width: 80px;
    height: 100px;
    background-image: url('../img/icon-arrprev-black.png');
    background-position: center;
    background-repeat: no-repeat;
    display: none!important;
}

.home_slider_action .slick-prev:hover{
    opacity: 0.5;
}

.act1{
    padding-bottom: 50px;
}

.act1 a{
    text-decoration: none;
    color: #333;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.act1 a:hover{
    color: #33A9C7;
}

.act1 h4{
    margin-bottom: 5px;
}

.act1 h2{
    margin-bottom: 35px;
    border-top: solid 1px #cccccc;
    padding-top: 50px;
}

.act1 p{
    margin-top: 3px;
    margin-bottom: 10px;
}

.act1 .box_2{
    width: 49.5%!important;
    color: #999999;
}

.act1 .box_2 a{
    color: #999999;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.act1 .box_2 a:hover{
    color: #33A9C7;
}

.act_page1 h1{
    margin-top: 0px;
    margin-bottom: 20px;
}

.act_page1 .text_al_right{
    text-align: left;
    display: block;
}

.act_page1 .text_al_right p{
    margin-top: -15px;
    margin-bottom: 40px;
}

.act_page1 img{
    width: 100%;
}

.act_page1 .box_2 p{
    font-size: 20px;
    color: #999999;
}

.act_page2{
    padding: 50px 0 70px 0;
}

.act_page2 .text_al_right{
    text-align: left;
}

.act_page2 h4{
    margin-bottom: 5px;
}

.act_page2 a{
    text-decoration: none;
    color: #333;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.act_page2 a:hover{
    color: #33A9C7;
}

.act_page2 p{
    margin-top: 3px;
    margin-bottom: 10px;
}

.act_page2 .box_2 a:hover{
    color: #33A9C7;
}

.act_page2 .color_edit .box_2{
    color: #999999;
}

.act_page2 .color_edit .box_2 a{
    color: #999999;
}

.act_page2 .color_edit .box_2 a:hover{
    color: #33A9C7;
}

.act_page2 h2{
    margin-bottom: 10px;
    margin-top: 0px;
}

.news_sudbar{
    width: 30%;
    vertical-align: top;
    display: none;
}

.news_content{
    width: 100%;
    vertical-align: top;
}

.news_content{
    padding: 0;
}

.news_content .box_2{
    vertical-align: bottom;
    width: 49.5%;
}

.news_content a{
    text-decoration: none;
    color: #333;
}

.news_content a:hover{
    color: #33A9C7;
}

.style_p1{
    color: #999999;
    font-size: 18px;
}

.com_box_link a{
    color: #999999;
}

.com_box_link a:hover{
    color: #33A9C7;
}

.com_box_link p{
    margin-top: 0;
    display: inline-block;
}

.com_box_link img{
    position: relative;
    top: 5px;
    width: 20px!important;
}

.com_box_link_page{
    margin-top: 40px;
    border-bottom: solid 2px #CCCCCC;
    padding-bottom: 15px;
}

.com_box_link_page a{
    color: #999999;
}

.com_box_link_page a:hover{
    color: #33A9C7;
}

.com_box_link_page h3{
    margin: 0;
}

.com_box_link_page p{
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
}

.com_box_link_page img{
    position: relative;
    top: 5px;
}

.box_news{
    margin-top: 30px;
    margin-bottom: 65px;
}

.box_news img{
    width: 100%;
}

.box_news .text_al_right img{
    width: 22px;
}

.news_sudbar{
    padding-left: 25px;
    padding-top: 30px;
}

.news_sudbar h4{
    border-bottom: solid 2px #cccccc;
    padding-bottom: 18px;
}

.news_sudbar ul{
    padding-left: 0;
    margin-bottom: 40px;
}

.news_sudbar ul li{
    list-style: none;
    font-family: title;
    margin-bottom: 10px;
}

.news_sudbar ul li a{
    color: #333;
    text-decoration: none;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.news_sudbar ul li a:hover{
    color: #33A9C7;
}

.popul_box{
    height: 100px;
    width: 100%;
    margin-bottom: 15px;
}

.box_2_info_pop{
    background: #fff;
    margin-bottom: 15px;
    height: 100px;
    border: solid 2px #FFCC00;
}

.box_2_info_pop:hover{
    background: #f2f2f2;
}

.box_2_info_pop:hover img{
    opacity: 0.5
}

.box_2_info_pop h4{
    color: #333;
    border: none;
    padding-left: 7px;
    margin-top: 7px;
    margin-bottom: 0;
}

.box_2_info_pop a{
    text-decoration: none;
    color: #333;
    padding-left: 7px;
    margin-top: 3px;
    margin-bottom: 3px;
    vertical-align: bottom;
}

.box_2_left_pop{
    height: 100px;
    width: 38%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.box_2_left_pop img{
    margin-left: -50%;
    height: 100%;
}

.box_2_right_pop{
    height: 100px;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.heshteg{
    margin-top: 30px;
    margin-bottom: 40px;
}

.heshteg a{
    color: #808080;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    margin-right: 7px;
    webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.heshteg a:hover{
    font-size: 26px;
    color: #333;
}

.social_box a{
    margin-right: 10px;
    text-decoration: none;
}

.social_box a img{
    width: 35px;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.social_box a:hover img{
    opacity: 0.7;
}

.table_news{
    padding-bottom: 70px;
}

.navigation_news{
    width: 100%;
    border-top: solid 2px #CCCCCC;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 18px;
}

.navigation_news table{
    width: 100%;
}

.prev_page{
    background: transparent;
    border: solid 2px #CCCCCC;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-image: url('../img/icon-arrprev-black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.prev_page:hover{
    background: #f2f2f2;
    background-image: url('../img/icon-arrprev-black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
}

.next_page{
    background: transparent;
    border: solid 2px #CCCCCC;
    border-radius: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-image: url('../img/icon-arrnext-black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.next_page:hover{
    background: #f2f2f2;
    background-image: url('../img/icon-arrnext-black.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30%;
}

.active_page{
    font-weight: 600;
}

.com_box_msg{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #CCCCCC;
}

.com_box_msg h4{
    margin-bottom: 5px;
}

.com_box_msg p{
    margin-top: 5px;
}

.data_msg{
    color: #999999;
    margin-top: 10px;
}

.com_box_otvet{
    margin-top: 40px;
}

.com_box_otvet input[type="text"]{
    width: 30%;
    background: #f2f2f2;
    border: solid 2px #cccccc;
    border-radius: 5px;
    height: 35px;
    text-indent: 10px;
    margin-bottom: 10px;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.com_box_otvet input[type="text"]::-moz-focus-inner{
    border: solid 2px #FFCC00;
}

.com_box_otvet input[type="text"]:active{
    border: solid 2px #FFCC00;
}

.com_box_otvet input[type="text"]:focus{
    border: solid 2px #FFCC00;
}

.com_box_otvet textarea{
    margin-bottom: 15px;
    background: #f2f2f2;
    border: solid 2px #cccccc;
    border-radius: 5px;
    min-height: 70px;
    width: 95%;
    padding: 10px;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.com_box_otvet textarea::-moz-focus-inner{
    border: solid 2px #FFCC00;
}

.com_box_otvet textarea:active{
    border: solid 2px #FFCC00;
}

.com_box_otvet textarea:focus{
    border: solid 2px #FFCC00;
}

.login{
    text-align: center;
    padding-bottom: 70px;
}

.login h4{
    margin: 50px 0;
}

.login h3{
    margin-bottom: 50px;
    border-top: solid 1px #ccc;
    padding-top: 50px;
}

.login_box{
    border: solid 7px #FFCC00;
    width: 350px;
    margin: auto;
    padding: 30px;
}

.login_box input[type="text"]{
    background: #f2f2f2;
    border: solid 2px #CCCCCC;
    height: 30px;
    text-indent: 10px;
    width: 100%;
    margin-bottom: 10px;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.login_box input[type="text"]::-moz-focus-inner{
    border: solid 2px #FFCC00;
}

.login_box input[type="text"]:focus{
    border: solid 2px #FFCC00;
}

.login_box input[type="text"]:active{
    border: solid 2px #FFCC00;
}

.login_box table{
    width: 100%;
}

.login_box table tr td{
    padding: 0;
    width: 50%;
}

.login_box table tr td a{
    color: #999999;
    font-size: 14px;
}

.login_box table tr td a:hover{
    text-decoration: none;
    color: #333;
}

.top_1{
    position: relative;
    top: -6px;
    font-size: 14px;
}

.support{
    text-align: center;
    padding-bottom: 70px;
}

.support input[type="text"]{
    background: #f2f2f2;
    border: solid 2px #CCCCCC;
    height: 30px;
    text-indent: 10px;
    width: 100%;
    margin-bottom: 10px;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.support input[type="text"]::-moz-focus-inner{
    border: solid 2px #FFCC00;
}

.support input[type="text"]:focus{
    border: solid 2px #FFCC00;
}

.support input[type="text"]:active{
    border: solid 2px #FFCC00;
}

.support h3 {
    margin-bottom: 50px;
    border-top: solid 1px #ccc;
    padding-top: 50px;
}

.support h4{
    margin-bottom: 5px;
    font-size: 18px;
}

.support_box{
    border: solid 7px #FFCC00;
    margin: auto;
    padding: 20px;
    text-align: left;
    width: 70%;
}

.tech_but_mobile{
    width: 100%;
    margin-top: 20px!important;
}

.support_box p{
    margin-bottom: 5px;
    margin-top: 0;
}

.support_box table{
    width: 100%;
}

.support_box tr td{
    width: 33.3%;
}

.support select{
    background: #f2f2f2;
    border: solid 2px #CCCCCC;
    height: 36px;
    text-indent: 10px;
    width: 100%;
    margin-bottom: 10px;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.support select option{
    background: #fff;
}

.upload_but{
    width: 100%;
    border: dashed 2px #CCCCCC;
    background: transparent;
    padding: 29px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #666666;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.upload_but:hover{
    color: #33A9C7;
}

.support_box textarea{
    margin-bottom: 15px;
    background: #f2f2f2;
    border: solid 2px #cccccc;
    border-radius: 5px;
    min-height: 70px;
    width: 95.8%;
    padding: 10px;
    resize: none;
    overflow: auto;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.support_box textarea::-moz-focus-inner{
    border: solid 2px #FFCC00;
}

.support_box textarea:active{
    border: solid 2px #FFCC00;
}

.support_box textarea:focus{
    border: solid 2px #FFCC00;
}

.tech_info_box{
    text-align: left;
    width: 77%;
    margin: auto;
}

.connect{
    width: 100%;
    height: auto;
    color: #fff;
    background-image: url('../img/img-banner-34.png');
    background-position: center;
    background-size: cover;
}

.connect h2{
    margin-bottom: 5px;
}

.connect h1{
    margin-top: 5px;
}

.connect .box_2{
    width: 100%;
    margin-top: 13px;
}

.margin_none{
    margin: 0!important;
}

.box_connect_img_1{
    position: relative;
    top: 10px;
    z-index: 999;
    margin-right: 228px; 
}

.padding_top_1{
    padding-top: 20px;
}

.color_1{
    color: #333;
}

.connect1{
    padding-bottom: 50px;
    padding-top: 50px;
}

.connect2{
    padding-bottom: 20px;
}

.connect1 .box_2{
    width: 47.5%;
    padding-right: 15px;
}

.connect2_box{
    border: solid 7px #FFCC00;
    margin: auto;
    padding: 20px;
}

.connect2_box .dop_us p{
    margin-bottom: 30px;
}

.mini_hed{
    width: 100%;
    height: auto;
    background-image: url('../img/img-banner-4.png');
    background-size: cover;
}

.mini_hed .box_2{
    vertical-align: middle;
    width: 100%;
}

.mini_hed .text_al_right{
    text-align: left;
}

.comp1{
    padding-bottom: 50px;
    padding-top: 20px;
}

.comp2{
    text-align: center;
    padding-bottom: 30px;
}

.comp2 .box_5 h3{
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1;
}

.comp2 .box_5 p{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #808080;
}

.comp3{
    padding-bottom: 70px;
}

.comp3 .box_3{
    text-align: center;
    margin-top: 20px;
}

.mini_hed_cl{
    width: 100%;
    height: 190px;
    background-image: url('../img/img-banner-5.png');
    background-size: cover;
}

.mini_hed_cl .box_2{
    vertical-align: middle;
    width: 100%;
    margin-top: 45px;
}

.mini_hed_cl .text_al_right{
    display: none;
}

.text_al_left{
    text-align: left;
}

.mini_hed_cl .box_2 p{
    font-family: title;
    position: relative;
    top: -18px;
    font-size: 18px;
}

.mini_hed_cl .box_2 p img{
    position: relative;
    top: 26px;
    margin-right: 15px;
}

.client1{
    padding: 30px 0;
}

.client2{
    padding-bottom: 70px;
}

.client2_box{
    border: solid 7px #FFCC00;
    padding: 30px;
    text-align: center;
}

.client2 .box_2{
    width: 100%;
    margin-bottom: 50px;
}

.client2 .box_2 ul{
    padding-left: 0;
}

.client2 .box_2 ul img{
    margin-bottom: 7px;
}

.left_cl{
    padding-left: 2%;
}

.right_cl{
    padding-right: 2%;
}

.client2_box h2{
    margin-top: 0;
}

.client2_box h1{
    margin-bottom: 0px;
    font-size: 50px;
}

.client2_box h4{
    margin-top: -5px;
    font-size: 24px;
}

.client2_box h3{
    font-size: 30px;
}

.client2 .box_2 ul li{
    list-style: none;
    margin-bottom: 7px;
}

.client2 .box_2 ul li img{
    position: relative;
    top: 8px;
    margin-right: 8px;
}

.map{
    border-bottom: solid 7px #FFCC00;
    text-align: center;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.map_box{
    text-align: center;
}

.map input{
    position: relative;
    z-index: 999;
    margin: auto;
    background: #FFCC00;
    color: #fff;
    border: none;
    padding: 10px;
    margin-top: -34px;
    margin-bottom: -1px;
    display: block;
    cursor: pointer;
    border-radius: 10px 10px 0 0 ;
}

.contact{
    padding: 50px 0;
}

.contact h1{
    text-align: center;
}

.contact p{
    margin-top: 0;
}

.text_al_left{
    text-align: left;
}

.padding_top_2{
    padding-top: 21px;
}

.DN_1{
    display: none;
}

.DN_2{
    display: block;
    float: right;
}

.BC_page{
    display: block!important;
    background: #FFCC00;
    padding-top: 1px;
    margin-bottom: 50px!important;
}

.menu_open{
    border: none;
    background: url('../img/icon-menu.svg') transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin-top: -12px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu_open_rotate{
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

.head_down_open{
    height: 500px;
}

.tech_mobile{
    position: absolute;
    top: 530px;
    text-align: left!important;
    width: 188px;
    display: none;
}

.tech_mobile img{
    display: none;
}

.tech_mobile a{
    padding: 10px 30px;
    border: solid 1px #333;
    border-radius: 5px;
}

.tech_mobile a:hover{
    background: #333;
}

.lk_mobile{
    position: absolute;
    top: 530px;
    left: 240px;
    width: 200px;
    text-align: left!important;
    display: none;
}

.lk_mobile img{
    display: none;
}

.lk_mobile a{
    padding: 10px 30px;
    border: solid 1px #333;
    border-radius: 5px;
}

.lk_mobile a:hover{
    background: #333;
}

.fot_box_contact{
    width: 100%!important;
    text-align: center;
}

.fot_box_contact ul{
    padding-left: 0!important;
}

.display_block{
    display: block!important;
}

.container_moile{
    display: none;
}

.dop_us{
    text-align: left!important;
}

.dop_us .margin_auto{
    margin: 0;
}

.dop_us .float_right{
    float: none;
}

.margin_bottom_1{
    margin-bottom: 0;
}

.act1_box{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.act1_box h3{
    margin-bottom: 0px;
    margin-top: 0;
}

.date_post{
    color: #999999;
    margin-bottom: 0;
}

.fon_action{
    background: #f2f2f2;
}

.more_link a{
    color: #999999;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more_link a:hover{
    color: #33A9C7;
}

.active_menu{
    background: transparent;
}

.active_menu a{
    color: #fff;
}

.post_date_p{
    margin-bottom: 0;
    color: #999999;
}

.post_comment_img{
    opacity: 0.5;
    width: 15px!important;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.post_comment_p{
    display: inline-block;
    margin: 0;
    color: #999999;
}

.button_more .more-link{
    width: 90px;
    padding: 5px;
    color: #999999;
    top: 15px;
    position: relative;
    text-align: center;
    border: solid 2px #ccc;
    background: transparent;
    font-size: 14px;
    font-family: title;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.button_more .more-link:hover{
    border: solid 2px #333;
    color: #333;
}

.post_page{

}

.post_page img{
    width: 100%;
}

.kama_breadcrumbs{
    color: #333;
}

a[itemprop="item"]{
    color: #999999;
}

.news_content_padding{
    padding-top: 20px;
}

.news_sudbar_padding{
    padding-top: 0;   
}

.title_news_page{
    padding-top: 20px;
}

.title_news_page h2{
    margin-top: -8px;
    margin-bottom: 5px;
}

.valign_top{
    vertical-align: top!important;
}

.box_2_st1{
    width: 68.5%;
    display: inline-block;
    vertical-align: top;
}

.box_2_st2{
    width: 28.5%;
    display: inline-block;
    vertical-align: top;
}

.title_page_date{
    font-size: 16px;
    font-family: title;
    color: #999999;
}

.comments-title{
    margin-top: 30px;
    padding-bottom: 7px;
    border-bottom: solid 2px #CCCCCC;
}

.comment-list{
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: dashed 2px #CCCCCC;
}

.comment-list li{
    list-style: none;
}

.comment-author{
    color: #33A9C7;
    font-weight: bold;
    letter-spacing: 1px;
}

.comment-author img{
    display: none;
}

.comment-meta a{
    color: #999999;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.comment-meta a:hover{
    color: #999999;
}

.comment-reply-link{
    width: 90px;
    color: #999999;
    top: 8px;
    position: relative;
    text-align: center;
    background: transparent;
    font-size: 14px;
    font-family: title;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.comment-form-comment label{
    display: none;
}

.comment-respond h3{
    margin-bottom: 0;
    margin-top: 40px;
}

.comment-notes{
    margin-top: 5px;
    color: #999999;
}

.text_comment{
    width: 100%;
    padding: 10px 0;
    text-indent: 10px;
    background: #f2f2f2;
    border: solid 2px #ccc;
    border-radius: 5px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.input_comment{
    width: 40%;
    padding: 10px;
    background: #f2f2f2;
    border: solid 2px #ccc;
    border-radius: 5px;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.text_comment:active, .text_comment:focus {
    border: solid 2px #FFCC00;
}
.text_comment::-moz-focus-inner {
    border: solid 2px #FFCC00;
}

.input_comment:active, .input_comment:focus {
    border: solid 2px #FFCC00;
}
.input_comment::-moz-focus-inner {
    border: solid 2px #FFCC00;
}

.form-submit{
    margin-top: 30px;
}

.form-submit input{
    width: 300px;
    padding: 15px;
    border: solid 2px #333;
    background: transparent;
    font-size: 18px;
    font-family: title;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.form-submit input:hover{
    background: #333;
    color: #fff;
}

.navigation .post-navigation{
    margin-top: 50px;
}

.tarif-box{
    margin: 50px 0 70px;
}

.tarif-box-name{
    text-transform: uppercase;
    font-size: 18px;
}

.tarif-box legend{
    text-align: left;
    margin-left: -12px;
    padding: 0 10px;
}

.tarif-box-content{
    text-align: center;
    padding-top: 10px;
}

.tarif-box-price{
    font-size: 50px;
    font-weight: bold;
}

.tarif-box-prinfo{
    font-size: 30px;
}

.boxtarif_paket{
    font-family: title;
    margin: 0 45px;
}

.tarif_anons{
    text-align: left;
    margin: 0 45px;
    padding-top: 10px;
}

.tarif_anons p{
    font-family: custom;
    margin: 0;
    font-size: 16px;
}

.tarif_anons h4{
    margin: 0 0 10px 0;
    font-family: title;
    font-size: 20px;
}

.time-speed{
    width: 100%;
}

.time-speed-50{
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.tarif_anons .more-link{
    color: #333;
    text-decoration: none;
    padding: 15px 31%;
    border: solid 2px #333;
    background: transparent;
    font-size: 18px;
    font-family: title;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.tarif_anons .more-link:hover{
    background: #333;
    color: #fff;
}

.cat-tarif-title{
    /*    margin: 50px 0;*/
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}

.margin_bottom_st2{
    margin-bottom: 70px;
}

.business-tarif h4{
    margin-bottom: 50px!important;
}

.ufaq-faq-display-style-Default{
    border-radius: 10px;
    border: solid 2px #ccc;
    margin-bottom: 7px!important;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ewd-ufaq-post-active{
    border: solid 2px #FFCC00!important;
}

.ewd-ufaq-author-date{
    color: #b3b3b3;
}

.ufaq-faq-title-text{
    color: #333;
    font-size: 18px;
}

.ewd-ufaq-post-margin-symbol {
    width: 30px!important;
    height: 30px!important;
    line-height: 0.8!important;
    border: solid 2px #ccc;
    border-radius: 50px;
    margin: 10px!important;
}

.ufaq-faq-display-style-Default a{
    color: #ccc;
    font-weight: bold;
}

.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol{
    border: solid 2px #FFCC00;
}

.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol span{
    color: #FFCC00;
}

.box-connect-mobile{
    background-color: #FFCC00;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: block;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.open-connect-m{
    text-decoration: none;
    font-family: title;
    color: #333;
}

.open-connect-m:hover .box-connect-mobile{
    background-color: #EBC117;
}

#modal_form {
    width: 80%; 
    height: 450px; /* Рaзмеры дoлжны быть фиксирoвaны */
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%; /* пoлoвинa экрaнa слевa */
    margin-top: -225px;
    margin-left: -40%; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 0 10px 5px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modal_form #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
/* Пoдлoжкa */
#overlay {
    z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%; 
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}


.open-connect{
    margin: auto;
    width: 80%;
    padding: 20px;
    display: block;
    color: #FFCC00;
    top: 15px;
    position: relative;
    text-align: center;
    /*    border: solid 2px #ccc;*/
    background: #333;
    text-decoration: none;
    font-size: 14px;
    font-family: title;
    cursor: pointer;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.open-connect:hover{
    background: #FFCC00;
    color: #333;
}

#us_div_app{
    height: 100%;
    font-family: custom!important;
}

.modal-form-hed{
    width: 100%;
    position: relative;
    border-bottom: solid 1px #CCCCCC;
    padding: 10px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    text-align: center;
}

#us_div_list div a{
    text-decoration: none!important;
    color: #333!important;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#us_div_list div a:hover{
    color: #FFCC00!important;
}

#us_div_list div{
    width: 45%!important;
    border-left: 2px solid #333!important;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#us_div_list div:hover{
    border-left: 2px solid #FFCC00!important;
}

#us_div_list div span{
    margin-left: 20px;
    padding: 10px 25px;
    color: #333;
    border: solid 2px #333;
    text-align: center;
    text-decoration: none!important;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#us_div_list div span:hover{
    border: solid 2px #FFCC00!important;
    color: #FFCC00!important;
}

#us_div_back{
    position: absolute;
    top: 7px;
}

#us_div_back a{
    padding-left: 0!important;
    color: #333!important;
    text-decoration: none!important;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#us_div_back a:hover{
    opacity: 0.7;
}

#us_div_table{
    /*    padding-top: 25px;*/
}

#us_table{
    margin-left: 0!important;
    width: 100%;
}

#us_table .td_left{
    font-weight: normal!important;
    width: 30%;
    font-size: 14px;
}

#us_table .td_2{
    text-align: left;
    font-size: 14px;
    padding-left: 20px!important;
    width: 70%;
}

#us_div_list div input{
    border: solid 2px #f2f2f2;
    background-color: #f2f2f2;
    margin: 10px 0 30px!important;
    width: 80%;
    position: relative;
    left: 20px;
    font-size: 16px!important;
    padding: 4px 7px!important;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#us_div_list div input:focus{
    border: solid 2px #FFCC00;
}

#us_table .td_2 input{
    border: solid 2px #f2f2f2;
    background-color: #f2f2f2;
    margin: 5px 0!important;
    width: 80%;
    padding: 7px;
    font-size: 16px!important;
    padding: 4px 7px!important;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#us_table .td_2 input:focus{
    border: solid 2px #FFCC00;
}

#textarea_opis_id{
    margin: 5px 0!important;
    width: 80%!important;
    padding: 7px;
    border: solid 2px #f2f2f2;
    font-size: 18px;
    background-color: #f2f2f2;
    webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#textarea_opis_id:focus{
    border: solid 2px #FFCC00;
}

#us_div_send a{
    width: 70%!important;
    background-color: transparent!important;
    box-shadow: none!important;
    padding: 10px 20px!important;
    border: solid 2px #333!important;
    color: #333!important;
    border-radius: 0!important;
    font-family: title!important;
}

#us_div_list:last-child{
    background: red!important;
}

.block-icon-con{
    text-align: center;
    margin: 40px 0;
}

.block-icon-con i{
    font-size: 50px;
    margin: 0 20px;
}

#gallery-1 .gallery-item{
    width: 50%!important;
}

#gallery-1 br{
    display: none!important;
}

#gallery-1 .gallery-item .wp-caption-text{
    padding: 10px;
}







@media screen and (max-width: 742px) {
    .connect1 .box_2{
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #gallery-1 .gallery-item{
        width: 100%!important;
    }
}

@media screen and (max-width: 500px) {

    #us_div_list div{
        width: 90%!important;
    }

    .head_up_info{
        font-size: 11px;
        padding-top: 6px;
    }

    .box_2_left{
        position: relative;
        width: 100%;
        height: auto;
        float: none;
    }

    .box_2_left img{
        width: 100%;
        height: auto;
    }

    .box_2_right{
        margin-left: 0;
    }

    .slick-next{
        display: none!important;
    }

    .slick-prev{
        display: none!important;
    }

    .home_slider_1_box{
        width: 90%;
    }

    .box_search_pole{
        width: 80%;
    }

    .box_search_but{
        width: 18%;
    }

    .head_down a{
        font-size: 14px;
    }

    .box_search{
        margin-top: -278px;
    }

    .head_down ul li{
        height: 40px;
    }

    .head_down ul{
        width: 130px;
    }

    .head_up nav{
        left: 168px;
    }

    .head_up ul li{
        height: 40px;
    }

    .head_up a{
        font-size: 14px;
    }

    .tech_mobile {
        position: absolute;
        top: 426px;
        text-align: left!important;
        width: 188px;
        font-size: 13px;
    }

    .tech_mobile a{
        padding: 10px;
    }

    .lk_mobile {
        position: absolute;
        top: 426px;
        left: 160px;
        width: 200px;
        text-align: left!important;
        font-size: 13px;
    }

    .lk_mobile a{
        padding: 10px;
    }

    .head_down_open{
        height: 390px;
    }

    .box_2 td{
        width: 100%;
        display: block;
    }

    .tar3 table tr td p{
        padding: 0;
    }

    .tar3 table{
        margin-bottom: 0;
    }

    .tar3 input{
        margin-bottom: 50px;
    }

    .news_content .box_2{
        width: 49%;
    }

    .login_box{
        width: 80%;
        padding: 15px;
    }

    .support_box textarea{
        width: 92%;
    }

    .support_box{
        width: auto;
    }

    .tech_info_box{
        width: 100%;
    }

    .com_box_otvet textarea{
        width: 90%;
    }

    .tarif_banner .box_2 h2{
        font-size: 24px;
    }
}
/* Слайдер дле */
.dle-news-slider {
	width: 100%;
    height: 500px;
	margin: 0 auto;
}

.slider-item {
  position: relative;
  height: 0;
  padding-bottom: 33.33%; /* Соотношение сторон 3:1 */
  overflow: hidden;
}

.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.gradient-overlay {
  top: 0;
  left: 0;
  z-index: 1;
  width: 550px;
  margin-top: 20px;
}

.slide-content {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  text-align: left; /* Текст внутри блока — слева */
  color: white;
  z-index: 2;
}

.slide-icon img {
  width: 80px;
  margin-bottom: 20px;
}

.slide-content h2 {
  font-size: clamp(20px, 2.5vw, 28px);
  line-height: 1.2;
  margin-bottom: 15px;
}

.slide-content p {
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.4;
  margin-bottom: 20px;
}

.slide-content h2,
.slide-content p {
  text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.8),
    1px -1px 0 rgba(0, 0, 0, 0.8),
    -1px 1px 0 rgba(0, 0, 0, 0.8),
    1px 1px 5px rgba(0, 0, 0, 0.8);
}
.slide-content a:hover{
    color: #fff;
}
.slide-content a {
  font-size: clamp(18px, 2.5vw, 20px);
    color: #333;
}

.btn-read-more {
  display: inline-block;
  background: #FFCC00;
  color: #333;
  text-decoration: none;
  padding: 10px 20px;
  transition: background 0.3s;
}

.btn-read-more:hover {
    color: #FFCC00;
    background: #333;
}
/* Адаптивность */
@media (max-width: 768px) {
  .slide-content {
    width: 90%;
    transform: translate(-50%, -45%); /* Немного смещаем вверх на планшетах */
  }
  .slide-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .slide-content {
    width: 95%;
    transform: translate(-50%, -40%); /* Ещё выше на мобильных */
  }
  .slide-content h2 {
    font-size: 18px;
  }
  .slide-content p {
    font-size: 14px;
  }
}

