.of-main-actions {
    position: relative;
    background-image: url('images/bk.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 130px 0px 150px;
}

.of-main-actions .container {
    position: relative;
}

.of-main-actions .info {
    position: relative;
    margin-bottom: 135px;
}

.of-main-actions .title {
    font-family: 'Stolzl';
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.of-main-actions .desc {
    font-family: 'Stolzl';
    font-weight: 500;
    font-size: 50px;
    color: #fff;
    line-height: 1.1;
}

.of-main-actions .price {
    display: inline-block;
   
    padding: 10px 20px 10px 30px;


    background: #A3D800;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    transform: rotate(-1deg);

    font-family: "Montserrat";
    font-weight: 600;
    font-size: 55px;
    line-height: 1;

    color: #FFFFFF;

    position: absolute;
    bottom: -30px;
    left: 80px;
}

.of-main-actions .price sup {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 16px;
    font-size: 1;
}

.of-main-actions .btn {
  
    align-items: center;
    padding: 23px 32px;

    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
    min-width: 300px;
    text-align: center;
}

.of-main-actions .notice {
    position: absolute;
    bottom: -100px;
    color: #FFFFFF;
    font-size: 16px;
}

.of-main-actions .slides {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-150px);
}

.of-main-actions .slides .slide {
    padding: 15px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
}

.of-main-actions .slides .slide .photo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
}

.of-main-actions .slides .slide-1 {
    position: absolute;
    top: 180px;
    left: 0px;
    transform: rotate(-10deg);
}

.of-main-actions .slides .slide-1 .photo{
    width: 280px;
    height: 360px;
    background-image: url('images/1.jpg');
}

.of-main-actions .slides .slide-2 {
    position: absolute;
    top: 20px;
    left: 230px;
    transform: rotate(2deg);
}

.of-main-actions .slides .slide-2 .photo{
    width: 346px;
    height: 444px;
    background-image: url('images/2.jpg');
}

.of-main-actions .slides .slide-3 {
    position: absolute;
    top: 300px;
    left: 500px;
    transform: rotate(15deg);
}

.of-main-actions .slides .slide-3 .photo{
    width: 287px;
    height: 231px;
    background-image: url('images/3.jpg');
}

.of-main-actions .checks {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-150px);
}

.of-main-actions .checks .check {
    position: absolute;
    display: flex;
    padding: 15px 25px;
    column-gap: 20px;
    align-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.80);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    line-height: 1.2;
    font-size: 18px;

    color: var(--dark-green, #21582C);
}

.of-main-actions .checks .check-1 {
    top: 60px;
    left: 100px;
    transform: rotate(-4.737deg);
}

.of-main-actions .checks .check-2 {
    top: 200px;
    left: 550px; 
    transform: rotate(8.721deg);
    width: 265px;
}

.of-main-actions .checks .check-3 {
    top: 520px;
    left: 250px; 
    transform: rotate(-1.905deg);
    width: 325px;
}

@media (min-width: 992px) and (max-width: 1199px) {

    .of-main-actions .info {
        margin-bottom: 100px;
    }
    .of-main-actions .title {
        font-size: 60px;
    }

    .of-main-actions .desc {
        font-size: 30px;
    }

    .of-main-actions .price {
        font-size: 35px;
        bottom: -30px;
        left: 50px;
    }

    .of-main-actions .slides {
        transform: translateX(-70px);
    }

    .of-main-actions .slides .slide-1 {
        top: 150px;
    }
    .of-main-actions .slides .slide-1 .photo{
        width: 200px;
        height: 257px;
    }
    .of-main-actions .slides .slide-2 {
        left: 150px;
    }
    .of-main-actions .slides .slide-2 .photo{
        width: 260px;
        height: 334px;
    }
    .of-main-actions .slides .slide-3 {
        top: 250px;
        left: 300px;
    }
    .of-main-actions .slides .slide-3 .photo{
        width: 200px;
        height: 161px;
    }


    .of-main-actions .checks {
        top: -90px;
    }

    .of-main-actions .checks .check {
        padding: 12px 20px;
        column-gap: 15px;
        font-size: 16px;
    }

    .of-main-actions .checks .check svg {
        width: 30px;
        height: auto;
    }

    .of-main-actions .checks .check-1 {
        left: 160px;
    }

    .of-main-actions .checks .check-2 {
        top: 200px;
        left: 420px; 
        width: 225px;
    }

    .of-main-actions .checks .check-3 {
        top: 420px;
        left: 250px; 
        width: 280px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .of-main-actions {
        padding: 90px 0px 120px;
    }

    .of-main-actions .info {
        margin-bottom: 70px;
    }
    .of-main-actions .title {
        font-size: 40px;
    }

    .of-main-actions .desc {
        font-size: 20px;
    }

    .of-main-actions .price {
        font-size: 20px;
        bottom: -20px;
        left: 30px;
        padding: 10px 20px;
    }

    
    .of-main-actions .price sup {
        top: 12px;
        right: 12px;
        font-size: 10px;
    }

    .of-main-actions .btn {
        padding: 15px 20px;
        min-width: 200px;
        font-size: 16px;
    }

    
    .of-main-actions .notice {
        bottom: -70px;
        font-size: 12px;
    }

    .of-main-actions .slides {
        top: -50px;
        transform: translateX(-90px);
    }

    .of-main-actions .slides .slide {
        padding: 10px;
    }

    .of-main-actions .slides .slide-1 {
        top: 110px;
    }
    .of-main-actions .slides .slide-1 .photo{
        width: 150px;
        height: 193px;
    }
    .of-main-actions .slides .slide-2 {
        left: 110px;
    }
    .of-main-actions .slides .slide-2 .photo{
        width: 200px;
        height: 257px;
    }
    .of-main-actions .slides .slide-3 {
        top: 200px;
        left: 250px;
    }
    .of-main-actions .slides .slide-3 .photo{
        width: 150px;
        height: 121px;
    }


    .of-main-actions .checks {
        top: -90px;
    }

    .of-main-actions .checks .check {
        padding: 8px 15px;
        column-gap: 10px;
        font-size: 14px;
    }

    .of-main-actions .checks .check svg {
        width: 20px;
        height: auto;
    }

    .of-main-actions .checks .check-1 {
        top: 100px;
        left: 130px;
    }

    .of-main-actions .checks .check-2 {
        top: 180px;
        left: 310px; 
        width: 180px;
    }

    .of-main-actions .checks .check-3 {
        top: 350px;
        left: 150px; 
        width: 230px;
    }
}


@media (max-width: 767px) {

    .of-main-actions {
        padding: 30px 0px 45px;
    }

    .of-main-actions .info {
        margin-bottom: 40px;
        text-align: center;
    }

     .of-main-actions .title {
        font-size: 40px;
        text-align: center;
    }

    .of-main-actions .desc {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }

    .of-main-actions .price {
        position: relative;
        top: 0px;
        left: 0px;
        font-size: 32px;
        padding: 10px 25px;
    }

    .of-main-actions .price sup {
        font-size: 10px;
        right: 15px;
    }

    .of-main-actions .btn {
        display: block;
        width: 260px;
        padding: 16px 32px;
        border-radius: 25px;
        background: rgba(255, 255, 255, 0.10);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
        font-size: 16px;
        margin: 0px auto;
        margin-bottom: 25px;
      
    }

    .of-main-actions .notice {
        position: static;
        text-align: center;
        font-size: 12px;
    }

    .of-main-actions .slides {
        position: static;
        transform: none;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        column-gap: 5px;
        margin: 0px -16px;
        padding: 0px 16px 25px;
    }

    .of-main-actions .slides::-webkit-scrollbar {
        display: none;
    }

    .of-main-actions .slides .slide {
        position: relative;
        top: 0px;
        left: 0px;
        width: 150px;
        height: 190px;
        padding: 5px;
        border-radius: 20px;
        transform: none;
        flex: 0 0 auto;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    }

    .of-main-actions .slides .slide .photo {
        border-radius: 15px;
        width: 100%;
        height: 0px;
        padding-top: 128%;
    }

    .of-main-actions .slides .slide-2 {
        width: 160px;
        height: 200px;
    }

    .of-main-actions .checks {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 20px;
        text-align: center;
        transform: none;
        margin-bottom: 35px;
    }

    .of-main-actions .checks .check {
        position: static;
        transform: none;
        background: none;
        display: block;
        box-shadow: none;
        font-size: 14px;
        color: #fff;
        width: auto;
        padding: 0px;
    }

    .of-main-actions .checks .check svg {
        width: 24px;
        height: auto;
    }

    .of-main-actions .checks .check svg path {
        stroke: #fff;
    }

    .of-main-actions .checks .check .text {
        margin-top: 10px;
    }

    
}