@media (min-width: 992px) {
  .modal-lg {
    width: 991px;
  }
}

@media (min-width: 992px) {
  .pad-header {
    padding-top: 88px;
  }
}

@media (min-width: 992px) {
  .pad-header-plus {
    padding-top: 150px;
  }
}

@media (min-width: 992px) {
  .primary-menu .dropdown-menu > li > a > .menu-item__icon {
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
}

@media (min-width: 992px) {
  .primary-menu .dropdown-menu > li > a:hover > .menu-item__icon,
  .primary-menu .dropdown-menu > li > a:focus > .menu-item__icon {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

@media (min-width: 992px) {
  .contact-page {
    min-height: 890px;
    display: flex;
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .contact-page__col {
    padding: 3vw;
  }
}

@media (min-width: 992px) {
  .contact-page__col:first-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .contact-page .gform_wrapper form ul li {
    flex-basis: 48%;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .contact-page .gform_footer {
    flex-basis: 35%;
    position: absolute;
    bottom: 50px;
    left: 0;
  }
}

@media (min-width: 992px) {
  .contact-page .gform_footer .gform_button {
    width: initial;
    padding: 12px 55px;
    border-radius: 40px;
  }
}

@media (min-width: 992px) {
  li#field_2_6 {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .contact-page-info__content {
    font-size: 20px;
    padding: 0 50px;
  }
}

@media (min-width: 992px) {
  .contact-page-info__icon {
    width: 36px;
  }
}

@media (min-width: 992px) {
  .course__content {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .course__txt {
    flex-basis: 75%;
    border-left: 1px solid #e2e2e2;
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .footer__title {
    padding-top: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer .terms-menu a {
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .gform_wrapper form ul li {
    flex-basis: 49.5%;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .front-gallery {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .homepage-news__inner {
    flex-wrap: nowrap;
  }
}

@media (min-width: 992px) {
  .homepage-news__col:first-child .btn {
    left: 60px;
  }
}

@media (min-width: 992px) {
  .homepage-news__col:first-child {
    flex: 0 0 36%;
    padding-left: 60px;
  }
}

@media (min-width: 992px) {
  .homepage-news__col:last-child {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .homepage-news .btn {
    margin-top: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

@media (min-width: 992px) {
  .homepage-news-list__item {
    padding: 6px 0;
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .page-branches {
    padding-top: 88px;
  }
}

@media (min-width: 992px) {
  .page-branches__col {
    flex-basis: 70%;
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .page-branches__col:first-child {
    flex-basis: 30%;
  }
}

@media (min-width: 992px) {
  .page-branches__container {
    padding: 7vw;
  }
}

@media (min-width: 992px) {
  .page-branches__form input {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .page-branches__form select {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .people__inner {
    justify-content: flex-start;
  }
}

@media (min-width: 992px) {
  .people__title {
    margin-bottom: 80px !important;
  }
}

@media (min-width: 992px) {
  .people__item-wrapper {
    margin-top: 40px;
  }

  .people__item-wrapper:nth-child(2) {
    order: 0;
  }

  .people__item-wrapper:nth-child(3n+2) {
    bottom: 40px;
  }
}

@media (min-width: 992px) {
  .two-text-columns__col {
    flex-basis: 44.5%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .btns-row {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .donation-methods__item {
    padding: 70px 120px;
  }
}

@media (min-width: 992px) {
  .footer__menus-wrapper {
    display: flex;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0 10px 0;
  }
}

@media (min-width: 992px) {
  .footer-menu {
    margin: 0;
    border: none;
    padding: 0;
    flex-basis: 32%;
  }
}

@media (min-width: 992px) {
  .footer-menu__list-wrapper {
    border: none;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .footer-menu__list-wrapper:first-child {
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 80px;
    flex: 0 0 40%;
  }
}

@media (min-width: 992px) {
  .footer-menu__list-wrapper:last-child .footer-menu__list li {
    flex-basis: 33.333%;
  }
}

@media (min-width: 992px) {
  .footer-menu__list li {
    flex-basis: 50%;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .news-text-image-block__item {
    flex-direction: initial;
  }
}

@media (min-width: 992px) {
  .news-text-image-block__col--img {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .news-text-image-block__col--img img {
    margin: 0;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .news-text-image-block__col--txt {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .social {
    left: 20px;
  }
}

@media (min-width: 992px) {
  .social__item {
    background-color: #ffffff;
    padding: 10px 15px;
    left: -5px;
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 992px) {
  .social__item:hover {
    background-color: #ffffff;
  }
}

@media (min-width: 992px) {
  .social__item i {
    color: rgba(116, 116, 116, 0.5);
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .text-form {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .text-form__item:first-child {
    padding-left: 100px;
  }
}

@media (min-width: 992px) {
  .videos {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-box-orient: row;
    -webkit-box-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
    justify-content: center;
  }

  .videos > * {
    flex: 0 0 calc( 33.33333% - 12px * 2);
    -webkit-flex: 0 0 calc( 33.33333% - 12px * 2);
    /* Safari 6.1+ */
    -ms-flex: 0 0 calc( 33.33333% - 12px * 2);
    /* IE 10 */
    max-width: calc( 33.33333% - 12px * 2);
    margin-right: 12px;
    margin-left: 12px;
  }
}