.first-section img, .section5 img, .section9 img {
    left: calc(50% - 700px);
    width: 700px;
}
.first-section {
    padding-left: 50%;
}
.first-section img {
    width: 630px;
}
.section6 img,  .section8 img, .section9 img {
    border-radius: 35px;
}
.section4 .section4-1 img {
    width: 70%;
}
.section4 .section4-2 img {
    width: 90%;
}
.section6 img, .section8 img {
    right: calc(50% - 700px);
    width: 700px;
}
.section6 img {
    border: 1px solid #0823451A; 
}
.section7 img {
    left: calc(50% - 700px);
    width: 1400px;
}
.section7 {
    padding: 0 0 80px;
}
.section8 {
    padding-top: 0;
    padding-bottom: 0;
}
.contact-section {
    background-size: 45%;
    padding: 100px 0;
}
.main-section {
    padding: 120px 0;
}
.spec-wrap div p {
    font-size: 16px;
}
.clients-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
    column-gap: 70px;
    margin-top: 35px;
    align-items: center;
    justify-content: center;
}
.clients-wrap img {
    width: auto;
    height: auto;
    max-height: 80px;
    max-width: 355px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.second-section ul li {
    margin-top: 10px;
}
.section4 {
    gap: 0;
}
.section4 .section4-1 img {
    margin-right: 50px;
}
.section4 .section4-2 img {
    right: calc(50vw - 700px);
    width: 80%;
}
.section5-specifics.small-h2 h2 {
    font-size: 24px;
    letter-spacing: 0.5px;
}
.section5 .section5-specifics div {
    padding-left: 80px;
    min-height: 65px;
}
.section5 .section5-specifics div::after {
    left: 60px;
}
.section5-specifics div:nth-child(1) svg {
    width: 35px;
    height: 65px;
}
.section5-specifics div:nth-child(2) svg {
    width: 39px;
    height: 50px;
}
.section5-specifics div:nth-child(3) svg {
    width: 34px;
    height: 55px;
}
@media only screen and (max-width: 1600px) {
    .first-section img, .section5 img, .section9 img {
        left: 10%;
        width: 40%;
    }
    .first-section img {
        width: calc(40% - 70px);
    }
    .section6 img, .section8 img {
        right: 10%;
        width: 40%;
    }
    .section7 img {
        left: 10%;
        width: 80%;
    }
    .section4 .section4-2 img {
        right: 10vw;
    }
}
@media screen and (max-width: 1399px) {
    .section7 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 1199px)  {
    .section5 img, .section6 img {
        width: 100%;
    }
    .section7 {
        padding-top: 0;
    }
    .first-section {
        padding-left: 10%;
    }
}
@media screen and (max-width: 991px) {
    .section4 .section4-1 img {
        margin: 0 auto !important;
    }
    .first-section {
        padding-left: 5%;
    }
}
@media screen and (max-width: 575px) {
    .contact-section {
        background-size: 70%;
        padding: 50px 0 100px; 
    }
    .clients-wrap {
        row-gap: 20px;
        column-gap: 30px;
    }
    .clients-wrap img {
        max-width: 130px;
        max-height: 60px;
    }
    .section5-specifics.small-h2 h2 {
        font-size: 20px;
    }
}

::-webkit-scrollbar {
  width: 8px;
  background-color: var(--primary-color);
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--light-grey);
}

.hamb {
    background: transparent;
    border: none;
    outline: none; 
    padding: 5px;
}
header aside {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 680px;
    height: 100vh;
    background-color: var(--primary-color);
    z-index: 100;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    overflow-y: auto;
    transition: all 0.5s;

    transform: translateX(100%);
}
.side-menu-opened {
    transform: translateX(0);
}

header aside .aside-head {
    /* height: 100%; */
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header aside .aside-head .hamb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
header aside .aside-head .logo {
    width: fit-content;
    max-width: 60%;
    height: 60%;
    max-height: 45px;
}
header aside .aside-head .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.aside-body {
    padding: 50px 20px;
}
.aside-body .nav li {
    text-align: center;
}
.aside-body .nav li + li {
    margin-top: 25px;
}
.aside-body .nav li a {
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.5px;
    text-align: center;
    transition: all 0.5s;
    border-bottom: 3px solid transparent;
}
.aside-body .nav li a:hover {
    font-weight: 800;
    border-color: var(--secondary-color);
}
.aside-foot {
    padding: 50px 20px;
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.aside-links {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.aside-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    letter-spacing: 0.35px;
    transition: all 0.5s;
}
.aside-links a svg {margin-right: 10px;}
.aside-links a:hover {
    color: #fff;
}
.aside-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.aside-social a + a {
    margin-left: 50px;
}
.aside-social a svg path {transition: all 0.5s;}
.aside-social a:hover svg path {fill: var(--secondary-color);}

h1 span {
    display: inline;
}
.main-h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
    font-weight: 900;
    background-image: url('../images/budite-zapazeni.png');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 270px;
    padding-top: 60px;
}
.main-h2 span {
    color: var(--secondary-color);
}
.title2 {
    padding: 50px 5%;
}
.title2 span {
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.5px;
  color: var(--secondary-color);
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.title2 h2 {
    text-align: center;
    color: #fff;
}
.shops-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
    row-gap: 50px;
}
.shops-grid div h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.35px;
    text-align: center;
    margin-bottom: 15px;
}
.shops-grid div img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media screen and (max-width: 1399px) {
    .shops-grid {
        column-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    header aside .aside-head {
        max-height: 80px;
    }
}
@media screen and (max-width: 635px) {
    .main-h2 {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 150px;
        background-position: bottom;
        background-size: auto 140px;
        font-size: 24px;
    }
    .main-section {
        padding: 80px 0;
    }
}
@media screen and (max-width: 575px) {
    header aside .aside-head {
        max-height: 60px;
    }
    .aside-links {
        flex-direction: column;
    }
    .aside-links a + a {margin-top: 20px;}
    header aside .aside-head .hamb {
        left: 5%;
    }
    .aside-body .nav li a {
        font-size: 18px;
    }
    .aside-body .nav li + li {
        margin-top: 15px;
    }
    .shops-grid div h3 {
        font-size: 18px;
    }
    .shops-grid {
        column-gap: 0;
        row-gap: 20px;
    }
}
@media screen and (max-width: 425px) {
    .shops-grid div h3 {
        font-size: 14px;
        margin-bottom: 0;
    }
}
.results-table div:nth-child(3) {
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.results-table div:nth-child(3) svg {
    margin-right: 10px;
}
.results-table {
    grid-template-columns: 1fr 1fr 220px;
}
.google-search {
    flex-direction: column !important;
    align-items: start !important;
    padding: 0 !important;
    border: none !important;
}
.google-search span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.35px;
}
@media screen and (max-width: 575px) {
    .results-table {
        grid-template-columns: 40% 40% 20%;
    }
    .google-search span {
        font-size: 12px;
    }
    .results-table div:nth-child(3) svg {
        margin-right: 0;
    }
}
.title3 {
    padding: 50px 5%;
}
.title3 h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}
.title3 h2 span {font-weight: 700;}
.creative-section {
    position: relative;
}
.section11 {
    position: relative;
}
.section11 img {
    width: 35%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left;
    object-position: left;
    position: absolute;
    top: -39%;
    right: 0;
    border-radius: 35px;
}
.section11 picture:nth-of-type(1) img {
    left: 50%;
    top: auto;
    bottom: 0;
    z-index: 2;
}
.section11 .text {
    width: 45%;
}
.creative-section h2 {
    width: 100%;
    max-width: 515px;
}
.video-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    height: 71%;
    display: none;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.video-wrap.open-video {
    display: block;
}
.video-wrap .close {
    background-color: #00aeef;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: -20px;
    top: -30px;
    position: absolute;
}
.video-wrap .video {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 8px;
}
.video-wrap .video video {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1199px) {
    .section11 img {
        position: absolute;
        top: 0%;
        right: 5%;
        width: 68%;
        height: 280px;
    }
    .section11 picture:nth-of-type(1) img {
        left: 0;
        position: relative;
        margin-top: 40px;
    }
    .section11 .text {
        width: 100%;
    }
}

footer {
    background-image: url('../images/footer-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 88px;
}
footer::before {
    position: absolute;
    z-index: 2;
    content: "";
    width: 180px;
    height: 176px;
    background-image: url('../images/vb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 50%;
    transform: translateX(-50%);
    top: -88px;
}
.foot2 {
    background-color: rgba(8, 35, 69, 0.7);
    padding: 15px 0;
}
.foot2 a, .foot2 p {color: #fff;}
.second-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
}
.second-footer h2 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.75px;
}
.second-footer .small-h2 {
    margin-bottom: 35px;
}
.second-footer-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 50px 0;
}
.second-footer-links a {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.second-footer-links a svg {margin-right: 15px;}
@media screen and (max-width: 1499px) {
    .second-footer-links a {
        font-size: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .second-footer-links {
        flex-direction: column;
    }
    .second-footer-links a + a {
        margin-top: 25px;
    }
}
@media screen and (max-width: 575px) {
    .second-footer {
        padding: 50px 0;
    }
    .second-footer-links a {
        font-size: 16px;
    }
    .second-footer-links a svg {
        max-width: 35px;
        max-height: 35px;
        margin-right: 5px;
    }
    .contact-section {
        background-position: 0% 85%;
    }

}
.swipercustom {
    /* margin-bottom: 50px; */
    padding-bottom: 70px;
}
.swipercustom .swiper-pagination {
    bottom: 50px !important;
}
.swipercustom .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: var(--primary-color);
    margin: 0 12px !important;
    transition: all 0.5s;
}
.swipercustom .swiper-pagination-bullet-active {
    background-color: var(--secondary-color);
}
.first-next, .first-prev, .second-next, .second-prev {
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    transition: all 0.5s;
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
}
.first-next svg, .first-prev svg, .second-next svg, .second-prev svg {
    transform: scale(0.7);
}
.first-next:hover, .first-prev:hover, .second-next:hover, .second-prev:hover {
    background-color: var(--secondary-color);
}
.first-next, .second-next {
    right: 0;
    border-bottom-left-radius: 35px;
    border-top-left-radius: 35px;
    padding-left: 10px;
}
.first-prev, .second-prev {
    left: 0;
    border-bottom-right-radius: 35px;
    border-top-right-radius: 35px;
    padding-right: 10px;
}
.section4 .section4-1 {
    padding-bottom: 100px;
}
.section4 .section4-2 img {
    right: unset;
    left: -240px;
}
.next-title {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    max-width: 110px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
}
.short-title {display: none;}
.foot2 .page-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.third-footer-social, .third-footer-social a {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199px) {
.section4 .section4-2 img {
    right: 5vw;
    left: unset;
}
}
@media screen and (max-width: 991px) {
    .first-next, .first-prev, .second-next, .second-prev  {
        width: 50px;
        height: 50px;
    }
    .first-next svg, .first-prev svg, .second-next svg, .second-prev svg {
        transform: scale(0.7);
    }
    .first-next, .second-next {
        right: 10px;
    }
    .first-prev, .second-prev {
        left: 10px;
    }
    .section4 .section4-1 {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 575px) {
    .first-next, .first-prev, .second-next, .second-prev {
        display: none;
    }
    .foot2 .page-width {
        flex-direction: column-reverse;
    }
    .third-footer-social {
        margin-bottom: 15px;
    }
}