@font-face {
  font-family: 'Gotham Pro';
  src: local('GothamPro-Medium'),url(/fonts/GothamPro-Medium.woff2) format('woff2'),url(/fonts/GothamPro-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal
}
@font-face {
  font-family: 'Gotham Pro';
  src: local('GothamPro-BoldItalic'),url(/fonts/GothamPro-BoldItalic.woff2) format('woff2'),url(/fonts/GothamPro-BoldItalic.woff) format('woff');
  font-weight: 700;
  font-style: italic
}
@font-face {
  font-family: 'Gotham Pro';
  src: local('GothamPro-Italic'),url(/fonts/GothamPro-Italic.woff2) format('woff2'),url(/fonts/GothamPro-Italic.woff) format('woff');
  font-weight: 400;
  font-style: italic
}
@font-face {
  font-family: 'Gotham Pro';
  src: local('GothamPro-Bold'),url(/fonts/GothamPro-Bold.woff2) format('woff2'),url(/fonts/GothamPro-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'Gotham Pro';
  src: local('GothamPro'),url(/fonts/GothamPro.woff2) format('woff2'),url(/fonts/GothamPro.woff) format('woff');
  font-weight: 400;
  font-style: normal
}
@font-face {
  font-family: 'Gotham Pro';
  src: local('GothamPro-MediumItalic'),url(/fonts/GothamPro-MediumItalic.woff2) format('woff2'),url(/fonts/GothamPro-MediumItalic.woff) format('woff');
  font-weight: 500;
  font-style: italic
}


*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}
body,
html {
  height: 100%
}
body {
  background: #f9fcfc;
  overflow-x: hidden;
  font-family: 'Gotham Pro';
  font-size: 14px;
  line-height: 16px;
  color: #30d09b;
  font-weight: 500;
  font-style: normal;
  position: relative
}
@media screen and (max-width:600px) {
  body {
    font-size: 12px;
    line-height: 14px
  }
}
.root {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f9fcfc;
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow: hidden
}
main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto
}
footer,
header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto
}
p + p {
  margin-top: 10px
}
b,
strong {
  font-weight: 700
}
.container {
  max-width: 1215px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px
}
@media screen and (max-width:600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}




.footer {
  border-bottom: 53px solid #f4f4f4;
  padding: 90px 0 5px 0
}
@media screen and (max-width:600px) {
  .footer {
    padding-top: 48px
  }
}
.footer__link {
  font-size: 14px;
  color: #30d09b;
  text-decoration: none;
  float: right
}



.header {
  position: relative;
  padding-top: 125px
}
@media screen and (max-width:600px) {
  .header {
    padding-top: 70px
  }
}
.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e5e8e8
}
.header__logo {
  max-width: 187px
}



.section {
  margin-top: 80px
}
@media screen and (max-width:600px) {
  .section {
    margin-top: 40px
  }
}
.section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
.section-item,
.section-item__desc,
.section-item__preview,
.section__text {
  width: 50%;
  height: 288px
}
@media screen and (max-width:600px) {
  .section-item,
  .section-item__desc,
  .section-item__preview,
  .section__text {
    height: 200px
  }
}
@media screen and (max-width:1024px) {
  .section__text {
    width: 100%;
    height: auto;
    padding-bottom: 50px
  }
}
.section__text h1 {
  font-size: 36px;
  line-height: 43px;
  color: #156fad;
  margin-top: 25px
}
.section__text h1 span {
  font-weight: 400
}
@media screen and (max-width:600px) {
  .section__text h1 {
    font-size: 30px;
    line-height: 36px
  }
}
.section__text p {
  position: relative;
  max-width: 470px;
  font-size: 16px;
  line-height: 18px
}
@media screen and (max-width:600px) {
  .section__text p {
    font-size: 14px;
    line-height: 16px
  }
}
.section__text p::before {
  content: '';
  position: absolute;
  top: 5px;
  right: calc(100% + 25px);
  width: 190px;
  height: 1px;
  background-color: #1ecb97
}
.section-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1
}
@media screen and (max-width:1024px) {
  .section-item {
    width: 100%;
    max-width: 700px;
    margin: 0 auto
  }
}
@media screen and (max-width:600px) {
  .section-item {
    margin-bottom: 45px
  }
}
.section-item::before {
  content: '';
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 31px;
  height: 31px;
  background: url(/img/person.png) center center/cover no-repeat;
  z-index: 1
}
@media screen and (max-width:600px) {
  .section-item::before {
    left: 20px;
    bottom: 25px;
    width: 20px;
    height: 20px
  }
}
@media screen and (max-width:374px) {
  .section-item::before {
    left: 15px
  }
}
.section-item:after {
  content: '';
  position: absolute;
  top: 155px;
  left: 30.8%;
  width: 32%;
  height: 1px;
  background: -webkit-gradient(linear,left top, right top,color-stop(60%, #1ecb97),color-stop(60%, #fff));
  background: -o-linear-gradient(left,#1ecb97 60%,#fff 60%);
  background: linear-gradient(to right,#1ecb97 60%,#fff 60%)
}
@media screen and (max-width:600px) {
  .section-item:after {
    top: 110px
  }
}
@media screen and (max-width:374px) {
  .section-item:after {
    display: none
  }
}
@media screen and (max-width:600px) {
  .section-item._president {
    width: calc(100% + 15px);
    margin-right: -15px
  }
}
.section-item._president .section-item__desc {
  position: relative
}
@media screen and (min-width:1025px),
screen and (max-width:600px) {
  .section-item._president .section-item__desc {
    border-radius: 0 0 0 50px;
    -webkit-box-shadow: -5px 35px 30px -10px #0f203a;
            box-shadow: -5px 35px 30px -10px #0f203a
  }
}
.section-item._president .section-item__desc::before {
  content: '';
  position: absolute;
  bottom: -111px;
  right: 0;
  height: 258px;
  width: 1000%;
  background-color: #36517d;
  background-image: url(/img/fon.png);
  background-position: right bottom;
  background-repeat: repeat-x;
  z-index: -1
}
@media screen and (max-width:600px) {
  .section-item._director {
    width: calc(100% + 15px);
    margin-right: -15px
  }
}
.section-item._director .section-item__desc {
  color: #73c2f8;
  background-color: #1c7abb
}
.section-item._director .section-item__title {
  color: #fff
}
.section-item._contacts::before,
.section-item._contacts:after {
  display: none
}
@media screen and (max-width:1024px) {
  .section-item._contacts {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3
  }
}
@media screen and (max-width:600px) {
  .section-item._contacts {
    width: calc(100% + 15px);
    margin-left: -15px
  }
}
.section-item._contacts .section-item__desc {
  color: #fff;
  background-color: #2fb29c;
  background: -o-radial-gradient(95% 0,circle,#42d6c3,#2fb29c);
  background: radial-gradient(circle at 95% 0,#42d6c3,#2fb29c);
  padding-top: 50px
}
@media screen and (min-width:1025px),
screen and (max-width:600px) {
  .section-item._contacts .section-item__desc {
    border-radius: 0 50px 0 0;
    -webkit-box-shadow: 5px -5px 15px -10px rgba(43,65,100,.58);
            box-shadow: 5px -5px 15px -10px rgba(43,65,100,.58)
  }
}
@media screen and (max-width:600px) {
  .section-item._contacts .section-item__desc {
    padding-top: 30px;
    padding-left: 10px
  }
}
@media screen and (max-width:374px) {
  .section-item._contacts .section-item__desc {
    padding-top: 25px
  }
}
@media screen and (max-width:1024px) {
  .section-item._contacts .section-item__preview::before {
    content: '';
    position: absolute;
    bottom: -111px;
    right: 0;
    height: 258px;
    width: 1000%;
    background-color: #36517d;
    background-image: url(/img/fon.png);
    background-position: right bottom;
    background-repeat: repeat-x;
    z-index: -1
  }
}
.section-item._contacts .section-item__title {
  color: #fff
}
@media screen and (min-width:601px) {
  .section-item._contacts .section-item__title {
    margin-bottom: 25px
  }
}
.section-item__preview {
  position: relative
}
.section-item__preview::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: url(/img/blackout.png) center center/cover no-repeat
}
.section-item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover
}
.section-item__desc {
  background-color: #fff;
  padding: 65px 25px 65px 40px
}
@media (min-width:1025px) and (max-width:1150px) {
  .section-item__desc {
    padding-left: 25px;
    padding-right: 10px
  }
}
@media screen and (max-width:600px) {
  .section-item__desc {
    padding: 40px 5px 50px 20px
  }
}
@media screen and (max-width:374px) {
  .section-item__desc {
    padding-left: 15px
  }
}
.section-item__title {
  font-size: 22px;
  line-height: 26px;
  color: #364f78;
  margin-bottom: 12px
}
@media screen and (max-width:600px) {
  .section-item__title {
    font-size: 16px;
    line-height: 18px
  }
}
.section-item__email {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  color: #fff;
  background: url(/img/email.png) left center/22px 16px no-repeat;
  padding-left: 35px;
  margin-bottom: 60px
}
@media screen and (max-width:600px) {
  .section-item__email {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
    background-size: 16px 11px;
    padding-left: 25px
  }
}