
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    color:#000000;
    font-size: 16px;
    word-wrap: break-word;
    background:#fff;

}

body.lang_en-GB{
 font-family: 'Noto Sans','Arial', sans-serif;
}

body.lang_hy-AM {
    font-family: 'Arial', sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size:24px;
    
}
a, a:focus, a:hover{
    -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;
    text-decoration: none!important;
    color: #000;
}
p{
   
    line-height: 1.4;
}
ul{
    list-style: none;
}
.fixwidth{
    width:1440px;
    margin:0 auto;
}


.main_wrapper{
        width: 100%;
    display: inline-block;
}

.top_wrapper{
        width: 100%;
    display: inline-block;    
}

.top_row{
    display: grid;
    grid-template-columns: 25% 50% 8% 15%;
    gap: 10px;
    padding: 10px 0;
}

.logo_box a{
    display:block;
}

.logo_box  img{
   height: 50px;
}

.menu_box{
    width: 100%;
    padding-top: 13px;
}

.menuBox ul{
    float:right;
}

.menuBox ul li a{
    font-size: 17px;
    padding: 0 15px;
}

div.mod-languages li{
    width: 100% !important;
    display: inline-block !important;
}

.contact_box{
          width: 100%;
    display: inline-block;     
}

.contact_box a{
    padding: 8px 10px 7px 10px;
    box-sizing: border-box;
    background: #D50E2E;
    color: #fff;
    font-size: 17px;
    display: inline-block;
    border:2px solid transparent;
        border-radius: 5px;
}

.contact_box a:hover{
    color:#D50E2E;
    background:#fff;
     border:2px solid #D50E2E;
}


.contact_box a:hover span:before{
    background: url(../images/qr_color.png) no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px;
}


.contact_box a span{
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 34px;
}

.contact_box a span:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/qr_white.png) no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}


.language_box{
    padding-top: 11px;
}

.langChoose{
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.showcase_wrapper{
          width: 100%;
    display: inline-block;   
    background: linear-gradient(to bottom,  rgba(249,224,224,0.65) 0%,rgba(0,0,0,0) 100%); 
    min-height: 500px;    
}


.showcaseItem{
        width: 100%;
    display: inline-block;
    padding-top: 80px;
    text-align: center;
}

.showcaseItem h2{
    font-size: 43px;
    font-weight: bold;
    width: 75%;
    margin: 25px auto;
}

.showcase_subheader{
         width: 100%;
    display: inline-block;  
    margin-top: 30px;
}

.showcase_subheader a{
        background: #D50E2E;
    color: #fff;
    padding: 7px 25px;
    font-weight: bold;
}

.showcase_subheader ul{
        display: inline-flex;
}

.showcase_subheader ul li{
        position: relative;
    padding: 5px 30px;
}

.showcaseGallery{
         width: 100%;
    display: inline-block;   
}

.showcaseGallery ul{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}


.showcase_subheader ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../images/top_checkbox.png) no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.showcaseData  .owl-nav{
    display:none;
}



.slide .item {
  opacity: 0;
  transform: translateY(40px);
}

.owl-item.active .slide .item {
  animation: slideUp 0.8s ease forwards;
}

.owl-item.active .slide .i0 { animation-delay: 0.4s; }
.owl-item.active .slide .i1 { animation-delay: 1s; }
.owl-item.active .slide .i2 { animation-delay: 0.7s; }
.owl-item.active .slide .i3 { animation-delay: 1.3s; }
.owl-item.active .slide .i4 { animation-delay: 1.6s; }

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.slide .i0{
    margin-top: -100px;
}

.slide .i1{
        margin-top: 50px;
}

.slide .i2{
        margin-top: 120px;
}

.slide .i3{
        margin-top: 50px;
}

.slide .i4{
    margin-top: -100px;
}


.digital_wrapper{
    width: 100%;
    display: inline-block;   
    padding: 60px 0;
    min-height:300px;
    background: linear-gradient(to bottom,  rgba(243,243,243,0.65) 0%,rgba(243,243,243,0.64) 1%,rgba(255,255,255,0) 100%); 
    
}

.block_header{
    width: 100%;
    display: inline-block;
    text-align: center;
}

.block_header h3{
        font-size: 48px;
    font-weight: bold;
}

.block_header h3 span{
        position: relative;
    padding-bottom: 60px;
}

.block_header h3 span i{
        color: #D50E2E;
    font-style: normal;
}


.block_header.white h3 span:after{
    content: "";
    width: 40px;
    height: 40px;    
    background: #fff url(../images/qr_color.png) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background-size: 40px;
    padding:5px 50px;    
}




.block_header h3 span:after{
    content: "";
    width: 40px;
    height: 40px;
    background: #F8F8F8 url(../images/qr_color.png) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background-size: 40px;
    padding:5px 50px;
}


.block_header h3 span:before{
    content: "";
    width: 100%;
    height: 2px;
    background: #A9A9A9;
    position: absolute;
    left: 0;
    bottom: 18px;
}

.digital_content{
    width: 100%;
    display: inline-block;
    padding-top: 100px;
}

.digital_nav{
    width: 100%;
    display: inline-block;
    text-align: center;
position: sticky;
    top: 0px;
    background: #F7F7F7;
    padding-top: 10px;
    border-radius: 0px 0px 10px 10px;
    z-index: 9;    
}

.digital_nav ul{
    display: inline-flex;
}


.digital_nav ul li{
    margin-right: 10px;
}

.digital_nav ul li a{
    padding: 7px 20px;
    display: block;
    font-size: 17px;
     border:2px solid transparent;
     cursor:pointer;
     border-radius:5px;
}

.digital_nav ul li a.active,
.digital_nav ul li a:hover{
    color:#D50E2E;
    border:2px solid #D50E2E;
}

.digital_maincontent{
        width: 100%;
    display: inline-block;
}


.digital_page{
    display:none;
    overflow:hidden;
}

.digital_page.is_visible{
    display:block;
}

.digital_first{
        width: 100%;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    border: 3px solid #D50E2E;
    margin-bottom: 30px;
    padding-left: 100px;
    position:relative;
    border-radius: 5px;
}

.digital_first:before{
    content: "";
    width: 100px;
    height: 100px;
    background: url(../images/qr_color.png);
    position: absolute;
    top: 24%;
    left: 18px;
}


.digital_blocks{
    width: 100%;
    display: inline-block;
}

.digital_blocks>h4{
      text-align: center;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin: 20px 0px 50px 0px;
    text-transform: uppercase;  
}

.feature_item{
    width: 100%;
    display: inline-block;
}

.feature_block1,
.feature_block2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
        padding-bottom: 30px;
}

.feature_block_preview{
    width: 100%;
}

.feature_block_preview img{
width: 100%;
    height: 100%;
    object-fit: contain;
}

.feature_block_content{
     width: 100%;
    display: inline-block;  
}

.first_tabs{
    width: 49%;
    float: left;
    height: 200px;
    margin: 5px 3px;
    padding: 15px;
    box-sizing: border-box;   
        border-radius: 5px;
}
.first_tabs h4{
        font-weight: bold;
}

.tb_content{
        width: 100%;
    height: 100%;
    display: inline-block;
}

.feature_block_content .first_tabs:nth-of-type(1){
    background:#EEEEFF;
}

.feature_block_content .first_tabs:nth-of-type(2){
    background:#F2F4FF;
}

.feature_block_content .first_tabs:nth-of-type(3){
    background:#EEFFEF;
}

.feature_block_content .first_tabs:nth-of-type(4){
    background:#FFEEF8;
}

.feature_block_content .first_tabs:nth-of-type(5){
    background:#EEFFFC;
}

.feature_block_content .first_tabs:nth-of-type(6){
    background:#EEF1FF;
}

.feature_block_content .first_tabs:nth-of-type(7){
    background:#EEEEFF;
}

.feature_block_content .first_tabs:nth-of-type(8){
    background:#F2F4FF;
}

.feature_block_content .first_tabs:nth-of-type(9){
    background:#EEFFEF;
}

.feature_block_content .first_tabs:nth-of-type(10){
    background:#FFEEF8;
}

.feature_block_content .first_tabs:nth-of-type(2n){
    float:right;
    margin-right:0;
}

.middle_description{
        text-align: center;
    font-size: 20px;
    font-weight: bold;
    width: 59%;
    margin: 40px auto;
}

.digital_href .contact_box{
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.digital_href{
    margin-bottom:100px;
}


.work_row{
    width: 100%;
    display: inline-block;
    padding-top: 100px;    
}



.work_row{
        width: 100%;
    display: inline-block;
    padding-top: 100px;
}

.work_row ul{
display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
}

.work_row ul li{
        height: 230px;
    padding: 20px;
    box-sizing: border-box;
    position:relative;
}

.work_row ul li:before{
content: "";
    width: 46px;
    height: 40px;
    background: url(../images/arrow-right.svg) no-repeat center center;
    position: absolute;
    right: -60px;
    top: 79px;
    background-size: 32px;
}

.work_row ul li:last-of-type:before{
    display:none;
}

.work_row ul li:hover{
    box-shadow: 0 0px 13px 5px #ccc;
    -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;    
}

.work_row ul li span{
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 23px;
    line-height: 1;
    padding: 10px;
    box-sizing: border-box;    
}

.work_row ul li h4{
        font-size: 25px;
    font-weight: bold;
    padding: 20px 0;
}

.work_row ul li p{
        margin: 0;
    font-size: 17px;
}


.work_row ul li:nth-of-type(1) span{
       background: #D50E2E; 
}
.work_row ul li:nth-of-type(2) span{
       background: #D5A70E; 
}
.work_row ul li:nth-of-type(3) span{
       background: #22C435; 
}


.middle_wrapper{
width: 100%;
    display: inline-block;
    margin: 100px 0;
}

.banner_row{
width: 100%;
    display: inline-block;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    padding-left: 200px;
    background: url(../images/middle_bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 0px -620px;
    
}

.banner_row p{
    margin:0;
}



.banner_row:after{
    content: "";
    width: 106px;
    height: 107px;
    background: url(../images/qr_white.png) no-repeat;
    position: absolute;
    left: 45px;
    top: 23px;
    background-position: 0 0;
    background-size: 100px;
}


.banner_row h4{
        color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 5px;
}

.banner_row p{
    color: #fff;
    font-size: 18px;
}

footer{
    width: 100%;
    background: #2D2A29;
    height: 160px;
    display: block;    
}


.mainbanner_wrapper,
.faq_wrapper,
.pricing_wrapper{
 width: 100%;
    display: inline-block;   
    min-height:200px;
}

.mainbanner_wrapper {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.mainbanner_bg {
    position: absolute;
    left: 0;
    top: -60%;
    width: 100%;
    height: 200%; 
    background: url(../images/qr-paralax.jpg) center / cover no-repeat;
    transform: translateY(0);
    will-change: transform;
    background-repeat: no-repeat;
    background-size: 100%;
}

.mainbanner_wrapper .fixwidth {
  position: relative;
  z-index: 2;
}


.mainbanner_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.8);
  z-index: 1;
}




.mainbanner_row{
        position: relative;
    z-index: 99;
    padding: 167px 0;
    box-sizing: border-box;
}


.mainbanner_row h4{
        font-size: 53px;
    color: #D50E2E;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

.mainbanner_content{
        color: #fff;
    text-align: center;
    font-size: 35px;
    padding: 50px 0;
    margin: 0 auto;
    width: 60%;
}

.mainbanner_row .contact_box{
    display: block;
    margin: 0 auto;
    width: fit-content;
}



.footer_wrapper{
    width: 100%;
    display: inline-block;
    margin: 100px 0;
}

.footer_banner{
    border: 3px solid #D50E2E;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgb(213, 14, 46, 0.1);
    width: 1000px;
    margin: 0 auto;    
}

.footer_banner_content{
padding-left: 240px;
    width: 100%;
    position: relative;
}

.footer_banner_content:after{
content: "";
    width: 190px;
    height: 215px;
    background: url(../images/footer_form_icon.png) no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    background-position: 30px 0px;
    background-size: 135px auto;
}

.footer_banner_content h4{
        color: #D50E2E;
    font-weight: bold;
    font-size: 27px;
    padding-bottom: 20px;
}

.footer_banner_content p{
    margin: 0px 0px 15px 0px;
    font-size: 17px;
    font-weight: bold;
}

.footer_banner_nav{
        width: 100%;
    display: inline-block;
    margin: 10px 0;
    padding: 15px 0;
}

.footer_banner_nav a{
        padding: 10px;
    box-sizing: border-box;
    background: #D50E2E;
    color: #fff;
    border:1px solid transparent;
}

.footer_banner_nav a:hover{
    background: none;
    color:#D50E2E;
    border:1px solid #D50E2E;
}

.footer_top{
        width: 100%;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 0;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #686868;
    margin-bottom: 10px;
}

.footer_logo{
        width: 100%;
}

.footer_logo img{
    width: auto;
    height: 60px;
}

.footer_link{
    width: 100%;
}

.footer_button{
    width: 100%;
    padding-top: 10px;
}

.footer_button .contact_box{
      display: block;
    width: fit-content;
    float: right;  
}

.footer_copyright{
        width: 100%;
    overflow: hidden;
    padding: 10px 0;
}

.footer_copyright p:nth-of-type(1){
    margin: 0;
    float: left;
    color: #fff;
    font-size: 14px;
}

.footer_copyright p:nth-of-type(2){
margin: 0;
    float: right;
    color: #fff;
    font-size: 14px;
}


.footer_copyright p a{
    color: #fff;
    font-size: 14px;    
}

.footer_link{
     display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;   
}

.fb_2 p{
    margin: 0;
    color: #fff;
    padding: 0px 0;
    font-size: 14px;
}

.fb_1{
    position:relative;
         margin: 0;
     display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}


.fb_1:after{
content: "";
    background: #686868;
    width: 2px;
    height: 50px;
    position: absolute;
    right: 23px;
    top: 5px;
}


.faq_wrapper{
     background: #fafafa;
     padding-top:100px;
}


.faq_row {
    width: 100%;
    display: inline-block;
    padding-top: 50px;
}

.faq {
 
  padding: 80px 16px;

}

.faq-container {
  max-width: 1000px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 8px;
}

.faq-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,.05);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  padding: 20px 24px;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
      border: none;
    outline:none!important;
}


.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #D71030;
  border-bottom: 2px solid #D71030;
  transform: rotate(45deg);
  transition: transform .3s;
}

.faq-item.active .arrow {
  transform: rotate(-135deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;

}

.active .faq-answer{
   padding-top:15px;
      border-top: 1px solid #ccc;   
}

.faq-answer p {
  padding: 0 24px 20px;
  color: #555;
  line-height: 1.6;
}




.pricing {
  padding: 80px 16px;
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
}

.pricing-header {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.billing-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f5f5f5;
  padding: 8px 12px;
  border-radius: 40px;
}

.billing-label {
  font-size: 14px;
  cursor: pointer;
  opacity: .6;
}

.billing-label.active {
  opacity: 1;
  font-weight: 600;
}

.save {
  background: #b9ff66;
  color: #000;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 12px;
  margin-left: 6px;
}

.toggle {
  width: 42px;
  height: 22px;
  background: #000;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}

.toggle-circle {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  transition: transform .3s;
}

.toggle.yearly .toggle-circle {
  transform: translateX(20px);
}

.pricing-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.plan {
  border-radius: 20px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  position: relative;
}

.plan.popular {
  background: #f3ffe0;
}

.badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #b9ff66;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 20px;
  font-weight: 600;
}

.plan-icon {
  font-size: 28px;
  margin-bottom: 16px;
}

.plan h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.desc {
  color: #666;
  font-size: 14px;
  margin-bottom: 24px;
}

.price {
  font-size: 40px;
  font-weight: 700;
}

.period {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

.btn {
  width: 100%;
  margin: 20px 0 8px;
  padding: 14px;
  border-radius: 10px;
  font-weight: 600;
  cursor: pointer;
  border: none;
}

.btn.primary {
  background: #000;
  color: #fff;
}

.btn.outline {
  background: transparent;
  border: 1px solid #000;
}

.note {
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
}

.features {
  list-style: none;
  padding: 0;
}

.features li {
  margin-bottom: 10px;
  font-size: 14px;
}

.features li::before {
  content: "✓";
  margin-right: 8px;
  color: #000;
}






.plan{
  opacity: 0;
  transform: translateY(40px);
}

.plan {
  animation: slideUp 0.8s ease forwards;
}


.plan .i0 { animation-delay: 1s; }
.plan .i1 { animation-delay: 1.6s; }
.plan .i2 { animation-delay: 1.3s; }


.btn.outline:hover,
.btn.primary:hover{
    background:#D50E2E;
    color:#fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}


.aboutContent{
    width:100%;
    display:inline-block;
    background:#F9FAFC;
     padding: 100px 0px 50px 0px;
     margin-bottom:50px;
}


.about_item_datat{
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 10px;
    padding: 10px 0;
}


.aboutContent h1{
    text-align: center;
    font-size: 35px;
    padding-bottom: 30px;
    font-weight:bold;
}
.aboutContent h1 span{
    color:#D50E2E;
}

.about_preview{
        text-align: center;
}


.about_preview img{
    max-height:500px;
}

.about_item_text{
        padding-top: 30px;
}


.about_item_text p{
        font-size: 21px;
}









.moto-widget-callback.moto-preset-default {
  bottom: 60px;
  right: 40px;
  left: auto;
  box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
  background-color: #ffffff;
  color: #231F20;
  max-height: 80vh;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 70px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 60px;
    left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 60px;
    left: 10px;
  }
}




.moto-widget-callback.moto-preset-default.moto-widget-callback_opened,
.moto-widget-callback.moto-preset-default.moto-widget-callback_opening {
  border-radius: 3px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 40px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  border-radius: 40px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 80px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-divider {
  border-top-color: #cfcfcf;
  border-top-width: 1px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button {
  color: #191919;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button:hover {
  color: #231F20;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button {
  color: #191919;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button:hover {
  color: #231F20;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_open-button {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_link {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button:hover .moto-widget-callback__overlay_open-button {
  background-color: rgba(255,255,255,0.35);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-item:hover .moto-widget-callback__overlay_link {
  background-color: rgba(255,255,255,0.25);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
  width: 80px;
  height: 80px;
  font-size: 50px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty),
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_empty {
    width: 70px;
    height: 70px;
    font-size: 45px;
  }
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  width: 80px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
  .moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
    width: 70px;
  }
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 50px;
  line-height: 80px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default .moto-widget-callback__open-button .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
    font-size: 45px;
    line-height: 70px;
  }
}


.moto-widget-callback {
  position: fixed;
  overflow: hidden;
  transition: 0.2s ease;
  transition-delay: 0.2s;
  display: block;
  z-index: 999;
  box-sizing: content-box;
  background-clip: content-box;
}
.moto-widget-callback__wrapper {
  box-sizing: border-box;
}
.moto-widget-callback__thumbnail-wrapper {
  text-align: center;
}
.moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.moto-widget-callback__thumbnail_icon {
  max-width: 100%;
}
.moto-widget-callback__open-button,
.moto-widget-callback__body {
  transition: opacity 0.4s;
}
.moto-widget-callback_opened {
  overflow-y: auto;
}
.moto-widget-callback_opened,
.moto-widget-callback_opening {
  width: 280px;
}
.moto-widget-callback_opening .moto-widget-callback__open-button,
.moto-widget-callback_closing .moto-widget-callback__open-button,
.moto-widget-callback_opening .moto-widget-callback__body,
.moto-widget-callback_closing .moto-widget-callback__body {
  opacity: 0 !important;
}
.moto-widget-callback__body {
  padding: 30px;
  width:100%;
}
.moto-widget-callback__more-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.moto-widget-callback__more-details-wrapper {
  margin: 25px 0;
}
.moto-widget-callback__more-details-item {
  margin-right: 20px;
  position: relative;
}
.moto-widget-callback__more-details-item:nth-child(4n):not(:last-child) {
  margin-bottom: 20px;
}
.moto-widget-callback__more-details-item:nth-child(4n) {
  margin-right: 0;
}
.moto-widget-callback__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.4s;
  pointer-events: none;
}
.moto-widget-callback__link {
  display: block;
  width: 32px;
  height: 32px;
  background: center no-repeat;
  background-size: contain;
}
.moto-widget-callback__body_more-details-enabled {
  padding-bottom: 0;
}
.moto-widget-callback__more-details-divider {
      margin: 0 -30px 23px 0px;
}
.moto-widget-callback__more-details-button-wrapper {
  height: 30px;
  text-align: center;
  overflow: hidden;
}
.moto-widget-callback__more-details-button {
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  transition: 0.4s;
}
.moto-widget-callback__body_more-details-opened .moto-widget-callback__more-details-button {
  transform: rotate(180deg);
}
.moto-widget-callback__open-button {
  cursor: pointer;
}
.moto-widget-callback__close-button {
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 30px;
  line-height: 0.5;
  cursor: pointer;
  transition: color 0.4s;
}
.moto-widget-callback__link-telegram_chat {
  background-image: url(../images/telegram.png);
}
.moto-widget-callback__link-whatsapp_chat {
    background-image: url(../images/whatsapp.png);
}
.moto-widget-callback__link-viber_public_account {
  background-image: url(../images/viber.png);
}
.moto-widget-callback__link-fb_messenger_chat {
 background-image: url(../images/facebook.png);
}


.digital_first ul{
        padding-left: 40px;
}

.digital_first ul li{
    padding:0px 0px 0px 30px;
    position:relative;
    color: #333;
}

.digital_first ul li:before{
content: "";
    width: 7px;
    height: 7px;
    background: #333;
    position: absolute;
    left: 10px;
    top: 9px;
    border-radius: 100%;
}






.contact {
  padding: 80px 16px;
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
}

.contact-container {
  max-width: 1100px;
  margin: 0 auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 48px;
}

.contact-header h2 {
  font-size: 36px;
  font-weight: 700;
}

.contact-header h2 span {
  color: #e6002d;
}

.contact-header p {
  font-size: 18px;
  margin-top: 8px;
}

.contact-box {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

/* FORM */
.contact-form {
  background: #fff;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: none;
  background: #f7f7f7;
  font-size: 14px;
  outline:none;
}

textarea {
  resize: none;
  height: 120px;
}

.submit-btn {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: #D50E2E;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  outline:none;
}

.submit-btn:hover {
  opacity: .9;
}

/* INFO */
.contact-info {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 32px;
}

.info-item {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.info-item:last-child {
  margin-bottom: 0;
}

.icon {
  font-size: 22px;
  color: #7f3af2;
}

.info-item h4 {
  font-size: 16px;
  margin-bottom: 4px;
}

.info-item p {
  font-size: 14px;
  color: #555;
}

/* ADAPTIVE */
@media (max-width: 900px) {
  .contact-box {
    grid-template-columns: 1fr;
  }
}




.registration {
    padding: 60px 20px;
}

/* Header */

.reg_header {
    text-align: center;
    margin-bottom: 40px;
}

.reg_header h2 {
    font-size: 28px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom:30px;
}

.reg_header h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 3px;
    background: #d6002a;
}

/* Card */

.reg_card {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* Form */

.form_group {
    margin-bottom: 28px;
}

.form_label {
    display: block;
    font-weight: 600;
    margin-bottom: 14px;
    font-size: 14px;
}

input[type="text"],
input[type="email"],
textarea,
select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    font-size: 14px;
    box-sizing: border-box;
    outline:none;
}

textarea {
    min-height: 120px;
    resize: vertical;
    outline:none;
}

select {
    appearance: none;
}

/* Checkboxes */

.checkbox_group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.check_item {
    background: #f0f0f0;
    padding: 10px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.check_item input {
    accent-color: #d6002a;
}

/* Footer */

.reg_footer {
    max-width: 900px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_back {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
}

.btn_continue {
    background: #d6002a;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.btn_continue:hover {
    background: #b40022;
}

/* Steps */

.steps {
    display: flex;
    gap: 8px;
}

.step {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
}

.step.active {
    background: #d6002a;
}



.reg_steps_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.step_item {
display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    color: #999;
    width: 100px;
    text-align: center;
}

.step_item .circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 8px;
    transition: 0.3s;
}

.step_item.active .circle,
.step_item:hover .circle {
    background: #d6002a;
    color: #fff;
}

.step_item.active span,
.step_item:hover span{
    color: #000;
    font-weight: 600;
}

.step_line {
    width: 63px;
    height: 2px;
    background: #e5e5e5;
    margin: 0 0;
    position: relative;
    top: -21px;
    left: 0;
}

/* Если шаг completed */
.step_item.completed .circle {
    background: #d6002a;
    color: #fff;
}

.step_item.completed + .step_line {
    background: #d6002a;
}

.step_item span{
    height:45px;
}




.mobIcons{
    display:none;
}

.mobIcons a div{
    width: 50px;
    height: 3px;
    background-color: #D50E2E;
    margin: 6px 0px 5px 3px;
    cursor: pointer;
    position: relative;
    top: 0px;
    z-index: 9;
}


button,
button:focus{
    outline:none!important;
}



.lang_hy-AM .contact_box a{
        font-size: 16px;
}

.lang_hy-AM .first_tabs h4{
        font-size: 16px;
    margin-bottom: 10px;
}

.step-form{
    display:none;
}


#logoPreview{
    width: 100px;
    margin-left: 100px;
}












.file-upload {
  display: flex;
  align-items: center;
  gap: 12px;
}

.file-upload__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.file-upload__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #D50E2E;
  color: white;
  padding: 12px 24px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.file-upload__label:hover {
  background: #e81e3c;
  transform: scale(1.02);
}

.file-upload__label:active {
  transform: scale(0.98);
}

.file-upload__icon {
  font-size: 20px;
}

.file-upload__filename {
  color: #333;
  font-size: 14px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.review-container {
    max-width: 1100px;
    margin: auto;
}

.review-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
}

.review-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.review-card h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 40px;
}

.review-item {
    display: flex;
    flex-direction: column;
}

.review-item.full {
    grid-column: span 2;
}

.label {
    font-size: 13px;
    color: #888;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.value {
    font-size: 15px;
    color: #222;
    word-break: break-word;
}

.logo-preview {
    max-height: 60px;
    border-radius: 6px;
    border: 1px solid #eee;
    padding: 5px;
    background: #fafafa;
}

.submit-area {
    text-align: right;
    margin-top: 30px;
}

.submit-btn {
    background: #D50E2E;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
    transition: 0.3s;
}

.submit-btn:hover {
    background: #D50E2E;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .review-grid {
        grid-template-columns: 1fr;
    }

    .review-item.full {
        grid-column: span 1;
    }
}


.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  animation: fadeIn 0.3s ease-in-out;
}

.popup-content {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 400px;
  width: 90%;
  position: relative;
  animation: slideDown 0.4s ease-in-out;
  margin: 60px auto;
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes slideDown {
  from {transform: translateY(-30px); opacity: 0;}
  to {transform: translateY(0); opacity: 1;}
}


.popup-content h2{
        margin-bottom: 20px;
}


.step_item .circle{
    cursor:pointer;
}



.wrong_value{
    border:1px solid red!important;
    box-shadow: 2px 0px 6px 0px #c1300b;
}
















