
.lock-row .img-fluid {
    max-width: 40px;
    height: auto;
}

.price .current {
    font-size: 26px;
    font-weight: 600;
}

.price .discount {
    font-size: 20px;
    color: #ababab;
    position: relative;
}

.price .discount::before {
    content: "";
    background: #e90e19;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    transform: rotate(-5deg);
    width: 100%;
}

.price .percents {
    font-size: 12px;
    background: #ea0e18;
    color: #fff;
    font-weight: 500;
    padding: 1px 6px;
    border-radius: 20px;
    user-select: none;
}

.info-card {
    background: #fff;
    padding: 5px 15px;
    min-width: 140px;
    box-shadow: 0 2px 3px rgb(18 17 36 / 4%), 0 4px 16px rgb(18 17 36 / 8%);
    border-radius: 5px;
}

.material-wrap img {
    height: auto;
    width: 49px;
    border-radius: 5px;
}

.material-advanced {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d02129;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    font-size: 13px;
    flex-shrink: 0;
}

.other-photos .img-fluid {
    max-width: none;
    height: auto;
    width: 100%;
}

.img-fluid {
    margin: 0 auto;

}


.product-wrap .product img {
    height: 265px;
    width: auto;
}

.product-wrap .product .panel {
    bottom: -100px;
    justify-content: center;
}

.photos-wrap {
    width: 33%
}

.photos-wrap .img-wrap {
    display: block;
    text-align: center;
}

.other-photos {
    margin: 20px auto;
    width: 50%;
}

.price  .cashback {
    justify-content: start;
}

.action-byte {
    max-width: 50%;
}

.action-byte {
   padding-top: 15px;
}

.action-byte .desc {
    font-size: 18px;
    font-weight: 600;
}

.action-byte .value .price .current {
    color: #d02129;
}

.action-byte .value {
    margin-bottom: 20px;
}

#action-byte-form {
    border: 2px solid #DE2323;
    border-radius: 5px;
}

#action-byte-form .content {
    margin: 0 auto 30px;
}

#action-byte-form .content > * {
    text-align: center;
}

#action-byte-form .form-group .d-flex {
    justify-content: center;
    text-align: center;

}

#action-byte-form .content > .title {
    font-size: 32px;
    color: #bbb;
    margin-top: 10px;
    line-height: 20px;
    text-transform: uppercase;
}

#action-byte-form .content > .counter_block__small {
    font-size: 16px;
    display: block;
    margin-top: 5px;
}

#action-byte-form .content > .counter_action_text::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 51%;
    transform: translate(-50%,0);
    background: url(../img/red_plug.png)50% no-repeat;
    width: 259px;
    height: 40px;
}

#action-byte-form .content > .counter_action_text {
    font-size: 17px;
    color: #fff;
    margin: 17px auto 0;
    font-weight: 600;
    width: 340px;
    line-height: 130%;
    position: relative;
    height: 102px;
        margin-top: -40px;
        margin-bottom: -15px;
}

#action-byte-form  .form-control {
    height: calc(1.5em + .75rem + 20px);
    padding: .4rem .8rem;
}

#action-byte-form  .agree {
    text-align: center;
}

.price .lock .text {
    max-width: 150px;
}

#home-request-services-calc h3 {
    color: #333;
    text-align: center;
}

#home-request-services-calc .form-group label {
    color: #333;
}


@media (max-width: 599px) {
#action-byte-form .content > .title {
    font-size: 32px;
    color: #000;
    margin-top: 10px;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: -30px;
}

#main-banner .slide-wrap .slide {

    margin-left: -10px;
}


}


.gui-shadow {
    box-shadow: 7px -20px 20px rgb(18 17 36 / 0%), inset 0px -7px 20px 1px rgb(64 64 66 / 0%);
border: 1px ;
    border-radius: 5px;
}