.s-compare {
    padding: 50px 0 80px;
}

.compare-item {
    display: flex;
    flex-wrap: wrap;
}

.compare-item .left {
    width: 250px;
    min-width: 250px;
    padding: 11px 15px 11px 0;
}

.compare-item .right {
    padding-top: 13px;
    width: calc(100% - 250px);
    border-bottom: 1px solid #ECECEC;
}

.compare-item.compare-top .right {
    border-bottom: none;
    padding-top: 0;
}

.compare-count {
    color: #7a7a7a;
    font-size: 17px;
    line-height: 30px;
    display: block;
}

.sm-title {
    color: #0B71C3;
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    padding-bottom: 0;
}

.sm-title.compare-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.compare-products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.compare-products .compare-product {
    width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.compare-products .compare-product .img-wrap {
    position: relative;
    display: flex;
    padding-top: 150%;
    width: 100%;
}

.compare-products .compare-product .img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.compare-products .compare-product .close {
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 1;
    display: flex;
    cursor: pointer;
    opacity: 0.5;
}

.compare-products .compare-product.add-product {
    border: 1px dashed #0B71C3;
    cursor: pointer;
    transition: 0.3s;
    padding: 40px 0;
}

.compare-products .compare-product.add-product:hover {
    opacity: 0.5;
}

.compare-products .compare-product.add-product .icon {
    display: flex;
    min-width: 40px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10em;
    border: 3px solid #0B71C3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.compare-products .compare-product.add-product span {
    color: #0b71c3;
    font-size: 17px;
    line-height: 20px;
    display: block;
}


.cmp-right {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.cmp-right .right-item {
    width: calc(25% - 30px);
    margin: 0 15px 13px;
    font-size: 17px;
    line-height: 30px;
    color: #7A7A7A;
}

.cmp-right .right-item.icon {
    display: flex;
    align-items: center;
}

.s-main-descr {
    color: #7a7a7a;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.video-placeholder {
    position: relative;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}

.video-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 38.83%)
}

.video-placeholder img {
    width: 100%;
    border-radius: 4px;
}

.video-placeholder .icon-play {
    position: absolute;
    display: flex;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.robot-page .container {
    display: flex;
    justify-content: space-between;
}

.robot-page .container .left {
    width: calc(100% - 279px);
}

.robot-page .container .right {
    width: 241px;
    min-width: 241px;
}

.rb-top-title {
    padding-right: 279px;
}

.robot-page {
    padding-top: 30px;
}

.robot-sidebar .pd-item .img-wrap {
    display: flex;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.robot-sidebar .add-to-cart {
    margin: 0 auto;
}

.btn.btn-orange {
    background: #FF5F00!important;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04),
    0px 0px 2px rgba(255, 95, 0, 0.12),
    0px 4px 8px rgba(255, 95, 0, 0.18) !important;
    border-radius: 35px !important;
    color: #ffffff !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding-left: 34px !important;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
}

.btn.btn-orange:hover {
    opacity: 0.8!important;
}

.btn.btn-orange .icon {
    display: flex;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.add-to-cart {
    max-width: 206px !important;
    width: 100% !important;
}

.robot-sidebar .cards-img {
    justify-content: center;
    margin-top: 10px;
    display: flex;
    margin-bottom: 30px;
}

.robot-sidebar .img-mark {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}

.rb-sb-list li {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 7px 15px;
    color: #0b71c3;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    max-width: 206px;
    margin: 0 auto 10px;
}

.robot-details {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 20px;
}

.robot-details .left-info {
    margin-right: 30px;
}

.robot-details .price {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    color: #353535;
    font-weight: 400;
    margin-bottom: 15px;
}

.robot-details .price .old {
    position: relative;
    color: #a5a5a5;
    font-weight: 700;
    margin-right: 10px;
    margin-left: 5px;
}

.robot-details .price .old::before {
    content: "";
    position: absolute;
    background-color: #EB001B;
    border-radius: 21px;
    width: 100%;
    top: 50%;
    margin-top: -1.5px;
    height: 3px;
    left: 0;
}

.robot-details .price .new {
    font-weight: 700;
}

.robot-details .price-details {
    color: #0b71c3;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 15px;
}

.robot-details .rb-info-about {
    color: #0b71c3;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
}

.robot-details .rb-rebate {
    color: #7a7a7a;
    font-size: 17px;
    line-height: 30px;
}

.robot-details .right-info {
    max-width: 320px;
    width: 100%;
}

.btn-sm-panel {
    display: flex;
    align-items: center;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 15px 0;
}

.btn-sm-panel .btn {
    margin-right: 10px;
}

.payment-type-items {
    display: flex;
    align-items: center;
}

.payment-type-items .img-wrap {
    display: flex;
    margin-right: 8px;
}

.payment-type-items .img-wrap:nth-child(2) {
    margin-right: 20px;
}

.btn-sm-panel  .btn-demo {
    max-width: 206px;
    width: 100%;
}

.robot-text-about {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #E4E4E4;
}

.robot-text-about h4 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    margin-bottom: 15px;
    color: #353535;
}

.robot-text-about .btn-wrap {
    margin-top: 20px;
}

.robot-text-about .hidden {
    display: none;
}

.robot-text-about.active .hidden {
    display: block;
}

.robot-text-about.active .view_more .icon {
    transform: rotate(-90deg);
}