/*=========================================
=            Responsive Mobile            =
=========================================*/
@media screen and (max-width: 1023px) {
  .home-slider .slider-block {
    padding: 0 0 0 113px;
  }

  .home-slider .btn {
    margin-top: 20px;
  }

  .slider-info p {
    font-size: 16px;
  }

  .bg-full img {
    height: 160px;
  }

  .about-tires__col {
    padding: 20px 10px 0 10px;
  }

  .about-tires__col {
    min-height: 220px;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 0;
  }

  .brand img {
    max-width: 200px;
  }

  .news .slick-prev {
    left: 0;
  }

  .news .slick-next {
    right: 0;
  }

  .news .item img {
    max-width: 100%;
  }

  .header .header-topbar li:first-child {
    margin-right: 6px;
  }

  .header .container {
    padding: 20px 15px 0 15px;
  }

  .header .header-topbar li {
    font-size: 11px;
    margin-right: 6px;
  }

  .header-menu li:last-child {
    margin-top: 5px;
  }

  .header .header-topbar li span {
    font-size: 12px;
  }

  .header-menu ul li a {
    font-size: 14px;
  }

  .header-menu ul li:not(:last-child) {
    margin-right: 20px;
  }

  .brand {
    margin: 54px auto 54px;
  }

  .big-news {
    padding: 15px;
    width: 60%;
  }

  .right-news {
    width: 40%;
    padding-left: 15px;
  }

  .big-news .post img {
    max-width: 230px;
  }

  .big-news-text {
    margin: 0 0 0 15px;
  }

  .big-news .post-text {
    max-height: 152px;
  }

  .new-list .post {
    width: 33.3%;
    padding: 0 15px;
  }

  .new-list .post:not(:last-child) {
    margin-right: 0;
  }

  .new-list {
    margin-bottom: 10px;
  }
  .new-list .post img {
    width: 100%;
    max-width: 100%;
  }

  .profile-settings-column {
    margin-right: 55px;
  }

  .profile-settings-column {
    width: 40%;
  }

  .container-big {
    padding: 0 15px;
  }

  .profile-search {
    margin-right: 15px;
    padding: 20px 15px;
  }

  select {
    padding: 5px;
  }

  table thead tr td {
    font-size: 11px;
  }

  .balance-form .form-group:not(:last-child) {
    margin-right: 23px;
  }
  .modal-info {
    padding: 20px;
  }
  .modal-info .btn.btn-info {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .menu-btn {
    color: #fff;
    position: absolute;
    top: 14px;
    right: 20px;
    width: 40px;
    height: 10px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .menu-btn.active .menu-btn__span {
    background-color: transparent;
  }
  .menu-btn.active .menu-btn__span:before {
    width: 27px;
    top: 0;
    left: 16px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-btn.active .menu-btn__span:after {
    width: 27px;
    bottom: 0;
    left: 16px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-btn__span {
    width: 40px;
    height: 2px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
  }
  .menu-btn__span:before, .menu-btn__span:after {
    content: "";
    width: 40px;
    height: 2px;
    -webkit-border-radius: 6px;
            border-radius: 6px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear;
  }
  .menu-btn__span:before {
    top: -6px;
    left: 0;
  }
  .menu-btn__span:after {
    bottom: -6px;
    left: 0;
  }

  .main-wrapper.active {
    overflow: hidden;
  }

  .profile-header .header-topbar {
    display: none !important;
  }

  .header:not(.header-transparent) .header-menu {
    padding-bottom: 0;
  }

  .new-list .post {
    padding: 0 0 20px 0;
  }

  .header.active {
    background-color: #333;
    height: 100%;
    position: fixed;
    z-index: 9;
  }
  .header.active .container {
    height: 100%;
    overflow: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header.active .logo {
    width: 100%;
  }
  .header.active .logo img {
    max-width: 70px;
  }
  .header.active .header-menu,
  .header.active .header-topbar {
    display: block;
  }
  .header .header-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  h1 {
    margin-bottom: 12px;
  }

  .header .header-topbar {
    margin-bottom: 15px;
    display: none;
  }

  .header .container {
    padding: 9px 20px 15px 20px;
  }

  .header-menu {
    display: none;
    margin-top: 26px;
    margin-bottom: 15px;
  }

  .header .header-topbar li:first-child {
    margin-right: 0;
  }

  .header .header-topbar li span {
    font-size: 15px;
  }

  .header .header-topbar li {
    display: block;
    font-size: 16px;
    margin-bottom: 14px;
  }

  .header .logo {
    width: 50%;
  }
  .header .logo img {
    max-width: 70px;
  }

  .header-menu ul li {
    display: block;
  }
  .header-menu ul li:not(:last-child) {
    margin: 0 0 15px 0;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }

  .home-slider .slick-arrow {
    display: none !important;
  }

  .home-slider .btn {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #ff9102;
  }

  .container {
    padding: 0 20px;
  }

  h2 {
    margin-bottom: 14px;
  }

  p {
    line-height: 17px;
  }

  .header-menu ul li a {
    font-size: 16px;
  }

  .home-slider .slider-block {
    top: 90px;
  }

  .header .logo-text {
    font-size: 6px;
  }

  h1 {
    font-size: 24px;
  }

  .home-slider-text {
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 4px 0;
  }

  .slider-info {
    display: none;
  }

  .btn {
    font-size: 14px;
    padding: 9px 5px;
    min-width: 165px;
  }

  .home-slider img {
    height: 320px;
  }

  .home-slider {
    margin-bottom: 20px;
  }

  p {
    font-size: 14px;
  }

  .bg-full img {
    height: 60px;
  }

  .about-tires p {
    font-size: 8px;
    line-height: 10px;
    padding: 0 0 6px 0;
    height: 40px;
    overflow: hidden;
    word-break: break-word;
  }

  .how-work {
    padding: 131px 0 34px;
  }

  .how-work h2 {
    margin-bottom: 15px;
  }

  .how-work b {
    font-size: 14px;
  }

  .how-work p {
    padding: 0 0 12px 0;
  }

  ul li {
    font-size: 14px;
    line-height: 17px;
  }

  .about-tires {
    margin-top: -40px;
  }

  .brand img {
    width: 100%;
    padding: 0 10px;
  }

  .news-slider .item {
    width: 116px;
    padding: 0;
    margin-right: 25px;
  }

  .how-work .btn {
    margin-top: 22px;
  }

  .news .item img {
    max-height: 77px;
    min-height: 77px;
  }

  .brand {
    margin: 22px auto 20px;
  }
  .brand .slick-arrow {
    display: none !important;
  }

  .info-header-right {
    display: none;
  }

  .info-header-icon {
    margin-right: 0;
  }
  .info-header-icon span {
    font-size: 21px;
  }

  .profile-search {
    padding: 20px 30px 70px 30px;
  }

  .profile-search-title {
    padding-bottom: 6px;
  }

  .profile-search-checkbox label {
    margin-bottom: 4px;
  }

  .profile-search .btn {
    min-width: 165px;
    padding: 8px 5px;
    color: #fff;
    margin: 14px auto 0;
  }

  .profile-search .line {
    margin-bottom: 20px;
  }

  .profile-search-info__title {
    margin-bottom: 6px;
  }

  .profile-search-info p {
    line-height: 15px;
    padding: 0 0 12px 0;
  }

  .info-header-icon a:not(:last-child) {
    margin-right: 18px;
  }

  .info-header .container {
    height: 40px;
    padding: 8px 18px;
  }

  .brand-title {
    margin-bottom: 14px;
  }

  .news {
    padding: 22px 0 20px;
  }

  .header-menu-profile span {
    margin-right: 10px;
  }

  .contact-us {
    margin: 17px auto 20px;
  }
  .contact-us .form-input {
    width: 90px;
    height: 20px;
  }
  .contact-us .form-input:first-child {
    margin-right: 70px;
  }
  .contact-us .form-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contact-us .form-input::-moz-placeholder {
    font-size: 14px;
  }
  .contact-us .form-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .contact-us .form-textarea {
    max-width: 257px;
  }
  .contact-us .form-group {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-group {
    margin-bottom: 13px;
  }

  .contact-us .btn-outline {
    min-width: 165px;
    padding: 7px 3px;
  }

  .contact-us h2 {
    line-height: 29px;
    margin-bottom: 15px;
  }

  .news .container {
    padding: 0 0 0 20px;
  }

  .news h2 {
    margin-bottom: 13px;
  }

  .news-title {
    line-height: 14px;
    font-size: 12px;
    height: 70px;
  }

  .footer-menu a {
    font-size: 9px;
  }

  .news-footer {
    padding: 5px;
  }

  .footer .logo img {
    max-width: 60px;
  }

  .logo-text {
    font-size: 5px;
  }

  .footer-menu a:not(:last-child) {
    margin-right: 5px;
  }

  .footer {
    padding: 20px 0 26px 0;
  }
  .footer .logo {
    margin-bottom: 6px;
  }

  .footer-menu {
    margin-bottom: 9px;
  }

  .social-icon li:not(:last-child) {
    margin-right: 15px;
  }

  .social-icon {
    margin-bottom: 7px;
  }
  .social-icon img {
    width: 10px;
  }
  .social-icon li:last-child img {
    height: 10px;
  }

  .subscription {
    padding: 0 30px;
  }
  .subscription .subscription-input {
    height: 26px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: none;
    margin-right: 14px;
  }

  .subscription-btn {
    padding: 4px;
    min-width: 97px;
    font-size: 11px;
  }

  .subscription-text {
    font-size: 12px;
  }

  .line {
    margin-bottom: 14px;
  }

  .subscription-text {
    padding-bottom: 3px;
  }

  .footer-menu a::before {
    right: -5px;
    top: 4px;
  }

  .news .time {
    font-size: 5px;
  }

  .about-tires__col:not(:last-child) {
    margin-right: 12px;
  }

  .about-tires__col {
    width: 22%;
  }

  .about-tires__circle {
    width: 30px;
    height: 30px;
    margin: 0 auto 8px;
  }

  .about-tires__col {
    padding: 10px 6px 0 6px;
  }

  .about-tires__col {
    min-height: 105px;
  }

  .about-tires__circle img {
    max-width: 20px;
  }

  .home-slider .slider-block {
    padding-left: 20px;
  }

  .container-big {
    padding: 0 20px;
  }

  .balance-form-title,
  .balance-form-price {
    font-size: 14px;
  }

  .balance-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .balance-form .form-group:not(:last-child) {
    margin-right: 0;
  }

  .balance-form .form-group {
    max-width: 240px;
    width: 100%;
  }

  .balance-form .balance-input {
    height: 25px;
    font-size: 12px;
  }

  .balance-form-title {
    padding-bottom: 7px;
  }

  .balance-form .form-group-img {
    margin-bottom: 33px;
  }

  .balance-table-title {
    display: none;
  }

  .balance-form-price {
    margin-bottom: 32px;
    display: block;
  }

  .balance-table table thead tr td {
    font-size: 14px;
    padding: 8px 3px;
  }
  .balance-table table tbody tr td {
    font-weight: 500;
    padding: 11px 10px;
  }
  .balance-table table thead tr td:nth-child(2),
  .balance-table table thead tr td:first-child {
    width: 95px;
  }

  .balance-description {
    text-align: left;
  }

  .balance-time {
    display: block;
  }

  .btn-green {
    padding: 11px 5px;
  }

  .profile .container-big {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .profile-search,
  .profile-table {
    width: 100%;
  }

  .profile-quick-search {
    display: none;
  }

  .profile-table table thead tr td:nth-child(4), .profile-table table thead tr td:nth-child(5),
  .profile-table table tbody td:nth-child(4),
  .profile-table table tbody td:nth-child(5) {
    display: none;
  }

  .profile-table table tbody td,
  .profile-table table thead tr td {
    padding: 6px 10px;
    height: 36px;
  }

  .profile-search-option {
    width: 137px;
  }

  .info-header-icon .cart-number-icon {
    font-size: 6px;
  }

  .cart-number-icon {
    width: 10px;
    height: 10px;
  }

  .profile-search select {
    height: 34px;
  }

  .profile {
    margin-bottom: 30px;
  }

  .profile-search {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .profile-search .form-group {
    margin-bottom: 10px;
  }

  .profile-search-option:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 10px;
  }

  .profile-checkbox span::before {
    width: 18px;
    height: 18px;
  }

  .profile-checkbox span::after {
    top: 5px;
    left: 3px;
    font-size: 11px;
  }

  .profile-search-info__title {
    font-size: 14px;
  }

  .profile-search-info p {
    font-size: 12px;
  }

  .profile-search-phone {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .registration-forgot {
    font-size: 10px;
    margin-top: 4px;
  }

  .registration .btn {
    min-width: 165px;
    padding: 8px 5px;
    color: #fff;
  }

  .news-top-block {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  input:not([type=checkbox]) {
    height: 34px;
  }

  .profile-settings-column {
    width: 236px;
    margin: 0 auto;
  }

  .profile-password {
    width: 236px;
  }

  .profile-settings-btn {
    width: 100%;
    margin-top: 15px;
  }

  .profile-settings-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .profile-settings-column:nth-child(3) {
    margin: 0 auto;
  }

  .new-list .post img {
    width: 116px;
  }

  .big-news,
  .right-news {
    width: 100%;
  }

  .big-news {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    background-color: transparent;
  }
  .big-news .post {
    border: none;
    margin-bottom: 0;
    padding: 0;
  }

  .big-news .post-text {
    display: none;
  }

  .right-news {
    padding-left: 0;
  }

  .big-news .post img {
    width: 116px;
    margin: 0;
  }

  .big-news-text {
    width: 100%;
    margin: 0 0 0 16px;
  }

  .big-news .news-more {
    display: none;
  }

  .post-title {
    font-size: 14px;
    line-height: 17px;
  }

  .new-list {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .new-list .post {
    width: 100%;
  }

  .new-list .post:not(:last-child) {
    margin-right: 0;
  }

  .post {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 0 0 20px 0;
  }

  .post img {
    float: left;
    height: 65px;
    width: 100%;
    object-fit: cover;
    margin: 0 16px 0 0;
  }

  .breadcrumb {
    padding: 19px 0 9px 0;
  }

  .breadcrumb-item {
    font-size: 12px;
  }

  .single-post {
    padding-top: 50px;
    position: relative;
  }
  .single-post h2 {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 17px;
  }

  .single-post-title {
    top: 0;
    position: absolute;
  }

  .single-post img {
    width: 100%;
    margin: 0 0 13px 0;
    float: none !important;
  }

  p {
    padding: 0 0 15px 0;
  }

  .registration .container {
    margin: 0 20px;
    min-height: 478px;
  }

  .registration-message li input {
    width: 14px;
    -webkit-border-radius: 0;
            border-radius: 0;
  }

  .registration #registration .btn {
    min-width: 182px;
  }

  .right-news .post:not(:last-child) {
    margin-bottom: 18px;
    padding-bottom: 17px;
  }

  .btn-green {
    min-width: 203px;
  }

  .new-list .post {
    margin-bottom: 18px;
  }

  .registration #registration .registration-btn {
    margin: 12px 0 21px 0;
  }

  .registration-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  label {
    margin-bottom: 5px;
  }

  .nav-tabs li {
    width: 50%;
  }

  .nav-tabs {
    margin: 20px auto;
    max-width: 260px;
  }

  .nav-tabs a {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .registration #login {
    padding: 0 28px;
  }

  .tab-pane#registration {
    padding: 0 17px;
  }

  .registration #registration .form-group {
    margin-bottom: 15px;
  }

  .form-group-md-2,
  .form-group-md-1 {
    margin-bottom: 15px !important;
  }

  .registration-btn {
    margin: 25px 0;
  }

  .registration-password,
  .registration-col,
  select {
    width: 100%;
  }

  .registration #login .form-group {
    margin-bottom: 15px;
  }

  input:not([type=checkbox]),
  .registration #registration .form-group {
    width: 100%;
  }

  .info-supplier {
    width: 100%;
  }

  .info-supplier-list li {
    font-size: 14px;
  }

  .info-payment {
    width: 100%;
    max-width: 100%;
    padding: 30px 20px;
  }
  /*=================================
  =          Modal Info         =
  =================================*/
  .modal-info {
    padding: 30px 20px;
  }
  .modal-info-left {
    text-align: center;
    margin-bottom: 30px;
  }
  .modal-info .btn.btn-info {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .modal-info-left,
  .modal-info-right {
    width: 100%;
  }
}
/*=====  End of Responsive Mobile  ======*/