.arshine2-mo_leftmenu {
  background: #F5F5F5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  overflow-x: hidden;
  box-sizing: content-box;
  width: 70%;
  max-width: 350px;
  -webkit-overflow-scrolling: touch;
  z-index: 105 !important;
  -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
  box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}

.arshine2-mo_leftmenu .tit {
  height: 50px;
  line-height: 50px;
  background: #353535;
}

.arshine2-mo_leftmenu .tit h6 {
  float: left;
  color: #fff;
  padding: 0 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Times New Roman";
  line-height: 50px;
}

.arshine2-mo_leftmenu .tit span {
  float: right;
  cursor: pointer;
  width: 50px;
  text-align: center;
}

.arshine2-mo_leftmenu .tit span i {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
}

.arshine2-mo_leftmenu>ul {}

.arshine2-mo_leftmenu>ul>li {
  line-height: 50px;
  font-size: 15px;
  border-top: 2px solid #e5e5e5;
  position: relative;
}

.arshine2-mo_leftmenu>ul>li>a {
  padding: 0 0 0 20px;
}

.arshine2-mo_leftmenu>ul>li>i {
  position: absolute;
  color: #333;
  font-size: 12px;
  top: 5px;
  right: 0;
  z-index: 1;
  width: 50px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.arshine2-mo_leftmenu>ul.arshine2_menu>li.current>a{
  color: var(--color-primary);
}

.arshine2-mo_leftmenu ul li a {
  color: #333;
  display: block;
  line-height: 45px;
}

.arshine2-mo_leftmenu ul li a:hover {
  text-decoration: none;
  color: var(--color-primary);
}

.arshine2-mo_leftmenu ul li ul {
  display: none;
  padding-bottom: 10px;
}

.arshine2-mo_leftmenu ul li ul li {
  line-height: 35px;
}

.arshine2-mo_leftmenu ul li ul li a {
  background: url("../images/d.png") no-repeat 25px center;
  padding: 0 0 0 40px;
}

.arshine2-mo_leftmenu.menu-transitioning {
  -ms-transform: translateX(0);
  transform: translateX(0)
}

.arshine2-header {
  height: 89px;
  background: #fff;
}

.arshine2-header>div {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  z-index: 20;
}

.arshine2-header .logo img {
  height: 74px;
  object-fit: contain;
}

.arshine2-header .nav {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.arshine2-header .nav>ul {
  margin: 0;
}

.arshine2-header .nav>ul>li {
  float: left;
  position: relative;
  margin: 0 18px;
}

.arshine2-header .nav>ul>li:nth-child(2) {
  position: static;
}

.arshine2-header .nav>ul>li>a {
  display: block;
  font-size: 18px;
  color: #333;
  padding: 0 3px;
  line-height: 89px;
  text-transform: uppercase;
  position: relative;
}

[lang=ru] .arshine2-header .nav>ul>li>a {
  font-size: 15px;
}

[lang=fr] .arshine2-header .nav>ul>li>a {
  font-size: 15px;
}

[lang=es] .arshine2-header .nav>ul>li>a {
  font-size: 15px;
}
.arshine2-header .nav > ul > li+li{margin-left:35px;}
.arshine2-header .nav>ul>li>a::after {
  content: "";
  width: 30px;
  height: 4px;
  background: var(--color-primary);
  position: absolute;
  left: calc(50% - 15px);
  bottom: -1px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform-origin: center center;
  transition: all .15s ease-out;
  opacity: 0;
}

.arshine2-header .nav>ul>li ul {
  position: absolute;
  width: 260px;
  height: auto;
  left: 2px;
  text-align: left;
  top: 91px;
  z-index: 100;
  padding: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -6px 9px 0px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
}

.arshine2-header .nav>ul>li>ul::before {
  content: '';
  position: absolute;
  left: 60px;
  margin: 0;
  top: -8px;
  overflow: hidden;
  display: inline-block;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
}

.arshine2-header .nav>ul>li>ul li {
  border-bottom: 1px solid #EDEDED;
  position: relative;
}

.arshine2-header .nav>ul>li>ul li:last-child {
  border: none;
}

.arshine2-header .nav>ul>li>ul li>a {
  display: block;
  border-radius: 4px;
  padding: 8px 10px;
  color: #333;
  font-size: 16px;
  text-transform: capitalize;
}

.arshine2-header .nav>ul>li>ul>li>a {
  padding-right: 20px;
}

.arshine2-header .nav>ul>li>ul li>a i {
  position: absolute;
  right: 10px;
  top: calc(50% - 7px);
  font-size: 13px;
}

.arshine2-header .nav>ul>li>ul li:hover>a {
  background: var(--color-primary);
  color: #fff;
}

.arshine2-header .nav>ul>li>ul li ul {
  left: 250px;
  top: 0;
}

.arshine2-header .nav>ul>li:hover>a,
.arshine2-header .nav>ul>li.current>a {
  color: var(--color-primary) !important;
}

.arshine2-header .nav>ul>li:hover>a::after,
.arshine2-header .nav>ul>li.current>a::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.arshine2-header .nav>ul>li:hover>a>i {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.arshine2-header .nav>ul li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}




.arshine2-header.nav>ul>li>.dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 121px;
  border-radius: 6px;
  background: #fff;
  padding: 40px 45px;
  z-index: 1000;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.arshine2-header.nav>ul>li>.dropdown .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.arshine2-header.nav>ul>li>.dropdown dl {
  width: 33.3333%;
  padding: 20px 0;
}

.arshine2-header.nav>ul>li>.dropdown dl:last-child {
  border-bottom: none;
}

.arshine2-header.nav>ul>li>.dropdown dl dt {
  font-size: 20px;
  color: #000;
  font-family: 'Poppins-SemiBold';
  margin: 0 0 18px;
}

.arshine2-header.nav>ul>li>.dropdown dl dt a:hover {
  color: var(--color-primary);
}

.arshine2-header.nav>ul>li>.dropdown dl dd {
  position: relative;
  color: #333;
}

.arshine2-header.nav>ul>li>.dropdown dl dd~dd {
  margin-top: 10px;
}

.arshine2-header.nav>ul>li>.dropdown dl dd a {
  display: block;
  font-size: 17px;
  line-height: 24px;
  text-transform: capitalize;
}

.arshine2-header.nav>ul>li>.dropdown dl dd a:hover {
  color: var(--color-primary);
}

.arshine2-header.nav>ul>li>.dropdown .pic {
  width: 260px;
}

.arshine2-header.nav>ul>li:hover>.dropdown {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
}

.arshine2-header .header_right {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

.arshine2-header .header-lang {
  position: relative;
  z-index: 20;
}

.arshine2-header .header-lang .box {
  height: 34px;
  width: 90px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 7px;
}

.arshine2-header .header-lang .box img {
  display: none;
}

.arshine2-header .header-lang .box em {
  margin: 0 7px;
  line-height: 18px;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
}

.arshine2-header .header-lang .box i {
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.arshine2-header .header-lang .box i:nth-of-type(1) {
  font-size: 24px;
}

.arshine2-header .header-lang .lang-box {
  width: 200px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 42px;
  z-index: 200;
  background: #fff;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease 0s;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.arshine2-header .header-lang .lang-box::before {
  content: '';
  position: absolute;
  right: 37px;
  top: -8px;
  overflow: hidden;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  display: block;
}

.arshine2-header .header-lang ul {
    text-align: left;
    font-size: 0;
    max-height: 160px;
    overflow-y: scroll;
}

.arshine2-header .header-lang ul li {
  display: inline-block;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 5px 0;
  margin: 0 10px;
  border-bottom: 1px solid #f5f5f5;
}

.arshine2-header .header-lang ul li:last-child {
  border: none;
}

.arshine2-header .header-lang ul li a {
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.arshine2-header .header-lang ul li a:hover {
  color: var(--color-primary);
}

.arshine2-header .header-lang ul li img {
  vertical-align: middle;
  margin-right: 7px;
}

.arshine2-header .header-lang:hover .lang-box {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.arshine2-header .header_right>span {
  width: 40px;
  height: 34px;
  line-height: 40px;
  text-align: center;
  color: #333;
  cursor: pointer;
  display: none;
}

.arshine2-header .header_right>span i {
  font-size: 24px;
}

.home .arshine2-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.home .arshine2-header .nav>ul>li>a {
  /* color: #fff; */
}

.home .arshine2-header .header-lang .box em {
  /* color: #fff; */
}

.home .arshine2-header .header-lang .box i {
  /* color: #fff; */
}

.home .arshine2-header .header_right>span {
  color: #fff;
}

.home .arshine2-header.header-fix {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.home .arshine2-header.header-fix .nav>ul>li>a {
  color: #333;
}

.home .arshine2-header .search h3 i {
  /* color: #fff; */
}

.home .arshine2-header.header-fix .search h3 i {
  color: #333;
}

.home .arshine2-header.header-fix .header-lang .box em {
  color: #333;
}

.home .arshine2-header.header-fix .header-lang .box i {
  color: #333;
}

.home .arshine2-header.header-fix .header_right>span {
  color: #333;
}

.arshine2-header .search {
  margin: 0 0 0 10px;
  position: relative;
}

.arshine2-header .search h3 {
  width: 45px;
  height: 36px;
  margin: 0;
  cursor: pointer;
  font-weight: 400;
  text-align: center;
}

.arshine2-header .search h3 i {
  color: #333;
  font-size: 25px;
  line-height: 36px;
  -webkit-text-stroke-width: 0.1px;
  text-stroke-width: 0.1px;
}

.arshine2-header .search .serchbox {
  display: none;
  position: absolute;
  background: #666;
  width: 255px;
  padding: 10px;
  top: 36px;
  right: 0;
  z-index: 1000;
}

.arshine2-header .search .serchbox .submit_text {
  background: #fff;
  border: 1px solid #fff;
  border-right: none;
  width: 200px;
  height: 33px;
  line-height: 33px;
  float: left;
  color: #333;
  padding: 0 0 0 6px;
}

.arshine2-header .search .serchbox .submit_btn {
  width: 35px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  font-size: 14px;
  color: #fff;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  float: right;
  cursor: pointer;
}

.arshine2-header .search:hover h3 {
  background: #666;
}

.arshine2-header .search:hover h3 i {
  color: #fff !important;
}

.arshine2-header .search:hover .serchbox {
  display: block;
}

.inquiry-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.inquiry-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1000
}

.inquiry-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -286px;
  float: none;
  width: 80%;
  padding: 58px;
  background: #fff
}

.inquiry-popup .div_info h3 {
  padding-bottom: 20px;
  font-family: montserrat-bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1px;
}

.inquiry-popup-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999
}


.inquiry-popup .inquirbox h5 {
  background: #F0B323;
}

.inquiry-popup .inquirbox .row {
  margin-bottom: 15px;
}

.inquiry-popup .inquirbox .row:last-of-type {
  margin-bottom: 0;
}

.inquiry-popup .inquirbox input[type="text"],
.inquiry-popup .inquirbox textarea {
  padding: 10px 10px;
  font-size: 16px;
  border: 1px solid #D2D2CF;
  width: 100%;
  line-height: 22px;
  text-align: left;
  color: #111;
  box-sizing: border-box;
}

.inquiry-popup .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none;
}

.inquiry-popup .inquirbox input[type="text"]:focus,
.inquiry-popup .inquirbox textarea:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(63, 62, 62, 0.2);
}

.inquiry-popup .inquirbox .red {
  color: #f00;
  font-weight: bold;
}

.inquiry-popup .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
}

.inquiry-popup .inquirbox .submit {
  margin: 0 auto;
  width: 100%;
  line-height: 42px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.inquiry-popup .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.crm-form .inquirbox input[type="text"],
.crm-form .inquirbox textarea {
  padding: 10px 12px;
  font-size: 16px;
}

.crm-form .inquirbox .submit {
  margin: 0 auto;
  line-height: 45px;
  background: var(--color-primary);
  border-radius: var(--button-radius);
  text-align: center;
  display: block;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.crm-form .inquirbox .submit i {
  font-size: 22px;
}

.crm-form .inquirbox .submit:hover {
  background: none;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

@media screen and (max-width:1171px) {
  .arshine2-header .header_right>span {
    display: block;
  }

  .arshine2-header .nav {
    display: none;
  }
}

@media screen and (max-width:768px) {
  .arshine2-header .header {
    height: auto;
    padding: 15px 0;
  }

  .home .arshine2-header {
    position: static;
    background: #242A3A;
  }

  .arshine2-header .header_right>span {
    display: block;
  }

  .arshine2-header .search h3 i {
    font-size: 22px;
  }

  .arshine2-header .header-lang .box em {
    margin: 0 6px;
    font-size: 16px;
  }

  .arshine2-header .header-lang ul li a {
    font-size: 14px;
  }

  .arshine2-header .header-lang ul li img {
    margin-right: 5px;
    height: 16px;
  }
}

@media screen and (max-width:480px) {
  .arshine2-header .header .logo img {
    height: 48px;
  }

  .arshine2-header .header-lang .box img {
    height: 16px;
  }

  .arshine2-header .header-lang .box em {
    margin: 0 5px;
    line-height: 16px;
    font-size: 14px;
  }

  .arshine2-header .header-lang .box i {
    font-size: 14px;
  }

  .arshine2-header .header-lang ul li a {
    font-size: 14px;
  }
}




@media screen and (max-width:992px){
.arshine2-header {
    height: auto;
    min-height: 60px;
}.arshine2-header .logo img {
    height: 64px;
}
}
@media screen and (max-width:768px){
.arshine2-header .logo img {
    height: 54px;
}
}


@media screen and (max-width:1200px){
.arshine2-header .nav>ul>li {
    margin: 0 5px;
}.arshine2-header .nav > ul > li+li {
    margin-left: 5px;
}
}


@media screen and (max-width:992px){
.div_info .crmFormVali-error {
    position: initial !important;
}
}