@charset "UTF-8";
@media (max-width: 910px) {
  .wrapper header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100px;
  }
  .wrapper header .log {
    position: absolute;
    top: 4px;
    left: 4px;
    margin-left: 10px;
  }
  .wrapper header .link {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 90px;
    width: 50%;
  }
  .wrapper header .link li {
    list-style: none;
  }
  .wrapper header .link li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wrapper header .menuBurger {
    display: inline;
  }
  .wrapper .srollHed {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 4;
    margin: 0%;
    width: 100%;
  }
  .wrapper .content .leftContent .zagText {
    border-radius: 10px 10px 100px 10px;
  }
  .wrapper .content .leftContent .zagText .textContent h2 {
    font-size: 18px;
  }
  .wrapper .content .leftContent .zagText .textContent img {
    display: none;
  }
  .wrapper .content .rightContent h1 {
    text-align: center;
    color: rgb(228, 110, 78);
    text-shadow: -1px -1px 3px rgb(96, 103, 110), 1px 1px 3px rgb(0, 0, 0);
  }
  .wrapper .content .rightContent .cardPanel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper .content .rightContent .cardPanel .card {
    width: 400px;
    height: 80px;
  }
  .wrapper .content .rightContent .cardPanel .card .btnWidth:hover + .notText .progressLine {
    width: 100%;
  }
  .wrapper .content .rightContent .cardPanel .card .notText {
    top: 20px;
    left: 60%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 310px;
    height: 60px;
  }
  .wrapper .content .rightContent .cardPanel .card .notText .progressLine {
    width: 10%;
    height: 100%;
  }
  .wrapper .content .rightContent .cardPanel .card .notText .progressLineTrue p {
    top: 0%;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    font-size: 2vh;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
  }
  .wrapper .content .rightContent .cardPanel .cardActive {
    height: 400px;
  }
  .wrapper .content .rightContent .cardPanel .imgCaruselBox {
    width: 100%;
    height: 50%;
  }
  .wrapper .certificateWindow .dopWindow .сertificate {
    width: 90%;
    height: 60%;
  }
}
@media (max-width: 500px) {
  .wrapper header .log {
    z-index: 2;
  }
  .wrapper header .log .topLog .log_cir1 .log_cir2 {
    background-color: rgb(37, 42, 48);
  }
  .wrapper header .smogMax {
    left: 50%;
    height: 100%;
    width: 90%;
  }
  .wrapper header .smogMobail {
    left: 0%;
    height: 40%;
    width: 100%;
  }
  .wrapper header .link {
    margin-top: 90px;
    width: 90%;
  }
  .wrapper .content .leftContent .zagText {
    text-align: center;
    border-radius: 10px 10px 10px 10px;
  }
  .wrapper .content .rightContent h1 {
    text-align: center;
    color: rgb(228, 110, 78);
    text-shadow: -1px -1px 3px rgb(96, 103, 110), 1px 1px 3px rgb(0, 0, 0);
  }
  .wrapper .content .rightContent .cardPanel .card {
    width: 90%;
    height: 80px;
  }
  .wrapper .content .rightContent .cardPanel .card .btnWidth {
    left: 10px;
  }
  .wrapper .content .rightContent .cardPanel .card .notText {
    left: 60%;
    width: 300px;
  }
  .wrapper .content .rightContent .cardPanel .cardActive {
    height: 500px;
  }
  .wrapper .catalog {
    margin: 50px 0% 0% 0%;
  }
  .wrapper .catalog .catalogContent {
    border-radius: 10px;
  }
  .wrapper footer {
    margin: 50px 0% 0% 0%;
    padding: 0px 0px;
  }
  .wrapper .certificateWindow .dopWindow .сertificate {
    width: 100%;
    height: 40%;
  }
}