/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/index.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
@import "//fonts.googleapis.com/css?family=Roboto:300,500&amp;amp;subset=cyrillic,cyrillic-ext";
@import "//fonts.googleapis.com/css?family=Quicksand:300,500&amp;amp;subset=cyrillic,cyrillic-ext";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
header .logo{
  display: flex;
  padding-right: 0;
}
.five-container{ padding: 30px 0;}
strong{ font-weight: bold;}
.pro-pro-head{ margin-bottom: 30px;}
.pro-pro-head a{ display: inline-block; padding: 10px 20px; color: #222;}
.pro-pro-head a.active{ background: #ff5e0e; color: #fff;}
/* line 22, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ant-card-head-title{ text-transform: capitalize;}
/* line 28, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby27-x64/lib/ruby/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'm-ru';
  src: url(../fonts/TitilliumWeb-Regular.ttf);
}
@font-face {
  font-family: 'm-bold';
  src: url(../fonts/TitilliumWeb-Bold.ttf);
}
@keyframes anim-1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.contlxw ul li{ margin-bottom: 10px;}
.contlxw ul li a{color: gray;}
.footer-block input::-webkit-input-placeholder,.footer-block textarea::-webkit-input-placeholder  { 
  /* WebKit browsers */ 
  color: #ccc; 
  } 
.footer-block input:-moz-placeholder,.footer-block textarea:-moz-placeholder { 
  /* Mozilla Firefox 4 to 18 */ 
  color: #ccc; 
  } 
  .footer-block input::-moz-placeholder,.footer-block textarea::-moz-placeholder { 
  /* Mozilla Firefox 19+ */ 
  color: #ccc; 
  } 
  .footer-block input:-ms-input-placeholder,.footer-block textarea:-ms-input-placeholder { 
  /* Internet Explorer 10+ */ 
  color: #ccc; 
  }
.pro-list .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pro-list .swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: row;
}
.pro-list .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.proindex_box .itemlist .item img{ max-height: 300px;}
.prozlist{ margin-top: 20px;}.prozlist li{ position: relative; padding-left: 10px; font-size: 14px; margin-bottom: 10px;}.prozlist li:before{ content: ""; position: absolute; left: 0; width: 3px; height: 3px; background: #ff5e0e; top:3px; border-radius: 50%;} 
.proindex_box{ margin-top: 40px;}.proindex_box .itemlist{ display: flex; margin-bottom: 40px;    border-bottom: 1px solid #eee;
  padding-bottom: 40px;}.proindex_box .itemlist.even{ flex-direction: row-reverse;}.prozlist li a{ color: #555; font-size: 13px;}.proindex_box .itemtitle a:hover{ color: #ff5e0e;}
.proindex_box .itemlist .item{width: 50%; padding-left: 40px;}.proindex_box .itemlist{ margin-left: -40px;}.proindex_box .itemtitle a{ color:#222 ;text-transform: capitalize; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}.proindex_box .itemlist .item.text{ color: #333;}
/*public start*/
/*** effect inner-shadow ***/
/* line 29, ../../../../compassStyle/sass/index.scss */
.img-inner-shadow .layer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 40, ../../../../compassStyle/sass/index.scss */
.img-inner-shadow:hover .layer {
  box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: inset 0px 0px 120px rgba(0, 0, 0, 0.9);
}

/* line 47, ../../../../compassStyle/sass/index.scss */
.img-inner-shadow .layer {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

/* line 56, ../../../../compassStyle/sass/index.scss */
.img-inner-shadow:hover .layer {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}

/*** effect - shadow 1 ***/
/* line 66, ../../../../compassStyle/sass/index.scss */
.img-shadow-1 {
  -webkit-box-shadow: 0 28px 16px -26px black;
  -moz-box-shadow: 0 28px 16px -26px black;
  box-shadow: 0 28px 16px -26px black;
}

/* line 73, ../../../../compassStyle/sass/index.scss */
.img-shadow-1:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-box-shadow: 0 58px 36px -56px black;
  -moz-box-shadow: 0 58px 36px -56px black;
  box-shadow: 0 58px 36px -56px black;
}

/* line 86, ../../../../compassStyle/sass/index.scss */
.img-shadow-1 {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

/* line 95, ../../../../compassStyle/sass/index.scss */
.img-shadow-1:hover {
  transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
}

/* line 104, ../../../../compassStyle/sass/index.scss */
body {
  font-family: Quicksand,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 15px;
}

/* line 108, ../../../../compassStyle/sass/index.scss */
h1, h2, h3, h4, h5, h6, p, span {
  line-height: 1.25;
  font-family: Quicksand,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

/* line 111, ../../../../compassStyle/sass/index.scss */
.button {
  color: #fff;
  border-radius: 5px;
  width: 9vw;
  height: 2.25vw;
  text-align: center;
  align-items: center;
  background: #ff5e0e;
  border: 0;
  box-shadow: 0 0 3px #eee;
  font-size: 1vw;
}
/* line 126, ../../../../compassStyle/sass/index.scss */
.button img {
  vertical-align: bottom;
  width: auto !important;
}

/* line 131, ../../../../compassStyle/sass/index.scss */
img {
  max-width: 100%;
}


/*header start*/
/* line 192, ../../../../compassStyle/sass/index.scss */
.header-container {
  background: #fff;
  background: -webkit-linear-gradient(to right, #fff, #ff5e0e);
  background: linear-gradient(to right, #ffffff, #ff5e0e);
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #fff;
}

/* line 199, ../../../../compassStyle/sass/index.scss */
.logo a{ width: 32%; margin-top: 4px;    max-height: 75px;}
/* line 202, ../../../../compassStyle/sass/index.scss */
.logo span {
  line-height: 75px;
  margin-left: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

/* line 209, ../../../../compassStyle/sass/index.scss */
.menu-block-menu .menu-list {
  display: flex;
  height: 75px;
  line-height: 75px;
  justify-content: flex-end;

}
/* line 215, ../../../../compassStyle/sass/index.scss */
.menu-block-menu .menu-list > li {
  margin-left: 15px;
  position: relative;
}
/* line 217, ../../../../compassStyle/sass/index.scss */
.menu-block-menu .menu-list > li a {
  color: #fff;
  font-family: Quicksand,Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

/* line 223, ../../../../compassStyle/sass/index.scss */
.black-block {
  background: #000;
}
/* line 226, ../../../../compassStyle/sass/index.scss */
.black-block .social-lang-icons {
  display: flex;
  height: 50px;
  justify-content: right;
}
/* line 230, ../../../../compassStyle/sass/index.scss */
.black-block .social-lang-icons li {
  margin-left: 15px;
}
/* line 234, ../../../../compassStyle/sass/index.scss */
.black-block .social-icons {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 50px;
  align-items: center;
}
/* line 240, ../../../../compassStyle/sass/index.scss */
.black-block .langs-icons {
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 246, ../../../../compassStyle/sass/index.scss */
.one-grade {
  position: relative;
}
/* line 249, ../../../../compassStyle/sass/index.scss */
.one-grade .two-menu a {
  color: #000 !important;
}

/* line 254, ../../../../compassStyle/sass/index.scss */
.dropdown-menu {
  top: 98%;
}

/* line 257, ../../../../compassStyle/sass/index.scss */
.form1 {
  position: relative;
}

/* line 260, ../../../../compassStyle/sass/index.scss */
.search {
  position: absolute;
  left: 0;
  height: 30px;
  top: 23px;
  background: bottom;
  z-index: 10;
  outline: none;
  width: 0%;
  border: 0;
  transition: width .7s;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 7px 14px;
}

/* line 276, ../../../../compassStyle/sass/index.scss */
.search-icon {
  position: relative;
  top: 5px;
  z-index: 11;
}

/* line 281, ../../../../compassStyle/sass/index.scss */
.search-icon2 {
  position: relative;
  left: 120px;
  top: 3px;
  z-index: 9999;
  display: none;
}

/* line 286, ../../../../compassStyle/sass/index.scss */
.search-open {
  border: 1px solid gray;
  width: 150px;
  background: #d5e3e3;
}

/* line 291, ../../../../compassStyle/sass/index.scss */
.upfloor {
  z-index: 12;
}

/*header end*/
/*first start */
/* line 298, ../../../../compassStyle/sass/index.scss */
.banner {
  position: relative;
  text-align: center;
}
.banner img{ width: 100%;}
/* line 300, ../../../../compassStyle/sass/index.scss */
.banner h2 {
  position: absolute;
  top: 5vw;
  left: 23.3vw;
  color: #222;
  line-height: 1.05;
  font-size: 2.4vw;
}
.banner h2 span{ font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
/* line 311, ../../../../compassStyle/sass/index.scss */
.banner .banner-text > span {
  position: absolute;
  top: 14.3vw;
  left: 18.2vw;
  color: gray;
  font-size: 1vw;
}
/* line 320, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner {
  position: absolute;
  background: #dedede;
  bottom: 88px;
  width: 50.3vw;
  left: 45%;
  transform: translateX(-37.6%);
}
/* line 328, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-head {
  background: #fff;
  height: 5vw;
  padding: 20px;
}
/* line 332, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-head h5 {
  font-size: 1.2vw;
  text-transform: capitalize; display: none;
}
/* line 338, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-head span {
  font-size: 0.9vw;
  display: none;
}
/* line 343, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-head a {
  float: right;
  font-weight: bold;
  color: #ff5e0e;
}
/* line 348, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-body {
  display: flex;
  height: 18.9vw;
}
/* line 351, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-body .pro-banner-body-img {
  display: flex;
  width: 33.33%;
}
/* line 354, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-body .pro-banner-body-img img {
  margin: auto;
}
/* line 358, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-body .pro-banner-body-text {
  width: 66.66%;
  padding: 20px;
}
/* line 361, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-body .pro-banner-body-text h3 {
  margin: 20px 0 15px;
  line-height: 1;
  font-size: 1.2vw;
  text-transform: capitalize;
}
/* line 369, ../../../../compassStyle/sass/index.scss */
.banner .pro-banner-body .pro-banner-body-text p {
  margin-bottom: 1.8vw;
  font-size: 0.9vw;
}

/* line 378, ../../../../compassStyle/sass/index.scss */
.carousel-indicators {
  right: 0;
  left: auto;
  width: auto;
  margin-left: auto;
  padding-right: 20px;
  bottom: 5px;
}

/*first end*/
/*second start*/
/* line 390, ../../../../compassStyle/sass/index.scss */
.second-container > div {
  display: flex;
  box-shadow: 0px 5px 30px #f5f5f5;
  padding: 0;
}
/* line 395, ../../../../compassStyle/sass/index.scss */
.second-container .jingsui {
  background: rgba(21, 35, 50, 0.9);
  background: -webkit-linear-gradient(to bottom, rgb(255,94,14,0.9), rgba(21, 35, 50, 0.9));
  background: linear-gradient(to bottom, rgb(255,94,14,0.9), rgba(21, 35, 50, 0.9));
  width: 12px;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
}

/* line 402, ../../../../compassStyle/sass/index.scss */
.content-area {
  flex: 1;
  background: #f5f5f5;
  overflow: hidden;
}

/* line 406, ../../../../compassStyle/sass/index.scss */
.about-area {
  display: flex;
}

/* line 409, ../../../../compassStyle/sass/index.scss */
.about-left {
  width: 65%;
  padding: 55px 90px 0 90px;
  border-bottom: 4px solid gray;
  background: url(../images/about.jpg) no-repeat;
}
/* line 414, ../../../../compassStyle/sass/index.scss */
.about-left h3 {
  color: #ff5e0e;
  font-size: 1.8vw;
}
/* line 421, ../../../../compassStyle/sass/index.scss */
.about-left p, .about-left .loklsiytexlangkes {
  line-height: 30px;
  margin: 30px 0;
  font-size: 20px;
}

/* line 430, ../../../../compassStyle/sass/index.scss */
.about-right {
  width: 35%;
}

/* line 433, ../../../../compassStyle/sass/index.scss */
.about-img {
  display: flex;
  margin: 55px 0 30px;
}
/* line 436, ../../../../compassStyle/sass/index.scss */
.about-img img {
  margin: auto;
}
.about-img img:last-child{ margin-top: -30px;}
/* line 440, ../../../../compassStyle/sass/index.scss */
.about-blue {
  background: #ff5e0e;
  color: #fff;
  padding: 30px;
  font-size: 1vw;
  line-height:22px;
  display: none;
}

/* line 448, ../../../../compassStyle/sass/index.scss */
.pro-info {
  margin-top: 60px;
  padding: 0 0 90px 90px;
}

/* line 452, ../../../../compassStyle/sass/index.scss */
.pro-info-head {
  margin-right: 50px;
  margin-bottom: 25px;
  border-bottom: 8px dotted gainsboro;
}
/* line 456, ../../../../compassStyle/sass/index.scss */
.pro-info-head h3 {
  display: inline-block;
  color: #ff5e0e;
  margin-bottom: 30px;
  font-size: 1.8vw;
}
/* line 465, ../../../../compassStyle/sass/index.scss */
.pro-info-head a {
  font-size: 0.9vw;
  color: #000;
  float: right;
}

/* line 471, ../../../../compassStyle/sass/index.scss */
.pro-list {
  margin-right: 50px;
}

/* line 474, ../../../../compassStyle/sass/index.scss */
.pro-item-content {
  background: #f5f5f5;
  box-shadow: 0 1px 5px #ccc;
  border-radius: 10px;
  flex: 1;
}
/* line 479, ../../../../compassStyle/sass/index.scss */
.pro-item-content > div {
  height: 288px;
  overflow: hidden;
  position: relative;
}
/* line 483, ../../../../compassStyle/sass/index.scss */
.pro-item-content a {
  color: #000;
}
.footer-block b{ font-family: Arial, Helvetica, sans-serif; font-weight: bold;}
/* line 487, ../../../../compassStyle/sass/index.scss */
.pro-item {
  margin: 25px 0 0 !important;
  padding: 30px 0 30px 28px;
  display: flex;
}
/* line 493, ../../../../compassStyle/sass/index.scss */
.pro-item h4 {
  height: 60px;
  padding-top: 15px;
  margin-left: 20px;
  font-size: 1vw;
  text-transform: capitalize;
}
/* line 502, ../../../../compassStyle/sass/index.scss */
.pro-item img {
  width: 100%;
  max-width: 305px;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* line 508, ../../../../compassStyle/sass/index.scss */
.pro-item::after {
  content: '';
  border: 2px solid gainsboro;
  background: gainsboro;
  height: 15vw;
  margin-left: 28px;
  margin-top: auto;
  margin-bottom: auto;
}

/* line 517, ../../../../compassStyle/sass/index.scss */
.pro-item-special {
  padding-bottom: 50px;
}
.headtitle{ margin-bottom: 30px;font-size: 1.8vw;}
.five-container .item img{ max-width: 50%;}
.swiper-button-next, .swiper-button-prev{
  color: #ff5e0e;
}
/*second end*/
/*third start*/
/* line 524, ../../../../compassStyle/sass/index.scss */
.third-block {
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 50px;
}

/* line 530, ../../../../compassStyle/sass/index.scss */
.contact-us-block {
  text-align: center;
}
.swiper-pagination-bullet-active{ background: #ff5e0e;}
.five-container h4{ margin: 20px 0;}
/* line 532, ../../../../compassStyle/sass/index.scss */
.contact-us-block span,.five-container h4 {
  color: #ff5e0e;
  font-size: 1.2vw;
  display: inline-block;
}
/* line 538, ../../../../compassStyle/sass/index.scss */
.contact-us-block h4 {
  font-size: 1.8vw;
  line-height: 1.3333;
  margin: 20px 0 50px;
}
/* line 544, ../../../../compassStyle/sass/index.scss */
.contact-us-block .button {
  color: #fff;
  font-size: 1vw;
  width: 12vw;
  height: 3vw;
  margin-bottom: 70px;
  box-shadow: none;
}

/*third end*/
/*fourth start*/
/* line 557, ../../../../compassStyle/sass/index.scss */
.fourth-block {
  background: rgb(255,94,14,0.9);
}

/* line 560, ../../../../compassStyle/sass/index.scss */
.app-list {
  margin: 70px 0;
  display: flex;
    flex-wrap: wrap;
}

/* line 563, ../../../../compassStyle/sass/index.scss */
.app-item {
  padding: 0 10px;
  margin-bottom: 20px;
}

/* line 567, ../../../../compassStyle/sass/index.scss */
.app-item-img {
  position: relative;
}

/* line 570, ../../../../compassStyle/sass/index.scss */
.app-item-text {
  padding: 0 20px 30px;
}
/* line 572, ../../../../compassStyle/sass/index.scss */
.app-item-text a {
  color: #000;
}

/* line 576, ../../../../compassStyle/sass/index.scss */
.app-item-content {
  border-radius: 10px;
  background: #f5f5f5;
}
/* line 579, ../../../../compassStyle/sass/index.scss */
.app-item-content img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
}
/* line 584, ../../../../compassStyle/sass/index.scss */
.app-item-content h3 {
  font-size: 1.3vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 15px 0;
}
.footer-block .last{ float: right;}
/* line 592, ../../../../compassStyle/sass/index.scss */
.app-item-content p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1vw;
  color: gray;
}

/*fourth end*/
/*footer start*/
/* line 602, ../../../../compassStyle/sass/index.scss */
.footer-content {
  color: #ccc;
  font-size: 15px;
}
/* line 606, ../../../../compassStyle/sass/index.scss */
.footer-content a {
  color: #ccc;
}

/* line 610, ../../../../compassStyle/sass/index.scss */
.footer-block {
  background: #000;
padding:40px 0;
}

/* line 614, ../../../../compassStyle/sass/index.scss */
/* line 617, ../../../../compassStyle/sass/index.scss */
.footer-contact-logo img {
  margin: auto 0;
}

/* line 621, ../../../../compassStyle/sass/index.scss */
.footer-contact-link {
  opacity: 0.9;
  margin: auto 0;
}
/* line 625, ../../../../compassStyle/sass/index.scss */
.footer-contact-link li:first-child {
  margin-left: 40px;
}
/* line 628, ../../../../compassStyle/sass/index.scss */
.footer-contact-link li {
  margin-left: 15px;
  margin-bottom: auto;
  margin-top: auto;
}

/* line 634, ../../../../compassStyle/sass/index.scss */
.footer-contact-link:after {
  content: '';
  border: 1px solid gainsboro;
  background: gainsboro;
  height: 80px;
  margin-left: 4vw;
}
.footer-block h2.title{ font-size: 20px; text-transform: uppercase; margin-bottom: 10px; color: #fff; font-weight: bold; font-family: Arial, Helvetica, sans-serif;}
.footer-block ul li{ margin-bottom: 10px; display: flex;}
.footer-block .formbox .item input,.footer-block .formbox .item textarea{ outline: none; background: none; border: none; border-bottom: 1px solid #777; width: 100%; height: 40px; padding: 5px 10px; margin-bottom: 10px;}
.footer-block .formbox .item textarea{ height: 100px;}
/* line 641, ../../../../compassStyle/sass/index.scss */
.contact-info {
  margin: auto;
  margin-left: -150px;
}
/* line 644, ../../../../compassStyle/sass/index.scss */
.contact-info li {
  margin: 5px 0;
}

/* line 648, ../../../../compassStyle/sass/index.scss */
.addr {
  margin: auto;
}

/* line 651, ../../../../compassStyle/sass/index.scss */
.copyright {
  height: 60px;
  text-align: center;
  display: flex;
  font-size: 0.9vw;
}
/* line 656, ../../../../compassStyle/sass/index.scss */
.copyright div {
  margin: auto;
}

/* line 660, ../../../../compassStyle/sass/index.scss */
.side-tools {
  position: fixed;
  right: 0;
  top: 50%;
  width: 200px;
}
/* line 665, ../../../../compassStyle/sass/index.scss */
.side-tools .cc-icon {
  position: absolute;
  right: 0;
  width: 40px;
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  border-right: 0;
}
/* line 674, ../../../../compassStyle/sass/index.scss */
.side-tools .cc-icon li {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
/* line 678, ../../../../compassStyle/sass/index.scss */
.side-tools .cc-icon li:last-child {
  border: none;
}

/* line 683, ../../../../compassStyle/sass/index.scss */
.qrcode {
  opacity: 0;
  z-index: -999;
  position: absolute;
  top: -80px;
  right: 52px;
  padding: 20px 10px;
  background: #fff;
  width: 125px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/* line 695, ../../../../compassStyle/sass/index.scss */
.qrcode h6 {
  font-size: 1vw;
  font-weight: bold;
}
/* line 699, ../../../../compassStyle/sass/index.scss */
.qrcode p {
  padding: 5px 0;
  font-size: 0.9vw;
  line-height: 1;
}

/* line 705, ../../../../compassStyle/sass/index.scss */
.qrcode::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #ccc;
}

/* line 717, ../../../../compassStyle/sass/index.scss */
.wechatqrcode {
  opacity: 0;
  z-index: -999;
  position: absolute;
  top: -50px;
  right: 52px;
  padding: 20px 10px;
  background: #fff;
  width: 125px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ccc;
}
/* line 729, ../../../../compassStyle/sass/index.scss */
.wechatqrcode h6 {
  font-size: 1vw;
  font-weight: bold;
}
/* line 733, ../../../../compassStyle/sass/index.scss */
.wechatqrcode p {
  padding: 5px 0;
  font-size: 0.9vw;
  line-height: 1;
}

/* line 739, ../../../../compassStyle/sass/index.scss */
.wechatqrcode::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  border: 10px solid;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #ccc;
}

/* line 751, ../../../../compassStyle/sass/index.scss */
.showqr {
  opacity: 1;
  z-index: 1;
}

/*footer end*/
/* media start*/
@media screen and (max-width: 768px) {
  /* line 773, ../../../../compassStyle/sass/index.scss */
  .logo-img {
    width: 74px;
  }

  /* line 776, ../../../../compassStyle/sass/index.scss */
  .logo span {
    margin-left: 90px;
  }

  /* line 779, ../../../../compassStyle/sass/index.scss */
  .banner h2 {
    left: 8.3vw;
    font-size: 4vw;
  }

  /* line 783, ../../../../compassStyle/sass/index.scss */
  .banner .banner-text > span {
    top: 22.3vw;
  }

  /* line 786, ../../../../compassStyle/sass/index.scss */
  .about-area {
    flex-flow: column;
  }

  /* line 789, ../../../../compassStyle/sass/index.scss */
  .about-left {
    width: 100%;
    padding: 0 10px;
    border-bottom: 2px solid gray;
  }
  /* line 795, ../../../../compassStyle/sass/index.scss */
  .about-left h3 {
    font-size: 26px;
  }
  /* line 798, ../../../../compassStyle/sass/index.scss */
  .about-left .loklsiytexlangkes, .about-left p {
    font-size: 16px;
  }

  /* line 802, ../../../../compassStyle/sass/index.scss */
  .about-right {
    width: 100%;
  }

  /* line 805, ../../../../compassStyle/sass/index.scss */
  .content-area {
    padding-top: 15px;
  }

  /* line 808, ../../../../compassStyle/sass/index.scss */
  .button {
    width: auto;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
  }
  /* line 814, ../../../../compassStyle/sass/index.scss */
  .button img {
    width: 12px;
  }

  /* line 819, ../../../../compassStyle/sass/index.scss */
  .about-img {
    margin: 25px 0 20px;
  }

  /* line 822, ../../../../compassStyle/sass/index.scss */
  .about-blue {
    padding: 20px;
    font-size: 16px;
  }

  /* line 826, ../../../../compassStyle/sass/index.scss */
  .pro-info {
    margin-top: 25px;
    padding: 0 0 30px 20px;
  }

  /* line 830, ../../../../compassStyle/sass/index.scss */
  .pro-info-head {
    margin-right: 20px;
  }
  /* line 832, ../../../../compassStyle/sass/index.scss */
  .pro-info-head h3 {
    font-size: 26px;
  }
  /* line 835, ../../../../compassStyle/sass/index.scss */
  .pro-info-head a {
    font-size: 16px;
    display: inline-block;
    margin-top: 9px;
  }

  /* line 841, ../../../../compassStyle/sass/index.scss */
  .pro-list {
    margin-right: 0;
  }

  /* line 844, ../../../../compassStyle/sass/index.scss */
  .pro-item::after {
    border: none;
  }

  /* line 848, ../../../../compassStyle/sass/index.scss */
  .pro-item h4 {
    font-size: 20px;
  }

  /* line 852, ../../../../compassStyle/sass/index.scss */
  .contact-us-block span {
    font-size: 20px;
    margin-top: 15px;
  }

  /* line 856, ../../../../compassStyle/sass/index.scss */
  .contact-us-block h4 {
    font-size: 18px;
    line-height: 1.3333;
    margin: 10px 0 20px;
  }

  /* line 861, ../../../../compassStyle/sass/index.scss */
  .contact-us-block .button {
    font-size: 16px;
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }

  /* line 867, ../../../../compassStyle/sass/index.scss */
  .app-list {
    margin: 30px 0 10px;
  }

  /* line 870, ../../../../compassStyle/sass/index.scss */
  .app-item-content h3 {
    font-size: 20px;
  }

  /* line 873, ../../../../compassStyle/sass/index.scss */
  .app-item-content p {
    font-size: 16px;
  }

  /* line 876, ../../../../compassStyle/sass/index.scss */
  .footer-content {
    font-size: 15px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  /* line 881, ../../../../compassStyle/sass/index.scss */
  .footer-block {
    height: auto;
  }

  /* line 884, ../../../../compassStyle/sass/index.scss */
  .navbar-toggle .icon-bar {
    background: #fff;
  }

  /* line 887, ../../../../compassStyle/sass/index.scss */
  .navbar-toggle {
    margin-left: 10px;
  }

  /* line 890, ../../../../compassStyle/sass/index.scss */
  .collapse.in {
    background: #eee;
    padding: 0 30px;
  }

  /* line 894, ../../../../compassStyle/sass/index.scss */
  .nav > li {
    border-bottom: 1px solid;
  }

  /* line 898, ../../../../compassStyle/sass/index.scss */
  .mobile-search .m-search {
    background: #d5e3e3;
    right: 5px;
    top: 5px;
  }

  /* line 904, ../../../../compassStyle/sass/index.scss */
  .m-search-icon {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  /* line 909, ../../../../compassStyle/sass/index.scss */
  .m-search-icon2 {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
  }

  /* line 915, ../../../../compassStyle/sass/index.scss */
  .menu-a {
    color: #000;
  }
}
/* media end*/
@media screen and (max-width: 2560px) and (min-width: 1600px) {

  /* line 136, ../../../../compassStyle/sass/index.scss */
  html {
    font-size: 15px;
  }

  /* line 141, ../../../../compassStyle/sass/index.scss */
  .container {
    width: 1440px;
  }
  .menu-block-menu .menu-list > li {
    margin-left: 15px !important;
}
}
@media screen and (max-width: 1599px) and (min-width: 1440px) {
  /* line 146, ../../../../compassStyle/sass/index.scss */
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  /* line 153, ../../../../compassStyle/sass/index.scss */
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1300px) and (min-width: 1100px) {
  /* line 160, ../../../../compassStyle/sass/index.scss */
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  /* line 167, ../../../../compassStyle/sass/index.scss */
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 767px) {
  /* line 174, ../../../../compassStyle/sass/index.scss */
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  /* line 181, ../../../../compassStyle/sass/index.scss */
  html {
    font-size: 15px;
  }
  .contact-info {
    margin-left: 0 !important;
}
.footer-block .last {
  float: none !important;
}
.mobile-search{ display: none;}
}
/*public end */
