section {
    padding: 70px 0;
    position: relative;
}

.section-inner {
    padding: 70px 0;
}

section h2 {
    color: #545454;
}

/* Top section */

#top {
    padding-top: 25px;
}

#top .container:after {
    /*content: '';*/
    display: inline-block;
    position: relative;
    top: 100px;
    text-align: center;
    width: 100%;
    height: 3px;
    background: #ffa8bb;
    z-index: -1;
     opacity: 0.5;
    box-shadow: 0 0 10px rgb(255 168 187 / 40%), inset 0 0 10px rgb(255 168 187 / 40%);
}

.top-left-box {
    /*display: flex;
    align-items: center;
    flex-direction: column;*/
    padding-bottom: 30px;
}

#top .pink-button, #about-product .pink-button {
    text-decoration: none;
    display: inline-block;
    outline: none;
    color: white;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 0 40px 40px #FF5C7F inset, 0 0 0 0 #FF5C7F;
    transition: 150ms ease-in-out;
}

#top .pink-button:hover, #about-product .pink-button:hover {
    box-shadow: 0 0 10px 0 #FF5C7F inset, 0 0 10px 4px #FF5C7F;
    color: #FF5C7F;
}

.top-left-box a {
    padding: 15px 30px;
    border-radius: 2px;
}

#top h1 {
    font-family: "Merriweather", sans-serif;
    margin-bottom: 20px;
    font-size: 72px;
    font-weight: 700;
    color: #428cc5;
    background: linear-gradient(to right, #1e80c3, #0889c7, #0093c9, #009bca, #13a4cb, #13a4cb, #13a4cb, #13a4cb, #009bca, #0093c9, #0889c7, #1e80c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header h1 {
    font-family: "Merriweather", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #428cc5;
    background: linear-gradient(to right, #1e80c3, #0889c7, #0093c9, #009bca, #13a4cb, #13a4cb, #13a4cb, #13a4cb, #009bca, #0093c9, #0889c7, #1e80c3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    user-select: none;
    margin-bottom: 0;
}

#top p {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    margin-bottom: 65px;
    font-size: 32px;
    line-height: 1.2;
    color: #545454;
    font-style: italic;
}

.front-main-image .img-container {
    max-width: 300px;
    margin: 0 auto;
}

.img-container {
    -webkit-box-shadow: -1px 2px 14px 0px rgba(13, 166, 189, 0.2);
    -moz-box-shadow: -1px 2px 14px 0px rgba(13, 166, 189, 0.2);
    box-shadow: -1px 2px 14px 0px rgba(13, 166, 189, 0.2);
    position: relative;
}

.img-container img {
    width: 100%;
}


.product-card-new .product-img .img-container {
    padding-top: 75px;
}

.product-card-new .product-details .img-container:before {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid #d9c909;
    top: -4px;
    left: -4px;
    box-shadow: 0 0 10px rgb(206 167 92 / 40%), inset 0 0 10px rgb(206 167 92 / 40%);
}

.product-card-new .product-details .product-info {
    height: 100%;
}

.product-card-new .product-info>span {
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #35b0b1;
}

.product-card-new .product-info>span.product-info-uzatu {
    color: #b1357d;
}

.product-card-new .product-info>span.product-info-mereitoi {
    color: #b13535;
}

.product-card-new.product-details .product-info {
    visibility: visible;
    opacity: 1;
    height: 100%;
    background-color: rgb(235 223 196 / 60%);
}

.product-card-new.product-details:hover {
    background-color: unset;
}

.product-card-new.product-details {
    margin-bottom: 30px;
}

.product-details .img-container:before {
    content: "";
    position: absolute;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #d9c909;
    top: -7px;
    left: -7px;
    box-shadow: 0 0 10px rgb(206 167 92 / 40%), inset 0 0 10px rgb(206 167 92 / 40%);
}

/* About product */

#about-product {
    background-color: rgba(30, 182, 243, .1);
    background-size: cover;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#about-product .section-inner {
    padding-top: 50px;
}

#about-product h2 {
    font-family: "Merriweather", sans-serif;
    font-size: 46px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.4;
}

#about-product h2:after {
    display: none;
}

#about-product ul>li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #545454;
    position: absolute;
    top: 45%;
    left: 0;
}
#about-product ul>li {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 300;
    margin: 3px 0;
    position: relative;
    padding-left: 20px;
    color: #545454;
}
#about-product p {
    line-height: 1.5;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 100;
    margin: 3px 0;
    position: relative;
    padding-left: 20px;
}
#about-product ul {
    margin-bottom: 50px;
}
#about-product .about-list-title {
    font-size: 32px;
    font-family: 'Roboto', serif;
    font-style: italic;
    text-align: center;
    font-weight: 100;
    margin-bottom: 35px;
}

#about-product .about-title {
    font-family: "Merriweather", sans-serif;
    font-size: 36px;
    font-style: normal;
    color: #545454;
}

#about-product:before {
    content: '';
    display: block;
    position: absolute;
    top: 100px;
    right: 0;
    width: 400px;
    height: 3000px;
    margin-top: 15px;
    background-color: #ccc;
    background: url('../images/about-side-bg.png');
    background-size: contain;
    opacity: 0.05;
}

#about-product .pink-button {
    padding: 20px 40px;
    border-radius: 50px;
    width: auto;
    margin: auto;
    font-size: 36px;
}

.about-bg {
    background-image: url(/images/front-bg1.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 150% 50%;
    filter: none;
}

.about-bg-bottom {
    background-image: url(/images/front-bg2.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 150% 150%;
    filter: none;
}

.section-image {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.about-box {
    position: relative;
    padding: 20px 15px;
}



.about-row {
    margin: 15px 0 150px;
}

.about-box-number {
    font-family: "Geometria",sans-serif;
    font-size: 120px;
    font-weight: 900;
    color: #23303f;
    line-height: .8;
    /*position: absolute;
    right: 0;*/
    opacity: 0.1;
    user-select: none;
}

.about-row .img-container:before {
    content: "";
    position: absolute;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 1px solid #d9c909;
    top: -7px;
    left: -7px;
    box-shadow: 0 0 10px rgb(206 167 92 / 40%), inset 0 0 10px rgb(206 167 92 / 40%);
}

#top .img-container:before {
    content: "";
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 1px solid rgb(206 167 92 / 50%);
    top: -10px;
    left: -10px;
    box-shadow: 0 0 10px rgb(206 167 92 / 40%), inset 0 0 10px rgb(206 167 92 / 40%);
}

.about-box-text {
    padding: 45px 50px 15px;
    line-height: 1.5;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}
.about-box-text.about-box-left {
    padding-left: 0!important;
}

.about-bg-bottom .section-inner {
    padding-bottom: 200px;
    margin-top: -150px;
    padding-top: 0;
    position: relative;
    top: -125px;
}

#contacts {
    background-size: cover;
    background-color: #fff;
    padding: 70px 0 50px;
    margin-top: -75px;
}

#contacts .section-inner {
    padding-top: 0;
}
#contacts h2 {
    font-family: "Merriweather", sans-serif;
    font-size: 48px;
    margin-bottom: 30px;
}

.bottom-phone {
    font-size: 21px;
    display: block;
    margin-bottom: 2px;
    color: #545454;
}

.social-box {
    margin-top: 25px;
    margin-bottom: 30px;
}

.bottom-rules {
    font-size: 16px;
    display: inline-block;
    color: #545454;
}

.bottom-rules a {
    display: block;
    margin-bottom: 3px;
}

.social-box a {
    margin-right: 50px;
    opacity: .6;
}

.icon-telegram-plane:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/svg-icons/telegram-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
}

.icon-instagram:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 42px;
    background-image: url(../images/svg-icons/instagram-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
}

.icon-whatsapp:before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 40px;
    background-image: url(../images/svg-icons/whatsapp-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
}

#templates {
    padding-top: 0;
    padding-bottom: 15px;
}

#templates h2 {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}

#templates h2:after {
    width: unset;
    margin-top: 5px;
}

#templates .section-inner {
    padding-top: 0;
    padding-bottom: 15px;
}

#about-product .carousel-inner p.about-title {
    font-size: 28px;
}

#about-product .carousel-inner p {
    line-height: 1.3;
    font-size: 21px;
    margin: 15px 0;
}

.carousel-indicators {
    position: absolute;
    right: -160px;
    top: 0;
    bottom: unset;
    left: unset;
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffc215;
    opacity: 0.25;
}

.carousel-indicators [data-bs-target].active {
    opacity: 1;
}

.carousel-control-prev-icon {
    background-position: 42%;
    background-size: 65% 65%;
}

.carousel-control-next-icon {
    background-position: 68%;
    background-size: 65% 65%;
}

.carousel-control-prev {
    right: 145px;
    left: unset;
}

.carousel-control-next {
    right: 100px;
}
.carousel-control-next, .carousel-control-prev {
    bottom: unset;
    color: #ffc215;
    width: unset;
    background-color: #ccc;
    border-radius: 50%;
}

@media only screen and (min-width: 992px) {
    #top .container {
        max-width: 940px;
    }
}

@media only screen and (max-width: 992px) {
    #top h1 {
        font-size: 60px;
    }
    #top p {
        margin-bottom: 55px;
        font-size: 28px;
    }
    .top-left-box a {
        padding: 12px 20px;
    }
    .front-main-image .img-container {
        max-width: 260px;
    }
    #contacts .contacts-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    header nav ul>li {
        padding: 10px;
    }
    header nav ul {
        margin-bottom: 0
    }
    header .lang-switcher, header .top-phone {
        padding: 10px;
    }
    .top-left-box {
        text-align: center;
        margin-top: 60px;
    }
    #top h1 {
        font-size: 68px;
        margin-bottom: 25px;
    }
    #top p {
        font-size: 27px;
        margin-bottom: 35px;
    }
    .about-bg {
        background-size: 150% 12%;
    }
    #about-product .section-inner {
        padding-top: 0;
    }
    #about-product h2 {
        font-size: 28px;
        margin-bottom: 15px;
        padding: 0 40px;
    }
    .about-row {
        margin: 50px 0;
    }
    #about-product p {
        font-size: 28px;
    }
    .about-box-text {
        padding: 0;
        margin-top: 30px;
    }
    .about-box-number {
        font-size: 90px;
    }
    .section-inner {
        padding: 20px 0;
    }
    #shaqiru-templates h2, #contacts h2 {
        font-size: 56px;
    }
    .templates-bg {
        background-size: 190% 100%;
    }
    #contacts {
        background-size: 100% 50%;
        background-position: 100% 75%;
        padding-bottom: 0;
    }
    #top {
        height: auto;
    }
    .front-main-image {
        padding: 0 30px;
    }
    .about-bg-bottom .section-inner {
        margin-top: -100px;
    }
    .carousel-indicators {
        display: none!important;
    }
    .carousel-control-prev {
        right: 45px;
        left: unset;
    }
    .carousel-control-next {
        right: 0;
    }

    .product-grid-style .product-details {
        margin: 0 15px;
    }
    .product-grid-style>[class*="col-"] {
        margin-top: 45px;
    }
    .social-box a {
        margin: 0 20px;
    }
    .bottom-rules {
        text-align: center;
    }
    #templates .product-grid-style>[class*="col-"] {
        margin-top: 0;
    }
    .product-grid-style .product-card-new.product-details {
        margin-bottom: 25px;
    }
    #templates {
        margin-top: 45px;
    }
    .product-card-new .product-img .img-container {
        padding-top: 60px;
    }
    #about-product ul {
        padding: 0 30px;
        margin-bottom: 30px;
    }
    #about-product ul>li {
        line-height: 1.5;
        font-size: 16px;
    }
}