body {
  font-family: 'Poppins', sans-serif;
  color: #00023A;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
a {
  transition: .2s;
}
section {
  margin-bottom: 160px;
}
.sticky {
  position: sticky;
  top: 30px;
  height: 100%;
}

@media (min-width: 1360px) {
  .container {
      max-width: 1280px;
  }
}
@media (min-width: 1680px) {
  .container {
      max-width: 1560px;
  }
}
@media (min-width: 1920px) {
  .container {
      max-width: 1720px;
  }
}

@media(max-width: 1680px) {
  body {
    font-size: 16px; /*18px*/;
    line-height: 24px; /*28px*/;
  }
}
@media(max-width: 1200px) {
  body {
    font-size: 14px; /*16px*/;
    line-height: 24px; /*26px*/;
  }
  section {
    margin-bottom: 100px;
  }
}
@media(max-width: 991px) {
  body {
    font-size: 12px; /*14px*/;
    line-height: 22px; /*24px*/;
  }
}

/* typo */

h1, .h1 {
  font-weight: 500;
  font-size: 48px;   /*90px*/;
  line-height: 62px; /*100px*/;
  margin-bottom: 24px;
  margin-top: 0;
  color: #65B32E;
}
h2, .h2 {
  font-weight: 500;
  font-size: 52px; /*60px;*/
  line-height: 90px;
  margin-bottom: 50px; /*60px;*/
  margin-top: 0;
}
h1 span, .h1 span, h2 span, .h2 span, h3 span, .h3 span {
  color: #00023A;
}

.lead {
  font-weight: 500;
  font-size: 34px; /*40px;*/
  line-height: 50px;
  margin-bottom: 70px;
}
.greentext {
  color: #65B32E;
}
.img-circle {
  border-radius: 50%;
}
.decor:after {
  content: '';
  position: relative;
  top: -40px;
  left: 5px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: cover;
}
.decor:after {
  background-image: url(../img/heading_decor.svg);
}
.decor-center {
  display: inline-block;
}
.decor.decor-center:after {
  left: -50%;
  top: -60px;
}
.intro-img {
  max-width: 645px;
  margin: auto;
}

@media(max-width:1900px) {
  h1, .h1 {  
    font-weight: 500;
    font-size: 43px; /*80px;*/
    line-height: 60px; /*96px;*/
  }
}
@media(max-width:1680px) {
  h1, .h1 {  
    font-weight: 500;
    font-size: 34px; /*64px;*/
    line-height: 48px; /*78px;*/
  }
  h2, .h2 {  
    font-size: 30px; /*36px;*/
    line-height: 42px;
    margin-bottom: 35px; /*45px;*/
  }
  .lead {
    font-weight: 500;
    font-size: 28px; /*32px;*/
    line-height: 48px;
    margin-bottom: 60px;
  }
  .intro-img {
    max-width: 560px; 
  }
  .decor.decor-center:after {
    top: -45px;
  }
}
@media(max-width: 1200px) {
  h1, .h1 {  
    font-weight: 500;
    font-size: 23px; /*42px*/;
    line-height: 33px; /*53px;*/
  }
  h2, .h2 {  
    font-size: 22px; /*28px;*/
    line-height: 38px;
    margin-bottom: 16px; /*24px;*/
  }
  .lead {
    font-weight: 500;
    font-size: 21px; /*24px;*/
    line-height: 36px;
    margin-bottom: 60px;
  }
  .decor.decor-center:after {
    top: -35px;
  }
}
@media(max-width: 991px) {
  h1, .h1 {  
    font-weight: 500;
    font-size: 18px; /*33px;*/
    line-height: 31px; /*43px*/;
  }
  h2, .h2 {  
    font-size: 24px; /*28px;*/
    line-height: 38px;
    margin-bottom: 16px; /*24px;*/
  }
  .lead {
    font-size: 16px; /*18px;*/
    line-height: 28px;
    margin-bottom: 35px;
  }
  .decor:after {
    width: 11px;
    height: 11px;
    top: -20px;
  }

  .intro-img {
    margin-top: 20px;
    max-width: 420px; 
  }
}



/* forms */

.feedback {
  margin-top: 100px;
  text-align: center;
}
.feedback form {
  max-width: 776px;
  margin: auto;
}
.form-group {
  margin-bottom: 20px;
}
.form-group-contact {
  margin-top: 20px;
}
.form-control {
  box-shadow: none!important;
  border: 2px solid rgba(0, 2, 58, 0.2);
  border-radius: 62px;
  font-weight: 300;
  font-size: 20px /*40px*/;
  line-height: 30px; /*50px;*/
  padding: 12px 30px;
  transition: .2s;
  color: #00023A;
}
.form-control-contact {
  border-radius: 22px;
  padding: 5px 15px;
}
.form-control::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-control:focus {
  border: 4px solid #65B32E;
}
.btn {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  border-radius: 62px;
  padding: 12px; /*18px;*/
}
.btn-primary {
  background: #65B32E;
  border: 2px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 20px 40px rgba(0,0,0,.2)!important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background: #65B32E!important;
  border: 2px solid #65B32E!important;
  outline: none!important;
  box-shadow: none!important;
}
.feedback .btn-primary {
  margin-top: 35px; /*55px;*/
}
@media(max-width: 1200px) {
  
}
@media(max-width: 991px) {
  .form-group {
    margin-bottom: 8px;
  }
  .form-control {
    border: 1px solid rgba(0, 2, 58, 0.2);
    border-radius: 62px;
    font-weight: 300;
    font-size: 9px; /*18px*/;
    line-height: 1.0; /*1.2;*/
    padding: 5px 20px; 
  }
  .btn {
    font-size: 14px;
    line-height: 21px;
    padding: 3px; /*5px;*/
  }
  .feedback .btn-primary {
    margin-top: 12px; /*22px*/;
  }
}


/* header */

.custom-navbar {
  padding: 40px 15px;
}
.custom-navbar .navbar-brand {
  padding: 0;
}
.custom-navbar .navbar-collapse {
  flex-grow: 0;
}

.custom-navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  color: #00023A;
  margin-right: 48px;
  padding: 0;
}
.custom-navbar .navbar-nav .nav-link:hover,
.custom-navbar .navbar-nav .active .nav-link {
  color: #65B32E;
  border-bottom: 1px solid
}

.navbar-toggler {
  padding: 0;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none!important;
  margin-left: 26px;
}

.lang {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  color: #65B32E;
  background: transparent;
}
.lang option {
  color: #00023A;
}

.navbar-head {
  display: none;
  justify-content: space-between;
  margin-bottom: 70px;
  padding-top: 16px;
}
.navbar-head .logo {
  max-width: 124px;
}

@media(max-width:1680px) {
  .custom-navbar .navbar-brand {max-width: 180px;}
  .lang option {font-size: 20px}
}
@media(max-width:1200px) {
  .custom-navbar .navbar-brand {max-width: 124px;}
  .custom-navbar .navbar-nav .nav-link {margin-right: 24px;}
}
@media(max-width:991px) {
  .navbar-head {display: flex}
  .custom-navbar .navbar-collapse {
    position: absolute;
    background: #65B32E;
    top: 0;
    left: 0;
    right: 0;
    padding: 24px;
    z-index: 9;
  }
  .custom-navbar .navbar-nav .nav-link {
    color: #FFF!important;
    border: none!important;
    font-weight: 500;
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 30px;
  }
}

/* footer */

footer {
  margin-top: 180px;
  background: #65B32E;
  padding: 40px 0;
  color: #FFF;
}
footer .logo {
  margin-right: 80px;
}
footer a {
  color: #FFF;
  display: inline-block;
  margin-right: 80px;
  border-bottom: 1px solid #FFF;
}
footer a:hover {
  color: #FFF;
  text-decoration: none;
  border-color: transparent;
}

@media(max-width:1680px) {
  footer .logo, footer a {margin-right: 50px;}
  footer .address {font-size: 16px; line-height: 24px;}
  footer .logo {
    max-width: 124px;
  }
  footer [class^='col'] {
    justify-content: center!important;
  }
}
@media(max-width:1200px) {
  footer .justify-content-end {
    justify-content: center!important;
  }
  footer .name {
    margin: 15px 0;
  }
  footer .logo, footer a {margin-right: 30px;}
}
@media(max-width:991px) {
  footer {margin-top: 84px; padding: 20px 0}

  footer .link {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }
  footer .address,
  footer .copy {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  footer .name {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }

}

/* main */

main {
  padding-top: 100px;
}
@media(max-width:991px) {
  main {padding-top: 50px;}
}
.section-link {
  display: inline-block;
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #FFF;
  margin: 25px 0 50px;
}
.section-link:hover {
  border-color: transparent;
  color: #FFF;
  text-decoration: none;
}
.main-page {
  background: #00023A;
  color: #FFF;
  /*background-image: url(../img/bg.png);*/
  background-repeat: no-repeat;
  background-position: top;
}
.main-page h1 span,
.main-page .h1 span {
  color: #FFF;
}
.navbar-brand svg .color-change {
  fill: #00023A;
}
.main-page .navbar-brand svg .color-change {
  fill: #FFF;
}
.main-page .custom-navbar .navbar-nav .nav-link {
  color: #FFF;
}
.main-page .custom-navbar .navbar-nav .nav-link:hover,
.main-page .custom-navbar .navbar-nav .active .nav-link {
  color: #CAFF00;
  border-bottom: 1px solid #CAFF00;
}
.main-page .lang {
  color: #CAFF00;
}
.main-page .intro {
  height: calc(100vh - 200px);
}
/*
.main-page .intro:after {
  content: url(../img/scroll.svg);
  position: relative;
  top: 50px;
}
*/
.main-page .scroll {
  position: relative;
  margin-top: 50px;
}
.main-page .scroll circle {
  animation-duration: 3s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  position: relative;
}
.main-page .scroll path {
  animation-duration: 3s;
  animation-name: slidein2;
  animation-iteration-count: infinite;
  position: relative;
}
.main-page .scroll rect {
  animation-duration: 3s;
  animation-name: slidein2;
  animation-iteration-count: infinite;
  position: relative;
}
@keyframes slidein {
  from {
    cy: 9;
  }
  50% {
    cy: 20;
  }
  to {
    cy: 9;
  }
}
@keyframes slidein2 {
  from {
    stroke: #FFF;
  }
  50% {
    stroke: #65B32E;
  }
  to {
    stroke: #FFF;
  }
}

.main-page .feedback {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  padding-bottom: 200px;
  padding-top: 200px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  margin-top: -150px;
}
.main-page .greenblock {
  box-shadow: 0px 20px 30px rgba(0,0,0,.2);
}
.main-page .services .img-wrapper:after {
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(101,179,46,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(101,179,46,1) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(101,179,46,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#65b32e',GradientType=1 );
}
.main-page .services .decor:after {
    background-image: url(../img/heading_decor2.svg);
}
.main-page .services .greentext {
  color: #FFF;
}
.main-page .services .h1 {
  color: #00023A;
}
.main-page .team .team-item {
  margin-bottom: 20px;
}
.main-page .team .carousel-indicators li {
  background: rgba(202, 255, 0, 0.2);
}
.main-page .team .carousel-indicators .active {
  background: #CAFF00;
}
.main-page .intro:before {
  content: '';
  background-image: url(../img/bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 480px;
  height: 960px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -760px;
}
.main-page footer {
  margin-top: 0;
}
.main-page .feedback .form-control {
  background: #00023A;
  color: #FFF;
}
.main-page .feedback .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.main-page .feedback .form-control:not(:focus) {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.bg-change {
  background: rgb(0,2,58);
  background: -moz-linear-gradient(top,  rgba(0,2,58,1) 0%, rgba(101,179,46,1) 15%, rgba(101,179,46,1) 45%, rgba(101,179,46,1) 85%, rgba(0,2,58,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,2,58,1) 0%,rgba(101,179,46,1) 15%,rgba(101,179,46,1) 45%,rgba(101,179,46,1) 85%,rgba(0,2,58,1) 100%);
  background: linear-gradient(to bottom,  rgba(0,2,58,1) 0%,rgba(101,179,46,1) 15%,rgba(101,179,46,1) 45%,rgba(101,179,46,1) 85%,rgba(0,2,58,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00023a', endColorstr='#00023a',GradientType=0 );
}
.main-page .navbar-toggler line {
  stroke: #FFF;
}
@media(max-width:1680px) {
  .section-link {
    font-size: 18px;
    line-height: 28px;
    margin: 15px 0 40px;
  }
}
@media(max-width:1200px) {
  .main-page .feedback {
    padding-bottom: 150px;
    padding-top: 150px;
    margin-top: -100px;
  }
  .section-link {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 30px;
  }
}
@media(max-width:991px) {
  .main-page {
    background-size: 100%;
    background-position: 0 240px;
  }
  .main-page .intro:before {
    height: 280px;
    width: 140px;
    bottom: -180px;
  }
  .main-page .feedback {
    padding-bottom: 100px;
    padding-top: 100px;
    margin-top: -75px;
  }
  .main-page .intro:after {
    content: url(../img/scroll2.svg);
    position: relative;
    top: 50px;
  }
  .section-link {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 20px;
  }
}

/* intro */

.intro img.right {

}

/* greenblock */

.greenblock {
  background: radial-gradient(197.29% 764.22% at 0% 13.53%, #65B32E 17.51%, #CAFF00 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  padding: 20px 120px;
  box-shadow: 0px 20px 40px rgba(101,179,46,.4);
}
.greenblock .heading {
  font-weight: 500;
  font-size: 60px;
  line-height: 90px;
  color: #FFF;
  margin-bottom: 30px;
  margin-top: 30px;
}

.greenblock .name {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 50px;
}
.greenblock .text {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.greenblock .decor:after {
  background-image: url(../img/heading_decor2.svg);
}

@media(max-width:1680px) {
  .greenblock .name {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 40px;
  }
  .greenblock .text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media(max-width:1200px) {
  .greenblock .name {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .greenblock .text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media(max-width:991px) {
  .greenblock {
    padding: 20px;
  }
  .greenblock .heading {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .greenblock .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .greenblock .text {
    font-size: 14px;
    line-height: 24px;
  }
}



/* contacts */

.contacts {
  margin-top: 70px;
}
.contacts a {
  color: #65B32E;
}
.contacts-lead {margin-top: 100px;}

@media(max-width:1680px) {
  .contacts-lead {margin-top: 80px;}
}
@media(max-width:1200px) {
  .contacts-lead {margin-top: 60px;}
}
@media(max-width:991px) {
  .contacts {margin-top: 40px; margin-bottom: 30px;}
  .contacts-lead {margin-top: 44px;}
}

/* team */

blockquote.lead {
  color: #65B32E;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
blockquote:before,
blockquote:after {
  font-weight: 500;
  font-size: 200px;
  line-height: 100px;
  color: #00023A;
  position: absolute;
}
blockquote:before {
  content: '“';
  top: 0px;
}
blockquote:after {
  content: '“';
  bottom: -50px;
}

.team {

}

.team .team-item {
  text-align: center;
  margin-bottom: 150px;
}
.team .team-item .name {
  font-weight: 500;
  font-size: 32px; /*40px;*/
  line-height: 50px;
  color: #64B345;
  margin-top: 50px;
}
.team .team-item .duty {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
}
.team-intro img,
.team .team-item img {
	border-radius: 50%;
}

@media(max-width:1680px) {
  .team .team-item {
    margin-bottom: 120px;
  }
  .team .team-item .name {
    font-size: 30px; /*36px;*/
    line-height: 46px;
    margin-top: 40px;
  }
  .team .team-item .duty {
    font-size: 17px; /*18px;*/
  }
}
@media(max-width:1200px) {
  .team .team-item {
    margin-bottom: 80px;
  }
  .team .team-item .name {
    font-size: 20px; /*24px;*/
    line-height: 36px;
    margin-top: 30px;
  }
  .team .team-item .duty {
    font-size: 14px; /*16px;*/
    line-height: 24px;
    margin-top: 10px;
  }
  blockquote:before,
  blockquote:after {
    font-size: 150px;
    line-height: 50px;
  }
  blockquote:before {
    top: 20px;
  }
  blockquote:after {
    bottom: -20px;
  }
}
@media(max-width:991px) {
  blockquote {
    font-size: 18px;
    line-height: 28px;
    padding: 25px 0 0 0;
  }
  blockquote:before,
  blockquote:after {
    font-size: 100px;
    line-height: 43px;
  }
  blockquote:after {
    display: none; 
  }
  .team {
    margin-top: 70px;
  }
  .team .team-item {
    margin-bottom: 60px;
  }
  .team .team-item img {
    max-width: 124px;
  }
  .team .team-item .name {
    font-size: 16px; /*18px;*/
    line-height: 28px;
    margin-top: 20px;
  }
  .team .team-item .duty {
    font-size: 12px; /*14px;*/
    line-height: 24px;
    margin-top: 5px;
  }
}

/* services */

.services {

}
.services .services-item {
  margin-bottom: 150px;
}
.services .greentext {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
}
.services .img-wrapper {
  position: relative;
  max-width: 460px;
  margin: auto;
}
.services .img-wrapper:after {
  content: '';
  background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media(max-width:1680px) {
  .services .services-item {
    margin-bottom: 120px;
  }
  .services .greentext {
    font-size: 24px;
    line-height: 36px;
  }
  .services .img-wrapper {
    max-width: 400px; 
  }
}
@media(max-width:1200px) {
  .services .greentext {
    font-size: 21px;
    line-height: 32px;
  }
}
@media(max-width:991px) {
  .services .greentext {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .services .services-item {
    margin-bottom: 15px;
  }
  
}


/* values */

.values {
  margin-bottom: 0;
}

.values-item {
  margin-bottom: 120px;
}
.values-item .img-wrapper {
  min-height: 60px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.values-item .name {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #65B32E;
  margin-bottom: 20px;
}
.values-item .text {
  padding-right: 20%;
}
@media(max-width:1680px) {
  .values-item {
    margin-bottom: 100px;
  }
  .values-item .name {
    font-size: 32px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
@media(max-width:1200px) {
  .values {
    margin-bottom: 60px;
  }
  .values-item {
    margin-bottom: 80px;
  }
  .values-item .img-wrapper {
    margin-bottom: 15px;
  }
  .values-item .img-wrapper img {
    max-width: 48px;
    max-height: 48px;
  }
  .values-item .name {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
@media(max-width:991px) {
  .values-item {
    margin-bottom: 48px;
  }
  .values-item .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .values-item .text {
    padding: 0;
  }
  .values-item .img-wrapper {
    min-height: 32px; 
    max-height: 32px;
    margin-bottom: 12px;
  }
  .values-item .img-wrapper img {
    max-width: 42px;
    max-height: 32px;
  }
}

/* partners */

.partners {
  padding: 120px;
  border: 2px solid rgba(0, 2, 58, 0.1);
  border-radius: 40px;
  box-shadow: 0px 20px 30px rgba(0,0,0,.2);
  background: #FFF;
  color: #00023A;
}
.partners .partners-item {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.partners .img-wrapper {
  margin-bottom: 60px;
  min-height: 200px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.partners .name {
  font-weight: 500;
  font-size: 26px;
  line-height: 39px;
  color: #65B32E;
  margin-bottom: 20px;
}
.partners .text {
  opacity: .5;
}
.carousel-indicators {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  margin-top: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100px;
  height: 4px;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -999px;
  background-color: rgba(0, 2, 58, 0.2);
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #00023A;
}


@media(max-width:1680px) {
  .partners {
    padding: 100px; 
  }
  .partners .name {
    font-size: 24px;
    line-height: 36px;
  }
}
@media(max-width:1200px) {
  .partners {
    padding: 50px; 
  }
  .partners .partners-item {
    padding: 0 10px;
  }
  .partners .name {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media(max-width:991px) {
  .partners {padding: 30px 20px;}
  .partners .partners-item {padding: 0;}
  .partners .img-wrapper {
    min-height: unset; 
    margin-bottom: 20px;
  }
  .partners .name {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .partners .text { 
    font-size: 12px;
    line-height: 18px;
  }
  .partners .carousel-item .row [class^='col']:nth-child(3),
  .partners .carousel-item .row [class^='col']:nth-child(4) {
    display: none;
  } 
  .carousel-indicators li {
    width: 50px;
  }
}

#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}