.home-slider {
    margin: 120px 0 120px;
    padding: 0 60px;
}

.carousel-control-next, .carousel-control-prev {
    top: 418px;
    align-items: unset;
    opacity: unset;
}

.round {
    position: absolute;
    width: 3rem;
    height: 3rem;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-top: -8px;
    margin-right: -5px;
}

.carousel-control-next .round {
    margin-right: 3px;
}


.carousel-item:nth-child(2) .home-slider-img {
    width: 60% !important;
}

.home-title-wrapper {
    margin-bottom: 30px;
}

.home-title {
    font-size: var(--title-font-size);
    letter-spacing: 2.75px;
    text-shadow: 0.5px 0.87px 1px #18171859;
    font-weight: 500;
}

.home-title-blue {
    color: #43C5FF;
    letter-spacing: 2.75px;
}

.carousel-item {
    padding: 0 50px;
}

.carousel-item p {
    font-size: var(--description-large-font-size);
    font-weight: 200;
    text-align: center;
    padding: 0 50px;
}

.home-slider-img {
    margin: 100px auto 0 auto;
    width: 70% !important;
}

.info-tile {
    display: flex;
    margin: 30px 0;
}

.info-tile .info-tile-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #E8EAF0;
    border-radius: 15px;
    padding: 20px;
    background: #24367E;
}

.info-tile .info-tile-wrapper img {
    margin-right: 30px;
    width: 80px;
}

.info-tile:nth-child(2) .info-tile-wrapper img {
    width: 50px;
}

.info-tile .info-tile-wrapper .info-tile-description {
    color: white;
}

.info-tile .info-tile-wrapper .info-tile-description .info-tile-description-title {
    display: block;
    font-size: var(--title-tiny-font-size);
    font-weight: 500;
    margin-bottom: 30px;
    color: inherit
}

.info-tile .info-tile-wrapper .info-tile-description p {
    font-size: var(--description-font-size);
    font-weight: 200;
    color: inherit;
}

.info-tile .info-tile-wrapper .info-tile-description p a {
    color: #43C5FF;
    text-decoration: underline;
    font-weight: 200;
}

.product-tiles {
    position: relative;
}

.product-tiles-wrapper {
    display: flex;
    width: 100vw;
    height: 100%;
    background: url('../../img/main/wektory/addsy bg/Plama pod produkty.svg') no-repeat top;
    background-size: 105%;
    background-position-y: 10vh;
    margin: 0 !important;
    padding-top: 5vh;
}

.product-tiles .product-tile {
    background: transparent;
    margin: 15px 0;
}

.product-tiles .product-tile .product-tile-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    color: #24367E;
    box-shadow: 0px 0px 50px #E8EAF040;
    border-radius: 15px;
    background: var(--main-white);
}

.product-tiles .product-tile.active .product-tile-wrapper {
    background-color: #00123E;
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-title {
    display: block;
    flex: 1;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: var(--title-tiny-font-size);
    color: inherit;
}

.product-tiles .product-tile.active .product-tile-wrapper .product-tile-title {
    color: var(--main-white);
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 260px;
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-image img {
    max-height: 90%;
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-info {
    margin-bottom: 20px;
    text-align: center;
    color: #43C5FF;
    font-size: 14px;
    cursor: pointer;
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-info:hover {
    text-decoration: underline;
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-button {
    position: relative;
    padding: 10px;
    text-align: center;
    border: 1px solid #24367E;
    border-radius: 3px;
    font-size: var(--button-font-size);
    color: #24367E;
    transition: 0.3s;
}

.product-tiles .product-tile.active .product-tile-wrapper .product-tile-button {
    border-color: var(--main-white);
    color: var(--main-white);
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-button:hover {
    background: #24367E;
    color: var(--main-white);
    transition: 0.3s;
}

.product-tiles .product-tile.active .product-tile-wrapper .product-tile-button:hover {
    background-color: var(--main-white);
    color: #24367E;
}

.product-tiles .product-tile.active .product-tile-wrapper .product-tile-button div {
    background: url('../../img/main/wektory/ikony/zamowienie.svg') no-repeat center;
}

.product-tiles .product-tile.active .product-tile-wrapper .product-tile-button:hover div {
    background: url('../../img/main/wektory/ikony/zamowienie-granat.svg') no-repeat center;
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-button div {
    display: block;
    height: 100%;
    width: 26px;
    position: absolute;
    top: 0;
    right: 10px;
    background: url('../../img/main/wektory/ikony/zamowienie-granat.svg') no-repeat center;
}

.product-tiles .product-tile .product-tile-wrapper .product-tile-button:hover div {
    background: url('../../img/main/wektory/ikony/zamowienie.svg') no-repeat center;
    transition: 0.3s;
}

.personalize .personalize-title {
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
}

.personalize .personalize-title span {
    margin-bottom: 30px;
    font-size: var(--title-font-size);
    font-weight: 600;
    text-align: center;
    color: #24367E;
}

.personalize .personalize-title p {
    font-size: var(--description-font-size);
    text-align: center;
    color: #A4ACC2;
}

.personalize .personalize-item {
    display: flex;
    flex-direction: column;
    margin: 30px 0;
    align-items: center;
}

.personalize .personalize-item span {
    flex: 1;
    font-size: var(--title-tiny-font-size);
    font-weight: 600;
    letter-spacing: 0px;
    color: #24367E;
    text-align: center;
    margin-bottom: 30px;
}

.personalize .personalize-item .personalize-item-image {
    margin-bottom: 30px;
    width: 33%;
}

.personalize .personalize-item button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #24367E;
    border-radius: 24px;
    border: 0;
    font-size: var(--button-font-size);
    letter-spacing: 0.4px;
    color: var(--main-white);
}

.personalize .personalize-item button img {
    display: flex;
    align-self: center;
    margin-left: 20px;
}

.superpowers {
    position: relative;
    padding-bottom: 30px;
    background: white;
    overflow: unset;
}

.superpowers-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    background: url('../../img/main/wektory/addsy bg/adds pod supermoce.svg') no-repeat top;
    background-size: 105%;
    background-position-y: 60%;
    z-index: -1;
}

.superpowers:after {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -102px;
    left: -15px;
    /*  background: url('../../img/main/wektory/addsy bg/adds nad supermoce kreska.svg') no-repeat top;
     background-size: 87%;
     background-position-y: 130px; */
}

.superpowers .superpowers-header {
    display: flex;
    flex-direction: column;
}

.superpowers .superpowers-header .superpowrs-header-title {
    margin-bottom: 30px;
    text-align: center;
    font-size: var(--title-font-size);
    font-weight: 600;
    color: #24367E;
}

.superpowers .superpowers-header .superpowrs-header-description {
    text-align: center;
    font-size: var(--description-font-size);
    color: #252527;
}

.superpowers .superpowers-item {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
}

.superpowers .superpowers-item span {
    margin-top: auto;
    text-align: center;
    color: #252527;
}

.superpowers .superpowers-item .margin-top-13 {
    margin-top: 13px;
}

.superpowers .superpowers-item img {
    padding-bottom: 30px;
    width: 60px;
}

.superpowers-border {
    border-style: dashed;
    border-width: 0 2px 2px 0;
    border-color: #43C5FF;
}

.superpowers-border-bottom {
    border-style: dashed;
    border-width: 0 0 2px 0;
    border-color: #43C5FF;
}

.superpowers-border-right {
    border-style: dashed;
    border-width: 0 2px 0 0;
    border-color: #43C5FF;
}

.offer .offer-image {
    position: relative;
    top: -20px;
}

.offer .offer-image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.offer .offer-description {
    display: flex;
    flex-direction: column;
}

.offer .offer-header-span {
    margin-bottom: 20px;
    letter-spacing: 2.25px;
    font-weight: 600;
    font-size: var(--title-font-size);
    line-height: 1.1;
    color: #24367E;
}

.offer .offer-header-span-small {
    font-size: var(--title-small-font-size);
    font-weight: 500;
    letter-spacing: 2.25px;
    line-height: 1;
    color: #43D9FF;
}

.offer .offer-header-p {
    font-size: var(--description-font-size);
    letter-spacing: 0;
    color: #A4ACC2;
}

.offer .offer-header-footer {
    display: flex;
}

.offer .offer-header-footer input {
    margin-right: 80px;
    padding: 12px 30px;
    border-radius: 24px;
    border: 1px solid #E8EAF0;
    color: #24367E;
}

.offer .offer-header-footer input::placeholder {
    color: #A4ACC2;
}

.offer .offer-header-button {
    height: 48px;
    max-width: 220px;
    border-radius: 24px;
    border: 0;
    background-color: #43C5FF;
    font-size: var(--button-font-size);
    letter-spacing: 0.4px;
    color: var(--main-white);
}

.offer .offer-header-span-separator {
    display: flex;
    align-self: center;
    padding: 0 20px;
    font-size: var(--description-font-size);
    letter-spacing: 0.4px;
    color: #A4ACC2;
}

.offer-header-footer-input-wrapper {
    position: relative;
    width: min-content;
}

.offer .offer-header-button-submit {
    position: absolute;
    right: 0;
    width: 120px;
    height: 48px;
    background-color: #24367E;
    border-radius: 24px;
    border: 0;
    font-size: var(--button-font-size);
    line-height: 1;
    letter-spacing: 0.4px;
    color: var(--main-white);
}

.info .info-item {
    margin: 30px 0;
}

.info .info-item .info-item-header span {
    padding-bottom: 10px;
    font-size: var(--title-small-font-size);
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #24367E;
}

.info .info-item .info-item-header .underline {
    display: block;
    width: 25px;
    height: 4px;
    margin-bottom: 60px;
    background-color: #43C5FF;
}

.info .info-item span {
    font-size: var(--description-font-size);
    letter-spacing: 0;
    color: #A4ACC2;
}

.info .info-item button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    border: 1px solid #24367E;
    border-radius: 24px;
    font-size: var(--button-font-size);
    letter-spacing: 0.4px;
    line-height: 1.2;
    color: #24367E;
}

.info .info-item button div {
    display: block;
    min-width: 21px;
    height: 21px;
    background: url('../../img/main/wektory/ikony/pobrane.svg') no-repeat center;
    margin-right: 15px;
}

.footer-wrapper {
    background-color: #00123E;
}

.footer {
    transform: translateY(-30px);
}

.footer .footer-map {
    display: flex;
    width: 100%;
    height: 300px;
}

.footer .footer-map .footer-map-bg {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

.footer .footer-map .footer-map-bg img {
    height: min-content;
    width: min-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-45px) translateY(-30px);
}

.footer .footer-separator {
    display: flex;
    align-items: center;
    margin: 60px 0;
}

.footer .footer-separator-image {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-right: 60px;
    background-color: #00123E;
    font-size: 22px;
    letter-spacing: 0.36px;
    color: var(--main-white);
}

.footer .footer-separator img {
    margin-right: 15px;
}

.footer .footer-separator-line {
    display: flex;
    position: relative;
    z-index: 1;
    height: 2px;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    background-color: #24367E;
    opacity: 0.5;
}

.footer .footer-item-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.footer .footer-item-header .footer-item-header-title {
    margin-bottom: 10px;
    font-size: var(--title-tiny-font-size);
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #D5DDE4;
}

.footer .footer-item-header .underline {
    display: block;
    width: 25px;
    height: 4px;
    background-color: #43C5FF;
}

.footer .footer-item {
    margin: 30px 0;
}

.footer .footer-item a {
    display: block;
    color: #A4ACC2;
    transition: 0.3s;
    text-decoration: none;
}

.footer .footer-item a:hover {
    text-decoration: underline;
    transition: 0.3s;
}

.footer .footer-item img {
    margin-right: 30px;
}

@media screen and (min-width: 2215px) {
    .home-header-wrapper {
        background-position-y: -12vw !important;
    }
}

@media screen and (max-width: 1970px) {
    .home-header-wrapper {
        background-size: 1970px;
    }

    .carousel-xxl {
        margin: 0 auto;
        width: 80% !important;
    }
}

@media screen and (min-width: 1600px) {
    .container:not(.home) {
        max-width: 1440px;
    }

    .home-header-wrapper {
        background-position-y: -120px;
    }

    .superpowers:after {
        background-position-y: 15px;
        top: -95px;
    }

    .product-tiles .product-tile .product-tile-wrapper .product-tile-image {
        margin: 50px auto;
    }
}

@media screen and (max-width: 1600px) {
    .superpowers:after {
        top: -170px;
    }

    .superpowers .superpowers-item .margin-top-13 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1500px) {
    .navbar-top {
        padding: 25px 60px;
    }

    .navbar-menu-item {
        padding: 0 20px !important;
    }

    .product-tiles .product-tile .product-tile-wrapper .product-tile-info {
        margin-bottom: 10px;
    }

    .footer .footer-item img {
        max-width: 70px;
        margin-right: 15px;
    }

    .superpowers:after {
        top: -187px;
        background-size: 90%;
    }

    .controlers-responsive {
        width: 55% !important;
        top: 350px !important;
    }

    .carousel-item-responsive {
        width: 45% !important;
        margin: 0 auto;

    }
}

@media screen and (max-width: 1400px) {
    .superpowers:after {
        top: -140px;
        background-size: 95%;
    }

    .controlers-responsive {
        width: 45% !important;
        top: 280px !important;
    }

    .home-header-wrapper {
        height: 750px;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-top li:not(.nested):not(.product):hover {
        border-bottom: 2px solid #43C5FF;
    }

    .navbar-top li.product:hover {
        background: #12245E;
    }

    .navbar-top li.product span img {
        transition: 0.3s;
    }

    .navbar-top li.product:hover span img {
        transform: rotate(-180deg);
        transition: 0.3s;
    }

    .navbar-top li.product .submenu-underline {
        display: flex;
        width: 80%;
        height: 2px;
        position: absolute;
        bottom: 5px;
        left: 10%;
        background-color: #00123E;
        z-index: 100;
    }

    .navbar-menu .navbar-menu-item.product:hover ul {
        height: 142px;
        opacity: 1;
        transition: 0.3s;
    }
}

@media screen and (max-width: 1200px) {
    .container-tiles {
        width: 100% !important;
        max-width: unset;
    }

    .container-tiles .product-tile-wrapper {
        padding: 15px !important;
    }

    .hamburger {
        display: flex;
        top: 35px;
    }

    .navbar-top {
        height: 70px;
        z-index: 100;
    }

    .navbar-top:before {
        content: '';
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50;
        background-color: #00123E;
    }

    .navbar-top.open:after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
        z-index: 100;
    }

    .navbar-top .navbar-login {
        width: 100%;
        padding: 0 40px;
        align-items: flex-start !important;
    }

    .navbar-top .navbar-logo {
        position: relative;
        z-index: 100;
    }

    .product-submenu {
        position: unset !important;
        width: 100%;
        background: transparent !important;
    }

    .product-submenu li.nested {
        text-align: center;
    }

    .navbar-menu {
        width: 100%;
        margin: 0;
        padding: 10px 40px 0;
        align-items: flex-start !important;
    }

    .navbar-menu a, .navbar-menu li {
        width: 100%;
    }

    .navbar-menu li {
        position: relative;
    }

    .navbar-menu li:not(.nested) {
        border-radius: 0 !important;
        padding: 7px 0 !important
    }

    .navbar-menu li:not(.nested):after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .navbar-menu a:last-child li {
        border-bottom: 0 !important;
    }

    .navbar-menu-container {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        height: calc(100vh - 70px) !important;
        width: 100vw;
        position: fixed;
        top: 70px;
        left: 0;
        margin: 0 !important;
        visibility: hidden;
        background-color: #00123E;
        font-size: 17px;
        transition: 0.4s;
        transform: translateY(-100vh);
        z-index: -1;
    }

    .navbar-menu-container.active {
        visibility: visible;
        transition: 0.4s;
        transform: translateY(0)
    }

    .navbar-menu-container .navbar-menu {
        margin-bottom: 20px;
    }

    .navbar-menu-container .navbar-menu .navbar-menu-item ul {
        border-top-left-radius: 10px;
    }

    .navbar-menu-container .navbar-menu .navbar-menu-item.product {
        margin: 0 !important;
        align-items: flex-start !important;
    }

    .navbar-menu-container .navbar-menu .navbar-menu-item.product .product-submenu {
        display: flex;
        height: 0;
        transition: 0.3s;
        overflow: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
    }

    .navbar-menu-container .navbar-menu .navbar-menu-item.product .product-submenu a:not(:last-child) li.nested:after {
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(255, 255, 255, 0.8);
    }


    .navbar-menu-container .navbar-menu .navbar-menu-item.product .product-submenu li.nested {
        text-align: left;
        color: white !important;
    }

    .navbar-menu-container .navbar-menu .navbar-menu-item.product.active .product-submenu {
        height: 142px;
        transition: 0.3s;
        opacity: 1;
        margin-top: 5px;
        border-radius: 0;
    }

    .navbar-menu-container .navbar-menu .navbar-menu-item.product.active span img {
        transform: rotate(-180deg);
    }

    .navbar-menu-container .navbar-login {
        display: flex;
        align-items: center;
    }

    .navbar-menu-container .navbar-login .navbar-login-item {
        padding: 10px 0 !important;
    }

    .navbar-menu-container .navbar-menu, .navbar-menu-container .navbar-login {
        flex-direction: column;
    }

    .superpowers:after {
        background-position-y: 190px;
    }

    .controlers-responsive {
        top: 275px !important;
        width: 40% !important;
    }

    .carousel-item-responsive {
        width: 55% !important;
    }

    .carousel-item:nth-child(1) .home-slider-img {
        margin: 150px auto 0 auto;
    }
}

@media screen and (max-width: 992px) {
    .home-item {
        margin-bottom: 0;
    }

    .carousel-item p {
        padding: 0;
    }

    .superpowers .superpowers-item {
        padding: 35px 0;
    }

    .superpowers .superpowers-header {
        margin-bottom: 0;
    }

    .superpowers::after {
        top: -90px;
        background-size: 100%;
    }

    .superpowers-border {
        border: none;
    }

    .superpowers-border-bottom {
        border: none;
    }

    .superpowers-border-right {
        border: none;
    }

    .border-left {
        border-style: dashed;
        border-width: 0 2px 2px 0;
        border-color: #43C5FF;
    }

    .border-right {
        border-style: dashed;
        border-width: 0 0 2px 0;
        border-color: #43C5FF;
    }

    .border-last {
        border-style: dashed;
        border-width: 0 2px 0 0;
        border-color: #43C5FF;
    }

    .offer .offer-image {
        top: 30px;
    }

    .personalize .personalize-title {
        margin-bottom: 10px;
    }

    .carousel-xxl {
        width: 100% !important;
    }

    .controlers-responsive {
        width: 10% !important;
        top: 335px !important;
    }

    .carousel-item-responsive {
        width: 85% !important;
    }

    .carousel-item:nth-child(2) .home-slider-img {
        width: 80% !important;
    }

    .carousel-item:nth-child(1) .home-slider-img {
        margin: 90px auto 0 auto;
    }

    .home-slider-img {
        margin: 60px auto 0 auto;
        width: 100% !important;
    }

    .info-tile-wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .info-tile .info-tile-wrapper img {
        margin-right: 0;
        width: 115px;
    }

    .info-tile:nth-child(2) .info-tile-wrapper img, .info-tile:nth-child(3) .info-tile-wrapper img {
        margin: 0 auto;
    }

    .info-tile:nth-child(3) .info-tile-wrapper img {
        width: 80px;
    }
}

@media screen and (max-width: 768px) {

    .home-slider-img {
        margin: 50px auto 0 auto;
    }

    .home-title-wrapper {
        padding: 0 20px;
    }

    .home-title {
        font-size: var(--description-large-font-size) !important;
        margin-bottom: 10px !important;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 318px;
    }

    .carousel-item p {
        font-size: var(--title-tiny-font-size) !important;
        margin-bottom: 10px !important;
    }

    .superpowers:after {
        display: none;
    }

    .superpowers-border {
        border: none;
    }

    .superpowers-border-bottom {
        border: none;
    }

    .superpowers-border-right {
        border: none;
    }

    .border-last {
        border: none;
    }

    .offer .offer-header-footer {
        flex-direction: column;
    }

    .offer .offer-header-footer-input-wrapper {
        width: 100%;
    }

    .offer .offer-header-footer input {
        margin-right: 0 !important;
        font-size: var(--button-font-size);
        padding: 14px 20px;
    }

    .offer .offer-header-footer .offer-header-span-separator {
        align-self: flex-start;
        padding: 10px 80px;
    }

    .controlers-responsive {
        width: 10% !important;
        top: 260px !important;
    }

    .carousel-item-responsive {
        width: 100% !important;
    }

    .home-header-wrapper {
        height: 675px;
    }
}

@media screen and (max-width: 576px) {
    :root {
        --title-font-size: 34px;
        --title-small-font-size: 30px;
        --title-tiny-font-size: 20px;
        --description-large-font-size: 18px;
        --description-font-size: 15px;
        --button-font-size: 13px;
    }

    .navbar-top {
        padding: 25px 15px;
    }

    .product-tiles-wrapper.section {
        margin-top: 0 !important;
    }

    .home-title {
        line-height: 1;
    }

    .home-slider {
        margin: 60px 0;
        padding: 0 40px;
    }

    .home-title {
        font-size: var(--description-large-font-size) !important;
        margin-bottom: 10px !important;
    }

    .carousel-item {
        padding: 0;
    }

    .carousel-item p {
        font-size: var(--title-tiny-font-size) !important;
    }

    /*.carousel-control-prev, .carousel-control-next {*/
    /*    display: none !important;*/
    /*}*/

    .info-tiles-wrapper {
        margin-top: 0 !important;
    }

    .footer-separator {
        margin: 30px 0 !important;
    }

    .footer-item {
        margin: 15px 0 !important;
    }

    .footer-item .footer-item-header {
        margin-bottom: 30px !important;
    }
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #00123E;
}
