
.main {
  height: 438px;
  width: 100%;
  background-color: #3c4b64;
  background: url("../img/bg.png") no-repeat center;
  background-size: cover;
  z-index: 1;
  padding-top: 113px;
  padding-bottom: 194px;
}
.main h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  color: #fff;
}
.main .content {
  position: relative;
  height: 100%;
}
.main .content .left-side-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 20;
  position: relative;
}
.main .content .left-side-text h1 {
  max-width: 743px;
}
.main .content .left-side-text a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .content .left-side-text ul {
  margin: 50px 0;
  max-width: 454px;
  list-style-type: none;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  margin-left: 35px;
  color: #FFFFFF;
}
.main .content .left-side-text ul li {
  margin-bottom: 30px;
  position: relative;
}
.main .content .left-side-text ul li:last-child {
  margin-bottom: 0px;
}
.main .content .left-side-text ul li::before {
  content: "";
  background: url(../img/mark_h3.svg);
  height: 19px;
  width: 19px;
  display: block;
  position: absolute;
  top: 0;
  left: -36px;
}
.main .content .building {
  position: absolute;
  bottom: -317px;
  right: -286px;
  z-index: 6;
}
.main .content .bashk-map-vector {
  position: absolute;
  bottom: -181px;
  right: -56px;
  z-index: 5;
}
.main .content .ellipse {
  position: absolute;
  bottom: -478px;
  right: -73px;
  z-index: 4;
}
.main .content .helmet_left {
  position: absolute;
  bottom: -473px;
  left: -588px;
  z-index: 11;
}
.main .content .circle1 {
  position: absolute;
  top: -456px;
  left: -671px;
  z-index: 3;
}
.main .content .stars2 {
  position: absolute;
  bottom: 34px;
  right: -180px;
  z-index: 6;
}
.main .content .helmet {
  position: absolute;
  top: -20px;
  right: -580px;
  z-index: 6;
}
.main .content .big_ellipse {
  position: absolute;
  top: -898px;
  right: -493px;
  z-index: 5;
}
.main .content .stars1 {
  position: absolute;
  top: -63px;
  left: -260px;
  z-index: 5;
}

section.testing {
  background: #fff;
  position: relative;
  z-index: 10;
  padding-top: 92px;
}
section.testing .container h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
}
section.testing .container a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 57px auto;
}
section.testing .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
  margin-top: 50px;
}
section.testing .flex-wrapper .flex-wrapper-cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 287px;
  max-width: 293px;
}
section.testing .flex-wrapper .flex-wrapper-cell span {
  color: #3BB9FF;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 15px;
}
section.testing .flex-wrapper .flex-wrapper-cell p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #000;
}
section.testing .flex-wrapper .flex-wrapper-cell img {
  width: 54px;
  height: auto;
  margin-bottom: 10px;
}

.works {
  position: relative;
  z-index: 10;
  min-height: 722px;
  background-color: #fff;
}
.works .container {
  padding-top: 76px;
  height: auto;
}
.works .container h2 {
  font-size: 36px;
  margin-bottom: 16px;
  text-align: center;
}
.works .container span {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #3BB9FF;
  display: block;
}
.works .swiper.first {
  overflow: initial;
  min-width: 100%;
  margin-top: 50px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card {
  background-color: #f5fbfe;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo1 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide1.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo2 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide2.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo3 {
  width: 100%;
  height: 253px;
  background: url("../img/works_slide3.png") center center no-repeat;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  margin-left: 25px;
  width: 400px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3bb9ff;
  font-size: 18px;
  margin-top: 28px;
  margin-left: 25px;
  padding-bottom: 28px;
}
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a svg {
  margin-left: 9px;
}
.works .container {
  position: relative;
}
.works .container .swiper-button-prev::after,
.works .container .swiper-button-next::after {
  display: none;
}
.works .container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


section.enviroment {
  padding-top: 105px;
  position: relative;
  z-index: 20;
}
section.enviroment .container {
  position: relative;
}
section.enviroment .container img.kaska-left {
  position: absolute;
  top: 444px;
  left: -596px;
}
section.enviroment .container .swiper-button-prev.swiper-five:after,
section.enviroment .container .swiper-button-next.swiper-five:after {
  display: none;
}
section.enviroment .container .swiper-button-prev.swiper-five,
section.enviroment .container .swiper-button-next.swiper-five {
  width: 34px;
  height: 34px;
}
section.enviroment .container .swiper-button-prev.swiper-five {
  top: 273px;
}
section.enviroment .container .swiper-button-next.swiper-five {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 273px;
}
section.enviroment .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin-bottom: 60px;
}
section.enviroment .container .swiper.swiper-five {
  width: 90%;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box {
  max-width: 347px;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box img {
  margin-bottom: 25px;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #3BB9FF;
  margin-bottom: 10px;
}
section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
section.enviroment .container .laborator {
  margin-top: 85px;
  background: #F5FBFE;
  padding: 50px 53px 60px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 60px;
  position: relative;
  overflow: hidden;
}
section.enviroment .container .laborator .left-ico{
  position: absolute;
  bottom: -40px;
  left: -186px;
  z-index: 0;
}
section.enviroment .container .laborator .right-ico{
  width: 256px;
  height: 256px;
  position: absolute;
  top: -64px;
  right: -82px;
  z-index: 0;
}
section.enviroment .container .laborator .text-div {
  min-width: 433px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.enviroment .container .laborator .text-div a {
  width: 100%;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
}
section.enviroment .container .laborator .text-div .text-div-header h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
}
section.enviroment .container .laborator .text-div .text-div-header p {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}
section.enviroment .container .laborator .slider-div {
  min-width: 647px;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-prev.swiper-six:after,
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-next.swiper-six:after {
  display: none;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-prev.swiper-six,
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-next.swiper-six {
  width: 45px;
  height: 45px;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-button-next.swiper-six {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-pagination.swiper-six .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
section.enviroment .container .laborator .slider-div .swiper.swiper-six .swiper-pagination.swiper-six .swiper-pagination-bullet-active {
  background: #3BB9FF;
  opacity: 1;
}


section.exp {
  padding: 90px 0;
}
section.exp .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 40px;
}
section.exp .container a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px auto 0;
}
section.exp .container .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.exp .container .flex-wrapper .flex-wrapper_box {
  background: #F5FBFE;
  border-radius: 2px;
  width: 292px;
  height: 403px;
  padding: 24px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}
section.exp .container .flex-wrapper .flex-wrapper_box:last-child {
  margin-right: 0;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box {
  border: 2px dashed #3BB9FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 45px 40px 35px 25px;
  height: 100%;
  position: relative;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box span {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #3C4B64;
  margin-bottom: 19px;
  display: block;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
section.exp .container .flex-wrapper .flex-wrapper_box .border-box img {
  position: absolute;
  bottom: 35px;
  left: 25px;
}

section.podhod {
  background: #F5FBFE;
  padding-top: 86px;
  padding-bottom: 85px;
}
section.podhod .container {
  position: relative;
}
section.podhod .container img.kaska {
  position: absolute;
  top: -368px;
  right: -648px;
}
section.podhod .container h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin-bottom: 139px;
}
section.podhod .container h2 span {
  color: #3BB9FF;
}
section.podhod .container .border-box {
  border: 3px dashed #D8E8F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  height: 332px;
}
section.podhod .container .border-box .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  top: -83px;
  margin: 0 45px 0 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box {
  width: 276px;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box h4 {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 10px;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
section.podhod .container .border-box .flex-wrapper .flex-wrapper_box img {
  margin: 0 auto;
  display: block;
  margin-bottom: 32px;
}
section.podhod .container .border-box a.cell_button {
  max-width: 382px;
  height: 65px;
  background: -webkit-gradient(linear, right top, left top, from(#3cb9ff), to(#00a3ff));
  background: linear-gradient(270deg, #3cb9ff 0%, #00a3ff 100%);
  border-radius: 2px;
  border: 27px solid #F5FBFE;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-family: "proxima_nova", sans-serif;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  bottom: 42px;
}



@media screen and (max-width: 1228px) {

  .laborator {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {


  .main {
    height: 676px;
  }
  .main .container .content .stars1 {
    top: 79px;
    left: 16px;
  }
  .main .container .content .stars1 img {
    height: 59px;
  }
  .main .container .content .helmet {
    top: 71px;
    right: -78px;
  }
  .main .container .content .helmet img {
    width: 151.29px;
  }
  .main .container .content .helmet_left {
    bottom: 96px;
    left: -89px;
  }
  .main .container .content .helmet_left img {
    width: 170px;
  }
  .main .container .content .circle1 {
    top: -37px;
    left: -108px;
    z-index: 4;
  }
  .main .container .content .circle1 img {
    width: 351px;
  }
  .main .container .content .ellipse {
    bottom: 45px;
    left: -117px;
  }
  .main .container .content .ellipse img {
    width: 581px;
  }
  .main .container .content .mount_vector {
    top: -91px;
    right: -2950px;
  }
  .main .container .content .ellipse-mobile {
    display: block;
  }
  .main .container .content .ellipse-mobile img {
    width: 581px;
  }
  .main .container .content .big_ellipse {
    display: none;
  }
  .main .container .content .stars2 {
    bottom: 122px;
    right: 17px;
    z-index: 5;
  }
  .main .container .content .stars2 img {
    height: 56px;
  }

}
@media screen and (max-width: 960px) {
  section.podhod .container .border-box {
    height: 603px;
  }
}
@media screen and (max-width: 768px) {


  section.enviroment {
    padding-top: 40px;
  }
  section.enviroment .container h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 25px;
  }
  section.enviroment .container .swiper.swiper-five .swiper-wrapper .swiper-slide .slide-box img {
    width: 100%;
  }
  section.enviroment .container .swiper-button-next.swiper-five,
section.enviroment .container .swiper-button-prev.swiper-five {
    height: 20px !important;
    width: 20px !important;
    top: 242px;
  }
  section.enviroment .container .swiper-button-next.swiper-five img,
section.enviroment .container .swiper-button-prev.swiper-five img {
    height: 20px;
    width: 20px;
  }
  section.enviroment .container .swiper-button-next.swiper-five {
    right: -7px;
  }
  section.enviroment .container .swiper-button-prev.swiper-five {
    left: -7px;
  }
  section.enviroment .container .laborator {
    padding: 20px 5px 20px 5px;
  }
  section.enviroment .container .laborator .text-div {
    min-width: unset;
    width: 100%;
  }
  section.enviroment .container .laborator .text-div .text-div-header h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
  }
  section.enviroment .container .laborator .text-div .text-div-header p {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
  }
  section.enviroment .container .laborator .slider-div {
    width: 100%;
    min-width: unset;
  }
  section.enviroment .container .laborator .slider-div .swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  section.enviroment .container .laborator .slider-div .swiper .swiper-button-next,
section.enviroment .container .laborator .slider-div .swiper .swiper-button-prev {
    width: 24px !important;
    height: 24px !important;
  }
  section.enviroment .container .laborator .slider-div .swiper .swiper-button-next img,
section.enviroment .container .laborator .slider-div .swiper .swiper-button-prev img {
    width: 24px;
    height: 24px;
  }

  section.podhod .container .border-box {
    height: 1022px;
  }
  section.podhod .container .border-box a.cell_button {
    border: none;
    margin: 10px;
    max-width: unset;
  }
  section.podhod .container .border-box .flex-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.podhod .container .border-box .flex-wrapper .flex-wrapper_box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  section.testing .flex-wrapper{
    gap: 33px;
  }
  .main {
    height: calc(100vh - 91px);
    padding-top: 91px;
    padding-bottom: 0px;
  }
  .main .container .content .big_mount {
    top: 192px;
    right: -1221px;
  }
  .main .container .content .big_mount img {
    width: 1902px;
  }
  .main .container .content .building {
    width: 600px;
    bottom: -61px;
    right: -164px;
  }
  .main .container .content .building img {
    width: 600px;
  }
  .main .container .content .bashk-map-vector {
    bottom: 7px;
    right: -51px;
    z-index: 5;
    width: 270px;
  }
  .main .container .content .bashk-map-vector img {
    width: 270px;
  }
  .main .container .content .stars1 {
    top: 79px;
    left: 16px;
  }
  .main .container .content .stars1 img {
    height: 59px;
  }
  .main .container .content .helmet {
    top: 71px;
    right: -78px;
  }
  .main .container .content .helmet img {
    width: 151.29px;
  }
  .main .container .content .helmet_left {
    bottom: 96px;
    left: -89px;
  }
  .main .container .content .helmet_left img {
    width: 170px;
  }
  .main .container .content .circle1 {
    top: -37px;
    left: -108px;
    z-index: 4;
  }
  .main .container .content .circle1 img {
    width: 351px;
  }
  .main .container .content .ellipse {
    bottom: -144px;
    left: -117px;
  }
  .main .container .content .ellipse img {
    width: 581px;
  }
  .main .container .content .mount_vector {
    top: -91px;
    right: -2950px;
  }
  .main .container .content .ellipse-mobile {
    display: block;
  }
  .main .container .content .ellipse-mobile img {
    width: 581px;
  }
  .main .container .content .big_ellipse {
    display: none;
  }
  .main .container .content .stars2 {
    bottom: 122px;
    right: 17px;
    z-index: 5;
  }
  .main .container .content .stars2 img {
    height: 56px;
  }

  .works {
    min-height: 531px;
  }
  .works .container {
    padding-top: 0;
  }
  .works .container h2 {
    margin-bottom: 8px;
  }
  .works .container .category {
    overflow: scroll;
    grid-template-columns: 167px 180px 210px 200px 200px;
  }
  .works .container .category::-webkit-scrollbar{
    height: 4px;
    width: 0px;
    background-color: #EEEEEE;
    border-radius: 5px;

  }

  .works .container .category::-webkit-scrollbar-thumb{
    background-color: #3BB9FF;
    border-radius: 5px;
  }
  .works .container .button_mdl_blue,
.works .container .button_mdl_white {
    width: 140px;
    font-size: 12px;
    padding: 9px 9px;
  }
  .works .container .container {
    margin-top: 30px;
  }
  .works .swiper.first {
    margin-top: 50px;
  }
  .works .swiper.first .swiper-wrapper {
    width: initial;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card {
    background-color: #f5fbfe;
    overflow: hidden;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo1,
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo2,
.works .swiper.first .swiper-wrapper .swiper-slide .swiper_card .photo3 {
    max-height: 127px;
    background-size: cover;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card h3 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 10px;
    width: 250px;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #3bb9ff;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    padding-bottom: 15px;
  }
  .works .swiper.first .swiper-wrapper .swiper-slide .swiper_card a svg {
    margin-left: 9px;
  }


  section.enviroment .container .laborator .right-ico{
    width: 139px;
    height: 256px;
    position: absolute;
    top: 22px;
    right: -52px;
    z-index: 0;
  }
  section.enviroment .container .laborator .left-ico{
    width: 267px;
    bottom: -112px;
    position: absolute;
    left: -186px;
    z-index: 0;
  }


  section.exp .container h2{
    line-height: 29px;
  }


}
