@media (max-width: 1360px) {
  .logo-image {
    width: 100%;
  }
  .nav-item {
    margin-right: 20px;
  }
  .lang-btn {
    min-width: 90px;
  }
  .lang-drop {
    min-width: 90px;
  }
  .search-field {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .header-right {
    width: 10%;
  }
  .header-center {
    width: 65%;
  }
  .info-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .info-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
    display: none;
  }
  .footer-logo-img {
    width: 100%;
  }
  .footer .col-5 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .adress {
    margin-left: 0;
  }
  .adress-list {
    margin: 0 -15px;
  }
  .adress-item {
    margin: 0 25px;
  }
}

@media (max-width: 992px) {
  .header-center {
    width: 75%;
  }
  .header-right {
    display: none;
  }
  .nav-item:last-child .drop {
    left: auto;
    right: -18px;
    text-align: right;
  }
  .main-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-left {
    width: 100%;
  }
  .main-right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ask-body {
    margin-left: 0;
  }
  .bots-body {
    margin-left: 0;
  }
  .footer-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .col-3 {
    width: 50%;
  }
  .footer .col-5 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .footer .col-4 {
    width: 50%;
  }
  .footer-logo {
    margin-top: 0;
  }
  .footer-logo-img {
    width: auto;
  }
  .footer-bottom {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: block;
    margin-left: 15px;
    position: relative;
    top: 4px;
  }
  .mobile-btn {
    padding: 0;
  }
  .mobile-icon {
    display: inline-block;
    min-width: 25px;
    width: 25px;
    height: 26px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/mobile-icon.png);
  }
  .header {
    background-color: #ffffff;
    padding: 12px 0 8px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .header-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-left {
    width: 40%;
  }
  .header-center {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: none;
  }
  .header-center.show {
    display: block;
  }
  .header-right {
    width: 60%;
    display: block;
  }
  .nav {
    height: 260px;
    overflow-y: scroll;
  }
  .nav-list {
    display: block;
    text-align: center;
  }
  .nav-item {
    margin-right: 0;
  }
  .nav-item:last-child .drop {
    text-align: center;
  }
  .nav-link {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .drop {
    position: static;
  }
  .drop-body {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 10px 0;
    border: 0;
  }
  .drop-item:before {
    margin-left: -12px;
  }
  .info {
    position: relative;
    top: -3px;
  }
  .lang-btn {
    min-width: 75px;
    padding: 6px;
  }
  .lang-drop {
    min-width: 75px;
    top: 36px;
  }
  .regular-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .regular-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .regular-right {
    width: 100%;
  }
  .footer .col-3 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: center;
  }
  .footer .col-4 {
    width: 100%;
  }
  .footer-title {
    text-align: center;
  }
  .adress-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    margin: 0 -40px;
  }
  .adress-item {
    margin: 0 40px;
  }
  .feedback-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .policy {
    max-width: 300px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .policy-descr {
    width: 200px;
  }
  .policy-icon {
    top: 0;
  }
  .useful-list {
    text-align: center;
  }
  .subcat {
    margin-bottom: 40px;
  }
  .subcat-row {
    display: block;
  }
  .subcat-row .col-6 {
    width: 100%;
  }
  .category-row {
    margin-top: 25px;
    margin-bottom: 25px;
    display: block;
  }
  .category-row .col-6 {
    width: 100%;
    margin-bottom: 25px;
  }
  .cat-list {
    margin-bottom: 40px;
  }
  .cat-item {
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 520px) {
  .single-row {
    display: block;
  }
  .single-row .col-5 {
    width: 100%;
  }
  .single-row .col-7 {
    width: 100%;
  }
  .single-row p:first-child {
    margin-top: 20px;
  }
  .social {
    margin: 30px 0;
  }
  .social-name {
    margin-bottom: 10px;
  }
  .social-body {
    display: block;
  }
}

@media (max-width: 425px) {
  .logo-image {
    min-width: 150px;
  }
  .main {
    margin-top: 20px;
  }
  .last-image {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .regular {
    margin-bottom: 30px;
  }
  .footer-logo-img {
    width: 100%;
    max-width: 250px;
  }
  .footer .col-3,
  .footer .col-5,
  .footer .col-4 {
    padding: 15px;
  }
  .useful-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .useful-item {
    width: calc(100% - 50px);
  }
  .adress-list {
    display: block;
  }
  .policy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -15px;
  }
  .connection-item {
    width: 100%;
  }
}
/*# sourceMappingURL=media.css.map */