.noskroll {overflow-y: scroll !important}
.overlay__section--sale {position: fixed; z-index: 9998; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.5); width: 100vw; height: 100vh; max-width: 100%; overflow: hidden; display: flex; align-items:center; justify-content: center;}
.section__modal--close {position: absolute; z-index: 99; top: 15px; right: 15px; color: #778899; width: 30px; height: 30px; display: flex; align-items:center; justify-content: center; font-size: 24px; cursor: pointer;}
.section__modal--sale {width: calc(100% - 30px); max-width: 620px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 10px; min-height: 320px; position: relative; overflow: hidden;  max-height: 100vh;}

.section__modal--content {display: block; text-align: center; padding: 30px; overflow-y: auto; max-height: 320px; scrollbar-width: thin; scrollbar-color: #000 #eee;}

.section__modal--content::-webkit-scrollbar {width: 4px;}
.section__modal--content::-webkit-scrollbar-track {background: #eee}
.section__modal--content::-webkit-scrollbar-thumb {background-color: #000; border-radius: 2px; border: 0;}

.section__modal--title {font-size: 18px; font-weight: bold; margin-bottom: 17px; line-height: 24px;}
.section__modal--content button {box-shadow: none; border: 0; outline: 0; background: #000; color: #fff;min-width: 217px; height: 40px; display: flex; align-items:center; justify-content: center; margin:  17px auto 0px auto;  font-weight: bold;}
.section__modal--image {width: 47%; height: 100%; display: block; min-height: 320px;  max-height: 100vh;}
.section__modal--content-image {width: 53%; max-width: 53%;}

.section__modal--season {max-width: 800px; min-height: 420px; max-height: 100vh;}
.section__modal--season .section__modal--image {min-height: 420px;  max-height: 100vh;}
.section__modal--season .section__modal--content {max-height: 420px;}

.invisible {display: none;}
.invisible__forever {display: none !important;}

@media (max-width: 769px) {
.modal--image {display: none;}
.section__modal--content-image {width: 100%; max-width: 100%;}
}

 