/* @media (max-width: 1250px) {
  .container {
    width: 92.5%;
  }
  header .logo {
    width: 28%;
    align-self: center;
  }
  header .info {
    width: 65%;
  }
}
@media (max-width: 1024px) {
  header .logo {
    width: 25%;
  }
  header .info {
    width: 70%;
  }
}
@media (max-width: 890px) {
  header .container {
    position: relative;
    flex-direction: column;
  }
  header .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    align-self: flex-start;
  }
  header .logo a {
    justify-content: flex-start;
  }
  header .info {
    width: 100%;
  }
  header .top {
    flex-wrap: wrap;
  }
  header .tel-container {
    width: 100%;
    margin: 10px 0 3%;
  }
  header .address {
    margin-left: 0;
  }
  header .address .city {
    margin: 0;
  }
  footer .subscribe {
    flex-direction: column;
    align-items: center;
    padding: 3.5% 0;
  }
  footer .subscribe .content {
    margin-top: 0;
    text-align: center;
  }
  footer .subscribe .form {
    margin: 2.5% 0 0;
  }
  footer .bottom {
    flex-wrap: wrap;
  }
  footer .bottom .left {
    order: 1;
  }
  footer .bottom .menu {
    width: 100%;
    margin-bottom: 5%;
  }
  footer .bottom .copyright {
    order: 2;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .button {
    width: 170px;
    height: 50px;
    padding: 12px 0;
  }
  .container {
    width: 91.5%;
  }
  header .logo {
    position: static;
    width: 95%;
    margin: 20px auto 3.5%;
    order: 1;
  }
  header .info {
    margin: 0;
  }
  header .top {
    padding: 0 5px;
    align-items: center;
  }
  header .tel-container {
    display: none;
  }
  header .address .city {
    line-height: 1em;
  }
  header .address .city::before {
    top: 2px;
    width: 12px;
    height: 16px;
  }
  header .address .city a {
    font-size: 14px;
  }
  header .address .count {
    display: none;
  }
  header .personal,
  header .menu {
    display: none;
  }
  header .mobile-menu-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 15px;
    border-bottom: none;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  header .mobile-menu-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0355BC;
    border-radius: 9px;
    opacity: 1;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out;
  }
  header .mobile-menu-icon span:nth-child(1) {
    top: 0px;
  }
  header .mobile-menu-icon span:nth-child(2),
  header .mobile-menu-icon span:nth-child(3) {
    top: 6px;
  }
  header .mobile-menu-icon span:nth-child(4) {
    top: 12px;
  }
  header .mobile-menu-icon.open span:nth-child(1) {
    top: 6px;
    left: 50%;
    width: 0%;
  }
  header .mobile-menu-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  header .mobile-menu-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  header .mobile-menu-icon.open span:nth-child(4) {
    top: 6px;
    left: 50%;
    width: 0%;
  }
  .mobile-sidebar {
    position: fixed;
    top: 0;
    right: -260px;
    display: flex;
    flex-direction: column;
    width: 260px;
    height: 100%;
    padding: 17px 0;
    background-color: #0355bc;
    box-sizing: border-box;
    z-index: 20;
  }
  .mobile-sidebar .tel {
    display: block;
    margin: 0 0 5px 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-bottom: none;
  }
  .mobile-sidebar .form {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .mobile-sidebar .form form {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-sidebar .form label {
    width: 100%;
    font-size: 10px;
    color: #fff;
  }
  .mobile-sidebar .form input[type="text"] {
    width: 142px;
    padding: 0 7px;
    height: 24px;
    font-size: 10px;
    border: none;
    border-right: 3px solid #0355bc;
    box-sizing: border-box;
  }
  .mobile-sidebar .form button[type="submit"] {
    width: auto;
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
    color: #0355bc;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
  }
  .mobile-sidebar .login {
    position: relative;
    margin: auto 15px 0;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    border-bottom: none;
  }
  .mobile-sidebar .login::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('../img/icons/user-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .mobile-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
  }
  .mobile-menu .item {
    border-bottom: 1px solid #3780cd;
  }
  .mobile-menu .item a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-bottom: none;
  }
  .mobile-menu .item.has-sub {
    position: relative;
  }
  .mobile-menu .item.has-sub::after {
    content: '';
    position: absolute;
    top: 16px;
    right: 10%;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-left: 1px solid #e2e3e5;
    border-bottom: 1px solid #e2e3e5;
    transform: rotate(-45deg);
    transition: transform 0.25s ease-out 0s;
  }
  .mobile-menu .item.has-sub.open::after {
    transform: rotate(135deg);
  }
  .mobile-menu .item.has-sub.open .sub {
    display: block;
  }
  .mobile-menu .sub {
    display: none;
    margin: 0;
    padding: 0 0 10px 15px;
    list-style: none;
  }
  .mobile-menu .sub .item {
    padding-bottom: 0;
    font-size: 14px;
    border-bottom: none;
  }
  .mobile-menu .sub .item a {
    padding: 5px 15px;
  }
  .wrapper,
  .mobile-sidebar {
    transition: all 0.25s ease-out 0s;
  }
  .mobile-menu-open .wrapper,
  .mobile-menu-open .mobile-sidebar {
    transform: translateX(-260px);
  }
  .mobile-menu-open .mobile-sidebar {
    box-shadow: 0 0 4px 0 #242424;
  }
  footer {
    padding-bottom: 8%;
  }
  footer .subscribe {
    margin-bottom: 6%;
    padding: 7.5% 0;
  }
  footer .subscribe .desc {
    margin-top: 5px;
  }
  footer .subscribe .form {
    width: 100%;
    margin-top: 6%;
  }
  footer .subscribe .form input[type="text"],
  footer .subscribe .form input[type="email"] {
    width: 100%;
    border-radius: 2px;
  }
  footer .subscribe .form .checkbox {
    margin: 2% 0 0 5px;
  }
  footer .subscribe .form button[type="submit"] {
    margin: 5% auto 0;
    border-radius: 2px;
    order: 2;
  }
  footer .bottom .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0;
  }
  footer .bottom .tel,
  footer .bottom .email {
    margin-right: 9px;
  }
  footer .bottom .email {
    margin-top: 9px;
  }
  footer .bottom .menu {
    display: none;
  }
  footer .bottom .copyright {
    width: 100%;
    margin: 5% 0 0;
    text-align: center;
  }
} */