@charset "utf-8";

@font-face {
    font-family:AMU-Regular;
    src : url("font/Arial-AMU-Regular-8891.ttf");
}
@font-face {
    font-family:Roboto-Black;
    src : url("font/Roboto-Black.ttf");
}
@font-face {
    font-family:Roboto-BoldItalic;
    src : url("font/Roboto-BoldItalic.ttf");
}
@font-face {
    font-family:Roboto-BlackItalic;
    src : url("font/Roboto-BlackItalic.ttf");
}
@font-face {
    font-family:Roboto-MediumItalic;
    src : url("font/Roboto-MediumItalic.ttf");
}
@font-face {
    font-family:Roboto-Regular;
    src : url("font/Roboto-Regular.ttf");
}
@font-face {
    font-family:Roboto-Black;
    src : url("font/Roboto-Bold.ttf");
}
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background: #ffffff;
    color:#000000;
    font-family:Roboto-Regular,sans-serif;
    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
}
body.lang_hy-AM *,
body.lang_hy-AM{
    font-family:AMU-Regular,sans-serif!important;
}
input,select,textarea{
	outline:none;
}
.textarea{
	resize:none;
}
.products_page .right_header,
.contact_page .right_header,
.about_page  .right_header {
	    background: #fff;
}
.products_page .content,
.contact_page .content,
.about_page  .content{
    overflow:hidden;
    overflow-y: auto;
	padding:0 78px;
}
.about_page  .content {
    overflow:visible;
}
.about_page  .content .item-page,
.products_page .content .item-page,
.contact_page .content .item-page{
    height:86vh;
    overflow:auto;
    padding-right:12px;
    height:554px;
}
.contact_page .content,
.about_page  .content{
	padding:35px 78px 0;
}
.products_page .cover_for_bg,
.contact_page .cover_for_bg,
.about_page  .cover_for_bg{
	  margin-top: 0px;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 19px;
    font-family:Roboto-Bold,sans-serif;
    text-transform: uppercase;
    color:#ffd53e;
}
body.lang_hy-AM h1,body.lang_hy-AM h2,body.lang_hy-AM h3,
body.lang_hy-AM h4,body.lang_hy-AM h5,body.lang_hy-AM h6 {
    font-family:AMU-Regular,sans-serif!important;
}
a,  :after, :before {
    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.4;
}
ul{  list-style: none;  }
.pull2, .pull{
    display: none;
    position: relative;
}
.wrapper{
    width: 100%;
    overflow: hidden;
}
.d_flex{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.dir_col{
    flex-direction: column;
    -webkit-flex-direction: column;
}
.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;
}



/*--  start header  --*/
.home_page{
    position: relative;
}
.home_page:before{
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1_1.png) -222px -393px/100% no-repeat;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}
.header_bg{
    background: url(../images/bg1.jpg) center/cover no-repeat;
    height: 100vh;
}
.header_top{
    padding: 0 74px;
}
.main_menu>li>a{
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    font-family:Roboto-Bold,sans-serif;
    padding: 42px 7px 18px;
    font-size: 21px;
    border: 4px solid transparent;
    border-top: none;
    border-bottom-left-radius:14px ;
    border-bottom-right-radius:14px ;
}
.right_lang>div>span{
    display: block;
    color:#000000;
    font-family:Roboto-Black,sans-serif;
    font-size: 21px;
    font-weight: 900;
}
.lang{
    background: #ffffff;
    border-bottom-left-radius:14px ;
    border-bottom-right-radius:14px ;
    padding: 47px 16px 17px;
    margin-left: 14px;
    box-shadow: 4px 4px 5px rgba(0,1,1, 0.18);
}
.lang>li>a{
    font-family:Roboto-Bold,sans-serif;
    display: inline-block;
    text-transform: capitalize;
    font-size: 21px;
    position: relative;
    top:-7px;
}
.lang>li:nth-of-type(2) a{
    padding:0 18px
}
.main_menu>li{
    position: relative;
    margin-left:-4px;
}
.main_menu>li:first-of-type{
    margin-left:0;
}
.main_menu>li>a:hover,
li.active a{
    background: #ffffff!important;
    border-color:#edba00!important;
}
.main_menu>li.item-137>a:hover {
    background: #ffffff!important;
    border-color: #edba00!important;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.main_menu>li>ul.nav-child{
    display: none;
    position: absolute;
    left: 0px;
    z-index: 10;
    text-align: center;
    background: #ffffff!important;
    border-color: #edba00!important;
    border: 4px solid transparent;
    border-top: none;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}
.main_menu>li>ul.nav-child>li{
    padding: 8px 3px;
}
.main_menu>li>ul.nav-child>li.active,
.main_menu>li>ul.nav-child>li:hover{
    color: #edba00;
}
.main_menu>li:hover>ul.nav-child{
    display: block;
}
.lang>li.lang-active>a,
.lang>li>a:hover{
    color:#ffd53e;
}
.masterfibre_content{
    height: 90vh;
    padding-bottom: 6.5%;
    position:relative;
}
.masterfibre_content h1{
    position: relative;
    width: 100%;
    font-size: 70px;
    text-align: center;
    line-height: 73px;
    margin: 3% 0 0;
    height: 16vh;
    color: rgba(0,0,0,0.8);
    overflow:hidden;
}
.homeMainLogo{
    position: absolute;
    top: -90px;
    margin-left: -175px;
}
.masterfibre_each{
    position: relative;
    width: calc(50% - 95px);
    height: 200px;
    margin-bottom: 16px;
    border-top: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    background: #000000;
    position:relative;
}
.masterfibre_each>a{
    display: block;
    height: 100%;
}
.masterfibre_each>a>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.img_auto>a>img{
    width: auto;
}
.img_auto>a{
    overflow:hidden;
}
.masterfibre_each .overlay .img_brand img{
    width: 87%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.masterfibre_each .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    right:0;
    top:0;
}
.masterfibre_each:nth-of-type(odd)>a>img,
.masterfibre_each:nth-of-type(odd){
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
}
.masterfibre_each:nth-of-type(even)>a>img,
.masterfibre_each:nth-of-type(even){
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}
.masterfibre_each:nth-of-type(even) .overlay .img_brand,
.masterfibre_each:nth-of-type(odd) .overlay .img_brand{
    position: absolute;
    top:0;
    height: 100%;
}
.masterfibre_each:nth-of-type(odd) .overlay .img_brand{
    right:0;
    -ms-transform: translateX(50%); /* IE 9 */
    -webkit-transform: translateX(50%); /* Safari */
    transform: translateX(50%);
}
.masterfibre_each:nth-of-type(even) .overlay .img_brand{
    left:0;
    -ms-transform: translateX(-38%); /* IE 9 */
    -webkit-transform: translateX(-38%); /* Safari */
    transform: translateX(-38%);
}
.masterfibre_each:nth-of-type(even) .overlay h3,
.masterfibre_each:nth-of-type(odd) .overlay h3{
    position: absolute;
    top:-39px;
    color:#000000;
}
.masterfibre_each:nth-of-type(odd) .overlay h3{
    right:0;
}
.masterfibre_each:nth-of-type(3) .overlay h3,
.masterfibre_each:nth-of-type(4) .overlay h3{
    top:auto;
    bottom:-39px;
}
.masterfibre_each:nth-of-type(even) .overlay h3{
    left:0;
}
.masterfibre_each .description{
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.masterfibre_each .description p{
    width: 61%;
    color:#ffffff;
    padding-left: 21%;
}
.masterfibre_each .description a{
    display: inline-block;
    font-size: 20px;
    padding: 17px 21px;
    text-transform: uppercase;
    background: rgba(237,186,0, 1);
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    -ms-transform: translateX(100%); /* IE 9 */
    -webkit-transform: translateX(100%); /* Safari */
    transform: translateX(100%);
    -webkit-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.masterfibre_each:nth-of-type(1) .description p,
.masterfibre_each:nth-of-type(3) .description p {
    order:2;
    padding-left:0;
    padding-right: 21%;
    text-align: right;
}
.masterfibre_each:nth-of-type(1) .description a,
.masterfibre_each:nth-of-type(3) .description a {
    order:1;
    -ms-transform: translateX(-100%); /* IE 9 */
    -webkit-transform: translateX(-100%); /* Safari */
    transform: translateX(-100%);
    border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius:0;
    border-top-left-radius:0;
}
.masterfibre_each:hover .description{
    opacity: 1;
}
.masterfibre_each:hover .description a{
    -ms-transform: translateX(0); /* IE 9 */
    -webkit-transform: translateX(0); /* Safari */
    transform: translateX(0);
}
.masterfibre_each:hover>a{
    opacity: 0.4;
}
/*--  end header  --*/



/*--  start about_page  --*/
.header_second{
    height: 100vh;
}
.header_second.secondary {
    height: 55vh;
}
.page_109  .header_second {
    overflow:hidden;
}
.right_header,
.left_slider{
    width: calc(50% - 2px);
    position: relative;
}
.left_slider .img{
    height: 100%;
}
.left_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.controllers{
    position: absolute;
    left: 30px;
    top: 45px;
    font-size: 52px;
}
#cp-bg-bar{
    position:absolute!important;
    width:78px!important;
}
.controllers a,
#cp-back,
#cp-next{
    line-height: 1;
    color: #ffffff;
    opacity: 0.5;
}
.controllers a:hover,
#cp-back:hover,
#cp-next:hover{
    opacity: 1;
}
#cp-back,
#cp-next{
    position: relative;
    top: 0;
    display: block;
    width: 30px;
    background: none;
    background-color: transparent;
    height: 60px;
    float: left;	
}
#cp-back{
	 left: 0;
}
#cp-next{
	 left: 40px;
}
#cp-back:before{
    content: "❮";
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc;
    font-size: 60px;
    background: none;
}
#cp-next:before{
    content: "❯";
    position: absolute;
    left: -25px;
    top: 0;
    color: #ccc;
    font-size: 59px;
    background: none;
}
.progress-button, #progress-background{
	background:transparent;
}
.right_header{
    position: relative;
}
.our_works_bg{
    position: relative;
	background:#fff;
}
.slideimg{
     background: transparent ;
}
.slideimg:before,
.our_works_bg:before,
.right_header:before{
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(../images/bg3.jpg) center/cover no-repeat;
    opacity: 0.1;
    pointer-events: none;
    z-index: 0;
}
.right_header .header{
    position: relative;
}
.logo{
    position: absolute;
    top:22px;
    left:0;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);
    z-index:99;
}
.right_header .main_menu>li>a:hover,
li.active a{
    background: transparent;
    border-color: #ffd53e;
}
.right_header .main_menu{
    width:calc(100% - 98px);
    font-weight: bold;
}
.right_header .right_lang  {
    position: relative;
    width:100%;
    padding: 6px 98px 0 0;
}
.right_header .right_lang>div>span{
    color:#ffd53e;
    font-size: 21px;
    position: static;
    font-weight: bold;
}
.right_header .main_menu>li>a{
    font-size: 18px;
    padding: 33px 7px 14px;
}
.right_header .lang{
    position: absolute;
    right:0;
    z-index:88;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
    width: 80px;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 14px;
    border-bottom-right-radius:0;
    padding: 14px 22px 14px 14px;
}
.right_header .lang>li>a{
    position: static;
}
.right_header .lang>li:nth-of-type(2) a{
    padding: 11px 0;
}
.content{
    position: relative;
    padding: 78px;
    text-align: right;
    overflow-y: auto;
    max-height: 500px;
}

.content h2{
    font-size: 30px;
}
.content p{
    margin-bottom: 27px;
    font-size: 19px;
    text-align: justify;
}
.right_header  .page-header{
     margin-bottom: 27px;
}
.right_header  .page-header h2 + a{
    display: inline-block;
    color: cornflowerblue;
    text-decoration: underline;
}
/*--  end about_page  --*/



/*--  start products_page  --*/
.products_page .content{
    max-height: none;
    overflow:hidden;
}
.products_page .right_header{
    /*overflow:hidden;*/
}
.products_page .content>h2{
    width:100%;
    text-align:center;
    margin:21px 0;
}
.content_each{
    width: 33.3333%;
    position: relative;
    text-align: center;
}
.content_each:nth-of-type(1){
    z-index: 10;
}
.content_each:nth-of-type(2){
    z-index: 9;
}
.content_each:nth-of-type(3){
    z-index: 2;
}
.content_each:nth-of-type(4){
    margin-top: -54px;
    z-index: 3;
}
.content_each:nth-of-type(5){
    z-index: 4;
    margin-top: -54px;
}
.content_each:nth-of-type(6){
    z-index: 3;
    margin-top: -54px;
}
.content_each h5{
    margin-left: 44px;
    display: inline-block;
    color:#000000;
    text-align: center;
    font-size: 17px;
    padding:0 19px;
}
.content_each:nth-of-type(1) h5,
.content_each:nth-of-type(2) h5,
.content_each:nth-of-type(3) h5{
    position: relative;
    top: 33px;
    z-index:99;
}
.content_each:nth-of-type(4) h5,
.content_each:nth-of-type(5) h5,
.content_each:nth-of-type(6) h5{
    order:2;
    margin-top: -33px;
    z-index:102;
    margin-left: 44px;
}
.content_each:nth-of-type(4) .img,
.content_each:nth-of-type(5) .img,
.content_each:nth-of-type(6) .img{
    order:1;
    z-index:99;
}
.productItem .img a{
    position:relative; 
    height: 310px;
    overflow: hidden;
    display: block;
    width: calc(100% + 50px);
}

.productItem .img img{
    width: 310px;
    position: relative;
    z-index: 9;
}
.content_each .img a img.second{
    position:absolute;
    left:50%;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Safari */
    transform: translateX(-50%);
    top:0;
    z-index:-1;
    opacity:0;
    -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;
}
.productItem .img:hover img.second,
.productItem .img.fix-img img.second{
    z-index: 44;
    opacity: 1;
}
.productItem .img:hover img.first,
.productItem .img.fix-img img.first{
    z-index: 0;
    opacity: 0;
}
.content_each:hover h5{
    text-decoration: underline;
}
.cover_for_bg{
    padding-top: 92px;
    position: relative;
    margin-top: 5px;
    background: url(../images/bg1.jpg) center/cover no-repeat;
}
.page_114 .cover_for_bg,
.page_127 .cover_for_bg,
.page_128 .cover_for_bg{
    padding:92px 0;
}
.cover_for_bg:before{
    content: '';
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: url(../images/bg1_1.png) center/67% no-repeat;
    opacity: 0.05;
    pointer-events: none;
    z-index: 0;
}
.cover_for{
    position: relative;
}
.cover_for h2{
    text-align: center;
    font-size: 33px;
    max-width: 745px;
    margin: 25px auto;
    color:#000000;
}
.cover_for ul{
    padding-left:22px;
}
.page_121 .cover_for ul,
.cover_for .gallery-youtube ul{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
}
.page_121 .cover_for ul{
    margin-top:22px;
    padding-left:43px;
}
.page_121 .gallery-youtube ul{
    padding-left:0;
}
.cover_for .gallery-youtube ul.j_c_center{
    list-style: none;
    padding-left:0;
    margin-top:0;
}
.cover_for .gallery-youtube ul.j_c_center li{
    width:calc(33.3333% - 10px);
    margin:0 4px 22px;
    text-align:center;
    padding-left:0;
}
.page_121  .cover_for div[itemprop="articleBody"]>ul{
     -webkit-justify-content: space-between;
    justify-content: space-between;
}
.page_121  .cover_for div[itemprop="articleBody"]>ul>li{
    width:calc(50% - 30px);
    margin:0 14px 22px;
    text-align:left;
    list-style:circle;
}
.cover_for .gallery-youtube ul>li,
.cover_for .product_tabs ul.j_c_center li{
      width:calc(25% - 10px);
      margin:0 4px 22px;
      text-align:center;
}
iframe{
    max-width:100%;
}
.cover_for .product_tabs ul{
    list-style:none;
    padding-left:0;
}
.text{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
.text p{
    margin-bottom: 23px;
}
.text p strong{
    display: block;
}
.page_127 .right_header p a,
.page_114 .right_header p a,
.page_128 .right_header p a{
    padding: 6px 33px 8px;
    background: #ffd53e;
    border-radius: 16px;
    display: inline-block;
}
.cover_for h4{
    text-align: center;
    font-size: 26px;
    margin: 23px 0 9px;
    color:#000000;
}
.product_tabs{
    text-align: center;
    padding-bottom: 80px;
}
ul.j_c_center{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-inline-flex;
    display: inline-flex;
    border-bottom: 7px solid rgba(255,255,255, 0.2);
    margin: 12px 0 23px;
}
ul.j_c_center .img{
    width: 231px;
    height: 231px;
    background: #f2f3ed;
    border: 8px solid #ffd129;
    padding: 35px 25px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 12px;
}
ul.j_c_center>li{
    padding: 0 8px;
    text-align: center;
}
ul.j_c_center>li>a{
    display: block;
    position: relative;
    padding-bottom: 11px;
    font-size: 19px;
}
ul.j_c_center>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height:7px;
    border-radius: 3px;
    background: transparent;
}
.product_tabs>.img div img,
ul.j_c_center img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.j_c_center>li>a:hover:after{
    background: #ffd129;
}
.page_121 ul.j_c_center>li{
    margin-bottom: 20px;
}
.page_121 ul.j_c_center{
    border-bottom: 0;
}
.page_121 ul.j_c_center>li>a:after{
    display: none;
}
.product_tabs p{
    max-width: 760px;
    margin: 0 auto;
    text-align: left;
    font-size: 19px;
}
.product_tabs>.img div{
    width: 81px;
    height: 81px;
    overflow: hidden;
    border: 4px solid #ffffff;
    border-radius: 13px;background: #ffffff;
    margin: 12px 5px 0;
}
.our_works_bg{
    padding: 30px 0 30px;
}
.lastH2{
    margin-bottom: 0!important;
}
.our_works_bg:before{
    background: url(../images/bg2.jpg) center/cover no-repeat;
}
.our_works{
    position: relative;
}
.our_works h2{
   color:#000000;
    font-size: 37px;
    text-align: center;
    margin-bottom: 20px;
}
.slider_each img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.our_works .owl-carousel {
    position:relative;
}
.our_works .owl-carousel .owl-nav button.owl-prev,
.our_works .owl-carousel .owl-nav button.owl-next{
     color: #CCB;
    font-size: 87px;
    line-height: 1;
    position: absolute;
    top:50%;
    left:0;
    margin-top:-47px;
    outline: none;
}
.our_works .owl-carousel .owl-nav button.owl-next{
    left:auto;
    right:0;
}
/*--  end products_page  --*/



/*--  start contact_page  --*/
.contact_page .content{
    max-height: none;
}
.content .address{
    margin-bottom: 30px;
}
.content .address p{
    margin-bottom: 5px;
}
.page_112  .content p{
    text-align:right;
}
.form_control1 {
    text-align: right;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    vertical-align: middle;
    padding: .995rem 1.4rem .995rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    background-color: rgba(255,255,255, 0.47);
    background-clip: padding-box;
    border: 4px solid #edba00;
    border-radius: .55rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: AMU-Regular, sans-serif;
}
.form_control1.comment {
    height: auto;
    max-width: 100%;
 }
form .form_group1:last-of-type button {
    padding: 8px 11px;
    margin-top: 14px;
    border: 2px solid transparent;
    background: none;
    background-color: #edba00;
    cursor: pointer;
    width: 50%;
    color: #ffffff;
    font-size: 26px;
    border-radius: .55rem;
    text-transform: uppercase;
    font-family: AMU-Regular,sans-serif;
    -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;
}
form .form_group1:last-of-type button:hover {
    color: #edba00;
    background-color: rgba(255,255,255, 0.47);
    border-color: #edba00;
}
/*--  end contact_page  --*/



/*--  start services_page  --*/
.page_134 .item-page .services_content,
.page_111 .item-page .services_content,
.page_135 .item-page .services_content,
.page_136 .item-page .services_content{
    max-width:1200px;
    margin:0 auto;
    text-align:center;
    position:relative;
    padding-right:216px;
}
.page_134 .page-header,
.page_111 .page-header,
.page_135 .page-header,
.page_136 .page-header{
    margin:33px 0;
    position:relative;
}
.page_134 .page-header h2,
.page_111 .page-header h2,
.page_135 .page-header h2,
.page_136 .page-header h2{
    font-size:29px;
}
.page_134  .item-page,
.page_111  .item-page,
.page_135  .item-page,
.page_136  .item-page{
    position:relative;
    height:auto;
    padding: 50px 0px 50px 0px;
}
.page_134  .item-page:before,
.page_111  .item-page:before,
.page_136  .item-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
    z-index: 0;
}
.page_134  .item-page:before{
    background: url(../images/heat_bg.png) right bottom 82px/57% no-repeat;
}
.page_136  .item-page:before{
    background: url(../images/bronya_bg.png) right bottom 82px/55% no-repeat;
}
.penetron_bg{
    position:relative;
}
.page_135  .item-page .penetron_bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.05;
    background: url(../images/penetron_bg.png) right bottom 82px/56% no-repeat;
}
.services_content{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
}
.services_each{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    width:25%;
    margin:0 0 22px -22px;
}
.page_111 .services_each p{
    text-transform:uppercase;
}
.services_each:nth-of-type(4n - 2){
    margin-left:0;
}
.brand_parent{
    position: absolute;
    width: 100%;
}
.brand_parent .brand_link{
    position:absolute;
    right: -31px;
    top: 102px;
    color:#4965f8;
    border-bottom:1px solid transparent;
}
.brand12{
    width:250px;
    height:250px;
    position:absolute;
    right:0;
    top:-174px;
    overflow:hidden;
    transform: rotate(45deg);
    border-radius:20px;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0, 0.6);
    box-shadow: 0 0 50px rgba(0,0,0, 0.6);
}
.services_each .img_heat{
    width:246px;
    height:246px;
    border-radius:50%;
    overflow:hidden;
    margin:auto;
    border:4px solid #ffffff;
    box-shadow: 4px 4px 5px rgba(0,1,1, 0.18);
    background:#e1e1e1;
}
.brand12 .img_heat{
    width:300px;
    height:290px;
    border:none;
    box-shadow:none;
    background:none;
}
.brand12 img{
    transform: rotate(-45deg);
    position: relative;
    top: -50px;
    left: -50px;
    width:140%;
    height:140%;
    opacity:0.8;
    object-fit: cover;
    -webkit-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}
.brand_parent:hover img{
    transform: rotate(-45deg) scale(1.18);
    opacity:1;
}
.brand_parent:hover .brand_link{
    border-bottom-color:#4965f8;
}
.page_134  .brand12 img{
    width:155%;
    height:155%;
    top: -65px;
    left: -61px;
}
.services_each img{
    width:104%;
    height:104%;
    object-fit: cover;
    display:block;
}
.brand12 p{
    right:0;
    top: 0;
    color:blue;
    text-decoration:underline;
    position:absolute;
}
.penetron_small{
    display: inline-block;
    width: 100%;
    background: url(../images/bg1.jpg) center/cover no-repeat;
}
.penetron_small .penetron_small_content{
    max-width: 1200px;
    margin: 90px auto 30px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between; 
    justify-content: space-between;
}
.penetron_small_each{
    margin-bottom: 70px;
    width:20%;
    text-align:center;
}
.penetron_small_each .img{
    width:120px;
    height:120px;
    border:4px solid #ffffff;
    box-shadow: 4px 4px 5px rgba(0,1,1, 0.18);
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari 3-8 */
    transform: rotate(-45deg);
    overflow:hidden;
    margin: 0 auto;
    border-radius: 9px;
}
.penetron_small_each .img img{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari 3-8 */
    transform: rotate(45deg);
    width:170px;
    height:170px;
    margin:-28px 0 0 -26px;
}
.penetron_small_each p{
    margin-top: 33px;
}
.bacto_to {
    padding-left: 18px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 21px;
    color: #000000;
}
.bacto_to:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 8px 0;
    border-color: transparent #000 transparent transparent;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 5px;
}
.services_each.bronya{
    margin-top:45px;
    width:100%;
}
.page_111 .services_each.bronya{
    margin:45px 0;
    width:100%;
}
.services_each img{
    margin:-4px 0  0 -4px;
}
.services_each p{
    width:100%;
    padding:7px 17px 0;
    text-align:center;
}
/*--  end services_page  --*/



/*--  start footer  --*/
.footer_parent{
    position: relative;
}
#map_canvas {
    width: 100%;
    height: 980px;
    background-color: #afbebb;
}
.footer{
    position: absolute;
    left:0;
    bottom: 140px;
    width: 100%;
    height: 168px;
    background: rgba(237,186,0, 0.8);
    border-bottom: 6px solid #ffffff;
    border-top: 6px solid #ffffff;
}
.footer>div{
    padding-right: 95px;
    text-align: right;
    font-size: 21px;
}
.footer>div:first-of-type{
    padding:30px 95px 34px 0;
}
.footer>div:first-of-type p{
    margin-bottom: 5px;
}
.footer_left{
    margin-right:50px;
}
.social ul{
    overflow:hidden;
}
.social ul li{
    float: right;
    margin-left:21px;
    /*background-image: url(../images/socials.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 110px;*/
    /*height: 34px;*/
    /*width: 39px;*/
}
.social ul li:hover{
    text-decoration:underline;
}
.social ul li.fb{
    background-position: 0 0;
}
.social ul li.tw{
    background-position: -40px 0;
}
.social ul li.ig{
    background-position: -80px 0;
}
.social ul li.yt{
    background-position: -40px -40px;
}
.social ul li a{
    display: block;
    height: 34px;
}
.footer .copyright{
    margin-top: 38px;
    color:#ffffff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.footer .copyright span{
    border-bottom: 1px solid #edba00;
    color: #edba00;
}
.footer .copyright a{
    display: block;
    margin-top: 3px;
}
/*--  end footer  --*/


.item-page{
padding:10px 0px 50px 0px;
}

.page_121 .item-page p{
    font-size: 17px;
    letter-spacing: 1px;
    text-align: justify;
}

.page_121 .page-header > h2{

    font-size: 31px;
    color: #444;
    margin-bottom: 15px;
}



@media only screen and (max-width: 1660px) {
    .right_header .main_menu>li>a {
        font-size: 15px;
        padding: 33px 5px 14px;
    }
    .right_header .lang>li>a{
        font-size: 17px;
    }
    .content_each h5{
        max-width: 169px;  
        padding:0;
    }
    .productItem .img a{
        height: 260px;
        overflow: hidden;
        display: block;
        width: calc(100% + 50px);
    }
    .productItem .img img{
        width: 256px;
        position: relative;
        z-index: 9;
    }
}


@media only screen and (max-width: 1366px) {
    .right_header .main_menu{
        width:calc(100% - 70px);
    }
    .right_header .lang{
        padding:14px;
        width:60px;
    }
    .right_header .right_lang {
        padding-right: 78px;
    }
    .masterfibre_content h1{
        height:auto;
        margin: 54px 0 0;
    }
    .cover_for,
    .header_top {
        padding: 0 15px;
    }
    .page_134 .item-page, .page_111 .item-page,
    .page_136 .item-page{
        padding: 50px 15px 77px 15px;
    }
    .page_135 .item-page{
        padding: 50px 0 0 0;
    }
    .page_134 .item-page .services_content,
    .page_111 .item-page .services_content,
    .page_135 .item-page .services_content,
    .page_136 .item-page .services_content{
        padding:0 209px 0 15px;
        max-width:1000px;
    }
    .brand12{
        right:44px;
    }
    .services_each{
        width:33%;
    }
    .services_each:nth-of-type(4n - 2) {
        margin-left: -22px;
    }
    .services_each:nth-of-type(3n - 1) {
        margin-left: 0;
    }
    .lang>li>a,
    .main_menu>li>a{
        font-size: 18px;
    }
    .lang>li:nth-of-type(2) a {
        padding: 0 11px;
    }
    .right_lang>div>span {
        font-size: 25px;
        top: 30px;
    }
    .masterfibre_each .overlay h3{
        font-size:16px;
    }
    .masterfibre_each .description a{
            padding: 11px;
    }
    .masterfibre_each .description p{
        width:70%;
        height:47px;
        overflow:hidden;
    }
    .masterfibre_each:nth-of-type(1) .description p,
    .masterfibre_each:nth-of-type(3) .description p{
       padding-right:28%;
        
    }
    .masterfibre_each:nth-of-type(2) .description p,
    .masterfibre_each:nth-of-type(4) .description p{
        padding-left:28%; 
    }
    .products_page .content{
        padding: 0 28px 44px;
        max-height:calc(100% - 140px);
        overflow-y:auto;
    }
    .content_each {
        width: 47.3333%;
        margin-bottom:34px;
    }
    .content_each:nth-of-type(4){
        margin-top:0;
    }
    .content_each:nth-of-type(1) h5,
    .content_each:nth-of-type(2) h5,
    .content_each:nth-of-type(3) h5,
    .content_each:nth-of-type(4) h5,
    .content_each:nth-of-type(5) h5,
    .content_each:nth-of-type(6) h5{
        position:absolute;
        top:auto;
        bottom:0;
        left:calc(50% + 25px);
        margin:0;
        -ms-transform: translateX(-50%); 
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 76%;
    }
    .content_each:nth-of-type(5),
    .content_each:nth-of-type(6){
        margin-top:0;
    }
    .cover_for_bg{
        padding-top:44px;
    }
    .page_114 .cover_for_bg,
    .page_127 .cover_for_bg,
    .page_128 .cover_for_bg{
        padding:44px 0;
    }
    .cover_for h2{
        max-width:none;
    }
    .brand_parent .brand_link{
        right:9px;
    }
}


@media only screen and (max-width: 1023px) {
    .item-page {
        padding: 10px 0px 20px 0px;
   }
    .home_page:before {
        background: url(../images/bg1_1.png) center/100% no-repeat;
    }
    .right_header .right_lang>div>span,
    .right_lang>div>span {
        font-size: 20px;
        top: 42px;
    } 
    .main_menu>li>a{
        padding: 42px 5px 18px;
    }
    .lang{
        padding: 15px 0px 8px;
        max-width: 75px;
    }
    .lang>li {
       text-align:center;
       width:100%;
    }
    .lang>li:nth-of-type(2) a {
        padding:0;
    }
    .masterfibre_content h1{
        font-size:45px;
    }
    .masterfibre_each:nth-of-type(even) .overlay h3{
        top:-52px;
    }
    .masterfibre_each:nth-of-type(3) .overlay h3,
    .masterfibre_each:nth-of-type(4) .overlay h3{
        top:auto;
        bottom:-52px;
    }
    .masterfibre_each .description{
        position:relative;
    }
    .masterfibre_each .description p{
       display:none;
    }
    .masterfibre_each:nth-of-type(2) .description a,
    .masterfibre_each:nth-of-type(4) .description a{
        position:absolute;
        right:0;
    }
    .logo{
        top:68px;  
        left:50%;
    }
    .products_page .content{
        max-width:687px;
        height: 597px!important;
        margin:175px auto 0;
    }
    .right_header, .left_slider{
        width:100%;
     }
    .content_each {
        width: 33.3333%;
        margin-bottom:0;
        text-align:center;
        left:-20px;
    }
    .content_each:nth-of-type(4){
        margin-top:0;
    }
    .content_each:nth-of-type(1) h5,
    .content_each:nth-of-type(2) h5,
    .content_each:nth-of-type(3) h5,
    .content_each:nth-of-type(4) h5,
    .content_each:nth-of-type(5) h5,
    .content_each:nth-of-type(6) h5{
        position:relative;
        top:auto;
        bottom:auto;
    }
    .content_each:nth-of-type(1) h5,
    .content_each:nth-of-type(2) h5,
    .content_each:nth-of-type(3) h5{
        top:auto;
    }
    .content_each:nth-of-type(4),
    .content_each:nth-of-type(5),
    .content_each:nth-of-type(6){
        margin-top:-54px;
    }
    #cp-bg-bar{
        top:auto;
        bottom:22px;
    }
    .cover_for h2{
        font-size:41px;
    }
    body.lang_ru-RU .cover_for h2,
    body.lang_hy-AM .cover_for h2{
        font-size:31px;
    }
    .page_109 .header_second{
        height:auto;
    }
    .about_page .content{
        height:auto!important;
        max-height:none !important;
    }
    .page_109  #cp-bg-bar,
    .page_109  #cp-bg-slide{
        display:none!important;
    }
    .about_page .right_header{
        margin-bottom:0;
    }
    .about_page .content{
        padding: 98px 15px 0;
    }
    .contact_page .content{
        height:auto!important;
        max-height: none!important;
        padding: 98px 15px 22px;
    }
    .header_second.secondary,
    .header_second{
        height:auto;
    }
    .right_header{
        order:1;
    }
    .left_slider{
        order:2;
        height:650px;
    }
    .page_109 .left_slider{
        display:none;
    }
    .page_109 .header_second {
        margin-bottom:0;
    }
    .page_121 .cover_for ul.j_c_center li{
        width: calc(33% - 10px);
    }
    .page_134 .item-page .services_content,
    .page_111 .item-page .services_content,
    .page_135 .item-page .services_content,
    .page_136 .item-page .services_content{
        max-width:700px;
    }
    .brand12 {
        right: 19px;
    }
    .services_each{
        width:50%;    
    }
    .services_each:nth-of-type(3n - 1 ) {
        margin-left: -22px;
    }
    .services_each:nth-of-type(2n) {
        margin-left: 0;
    }
    .penetron_small_each{
        width:25%;
    }
}


@media only screen and (max-width: 812px) {
   .masterfibre_content{
        overflow-x:hidden;
        overflow-y:auto;
        padding-bottom: 91px;
    }
    .masterfibre_content h1{
        margin:0; 
        padding: 29px 0 59px 47px;
        height:auto;
        font-size: 36px;
    }
    .homeMainLogo{
        top:-60px;
        margin-left: -152px;
    }
    #map_canvas{
        height:792px;
    } 
}


@media only screen and (max-width: 767px) {
    .right_header .main_menu,
    .main_menu{
        display:none;
        background: #ffd53e;
        position: absolute;
        top: 69px;
        z-index: 99999;
        width: 117px;
        border: 4px solid #ffffff;
        border-top: none;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
    }
    .pull{
        font-size:18px;
        text-transform:uppercase;
        padding: 28px 22px 18px;
        display:inline-block;
        border: 4px solid #ffffff;
        background: #ffd53e;
        border-top: none;
        border-bottom-left-radius: 14px;
        border-bottom-right-radius: 14px;
        font-weight:bold;
    }
    .pull span{
        display:inline-block;
        border-top:2px solid #000000;
        border-bottom:2px solid #000000;
        padding:2px 7px 2px;
    }
    .lang {
        padding: 14px 0px 1px;
    }
    .main_menu>li>a:hover{
        background: transparent!important; 
        border-color: transparent!important; 
        color: #dbac03;
    }
    .right_header .main_menu>li>a,
    .main_menu>li>a{
        font-size:14px;
        display:block;
        text-align:center;
        padding: 5px;
    } 
    .left_slider {
        height: 550px;
    }
    .masterfibre_each{
        height:135px;
        width: calc(50% - 60px);
    }
    .masterfibre_each .overlay .img_brand img{
        width:94%;
    }
    .masterfibre_each:nth-of-type(even) .overlay .img_brand{
        width: 128px;
        -ms-transform: translateX(-41%);
        -webkit-transform: translateX(-41%);
        transform: translateX(-41%);
    }
    .masterfibre_each:nth-of-type(odd) .overlay .img_brand{
        width: 128px;
        -ms-transform: translateX(46%);
        -webkit-transform: translateX(46%);
        transform: translateX(46%);
    }
    .right_header .header{
        padding:0 15px;
    }
    .right_header .lang {
        position: absolute;
        top:-22px;
        -ms-transform:none;
        -webkit-transform: none; 
        transform: none; 
        border-bottom-left-radius: 14px;
        border-top-left-radius: 0;
        border-bottom-right-radius: 14px;
    }
    .right_header .right_lang{
        width:auto;
    }
    .right_header .lang>li:nth-of-type(2) a {
        padding:0;
    }
    .logo{
        top:60px;
    }
    .logo img{
      max-width:100%;
    }
    .products_page .content{
        height:auto!important;
        max-height:none!important;
        padding: 0 15px 44px;
    }
    .content_each {
        width: 47.3333%;
        margin-bottom:34px;
        left:0;
    }
    .content_each:nth-of-type(4){
        margin-top:0;
    }
    .productItem .img a{
        width:100%;
    }
    .content_each:nth-of-type(1) h5,
    .content_each:nth-of-type(2) h5,
    .content_each:nth-of-type(3) h5,
    .content_each:nth-of-type(4) h5,
    .content_each:nth-of-type(5) h5,
    .content_each:nth-of-type(6) h5{
        position:absolute;
        top:auto;
        bottom:0;
        left:50%;
        margin:0;
        -ms-transform: translateX(-50%); /* IE 9 */
        -webkit-transform: translateX(-50%); /* Safari */
        transform: translateX(-50%);
        width: 76%;
    }
    .content_each:nth-of-type(5),
    .content_each:nth-of-type(6){
        margin-top:0;
    }
    .page_112  #cp-bg-bar {
         top: 780px;
    }
    .page_121 .item-page p{
        text-align:left;
    }
    .our_works h2{
        font-size:35px;
    }
    .page_109 .content p{
        font-size:16px;
    }
    .services_content{
        -webkit-justify-content: center;
        justify-content: center;
    }
    .services_each {
        width: calc(50% - 22px);
        margin-bottom:33px;
    }
    .content p{
        text-align:left;
    }
    .page_112  .content p{
        text-align:right;
    }
     .page_121 .cover_for ul.j_c_center li{
        width: calc(50% - 10px);
    }
    .brand_parent{
        top:0;
    }
    .brand12 {
        top:33px;
        right: calc(50% - 130px);
    }
    .brand_parent .brand_link{
        top:270px;
        right:44px;
    }
    .page_134 .item-page .services_content,
    .page_111 .item-page .services_content,
    .page_135 .item-page .services_content,
    .page_136 .item-page .services_content{
        padding: 340px 15px 0;
        max-width:550px;
    }
    .penetron_small_each{
        width:33%;
    }
    .cover_for .product_tabs ul.j_c_center li,
    .cover_for .gallery-youtube ul>li{
        width: calc(50% - 10px);
    }
    .page_134  .item-page:before{
        background: url(../images/heat_bg.png) right bottom 12px/57% no-repeat;
    }
    .page_136  .item-page:before{
        background: url(../images/bronya_bg.png) right bottom 12px/55% no-repeat;
    }
    .penetron_bg{
        padding-bottom:77px;
    }
    .page_135 .item-page .penetron_bg:before{
        background: url(../images/penetron_bg.png) right bottom 12px/56% no-repeat;
    }
}


@media only screen and (max-width: 567px) {
    .masterfibre_content h1 {
        margin: 0;
        padding: 76px 0 59px 0;
    }
    .homeMainLogo {
        top: -60px;
        margin-left: 0;
        left: 50%;
        -ms-transform: translateX(-50%); /* IE 9 */
        -webkit-transform: translateX(-50%); /* Safari */
        transform: translateX(-50%);
    }
    .right_header .right_lang>div>span,
    .right_lang>div>span{
        font-size:18px;
    }
    .masterfibre_content h1{
        font-size:29px;
    }
    .masterfibre_each .overlay h3{
        font-size:13px;
    }
    .masterfibre_each:nth-of-type(1) .overlay h3,
    .masterfibre_each:nth-of-type(2) .overlay h3{
        top:-68px;
    }
    .masterfibre_each:nth-of-type(3) .overlay h3,
    .masterfibre_each:nth-of-type(4) .overlay h3{
        top:auto;
        bottom:-68px;
    }
    .footer>div{
        padding-right:15px;
    }
    .footer>div:first-of-type {
        padding: 36px 15px 34px 0;
        font-size:18px;
    }
    .content_each{
        width:100%;   
    }
    .right_header .lang{
        top:-26px;
    }
    .about_page .content{
        padding: 171px 15px 0;
    }
    .page_112 #cp-bg-bar {
        top: 822px;
    }
    .contact_page .content {
        padding: 185px 15px 22px;
    }
    .text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap:0;
        -moz-column-gap: 0;
        column-gap:0;
    }
    .page_112  .content p{
        font-size:17px;
    }
   .services_each,
   .cover_for .gallery-youtube ul li {
        width:100% ;
    }
    .bacto_to{
        top:-26px;
    }
    form .form_group1:last-of-type button{
        width:auto;
    }
    .page_121 .cover_for ul li,
    .page_121 .cover_for ul.j_c_center li{
            width:100%;
    }
    .page_134 .item-page .services_content,
    .page_111 .item-page .services_content,
    .page_135 .item-page .services_content,
    .page_136 .item-page .services_content{
        padding: 360px 15px 0;
        max-width:100%;
    }
    .cover_for .product_tabs ul.j_c_center li,
    .services_each{
        width:100%;
        margin-left:0!important;
    }
    .penetron_small_each{
        width:50%;
    }
    .brand12{
        width:200px;
        height:200px;
        right: calc(50% - 100px);
    }
    .brand12 img{
        top: -40px;
        left: -40px;
    }
    .page_134 .brand12 img {
        top: -51px;
        left: -49px;
    }
    .page_136 .brand12 img {
        top: -40px;
        left: -40px;
    }
    .page_121 .cover_for div[itemprop="articleBody"]>ul>li{
            width:100%;
    }
}


@media only screen and (max-width: 414px) {
   .masterfibre_content h1 {
        margin: 0;
        padding: 76px 0 82px 0;
    }
    .masterfibre_each .overlay h3{
        width:125%;
        left:9px;
    }
    .masterfibre_each:nth-of-type(2) .overlay h3,
    .masterfibre_each:nth-of-type(4) .overlay h3{
        left:-24px;
    }
    .right_header .right_lang{
        padding-right: 67px;
    }
     .right_header .lang{
        max-width:56px;
    }
}


@media only screen and (max-width: 375px) {
    .header_top {
        padding: 0 9px;
    }
    .pull {
        font-size: 15px;
        padding: 28px 4px 18px;
    }
    .right_header .lang,
    .lang{
        max-width:56px;
    }
    .lang>li>a{
        font-size: 15px;
    }
    .masterfibre_each {
        width: calc(50% - 53px);
    }
    .masterfibre_each .overlay h3{
        width:145%;
        left:9px;
    }
    .masterfibre_each:nth-of-type(2) .overlay h3,
    .masterfibre_each:nth-of-type(4) .overlay h3{
        left: auto;
        right: 5px;
        text-align: right;
    }
}



/*#slideimgs{*/
    
/*        position: absolute;*/
/*    left: 0;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*}*/







