*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    margin:0;
    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
 
}


body.lang_hy-AM{
    font-family: 'Noto Sans','Arial', sans-serif;
}


body.lang_ru-RU{
    /* font-family: Roboto,sans-serif;*/
    font-family: 'Noto Sans','Arial', sans-serif;
}


body.lang_en-GB{
   /* font-family: Roboto,sans-serif;*/
   font-family: 'Noto Sans','Arial', sans-serif;
}




h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    /*color:#1c0440;*/
}
a, a:hover, a:focus,button:hover{
    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;
}
input{
outline:none;
}
p{
    line-height: 1.4;
}
ul{
    list-style: none;
    margin-bottom: 0;
}




.main_width{
    width:1280px;
    margin:0 auto;
}

.video_wrapper{
    width: 100%;
    height: 496px;
}

.video_wrapper video{
        width: 100%;
    border: none;
}

.top_wrapper{
    position: relative;
    z-index: 9999;
    background: #37021E;
}

.top_data{
        width: 100%;
    display: inline-block;
    padding: 20px 0px 15px 0px;
}

.logo_row{
        float: left;
}

.top_right{
        float: right;
    padding: 26px 0;
}

.top_right ul{
        width: 100%;
    display: inline-flex;
}

.top_right ul li a{
        color: #fff;
    font-size: 18px;
    padding: 0px 20px 0px 0px;
    cursor:pointer;
}

.top_right ul li:last-of-type a{
        border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 12px;
}

.about_wrapper{
    width: 100%;
    background: #f5f5f5;
    padding: 50px 0;
    padding-top: 100px;
    overflow: hidden;
}

.about_row{
        float: left;
    width: 50%;
}

.about_text{
    padding-top: 20px;
}

.about_text h2{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
    padding-left: 38px;
    background: url(../images/header_ico.png) no-repeat left top;
    color: #42142C;
    background-size: 27px auto;
}

.about_text p{
    color: #343434;
    width: 80%;
    font-size: 19px;
}

.about_preview{
        width: 50%;
    float: right;
}

.message_wrapper{
        width: 100%;
    background: #F5F5F5;
    min-height: 100px;
        padding: 100px 0;
}


footer{
        width: 100%;
    overflow: hidden;
    background: #42142C;
    height: 160px;
}


.order_wrapper{
      width: 100%;
    padding: 100px 0px 70px 0px;  
}

.order_box h4{
        text-align: center;
    color: #42142C;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.order_item{
        width: 100%;
    display: inline-block;
}

.order_item input{
        border: none;
    border-bottom: 2px solid #E0DFDF;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
        outline: none;
        font-size:18px;
}

.sb_row{
width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
}

.sb_row button{
    border: none;
    background: #42142C;
    color: #fff;
    padding: 23px 50px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-size: 18px;
}


.message_wrapper p{
    font-size: 25px;
    padding: 20px 100px;
    border: 2px solid #42142C;
    border-radius: 10px;
    color: #42142C;
    text-align: center;
}


.footer_box{
        width: 100%;
    display: inline-block;
    padding: 38px 0px;
}

.footer_box .footer_item:nth-of-type(1){
        width: 33%;
    float: left;
}


.footer_box .footer_item:nth-of-type(2){
     width: 33%;
    float: left;
    text-align: center;   
}

.footer_box .footer_item:nth-of-type(3){
      width: 33%;
    float: right;
    text-align: right;  
}


.footer_box .footer_item:nth-of-type(2) h5{
    color: #fff;
    margin-bottom: 5px;
}

.footer_box .footer_item:nth-of-type(2) ul{
    display: inline-flex;
}

.footer_box .footer_item:nth-of-type(2)  ul li img{
     width:36px;
}



.footer_box .footer_item:nth-of-type(3) ul{
    display: inline-block;
}

.footer_box .footer_item:nth-of-type(3)  ul li{
     padding: 0 10px;
     text-align:left;
     color:#fff;
}


.footer_box .footer_item:nth-of-type(3) ul li:nth-of-type(1){
    background: url(../images/phone_ico.png) no-repeat left top;
    background-size: 25px auto;
    padding: 2px 0px 10px 35px;
}

.footer_box .footer_item:nth-of-type(3) ul li:nth-of-type(2){
    background: url(../images/email_ico.png) no-repeat left top;
    background-size: 25px auto;
    padding: 2px 0px 10px 35px; 
}

.footer_box .footer_item:nth-of-type(3) ul li:nth-of-type(3){
    background: url(../images/location_icon.png) no-repeat left 5px top;
    background-size: auto 21px;
    padding: 2px 0px 10px 34px;
}

#dialog-content h2{
        font-size: 21px;
    text-align: center;
    color: #37021E;
    padding-bottom: 20px;
}

#dialog-content p{
        margin-bottom: 20px;
}


#dialog-content p strong{
    color: #37021E;
    width: 100%;
    display: inline-block;
}


#dialog-content{
   border-radius: 10px;
}


 span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
span.deleteicon span {
    position: absolute;
    display: block;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}
span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}


.footer_box .footer_item:nth-of-type(1) img{
        width: 220px;
}

.anim_top:hover{
    background: #fff;
    color: #37021E;
}

#mobile_video{
    display:none;
}




.popOverlay{
    display:none;
        width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
}

.modal-content h2{
        text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

.modal-content {
    position: fixed;
    top: 40%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fefefe;
    width: 100%;
    padding: 20px;
    max-width: 820px;
    border-radius: 10px;
}

.modal-content .lang {
    position: absolute;
    right: 15px;
    top: 10px;
    vertical-align: middle;
}

.modal-content .lang a {
    color: #3d3d3d;
    text-decoration: none;
}

.modal-content .form-group-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.custom-select {
    position: relative;
}

.custom-label {
    color: lightgray;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
}

.modal-content select {
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #3d3d3d;
    padding: 8px 16px;
    width: 100%;
    font-size: 20px;
    outline: unset;
}

.modal-content .button-2-container {
    text-align: center;
}

.modal-content .button {
    display: inline-block;
    border: unset;
    font-size: 20px;
    margin-top: 0;
    padding: 15px 40px;
    cursor: pointer;
    background: #37021E;
    border-radius: 10px;
    color: #fff;

}

#general-modal{
    z-index: 9999;
    position: absolute;
}
