@font-face {
    font-family: Roboto-Regular;
    src : url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: Arial-AMU-Regular;
    src : url("../fonts/Arial-AMU-Regular-8891.ttf");
}
@font-face {
    font-family: pragmat;
    src : url("../fonts/pragmat.ttf");
}

@font-face { 
	font-family: Koryun;
	font-weight: 300;
	letter-spacing:100px;
	font-style: normal; 
	src: url("../fonts/GhEAKoryun_Light.otf");
}

@font-face { 
	font-family: Koryun;
	font-weight: 400;
	font-style: normal; 
	src: url("../fonts/GHEAKoryunReg.otf");
}

@font-face { 
	font-family: Koryun;
	font-weight: 700;
	font-style: normal; 
	src: url("../fonts/GhEAKoryun_Bld_2.otf");
}


*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    font-family:Roboto-Regular,sans-serif;
    font-size: 16px;
    word-wrap: break-word;
    color:#4e4e4e;
}


h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 36px;
    text-transform: uppercase;
    font-family: Roboto-Bold,sans-serif;
    font-weight: normal;
    color:#ffffff;
}
body.lang_hy-AM *,
body.lang_hy-AM{
    font-family:Koryun,sans-serif !important;
}

a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}
.pull1{
    display: none;
    position: relative;
}
.wrapper{
    overflow: hidden;
}
.d_flex{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.j_c_between{
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.j_c_center{
    -webkit-justify-content: center;
    justify-content: center;
}
.j_c_end{
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.a_i_start{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.a_i_center{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.a_i_end{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.fixed_width{
    max-width: 1200px;
    margin: 0 auto;
}
.wrapper:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:1288px;
    height:228px;
    background: url("../img/top_bg.jpg")  right bottom/80% no-repeat; 
    pointer-events: none;
    z-index:-2;
}


/*--  start keyboard  --*/
.keyboard_parent{
    width:100%;
    height: 265px;
    background: #ffffff;
    position: absolute;
    z-index: 999;
    left: 0;
    top:-39px;
    animation: to_top 1s 5s forwards ;

}
.head_top{
  
    padding: 17px 0 0;
}
.head_top>div{
    width:33%;
}

.head_top>div .logo-fix{
    width: 40%;
    margin: 0 auto;
}
.head_top>div .logo-fix img{
    width: 100%;
}

.page_101 .head_top>div .logo-fix{
    width: 54%;
    animation: to_small 1s 5s forwards ;
}
.right_phone ul {
    padding-left:6px!important;
}

.right_phone li{
    margin: 0 29px 0 0  !important;
}
/*.right_phone li:first-of-type{*/
/*    margin: 0 27px 0 34px;*/
/*}*/

.right_phone li:hover,
.right_phone li.lang-active{
    color:#ff0000;
}
.center_logo{
    text-align: center;
}
.right_phone p{
    margin-top:25px;
    color:#ff0000;
    padding-right: 25px;
    font-weight:bold;
}


.keyboard{
    max-width: 1171px;
    margin: 0 auto;
    background: #e6e6e6;
    border-radius: 19px;
    padding: 16px;
}
 .key_each{
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 8px;
    margin: 0 9px 8px 0;
    color:#e6e6e6;
    box-shadow: 1px 2px 4px #888888;
}

.keyboard_row .key_each:last-of-type{
    margin-right: 0;
}
.key_each.caps{
    padding: 0 0 12px 12px;
    width:133px;
}
.key_each.tab{
    width: 112px;
    padding: 0 0 12px 12px;
}
.key_each span{
    margin: auto;
    font-size: 20px;

}
.key_each.last{
    width: 207px;
    height: 70px;
    padding: 0 12px;
    background: #f90004;

}
.key_each.last span{
    display: inline-block;
    max-width: 129px;
    padding: 0 2px;
    color: #ffffff;
    font-size: 37px;
    font-weight: normal;
    overflow: hidden;
    border-right: 3px solid #ffffff;
    white-space: nowrap;
    /*letter-spacing: 5px;*/
}
body.lang_hy-AM .key_each.last span {
    font-family:Roboto-Regular,sans-serif!important;
}

.key_each.one{
    animation: blink-latter1 6s step-end ;
}
.key_each.two{
    animation: blink-latter2 6s step-end ;
}
.key_each.three{
    animation: blink-latter3 6s step-end ;
}
.key_each.five{
    animation: blink-latter5 6s step-end ;
}

.key_each.last span{
    animation: typing 4.4s steps(7, end), blink-caret 0.5s step-end infinite;

}

@keyframes to_small {
   0%{
      width: 54%;
    }
    100%{
        width: 40%;
    }
}
@-webkit-keyframes to_small {
    0%{
        width: 54%;
    }
    100%{
        width: 40%;
    }
}

@keyframes to_top {
   0%{
      top:-39px;
    }
    100%{
        top:-299px;
    }
}
@-webkit-keyframes to_top {
    0%{
        top:-39px;
    }
    100%{
        top:-299px;
    }
}
@keyframes typing {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }

}
@-webkit-keyframes typing{
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }

}
@keyframes blink-caret {
    0%, 100% {
        border-color: transparent;
    }
    50% {
        border-color: #fcd313;
    }
}
@-webkit-keyframes blink-caret {

    0%, 100% {
        border-color: transparent;
    }
    50% {
        border-color: #fcd313;
    }
}
@keyframes blink-latter1 {
    0%, 20%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    10% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
@-webkit-keyframes blink-latter1 {

    0%, 20%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    10% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
@keyframes blink-latter2 {
    0%,  30%, 50%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    20% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
    40% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
@-webkit-keyframes blink-latter2 {

    0%, 30%, 50%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    20% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
    40% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
@keyframes blink-latter3 {
    0%,  40%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    30% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
@-webkit-keyframes blink-latter3 {

    0%, 40%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    30% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
@keyframes blink-latter5 {
    0%,  60%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    50% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
@-webkit-keyframes blink-latter5 {

    0%, 60%, 100% {
        background: #ffffff;
        color:#e6e6e6;
        box-shadow: 1px 2px 4px #888888;
    }
    50% {
        background: #cccccc;
        color:#f90004;
        box-shadow: -1px -2px 4px #888888;
    }
}
.key_each p{
    padding: 12px;
}
.key_each.command{
    width: 94px;
}
.key_each.phone{
    width: 396px;
}
.key_each.service{
    width: 156px;
}
.thired .key_each:first-of-type,
.thired .key_each:last-of-type,
.thired .key_each:nth-of-type(5) {
    color:#f90004;
}
.thired .key_each:last-of-type p{
    padding: 3px 12px;
    text-transform: uppercase;
    font-size: 16px;
}
    /*--  end keyboard  --*/



/*--  srart keyboard  --*/

.menu_parent{
    padding: 9px 0 17px;
}

.menu_parent ul.menu{
    margin: 0 auto;
}

.menu>li>a{
    margin-left: 28px;
    font-size: 20px;
}
.menu>li.active>a,
.menu>li>a:hover{
    color:#ff0000;
}

.menu_parent .form_group1{
    position: relative;
    margin-right: 25px;
}

form.form-search{
    position: relative;
}

.finder {
    max-width:242px;
    /*margin:0 auto;*/
    position:relative;
}

.finder .form_control1 {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: .7rem 1.4rem .7rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0, 0.5);
    background-color: #ffffff;
    background-clip: padding-box;
    /*border: 3px solid transparent;*/
    border-top: 3px solid #d7d7d7;
    border-left: 3px solid #d7d7d7;
    border-radius: 12px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Arial-AMU-Regular, sans-serif;
    outline: none;
}
.search img{
    position: absolute;
    top:14px;
    right:13px;
    pointer-events: none;
}

/*--  end keyboard  --*/



/*--  start banner  --*/

.banner_parent{
    background: url("../img/banner1.jpg")  center/cover no-repeat;
    height: 460px;
}
.banner{
    height: 100%;
}
.parent_h1{
    max-width: 600px;
    height: 100%;
}
.banner h1{
    margin: auto;
    text-align: right;
}

/*--  end banner  --*/



/*--  start about_us  --*/

.about_us_bg{
    background: url("../img/bg1.jpg")  left bottom/55% no-repeat;
    height: 340px;
}
.left_icons{
   width: calc(100% - 415px);
}
.right_about{
    position:relative;
    background: #ffffff;
    margin-top: -27px;
    padding: 22px 24px 32px 30px;
    max-width: 320px;
    border-radius: 12px;
    box-shadow: -4px -4px 8px rgba(0,0,0, 0.14);
}
.right_about h2{
    color:#ff0000;
    margin-bottom: 14px;
    padding-left: 30px;
    font-size: 24px;
 }
 .readmore{
    padding-top:9px;
    text-align:right;
    color:#ff0000;
 }
 .page_101 .owl-carousel.owl-loaded .owl-nav{ 
    position: absolute;
    top: 50%;
     
 }
 .page_101 .owl-stage-outer .owl-prev{
     font-size:34px;
 }
.icons_each{
    width: 20%;
    padding-right: 22px;
}
.icons_each:nth-of-type(1){
    margin-top: 31px;
}
.icons_each:nth-of-type(2){
    margin-top: -74px;
}
.icons_each:nth-of-type(3){
    margin-top: 114px;
}
.icons_each:nth-of-type(4){
    margin-top: -22px;
}
.icons_each:nth-of-type(5){
    margin-top: 154px;
}
.icons_each .img{
    position: relative;
    width: 144px;
    height: 202px;
    padding: 17px 0 0 9px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: -4px -4px 8px rgba(0,0,0, 0.14);
    word-break: break-word;
}

.icons_each h3{
color: #252525;
    font-size: 14px;
    position: absolute;
    top: 102px;
}
/* inside */
.inside_service .icons_each .img{
    height: 88px;
    width: 88px; 
    padding: unset;
    display:flex;
    
}
.inside_service .icons_each .img a{
    /*padding: 17px;*/
    display: inline-block;
    margin:auto;
}


.inside_service .icons_each{
    width: auto;
    margin-top: -74px;
    padding: 0px 9px;
}

.inside_service .icons_each h3{
    display: none;
}

.inside_service .icons_each.active h3{
    display: block;
    width: 550px;
}

.inside_service .icons_each.active .img{
     /*width: auto; */
}

.inside_service .icons_each:hover .img img{
    opacity: 0.5;
}
.page_115 .news,
.page_110 .opinions,
.page_106 .item-page{
    max-width: 1200px;
    margin: 45px auto;
}
.page_110  .opinions{
    margin-top:33px;
}
.page_115  .page-header h2,
.page_110  .page-header h2,
.page_106  .item-page h2{
   color:#ff0000;
}
.page_115  .news .item .page-header h2{
    color:#333;
    /*text-transform:lowercase;*/
    font-size:17px;
    text-align:left;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.page_115  .page-header h2:hover a{
   color:#ff0000;
}
.opinions,
.page_110 .opinions .item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.page_110 .opinions .item {
    margin-bottom:33px;
}
.opinions .opinion-txt{
    width:50%;
}
.opinions .pull-left {
    width:50%;
    max-width:387px;
    height:292px;
    margin-right:23px;
    overflow: hidden;
}
.opinions .pull-left img {
     width:100%;
     height:100%;
     object-fit: cover;
 
}
.opinions .opinion-txt h3 {
    color:#ff0000;
    font-size:21px;
    margin-bottom:12px;
}
div.page-header{
    width:100%;
    margin-bottom:23px;

}


/*--  end about_us  --*/



/*--  start news  --*/

.news_parent{
    background: url("../img/bg2.jpg")  center/cover no-repeat;
    padding: 85px 0 62px;
}
.news{
    /*padding: 0  52px;*/
}
.news h3{
    width: 100%;
    margin-bottom: 32px;
}
/*.news_each{*/
/*    width: calc(20% - 25px);*/
/*}*/
.owl-item .img{
    height: 195px;
    border: 3px solid #ffffff;
    border-radius: 6px;
    overflow: hidden;
}
.owl-item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.owl-item h4{
    margin-top: 11px;
    font-size: 18px;
    text-align: center;
}

/* cat */
.page_115 .news .item{
    width: calc(33.3333% - 30px);
    margin: 0 15px 50px;
}
.page_115 .news .pull-left{
    height:305px;
    overflow:hidden;
    position:relative;
}

.page_115 .news .item .page-header{
    margin: 10px 0;
}

.page_115 .news .item .item-image img{
    width: 100%;
    height:100%;
    object-fit:cover;
}

.page_115 .news .pull-left:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #333;
    opacity: 0;
    pointer-events: none;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 1;
}
.page_115 .news .pull-left:before {
    content: "";
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    font-size: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    width:33px;
    height:33px;
    pointer-events: none;
    background: url("../img/chain1.png")  center/33px no-repeat;
    -moz-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    -o-transform: translate(-50%,-50%) scale(0);
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    color: #fff;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 2;
}
.page_115 .news P{
    margin-top:12px;
}
.page_115 .news .pull-left:hover:after{
    opacity: .2;
}
.page_115 .news .pull-left:hover:before{
    -moz-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
    

/*--  end news  --*/



/*--  start clients  --*/

.clients_bg{
    background: linear-gradient(to right, #f1efef , #ffffff);
    padding: 58px 0 50px;
}
.clients_each{
    width: calc(50% - 15px);
    color:#000000;
}
.clients_each h5{
    width: 100%;
    font-size: 23px;
    color:#000000;
    text-align: center;
    margin-bottom: 25px;
}
.clients_each .img{
    width: 285px;
    height: 351px;
    padding: 10px;
    border-radius: 6px;
    box-shadow: -4px -4px 8px rgba(0,0,0, 0.14);
}
.clients_each .img img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
.clients_each .desc{
    font-size: 14px;
    width:calc(100% - 290px);
}
.clients_each .desc p{
    margin-bottom: 17px;
}
.clients_each .desc p span{
    display: block;
}
/*--  end clients  --*/



/*--  start services_page  --*/
.page_105 .banner h1{
    width: 100%;
    /*font-size: 44px;*/
    /*text-align: left;*/
    margin: auto 0;
    letter-spacing: 3px;
    text-shadow: -2px -2px 8px rgba(0,61,90, 0.23 );
}
.page_105 .banner h1 span{
    display:block;
}
.page_105 .banner h1 span:nth-of-type(2){
    padding-left: 101px;
}
.page_105 .banner h1 span:nth-of-type(3){
    float:right;
}

.page_105 .banner_parent{
    background: url(../img/banner1.jpg) center/cover no-repeat;
}
.page_111 .banner_parent{
    background: url(../img/banner1.jpg) center/cover no-repeat;
}
.page_112 .banner_parent{
    background: url(../img/banner1.jpg) center/cover no-repeat;
}
.page_113 .banner_parent{
    background: url(../img/banner1.jpg) center/cover no-repeat;
}

.page_114 .banner_parent{
    background: url(../img/banner1.jpg) center/cover no-repeat;
}



.safety_system_bg{
    background: url(../img/bg1.jpg) left top/33% no-repeat;
    padding: 75px 0 50px;

}
.safety_system_bg h3{
    color: #ff0000;
}

.safety_system>div{
    width: 50%;
}
.left_list{
    padding-left: 31px;
}
.right_images{
    padding-left: 45px;/*61px*/
}
.left_list h3{
    max-width:421px;
    color:#ff0000;
    font-size: 23px;
    margin-bottom: 11px;
}
.left_list p{
    max-width: 421px;
    margin-bottom: 15px;
}
.left_top h3 + p{
    font-weight: bold;
    max-width: none;
}
.left_list ol{
    max-width: 421px;
    padding-left: 21px;
    margin-bottom: 34px;
}
.left_list ol li{
    margin-bottom: 12px;
}
.right_images .img{

    margin-bottom: 23px;
    height: 300px;
    overflow: hidden;
}
.right_images .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*--  end services_page  --*/



/*--  start helping_advice_page  --*/
.page_108 .banner_parent{
    background: url(../img/banner2.jpg) center/cover no-repeat;
}

.page_108 .banner h1{
    word-spacing: 468px;
    text-align: left;
}
.page_108 .banner h1 span{
    display: block;
}




.software>ul{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
}
.software>ul>li{
    margin-bottom: 20px;
}
/*--  end helping_advice_page  --*/







/*--  start footer  --*/
.footer{
    position: relative;
    background: url("../img/bg6.jpg") center/cover no-repeat;
    padding: 135px 0;
}
.phone_content_parent{
    height:100%;
}
.footer .phone_content{
    width: 50%;
    /*margin:auto 0;*/
    padding: 0 65px 0 100px;
}
.phone_content h4{
    /*text-align: center;*/
    color:#ed411c;
    width: 100%;
    font-size: 17px;
    margin-bottom: 40px;
}
.phone_content_each{
    color:#000000;
    font-size: 20px;
}
.phone_content_each:first-of-type{
    margin-top: 64px;
}
.phone_content_each span{
    font-weight: bold;
}
.phone_content_each p{
    line-height:1.5;
}
.phone_content_each a{
    display: inline-block;
    color:#ed411c;
    margin-top: 22px;
}

#map_canvas {
    width: 50%;
    height: 513px;
    background-color: #afbebb;
    position: absolute;
    left: 0;
    top:0;
    box-shadow: 4px 4px 8px rgba(0,0,0, 0.24);


}

/*--  end footer  --*/




/*--  start contact  --*/

.page_107 .footer{
    position: relative;
    padding:0;
}
.page_107 .footer .contact_form{
    background:url("../img/bg1.jpg") left bottom/50% 100% no-repeat, url("../img/bg3.jpg") right bottom/50% 100% no-repeat;
}

.page_107 #map_canvas{
    width: 100%;
    position: relative;
}
.page_107 .contact_form>div{
    padding:124px 0 85px;
    position:relative;
}
.page_107 .contact_form>div>div{
    width:50%;
}
.page_107 .contact_form>div>div.contact{
    padding:0 100px 0 0;
}
.page_107 .contact>p{
    font-size:17px;
}
.page_107 #contact-form{
    margin-top:34px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.page_107 .contact .control-group{
    width:calc(100% - 5px);
    margin-bottom:12px;
}
.page_107 .contact .control-group:first-of-type{
    display:none;
}
.page_107 .contact .control-group:nth-of-type(6){
    width:100%;
}
.page_107 .contact .control-group:nth-of-type(7) .btn-primary,
.page_107 .contact .control-group:nth-of-type(8) .btn-primary{
    /*width:100%;*/
    background:transparent;
    border:none;
    color:#ff0000;
    text-transform:uppercase;
    text-align:left;
    padding-left:22px;
    font-size:24px;
    cursor: pointer;
    outline: none;
        float: right;
}
.page_107 .contact .control-group textarea,
.page_107 .contact .control-group input{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 1.37rem 1.4rem 1.37rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0,0,0, 0.5);
    background-color: #ffffff;
    background-clip: padding-box;
     border: 0; 
    box-shadow: 0 0 8px rgba(0,0,0, 0.14);
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Arial-AMU-Regular, sans-serif;
    outline: none;
}
.page_107 .contact .control-group textarea{
    height: auto;
    max-width: 100%;
}
.page_107 .phone_content_parent {
    position:relative;
}
.page_107 .contact_form>div:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    width:50%;
    height:100%;
    background: url("../img/bg4.png") center/55% no-repeat;
    pointer-events: none;
    z-index:0;
}
.page_107 .footer .phone_content{
    width:100%;
}
/*--  end contact  --*/
    
    
    
.page_110 .item-page{
    max-width:1200px;
    margin:55px auto;
}
.partners_bg{
    padding:44px 0;
}
.partners_bg table{
    max-width:1200px;
    margin:0 auto;
}
.page_101 .owl-nav{
    display:none;
}


@media only screen and (max-width: 1366px) {
    .menu_parent{
        padding: 9px 15px 17px;
    }
    .menu>li>a{
        margin-left: 27px;
    }
    .menu>li:first-of-type>a{
        margin-left: 0;
    }
    .keyboard_parent{
        height:275px;
    }
    .keyboard{
        max-width:895px;
    }
    .key_each {
        width: 50px;
        height: 50px;
    }
    .key_each.command {
        width: 74px;
    }
    .key_each.phone {
        width: 278px;
    }
    .key_each.caps {
        width: 113px;
    }
    .key_each.tab {
        width: 92px;
    }
    .key_each.last {
        width:148px;
      height: 50px;
    }
    .key_each.last span{
        font-size:24px;
        max-width:84px;
    }
    .key_each.service {
        width: 136px;
    }
    .clients,
    .about_us {
        padding:0 15px;   
    }
    .right_about{
        max-width:344px;
    }
    .footer .phone_content {
        padding: 0 45px 0 80px;
    }  
    .page_101 .news{
        padding:0 15px;   
    }
    .left_list{
        padding-left:15px;   
    }
    .right_images{
        width:50%;
        padding:0 15px 0 30px;
    }
    .page_110 .item-page,
    .page_110 .opinions,
    .software_parent, 
    .page_106 .item-page{
        padding:0 15px;
    }
    .page_108 .banner h1{
        padding-left:15px;
    }
    .page_115 .news{
        padding:0 15px;
    }
    .page_107 .contact_form>div {
        padding: 124px 15px 135px;
    }
}


@media only screen and (max-width: 1023px) {
    .keyboard_parent{
        display:none;
    }
    .clients_each{
        width:100%;
        margin-bottom:33px;
    }
    .menu>li>a {
        margin-left: 15px;
        font-size: 16px;
    }
    .about_us_bg{
        height:auto;
    }
    .left_icons{
        width:100%;
        margin-bottom:55px;
    }
    .right_about{
        max-width:379px
    }
     #map_canvas{
        height:100%;
    }
    .page_107 #map_canvas{
        height:513px;
    }
    .phone_content_each:first-of-type{
        margin:33px 0;
    }
    .page_110 .item>div:nth-of-type(3){
        width:calc(100% - 414px);
    }
    .page_107 .contact_form>div>div.contact{
        padding-right:15px;
    }
}


@media only screen and (max-width: 767px) {
    .right_phone li {
        margin: 0 13px !important;
    }
    .icons_each{
        width:33%;
    }
    .page_101  .icons_each:nth-of-type(5) {
        margin-top: 89px;
    }
   .menu_parent ul.menu{
        display:none;
        text-align:center;
    }
   .menu_parent ul.menu>li{
        margin-bottom:15px;
   }
    .menu_parent ul.menu>li>a{
        margin-left:0;
   }
    .pull1{
        position:relative;
        display:block;  
        width:100%;
        height:25px;
    }
    .pull1:after{ 
        content: '';
        display: block;
        position: relative;
        float: right;
        margin-top: 3px;
        width: 60px;
        height: 2px;
        background-color: #000000;
        box-shadow: 0px 7px 0px #000000, 0px 14px 0px #000000;
    }
    .head_top>div .logo-fix img{
        width:auto;
        max-width:100%;
    }
    .page_101 .head_top>div .logo-fix{
        text-align:center;
    }
    .footer .phone_content {
        padding: 0 15px 0 40px;
    }
    .right_images,
    .safety_system>div{
        padding:0 15px;  
        width:100%;
    }
    .software>ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap:0;
        -moz-column-gap: 0;
        column-gap:0;
    }
    .page_115 .news .item {
        width:calc(50% - 20px);
    }
    .page_110 .item>div:nth-of-type(3) {
        width: 43%;
    }
    .page_107 .contact_form>div>div{
        width:100%;
    }
    .page_107 .contact_form>div>div.contact{
        padding-right:0;
        margin-bottom:33px;
    }
    .page_107 .footer .contact_form {
        background: url(../img/bg3.jpg) right bottom/100% 100% no-repeat;
    }
    .page_107 .contact_form>div {
        padding: 54px 15px 35px;
    }
}


@media only screen and (max-width: 567px) {
    h1, h2, h3, h4, h5, h6{
        font-size:30px;
    }
    .head_top>div{
        width:100%;
    }
    .right_phone{
        order:1;
        display:flex;
    }
    .left_lang {
        order:2;
    }
    .center_logo {
        order:3;
    }
    .right_phone p{
        width:50%;
        padding:0 0 0 13px;
        text-align:left;
    }
    .mod-languages {
        width:50%;   
    }
    .finder{
        margin-top:15px;
        padding:0 15px;
    }
    .search img {
        position: absolute;
        top: 25px;
        right: 20px;
    }
    .left_icons{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .icons_each {
        width: 51%;
        margin-top:55px!important;
    }
    .clients_each .desc{
        width:100%;
        margin-top:15px;
    }
    .footer{
        padding: 35px 0 0;
    }
    .footer .phone_content{
        width:100%;
        padding-bottom:33px;
    }
    #map_canvas{
        position:relative;
        width:100%;
        height:513px;
    }
    .banner h1{
        font-size:19px;
        padding-right:13px;
    }
    .page_115 .news .item {
        width:100%;
    }
    .page_110 .item>div {
        width: 100%!important;
    }
    .page_107 .contact .control-group{
        width:100%;
    }
    .banner_parent{
        HEIGHT:160PX;
    }
}



.contact-form{
    width:800px;
    margin:0 auto;
}



