@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");

.LangSwitcher-module__currentLang {
    display: none;
    cursor: pointer;
    padding: 10px;
}

swiper-container {
  width: 100%;
  height: 100%;
  height: 200px;
  top: 15px;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.swiper-button-next svg, .swiper-button-prev svg {
    width: 50%;
    height: 50%;
    object-fit: contain;
    transform-origin: center center;
    color: #7c7c7c;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,20px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,5px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius,2px);
    background: #7c7c7c;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .1);
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0px;
    z-index: 1;
    display: block;
    border-radius: 5px;
}

body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: #161616;
    color: var(--font-color-800);
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-size: var(--default-font-size);
}
.Banner-module__img {
    display: none;
}

.Header-module__logo {
    font-size: 0px;
    text-transform: none;
    background: url(https://gspics.org/images/2025/07/17/Ih6BAO.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 45px;
    height: 35px;
}

.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.Header-module__wrapper {
    background-color: #1e1e1e;
  	margin-top: 35px;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 60px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 5px;
}
.HeaderNav-module__wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-left: 0px;
    text-transform: none;
    flex-wrap: wrap;
}
.NavDropDown-module__linkName {
    cursor: pointer;
    padding: 10px 5px 10px 10px;
    transition: all .1s ease;
    text-transform: none;
}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
	text-transform: none;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    gap: 5px;
    flex-direction: row-reverse;
    color: #fff;
    background: #292929;
}
.HeaderNav-module__link {
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
    color: #d2d2d2;
    background: #292929;
    border-radius: 5px;
}
.SupportLink-module__link {
    position: relative;
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
  	color: #d2d2d2;
    background: #292929;
    border-radius: 5px;
}
.NavDropDown-module__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  	color: #d2d2d2;
    background: #292929;
    border-radius: 5px;
  	padding-right: 5px;
}
.HeaderNav-module__link:hover {
	background: #333333;
  	color: #fff;
    transition: all .1s ease;
}
.SupportLink-module__link:hover {
	background: #333333;
  	color: #fff;
    transition: all .1s ease;
}
.NavDropDown-module__btn:hover {
	background: #333333;
  	color: #fff;
    transition: all .1s ease;
}
.Shop-module__wrapper {
    width: 855px;
    margin-bottom: 20px;
}
.Categories-module__categories {
    display: flex;
    width: 100%;
    margin: 0px;
    font-size: 13px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
}
.Categories-module__categories:after {
    background-image: linear-gradient(90deg, transparent 80%, transparent, #1c1c1c 100%);
    content: "";
    width: 100%;
    height: 62px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    pointer-events: none;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: #2e9f13;
    border: 1px solid #2e9f13;
    color: #fff;
}
.container {
    padding: 0 var(--safe-padding);
    margin: 0 auto;
}
body:after {
    background-image: url(https://gspics.org/images/2024/03/27/0NaxWJ.png);
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    pointer-events: none;
    opacity: .6;
}

.xbox__header {
        background-color: #1e1e1e;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: solid 1px #2b2b2b;
    border-left: solid 1px #2b2b2b;
    border-right: solid 1px #2b2b2b;
  	backdrop-filter: blur(10px);
}
.xbox__body {
    padding: 10px;
        background-color: #1e1e1e;
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 1px #2b2b2b;
    border-left: solid 1px #2b2b2b;
    border-right: solid 1px #2b2b2b;
  	backdrop-filter: blur(10px);
}

h4 {
    font-size: 17px;
    font-weight: 400;
}

.boxHeader {
        background-color: #1e1e1e;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: solid 1px #2b2b2b;
    border-left: solid 1px #2b2b2b;
    border-right: solid 1px #2b2b2b;
    backdrop-filter: blur(10px);
}
.boxBody{
    padding: 15px;
        background-color: #1e1e1e;
    border-radius: 0px 0px 0px 0px;
    border-left: solid 1px #2b2b2b;
    border-right: solid 1px #2b2b2b;
  	backdrop-filter: blur(10px);
}
.boxFooter {
    background: #1a1a1a;
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 1px #2b2b2b;
    border-left: solid 1px #2b2b2b;
    border-right: solid 1px #2b2b2b;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
 	border-radius: 5px;
 	transform: translateY(-3px);
}
.Categories-module__category {
    border-radius: 5px;
  	background-color: #292929;
  	color: #dfdfdf;
    border: #333333 solid 1px;
  	margin: 5px;
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: #373737;
    border-color: #494949;
    border-radius: 5px;
}
.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: #434343;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
    border-radius: 5px;
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: #207b09;
    border-color: #2ca30f;
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
        background-color: #1e1e1e;
    margin-top: 15px;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
        background-color: #1e1e1e;
    color: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Product-module__wrapper {
    position: relative;
    padding: 0px;
    cursor: pointer;
    border-radius: 1px;
    overflow: hidden;
    background: linear-gradient(313deg, #f54b4b17, #ffffff00, #5fff831c);
    /*border: solid 1px #2b2b2b;*/
  	transition: 0.3s;
}
.Product-module__wrapper:hover {
	transform: translateY(-5px);
  	transition: 0.3s;
  	box-shadow: 0px 3px 10px rgb(69 69 69);
}
.Product-module__name {
    z-index: 6;
    transition: all .2s ease;
    transform: none;
    width: 80%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Product-module__count {
    right: 12px;
    bottom: 10px;
    z-index: 10;
    transition: all .15s ease;
    background: #30a614;
    color: #fff;
    padding: 3px 5px 3px 5px;
    border-radius: 5px;
}
.Product-module__wrapper:hover .Product-module__count, .Product-module__wrapper:active .Product-module__count {
    opacity: 1;
}
.Product-module__price {
    top: 5px;
    left: 5px;
    background-color: rgb(255 255 255 / 0%);
    color: #fff;
    padding: 5px 7px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
    padding: 10px 10px;
    border-radius: 0 0 0 5px;
}
.productModalContainsItem {
    border-radius: 5px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border: solid 1px #3f3f3f;
}
.productModalDescription {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
    border-radius: 5px;
    border: dashed 1px #424242;
}
.RouletteContent-module__rouletteItem {
    border-radius: 5px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}

.Products-module__wrapper {
    margin-top: 15px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(150px,1fr));
    gap: 15px;
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 7px;
    overflow: hidden;
    background-color: #2f2f2f;
}
.MonitoringServer-module__progressBarAnim {
    font-size: 14px !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: .8;
    background: #37bf16;
    box-shadow: none;
    animation: none;
}

.social-box {
    text-align: center;
    display: grid;
    line-height: 2rem;
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}
.vkontakte {
  	background: #232323;
    border: 1px solid #313131;
    box-shadow: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.vkontakte:hover {
    /*background: #2887f3;*/
    box-shadow: 0 10px 20px 0 rgb(0 98 255 / 50%);
    border: 1px solid #2887f3;
    color: #fff;
    transition: 0.3s;
}
.telegram {
    background: #232323;
    border: 1px solid #313131;
    box-shadow: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.telegram:hover {
    /*background: #2da5e0;*/
    box-shadow: 0 10px 20px 0 rgb(0 161 255 / 50%);
    border: 1px solid #2ea4de;
    color: #fff;
    transition: 0.3s;
}
.youtube {
   	background: #232323;
    border: 1px solid #313131;
    box-shadow: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
    background-image: url(https://gspics.org/images/2025/07/22/IhRQ2y.png);
    background-size: cover;
    background-position: center;
}
.youtube:hover {
    /*background: #fb0000;*/
    box-shadow: 0 10px 20px 0 rgb(255 0 0 / 50%);
    border: 1px solid #fb0000;
    color: #fff;
    transition: 0.3s;
}

.socicon {
    vertical-align: sub;
    margin-right: 7px;
}

.info {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 10px;
}

.info-links {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
}

.info-links a {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}
.info-links a:hover {
    color: #ff2f54;
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}

@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.bonus {
    width: 50%;
    background: linear-gradient(90deg, #353535, #272727, #272727);
    color: #fff;
    border-radius: 0px 5px 5px 0px;
    position: relative;
    overflow: hidden;
}
::-webkit-scrollbar {
    height: 8px;
  	border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #505050;
    border-radius: 5px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #303030;
  	border-radius: 5px;
}

@media (max-width: 768px) {
	.Shop-module__wrapper {
    	width: 100%;
    	margin-bottom: 20px;
	}
	.Header-module__nav {
        display: none;
    }
  	.HeaderNav-module__wrapper {

    	align-items: stretch;
    	column-gap: 10px;
    	margin-left: 0px;
    	text-transform: none;
    	flex-wrap: wrap;
    	flex-direction: column;
    	align-content: stretch;
    	gap: 10px;
	}
  	.NavDropDown-module__wrapper {
    	display: flex;
    	position: relative;
    	flex-wrap: nowrap;
    	flex-direction: column;
    	justify-content: space-around;
	}
  	.PlayerMenuMobile-module__playerMenu {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
    	row-gap: 10px;
	}
}

.monitoring {
        background-color: #1e1e1e;
    border: solid 1px #2b2b2b;
    border-radius: 5px;
    width: 100%;
    height: 160px;
}

.monitoring-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	margin-left: 10px;
    margin-top: 5px;
}

.monitoring-image{
	background-image: url(https://gspics.org/images/2025/07/17/Ih6BAO.png);
  	background-position: center;
    background-size: contain;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
}

.monitoring-title{
    font-size: 14px;
    font-weight: 400;
}

.pulse-online {
    margin-top: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #45f138;
  	animation: animate_pulse 2s infinite;
}

.pulse-offline {
	margin-top:0px;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f13838;
  	animation: animate_pulse_off 2s infinite;
}

@keyframes animate_pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(69 241 56 / 60%);
	}
	70% {
		box-shadow: 0 0 0 7px rgba(228, 25, 49, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
	}
}

@keyframes animate_pulse_off {
	0% {
		box-shadow: 0 0 0 0 rgb(241 56 56 / 60%);
	}
	70% {
		box-shadow: 0 0 0 7px rgba(228, 25, 49, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
	}
}

.monitoring-online {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 10px;
}
.monitoring-users{
    background-image: url(https://gspics.org/images/2024/09/10/I0QKrL.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.monitoring-wipe {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 20px;
}

.monitoring-wimage{
    background-image: url(https://gspics.org/images/2024/09/10/I0QV6y.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.connect {
    margin-top: 18px;
    margin-left: 15px;
  	margin-right: 15px;
}

.copybtn {
    font-size: 13px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #282828;
    border: solid 1px #414141;
    color: #ffffff !important;
  	cursor: pointer;
    transition: 0.3s all;
}
.copybtn:hover {
    font-size: 13px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #414141;
    border: solid 1px #414141;
    color: #ffffff !important;
  	cursor: pointer;
}

#serveronline-red {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  	font-size: 13px;
}
#serveronline-green {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  	font-size: 13px;
}

.monitoring-info {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  	font-size: 13px;
}

.promo {
        background-color: #1e1e1e;
    border: solid 1px #2b2b2b;
    border-radius: 5px;
    width: 100%;
    height: 110px;
}
.promo-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    gap: 0.5rem;
    margin-left: 15px;
    margin-top: 5px;
}
.promo-title {
    font-size: 12px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
    color: #fff;
}
.promo-gift{
    background-image: url(https://i.imgur.com/0NkPFaC.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}
.promo-desc {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	margin-left: 5px;
}
.promo-info {
    padding: 0px 10px 5px 10px;
    font-size: 13px;
    color: #8d8d8d;
}
.promo-auth {
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    color: #555555;
    margin-left: 25px;
}
.copy-promo {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.copy-placeholder {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #282828;
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
}
.copy-placeholder:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    filter: blur(10px);
    background: linear-gradient(to left, transparent 0%, #fff 30%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: blick 4s infinite;
}

.discord {
        background-color: #1e1e1e;
    border: solid 1px #2b2b2b;
    border-radius: 5px;
    width: 100%;
    height: 190px;
}

.discord-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 5px;
}
.discord-image{
	background-image: url(https://i.imgur.com/0E0U989.png);
  	background-position: center;
    background-size: contain;
  	width: 20px;
    height: 20px;
  	background-repeat: no-repeat;
}

.discord-title{
    font-size: 17px;
    font-weight: 400;
}

.discord-desc {
  	margin-left: 15px;
    margin-top: 5px;
}

.discord_btn {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #445ded;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
  	box-shadow: none;
}

.discord_btn:hover {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    background: #3f51b1;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 10px 0px #253489;
}
.discord-connect {
    margin-top: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
}
.memberCount {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  	font-size: 13px;
}
.presenceCount {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  	font-size: 13px;
}








.container-oplata .tooltiptext1 {
background-color:rgba(0,0,0,0.5);
border-radius:6px;
color:#fff;
left:105%;
opacity:0;
padding:10px;
position:absolute;
text-align:center;
transition:opacity 220ms ease-out;
visibility:hidden;
width:170px;
z-index:1
}

.container-oplata .tooltiptext1::after {
border-color:transparent rgba(0,0,0,0.5) transparent transparent;
border-style:solid;
border-width:5px;
content:"";
margin-top:-5px;
position:absolute;
right:100%;
top:50%
}

.container-oplata:hover .tooltiptext1 {
opacity:1;
visibility:visible
}

.priv_discount {
background:#1b1b1b;
border-radius:0 10px 0 10px;
color:white;
cursor:help;
font-size:14px;
font-weight:400;
opacity:1;
padding:0 8px 0 10px;
position:absolute;
right:0;
top:0;
z-index:3
}

.priv_discount2 {
background:rgba(33,33,33,0.5);
border-radius:0 10px 0 10px;
color:white;
cursor:help;
font-size:14px;
font-weight:400;
opacity:1;
padding:0 8px 0 10px;
position:absolute;
right:0;
top:0;
z-index:3
}

.productModalDescription .container-oplata {
background:#333;
border-radius:12px;
cursor:pointer;
display:-webkit-inline-box;
height:50px;
margin-bottom:5px;
padding:5px;
right:-21110px;
text-align:initial;
transform:scale(1);
transition:all .2s ease-out;
width:100%
}

.productModalDescription .container-oplata {
display:flex
}

.productModalDescription .container-oplata:hover {
transform:scale(0.95)
}

.productModalDescription .container-oplata:last-child {
margin-bottom:0!important;
right:-11120px
}

.productModalDescription .icon-user-oplata {
-ms-flex:0 0 auto;
-webkit-box-flex:0;
border-radius:0;
flex:0 0 auto;
height:30px!important;
margin:5px;
margin-right:10px!important;
width:30px!important
}

.productModalDescription .textContainer-oplata {
-ms-flex:1;
-ms-flex-direction:column;
-ms-flex-pack:justify;
-webkit-box-direction:normal;
-webkit-box-flex:1;
-webkit-box-orient:vertical;
-webkit-box-pack:justify;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
flex:1;
flex-direction:column;
justify-content:space-evenly;
overflow:hidden
}

@media only screen and (max-width: 767px) {
.container-oplata .tooltiptext1 {
left:24%;
top:-160%
}

.container-oplata .tooltiptext1::after {
border-color:rgba(0,0,0,0.5) transparent transparent;
border-style:solid;
border-width:5px;
content:"";
margin-top:-5px;
position:absolute;
right:50%;
top:105%
}