.main-banner {
    position: relative;
}

.video-btn {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-btn .btn-start {
    opacity: 0.5;
    color: white;
    font-size: 100px;
    margin: auto;
    border-radius: 50%;
    padding: 0px 20px;
    background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
    .mob-hide {
        display: none;
    }
}

.main-banner > div {
    margin: 0 0px;
}

.main-banner .main-banner-slide {
    margin: 0px;
}

.banner-part {
    position: relative;
}

.banner-part > img {
    width: 100%;
}

.banner-part > div {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-part .btn-show-collection-place {
    /* margin: auto; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 55%;
    text-align: center;
}

.banner-part .btn-show-collection {
    padding: 19px 40px;
    background: white;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid grey;
    font-size: 12px;
}

.banner-part .btn-show-collection-place label {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
}

.info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff !important;
}

.products-section.type-img .info {
    width: 100%;
}

.precent-red {
    padding: 0px 3px;
    border-radius: 5px;
    background: red;
    color: white;
    position: relative;
    top: -22px;
    left: 5px;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: -3px;
    color: grey;
    font-size: 30px;
    cursor: pointer;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300000;
    display: flex;
}

.modal-form {
    background: white;
    padding: 30px;
    display: table;
    margin: auto;
    margin-top: 50px;
    position: relative;
}

input {
    padding: 5px;
    border: 1px solid grey;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

#form-kupon {
    width: 300px;
}

.desc-flex {
    display: block;
}