html {
    scroll-behavior: smooth;
}

body {
    color: rgba(81, 81, 81, 1);
    background-color: #ffffff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

section {
    margin-top: 75px;
    margin-bottom: 75px;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

header {
    /*margin-bottom: 140px;*/
}

.btn-info {
    background-color: #3FBDC5;
}

.btn-info:hover {
    background-color: #2f898f;
}

.btn-warning {
    background-color: #FF9901;
}

.btn-warning:hover {
    background-color: #e08500;
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

nav .dropdown-language {
    border: 1px solid #3FBDC5;
}

.dropdown-menu {
    min-width: -webkit-fill-available;
}

.btn-callback {
    background-color: #3FBDC5;
}

.btn-callback:hover {
    border: 1px solid #3FBDC5;
    background-color: rgb(68, 208, 217);
}

.main-background .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.main-background .carousel-inner {
    border-radius: 50px;
    min-height: 350px;
    max-height: 50vh;
    height: 100%;
}

.main-background .carousel-inner > .carousel-item {
    position: initial;
    background-size: cover;
    min-height: inherit;
    background-position: center center;
    width: 100%;
}

.main-background .carousel-inner > .carousel-item > img {
    object-fit: contain;
}


.main-background .carousel-inner .pricing-item {
    max-height: 80px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 360px;
    margin-bottom: 20px;
}

.main-background .carousel-inner .pricing-item div {
    border-right: 1px solid #515151;
    width: -webkit-fill-available;
}

.main-background .carousel-inner .pricing-item div:last-child {
    border-right: none;
}

.about .about-company {
    max-width: 420px;
}

.about .pallets-images {
    max-width: 50%;
}

@media screen and (max-width: 968px) {
    .about .about-company {
        max-width: 100%;
    }

    .about .pallets-images {
        max-width: 100%;
    }
}

.about .benefits .item {
    color: white;
    background-color: #515151;
    border-radius: 10px;
    max-width: 48%;
    flex-basis: 50%;
}

.about-production .carousel-item {
    background-color: #ffffff;
}

.about-production .carousel-item .left-block {
    flex-basis: 50%;
}

.about-production .carousel-item .right-block {
    flex-basis: 50%;
}

.about-production .btn-navigation {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    margin-top: 10px
}

.about-production .btn-navigation:nth-child(even) {
    margin-left: 5px
}

.btn-same {
    min-width: 200px;
}

.qa .accordion-item .accordion-header {
    border-left: 2px solid #3FBDC5;
    border-radius: 0;
}

.qa .accordion-item {
    margin-top: 20px;
    border: none;
    border-radius: 0;
}

.qa .accordion-button:not(.collapsed) {
    border: none;
    color: black;
    background-color: rgba(63, 189, 197, 0.2);
}

.qa .accordion-button.collapsed {
    border: none;
}

.qa .accordion-item .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
}

.bg-dark {
    background-color: #515151 !important;
}

.contacts {
    border-radius: 5px;
}

.contacts .left-block {
    border-radius: 5px;
    flex-basis: 50%;
}

.contacts .right-block {
    border-radius: 5px;
    flex-basis: 50%;
}

.contacts .contact-item {
    margin-top: 10px;
}

.contacts .feedback-row .form-control {
    color: white;
    padding: 0.175rem 0.35rem;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    transition: all .2s;
}

.contacts .feedback-row .form-control:focus {
    padding: 0.175rem 0.35rem;
    box-shadow: none;
}

footer .socials a {
    margin-left: 10px;
}

/* Calculator */
.calc-block {
    padding: 20px;
    flex-wrap: wrap;
}

.calc-block .left-block {
    flex-basis: 50%;
}

.calc-block .right-block {
    flex-basis: 50%;
}

/* Calculator END */
footer .logo,
footer .sitemap,
footer .addinfo,
footer .socials {
    width: auto;
    flex-basis: auto;
}

@media screen and (max-width: 956px) {
    footer .logo,
    footer .socials {
        width: 100% !important;
        flex-basis: 100%;
    }

    footer .sitemap,
    footer .addinfo {
        flex-basis: 47%;
    }
}

.pallets-images {
    overflow: hidden;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.pallets-images > img {
    width: 100%;
    max-height: 317px;
    object-fit: cover;
}

.pallets-images .bottom-images img {
    width: calc(100% / 2 - (1rem / 2));
}


@media screen and (max-width: 576px) {
    #pricingCarousel .carousel-caption {
        left: 10px;
        right: 10px;
    }
}
