body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "GothamRegular" ,sans-serif;
}

@font-face {
  font-family: "GothamRegular";
  src: url("../fonts/GothamPro.ttf");
}
@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamPro-Bold.ttf");
}
@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/GothamPro-Medium.ttf");
}
body {
  background-color: #F9FBFF;
}

.container {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

footer {
  background-color: #1D1D1D;
  padding-top: 55px;
  position: relative;
  padding-bottom: 50px;
}
footer .outer__footer {
  padding-bottom: 35px;
  border-bottom: 2px solid #10AF2A;
}
footer .outer__footer > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer > a:hover {
  opacity: .7;
}
footer .outer__footer .double__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer .double__footer > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #B9BBC5;
  font-weight: 400;
}
footer .outer__footer .double__footer > p:nth-child(1) {
  max-width: 530px;
  text-align: left;
}

.clients__block {
  position: relative;
  padding-bottom: 70px;
  padding-top: 40px;
}
.clients__block > .right__top {
  position: absolute;
  right: 0px;
  top: 0px;
}
.clients__block > .bottom__left {
  position: absolute;
  left: 0px;
  bottom: -200px;
}
.clients__block .outer__clients .head__client {
  text-align: center;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clients__block .outer__clients .head__client > p {
  margin: 0px;
  color: #1D1D1D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.clients__block .outer__clients .head__client > h2 {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  color: #1D1D1D;
  text-transform: uppercase;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0px;
}
.clients__block .outer__clients .head__client > h2:before {
  content: "";
  position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #10AF2A;
  bottom: -12px;
}
.clients__block .outer__clients .client__map {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.clients__block .outer__clients .client__map > img {
  max-width: 100%;
}

.back__top {
  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;
  padding-bottom: 40px;
}
.back__top > a {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners__block {
  padding-bottom: 40px;
  padding-top: 40px;
}
.partners__block .outer__partners .partners__logo {
  display: grid;
  padding: 45px 90px;
  grid-column-gap: 45px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  grid-template-columns: repeat(5, auto);
}
.partners__block .outer__partners .partners__logo .elem__partner {
  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;
}
.partners__block .outer__partners .partners__logo .elem__partner:hover > img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.partners__block .outer__partners .partners__logo .elem__partner > img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  max-width: 100%;
}
.partners__block .outer__partners .head__partners {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partners__block .outer__partners .head__partners > h2 {
  position: relative;
  font-size: 22px;
  line-height: 22px;
  color: #1D1D1D;
  text-transform: uppercase;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}
.partners__block .outer__partners .head__partners > h2:before {
  content: "";
  position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  background-color: #10AF2A;
  bottom: -12px;
}

.marketing__block {
  padding-bottom: 40px;
  padding-top: 100px;
}
.marketing__block .inner__marketing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.marketing__block .inner__marketing > .elem__marketing {
  max-width: 180px;
  min-width: 180px;
  text-align: center;
}
.marketing__block .inner__marketing > .elem__marketing > p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
}
.marketing__block .inner__marketing > .elem__marketing .marketing__image {
  min-height: 180px;
  max-height: 180px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.marketing__block .inner__marketing > .elem__marketing .marketing__image > img {
  max-width: 100%;
}
.marketing__block .head__marketing {
  margin-bottom: 50px;
  border-bottom: 2px solid #10AF2A;
  padding-bottom: 30px;
}
.marketing__block .head__marketing > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1D1D1D;
  font-size: 22px;
  line-height: 22px;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.marketing__block .head__marketing > p {
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  font-weight: 400;
  margin: 0px;
}

.crm__block {
  padding-bottom: 100px;
  padding-top: 75px;
  overflow: hidden;
  position: relative;
}
.crm__block > .crm__left {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}
.crm__block > .crm__right {
  position: absolute;
  right: 0px;
  bottom: 280px;
  z-index: 3;
}
.crm__block > .line {
  position: absolute;
  right: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: 204px;
  top: auto;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1920px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.crm__block .crm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% + 90px);
  margin-left: -45px;
}
.crm__block .crm__inner > .crm__elem {
  max-width: 265px;
  text-align: center;
}
.crm__block .crm__inner > .crm__elem > h2 {
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
  margin: 0px;
  max-width: 205px;
  margin-left: auto;
  margin-right: auto;
}
.crm__block .crm__inner > .crm__elem .crm__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 45px;
}
.crm__block .crm__inner > .crm__elem .crm__image > img {
  max-width: 100%;
}
.crm__block .head__crm {
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 2px solid #10AF2A;
}
.crm__block .head__crm > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1D1D1D;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.crm__block .head__crm > p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
}

.biolab__block {
  padding-bottom: 75px;
  padding-top: 50px;
}
.biolab__block .outer__biolab .inner__biolab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.biolab__block .outer__biolab .inner__biolab .elem__biolab {
  max-width: 175px;
  text-align: center;
}
.biolab__block .outer__biolab .inner__biolab .elem__biolab .biolab__info > p {
  text-align: center;
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
}
.biolab__block .outer__biolab .inner__biolab .elem__biolab .biolab__image {
  min-height: 75px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.biolab__block .outer__biolab .head__biolab {
  padding-bottom: 30px;
  margin-bottom: 70px;
  border-bottom: 2px solid #10AF2A;
}
.biolab__block .outer__biolab .head__biolab > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.biolab__block .outer__biolab .head__biolab > p {
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
}

.info__block {
  padding-top: 65px;
  padding-bottom: 55px;
}
.info__block .outer__info .info__main {
  display: grid;
  grid-template-columns: repeat(4, 185px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-row-gap: 35px;
}
.info__block .outer__info .info__main .el__info {
  text-align: center;
}
.info__block .outer__info .info__main .el__info > p {
  text-align: center;
  margin: 0px;
  font-size: 18px;
  line-height: 20px;
  color: #1D1D1D;
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
}
.info__block .outer__info .info__main .el__info > .info__image {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.info__block .outer__info .info__main .el__info > .info__image > img {
  max-width: 100%;
}
.info__block .outer__info .info__head {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 2px solid #10AF2A;
}
.info__block .outer__info .info__head > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.info__block .outer__info .info__head > p {
  font-size: 16px;
  line-height: 20px;
  margin: 0px;
  color: #1D1D1D;
}

.controller__block {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
  margin-bottom: -200px;
}
.controller__block .bioleft {
  position: absolute;
  left: 120px;
  bottom: 0px;
  z-index: 2;
}
.controller__block .bioright {
  position: absolute;
  right: 0px;
  bottom: 100px;
  z-index: 2;
}
.controller__block .line__controller {
  position: absolute;
  width: 1920px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 22px;
}
.controller__block .bottom__container {
  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;
}
.controller__block .bottom__container > img {
  max-width: 100%;
}
.controller__block .center__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
.controller__block .center__container > .elem__center {
  min-width: 225px;
  max-width: 225px;
  text-align: center;
}
.controller__block .center__container > .elem__center .center__image {
  min-height: 70px;
  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-bottom: 15px;
}
.controller__block .center__container > .elem__center p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
}
.controller__block .top__controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.controller__block .top__controller .top__image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.controller__block .top__controller .top__image > img {
  max-width: 600px;
}
.controller__block .top__controller .top__info {
  max-width: 515px;
  padding-bottom: 35px;
  border-bottom: 2px solid #10AF2A;
  margin-right: 10px;
}
.controller__block .top__controller .top__info > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #1D1D1D;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.controller__block .top__controller .top__info > p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #1D1D1D;
  font-weight: 400;
}

.switcher__menu {
  padding-bottom: 60px;
  padding-top: 80px;
  position: relative;
  overflow-x: hidden;
}
.switcher__menu > .switcher__right {
  position: absolute;
  right: 0px;
  top: -120px;
}
.switcher__menu .outer__switcher {
  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;
}
.switcher__menu .outer__switcher ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.switcher__menu .outer__switcher ul li > a {
  font-size: 16px;
  line-height: 17px;
  color: #1d1d1d;
  font-weight: 400;
  text-decoration: none;
}
.switcher__menu .outer__switcher ul li.spacer {
  margin: 0px 30px;
  width: 2px;
  height: 50px;
  background-color: #10af2a;
}
.switcher__menu .outer__switcher > h2 {
  padding: 25px 40px;
  background: #10AF2A;
  -webkit-box-shadow: 2px 2px 10px rgba(27, 175, 58, 0.6);
          box-shadow: 2px 2px 10px rgba(27, 175, 58, 0.6);
  border-radius: 30px;
  font-size: 23px;
  line-height: 24px;
  color: white;
  font-family: "GothamBold" ,sans-serif;
  font-weight: bold;
  margin-right: 90px;
}

.image__spacer {
  width: 100%;
  height: 275px;
  background: url("../img/imagespacer.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.switch__left {
  position: absolute;
  left: 0px;
  top: -150px;
}

header {
  padding: 58px 0px;
  border-bottom: 2px solid #B9BBC5;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
header .outer__header h2 {
  font-size: 29px;
  line-height: 29px;
  color: #10AF2A;
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
  position: absolute;
  right: 0px;
  bottom: -105px;
  padding: 0px 60px;
  background-color: #F9FBFF;
  z-index: 3;
}
header .outer__header h2 span {
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
  padding-left: 80px;
}

.main__one {
  padding-top: 90px;
  padding-bottom: 75px;
}
.main__one .outer__main--one .main__one--inner {
  display: grid;
  grid-template-columns: repeat(5, 150px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main__one .outer__main--one .main__one--inner .elem__main--one {
  position: relative;
}
.main__one .outer__main--one .main__one--inner p {
  font-size: 16px;
  line-height: 20px;
  font-family: "GothamMedium" ,sans-serif;
  font-weight: 500;
  color: #1D1D1D;
}
.main__one .outer__main--one .main__one--inner .main__one--image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 90px;
  max-height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}
.main__one .outer__main--one .main__one--inner .main__one--image svg path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.main__one .outer__main--one .head__main--one {
  margin-bottom: 70px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main__one .outer__main--one .head__main--one > h2 {
  margin: 0px;
  font-size: 22px;
  line-height: 22px;
  color: #1D1D1D;
  font-family: 'GothamBold' ,sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.main__one .outer__main--one .head__main--one > h2:before {
  content: "";
  position: absolute;
  left: -20px;
  width: calc(100% + 40px);
  bottom: -11px;
  height: 2px;
  background-color: #10AF2A;
}

@media (min-width: 1921px) {
  .controller__block .line__controller {
    width: 2580px;
    bottom: -49px;
  }

  .crm__block > .line {
    width: 2600px;
  }

  .controller__block {
    padding-bottom: 300px;
    margin-bottom: -250px;
  }

  .controller__block .line__controller {
    bottom: -6px;
  }
}
@media (max-width: 1640px) {
  .controller__block .bioleft {
    left: 0px;
  }

  .switcher__menu > .switcher__right {
    max-width: 120px;
    top: -30px;
  }

  .clients__block > .right__top {
    max-width: 240px;
  }

  .clients__block > .bottom__left {
    max-width: 340px;
    bottom: -160px;
  }

  .crm__block > .crm__right {
    max-width: 120px;
  }

  .crm__block > .crm__left {
    max-width: 140px;
  }
}
@media (max-width: 1440px) {
  .switch__left {
    display: none;
  }

  .switcher__menu > .switcher__right {
    display: none;
  }

  .controller__block .bioleft {
    display: none;
  }

  .controller__block .bioright {
    display: none;
  }

  .clients__block > .right__top {
    display: none;
  }

  .crm__block > .crm__right {
    display: none;
  }

  .crm__block > .crm__left {
    display: none;
  }
}
@media (max-width: 1200px) {
  .switcher__menu .outer__switcher ul li.spacer {
    margin: 0px 15px;
  }

  .switcher__menu .outer__switcher > h2 {
    margin-right: 60px;
  }

  .crm__block {
    padding-bottom: 0px;
  }

  .crm__block .crm__inner {
    max-width: 840px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
  .crm__block .crm__inner > .crm__elem {
    max-width: 320px;
    margin-bottom: 40px;
  }
  .crm__block .crm__inner > .crm__elem > .crm__image {
    position: relative;
  }
  .crm__block .crm__inner > .crm__elem > .crm__image:before {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: #10AF2A;
  }

  .crm__block > .line {
    display: none;
  }

  .partners__block .outer__partners .partners__logo {
    padding: 40px;
  }

  .clients__block > .bottom__left {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .main__one .outer__main--one .main__one--inner {
    grid-template-columns: repeat(2, 180px);
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 30px;
  }
  .main__one .outer__main--one .main__one--inner > .elem__main--one:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  header {
    padding: 25px 0px;
  }

  header .outer__header h2 {
    font-size: 19px;
    line-height: 19px;
    bottom: -60px;
  }

  .image__spacer {
    height: 180px;
  }

  .switcher__menu {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .switcher__menu .outer__switcher > h2 {
    padding: 15px 25px;
    font-size: 20px;
    line-height: 21px;
  }

  .switcher__menu .outer__switcher ul li > a {
    font-size: 15px;
    line-height: 16px;
  }

  .switcher__menu .outer__switcher {
    -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;
  }
  .switcher__menu .outer__switcher > h2 {
    margin-right: 0px;
    margin-top: 0px;
  }

  .controller__block .bottom__container {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .controller__block .center__container {
    margin-bottom: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
  }
  .controller__block .center__container > .elem__center {
    margin-bottom: 40px;
  }
  .controller__block .center__container > .elem__center:last-child {
    margin-bottom: 0px;
  }

  .controller__block .top__controller > .top__info {
    margin-right: 0px;
  }

  .controller__block .top__controller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .controller__block .top__controller > .top__info {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
  .controller__block .top__controller > .top__info > h2 {
    text-align: center;
  }

  .info__block .outer__info .info__main {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
    grid-column-gap: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .biolab__block .outer__biolab .inner__biolab > .elem__biolab {
    max-width: 150px;
  }

  .crm__block .crm__inner {
    max-width: 685px;
  }

  .marketing__block .inner__marketing > .elem__marketing {
    min-width: 155px;
    max-width: 155px;
  }

  .marketing__block .inner__marketing > .elem__marketing .marketing__image {
    min-height: 155px;
  }

  .partners__block .outer__partners .partners__logo {
    padding: 35px 15px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 45px;
  }
  .partners__block .outer__partners .partners__logo > .elem__partner:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 767px) {
  .main__one {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main__one .outer__main--one .head__main--one > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .main__one .outer__main--one .main__one--inner p {
    font-size: 15px;
    line-height: 19px;
  }

  .main__one .outer__main--one .head__main--one {
    margin-bottom: 40px;
  }

  header .outer__header a img {
    max-width: 230px;
  }

  header .outer__header h2 {
    font-size: 16px;
    line-height: 16px;
    padding: 0px 30px;
    bottom: -51px;
  }

  .image__spacer {
    height: 130px;
  }

  .switcher__menu .outer__switcher ul {
    max-width: 340px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .switcher__menu .outer__switcher ul li.spacer {
    margin: 10px 0px;
    width: 100px;
    height: 2px;
  }

  .switcher__menu .outer__switcher > h2 {
    font-size: 18px;
    line-height: 19px;
  }

  .controller__block .center__container > .elem__center p {
    font-size: 15px;
    line-height: 19px;
  }

  .controller__block .center__container > .elem__center {
    max-width: 190px;
    min-width: 190px;
  }

  .controller__block .top__controller .top__info > p {
    font-size: 15px;
  }

  .info__block {
    padding-bottom: 30px;
    padding-top: 35px;
  }

  .info__block .outer__info .info__head > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .info__block .outer__info .info__head > p {
    font-size: 15px;
    line-height: 19px;
  }

  .info__block .outer__info .info__main .el__info > p {
    font-size: 16px;
    line-height: 18px;
  }

  .biolab__block {
    padding-bottom: 0px;
  }

  .biolab__block .outer__biolab .head__biolab > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .biolab__block .outer__biolab .head__biolab > p {
    font-size: 15px;
    line-height: 19px;
  }

  .biolab__block .outer__biolab .inner__biolab {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .biolab__block .outer__biolab .inner__biolab > .elem__biolab {
    margin-bottom: 35px;
  }
  .biolab__block .outer__biolab .inner__biolab > .elem__biolab:last-child {
    margin-bottom: 0px;
  }

  .biolab__block .outer__biolab .inner__biolab .elem__biolab .biolab__info > p {
    font-size: 15px;
    line-height: 19px;
  }

  .crm__block .head__crm > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .crm__block .head__crm > p {
    font-size: 15px;
    line-height: 19px;
  }

  .marketing__block .inner__marketing {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .marketing__block .inner__marketing > .elem__marketing {
    min-width: 180px;
    max-width: 180px;
    margin-bottom: 30px;
  }

  .marketing__block .head__marketing > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .marketing__block .head__marketing > p {
    font-size: 15px;
    line-height: 19px;
  }

  .partners__block .outer__partners .head__partners > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .partners__block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .clients__block > .bottom__left {
    display: none;
  }

  .clients__block > .bottom__left {
    max-width: 220px;
    bottom: -120px;
  }

  .back__top {
    padding-bottom: 20px;
  }

  .clients__block {
    padding-bottom: 30px;
  }

  .clients__block .outer__clients .head__client > p {
    font-size: 15px;
    line-height: 18px;
  }

  .clients__block .outer__clients .head__client > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .clients__block .outer__clients .client__map {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 30px;
  }

  footer .outer__footer .double__footer {
    -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;
  }
  footer .outer__footer .double__footer > p:nth-child(1) {
    margin-right: auto;
    margin-bottom: 10px;
  }

  .marketing__block {
    padding-bottom: 20px;
    padding-top: 50px;
  }

  .marketing__block .inner__marketing > .elem__marketing > p {
    font-size: 15px;
  }

  .crm__block .head__crm {
    margin-bottom: 10px;
  }

  .crm__block .crm__inner {
    -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;
  }

  .crm__block .crm__inner > .crm__elem > h2 {
    font-size: 15px;
    line-height: 19px;
  }

  .crm__block .crm__inner > .crm__elem .crm__image {
    margin-bottom: 25px;
  }

  .crm__block .crm__inner {
    width: 100%;
  }

  .crm__block {
    padding-top: 45px;
  }

  .controller__block .top__controller .top__info > h2 {
    font-size: 19px;
    line-height: 19px;
  }

  .controller__block .top__controller .top__image > img {
    width: 100%;
  }
}
.biolab__block .outer__biolab .head__biolab > p {
  margin: 0px;
}

@media (max-width: 480px) {
  .controller__block {
    margin-bottom: 0px;
  }

  .main__one .outer__main--one .main__one--inner p {
    font-size: 14px;
    line-height: 18px;
  }

  .main__one {
    padding-bottom: 15px;
  }

  .main__one .outer__main--one .main__one--inner {
    grid-template-columns: 180px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main__one .outer__main--one .main__one--inner > .elem__main--one:last-child {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  header .outer__header h2 span {
    padding-left: 35px;
  }

  .switcher__menu .outer__switcher ul li > a {
    font-size: 14px;
    line-height: 15px;
  }

  .controller__block {
    padding-bottom: 25px;
  }

  .controller__block .line__controller {
    bottom: -203px;
  }

  .controller__block .center__container > .elem__center p {
    font-size: 14px;
    line-height: 18px;
  }

  .controller__block .center__container {
    -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;
    padding-bottom: 35px;
    padding-top: 35px;
  }

  .controller__block .top__controller > .top__info {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .controller__block .top__controller .top__info > p {
    font-size: 14px;
    line-height: 18px;
  }

  .info__block .outer__info .info__main {
    grid-column-gap: 20px;
  }

  .info__block .outer__info .info__main .el__info > p {
    font-size: 15px;
    line-height: 17px;
  }

  .info__block .outer__info .info__head > p {
    font-size: 14px;
    line-height: 18px;
  }

  .info__block .outer__info .info__head {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .biolab__block .outer__biolab .head__biolab {
    padding-bottom: 15px;
    margin-bottom: 35px;
  }

  .biolab__block .outer__biolab .inner__biolab .elem__biolab .biolab__info > p {
    font-size: 14px;
    line-height: 18px;
  }

  .biolab__block .outer__biolab .inner__biolab {
    -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;
  }

  .crm__block .head__crm {
    padding-bottom: 15px;
  }

  .crm__block .crm__inner > .crm__elem > h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .crm__block .head__crm > p {
    font-size: 14px;
    line-height: 18px;
  }

  .marketing__block .head__marketing {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }

  .marketing__block .inner__marketing {
    max-width: 310px;
  }

  .marketing__block .inner__marketing > .elem__marketing > p {
    font-size: 14px;
    line-height: 18px;
  }

  .marketing__block .inner__marketing > .elem__marketing .marketing__image {
    min-height: 140px;
  }

  .marketing__block .inner__marketing > .elem__marketing {
    min-width: 140px;
    max-width: 140px;
  }

  .marketing__block .head__marketing > p {
    font-size: 14px;
  }

  .partners__block .outer__partners .partners__logo {
    grid-template-columns: 1fr;
  }

  .partners__block .outer__partners .partners__logo > .elem__partner:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 2;
  }

  .clients__block .outer__clients .head__client > p {
    font-size: 14px;
  }

  footer .outer__footer .double__footer {
    margin-top: 30px;
  }

  footer {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  footer .outer__footer > a img {
    max-width: 230px;
  }
}
