@media only screen and (max-width: 1024px) {
  header .data-header .logo {
    height: 30px;
  }
  header .data-header ul.main-menu li {
    margin: 0 8px;
  }
  header .data-header ul.main-menu li a {
    font-size: 13px;
  }
  .section-intro-info .intro__title {
    font-size: 40px;
  }
  .section-intro-info .intro__options {
    flex-direction: column;
  }
  .section-intro-info .intro__options li {
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  section .section__header h2 {
    font-size: 40px;
  }
  .menu__content a {
    width: 33%;
  }
  .block-clients-inner .item-client {
    width: calc(33% - 30px);
  }
}
@media only screen and (max-width: 820px) {
  .promises .promises__content .promises__content_card {
    width: 48%;
  }
  .block-clients .item-client .name-client {
    font-size: 14px;
  }
  .section-block-program .menu-item,
  .menu__content a {
    width: 50%;
  }
  .block-clients-inner .item-client {
    width: calc(50% - 30px);
  }
}
/* 48em = 768px */
@media (min-width: 769px) {
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}
@media only screen and (max-width: 912px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .header {
    /* menu btn */
  }
  .header .data-header ul.main-menu li {
    margin: 10px 15px;
    border-bottom: 2px solid #e9ecef;
  }
  .header .data-header ul.main-menu li a {
    width: 100%;
  }
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
    position: absolute;
    z-index: 1;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    right: 0;
    top: 0;
    padding-top: 15px;
    margin-top: 65px !important;
    border-top: 1px solid #ddd;
  }
  .header .data-header .header-left {
    -webkit-margin-end: 50px;
            margin-inline-end: 50px;
  }
  .header .menu-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    padding: 0;
    position: absolute;
    left: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    z-index: 2;
    border: 2px solid #1e3370;
    border-radius: 5px;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
    width: 45px;
    height: 40px;
  }
  .header .menu-icon .navicon {
    background: #1e3370;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 24px;
  }
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #1e3370;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }
  .header .menu-icon .navicon:before {
    top: 7px;
  }
  .header .menu-icon .navicon:after {
    top: -7px;
  }
  .header .menu-btn {
    display: none;
  }
  .header .menu-btn:checked ~ .menu {
    max-height: 100vh;
    height: 100vh;
    background: #fff;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  .header .menu-btn:checked ~ .menu-icon .navicon::after {
    transform: rotate(45deg);
  }
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  .main-content-home {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  header .data-header {
    justify-content: initial;
  }
  header .data-header .logo {
    background: url("../images/logo-mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 40px;
    width: 70px;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
  header .data-header .header-left a {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
  }
  .section-intro-info .intro__title {
    font-size: 30px;
  }
  .data-intro-home {
    flex-direction: column-reverse;
  }
  section .section__header h2 {
    font-size: 27px;
  }
  .promises .promises__content .promises__content_card {
    width: 100%;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  footer .copy-right {
    font-size: 12px;
    margin-bottom: 20px;
  }
  footer .social-media ul {
    justify-content: center;
  }
  footer .social-media ul li a {
    width: 35px;
    height: 35px;
    font-size: 15px;
  }
  .section-block-program .menu-item,
  .menu__content a {
    width: 100%;
  }
  .menu__content a {
    padding: 10px 0;
    margin-bottom: 5px;
  }
  .menu__content a:hover {
    padding: 10px;
  }
  .block-clients-inner .item-client {
    width: calc(100% - 30px);
  }
}/*# sourceMappingURL=responsive.css.map */