@media screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
  .slide-container .item {
    height: 670px;
  }
}
@media screen and (max-width: 1440px) {
  .title .title-bg {
    width: 90vw;
  }
  .title .title-header, .title .title-footer {
    width: 90%;
  }
  .audit-images .audit-container {
    width: 80%;
  }
  .sertificat .sertificat-form form .button {
    padding: 21px 33px;
  }
}
@media screen and (max-width: 1399px) {
  .call-stage .call-stage-continer .call-stage-item {
    max-width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .page-press .page-press-right .page-press-right-box .page-press-form form input {
    width: 290px;
  }
  .rabotaem .rabotaem-item ol li {
    margin: 2rem 0;
  }
  .rabotaem .rabotaem-item ol li::before {
    padding-top: 11px;
  }
  .slide-container .item .item-container .item-content {
    width: 70%;
  }
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .sertificat .sertifica-forma-container {
    order: 2;
  }
  .sertificat .sertifica-forma-container .sertificat-container {
    padding: 4rem 2rem;
  }
  .sertificat .sertifica-conte {
    order: 1;
    padding-bottom: 2rem;
  }
  .sertificat .sertifica-conte .sertifica-pdf {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .sertificat .sertifica-conte .sertifica-pdf .sertifica-file {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .call-stage .call-stage-continer .call-stage-item:nth-child(4):after {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .content-header-top .logo-box .logo-slogon {
    display: none !important;
  }
  .advantages .advantages-container .advantages-item .advantages-item-icon .advantages-icon::after {
    width: 70%;
    right: -76%;
  }
  .page-contact {
    margin-top: 3rem;
  }
  .page-contact .maps .maps-content {
    left: 0;
    max-width: 300px;
  }
  .page-team .page-team-itams-right {
    margin: 0;
  }
  .page-team .page-team-itams-right .team-content {
    margin-top: 1rem;
  }
  .sertificat .sertifica-conte {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .sertificat .sertifica-conte .sertifica-pdf .sertifica-file {
    max-width: 400px;
  }
  .sertifica-forma-container {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .why .why-container .why-item span {
    font-size: 1.2rem;
  }
  .why .why-container .why-item p {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(4):after {
    display: block;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(3):after {
    display: none;
  }
  .tab .tab-item-right .tab-item-right-content {
    padding-top: 2rem;
  }
  .advantages .advantages-container {
    flex-direction: column;
  }
  .advantages .advantages-container .advantages-item {
    padding: 1rem 0;
    flex-direction: row;
    max-width: inherit;
    justify-content: space-between;
    align-items: inherit;
  }
  .advantages .advantages-container .advantages-item .advantages-item-icon {
    flex: 0 0 69px;
    height: 69px;
  }
  .advantages .advantages-container .advantages-item .advantages-item-icon .advantages-icon .icon {
    width: 22px;
    height: 22px;
  }
  .advantages .advantages-container .advantages-item .advantages-item-icon .advantages-icon:after {
    right: initial;
    top: initial;
    bottom: -174%;
    width: 1px;
    height: 200%;
    left: 50%;
  }
  .advantages .advantages-container .advantages-item-content {
    width: auto;
    text-align: left;
    padding: 0 0 0 1rem;
  }
  .tab .nav-tab, .tab .nav-tab-audit {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: white;
  }
  .tab .nav-tab > li, .tab .nav-tab-audit > li {
    max-width: 100%;
    margin: 0;
    flex-direction: column;
  }
  .tab .nav-tab > li > span, .tab .nav-tab-audit > li > span {
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    padding: 4rem 10px;
    border-bottom: 2px solid #E2AE4D;
    position: relative;
    background: linear-gradient(270deg, #C89F54 38.99%, rgba(200, 159, 84, 0) 100%), #A37644;
  }
  .tab .nav-tab > li > span::after, .tab .nav-tab-audit > li > span::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transform: rotate(133deg);
    position: absolute;
    border-radius: 2px;
    top: 10px;
    right: 15px;
    border-top: 2px solid;
    border-right: 2px solid;
    border-color: #351C0B;
    transition: transform 300ms linear;
  }
  .tab .nav-tab > li.active-li span::after, .tab .nav-tab-audit > li.active-li span::after {
    top: 15px;
    transform: rotate(-44deg);
  }
  .tab .nav-tab > li .tab-active, .tab .nav-tab-audit > li .tab-active {
    display: block !important;
  }
  .tab .tab-container {
    display: none;
  }
  body {
    padding-top: 6rem;
  }
  body .title {
    text-align: center;
  }
  body .title .title-header {
    width: 100%;
    font-size: 1.4rem;
  }
  body .title .title-footer {
    width: 100%;
  }
  body .title .title-bg {
    width: 100vw;
  }
  .info-container .info-container-right {
    display: none !important;
  }
  .page-press .page-press-container .page-press-left .page-press-left-box .page-press-img-imfo {
    background: linear-gradient(270deg, #C89F54 38.99%, rgba(200, 159, 84, 0) 100%), #A37644;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box {
    margin-top: 2rem;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box .page-press-form > button {
    background: #351C0B;
  }
  .slide-container .item .item-container .item-content {
    width: 90%;
  }
  .content-header-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: auto;
  }
  .content-header-top-left .logo-box .logo img {
    max-width: 84px;
  }
  .content-header-top-center a[href^=email], .content-header-top-center .button {
    display: none;
  }
  .content-header-top-right, .cd-dropdown-wrapper {
    display: flex !important;
  }
  .header {
    display: none;
  }
  .Chart .Chart-container .Chart-item .Chart-item-img {
    margin-right: 2rem;
  }
  .Chart .Chart-container .Chart-item .Chart-item-img img {
    max-width: 350px;
  }
  .Chart .Chart-container .Chart-item .Chart-item-info h2 {
    font-size: 1.7rem;
  }
  .Chart .Chart-container .Chart-item .Chart-item-info ul li i {
    width: 25px;
    height: 25px;
  }
  .Chart .Chart-container .Chart-item .Chart-item-info ul li span {
    padding-left: 1rem;
  }
}
@media only screen and (max-width: 769px) {
  .Chart .Chart-container .Chart-item {
    flex-direction: column;
  }
  .Chart .Chart-container .Chart-item .Chart-item-img {
    padding-top: 7rem;
    margin-right: 0;
  }
  .Chart .Chart-container .Chart-item .Chart-item-info h2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
  }
  .why .why-container {
    flex-direction: column;
  }
  .content-header-top .content-header-top-left .logo-box .logo img {
    max-width: 90px;
  }
  .audit-images .audit-container {
    width: 90%;
  }
  .Presentations .Presentations-container ul li {
    width: 97%;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box {
    margin-top: 2rem;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box > button {
    display: block;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box .page-press-form {
    flex-direction: column;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box .page-press-form > button {
    display: none;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box .page-press-form form {
    width: 100%;
    margin: 1rem 0;
    flex-direction: column;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box .page-press-form form input {
    width: 100%;
    margin-bottom: 1rem;
  }
  .page-press .page-press-container .page-press-right .page-press-right-box .page-press-form form button {
    width: 100%;
  }
  .page-team .page-team-itams-left img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .page-team .page-team-itams-right {
    margin-top: 2rem;
  }
  .page-team .page-team-itams-right .dol-nos::after {
    width: 100%;
    left: 0;
  }
  .sertificat .sertificat-form form {
    flex-direction: column;
  }
  .sertificat .sertificat-form form input, .sertificat .sertificat-form form .button {
    max-width: inherit;
    margin: 0.5rem 0;
  }
  .call-stage .call-stage-continer .call-stage-item::after {
    right: -26px;
    width: 50px;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(3):after {
    display: none;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(4):after {
    display: flex;
  }
  .slide-container .item .item-container .item-content h2 {
    font-size: 1.286rem;
    font-size: 1.1rem;
  }
  .slide-container .item .item-container .item-content .button {
    padding: 15px 41px;
  }
  .owl-nav {
    width: 78%;
    left: 4%;
    bottom: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .rekvezit .rekvezit-col {
    box-shadow: none;
  }
  .rekvezit .rekvezit-col .rekvezit-container {
    padding: 0;
  }
  .call-stage .call-stage-continer .call-stage-item {
    padding: 0;
    margin: 0.6rem;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(2):after, .call-stage .call-stage-continer .call-stage-item:nth-child(4):after {
    display: none;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(3):after {
    display: block;
  }
  .call-stage .call-stage-continer .call-stage-item::after {
    right: -34px;
  }
}
@media only screen and (max-width: 737px) {
  .audit-images .audit-container {
    font-size: 1rem;
    padding: 3rem 2rem;
  }
  .page-contact .maps #map {
    height: 400px;
  }
  .page-contact .maps .maps-content {
    left: 0;
    max-width: 100%;
    position: initial;
  }
  .page-contact .maps .maps-content .maps-text {
    box-shadow: none;
    padding: 2rem 0;
  }
  .footer .footer-container {
    flex-wrap: wrap;
    text-align: center;
  }
  .footer .footer-container .footer-item {
    width: 100%;
    padding: 0;
  }
  .footer .footer-container .footer-item .footer-text {
    max-width: 100%;
  }
  .footer .footer-container .footer-item.search-item {
    margin: 2rem 0;
    padding: 0 1rem;
  }
  .footer .footer-container .footer-item.search-item .footer-search {
    width: 100%;
    order: 2;
  }
  .footer .footer-container .footer-item.search-item .footer-search input {
    width: 88% !important;
  }
  .footer .footer-container .footer-item.search-item .footen-mini-menu {
    order: 1;
    margin: 0 0 2rem 0;
  }
  .footer .footer-container .footer-item.search-item .footen-mini-menu ul li {
    display: flex;
    justify-content: center;
  }
  .footer .footer-container .footer-item.search-item .footen-mini-menu ul li a {
    font-size: 1rem;
    font-weight: Bold;
  }
  .footer .footer-container .footer-item .footer-container-address .footer-address {
    font-size: 0.9rem;
  }
  .footer .footer-container .footer-item .footer-container-address .footer-button button {
    width: 97%;
  }
  .call-stage .call-stage-continer .call-stage-item::after {
    right: -32px;
    width: 50px;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(2):after, .call-stage .call-stage-continer .call-stage-item:nth-child(4):after {
    display: none;
  }
  .call-stage .call-stage-continer .call-stage-item:nth-child(3):after {
    display: flex;
  }
  .content-header-top .content-header-top-left .logo-box .logo img {
    max-width: 90px;
    margin-right: 0;
  }
  .content-header-top .content-header-top-center {
    justify-content: space-between;
  }
  .content-header-top .content-header-top-center > a {
    margin: 0 0.5rem;
  }
}
@media only screen and (max-width: 600px) {
  .safety .safety-button {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .safety .safety-button .button {
    width: 100%;
    display: block;
  }
  .safety .safety-text-ul ul {
    padding: 0;
  }
  .safety .safety-text-ul .safety-text-ul-items {
    margin: 3rem 0;
  }
  .safety .safety-text-ul .safety-text-ul-items::before {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .container-form-popup .form-container {
    padding: 1rem 2rem 2rem 2rem;
  }
  .container-form-popup .form-container .close-form i {
    top: 10px;
    left: 94%;
    font-size: 26px;
  }
  .container-form-popup .form-container .form-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .container-form-popup .form-container .forma input, .container-form-popup .form-container .forma select, .container-form-popup .form-container .forma textarea {
    padding: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .call-stage .call-stage-continer .call-stage-item {
    max-width: 175px;
  }
  .call-stage .call-stage-continer .call-stage-item .call-stage-radius {
    width: 82px;
    height: 82px;
  }
  .call-stage .call-stage-continer .call-stage-item .call-stage-radius .call-stage-icon {
    width: 96%;
    height: 96%;
  }
  .call-stage .call-stage-continer .call-stage-item .call-stage-text {
    width: 160px;
  }
  .sertificat .sertificat-container .sertificat-form-h {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 430px) {
  body {
    padding-top: 5rem;
  }
  .audit-images .audit-container {
    width: 100%;
  }
  .sertificat .sertificat-container {
    padding: 4rem 1rem;
  }
  .sertificat .sertificat-container .sertificat-form-h, .sertificat .sertificat-container .sertificat-form-tel {
    text-align: center;
  }
  .slide-container .item {
    height: 430px;
  }
  .slide-container .item .item-container .item-content {
    padding: 1.5rem;
    box-shadow: none;
  }
  .owl-nav {
    left: 0;
    bottom: 9%;
  }
}
@media only screen and (max-width: 430px) {
  .sertificat .sertifica-file-popup img {
    width: 90% !important;
    height: auto !important;
  }
  .call-stage .call-stage-continer .call-stage-item {
    max-width: 140px;
  }
}
@media only screen and (max-width: 370px) {
  .call-stage .call-stage-continer .call-stage-item {
    max-width: 130px;
  }
  .call-stage .call-stage-continer .call-stage-item:after {
    width: 35px;
    right: -26px;
  }
  .content-header-top .content-header-top-left .logo-box .logo img {
    max-width: 70px;
    margin-right: 0;
  }
  .nav-icon-5 {
    margin: 0;
  }
}/*# sourceMappingURL=madia.css.map */