.info-section {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.row > *[class*=col] {
  float: none;
}
@media screen and (max-width: 996px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row > *[class*=col] {
    padding: 0 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .row .row {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 576px) {
  .row > *[class*=col] {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 1200px) {
  .container {
    width: 1240px;
  }
}
.ta-center {
  text-align: center;
}

.mv {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 996px) {
  .mv {
    padding-bottom: 0;
  }
}
.mv__group {
  position: absolute;
  left: 3%;
  bottom: 4.2%;
  right: 3%;
  top: 44%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .mv__group {
    top: 46%;
  }
}
@media screen and (max-width: 767px) {
  .mv__group {
    top: calc(80px + 19vw);
    bottom: 2.6vw;
    left: 3.3vw;
    right: 3vw;
  }
}
.mv__group a {
  width: calc((100% - 40px) / 3);
  height: auto;
  margin-bottom: 0;
  font-size: 0;
  border-radius: 20px;
  background-color: #fff;
  opacity: 0;
}
.mv__group a small {
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .mv__group a:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 767px) {
  .mv__group a {
    width: calc((100% - 4vw) / 3);
    border-radius: 2vw;
  }
}

.bnr-testdrive a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
  .bnr-testdrive a:hover img {
    opacity: 0.7;
  }
}

.main-sect {
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .main-sect {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.block-content {
  margin-bottom: 30px;
}
.block-content p {
  margin-bottom: 10px;
}
.block-content p + p {
  margin-top: 15px;
}
.block-content .list {
  margin-bottom: 10px;
}
.block-content .list li {
  padding-left: 28px;
  position: relative;
}
.block-content .list li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns='http://www.w3.org/2000/svg' height='24' width='24' version='1.1' xmlns:cc='http://creativecommons.org/ns%23' xmlns:dc='http://purl.org/dc/elements/1.1/'%3E%3Cg transform='translate(0 -1028.4)'%3E%3Cpath d='m12 1028.4 4 9 8 1-6 5 2 9-8-5-8 5 2-9-6-5 8-1z' fill='%23f39c12'/%3E%3Cpath d='m12 1028.4-4 9-6.9688 0.8 4.9688 4.2-0.1875 0.8 0.1875 0.2-1.75 7.8 7.75-4.8 7.75 4.8-1.75-7.8 0.188-0.2-0.188-0.8 4.969-4.2-6.969-0.8-4-9z' fill='%23f1c40f'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.block-content .list li + li {
  margin-top: 5px;
}
.block-content .list-indent li {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.block-content .box {
  border: 5px solid #f7c630;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .block-content .box {
    padding: 15px;
    border-width: 2px;
    border-radius: 8px;
  }
}

.program {
  height: 100%;
}
.program__link {
  height: 100%;
  border: 1px solid #428ec9;
  background-color: #6cacdd;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px;
}
.program__link p {
  margin-bottom: 0;
}
.program__link small {
  color: #fff;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  .program__link:hover {
    background-color: #428ec9;
  }
}
@media screen and (max-width: 767px) {
  .program {
    height: auto;
  }
  .program__link {
    margin-bottom: 15px;
    padding: 10px;
  }
}

.expand-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  -webkit-transform: scale(0.7) !important;
          transform: scale(0.7) !important;
}

.expand-button:not(.collapsed) {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  content: "";
}

.block-contacts-main {
  background-color: transparent !important;
}
.block-contacts-main h4 {
  padding: 0;
}
.block-contacts-main .contacts-form {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.block-contacts-main .contacts-form__submit {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.block-contacts-main .contacts-form__submit.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-contacts-main .contacts-select-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .block-contacts-main .contacts-select-list {
    margin-top: 20px;
  }
}
.block-contacts-main .contacts-form__checkbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-contacts-main .contacts-form__checkbox.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-contacts-main .g-recaptcha.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 11.1%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .block-contacts-main #contact-form {
    width: 100%;
  }
}
.block-contacts-main #formagree_checkbox_error.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .block-contacts-main .contacts-select h4 {
    background: none;
    padding-bottom: 0;
  }
  .block-contacts-main .contacts-form__form {
    padding-top: 20px;
  }
  .block-contacts-main .contacts-form {
    margin-top: 30px;
    padding-bottom: 0;
  }
  .block-contacts-main .input-group .row .select-style {
    margin-bottom: 23px;
  }
  .block-contacts-main .input-group .row .col-md-4:last-child .select-style {
    margin-bottom: 0;
  }
}

.modal__content .block-contacts-main {
  padding: 0;
}
.modal__content .contacts-form {
  padding-bottom: 0;
}
.modal__content .contacts-form__form {
  margin-bottom: 10px;
}

.animated-button1 {
  background: linear-gradient(-30deg, #5b86af 50%, #104f75 50%);
  padding: 20px 40px;
  margin: 12px;
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #337fd3;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}

.animated-button1:hover::before {
  opacity: 0.2;
}

.animated-button1 span {
  position: absolute;
}

.animated-button1 span:nth-child(1) {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#176c9f));
  background: linear-gradient(to left, rgba(43, 8, 8, 0), #176c9f);
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
}

@-webkit-keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes animateTop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.animated-button1 span:nth-child(2) {
  top: 0px;
  right: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#176c9f));
  background: linear-gradient(to top, rgba(43, 8, 8, 0), #176c9f);
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes animateRight {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.animated-button1 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#176c9f));
  background: linear-gradient(to right, rgba(43, 8, 8, 0), #176c9f);
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes animateBottom {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.animated-button1 span:nth-child(4) {
  top: 0px;
  left: 0px;
  height: 100%;
  width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#176c9f));
  background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #176c9f);
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
}