/**Первый блок баннер**/

#top-banner{
    background: url("/upload/pics/markirovka/software/top-banner.png") no-repeat center top #f4f4f4;
    height: 400px;
    margin-top: -20px;
}

#top-banner .margin-for-side-menu-block{
    padding-top: 5px;
}

.action-block{
    margin-top: 30px;
}

#main-page-content .ci-filled-button{
    padding-left: 50px;
    padding-right: 50px;
}

h2.ci-headers{
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 30px;
}


/**Второй блок**/

.ci-list{
    line-height: 30px;
}

.ci-list-element li{
    color: #109992;
}

h2.ci-headers-center-big{
    font-size: 36px;
    font-weight: 750;
    text-align: center;
    line-height: 30px;
    margin: 40px;
}

h2.ci-headers-center{
    text-align: center;
    margin: 30px;
}

.software-feature{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.software-features{
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 30px;
}

.software-features__image{
    width: 46px;
    height: 43px;
}

#feature-skaner{
    background: url("/upload/pics/markirovka/software/skaner.png") no-repeat top center;
}

#feature-kassa{
    background: url("/upload/pics/markirovka/software/kassa.png") no-repeat top center;
}

#feature-printer{
    background: url("/upload/pics/markirovka/software/printer.png") no-repeat top center;
}

.horizontal-line{
    margin: 30px 0;
    border-top-color: #f4f4f4;
}


/**контейнеры с описанием оборудования**/

.software-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    box-shadow: 0 5px 15px 5px  #d0d0d0;
    border-radius: 25px;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 20px;
}

.software-container-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.software-container-item-price{
    color: #109992;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.software-container-item-text{
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding-bottom: 15px;
}

.software2-features__image{
    width: 277px;
    height: 206px;
}

#software-kassa2{
    background: url("/upload/pics/markirovka/software/kassa2.png") no-repeat top center;
}

#software-skaner2{
    background: url("/upload/pics/markirovka/software/skaner2.png") no-repeat top center;
}

#software-printer2{
    background: url("/upload/pics/markirovka/software/printer2.png") no-repeat top center;
}


/**блок почему выбирают нас**/

.opportunities-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    border-radius: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
}

.opportunities-container-item{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.opportunities-container-item-text{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.opportunities-container-item-description{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding-top: 70px;
}

.opportunities__image{
    width: 100%;
    height: 179px;
}

#opportunities-guarantee{
    background: url("/upload/pics/markirovka/software/guarantee.png") no-repeat top center;
}

#opportunities-delivery{
    background: url("/upload/pics/markirovka/software/delivery.png") no-repeat top center;
}

#opportunities-support{
    background: url("/upload/pics/markirovka/software/support.png") no-repeat top center;
}

#opportunities-bottom-1{
    background: url("/upload/pics/markirovka/software/shadow-bottom-1.png") no-repeat;
    width: 318px;
    height: 189px;

}

#opportunities-bottom-2{
    background: url("/upload/pics/markirovka/software/shadow-bottom-2.png") no-repeat;
    width: 318px;
    height: 189px;

}

#opportunities-bottom-3{
    background: url("/upload/pics/markirovka/software/shadow-bottom-3.png") no-repeat;
    width: 318px;
    height: 189px;

}


/**Нижние кнопки**/

.bottom-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.bottom-container-item{
    width: 20%;
    height: 127px;
    box-shadow: 0 5px 15px 5px  #d0d0d0;
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    align-content: center;
    cursor: pointer;
}

.bottom-container-item:hover {
    box-shadow: 0 5px 15px 5px #c2e5e3;
    text-decoration: none !important;
    text-decoration-color: #109992;
}

.bottom-container-description a{
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-decoration: none !important;
    color: #444444;
}

.bottom-container-item:hover a{
    text-decoration: none !important;
    color: #109992;
}
