@font-face {
    font-family: "aeroport";
    src: url("/assets/app/fonts/Aeroport.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
body {
    overflow-x: hidden;
}
html, body { height: 100%; }
.container-fluid {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.header-oth + div.container {
    flex: 1;
}
.container-fluid.cont-main {
    min-height: auto;
}
.main-banner {
    background-image: url(/assets/app/img/bar.jpg);
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    height: 758px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-banner-bg {
    position: absolute;
    background-color: rgba(0,0,0,.65);
    width: 100%;
    height: 141px;
    z-index: 10;
    height: 100%;
}
header {
    padding: 40px 0px;
    z-index: 20;
}
header .header-logo {
    z-index: 12;
}
header .header-logo a img {
    max-width: 75px;
}
header .header-cat {
    z-index: 12;
}
header .header-cat a {
    color: #fff;
    text-decoration: none;
}
header .header-menu {
    z-index: 12;
}
header .header-menu ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}
header .header-menu ul li {
    margin-right: 16px;
}
header .header-menu ul li a {
    color: #fff;
    text-decoration: none;
}
header .header-soc {
    text-align: right;
    z-index: 12;
}
header .header-soc ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
header .header-soc ul li {
    margin-right: 16px;
}
header .header-soc ul li a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 10em;
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 1.8;
}
header .header-phone {
    text-align: right;
    z-index: 12;
}
header .header-phone a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
header .header-phone p {
    margin-bottom: 0px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
}
header .header-phone p a {
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
.contacts-form {
    margin-bottom: 75px;
}
.contacts-form h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contacts-form .button {
    background-color: #FF2B38;
    color: #fff;
    height: 50px;
    width: 180px;
    border: none;
    border-radius: 8px;
}
.contacts-form .form-control {
    background-color: #f8f8f8;
    border: none;
    border-radius: 8px;
    height: 50px;
}
.header-oth .header-cat a {
    color: #000;
}
.header-oth .header-menu ul li a {
    color: #000;
}
.header-oth .header-soc ul li a {
    color: #000;
    border: 2px solid #000;
}
.header-oth .header-phone a {
    color: #000;
}
.header-oth .header-phone p a {
    color: #000;
}
.main-banner .main-banner-txt {
    color: #fff;
    position: absolute;
    top: 34%;
    z-index: 15;
    font-family: "aeroport";
}
.main-banner .main-banner-txt h1 {
    font-size: 48px;
}
.main-banner .main-banner-txt h1 b {
    font-size: 48px;
    color: #e22f3a;
}
.main-banner .main-banner-txt h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.main-banner .main-banner-txt .main-banner-txt-buttons {
    margin-top: 60px;
}
.main-banner .main-banner-txt .main-banner-txt-buttons .main-banner-txt-buttons-1 {
    padding: 20px 40px;
    background-color: #e12f39;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-family: "aeroport";
}
.main-banner .main-banner-txt .main-banner-txt-buttons .main-banner-txt-buttons-2 {
    padding: 20px 40px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 12px;
    font-family: "aeroport";
    margin-left: 20px;
}
.advantages {
    font-family: "aeroport";
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 15%);
    padding: 60px;
    border-radius: 15px;
    background-color: #fff;
    z-index: 20;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -110px;
    width: 1140px;
    margin: auto;
}
.advantages .advantages-item {
    display: flex;
}
.advantages .advantages-item img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.advantages .advantages-item .advantages-txt h3 {
    font-size: 18px;
    font-weight: 600;
}
.advantages .advantages-item .advantages-txt p {
    font-size: 13px;
}
.categories {
    margin-top: -80px;
    /*padding-top: 145px;*/
    background: #f8f8f8;
    margin-left: -15px;
    margin-right: -15px;
}
.categories .categories-item {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 15%);
    padding: 45px;
    border-radius: 15px;
    font-family: "aeroport";
    width: 270px;
    height: 270px;
    background-position: center;
    background-size: cover;
    z-index: 10;
    opacity: 1;
    transition: all .2s;
    background-repeat: no-repeat;
}
.categories .categories-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.4;
}
.categories .categories-item:hover {
    opacity: 0.8;
}
.categories .categories-item-1 {
    margin-left: -15px;
    background-image: url('http://aeglube.ru/assets/app/img/1113.png');
}
.categories .categories-item-2 {
    background-image: url('http://aeglube.ru/assets/app/img/1224.jpg');
}
.categories .categories-item-3 {
    background-image: url('http://aeglube.ru/assets/app/img/bl111.jpg');
}
.categories .categories-item-4 {
    background-image: url('http://aeglube.ru/assets/app/img/bl111.jpg');
}
/* .categories .categories-item:after {
    content: '';
    background-color: #e22f3a;
    border-top-left-radius: 46px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 10em;
    border-bottom-right-radius: 102px;
    width: 300px;
    height: 323px;
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 8;
} */
.categories .categories-item h3 {
    color: #fff;
    font-size: 20px;
   /*  width: 310px; */
    z-index: 12;
}
.categories .categories-item a {
    position: absolute;
    bottom: 34px;
    text-decoration: none;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    z-index: 2;
}
.categories .categories-item img {
    max-width: 130px;
    z-index: 12;
}
.items-main {
    padding: 60px 0px;
    background: #f8f8f8;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
}
.items-main h2 {
    font-size: 25px;
}
.items-main p {
    font-size: 15px;
}
.items-main .items .items-item {
    font-family: "aeroport";
    width: 255px;
    margin: 15px;
    height: 429px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 15%);
    padding: 25px;
    border-radius: 15px;
}
.items-main .items .items-item .items-item-header {
    display: flex;
}
.items-main .items .items-item .items-item-body {
    height: 482px;
}
.items-main .items .items-item .items-item-footer {
    position: relative;
}
.items-main .items .items-item .items-item-footer .items-item-footer-1 {
    position: absolute;
    left: 0px;
    list-style: none;
    padding-left: 0px;
    display: inline-flex;
    top: -57px;
    left: 0;
    right: 0;
}
.items-main .items .items-item .items-item-footer .items-item-footer-2 {
    position: absolute;
    left: 0px;
    list-style: none;
    padding-left: 0px;
    display: inline-flex;
    top: -120px;
    left: 0;
    right: 0;
}
.items-main .items .items-item .items-item-footer ul li {
    margin: auto;
    /* margin-right: 12px; */
}
.items-main .items .items-item .items-item-footer ul li a img {
    max-width: 50px;
}
.items-main .items .items-item .items-item-header p {
    font-size: 11px;
    text-align: left;
}
.items-main .items .items-item .items-item-header ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    position: absolute;
    right: 30px;
}
.items-main .items .items-item .items-item-header ul li i {
    color: #D2D2D2;
}
.items-main .items .items-item .items-item-header ul li.active i {
    color: #FFCE00;
}
.items-main .items .items-item .items-item-body a {
    text-decoration: none;
}
.items-main .items .items-item .items-item-body a img {
    display: block;
    max-height: 170px;
    height: auto;
    margin: auto;
}
.items-main .items .items-item .items-item-body a h3 {
    font-size: 16px;
    height: 55px;
    color: #000;
    text-align: left;
    margin-top: 25px;
}
.items-main .items .items-item .items-item-body a .items-item-availability {
    color: #5cc657;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-top: 15px;
}
.items-main .items .items-item .items-item-body a .items-item-price {
    font-size: 32px;
    text-align: left;
    color: #000;
    margin-top: -12px;
}
.items-main .items .items-item .items-item-footer .items-item-cart {
    background-color: #e22f3a;
    color: #fff;
    font-size: 45px;
    line-height: 2.6;
    width: 110px;
    height: 110px;
    display: block;
    text-align: center;
    margin: auto;
    margin-right: -25px;
    margin-top: -90px;
    border-top-left-radius: 10em;
    border-top-right-radius: 6em;
    border-bottom-left-radius: 6em;
    border-bottom-right-radius: 115px;
}
.items-main .items .items-item .items-item-footer .items-item-cart img {
    max-width: 78px;
    margin-top: -17px;
}
.special-offer {
    background-color: #2d2e2f;
    height: 275px;
    position: relative;
    font-family: "aeroport";
    margin-left: -15px;
    margin-right: -15px;
}
.special-offer .special-offer-txt {
    color: #fff;
    margin-top: 65px;
    height: 162px;
}
.special-offer .special-offer-img {
    text-align: center;
    margin-top: 20px;
    padding-left: 135px;
}
.special-offer .special-offer-img .special-offer-img-1 {
    max-width: 155px;
    margin: auto;
    margin-left: 0px;
    margin-bottom: 10px;
}
.special-offer .special-offer-img .special-offer-img-1 img {
    max-width: 155px;
}
.special-offer .special-offer-img .special-offer-img-2 {
    max-width: 90px;
    margin: auto;
    margin-top: 30px;
    margin-left: 66px;
}
.special-offer .special-offer-img .special-offer-img-2 img {
    max-width: 90px;
}
.special-offer .special-offer-img .special-offer-img-3 {
    max-width: 50px;
    margin: auto;
    margin-top: -47px;
    margin-left: 0px;
}
.special-offer .special-offer-img .special-offer-img-3 img {
    max-width: 50px;
}
.special-offer .special-offer-img .special-offer-img-4 {
    max-width: 158px;
    margin: auto;
    margin-top: 22px;
    margin-left: 0px;
}
.special-offer .special-offer-img .special-offer-img-4 img {
    max-width: 158px;
}
.special-offer .special-offer-img .special-offer-img-5 {
    max-width: 160px;
    margin: auto;
    margin-top: 25px;
    margin-left: 0px;
}
.special-offer .special-offer-img .special-offer-img-5 img {
    max-width: 160px;
}
.special-offer .special-offer-img a {
    display: block;
    margin-bottom: 12px;
}
.special-offer .special-offer-img img {
    position: relative;
}
.favorable-offers {
    background-color: #fff;
    padding: 70px 0px;
    font-family: "aeroport"
}
.favorable-offers h2 {
    font-size: 26px;
    margin-bottom: 60px;
}
.favorable-offers .favorable-offers-item {
    display: flex;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 15%);
    padding: 25px;
    border-radius: 15px;
    width: 350px;
}
.favorable-offers .favorable-offers-item a {
    position: absolute;
    bottom: 25px;
    font-size: 14px;
    color: #e22f3a;
    border-bottom: 1px solid #e22f3a;
    text-decoration: none;
}
.favorable-offers .favorable-offers-item h3 {
    font-size: 18px;
}
.favorable-offers .favorable-offers-item img {
    max-width: 100px;
}
footer {
    font-family: "aeroport";
}
footer .footer-mail {
    background-color: #f8f8f8;
    text-align: center;
    padding: 45px 0px;
    margin-left: -15px;
    margin-right: -15px;
}
footer .footer-mail h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px;
}
footer .footer-mail p {
    font-size: 13px;
}
footer .footer-mail form {
    position: relative;
}
footer .footer-mail form input {
    width: 600px;
    height: 50px;
    padding: 0px 25px;
    color: #000;
    border-radius: 8px;
    border: none;
}
footer .footer-mail form button {
    position: absolute;
    right: 255px;
    background-color: #FF2B38;
    color: #fff;
    height: 50px;
    width: 220px;
    border: none;
    border-radius: 8px;
}
footer .footer-mail form p {
    font-size: 13px;
    color: #b0b0b0;
    margin-top: 30px;
    margin-bottom: 0px;
}
footer .footer {
    background-color: #EFEFEF;
    padding: 40px 0px;
    margin-left: -15px;
    margin-right: -15px;
}
footer .footer .footer-logo a img {
    max-width: 75px;
}
footer .footer .footer-menu ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    display: flex;
}
footer .footer .footer-menu ul li {
    margin-right: 15px;
}
footer .footer .footer-menu ul li a {
    text-decoration: none;
    color: #202020;
    font-size: 13px;
}
footer .footer-phone {
    text-align: right;
}
footer .footer-phone a {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
footer .footer-phone p {
    color: #000;
    font-size: 11px;
}
@media only screen and (max-width: 1200px) {
    header .header-cat a {
        font-size: 14px;
    }
    header .header-menu ul li a {
        font-size: 15px;
    }
    header .header-phone a {
        font-size: 17px;
    }
    header .header-phone p {
        font-size: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .cont-main {
        overflow-x: hidden;
    }
    header .header-logo {
        width: 81px;
        margin-left: 15px;
    }
    header .header-cat {
        display: none;
    }
    header .header-menu {
        display: none;
    }
    header .header-phone {
        display: none;
    }
    header .header-soc {
        text-align: right;
        position: relative;
        top: 0px;
        width: 245px;
    }
    .main-banner .main-banner-txt {
        top: 17%;
    }
    .main-banner .main-banner-txt h1 {
        font-size: 30px;
    }
    .main-banner .main-banner-txt h1 b {
        font-size: 30px;
    }
    .main-banner .main-banner-txt h3 {
        font-size: 17px;
    }
    .main-banner .main-banner-txt p {
        font-size: 13px;
    }
    .main-banner .main-banner-txt .main-banner-txt-buttons .main-banner-txt-buttons-1, .main-banner .main-banner-txt .main-banner-txt-buttons .main-banner-txt-buttons-2 {
        padding: 10px 20px;
        font-size: 14px;
    }
    .main-banner {
        height: 700px;
    }
    .main-banner-bg {
        height: 700px;
    }
    .advantages {
        padding: 25px;
        width: 325px;
        margin: auto;
    }
    .advantages .advantages-item img {
        width: 30px;
        height: 30px;
    }
    .advantages .advantages-item .advantages-txt h3 {
        font-size: 15px;
    }
    .advantages .advantages-item .advantages-txt p {
        font-size: 11px;
    }
    .categories .categories-item-1 {
        margin-left: 15px;
        margin-bottom: 20px;
    }
    .categories .categories-item {
        margin: auto;
        margin-bottom: 20px;
        padding: 25px;
        width: 315px;
    }
    .categories .categories-item h3 {
        font-size: 19px;
        height: 100px;
    }
    .special-offer {
        display: none;
    }
    .favorable-offers .favorable-offers-item {
        margin: auto;
        margin-bottom: 30px;
        width: 310px;
    }
    .items-main .items .items-item {
        /*margin: 15px 10px;*/
        margin: 0 auto 10px;
    }
    .categories .categories-item img {
        width: 129px;
        height: 300px;
    }
    .categories .categories-item:after {
        display: none;
    }
    .favorable-offers .favorable-offers-item img {
        width: 100px;
        height: 183px;
    }
    footer .footer-mail form input {
        width: 345px;
    }
    footer .footer-mail form button {
        right: 0px;
        width: 145px;
    }
}
/***/
/*
@media only screen and (max-width: 768px) {
    .items-main .items .items-item {
         width: 100%;
    }
    .items-main .items .items-item .items-item-body a img {
        max-width: 100%;
        height: 100px;
    }
    .items-main .items .items-item .items-item-header p {
        text-align: center;
        margin: 0;
    }
    .items-main .items .items-item .items-item-header ul {
        justify-content: center;
        right: 0;
        position: relative;
    }
    .items-main .items .items-item .items-item-header {
        display: block;
    }
    .items-main .items .items-item .items-item-body a h3 {
        font-size: 14px;
        margin-top: 15px;
    }
    .items-main .items .items-item .items-item-body {
        height: auto;
    }
    .items-main .items .items-item .items-item-body a .items-item-availability {
        margin-top: 25px;
        text-align: center;
    }
    .items-main .items .items-item {
        height: 340px;
        padding: 15px;
    }
    .items-main .items .items-item .items-item-body a .items-item-price {
        text-align: center;
        font-size: 26px;
    }
}
*/

.container .translation_vn {
  z-index: 10;
  position: absolute;
  right: 0;
  width: 60px;
}
.translation_vn a {
  color: #000;
}
.translation_vn a:hover {
  color: #000;
}
.container .translation {
  z-index: 10;
  position: absolute;
  right: 0;
  width: 60px;
}
.translation a {
  color: #fff;
}
.translation a:hover {
  color: #fff;
}
.categories._vn {
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .main-banner {
    background-position: center;
    background-size: 992px;
    height: 420px;
  }
  .main-banner-bg {
    height: 420px;
  }
  .main-banner .main-banner-txt .main-banner-txt-buttons {
    margin-top: -110px;
  }
  .categories .categories-item {
    max-width: 315px;
  }
}
@media only screen and (max-width: 768px) {
  .main-banner {
    background-position: center;
    background-size: 768px;
    height: 320px;
  }
  .main-banner-bg {
    height: 320px;
  }
  .main-banner .main-banner-txt .main-banner-txt-buttons {
    margin-top: -130px;
  }
  .main-banner-txt {
    width: 100%;
    left: 0;
  }
  .main-banner-txt-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-banner-txt-buttons a {
    display: table;
    margin: 0;
  }
  .main-banner .main-banner-txt .main-banner-txt-buttons {
    margin-top: -160px;
  }
  .main-banner-txt-buttons a {
    width: 180px;
    margin: 0 0 15px!important;
    text-align: center;
  }
}
/**/
.product_cart {
  padding: 60px 0;
  background: #f8f8f8;
}
.product_cart .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.product_cart  .items_block {
  width: calc(100% / 4 - 20px);
  background: #fff;
  font-family: "aeroport";
  box-shadow: 0px 3px 35px 0px rgb(0 0 0 / 15%);
  border-radius: 15px;
  overflow: hidden;
  padding: 10px 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product_cart img {
  width: 100%;
  object-fit: contain;
  height: 180px;
  max-width: max-content;
  padding: 10px 0;
}
.product_cart .img_item {
  text-align: center;
}
.product_cart .title_item {

}
.product_cart .items-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_cart .items-item-header ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.product_cart .items-item-header ul li {
  margin: 0 1px;
  font-size: 14px;
}
.product_cart .items-item-header ul li i {
  color: #FFCE00;
}
.product_cart h3 {
  font-size: 16px;
  color: #000;
  height: 80px;
}
.product_cart .items-item-availability {
  color: #5cc657;
  font-size: 16px;
  margin: 0;
}
.product_cart .items-item-price {
  color: #000;
  font-size: 32px;
}
.product_cart h2 {
  text-align: center;
  font-size: 25px;
  padding: 0 0 20px;
}
.product_cart a:hover {
  text-decoration: none;
}
.items-item-header p {
  font-size: 12px;
  margin: 0;
}
@media(max-width: 992px) {
  .product_cart  .items_block {
    width: calc(100% / 3 - 20px);
  }
}
@media(max-width: 768px) {
  .product_cart  .items_block {
    width: calc(100% / 2 - 20px);
  }
  .product_cart img {
    height: 140px;
  }
  .product_cart h3 {
    font-size: 12px;
  }
  .product_cart .items-item-availability {
    font-size: 12px;
  }
  .product_cart .items-item-price {
    font-size: 20px;
  }
}
@media(max-width: 460px) {
  .product_cart .items-item-header {
    flex-wrap: wrap;
    justify-content: center;
  }
  .items-item-header p {
    width: 100%;
    text-align: center;
  }
  .product_cart .items_block {
    padding: 10px;
  }
}
/**/
.contacts_all {
    margin: 40px 0;
}
.main_banner {
   background: #f8f8f8; 
}
.main_banner img {
    max-width: 100%;
}
