@charset "UTF-8";

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
	 Base styles
	 ========================================================================== */

html,
button,
input,
select,
textarea {
  font-family: 'Open Sans', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  color: #222;
}

html,
body {
  min-height: 100%;
}

::-moz-selection,
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

:link,
:visited {
  text-decoration: underline;
}

:link {
  color: #ED1C24;
}

:visited {
  color: #8ba6bb;
}

h2,
h3,
h4 {
  color: #000;
}

h3 {
  font-size: 1.375rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  outline: none;
}

textarea {
  outline: none;
  resize: vertical;
}

/* ==========================================================================
		 Custom styles
		 ========================================================================== */

.site-wrapper {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.5;
  background: #f1f1f1;
  /* overflow: hidden; */
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.logo {
  display: inline-block;
  width: 190px;
  height: 36px;
}

.block-title {
  width: 16rem;
  min-height: 4rem;
  line-height: 4rem;
  padding: 20px 10px;
  margin: 0;
  font-size: 0;
  text-align: center;
  color: white;
  background-color: #ED1C24;
}

.block-title__txt {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: 400;
}

.page-title-wrapper {
  height: 180px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.anchor-menu {
  position: relative;
  display: block;
  top: -105px;
}

.block-index {
  position: relative;
  z-index: 20;
  background-color: #fff;
}

/** Header panel
	===================================*/

.header-panel-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 995;
  height: 100px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-panel-layer {
  position: relative;
  background: #fff;
}

.header-panel-layer:before,
.header-panel-layer:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 0;
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.5);
  transform: rotate(-1deg);
}

.header-panel-layer:after {
  right: 0;
  left: auto;
  transform: rotate(1deg);
}

.header-panel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-panel__left-col {
  margin-right: 1rem;
  margin-bottom: 1.375rem;
}

.header-panel__lang-switcher {
  /* padding-left: 45px; */
  text-align: center;
  line-height: 0;
}

.header-panel__lang-btn {
  display: inline-block;
  /* float: left; */
  width: 33px;
  height: 25px;
  line-height: 25px;
  font-size: .8125rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}

.header-panel__lang-btn.active {
  color: white;
  background-color: #ED1C24;
}

a.header-panel__lang-btn:hover {
  color: white;
  background-color: #ED1C24;
}

.header-panel__logo {
  margin-top: 1rem;
}

/* === Main menu === */

.header-panel__nav-btn {
  color: #666;
  background: transparent;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
  padding: .5rem;
  margin-top: 1rem;
  border: none;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.header-panel__nav-btn:hover,
.header-panel__nav-btn:focus {
  box-shadow: 0 0 2px rgba(102, 102, 102, 0.5);
}

.header-panel__nav-btn > i {
  display: block;
  font-size: 2rem;
  margin-bottom: .25rem;
  transform: scale(1.25, 1);
}

.main-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-menu-list__item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 12rem;
}

.main-menu-link {
  display: block;
  height: 4rem;
  padding: 1.25rem 1.25rem 1rem;
  font-size: .8125rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  color: black;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.main-menu-link:hover,
.main-menu-link:focus {
  text-decoration: none;
}

.main-menu-link__ico {
  display: block;
  margin: 0 auto .5rem;
  font-size: 2.125rem;
  line-height: 2.125rem;
  color: #d3d3d3;
  transition: color .2s ease-in-out;
}

.main-menu-link__ico.icon-work_outline,
.main-menu-link__ico.icon-business-card {
  font-size: 2.5rem;
}

.main-menu-link__ico.icon-people_outline {
  font-size: 2.75rem;
}

.main-menu-link:hover,
.main-menu-link:focus {
  color: white;
  background-color: #ED1C24;
}

.main-menu-list__item.active .main-menu-link {
  color: white;
  background-color: #ED1C24;
}

.main-menu-link:hover .main-menu-link__ico,
.main-menu-link:focus .main-menu-link__ico {
  color: white;
}

.main-menu-list__item.active .main-menu-link__ico {
  color: white;
}

/** Site footer
	===================================*/

.footer-space {
  height: 160px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.site-footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.site-footer-box {
  position: relative;
}

.site-footer__logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 13rem;
}

.site-footer__copy {
  display: inline-block;
  margin-top: .5rem;
  color: #BFBFBF;
}

/* ==========================================================================
		 Main content
		 ========================================================================== */

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
}

.job-page .main-content {
  background: url(../img/job-page-bg.png) center 50px no-repeat;
}

.work-section {
  position: relative;
}

.backto {
  position: absolute;
  display: block;
  width: 37px;
  height: 25px;
  top: -100px;
  left: 320px;
  background: url(../img/backto.png) center center no-repeat;
}

.job-box {
  padding-left: 47%;
}

/** Main slider
	===================================*/

.main-slider-wrapper {
  height: calc(100vh - 100px);
  position: relative;
  overflow: hidden;
}

.main-slider,
.main-slider__slide {
  height: 100%;
}

.main-slider-fixed,
.main-slider__slide {
  overflow: hidden;
}

.main-slider-fixed {
  position: fixed;
  left: 0;
  top: 100px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/* @media (max-width: 100rem) {
		.main-slider-wrapper,
		.main-slider-fixed {
			height: 37.5vw;
			max-height: none
		}
	} */

.main-slider-next,
.main-slider-prev {
  width: 3.5rem;
  height: 6rem;
  margin-top: -3rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  transition: color .2s ease-out, background-color .2s ease-out;
}

.main-slider-prev,
.swiper-container-rtl .main-slider-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.main-slider-next,
.swiper-container-rtl .main-slider-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

.main-slider-prev {
  left: 20px;
  padding-right: 0.25rem;
}

.main-slider-next {
  right: 20px;
  padding-left: 0.25rem;
}

.main-slider-prev:hover,
.main-slider-next:hover,
.main-slider-prev:focus,
.main-slider-next:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

.main-slider__slide {
  overflow: hidden;
  background: #fff;
}

.main-slider__slide img,
.main-slider__slide video,
.main-slider__slide iframe {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.main-slider__slide img {
  opacity: 0;
  will-change: opacity;
  transition: opacity .3s ease-out;
}

.main-slider__slide img.swiper-lazy-loaded {
  opacity: 1;
}

.main-slider__video {
  cursor: pointer;
}

.main-slider__video::after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: .75;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 10, 0.5);
  color: #ED1C24;
  font-size: calc(3vw + 5rem);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: opacity .3s ease;
}

.main-slider__video:hover::after,
.main-slider__video:focus::after {
  opacity: 1;
}

.main-slider__video.video-playing::after {
  display: none;
}

.main-slide-overlay {
  position: absolute;
  bottom: 13%;
  left: 0;
  right: 0;
}

.main-slide-overlay > .box {
  transform-style: preserve-3d;
  perspective: 800px;
}

.main-slide-box {
  display: block;
  box-sizing: border-box;
  min-width: 30%;
  min-height: 20%;
  max-width: 46rem;
  padding: 4% 7% 5%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 56, 108, 0.5);
  transition: opacity .9s ease-out .3s, transform .7s ease-out .3s;
  will-change: opacity, transform;
  transform: translateX(-50%) rotateY(-30deg);
  opacity: 0;
}

.swiper-slide-active .main-slide-box {
  opacity: 1;
  transform: translateY(0) rotateY(0deg);
}

.main-slide-box > p {
  margin: 1rem auto;
  font-size: 1rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 50rem;
}

.main-slide-box img {
  opacity: 1;
  max-width: 34rem;
  height: auto;
}

.main-slide-name {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  font-size: 4rem;
  line-height: 1;
  font-weight: normal;
  font-family: 'Cuprum', sans-serif;
  color: white;
}

.main-slide-name > img {
  margin: 2rem 0;
}

.main-slide-name__min {
  font-size: 3.75rem;
}

.main-slider__further {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  font-size: 3rem;
  color: #fff;
  opacity: .6;
  text-shadow: 0 1px 1px #000;
  animation: scrollDownIndicator 1s infinite alternate both ease;
}

@keyframes scrollDownIndicator {
  0% {
    transform: translateX(-50%) translateY(-10%);
  }

  100% {
    transform: translateX(-50%) translateY(10%);
  }
}

/** About block
	===================================*/

.about-block .box-content {
  margin-top: 0;
}

.about-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  transform: translateY(-5.6rem);
}

.about-logo {
  -ms-flex: 1 1 295px;
  flex: 1 1 295px;
  max-width: 295px;
  position: relative;
  text-align: center;
}

.about-info-text {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: calc(100% - 300px);
  padding: 0 0 0 6.5%;
  line-height: 1.6;
}

.about-logo__pic {
  margin-bottom: 3rem;
  max-width: 270px;
  height: auto;
}

.about-logo-caption {
  font-weight: 300;
}

.about-logo-caption__big {
  font-size: 1.75rem;
}

.about-logo-caption__middle,
.about-logo-caption__small {
  color: #6D6E71;
}

.about-logo-caption__middle {
  font-size: .9325rem;
}

.about-logo-caption__small {
  font-size: .875rem;
  letter-spacing: 1px;
  white-space: nowrap;
  text-align: center;
}

.about-logo-caption__line {
  margin: 1.5em 0 .5em;
}

.about-info-text__title {
  font-weight: normal;
  margin: 1em 0 1.2em;
}

.about-info-text {
  margin-bottom: 1.5em;
}

.about-info-text p {
  margin: 1em 0;
}

.achieve-box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  transform: translateY(-1.25rem);
}

.achieve-box-item {
  box-sizing: border-box;
  max-width: 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 3rem 0 2rem;
  text-align: center;
  text-transform: uppercase;
  color: white;
}

.achieve-box-item__num {
  display: inline-block;
  margin: 20px 0 25px;
  font-size: 3.125rem;
}

.achieve-box-item__name {
  font-size: 1.0625rem;
}

.achieve-box-item_1 {
  background-color: #5990f7;
}

.achieve-box-item_2 {
  background-color: #5283e0;
}

.achieve-box-item_3 {
  background-color: rgba(229, 26, 34, 0.75);
}

.achieve-box-item_4 {
  background-color: rgba(246, 51, 58, 0.75);
}

/** Certificate block
	===================================*/

.cert-block {
  height: 695px;
  background: #BDBDBD url(../img/sertif-block-bg.jpg) 0 0 no-repeat;
}

.cert-box {
  position: relative;
}

.cert-text {
  position: absolute;
  width: 340px;
  top: 210px;
  right: 0;
  padding: 1rem;
  background-color: #BDBDBD;
}

.cert-text__title,
.cert-text__name,
.cert-text__txt {
  width: 340px;
}

.cert-text__title,
.cert-text__name {
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1;
}

.cert-text__title {
  position: relative;
  margin: 0;
  /* padding-left: 60px; */
}

.cert-text__title span {
  width: 240px;
  display: inline-block;
}

.cert-text__title-ico {
  /* position: absolute; */
  /* left: -5px;
		top: -10px;
		width: 56px;
		height: 46px;
		background: url(../img/education-ico.png) left center no-repeat; */
  display: inline-block;
  vertical-align: middle;
  margin: 0 1rem .5rem 0;
  font-size: 115%;
  color: #fff;
}

.cert-text__title-line {
  position: absolute;
  display: block;
  left: 0;
  top: 36px;
  width: 295px;
  border-top: 1px solid #fff;
}

.cert-text__name {
  margin: 1.5em 0 .5em;
}

/** Advantages block
	===================================*/

.advantages-block {
  min-height: 740px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.advantages {
  padding-top: 50px;
}

.advantages__title {
  position: relative;
  margin: 0 0 3em;
  overflow: hidden;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  color: #D14942;
}

.advantages__title span {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}

.advantages__title span:before,
.advantages__title span:after {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  top: 50%;
  border-bottom: 1px solid #ccc;
}

.advantages__title span:before {
  left: -400px;
}

.advantages__title span:after {
  right: -400px;
}

.company-map-graph,
.ojects-num-graph,
.geography-graph {
  position: relative;
  color: black;
}

.grahp-title {
  margin: 0;
}

.ojects-num-graph__year,
.ojects-num-graph__num,
.geography-graph__country {
  position: absolute;
}

.company-map-graph {
  width: 37%;
  height: 440px;
  float: left;
  margin-bottom: 2em;
}

.company-map-graph__p {
  position: absolute;
  font-size: .9375rem;
  line-height: 1.25;
}

.company-map-graph__p span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  font-weight: bolder;
}

.company-map-graph__p.p1 {
  left: 0;
  top: 34px;
  width: 359px;
  height: 270px;
  background: url(../img/sa1.png);
  opacity: 1;
}

.company-map-graph__p.p2 {
  left: 10px;
  margin-left: 0px;
  top: 38px;
  width: 110px;
  height: 110px;
  background: url(../img/tuv.png) 50% 50% no-repeat;
}

.company-map-graph__p.p2 span {
  top: -5rem;
  left: 0;
}

.company-map-graph__p.p3 {
  left: 269px;
  top: 35px;
  width: 75px;
  height: 75px;
  background: url(../img/people.png) 50% 50% no-repeat;
}

.company-map-graph__p.p3 span {
  top: -2.75rem;
  left: -66px;
}
@media screen and (max-width: 1500px){
  .company-map-graph__p.p3 span {
    top: -3rem;
    left: -66px;
  }
}
@media screen and (max-width: 1200px){
  .company-map-graph__p.p3 span {
    top: -3rem;
    /* left: -10px; */
  }
}
.company-map-graph__p.p4 {
  left: 14px;
  top: 204px;
  width: 76px;
  height: 76px;
  background: url(../img/half.png) 50% 50% no-repeat;
}

.company-map-graph__p.p4 span {
  top: 82px;
  left: -.5rem;
}

.company-map-graph__p.p5 {
  left: 291px;
  top: 159px;
  width: 69px;
  height: 69px;
  background: url(../img/comb.png) 50% 50% no-repeat;
}

.company-map-graph__p.p5 span {
  top: -17px;
  left: 74px;
}
.company-map-graph__p.p5 div{
  left: 22px;
  position: absolute;
}

.company-map-graph__p.p6 {
  left: 204px;
  top: 293px;
  width: 110px;
  height: 110px;
  background: url(../img/graf.png) 50% 50% no-repeat;
}


.company-map-graph__p.p6 span {
  top: 115px;
  left: 20px;
}
.company-map-graph__p.p6 div{
  left: 22px;
  position: absolute;
}

.ojects-num-graph {
  width: 55%;
  float: right;
}
@media screen and (max-width: 650px){
  .company-map-graph__p.p6 div{
    left: 10px;
    position: absolute;
    width: 200px;
  }
  .company-map-graph__p.p5 div{
    left: 10px;
    position: absolute;
    width: 200px;
  }
  .company-map-graph__p div {
    white-space: normal;
  }
  .company-map-graph__p.p5 span {
    top: 74px;
    left: 22px;
}
.company-map-graph__p.p6 span {
    top: 115px;
    left: -10px;
}
}
.ojects-num-graph__title {
  margin-bottom: 2em;
  padding-left: 9%;
  font-size: 1.875rem;
  line-height: 1.2;
}

.ojects-num-graph__items {
  display: -ms-flexbox;
  display: flex;
  margin-left: 126px;
}

.ojects-num-graph__item {
  position: relative;
  height: 188px;
  margin-bottom: 3rem;
  text-align: center;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.ojects-num-graph__item.item1 {
  width: 28%;
  background-image: url(../img/ojects-num-graph1.png);
}

.ojects-num-graph__item.item2 {
  width: 32%;
  background-image: url(../img/ojects-num-graph2.png);
}

.ojects-num-graph__item.item3 {
  width: 40%;
  background-image: url(../img/ojects-num-graph3.png);
}

.ojects-num-graph__item-year {
  position: absolute;
  top: -2rem;
  left: 50%;
  font-size: 1.25rem;
  color: #ED1C24;
  transform: translateX(-50%);
}

.ojects-num-graph__item-num {
  position: absolute;
  bottom: 40px;
  left: 50%;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  transform: translateX(-50%);
}

.ojects-num-graph__item-txt {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/** Geo block
	===================================*/

.geo-block,
.geo-box {
  position: relative;
}

.geo-box_logo {
  position: absolute;
  z-index: 0;
  top: 8px;
  left: calc(50vw - 3%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 30rem;
  height: 5.75rem;
  margin: 0;
}

.geography-graph__title {
  /* position: absolute;
		left: 0; top: 140px; */
  font-size: 2.25rem;
  margin: 2em 1em 1em 0;
  display: inline-block;
  vertical-align: middle;
}

.geography-graph_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.geography-graph__text {
  max-width: 39%;
  -ms-flex: 1 1 39%;
  flex: 1 1 39%;
  line-height: 1.6;
}

.geography-graph {
  display: inline-block;
  vertical-align: middle;
  max-width: 52%;
  -ms-flex: 1 1 52%;
  flex: 1 1 52%;
  min-width: 602px;
  max-height: 301px;
  margin-top: -5rem;
  transform: translateX(2rem);
}

.geography-graph::after {
  content: '';
  display: block;
  padding-bottom: 50%;
}

.geography-graph__country {
  font-style: italic;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.geography-graph__country > span {
  position: absolute;
}

.geography-graph__country_rus,
.geography-graph__country_kaz {
  color: white;
}

.geography-graph__country_rus > span,
.geography-graph__country_kaz > span {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.geography-graph__country_rus {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/geo-map-rus-pic.png);
  opacity: 1;
}

.geography-graph__country_rus > span {
  font-size: 1.5rem;
}

.geography-graph__country_kaz {
  width: 26.46%;
  height: 30.9%;
  top: 68.1%;
  left: 16.78%;
  background-image: url(../img/geo-map-kaz-pic.png);
}

.geography-graph__country_kaz span {
  left: 55%;
  top: 47%;
}

.geography-graph__country_arm {
  width: 3.49%;
  height: 7.31%;
  top: 92.36%;
  left: 12.46%;
  background-image: url(../img/geo-map-arm-pic.png);
}

.geography-graph__country_arm span {
  left: -4em;
  top: 10px;
}

.geography-graph__country_kgz {
  width: 8.64%;
  height: 10%;
  left: 30.4%;
  top: 94.68%;
  background-image: url(../img/geo-map-kgz-pic.png);
}

.geography-graph__country_kgz span {
  left: 80%;
  top: 50%;
}

/*
	.geography-graph__country_gruz {
		span {
			left: -41px;
			top: 9px;
		}

		width: 31px;
		height: 19px;
		top: 270px;
		left: 73px;
		font-size: .875rem;
		background-image: url(../img/geo-map-gruz-pic.png);
	} */

/** Unica-text block
	===================================*/

.unica-text {
  text-align: center;
}

.unica-text__text {
  margin: 0;
  display: inline-block;
  max-width: 50rem;
  line-height: normal;
  vertical-align: middle;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: 300;
  color: #fff;
}

.unica-text__text_big {
  font-size: 3rem;
  max-width: 17em;
}

.reliable-box {
  height: 450px;
  line-height: 450px;
}

.client-important-block {
  /*background-image: url(../img/slog2-bg.jpg);*/
  background-color: #151D1F;
  max-height: 38rem;
  min-height: 30rem;
}

.client-important-block::after {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.client-important-block__video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.client-important-block__video video {
  position: relative;
  width: 100%;
  height: auto;
  opacity: .4;
  top: 50%;
  transform: translateY(-50%);
}

.client-important-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
}

/** Services
	===================================*/

/* === Services list === */

.personal-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.services-list,
.personal-list {
  position: relative;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -.5rem;
  margin-right: -.5rem;
  margin-top: 4rem;
}

.services-list__item,
.personal-list__item {
  max-width: 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  transform-style: preserve-3d;
  perspective: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ie11 .services-list__item,
.ie11
  .personal-list__item {
  -ms-flex-direction: row;
  flex-direction: row;
}

.services-item,
.person-item {
  position: relative;
  display: block;
  text-decoration: none;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  margin: .5rem;
}

.services-item {
  transform: rotateY(0);
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
  will-change: transform;
}

.services-item:focus {
  outline: none;
}

.services-item_front {
  border: 1px solid #BFBFBF;
  background-color: #fff;
  backface-visibility: hidden;
}

.services-item__back {
  display: block;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  padding: 6%;
  color: #000;
  border: 1px solid #BFBFBF;
  background-color: #fff;
  overflow-y: auto;
}

.services-item_turned .services-item__back {
  pointer-events: auto;
}

.services-item__back::-webkit-scrollbar-button {
  background-image:url('');
  background-repeat:no-repeat;
  width:7px;
  height:0px
}

.services-item__back::-webkit-scrollbar-track {
background-color:#eeeeee
}

.services-item__back::-webkit-scrollbar-thumb {
-webkit-border-radius: 3px;
border-radius: 3px;
background-color:#afadad;
}

.services-item__back::-webkit-scrollbar-thumb:hover{
background-color:#afadad;
}

.services-item__back::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:5px;
height:0px
}

.services-item__back::-webkit-scrollbar{
width: 4px;
}
.services-item_turned {
  transform: rotateY(180deg);
}

.ie11 .services-item_front,
.ie11 .services-item__back {
  backface-visibility: visible;
}

.ie11 .services-item__back {
  z-index: -1;
}

.ie11 .services-item_turned .services-item__back {
  z-index: 1;
}

.services-item-name {
  min-height: 105px;
  line-height: 105px;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: black;
}

.services-item-name__txt {
  width: 100%;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow: hidden;
}

.person-item {
  border: 1px solid #BFBFBF;
  background-color: #fff;
}

.person-item-descr {
  min-height: 105px;
  padding: 10px 20px;
  letter-spacing: 0;
  margin: 0;
}

.person-item-descr > p {
  color: #6D6E71;
}

.person-item-name {
  margin-bottom: .5rem;
  line-height: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  color: black;
}

p.person-item-prof {
  margin-top: 0;
  color: #999;
  font-size: .9375rem;
}

.services-item__picture {
  margin: 0;
  max-height: 24rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: grayscale(100%) opacity(70%);
  transition: filter .2s ease-out;
}

a.services-item:focus .services-item__picture,
a.services-item:hover .services-item__picture {
  filter: none;
}

.services-item__picture:before {
  content: '';
  display: block;
  padding-bottom: 200%;
}

.person-item__picture {
  margin: 0;
}

.person-item__picture > img {
  max-width: 100%;
  height: auto;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.7" /></feComponentTransfer></filter></svg>#filter');
  filter: grayscale(100%) opacity(70%);
  transition: filter .2s ease-out;
}

a:focus > .person-item__picture > img,
a:hover > .person-item__picture > img {
  filter: none;
}
.person-item:focus > .person-item__picture > img,
.person-item:hover > .person-item__picture > img {
  filter: none;
}
.services-item__more {
  position: relative;
  height: 7rem;
  line-height: 7.2rem;
  text-align: center;
  font-size: .8125rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #6D6E71;
  letter-spacing: 1px;
}

.services-item__more > i {
  color: inherit;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 90%;
  top: 50%;
  margin: -.5em 0 0 -.5em;
}

/* === Services detail === */

.services-detail {
  padding: 3em 40px 0;
}

.services-detail__name {
  margin-top: 0;
  font-size: 3rem;
  font-weight: 300;
}

.service-l-text,
.service-r-text {
  width: 47%;
}

.service-l-text {
  float: left;
}

.service-r-text {
  float: right;
}

.service-bord-box {
  margin-top: 2em;
  padding: 15px 30px;
  border: 3px solid #ED1C24;
}

/** References
	===================================*/

.reference-box .clients-list {
  margin: 0;
}

.reference-box .clients-list .clients-list-layer {
  margin: 0;
  height: 9rem;
}

.reference-lists {
  margin: 0 0 2em;
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
}

.pharms-list-box,
.ref-list-additional {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.pharms-list-box {
  max-width: 50%;
  padding-right: 5%;
}

.ref-list-additional {
  max-width: 45%;
}

.standards-box {
  position: relative;
  height: 245px;
  margin-top: 2em;
  text-align: center;
}

.standards-box__item {
  position: absolute;
  display: block;
  top: 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

.standards-box__item.quality-control-ico {
  width: 192px;
  height: 184px;
  left: 10px;
  background-image: url(/img/quality-control-ico.svg);
}

.no-svg .standards-box__item.quality-control-ico {
  background-image: url(/img/quality-control-ico.png);
}

.standards-box__item.iso-ico {
  width: 174px;
  height: 178px;
  left: 210px;
  background-image: url(/img/iso-ico.svg);
}

.no-svg .standards-box__item.iso-ico {
  background-image: url(/img/iso-ico.png);
}

/** Clients
	===================================*/

.clients-list {
  padding: 0;
  margin: 0 -.5rem;
  position: relative;
  margin-top: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clients-list__item {
  max-width: 25%;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.clients-list-layer {
  /*height: 10rem;*/
    height: 10vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  background-color: #fff;
  text-align: center;
  padding: 5%;
  margin: .5rem;
}

a.clients-list-layer:focus,
a.clients-list-layer:hover {
  border-color: #ED1C24;
}

.clients-list-layer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/** Letters block
	===================================*/

.letters-block {
  background-color: #eee;
}

.letters-block .box-content {
  position: relative;
}

.letters-slider-prev {
  left: -3rem;
  margin-top: -4rem;
}

.letters-slider-next {
  right: -3rem;
  margin-top: -4rem;
}

/** Partners
	===================================*/

.partners-block {
  background-color: #ffffff;
}

/** Contacts block
	===================================*/

.contacts-block {
  background-color: #444;
  background-blend-mode: overlay;
}

.contacts-box {
  color: white;
}

.contacts-box .box-content {
  padding-bottom: 4rem;
}

.contact-data {
  margin-bottom: 1.5em;
  font-style: normal;
}

.contacts-table th,
.contacts-table td {
  padding: 6px 0;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  letter-spacing: 1px;
}

.contacts-table th {
  width: 10rem;
  color: #c5c5c5;
}

.contacts-table__link {
  text-decoration: none;
  color: inherit;
}

.contacts-note {
  color: #c5c5c5;
  font-weight: 300;
  font-style: italic;
}

.contacts-interactive-box {
  /* margin-top: 5em; */
  display: -ms-flexbox;
  display: flex;
}

.contacts-form-box {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  margin-right: 3%;
}

.contacts-map-box {
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
  display: -ms-flexbox;
  display: flex;
}

.contacts-field-wrapper + .contacts-field-wrapper {
  margin-top: 10px;
}

.contacts-field {
  width: 100%;
}

.contacts-textarea {
  height: 255px;
  resize: none;
}

.form-submit-wrapper {
  margin-top: 25px;
}

.contacts-submit {
  width: 200px;
}

.contacts-map {
  border: 2px solid #fff;
  margin-bottom: 4px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/** News
	===================================*/

/* === News list === */

.news-list {
  margin-left: -3.3%;
}

.news-list-item {
  width: 30%;
  margin: 0 0 3.3% 3.3%;
  padding-bottom: 25px;
  float: left;
}

.news-list-item__pic {
  height: 280px;
  background-position: center center;
  background-repeat: no-repeat;
}

.news-list-item-description {
  padding: 25px;
}

.news-list-item-description__date,
.news-list-item__link {
  font-size: .75rem;
}

.news-list-item-description__date,
.news-list-item-description__text,
.news-list-item__link {
  font-weight: 300;
}

.news-list-item-description__date {
  color: #D14942;
}

.news-list-item-description__name,
.news-list-item-description__text {
  overflow: hidden;
}

.news-list-item-description__name {
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.125rem;
  font-weight: 600;
}

.news-list-item-description__text {
  height: 3.9em;
  line-height: 1.3;
  margin-top: 1em;
}

.news-list-item__link,
.news-list-item__link-space {
  margin: 0 auto;
}

.news-list-item__link {
  display: block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ED1C24;
  text-align: center;
  text-decoration: none;
  color: black;
}

.news-list-item__link-space {
  width: 127px;
  height: 37px;
}

.news-list-item__link:hover {
  background-color: #ED1C24;
}

/* === News detail === */

.news-detail {
  padding: 15px;
}

.news-detail__picture {
  margin-bottom: 2em;
}

.news-detail-date {
  width: 52px;
  height: 35px;
  padding: 29px 24px 36px;
  float: left;
  text-align: center;
  font-size: .75rem;
  color: #ED1C24;
  background: url(../img/detail-date-bg.png) center center no-repeat;
}

.news-detail-date__d-m {
  font-weight: 300;
}

.news-detail-date__line {
  width: 37px;
  margin: 0 auto;
  border-color: #ED1C24;
}

.news-detail-date__year {
  font-weight: bold;
}

.news-detai-description {
  margin-left: 110px;
  padding: 1em 0 2em;
}

.news-detai-description__name {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 600px;
}

.news-detai-description__text {
  text-align: justify;
}

/** License
	===================================*/

.license-list {
  margin: 0 0 0 -3.3%;
  padding: 0;
}

.license-list__item {
  position: relative;
  width: 30%;
  /*height: 439px;*/
  margin: 0 0 3.3% 3.3%;
  padding-bottom: 43.4%;
  float: left;
}

.license-list__item .mp-gallery-item-alt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.license-list__item img {
  position: absolute;
  height: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
}

/* ==========================================================================
		 Helper classes
		 ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.arial {
  font-family: "Arial", Helvetica, sans-serif;
}

.box,
.box2 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.box {
  max-width: 1150px;
}

.box2 {
  max-width: 980px;
}

.box-content {
  margin-top: 4rem;
  padding-bottom: 6rem;
}

.bgfix-block {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

ul.unstyled,
ol.unstyled {
  list-style: none;
}

.lspace {
  letter-spacing: 2px;
}

.gray {
  color: #585B61;
}

.list1 {
  list-style: circle;
  padding-left: 1.25rem;
}

.list1 > li {
  margin-bottom: .5rem;
}

.theme-title {
  font-size: 1.5rem;
  font-weight: 300;
}

.form-field {
  box-sizing: border-box;
  padding: 16px 30px;
  border: 2px solid #fff;
  font-size: 1.125rem;
  color: #eee;
  background: none;
  transition: color .2s ease-out, border-color .2s ease-out, background-color .2s ease-out, box-shadow .2s ease-out;
  margin-bottom:.5rem;
}

.form-field:hover,
.form-field:focus {
  border-color: #6b6b6b;
}

.form-field.error {
  border-color: #D7244C;
  color: #D7244C;
}

textarea.form-field {
  background-color: rgba(0, 0, 0, 0.3);
}

.form-field::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-field::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-field:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-field::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-field::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-field:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.form-field::placeholder {
  color: #666;
  opacity: 1;
}

.contacts-form .form-field::-webkit-input-placeholder {
  color: #c5c5c5;
}

.contacts-form .form-field::-moz-placeholder {
  color: #c5c5c5;
}

.contacts-form .form-field:-ms-input-placeholder {
  color: #c5c5c5;
}

.contacts-form .form-field::-ms-input-placeholder {
  color: #c5c5c5;
}

.contacts-form .form-field::-moz-placeholder {
  color: #c5c5c5;
}

.contacts-form .form-field:-ms-input-placeholder {
  color: #c5c5c5;
}

.contacts-form .form-field::placeholder {
  color: #c5c5c5;
}

.form-submit {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  border: none;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.3;
  color: white;
  background: #ED1C24;
  transition: color .2s ease-out, border-color .2s ease-out, background-color .2s ease-out, box-shadow .2s ease-out;
  margin-top: .5rem;
}

.form-submit:hover,
.form-submit:focus {
  background-color: #c61017;
}

.form-submit:active {
  background-color: #dedede;
}

.white-bg {
  background-color: white;
}

.box-shadow {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
}

.cut-block,
.cut-box {
  overflow: hidden;
}

.justify {
  text-align: justify;
}

/* ==========================================================================
		 Print page
		 ========================================================================== */

.form-error {
  display: none;
  color: #ff6262;
  font-size: .875rem;
}

.resume-container {
  box-sizing: border-box;
  padding: 122px 14px 0px;
  width: 840px;
  margin: 0px auto;
  background: #fff;
  font-size: 1rem;
  line-height: 22px;
  color: #000;
}

.resume-container * {
  box-sizing: border-box;
}

.resume-container h1 {
  font-size: 1.875rem;
  line-height: 36px;
  margin: 0px 0px 49px;
  padding: 0px 0px 12px;
  border-bottom: 4px solid #929292;
}

.resume-container h2 {
  font-size: 1.5rem;
  line-height: 22px;
  margin: 0px 0px 22px;
  padding: 10px 0px 0px;
  font-weight: 400;
}

.resume-container .img {
  text-align: center;
}

.resume-container .img img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}

.resume-container table {
  border-collapse: collapse;
  border: none;
  width: 100%;
  margin-bottom: 60px;
}

.resume-container table td {
  vertical-align: top;
  padding-left: 25px;
}

.resume-container table td.img {
  width: 140px;
  padding-left: 0px;
}

.resume-container .article,
.resume-container p {
  margin: 0px 0px 22px 0px;
}

.resume-container .option-title {
  font-size: .875rem;
  color: #5b5b5b;
  display: block;
}

.resume-container .small-text {
  font-size: .875rem;
}

.resume-container .strong {
  font-weight: 700;
}

.resume-container ul {
  margin: 0px 0px 22px 0px;
  padding: 0px;
  list-style: none;
}

.resume-container ul li {
  position: relative;
  padding-left: 50px;
  /*margin-bottom: 22px;*/
}

.resume-container ul li::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 20px;
  width: 8px;
  height: 8px;
  background: #c0c0c0;
  border-radius: 50%;
}

.resume-container .education-list li {
  padding-left: 10px;
}

.resume-container .education-list li::before {
  background: transparent;
  content: '-';
  color: #000;
  left: 0px;
  top: 0px;
}

.resume-container .education-list p {
  margin-bottom: 0px;
}

.resume-container .company-info {
  border-top: 2px solid #929292;
  padding: 58px 0px 58px 215px;
  background: url(/verstka/img/logo.png) 0px 50% no-repeat;
  font-size: .75rem;
  line-height: 22px;
  color: #838383;
}

.reference-title {
  font-size: 1.625rem;
  line-height: 51px;
  color: #4f4f4f;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 2px solid #ed1c22;
  margin: 83px auto 56px;
}

@media screen and (max-width: 61.95rem) {
  .block-title {
    min-height: 3rem;
    line-height: 3rem;
    width: 17rem;
  }

  .header-panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-menu {
    overflow: hidden;
    height: 0;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-top: 1px solid #d3d3d3;
  }

  .main-menu.open {
    height: auto;
  }

  .main-menu-list {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-menu-list__item {
    -ms-flex: 1 1 10rem;
    flex: 1 1 10rem;
  }

  .main-menu-link {
    padding: 1.5rem 1rem !important;
    margin: 0 auto;
  }

  .main-slider-prev {
    left: 0;
    width: 3rem;
    top: 40%;
  }

  .main-slider-next {
    right: 0;
    width: 3rem;
    top: 40%;
  }

  .about-info {
    transform: translateY(-5.2rem);
  }

  .cert-block {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: calc(100vh - 100px);
  }

  .company-map-graph {
    float: none;
    width: 100%;
    max-width: 32rem;
    margin-left: auto;
    margin-bottom: 5.5em;
    margin-right: auto;
  }

  .ojects-num-graph {
    float: none;
    width: 100%;
    max-width: 37.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .geo-box_logo {
    display: none !important;
  }

  .unica-text__text {
    font-size: calc(1.25rem + 1vw);
  }

  .unica-text__text_big {
    font-size: calc(2rem + 1vw);
  }

  .client-important-block {
    background-image: url(../img/bg-video-poster.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
  }

  .client-important-block__video {
    display: none;
  }

  .client-important-box {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .reference-lists {
    display: block;
  }

  .pharms-list-box {
    max-width: none;
    padding-right: 0;
  }

  .ref-list-additional {
    max-width: none;
  }
}

@media screen and (max-width: 36rem) {
  .block-title {
    margin: 0 auto;
  }

  .about-logo {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 83rem) {
    .main-slide-overlay{
        bottom: 8%;
    }
}
@media (max-width: 61.95rem) {
  .block-title__txt {
    font-size: 1.25rem;
  }

  .main-slide-overlay {
    bottom: 0;
  }

  .main-slide-overlay > .box {
    padding-left: 0;
    padding-right: 0;
  }

  .main-slide-box {
    max-width: 100%;
    padding: 1rem 2.1rem !important;
    min-height: 0;
      margin: 0 auto !important;
  }

  .main-slider__further {
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 62rem) {
  .header-panel__nav-btn {
    display: none;
  }
}

@media screen and (max-width: 1280px) {
  .main-menu-link {
    padding: 1.25rem 1vw 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .main-menu-link {
    padding: 1.25rem .5rem 1rem;
  }
}

@media (max-width: 100rem) {
  .main-slide-box {
    padding: 3% 5% 4%;
    /*margin: 0 auto;*/
  }

  .main-slide-name {
    font-size: calc(2vw + 2rem);
  }

  .main-slide-box > p {
    font-size: calc(1rem + .25vw);
  }
}
@media (max-width: 83rem) {
    .main-slide-box {
        margin: 0 3rem;
    }
}
@media (max-width: 42rem) {
  .main-slide-name {
    font-size: calc(2vw + 2rem);
  }

  .main-slide-box > p {
    font-size: .875rem;
  }

  .ojects-num-graph__item-txt {
    font-size: .875rem;
  }

  .services-list__item,
  .personal-list__item {
    width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media (min-width: 62rem) {
  .about-info-text {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 50rem) {
  .about-info {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    transform: none;
  }

  .about-logo {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    padding-left: .5rem;
  }

  .about-logo__pic {
    margin: 3rem 0 2rem;
  }

  .about-info-text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: none;
    transform: none;
    padding: 0;
  }

  .about-info-text__title {
    display: none;
  }

  .clients-list__item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 375px) {
  .about-info {
    -ms-flex-align: center;
    align-items: center;
  }

  .advantages__title {
    text-align: left;
  }

  .advantages__title > span {
    padding: 0 .25rem;
  }

  .company-map-graph {
    transform-origin: left top;
  }

  .ojects-num-graph__title {
    padding-left: .75rem;
  }
}

@media (max-width: 50rem) {
  .achieve-box-item {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 30rem) {
  .achieve-box-item {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .ojects-num-graph__item-txt {
    font-size: .75rem;
  }

  .ojects-num-graph__item {
    background-size: contain;
    height: 38vw;
  }


}
@media (max-width: 500px) {
  .ojects-num-graph__item-num {
      bottom: 35px;
  }
}
@media (max-width: 450px) {
  .ojects-num-graph__item-num {
      bottom: 30px;
  }
}
@media (max-width: 400px) {
  .ojects-num-graph__item-num {
      bottom: 25px;
      font-size: .875rem;
  }
}
@media screen and (max-width: 40rem) {
  .company-map-graph {
    margin-bottom: 9em;
  }
}

@media screen and (max-width: 30rem) {
  .advantages__title {
    line-height: 1.2;
  }

  .company-map-graph {
    transform: scale(0.75);
    /*transform-origin: 30% top;*/
    transform-origin: 0% top;
    margin-bottom: 0rem;
  }

  .clients-list-layer {
    height: 30vw;
  }
}

@media screen and (max-width: 75rem) {
  .geography-graph_container {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .geography-graph__title {
    margin-top: 0;
  }

  .geography-graph__text {
    max-width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .geography-graph {
    min-width: 0;
    max-width: 602px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 2rem;
    width: 90vw;
    transform: translateX(-3%);
  }
}

@media screen and (max-width: 42rem) {
  .geography-graph__country {
    font-size: .75rem;
  }

  .geography-graph {
    width: 100%;
    transform: none;
  }

  .services-item__more {
    height: 4rem;
    line-height: 4.2rem;
  }

  .contacts-table {
    display: block;
  }

  .contacts-table th,
  .contacts-table td {
    width: auto;
    display: block;
  }

  .contacts-table th {
    padding-bottom: 0;
  }
}

@media (max-width: 75rem) {
  .services-list__item,
  .personal-list__item {
    width: 50%;
    max-width: 30rem;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

@media screen and (max-width: 80rem) {
  .letters-block .box-content {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media screen and (max-width: 26.5rem) {
  .letters_item {
    text-align: center;
  }
}
@media screen and (max-width: 425px) {
.company-map-graph__p {
    font-size: .875rem;
}

}
@media screen and (max-width: 62rem) {
  .contacts-interactive-box {
    display: block;
  }

  .contacts-form-box,
  .contacts-map-box {
    max-width: none;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .contacts-form-box {
    margin-bottom: calc(2vw + 2rem);
  }

  .contacts-map {
    position: relative;
    max-height: 30rem;
  }

  .contacts-map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }

 /* .contacts-map::before {
    content: '';
    display: block;
    padding-bottom: 100%;
  }*/
  .contacts-map {
    position: relative;
    max-height: none;
}

}

@media screen and (max-width: 1240px){
  .contacts-map div{
  width: 100% !important
}
}
@media screen and (max-width: 40rem) {
  .box,
  .box2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 100rem) {
  .box-content {
    margin-top: calc(3vw + 1rem);
    padding-bottom: calc(3vw + 3rem);
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /*a[href]:after { content: " (" attr(href) ")"; }*/

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }

@page {
    margin: 0.5cm;
}

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: bold;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .header-panel-space,
  .news-list-item__pic,
  .footer-space,
  .site-footer,
  .news-list-item__link,
  .news-list-item__link-space,
  .main-slider-wrapper {
    display: none;
  }

  .page-title-wrapper {
    height: auto;
  }

  .block-title {
    width: auto;
    min-height: 0;
    padding: 0;
    margin: 0 0 1em;
    line-height: normal;
    text-align: left;
    font-size: 2.125rem;
    color: black;
  }

  .block-title__txt {
    font-size: 2.125rem;
    font-weight: bold;
  }

  .job-box {
    padding-left: 0;
  }

  .about-logo {
    top: 0;
  }
}

@media screen and (max-width: 61.95rem){
  .ojects-num-graph__items {
    margin:auto;
  }
  .ojects-num-graph__title {
    padding-left: 0%;
  }
  .ojects-num-graph {
    text-align: center;
}
}