@media screen and (max-width: 768px) {
    /* loading */
    .mobile {
        display: block;
    }
    #contactContainerWrapper,
    #aboutContainerWrapper,
    #mainIndex {
        height: 100vh;
        overflow-y: scroll;
        scroll-snap-type: unset;
        scroll-behavior: smooth;
        overflow-x: hidden;
    }
    #loadingIndex {
        /* background: url("../images/homePageMobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    }

    /* home page */
    #firstContent img,
    .firstContentInner img {
        width: 60px;
    }

    #firstContent h1,
    .firstContentInner h1 {
        font-size: 32px;
    }

    #firstContent span,
    .firstContentInner span {
        font-size: 20px;
    }

    .firstContentInner {
        /* background: url("../images/homeMobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    }

    .swiper.mySwiper {
        padding: 14px 0px;
        height: calc(100vh - 168px);
    }

    .mySwiper .swiper-slide {
        min-width: 90%;
        max-width: 90%;
        align-items: center;
        justify-content: end;
    }

    .mySwiper .swiper-pagination.active {
        bottom: 118px;
        margin: auto;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        width: max-content;
    }

    #productsContainer2 {
        height: calc(100dvh - 105px);
        padding-bottom: 105px;
        display: flex;
        flex-direction: column-reverse;
    }
    #productsContainer,
    #productsContainer2 {
        justify-content: space-around;
    }
    #productsContainer .product,
    #productsContainer2 .product {
        font-size: 18px;
        max-height: max-content;
        margin-bottom: 0;
        justify-content: center;
        font-size: 18px;
        text-align: center;
    }

    .mySwiper .swiper-slide h3 {
        margin: 0;
        font-size: 18px;
    }

    .mySwiper .swiper-slide p {
        font-size: 12px;
        text-align: center;
        margin: 0;
        max-width: 264px;
        margin-bottom: 46px;
    }

    .mySwiper .swiper-slide:nth-child(1) {
        background: url("../images/main1Mobile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .mySwiper .swiper-slide:nth-child(2) {
        background: url("../images/main2Mobile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .mySwiper .swiper-slide:nth-child(3) {
        background: url("../images/main3Mobile.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        justify-content: center;
    }

    .mySwiper .swiper-slide:nth-child(3) p {
        margin-bottom: 0px !important;
    }

    .mySwiper .swiper-slide:nth-child(4) {
        background: url("../images/main4Mobile.png");
        align-items: center;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .mySwiper .swiper-slide .content {
        margin: 0;
        text-align: center;
    }

    .catsContainer .cats button {
        font-size: 16px;
    }
    .catsContainer .cats button.active {
        font-size: 16px !important;
    }

    #last h1 {
        font-size: 18px;
    }

    #last p {
        font-size: 12px;
        max-width: 300px;
    }

    #last button {
        font-size: 14px;
        margin-top: 21px;
    }

    #productsContainer {
        display: none !important;
    }
    /* #mobileSwiper{
  display: flex;
} */

    .swiper.mobileProductsSwiper {
        display: block;
    }
    /* cats in main page */
    #all {
        display: none;
    }
    #phone {
        overflow-y: unset !important;
        height: unset;
    }
    #allMobile {
        display: block;
        background-color: transparent;
        border: 0;
        font-size: 14px;
        color: #999999;
        cursor: pointer;
        margin-top: 25px;
        text-align: center;
    }

    .catsContainer {
        justify-content: center;
    }

    .blogsSwiper {
        padding-right: 17px !important;
        max-width: 100%;
    }
    /* .blogsSwiper .swiper-slide{
    max-width: 239px;
  } */

    .blogsSwiper .swiper-navigation {
        display: none;
    }

    .blogsSwiper .swiper-slide h3 {
        font-size: 14px;
    }

    .blogsSwiper .swiper-slide p {
        font-size: 12px;
    }

    #productsContainer2 .swiper-slide-active {
        margin-bottom: 40px;
    }

    #productsContainer2 .product .productImage {
        max-height: 240px;
        min-height: 200px;
    }

    #productsContainer2 .product .splash {
        max-width: 150%;
        left: 50%;
        transform: translateX(-50%);
        top: 10%;
        display: none;
    }

    #productsContainer2 .swiper-slide.product a {
        display: flex;
        flex-direction: row-reverse;
        gap: 34px;
        justify-content: center;
        align-items: center;
    }

    .blogsSwiper .swiper-slide img {
        max-width: 100%;
    }

    /* header main */

    header {
        overflow: unset;
        background: transparent;
        backdrop-filter: none;
    }

    header .mainLinks {
        display: none;
    }

    header.white #logoButton img:not(.main.active #logoButton img) {
        filter: brightness(0) saturate(100%) invert(200%) sepia(0%) saturate(2626%) hue-rotate(126deg) brightness(97%) contrast(98%);
    }

    header a {
        justify-content: space-between;
        padding: 6px;
    }

    header a li img {
        width: 24px;
        height: 24px;
    }

    .mobileNavParent {
        position: fixed;
        top: 0;
        left: 0;
        height: 100dvh;
        width: 100dvw;
    }

    .mobileNav {
        position: fixed;
        width: calc(100vw - 32px);
        display: flex;
        justify-content: space-between;
        max-width: 100vw;
        height: max-content;
        /* min-height: 330px; */
        bottom: 0;
        padding: 0 16px;
    }

    .mobileNav .main {
        background: #2a2a2a0f;
        backdrop-filter: blur(12px);
        display: flex;
        justify-content: space-between;
        border-radius: 40px;
        padding: 14px 25px;
        position: absolute;
        bottom: 0px;
        max-height: 42px;
        width: calc(100vw - 82px);
        z-index: 11;
        align-items: center;
    }

    .mobileNav .main.active {
        background: #f2f2f2c7;
    }

    .mobileNav .main.active .menu-toggle {
        width: 15px;
    }

    .mobileNav .main #logoButton {
        background: top;
        border: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

    .inner {
        bottom: 16px;
        display: none;
        flex-direction: column;
        position: absolute;
        background: #f2f2f2c7;
        z-index: 10;
        padding: 25px;
        width: calc(100vw - 82px);
        border-radius: 24px;
        backdrop-filter: blur(12px);
        padding-bottom: 71px;
    }
    .inner #links {
        flex-direction: column;
        padding: 0;
        text-align: right;
        margin: 0;
        gap: 8px;
    }

    .mobileNav:hover .inner {
        display: block;
    }

    header ul li.active {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: space-between;
    }

    header ul {
        flex-direction: column;
        padding: 0;
        text-align: right;
        margin: 0;
        gap: 8px;
    }

    .menu-toggle {
        display: inline-block;
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: relative;
    }

    .menu-toggle input {
        display: none;
    }

    .menu-toggle span {
        display: block;
        height: 2px;
        width: 100%;
        background: #333;
        border-radius: 3px;
        position: absolute;
        left: 0;
        transition: all 0.4s ease;
        top: 2px;
    }

    .menu-toggle span:nth-child(1) {
        top: 0;
    }

    .menu-toggle span:nth-child(2) {
        top: 8px;
    }

    .menu-toggle span:nth-child(3) {
        top: 14px;
    }

    /* Checked State */
    .mobileNav .main.active .menu-toggle span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 10px;
    }

    .mobileNav .main.active .menu-toggle span:nth-of-type(2) {
        opacity: 0;
    }

    .mobileNav .main.active .menu-toggle span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 10px;
    }

    .inner #mobileHome {
        display: none;
        text-align: center;
    }
    .inner #InnerProducts {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }

    .inner #mobileHome .text img {
        width: 64px;
        max-width: 64px;
    }

    .inner #mobileHome .text p {
        color: #3c3c3c;
        font-size: 12px;
        margin: 0;
        margin-bottom: 26px;
    }

    .inner #mobileHome .links {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .inner #mobileHome .links h2 {
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

    .inner #mobileHome .links ul {
        align-items: center;
        gap: 6px;
        font-size: 14px;
        color: #626262;
    }

    .inner #mobileHome .social {
        display: flex;
        position: fixed;
        bottom: -46px;
        left: 50%;
        transform: translateX(-50%);
        gap: 10px;
    }

    .inner #mobileHome .contact {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 40px;
    }

    .inner #mobileHome .contact .contactItem {
        display: flex;
        align-items: center;
        margin: auto;
        gap: 10px;
    }

    .inner #mobileHome .contact .contactItem span {
        display: flex;
        align-items: center;
        gap: 2px;
    }

    .inner #mobileHome .contact .contactItem:nth-of-type(2) img {
        display: none;
    }

    .inner #InnerProducts .product {
        justify-content: space-between;
        padding: 6px 35px;
        max-height: 128px;
        max-width: 100%;
        width: 260px;
    }

    .inner #InnerProducts .product img {
        max-height: 128px;
    }

    .inner #InnerProducts .arrow {
        position: absolute;
        top: -3px;
        right: -9px;
        transform: rotate(180deg);
        z-index: 20;
        cursor: pointer;
    }

    .inner #InnerProducts .product span {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        height: max-content;
        margin: auto 0;
    }

    /* product modal */
    .project-info-wrapper {
        min-width: calc(100% - 80px);
        width: calc(100% - 80px);
        max-width: 100%;
        padding: 18px;
        padding-top: 30px;
        text-align: center;
        margin-right: 24px;
        margin-top: 5px;
    }
    .project-info-wrapper {
        height: calc(100% - 130px);
    }
    .singleAttribute {
        text-align: center;
        padding: 5px;
    }
    .project-info-inner {
        padding-right: 15px;
    }
    .singleAttribute div {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .project-info-wrapper #closeButton {
        top: 12px;
        left: 12px;
    }

    .project-info-wrapper h2 {
        font-size: 16px;
    }

    .project-info-wrapper p {
        font-size: 12px;
    }

    .project-info-wrapper li {
        font-size: 12px;
    }

    /* product page */
    .productContainer {
        padding: 18px;
        align-items: start;
        grid-template-columns: repeat(1, 1fr);
        min-height: calc(100vh - 100px);
        max-height: calc(100vh - 100px);
        padding-bottom: 88px;
    }

    .productContainer .buttonsContainer {
        margin-bottom: 0;
    }

    .productContainer .content {
        order: 2;
        height: 85%;
    }
.term-22 .productContainer .content {
    height: 90%;
}
    .productContainer .badge {
        margin: 0;
        padding: 0;
        font-size: 10px;
        margin-right: auto;
    }

    .productContainer .back,
    .productContainer .dots {
        display: none;
    }

    .productContainer .mainContent {
        margin-top: auto;
        text-align: center;
    }

    .productContainer h1 {
        font-size: 18px;
    }

    .productContainer .text {
        font-size: 12px;
        text-align: center;
        margin-bottom: 18px;
    }

    .productContainer .buttonsContainer button:nth-of-type(1) {
        font-size: 16px;
        padding: 10px 18px;
        justify-content: center;
        margin-right: 16px;
        margin-left: 16px;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .productContainer .buttonsContainer #responsiveAttributes {
        background: transparent;
        border: 0;
        display: flex;
        color: var(--badge-color);
        align-items: center;
        gap: 4px;
        cursor: pointer;
        font-size: 14px;
        width: auto;
        margin: 0;
        padding-right: 0;
        z-index: 2;
        margin-bottom: 20px;
    }
    .productContainer .buttonsContainer #responsiveAttributes img {
        width: 16px;
    }

    /*  .productContainer.swiper-slide .buttonsContainer #responsiveAttributes {*/
    /*color: #B4C03B;*/

    /*  }*/

    /*  .productContainer.product3 .buttonsContainer #responsiveAttributes {*/
    /*  color: #0B82BE;*/
    /*  }*/

    .productContainer .buttonsContainer #btnProductAttributes2,
    .productContainer .buttonsContainer #btnProductAttributes {
        display: none;
    }

    .productContainer .mainImage {
        top: 30%;
        left: 60%;
        transform: none;
    }

    .productContainer .mainImage img {
        max-height: 404px;
        min-height: auto;
        padding: 0;
        transform: rotate(10deg);
        z-index: -1;
    }

    .productContainer .mainImage img.active {
        transform: translateY(-50%) translateX(-50%) rotate(24deg);
    }

    .productContainer .attributes {
        position: absolute;
        top: 40px;
        left: 18px;
        max-width: 135px;
        min-width: 135px;
        height: max-content;
    }

    .productsSwiper .attributes,
    .product3 .attributes {
        max-width: 25px;
        min-width: 25px;
    }

    .product3 {
        min-height: calc(100vh - 106px);
        max-height: calc(100vh - 106px);
    }

    .productsSwiper .swiper-navigation img {
        max-height: 20px;
    }

    .productsSwiper .swiper-navigation {
        position: fixed;
        bottom: 85px;
        z-index: 999;
        margin: auto;
        align-items: center;
        justify-content: center;
        display: flex;
    }

    .swiper-button-prev,
    .swiper-button-next {
        margin: auto !important;
        width: 100%;
        left: unset !important;
        right: unset !important;
    }

    .swiper-button-prev,
    .swiper-button-next span {
        color: #292d32 !important;
    }

    .productsSwiper .swiper-button-prev,
    .productsSwiper .swiper-button-next {
        font-size: 13px;
        position: absolute !important;
    }

    .productContainer .attributes img {
        max-width: 200px;
        width: auto;
        max-height: 110px;
    }

    .productContainer .attributes .productLitres button p {
        font-size: 12px;
    }
    .productContainer .attributes .productLitres button {
        gap: 0;
    }
    /*.productContainer .attributes .productLitres button:nth-of-type(1) img {*/
    /*  max-height: 40px;*/
    /*  }*/
    .attributes img {
        max-width: 100%;
    }

    .productContainer .attributes .litre {
        width: 100%;
        max-width: 100%;
        gap: 0;
    }

    .productsSwiper .productContainer {
        max-height: 80vh;
        /*max-height: calc(100vh - 200px);*/
    }
    .aboutContainer .badgePics {
        max-width: 160px;
    }
    .productsSwiper .productContainer.swiper-slide {
        max-width: calc(100% - 36px);
    }

    /* about page */
    .aboutContainer .content {
        padding: 10px 16px;
        padding-bottom: 88px;
        height: calc(100vh - 138px);
        padding-top: 50px;
        justify-content: start;
    }
    .aboutContainer .picContainer {
        justify-content: center;
        max-width: 100%;
    }

    .aboutContainer .content h1 {
        font-size: 18px;
        margin-top: 21px;
    }
    .aboutContainer .content p {
        max-width: 310px;
        font-size: 12px;
        margin-top: 0;
    }

    .navigation button {
        font-size: 12px;
    }

    .aboutContainer .navigation {
        justify-content: center;
        margin-top: 47px;
        bottom: 168px;
    }
    .productContainer .attributes .productLitres button img {
        scale: 0.5;
    }
    .aboutContainer .navigation #prevPage {
        display: none;
    }

    /* card wrapper in about container */
    .aboutContainer .card-wrapper {
        flex-direction: column;
        padding: 30px 18px;
        height: calc(100vh - 100px);
    }
    .aboutContainer .card {
        top: 0%;
    }
    .fade-card.active {
        max-height: 280px;
        overflow: auto;
    }
    .aboutContainer #text {
        order: 2;
        min-width: 100%;
        min-height: 400px;
        align-items: start;
        margin-top: 40px;
    }

    .aboutContainer .card-wrapper h2 {
        font-size: 18px;
        text-align: center;
        margin-top: 0;
    }

    .aboutContainer .card-wrapper p {
        font-size: 12px;
        font-weight: 100;
        margin: 0;
    }

    .card-wrapper ul {
        margin: 0;
    }

    .card-wrapper li {
        margin: 0;
    }

    .aboutContainer .cards {
        max-height: 300px;
        min-width: 300px;
        min-height: 300px;
        transform: translateY(-50%) translateX(0%);
        top: 50%;
    }

    .aboutContainer .cards.stage1,
    .aboutContainer .cards.stage2,
    .aboutContainer .cards.stage3 {
        max-height: 300px;
        min-width: 300px;
        min-height: 300px;
        transform: translateY(25px) translateX(50%);
        top: 25px !important;
        max-width: 300px;
        right: 50%;
    }

    .aboutContainer .card:nth-child(1) {
        transform: rotate(-10deg) translateX(-5px);
    }

    .aboutContainer .card:nth-child(2) {
        transform: rotate(0deg) translateX(10px);
    }

    .aboutContainer .card:nth-child(3) {
        transform: rotate(10deg) translateX(25px);
    }
    /* .aboutContainer .card:nth-child(4) {
    transform: rotate(15deg) translateX(40px);
  } */

    /* .cards.stage1 .card:nth-child(1) {
    transform: rotate(-18deg) translateY(8px) translateX(15px);
  } */

    .cards.stage1 .card:nth-child(1) {
        transform: rotate(-12deg) translateY(8px) translateX(0px);
    }

    .cards.stage1 .card:nth-child(2) {
        transform: rotate(-6deg) translateY(8px) translateX(-15px);
    }
    .cards.stage1 .card:nth-child(3) {
        transform: rotate(0deg) translateY(8px) translateX(-30px);
    }

    /* .cards.stage2 .card:nth-child(1) {
    transform: rotate(-12deg) translateY(8px) translateX(15px);
  } */

    .cards.stage2 .card:nth-child(1) {
        transform: rotate(-6deg) translateY(8px) translateX(0px);
    }
    .cards.stage2 .card:nth-child(2) {
        transform: rotate(0deg) translateY(8px) translateX(-15px);
    }

    /* .cards.stage3 .card:nth-child(1) {
    transform: rotate(-6deg) translateY(8px) translateX(15px);
  } */

    .cards.stage3 .card:nth-child(1) {
        transform: rotate(0deg) translateY(8px) translateX(0px);
    }

    .aboutContainer .card {
        height: 260px;
        width: 180px;
    }

    .card-wrapper li {
        font-size: 12px;
    }

    .aboutContainer .licenses {
        padding-right: 12px;
        padding-left: 12px;
    }

    .aboutContainer .licenses .main img {
        max-width: 70px;
    }

    .aboutContainer .main h1 {
        font-size: 18px;
        max-width: 290px;
    }

    .aboutContainer .licenseBadge {
        max-height: 49px;
        min-width: 100%;
    }

    .aboutContainer .licenseBadge span {
        font-size: 12px;
    }

    /* about page last part  */
    .aboutContainer .last {
        padding-top: 10px;
        height: calc(100dvh - 90px);
        max-height: calc(100dvh - 90px);
        padding-bottom: 80px;
    }

    .innerContainer.visible {
        margin-right: 10px;
        margin-left: 10px;
        padding: 0 14px;
        text-align: justify;
        text-align-last: center;
    }

    .aboutContainer .innerContainer {
        text-align: justify;
        text-align-last: center;
    }

    .aboutContainer .innerContainer h2 {
        text-align: center;
        font-size: 18px;
    }

    .aboutContainer .innerContainer img:not(.aboutContainer .innerContainer .member img) {
        display: none;
    }

    .aboutContainer .innerContainer p {
        font-size: 12px;
    }

    /* phones container in contact page */
    .phonesContainer {
        grid-template-columns: repeat(1, 1fr);
        padding: 15px 16px;
        min-height: calc(100vh - 50px);
    }

    .phonesContainer .phones {
        order: 2;
        grid-template-columns: repeat(1, 1fr);
        height: max-content;
        margin-bottom: 114px;
        max-height: unset;
        gap: 4px;
        min-height: 708px;
    }

    .phonesContainer .phone {
        margin-top: 0px;
        opacity: 1;
    }

    .phone h2 {
        font-size: 18px;
        margin-top: 0;
    }

    .phonesContainer .mainImageAbout {
        min-height: 312px;
        min-width: 100%;
        max-width: 100%;
    }

    /* contact form in contact page */
    .contactForm {
        grid-template-columns: repeat(1, 1fr);
        padding: 11px;
        padding-bottom: 88px;
        gap: 8px;
        min-height: calc(100dvh - 107px);
    }

    .contactForm img {
        min-height: auto;
        width: 100%;
        max-height: initial;
        max-width: 100%;
        transform: none;
        margin: 0 auto;
    }

    .contactForm form {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .contactForm h3 {
        font-size: 18px;
        text-align: center;
        opacity: 1;
        transform: translateY(0);
    }

    .contactForm input {
        opacity: 1;
        transform: translateY(0);
    }

    .contactForm input {
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 22px;
    }

    .contactForm textarea {
        font-size: 12px;
        padding: 6px 10px;
        border-radius: 22px;
        opacity: 1;
        transform: translateY(0);
        min-height: 60px;
    }
    .form-item.reveal {
        width: 90%;
        margin-bottom: 5px;
        text-align: center;
        padding: 3% 5%;
        border-radius: 16px;
    }
    .contactForm button {
        padding: 6px 10px;
        font-size: 12px;
        margin-top: 0px;
        opacity: 1;
        transform: translateY(0);
    }
    .contactForm input.wpcf7-submit {
        width: 100%;
    }
    #contactContainerWrapper .navigation {
        display: none;
    }

    .phonesContainer .mainImageAbout {
        margin-bottom: 20px;
    }

    .mapWrapper .buttonsContainer button {
        font-size: 16px;
    }

    .phonesContainer {
        gap: 0;
    }

    /* map */
    .mapWrapper {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 80px;
        height: calc(100vh - 300px);
        align-items: start;
        padding-bottom: 0;
        margin: 0;
    }

    .mapWrapper .buttonsContainer {
        margin: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 22px;
    }

    .mapWrapper .mapContainer {
        flex-direction: column;
        display: flex;
        max-height: 100%;
    }
    .mapWrapper .mapContainer .content {
        order: 2;
        gap: 12px;
    }

    .mapWrapper .mapContainer .content h1 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .mapWrapper .mapContainer .content .item {
        font-size: 14px;
        gap: 6px;
    }
    #mapMain,
    #mapMain2 {
        max-width: 100%;
        height: 350px;
    }

    #newsContainer {
        height: calc(100vh - 132px);
    }
    .member a {
        font-size: 12px;
    }
    .member a img {
        height: 12px;
    }

    #history {
        display: none;
    }
    .trigger {
        height: 0;
    }
    .aboutContainer .content {
        /*padding: 0;*/
        height: auto;
    }
    .section.section-cards .box .content {
        align-items: flex-start;
        text-align: right;
        padding: 0;
        margin-bottom: 50px;
    }
    .section.section-cards.mobile {
        max-width: 1200px;
        margin: auto;
        text-align: center;
    }
    .section.section-cards .box {
        padding: 0 2rem;
    }
    .section.section-cards .box img {
        width: 100%;
        max-width: 170px;
    }
    .section.section-cards .box h2 {
        font-size: 21px;
        font-weight: 900;
        color: #3c3c3c;
        margin-bottom: 6px;
    }
    .section.section-cards .box p {
        color: #3c3c3c;
        text-align: justify;
        font-weight: 300;
        font-size: 14px;
    }
    .section.section-cards .box ul {
        padding: 0;
        margin: 0;
    }

    .section.section-cards .box ul li {
        list-style: none;
        padding-right: 24px;
        position: relative;
        margin: 0;
        font-weight: 300;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .aboutContainer .licenses {
        padding-right: 12px;
        padding-left: 12px;
        padding-bottom: 45px;
    }
    aboutContainer .content {
        padding-bottom: 40px;
    }
    .section.section-cards .box ul li::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 6px;
        height: 6px;
        background-color: #ff8300;
        border-radius: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 1780px) {
    #newsContainer {
        max-width: 1129px;
    }

    /*.blogsSwiper .swiper-slide {*/
    /*  max-width: 367px;*/
    /*}*/

    .blogsSwiper .swiper-slide img:nth-of-type(1) {
        width: 100%;
    }
}
