/* html {
    scroll-behavior: smooth;
} */

body {
    scroll-behavior: smooth;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
}

:root {
    --blue:#3E72F5;

    --gradient:linear-gradient(45deg, #1d68f1, #3E72F5);

    --box-shadow:0 0 10px var(--blue);
}

a:hover, .feed_button:hover {
    transition: transform 100ms;
    transform: scale(1.05);
}

.wrapper {
    max-width: 1400px;
    margin: 0 auto;

}

.block-title {
    color: #051c58 ;
    text-align: center;
    margin: 0px auto 50px;
}

.list-title {
    margin-bottom: 10px !important;
    font-weight: bold;
}

.list {
    margin-left: 20px;
}

.list li:not(:last-child) {
    margin-bottom: 5px;
}

.nested-list {
    margin: 5px 0px 0 20px !important;
}

.block-margin {
    margin-top: 100px;
}

.main {
    margin: 50px 0;
}

.products-content p:not(:last-child), .products-content ul {
    margin-bottom: 1.5em;
}




.header-contacts {
    background: var(--blue);
}

.header-contacts__content {
    display: flex;
    color: white;
    padding: 5px 0;
}

.header-contacts__content a{
    display: flex;
    align-items: center;
}

.header-contacts__content a:not(:last-child){
    margin-right: 30px;
}

.header-contacts__content a img{
    height: 25px;
    width: auto;
    margin-right: 5px;
}


.header__nav {
    margin: 30px auto 0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 15px;
}

.nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: block;
}

.logo img {
    display: block;
    height: 30px;
}

.nav__burger-btn {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    z-index: 20;
}

.nav__burger-btn span {
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: black;
    border-radius: 3px;
    transition: transform .2s, opacity .2s, background-color .2s;
    left: 0;
}

.nav__burger-btn span:nth-child(1) {
    transform: translateY(-10px);
}

.nav__burger-btn span:nth-child(3) {
    transform: translateY(10px);
}

.header__nav.open .nav__burger-btn span:nth-child(1) {
    transform: translateY(0) rotate(45deg);
}

.header__nav.open .nav__burger-btn span:nth-child(2) {
    opacity: 0;
}

.header__nav.open .nav__burger-btn span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.header__nav.open .body {
    position: fixed;
}

.menu__list {
    display: flex;
    align-items: center;
    list-style-type: none;
}

.menu__list .menu__item:not(:last-child){
    margin-right: 20px;
}

.menu__item:hover, .menu__link:hover {
    transform: scale(1.05);
    color: var(--blue);
}

.menu-contacts {
    display: none;
}

.hidden {
    display: none
}

.header__nav.open .nav-content {
    justify-content: space-between;
}






.intro__content {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/1737309935943.jpg');
    background-size: cover; /* Масштабируем картинку по размеру экрана */
  background-position: center; /* Центрируем картинку */
  background-repeat: no-repeat; /* Отключаем повторение */
    border-radius: 15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    max-width: fit-content;
    color: white;
    padding: 25px;
    min-height: 200px;
    gap: 30px;
}

.intro-text span{
    font-size: 18px;
}

.intro-calc{
    display: flex;
    flex-direction: column;
    background: var(--gradient);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    gap: 20px;
}

.intro-calc a{
    background: #fff;
    color: #000;
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 10px;
}



.about-us-mini {
    background-color: #ffffff;
    padding: 50px 0;
}

.about-us-mini__content {
    text-align: center;
}

.about-us-mini__content p {
    width: 80%;
    margin: 0 auto 50px;
    font-size: 18px;
}

.about-us-mini__content a{
    display: inline-block;
    border-radius: 15px;
    color: white;
    padding: 20px 30px;
    background: var(--gradient);
    box-shadow: var(--box-shadow);
}




.partners-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-logo img{
    height: 120px;
    width: auto;
}

.partners-logo img:first-child{
    margin-right: 50px;
}



.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.products-grid__item {
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.products-grid__item h3{
    margin-bottom: 30px;
}

.products-grid__item a{
    display: inline-block;
    border-radius: 15px;
    color: white;
    padding: 10px 20px;
    background: var(--gradient);
    box-shadow: var(--box-shadow);
    width: max-content;
}


.benefits__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.benefits-block {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    position: relative;
}

.benefits-block p{
    text-indent: 30px;
}

.benefits-block span{
    position: absolute;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 500;
    background: var(--gradient);
    box-shadow: var(--box-shadow);
    color: white;
    min-width: 50px;
    width: 50px;
    margin-bottom: 20px;
    height: 50px;
    border-radius: 50%;
}





@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
      transform: translateX(calc((-250px - 50px) * 5));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
      transform: translateX(calc((-250px - 50px) * 5));
    }
}

.slider {
    background: white;
    /* height: 100px; */
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider .slide-track {
    -webkit-animation: scroll 6s linear infinite;
            animation: scroll 6s linear infinite;
    display: flex;
    align-items: center;
    gap: 50px;
     width: calc((250px + 50px) * 15);

}
.slider .slide {
  /* height: 100px; */
    padding: 50px 0 ;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide img{
    height: auto;
    width: 100%;
}








.form__content, .calculator__content {
    width: 90% !important;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    max-width: 900px;
}

.feed_input {
    border: 1px solid var(--blue);
    margin: 0 auto 30px auto;
    width: 100%;
    height: 50px;
    border-radius: 15px;
    padding: 0px 0px 0px 10px;
    font-size: 18px;
}

.feed_text {
    border: 1px solid var(--blue);
    margin: 0 auto;
    border-radius: 15px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    min-height: 150px;
    height: 150px;
    padding: 10px;
    font-size: 18px;
}

.feed_button, #calculateButton {
    display: block;
    border-radius: 15px;
    color: white;
    padding: 20px 30px;
    background: var(--gradient);
    box-shadow: var(--box-shadow);
    border: none;
    margin: 30px auto 0;
    font-size: 16px;
    cursor: pointer;
}

.recaptcha-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.text-danger {
    color: red;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}




.footer {
    background: var(--gradient);
    padding: 30px 0;
    color: white;
    font-size: 18px;
    text-align: center;
}

.footer__content p:first-child{
    margin-bottom: 10px;
}




















/* -----------------pages----------------- */


.about-us__content p:not(:last-child){
    margin-bottom: 1em;
}





.support-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.support-grid__item {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
}

.support-grid__item p {
    margin: 20px 0 30px;
}

.support-grid__item_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.support-grid__item_flex a{
    display: flex;
    align-items: center;
    border-radius: 15px;
    color: white;
    padding: 10px 20px;
    background: var(--gradient);
    box-shadow: var(--box-shadow);
    width: max-content;
}

.support-grid__item_flex a img{
    height: 1em;
    margin-right: 10px;
}







.table {
    /* overflow-x: scroll; */
    width: 100%;
}

.table .table-row{
    margin-top: 15px;
}

.table-title {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(70px, 85px) minmax(70px, 85px) minmax(70px, 85px);
    gap: 0px 10px;
}

.table-title h3{
    border-radius: 15px;
    color: white;
    padding: 10px;
    background: var(--blue);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-row__number {
    margin-top: 30px !important;
}

.table-number {
    text-align: center;
}

.table-row {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(70px, 85px) minmax(70px, 85px) minmax(70px, 85px);
    gap: 0px 15px;
    gap: 10px;
    padding: 20px 0;
    border-radius: 15px;
    background-color: #fff;
    width: 100%;
}

.table-row p:not(.table-number) {
    padding-left: 20px;
}




.contacts__block{
    padding: 20px;
    border-radius: 15px;
    background-color: white;
    max-width: max-content;
    /* width: max-content; */
    margin: 0 auto;
    
}

.contacts__block h2{
    margin-bottom: 10px;
    font-size: 23px;
    color: #3E72F5;
}

.contacts__block a{
    font-size: inherit;
    font-weight: inherit;
}

.contacts__block h3{
    font-size: 16px;
    font-weight: 400;
}

.contacts__block h3:not(:last-child){
    margin-bottom: 30px;
}

.contacts__block h3 ul{
    list-style: none;
    line-height: 20px;
}

.contacts__block h3 ul li{
    line-height: 25px;
}

.footer__contacts {
    position: absolute;
    width: 100%;
    bottom: 0;
}






.products-content img {
    display: block;
    width: 40%;
    margin: 0 auto 1.5em;
    border-radius: 15px;
}

.Automatic-label-applicator-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.Automatic-label-applicator-flex img {
    height: 350px !important;
    width: auto !important;
    margin: 0 0 1.5em;
}


#calculatorForm, .aggregationQuestions {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#calculatorForm .question label {
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

#calculatorForm .question input[type="radio"] {
    margin-right: 10px;
}

#calculatorForm .question input[type="range"] {
    width: 100%;
}

#calculatorForm .question span#prodValue {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

.calculator__content-table h3{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.calculator__content-table table{
    text-align: left;
    border-collapse: collapse;
}

.calculator__content-table thead {
    background: var(--gradient);
    color: #ffffff;
    border-radius: 10px;
}

.calculator__content-table tbody tr{
    border-bottom: 1px solid #ededed;
}

.calculator__content-table th, .calculator__content-table td{
    padding: 15px;
}

.calculator__content-table tfoot {
    text-align: right;

}

.calculator__content-table tfoot #totalCost{
    text-align: left;
}

.ofert-text {
    color: #c9c9c9;
    margin-top:30px;
    text-align: center;
}

.calcHidden {
    display: none;
}



html, body{
    height: 100%;
}

.main-wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 1 auto;
}








.swiper-slide {
    display: flex;
    justify-content: center;
}

.swiper-pagination {
    bottom: -30px !important;
}