@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400,600,700&display=swap");
body {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: #181D26;
  font-size: 16px;
}

div, p, form, input, a, span, button, ul, li, aside, article, section, h1, h2, h3, h4, nav, textarea, ol {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 700;
}

a, a:hover, a:active {
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

input, button, a {
  outline: none;
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1260px;
}

.df {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #16C8AD;
  background: #16C8AD;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.btn svg path {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  fill: #181D26;
}
.btn:hover {
  background: transparent;
  color: #16C8AD;
}
.btn:hover svg path {
  fill: #16C8AD;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1366px) {
  body {
    font-size: 15px;
  }
  .container {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
  }
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 30px;
  }
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 15px;
  }
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
.header__top {
  padding: 15px 0 17px;
}
.header__top-wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__element {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #1A2432;
  font-weight: 400;
}
.header__element svg {
  margin-right: 12px;
}
.header__element:not(:last-child) {
  margin-right: 31px;
}
.header__logo {
  width: 243px;
}
.header__bottom {
  background: #1A2432;
  padding: 25px 0 23px;
}
.header__bottom-wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__menu-item a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu-item:not(:last-child) {
  margin-right: 60px;
}
.header__btn {
  padding: 0 10px;
  height: 50px;
  color: #1A2432;
  font-size: 16px;
}
.header__btn svg {
  margin-left: 7px;
}
@media (max-width: 1366px) {
  .header__top {
    padding: 15px 0 17px;
  }
  .header__element {
    font-size: 14px;
  }
  .header__element svg {
    margin-right: 10px;
  }
  .header__element:not(:last-child) {
    margin-right: 20px;
  }
  .header__logo {
    width: 200px;
  }
  .header__bottom {
    padding: 20px 0 18px;
  }
  .header__menu-item a {
    font-size: 14px;
  }
  .header__menu-item:not(:last-child) {
    margin-right: 40px;
  }
  .header__btn {
    padding: 0 10px;
    height: 46px;
    font-size: 14px;
  }
  .header__btn svg {
    margin-left: 7px;
  }
}
@media (max-width: 1200px) {
  .header__logo {
    width: 180px;
  }
  .header__menu-item a {
    font-size: 15px;
  }
  .header__menu-item:not(:last-child) {
    margin-right: 40px;
  }
  .header__btn {
    padding: 0 10px;
    height: 44px;
    font-size: 14px;
  }
  .header__btn svg {
    margin-left: 7px;
  }
}
@media (max-width: 992px) {
  .header__element svg {
    margin-right: 7px;
  }
  .header__logo {
    width: 160px;
  }
  .header__menu-item a {
    font-size: 14px;
  }
  .header__menu-item:not(:last-child) {
    margin-right: 25px;
  }
  .header__btn {
    padding: 0 10px;
    height: 42px;
    font-size: 14px;
  }
  .header__btn svg {
    margin-left: 7px;
  }
}
@media (max-width: 768px) {
  .header__element {
    font-size: 14px;
  }
  .header__element svg {
    margin-right: 7px;
  }
  .header__nav {
    display: none;
  }
  .header__btn {
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
  }
  .header__btn svg {
    margin-left: 7px;
  }
}
@media (max-width: 575px) {
  .header__worktime {
    display: none;
  }
  .header__logo {
    width: 140px;
  }
  .header__element {
    font-size: 14px;
  }
  .header__element:not(:last-child) {
    margin-right: 10px;
  }
  .header__element svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .header__btn {
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
  }
  .header__btn svg {
    margin-left: 7px;
  }
  .header__btn span {
    display: none;
  }
}

.footer__wrapp {
  -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;
}
.footer__top {
  background: url("../img/footer.png") no-repeat center center/cover;
  padding: 68px 0;
  position: relative;
  color: #fff;
}
.footer__top:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 17px;
  background: url("../img/footer-white.svg") no-repeat center center/100% 17px;
}
.footer__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.footer__text {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.footer__btn {
  padding: 0 15px;
  height: 72px;
  color: #1A2432;
  font-size: 18px;
  font-weight: 700;
}
.footer__btn svg {
  margin-left: 7px;
}
.footer__logo {
  width: 243px;
}
.footer__bottom {
  background: #181D26;
  padding: 25px 0 23px;
}
.footer__bottom-wrapp {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__menu-item a {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.footer__menu-item:not(:last-child) {
  margin-right: 60px;
}
.footer__bottom .footer__btn {
  padding: 0 10px;
  height: 50px;
  color: #1A2432;
  font-size: 16px;
  font-weight: 400;
}
.footer__bottom .footer__btn svg {
  margin-left: 7px;
}
.footer__copyright {
  background: #1F2530;
  padding: 15px 0;
}
.footer__copyright p {
  color: #7C899F;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 1366px) {
  .footer__logo {
    width: 200px;
  }
  .footer__bottom {
    padding: 20px 0 18px;
  }
  .footer__menu-item a {
    font-size: 14px;
  }
  .footer__menu-item:not(:last-child) {
    margin-right: 40px;
  }
  .footer__bottom .footer__btn {
    padding: 0 10px;
    height: 46px;
    font-size: 14px;
  }
  .footer__bottom .footer__btn svg {
    margin-left: 7px;
  }
}
@media (max-width: 1200px) {
  .footer__top {
    padding: 50px 0;
  }
  .footer__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .footer__text {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .footer__btn {
    height: 60px;
    font-size: 16px;
  }
  .footer__top:before {
    top: -2px;
    height: 17px;
    background: url("../img/footer-white.svg") no-repeat center center/1500px auto;
  }
  .footer__logo {
    width: 180px;
  }
  .footer__menu-item:not(:last-child) {
    margin-right: 40px;
  }
  .footer__bottom .footer__btn {
    padding: 0 10px;
    height: 44px;
    font-size: 14px;
  }
  .footer__bottom .footer__btn svg {
    margin-left: 7px;
  }
}
@media (max-width: 992px) {
  .footer__title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .footer__text {
    margin-bottom: 25px;
  }
  .footer__logo {
    width: 160px;
  }
  .footer__menu-item a {
    font-size: 14px;
  }
  .footer__menu-item:not(:last-child) {
    margin-right: 25px;
  }
  .footer__bottom .footer__btn {
    padding: 0 10px;
    height: 42px;
    font-size: 14px;
  }
  .footer__bottom .footer__btn svg {
    margin-left: 7px;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    padding: 60px 0;
  }
  .footer__bottom-wrapp {
    -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;
  }
  .footer__nav {
    margin: 50px 0;
  }
  .footer__menu {
    -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;
  }
  .footer__menu-item a {
    font-size: 14px;
  }
  .footer__menu-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__copyright {
    padding: 20px 0;
    font-size: 14px;
  }
}

.offer {
  background: url("../img/offer.jpg") no-repeat center center/cover;
  overflow-x: hidden;
}
.offer__wrapp {
  padding: 110px 0 136px;
  position: relative;
}
.offer__man {
  position: absolute;
  top: 0;
  right: -110px;
  height: 100%;
}
.offer__man img {
  height: 100%;
  width: auto;
}
.offer__content {
  width: 682px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.offer__top-text {
  color: #16C8AD;
  font-weight: 600;
  margin-bottom: 20px;
}
.offer__title {
  font-size: 59px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
}
.offer__text-wrapp {
  padding-right: 65px;
  margin-bottom: 40px;
}
.offer__text-wrapp p {
  line-height: 1.5;
  color: #fff;
}
.offer__text-wrapp p:not(:last-child) {
  margin-bottom: 18px;
}
.offer__btn {
  padding: 0 18px;
  height: 62px;
  color: #181D26;
  font-size: 18px;
  font-weight: 700;
}
.offer__btn svg {
  margin-left: 7px;
}
@media (max-width: 1366px) {
  .offer__wrapp {
    padding: 70px 0 90px;
  }
  .offer__man {
    right: -50px;
  }
  .offer__content {
    width: 600px;
  }
  .offer__top-text {
    margin-bottom: 17px;
  }
  .offer__title {
    font-size: 50px;
    margin-bottom: 35px;
  }
  .offer__text-wrapp {
    padding-right: 25px;
    margin-bottom: 30px;
  }
  .offer__text-wrapp p:not(:last-child) {
    margin-bottom: 15px;
  }
  .offer__btn {
    padding: 0 17px;
    height: 55px;
    font-size: 17px;
  }
  .offer__btn svg {
    margin-left: 6px;
  }
}
@media (max-width: 1200px) {
  .offer__wrapp {
    padding: 70px 0 90px;
  }
  .offer__man {
    right: -50px;
  }
  .offer__content {
    width: 500px;
  }
  .offer__top-text {
    margin-bottom: 17px;
  }
  .offer__title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .offer__text-wrapp {
    padding-right: 30px;
    margin-bottom: 25px;
  }
  .offer__btn {
    padding: 0 16px;
    height: 50px;
    font-size: 15px;
  }
  .offer__btn svg {
    margin-left: 6px;
  }
}
@media (max-width: 992px) {
  .offer__wrapp {
    padding: 60px 0 80px;
  }
  .offer__man {
    right: -100px;
  }
  .offer__content {
    width: 450px;
  }
  .offer__top-text {
    margin-bottom: 17px;
  }
  .offer__title {
    font-size: 36px;
    margin-bottom: 22px;
  }
  .offer__text-wrapp {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .offer__btn {
    padding: 0 15px;
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .offer__wrapp {
    padding: 60px 0 80px;
  }
  .offer__man {
    display: none;
  }
  .offer__content {
    width: 90%;
  }
  .offer__top-text {
    margin-bottom: 17px;
  }
  .offer__title {
    font-size: 36px;
    margin-bottom: 22px;
  }
  .offer__text-wrapp {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .offer__btn {
    padding: 0 15px;
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .offer__wrapp {
    padding: 60px 0 80px;
  }
  .offer__man {
    display: none;
  }
  .offer__content {
    width: 90%;
  }
  .offer__top-text {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .offer__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .offer__text-wrapp {
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .offer__btn {
    padding: 0 15px;
    height: 48px;
    font-size: 15px;
  }
}

.counter {
  padding-bottom: 90px;
  background: url("../img/counter-bg.svg") no-repeat 0 41px/auto 226px;
}
.counter__list {
  background: #fff;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.counter__item {
  width: 25%;
  padding: 89px 20px;
  -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;
}
.counter__item span {
  font-size: 78px;
  margin-bottom: 16px;
  font-weight: 700;
}
.counter__item p {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.counter__item:nth-child(even) {
  background: #F8F8F8;
}
@media (max-width: 1366px) {
  .counter {
    padding-bottom: 70px;
    background: url("../img/counter-bg.svg") no-repeat 0 41px/auto 180px;
  }
  .counter__list {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  .counter__item {
    width: 25%;
    padding: 65px 17px;
  }
  .counter__item span {
    font-size: 65px;
    margin-bottom: 15px;
  }
  .counter__item p {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .counter {
    padding-bottom: 60px;
    background: url("../img/counter-bg.svg") no-repeat 0 30px/auto 120px;
  }
  .counter__item {
    padding: 45px 20px;
  }
  .counter__item span {
    font-size: 45px;
    margin-bottom: 13px;
  }
  .counter__item p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .counter {
    padding-bottom: 50px;
    background: url("../img/counter-bg.svg") no-repeat 0 25px/auto 80px;
  }
  .counter__item {
    padding: 30px 15px;
  }
  .counter__item span {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .counter__item p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .counter {
    padding-bottom: 50px;
    background: url("../img/counter-bg.svg") no-repeat 0 25px/auto 80px;
  }
  .counter__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .counter__item {
    width: 50%;
    padding: 25px 15px;
  }
  .counter__item span {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .counter__item p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .counter {
    padding-bottom: 50px;
    background: url("../img/counter-bg.svg") no-repeat 0 25px/auto 50px;
  }
  .counter__item {
    width: 100%;
    padding: 20px 18px;
  }
  .counter__item span {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .counter__item p {
    font-size: 14px;
  }
}

.solution__title {
  margin-bottom: 100px;
}
.solution__wrapp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.solution__content {
  width: calc(100% - 606px - 84px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.solution__subtitle {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.7;
  letter-spacing: -0.01em;
}
.solution__text {
  line-height: 2;
  margin-bottom: 30px;
}
.solution__video {
  position: relative;
  width: 606px;
  height: auto;
}
.solution__video video {
  width: 100%;
}
.solution__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.solution__video-overlay:hover {
  background: rgba(0, 0, 0, 0.6);
}
.solution__video-overlay:hover .solution__video-text,
.solution__video-overlay:hover .solution__video-button {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.solution__video-button {
  background: none;
  border: none;
  margin-bottom: 19px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.solution__video-text {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.solution__btn {
  padding: 0 18px;
  height: 72px;
  color: #181D26;
  font-weight: 700;
  font-size: 18px;
}
.solution__btn svg {
  margin-left: 7px;
}
.solution__figure {
  width: 125px;
  position: absolute;
  top: -6px;
  right: -7px;
}
.solution__figure img {
  width: 100%;
}
@media (max-width: 1366px) {
  .solution__title {
    margin-bottom: 70px;
  }
  .solution__content {
    width: calc(100% - 500px - 50px);
  }
  .solution__video {
    width: 500px;
  }
  .solution__video-overlay .solution__video-text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .solution__title {
    margin-bottom: 50px;
  }
  .solution__content {
    width: calc(100% - 470px - 40px);
  }
  .solution__video {
    width: 470px;
  }
  .solution__video-overlay .solution__video-text {
    font-size: 17px;
  }
  .solution__btn {
    height: 64px;
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  .solution__title {
    margin-bottom: 40px;
  }
  .solution__content {
    width: calc(100% - 420px - 30px);
  }
  .solution__video {
    width: 420px;
  }
  .solution__video-overlay .solution__video-text {
    font-size: 16px;
  }
  .solution__btn {
    height: 60px;
    font-size: 16px;
  }
  .solution__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .solution__text {
    line-height: 1.5;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .solution__title {
    margin-bottom: 40px;
  }
  .solution__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .solution__video {
    width: 100%;
  }
  .solution__video-overlay .solution__video-text {
    font-size: 16px;
  }
  .solution__btn {
    height: 60px;
    font-size: 16px;
  }
  .solution__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  .solution__text {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .solution__title {
    margin-bottom: 40px;
  }
  .solution__wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .solution__content {
    width: 100%;
    margin-bottom: 50px;
  }
  .solution__video {
    width: 100%;
  }
  .solution__video-overlay .solution__video-text {
    font-size: 15px;
  }
  .solution__video-overlay .solution__video-button {
    width: 64px;
    height: 64px;
    margin-bottom: 5px;
  }
  .solution__video-overlay .solution__video-button svg {
    width: 100%;
    height: 100%;
  }
  .solution__btn {
    height: 60px;
    font-size: 16px;
  }
  .solution__subtitle {
    font-size: 16px;
  }
  .solution__text {
    font-size: 16px;
  }
}

.team {
  padding: 120px 0;
}
.team__title {
  margin-bottom: 80px;
}
.team__item-content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #181D26;
  padding: 40px;
  width: calc(100% - 322px);
}
.team__item:not(:last-child) {
  margin-bottom: 20px;
}
.team__item-title {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 30px;
}
.team__item-text {
  line-height: 1.7;
  margin-bottom: 30px;
}
.team__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  height: 58px;
  padding: 0 20px;
  color: #181D26;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border: 1px solid #181D26;
}
.team__item-link:hover {
  background: #181D26;
  color: #fff;
}
.team__item-img {
  width: 322px;
}
.team__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.team__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1200px) {
  .team {
    padding: 100px 0;
  }
  .team__title {
    margin-bottom: 60px;
  }
  .team__item-content {
    padding: 30px 20px;
    width: calc(100% - 280px);
  }
  .team__item-title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .team__item-text {
    margin-bottom: 20px;
  }
  .team__item-link {
    height: 50px;
    font-size: 16px;
  }
  .team__item-img {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .team {
    padding: 80px 0;
  }
  .team__title {
    margin-bottom: 40px;
  }
  .team__item-content {
    padding: 25px;
    width: 100%;
  }
  .team__item-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .team__item-text {
    margin-bottom: 20px;
  }
  .team__item-link {
    height: 48px;
    font-size: 15px;
  }
  .team__item-img {
    display: none;
  }
}

.reviews {
  overflow-x: hidden;
  margin-bottom: 120px;
}
.reviews__title {
  margin-bottom: 100px;
}
.reviews__video {
  height: 374px;
}
.reviews__video video {
  width: 100%;
  height: 100%;
}
.reviews__video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  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;
}
.reviews__video-button {
  background: none;
  border: none;
  margin-bottom: 19px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.reviews .swiper-button {
  outline: none;
  background: #16C8AD;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  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;
}
.reviews .swiper-button:after {
  display: none;
}
.reviews .swiper-button svg {
  width: 8px;
}
.reviews .swiper-button:hover {
  outline: none;
  background: #17efce;
}
.reviews__slider .container {
  position: relative;
}
.reviews__slider .swiper-button-next {
  right: -76px;
}
.reviews__slider .swiper-button-prev {
  left: -76px;
}
.reviews__slider .swiper-button-disabled {
  opacity: 1;
  background: none;
}
.reviews .swiper-pagination {
  position: relative;
  top: auto;
  bottom: auto;
  margin-top: 60px;
}
.reviews .swiper-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  margin: 0 17px;
  background: #f3f3f3;
}
.reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #16C8AD;
  border: 4px solid #f3f3f3;
}
@media (max-width: 1366px) {
  .reviews {
    margin-bottom: 90px;
  }
  .reviews__title {
    margin-bottom: 80px;
  }
  .reviews__video {
    height: 350px;
  }
  .reviews__video video {
    width: 100%;
    height: 100%;
  }
  .reviews .swiper-button {
    height: 50px;
    width: 50px;
  }
  .reviews__slider .swiper-button-next {
    right: 20px;
  }
  .reviews__slider .swiper-button-prev {
    left: 20px;
  }
  .reviews .swiper-pagination {
    margin-top: 50px;
  }
  .reviews .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 12px;
  }
}
@media (max-width: 1200px) {
  .reviews {
    margin-bottom: 80px;
  }
  .reviews__title {
    margin-bottom: 70px;
  }
  .reviews__video {
    height: 300px;
  }
  .reviews__video video {
    width: 100%;
    height: 100%;
  }
  .reviews .swiper-button {
    height: 46px;
    width: 46px;
  }
  .reviews__slider .swiper-button-next {
    right: 10px;
  }
  .reviews__slider .swiper-button-prev {
    left: 10px;
  }
  .reviews .swiper-pagination {
    margin-top: 40px;
  }
  .reviews .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
  }
}
@media (max-width: 992px) {
  .reviews {
    margin-bottom: 60px;
  }
  .reviews__title {
    margin-bottom: 60px;
  }
  .reviews__video {
    height: 290px;
  }
  .reviews__video video {
    width: 100%;
    height: 100%;
  }
  .reviews .swiper-button {
    height: 42px;
    width: 42px;
  }
  .reviews__slider .swiper-button-next {
    right: 5px;
  }
  .reviews__slider .swiper-button-prev {
    left: 5px;
  }
  .reviews__slider .mySwiper {
    width: calc(100% - 90px);
  }
  .reviews .swiper-pagination {
    margin-top: 30px;
  }
}