.swilly-maincontent {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.swilly-maincontent-1 {
    width: 60%;
    display: block;
}

.swilly-maincontent-2 {
    width: 30%;
}

.swilly-modal .modal-close {
	z-index: 1;
}

.swilly-server-poster {
    margin-bottom: 15px;
}

.swilly-server-about {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #2A2A34;
}

.swilly-server-block {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	margin-bottom: 30px;
}

.swilly-server-block-item {
    width: 23.5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 25px 10px;
    background: #FFFFFF;
    border: 0.631999px solid #E6E6EA;
    box-shadow: 0px 2.528px 9.47999px rgb(166 166 166 / 40%);
    border-radius: 6.32px;
}

.swilly-server-block-item img {
    margin-bottom: 20px;
}

.swilly-server-modifactions {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.swilly-server-modifications-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.swilly-server-modifications-item .masha_index {
    opacity: 0;
    height: 0;
    width: 0;
    display: none;
}

.swilly-server-modifications-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 9px 25px;
    gap: 10px;
    background: #46B8E2;
    border-radius: 7px;
    margin-right: auto;
    margin-bottom: 2%;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
	transition: 0.2s all;
	width: 24%;
	justify-content: center;
	white-space: nowrap;
}

.swilly-server-modifications-item:hover {
	background: #F87D4D;
}

.swilly-server-modifications-top {
    margin-bottom: 20px;
}

.swilly-server-poster img {
    width: 100%;
    height: unset;
}

.swilly-reg-heading {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #333436;
	margin-bottom: 30px;
}

.swilly-reg-text {
    display: flex;
    align-items: center;
    background: #F8FFFF;
    padding: 20px 20px;
}

.swilly-reg-text img {
    padding: 7px 17px;
}

.swilly-reg-text div {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    color: #7CB501;
}

.swilly-reg-form {
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 7px;
    padding: 30px;
    margin-top: 20px;
}

.swilly-reg-point {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #F2F2F2;
	padding-bottom: 12px;
}

.swilly-reg-point:last-child {
	border-bottom: none
}

.swilly-reg-point-info {
    width: 49%;
}

.swilly-reg-point-input {
    width: 49%;
}

.swilly-reg-point-input input {
	background: #FFFFFF;
	border: 1px solid #D7DBDE;
	border-radius: 4px;
	padding: 5px 15px;
}

.swilly-reg-point-input input::placeholder {
	color: #AFB3B6;
}

.swilly-reg-point-info h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 5px;
    display: flex;
    align-items: center;	
    color: #262626;
}

.swilly-reg-point-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: unset;
    color: #A09E9E;
}

.btn-green {
    color: #d5dfea;
    background-color: #7395ae;
	font-weight: bold;
    font-size: 14px;
}

.btn-green:hover {
    color: #fff;
    background-image: linear-gradient(to right, rgb(85, 178, 253), rgb(101, 115, 234));

}

.btn-check:focus+.btn-green,
.btn-green:focus {
    color: #fff;
    background-image: linear-gradient(to right, rgb(85, 178, 253), rgb(101, 115, 234));
}

.btn-check:checked+.btn-green,
.btn-check:active+.btn-green,
.btn-green:active,
.btn-green.active,
.show>.btn-green.dropdown-toggle {
    color: #fff;
    background-image: linear-gradient(to right, rgb(85, 178, 253), rgb(101, 115, 234));
}

.btn-check:checked+.btn-green:focus,
.btn-check:active+.btn-green:focus,
.btn-green:active:focus,
.btn-green.active:focus,
.show>.btn-green.dropdown-toggle:focus {
}

.btn-green:disabled,
.btn-green.disabled {
    color: #fff;
    background-image: linear-gradient(to right, rgb(85, 178, 253), rgb(101, 115, 234));
}

.btn-orange {
    color: #d5dfea;
    background-color: #fe666f;
}

.btn-orange:hover {
    color: #fff;
    background-image: linear-gradient(to right, rgb(250, 85, 85), rgb(255, 0, 0));
}

.btn-check:focus+.btn-orange,
.btn-orange:focus {
    color: #fff;
    background-image: linear-gradient(to right, rgb(250, 85, 85), rgb(255, 0, 0));
}

.btn-check:checked+.btn-orange,
.btn-check:active+.btn-orange,
.btn-orange:active,
.btn-orange.active,
.show>.btn-orange.dropdown-toggle {
    color: #fff;
    background-image: linear-gradient(to right, rgb(250, 85, 85), rgb(255, 0, 0));
}

.btn-check:checked+.btn-orange:focus,
.btn-check:active+.btn-orange:focus,
.btn-orange:active:focus,
.btn-orange.active:focus,
.show>.btn-orange.dropdown-toggle:focus {

}

.btn-orange:disabled,
.btn-orange.disabled {
    color: #fff;
    background-image: linear-gradient(to right, rgb(250, 85, 85), rgb(255, 0, 0));
}

.btn-outline-green {
    color: #9AD31F;
    border-color: #9AD31F;
}

.btn-outline-green:hover {
    color: #fff;
    background-color: #9AD31F;
    border-color: #9AD31F;
}

.btn-check:focus+.btn-outline-green,
.btn-outline-green:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(154, 211, 31, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(154, 211, 31, 0.5);
}

.btn-check:checked+.btn-outline-green,
.btn-check:active+.btn-outline-green,
.btn-outline-green:active,
.btn-outline-green.active,
.btn-outline-green.dropdown-toggle.show {
    color: #fff;
    background-color: #9AD31F;
    border-color: #9AD31F;
}

.btn-check:checked+.btn-outline-green:focus,
.btn-check:active+.btn-outline-green:focus,
.btn-outline-green:active:focus,
.btn-outline-green.active:focus,
.btn-outline-green.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(154, 211, 31, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(154, 211, 31, 0.5);
}

.btn-outline-green:disabled,
.btn-outline-green.disabled {
    color: #9AD31F;
    background-color: transparent;
}

.btn-outline-orange {
    color: #FB8A5D;
    border-color: #FB8A5D;
}

.btn-outline-orange:hover {
    color: #fff;
    background-color: #FB8A5D;
    border-color: #FB8A5D;
}

.btn-check:focus+.btn-outline-orange,
.btn-outline-orange:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 138, 93, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(251, 138, 93, 0.5);
}

.btn-check:checked+.btn-outline-orange,
.btn-check:active+.btn-outline-orange,
.btn-outline-orange:active,
.btn-outline-orange.active,
.btn-outline-orange.dropdown-toggle.show {
    color: #fff;
    background-color: #FB8A5D;
    border-color: #FB8A5D;
}

.btn-check:checked+.btn-outline-orange:focus,
.btn-check:active+.btn-outline-orange:focus,
.btn-outline-orange:active:focus,
.btn-outline-orange.active:focus,
.btn-outline-orange.dropdown-toggle.show:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(251, 138, 93, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(251, 138, 93, 0.5);
}

.btn-outline-orange:disabled,
.btn-outline-orange.disabled {
    color: #FB8A5D;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #9AD31F;
    text-decoration: none;
}

.btn-link:hover {
    color: #a7e02c;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.09375rem;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.76563rem;
    border-radius: 0.2rem;
}

.pagin {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagin-pages {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagin a,
.pagin span {
    height: 28px;
    min-width: 28px;
    padding-left: .5rem;
    padding-right: .5rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #E5F6D2;
    margin: 2px;
    border-radius: 4px;
    color: inherit;
}

.pagin a:hover {
    background-color: #d9f2bd;
}

.pagin span {
    background-color: #9AD31F;
    color: #fff;
    font-weight: bold;
}

.pagin-button span {
    background: #DEDEDE;
    color: #8E8E8E;
}

.swilly-reg-btn {
    background: #9CD61F;
    box-shadow: -1px 1px 2px rgb(137 188 28 / 20%), 1px -1px 2px rgb(137 188 28 / 20%), -1px -1px 2px rgb(171 234 34 / 30%), 1px 1px 3px rgb(137 188 28 / 30%), inset 1px 1px 2px rgb(171 234 34 / 30%), inset -1px -1px 2px rgb(137 188 28 / 30%);
    border-radius: 4px;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 15px;
    width: 100%;
    justify-content: center;
	outline: none;
	border: none;
}

.swilly-reg-text .swilly-reg-next {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.swilly-start-botheader {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #0E212E;
	margin-bottom: 30px;
}

.swilly-start-block {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
}

.swilly-start-box {
    background: #FDFDFD;
    border-radius: 5.03472px;
    width: 32%;
    filter: drop-shadow(0px -1.00694px 4.02778px rgba(200, 196, 196, 0.08)) drop-shadow(0px 4.02778px 4.02778px rgba(200, 196, 196, 0.25));
    display: flex;
    flex-direction: column;
    align-items: center;
	position: relative;
	padding: 15px;
}

.swilly-start-box h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #0E212E;
}

.swilly-start-box p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #0E212E;
}

.swilly-start-bordering {
    position: relative;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swilly-start-bordering img {
    position: absolute;
    left: 5px;
    top: 7px;
}


.swilly-start-bordering h2 {
    font-size: 24px;
    margin-bottom: unset;
    margin-top: unset;
}

.swilly-start-box-img-1 {
    position: absolute;
    top: 15px;
    left: 15px;
    pointer-events: none;
}

.swilly-start-box-img-2 {
    position: absolute;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
}

.swilly-start-box-btn {
    background: linear-gradient(0deg, #9AD31F, #9AD31F), #19BB4F;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 25px;
    margin-bottom: 40px;
	transition: 0.3s all;
}

.swilly-start-box-btn:hover {
	color: #000;
	background: #F87D4D;
}

.swilly-start-ourlinks {
    position: relative;
    width: 100%;
    display: block;
	padding: 30px;
	margin-top: 30px;
	background: radial-gradient(50.89% 200.64% at 49.93% 38.99%, #CEF3FD 0%, #68D8F3 0.01%, #2296CF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 5px;
	z-index: 0;
}

.swilly-start-ourlinks img {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}

.swilly-start-ourlinks-skins {
    right: 3%;
    bottom: 0;
}

.swilly-start-ourlinks-right {
    top: 15px;
    right: 15px;
}

.swilly-start-ourlinks-left {
    top: 15px;
    left: 15px;
}

.swilly-start-ourlinks-center {
    bottom: 15px;
    left: 48%;
}

.swilly-start-ourlinks h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.03em;
    color: #FDFDFD;
}

.swilly-start-ourlinks p {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.03em;
    color: #FDFDFD;
    width: 35%;
}

.swilly-start-ourlinks-link {
    background: linear-gradient(0deg, #9AD31F, #9AD31F), #19BB4F;
    border-radius: 4px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 20px;
}

.swilly-start-ourlinks-link:last-child {
    background: linear-gradient(180deg, #FF976F 0%, #F87D4D 100%);
	margin-left: 5px;
}

.swilly-start-ourlinks-link:hover {
    color: #FFFFFF;
}

.swilly-navigation-btn-openner {
    display: none;
    width: 30px;
	height: 30px;
    margin: auto;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.swilly-navigation-btn-openner svg {
	width: 100%;
	height: 100%;
}

.swilly-navigation-flexing {
	display: flex!important;
}

.swilly-donat-header-title {
    margin-bottom: 30px;
}

.swilly-donat-selector {
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swilly-donat-selector label {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #262626;
}

.swilly-donat-selector select {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

.swilly-donat-selector select option {
    color: #000;
}

.swilly-donat-selector select option:disabled {
    color: #AFB3B6;
}

.swilly-donat-info h3 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #9AD31F;
}

.swilly-donat-block {
    background: #F8FFFF;
    border: 1px solid #E6E6EA;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 10px;
    padding: 25px 20px;
    margin-top: 25px;
	position: relative;
}

.swilly-items-group {
	justify-content: space-between;
	margin-top: 25px;
}

.swilly-donat-item {
    background: hsla(240, 7%, 12%, 0.90);
    
    box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
    border-radius: 7px;
    padding: 20px 10px;
	flex-basis: 24%;
    max-width: 24%;
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
}

.swilly-donat-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
}

.swilly-donat-title span {
	text-transform: uppercase;
}

.swilly-donat-price {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #55b2fd;
	padding-top: 10px;

}

.swilly-donat-item-btn {
    background: #7395ae;
    box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
    border-radius: 4px;
    color: #fff!important;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    padding: 8px 20px;
    margin-top: 15px;
}

.swilly-donat-item-btn:hover {
    background: linear-gradient(to right, #55b2fd, #6573ea);
    color: #fff;
}

.swilly-donat-commands {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 15px 0;
}

.swilly-donat-commands-item {
    width: 32%;
    margin-bottom: 2%;
}

.swilly-donat-commands-item p:first-child {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #0E212E;
    margin-bottom: unset;
}

.swilly-donat-commands-item p:last-child {
    font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	color: #0E212E;
    margin-bottom: unset;
}

.swilly-donat-kits {
    padding-top: 20px;
    position: relative;
}

.swilly-donat-kits:before {
    content: '';
    height: 1px;
    position: absolute;
	right: -20px;
    left: -20px;
    top: -5px;
    background: #D7DBDE;
}

.swilly-donat-kits-block {
    display: flex;
    flex-direction: row;
}

.swilly-donat-kits-item {
    width: 45%;
	padding-right: 5px;
}

.swilly-donat-kits-item h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #0E212E;
    margin-bottom: unset;
}

.swilly-donat-kits-item p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: block;
    color: #0E212E;
    margin-bottom: unset;
}

.swilly-donat-item-img {
    position: absolute;
    height: 120%;
	display: none;
}

.swilly-donat-kits-item:hover .swilly-donat-item-img {
    display: block;
}

.swilly-donat-botheader {
	font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #0E212E;
    margin-bottom: 30px;
	background: #F8FFFF;
    border: 1px solid #E6E6EA;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 10px;
    padding: 25px 20px;
}

.swilly-news-cont-1 {
	width: 38%;	
}

.swilly-news-cont-1 img {
	width: 100%;
	min-width: unset;
}

.swilly-header-btns .header-notify {
	margin-right: 5px;
}

.swilly-launcher-header {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #2A2A34;
	margin-bottom: 15px;
}

.swilly-launcher-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #0E212E;
    margin-bottom: 25px;
}

.swilly-launcher-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.swilly-launcher-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	background: #FDFDFD;
	box-shadow: 0px -1px 4px rgba(200, 196, 196, 0.08), 0px 4px 4px rgba(200, 196, 196, 0.25);
	border-radius: 9.82644px;
	padding: 40px 20px;
	width: 48%;
	cursor: pointer;
	color: #000;
    transition: 0.3s all;
	text-align: center;
	white-space: nowrap;
}

.swilly-launcher-item img {
    margin-bottom: 40px;
	transition: 0.3s all;
	filter: brightness(100%);
}
.swilly-launcher-item:hover img {
	filter: brightness(0%);
}
.swilly-launcher-item:hover {
	color: #000;
}

.swilly-rules-header {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #2A2A34;
    margin-bottom: 15px;
}

.swilly-rules-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #0E212E;
    margin-bottom: 20px;
}

.swilly-rules-block {
    background: #F8FFFF;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 4px;
    margin-bottom: 20px;
	transition: 0.3s all;
}

.swilly-rules-top {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #0E212E;
	padding: 18px;
	cursor: pointer;
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.swilly-rules-top:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%239CD61F' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
	width: 15px;
    height: 15px;
    display: block;
	transition: 0.3s all;
}

.swilly-rules-bot {
    padding: 0 18px 18px 18px;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
    color: #0E212E;
}

.swilly-rules-bot strong {
    color: red;
}

.swilly-rules-open {
    background: #fff;
}

.swilly-rules-open .swilly-rules-top:after {
    transform: rotate(180deg);
}

.swilly-banlist-header {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    display: flex;
    align-items: center;
    color: #2A2A34;
    margin-bottom: 12px;
}

.swilly-banlist-botheader {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #2A2A34;
}

.swilly-banlist-search {
    background: #FFFFFF;
    border: 0.670044px solid #E6E6EA;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 40%);
    border-radius: 6.70044px;
    padding: 16px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.5rem 3rem 0.5rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e0e0e0;
    background-color: #333a5a;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='silver' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #17a2b8;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-select:focus {
    border-color: #17a2b8;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 155, 231, 0.518);
    box-shadow: 0 0 0 0.25rem rgba(85, 155, 231, 0.518);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.76563rem;
    border-radius: 0.2rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.09375rem;
    border-radius: 0.3rem;
}

.form-check {
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.form-check-input:focus {
    border-color: #cde98f;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(154, 211, 31, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(154, 211, 31, 0.25);
}

.form-check-input:checked {
    background-color: #9AD31F;
    border-color: #9AD31F;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #9AD31F;
    border-color: #9AD31F;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    -o-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23cde98f'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(154, 211, 31, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(154, 211, 31, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(154, 211, 31, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #9AD31F;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #e1f2bc;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #9AD31F;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #e1f2bc;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 1rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

.form-floating>.form-control {
    padding: 1rem 1rem;
}

.form-floating>.form-control::-webkit-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::-ms-input-placeholder {
    color: transparent;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 0.65;
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.swilly-banlist-search .form-select {
    width: 39%;
    padding: 0.3rem 2.5rem 0.3rem 0.9rem;
}

.swilly-banlist-search .form-control {
    width: 40%;
    padding: 0.3rem 0.9rem;
}

.swilly-banlist-search .btn{
	width: 18%;
	padding: 0.3rem 2rem;
}

.swilly-banlist-table {
    width: 100%;
}

.swilly-banlist-table thead {
    text-align: center;
	font-weight: 600;
    font-size: 15px;
    color: #AFB3B6;
}

.swilly-banlist-table tbody {
    box-shadow: 0px 0px 8px rgb(166 166 166 / 40%);
}

.swilly-banlist-table tbody tr:nth-child(odd) {
    background: #FFFFFF;
	border: 1px solid #F2F2F2;
	box-shadow: 0px 4px 15px rgba(166, 166, 166, 0.1);
}

.swilly-banlist-table tbody tr:nth-child(even) {
    background: #EFF7E8;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
}

.swilly-banlist-table tbody td {
    padding: 12px 0;
	font-weight: 400;
    font-size: 14px;
    color: #2D9CDB;
}

.swilly-banlist-table tbody td:last-child {
    color: #282828;
}

.swilly-banlist-table thead th {
    padding-top: 30px;
    padding-bottom: 20px;
}

.swilly-shop-page-about {
	display: flex;
    flex-direction: row;
    align-items: center;
	background: #F8FFFF;
	box-shadow: 0px -1px 4px rgba(200, 196, 196, 0.08), 0px 4px 4px rgba(200, 196, 196, 0.25);
	border-radius: 7px;
	padding: 25px 0;
	margin-bottom: 20px;
}

.swilly-shop-page-about img {
    width: 120px;
    padding: 0 30px;
    margin-left: 10px;
    border-right: 1px solid #F2F2F2;
}

.swilly-shop-page-about p {
    width: 80%;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    color: #262626;
    margin-bottom: unset;
	margin-left: 10px;
}

.swilly-shop-page .form-select {
	width: 43%;
	padding: 0.3rem 2.5rem 0.3rem 0.9rem;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #AFB3B6;
}

.swilly-shop-page .form-select option {
    color: #fff;
}

.swilly-shop-page .form-select:Last-child {
    width: 8%;
    padding: 0.3rem 1rem 0.3rem 0.9rem;
    background-position: right 0.3rem center;
}

.swilly-shop-page .form-control {
    background: #333a5a;
    border: 1px solid #17a2b8;
    border-radius: 4px;
    position: relative;
    padding: 0.3rem 0.3rem 0.3rem 2.5rem;
    margin-left: unset;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #AFB3B6;
	width: 67%;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(85, 155, 231, 0.518);
    box-shadow: 0 0 0 0.25rem rgba(85, 155, 231, 0.518);
}

.swilly-shop-page .btn-green, .swilly-shop-page .btn-orange {
	width: 15%;
    padding: 0.3rem 0;
	font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}


.swilly-shop-item {
    background: hsla(240, 7%, 12%, 0.88);
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 10px;
	border-bottom: 7px solid rgba(85, 122, 149, 0.7);
	box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
    margin: auto;
    margin-bottom: 2%;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 17px;
	width: 23%;
	position: relative;
	height: 220px;
    justify-content: space-between;
}

.swilly-shop-item-header {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #6cdaee;
	margin-top: 7px;
	margin-bottom: auto;
}

.swilly-shop-item img {
    width: 55px;
    height: 65px;
    margin: auto;
    padding-bottom: 10px;
	position: absolute;
    top: 82px;
}

.swilly-hat-discount {
    margin-bottom: unset;
    position: absolute;
    top: 7px;
    right: -7px;
    background: linear-gradient(180deg, #FF976F 0%, #F87D4D 100%);
    width: 60px;
    text-align: center;
    border-radius: 5px 0 0 5px;
    padding: 3px 0;
    box-shadow: 0px 1px 2px rgb(212 75 22 / 50%);
    font-weight: 700;
    font-size: 11px;
    line-height: 12px;
    color: #FFFFFF;
}


.swilly-hat-discount:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    right: 0;
    background: #B52C00;
    height: 10px;
    width: 10px;
    border-radius: 0 0 100% 0;
    z-index: -1;
}

.swilly-hat-discount:empty {
    display: none;
}

.swilly-shop-item button {
    width: 90%;
    margin: 0 auto;
    background: #7395ae;
    box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
    border-radius: 4px;
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    color: #fff;
    padding: 8px 8px;
	border: none;
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.swilly-shop-item button:hover {
    background: linear-gradient(to right, #55b2fd, #6573ea);
    color: #fff;
}

.swilly-shop-item button p {
    margin-bottom: unset;
	margin-right: 5px;
}

.swilly-shop-item button del {
    position: absolute;
    top: -17px;
    left: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FA8658;
    flex-direction: row;
    width: 100%;
	pointer-events: none;
	justify-content: center;
}

.swilly-server-version {
    font-weight: 500;
    font-size: 8px;
    line-height: 10px;
    color: #9AD31F;
    position: absolute;
    top: 0;
    pointer-events: none;
    background: #E5F6D2;
    border-radius: 5px;
    padding: 2px;
    margin-left: 2px;
}

.swilly-shop-modal .item_modal_content {
	background: hsla(240, 7%, 12%, 0.90);
    box-shadow: 0px -1px 4px rgba(200, 212, 212, 0.08), 0px 4px 4px rgba(5, 216, 231, 0.25);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 7px;
    padding: 1rem 3rem;
}

.swilly-shop-modal .item_modal_name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #5ab9ea;
	padding-top: 15px;
}

.swilly-shop-modal .item_modal_server {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #b3d4fc;
    margin-top: 10px;
	padding-bottom: 5px;
}

.swilly-shop-modal .item_modal_net {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto auto auto;
    background: hsla(240, 7%, 12%, 0.80);
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 7px;
	flex-wrap: wrap;
	padding: 15px 45px;
}

.swilly-shop-modal .item_modal_info {
    width: 65%;
}

.swilly-shop-modal .item_modal .close {
    position: relative;
    right: 20px;
    bottom: 5px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    opacity: .5;
}

.swilly-shop-modal .item_modal .modal-header {
    top: 10px;
    padding: 0;
}

.swilly-shop-modal .item_modal_info_li p {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #b4dfe5;
}

.swilly-shop-modal .item_modal_info_li span {
    font-weight: 500;
    font-size: 14px;
    color: #6CDAEE;
}

.swilly-shop-modal .item_modal_img {
    --size: 95px;
}

.swilly-shop-modal .item_modal_info_li input {
    height: unset;
    background: #333a5a;
    background-size: 16px 12px;
    border: 1px solid #17a2b8;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    border: 1px solid #D7DBDE;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #AFB3B6;
    text-align: center;
}

.swilly-shop-modal .item_modal_btn {
    width: 50%;
    margin: 25px auto 20px;
    padding: 8px 8px;
    background: #7395ae;
    box-shadow: 0px -1px 4px rgb(200 196 196 / 8%), 0px 4px 4px rgb(200 196 196 / 25%);
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    color: #fff;
}

.swilly-shop-modal .item_modal_btn:hover {
    background: linear-gradient(to right, #55b2fd, #6573ea);
    color: #fff;
}

.swilly-shop-modal .item_modal_info_li {
    padding-bottom: 10px;
	padding-top: 10px;
	grid-gap: 70px;
}

.swilly-golos-header {
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    color: #2A2A34;
}

.swilly-golos-help {
    background: #FDFDFD;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 7px;
    display: flex;
    padding: 30px 0;
	align-items: center;
	margin-bottom: 3%;
}

.swilly-golos-miniheader {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #262626;
}

.swilly-golos-help img {
    padding: 5px 30px;
	height: 100%;
}

.swilly-golos-help .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #393B3C;
    border-left: 2px solid #F2F2F2;
    padding: 10px 25px;
}

.swilly-golos-help .text p {
    margin-bottom: unset;
	margin-top: unset;
	font-size: inherit;
	font-weight: inherit;
}

.swilly-golos-table {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin-top: 3%;
    margin-bottom: 4%;
}

.swilly-golos-site {
    background: #FDFDFD;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 10px;
    padding: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
	width: 25%;
}

.swilly-golos-site h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #333436;
	text-align: center;
}

.swilly-golos-site p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #333436;
	text-align: center;
	margin-bottom: 4px;
}

.swilly-golos-site p span {
	color: #9CD61F;
}

.swilly-golos-site img {
    height: 59px;
    width: 59px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.swilly-golos-site .line {
    height: 1px;
    width: 60%;
    background: #DEDEDE;
}

.swilly-golos-site a {
    width: 75%;
}

.swilly-golos-btn {
    background: #9CD61F;
    border-radius: 4px;
    outline: none;
    border: none;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0;
    width: 100%;
	transition: 0.3s all;
}

.swilly-golos-btn:hover {
	background: #FB8A5D;
}

.swilly-golos-site-noactive {
    background: rgba(223, 223, 223, 0.66);
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 10px;
    width: 25%;
    height: 80%;
    display: block;
    font-weight: 700;
    font-size: 23px;
    line-height: 33px;
    text-align: center;
    color: #999999;
    margin: 0 auto;
    padding: 45px 20px;
}

.swilly-golos-week-help {
	padding: 10px 0;
	margin-top: 3%;
	margin-bottom: 2%;
}

.swilly-golos-week-cong {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #FDFDFD;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 7px;
    padding: 15px;
	margin-bottom: 3%;
}

.swilly-golos-status {
    background: #E5F6D2;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #0E212E;
    padding: 8px 11px;
}

.swilly-golos-ok {
    background: #9AD31F;
    color: #fff;
    font-weight: 700;
}

.swilly-golos-top {
    width: 100%;
	text-align: center;
	box-shadow: 0px 4px 15px rgba(166, 166, 166, 0.1);
	margin-top: 2%;
    margin-bottom: 4%;
}

.swilly-golos-top thead tr {
    background: #9CD61F;
    box-shadow: 0px 2px 4px rgb(107 107 107 / 25%);
	font-weight: 500;
    font-size: 15px;
    line-height: 19px;
	color: #fff;
}

.swilly-golos-top thead tr td {
    padding: 8px 0;
}

.swilly-golos-top thead tr td:first-child {
    border-radius: 8px 0 0 0;
	width: 45px;
}

.swilly-golos-top thead tr td:last-child {
	border-radius: 0 8px 0 0;
}

.swilly-golos-top tbody tr {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #333436;
}

.swilly-golos-top tbody tr:nth-child(even) {
    background: #fff;
}

.swilly-golos-top tbody tr:nth-child(odd) {
    background: #F7F7F7;
}

.swilly-golos-top tbody tr td {
    padding: 8px 0;
	border-right: 2px solid #F2F2F2;
}

.swilly-golos-top tbody tr td:nth-child(2) {
    text-decoration: underline;
}

.swilly-golos-top tbody tr td:last-child {
	border-right: unset;
}

.swilly-golos-top tbody tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
}

.swilly-golos-top tbody tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
}

.swilly-golos-what {
    background: #FDFDFD;
    box-shadow: 0px 4px 15px rgb(166 166 166 / 10%);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
	margin-bottom: 3%;
}

.swilly-golos-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.swilly-golos-what-item {
    display: flex;
    align-items: center;
    width: 32%;
	justify-content: center;
	border: 1px solid #DEDEDE;
    border-radius: 6px;
}

.swilly-golos-what h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #393B3C;
}

.swilly-golos-what-item p {
    font-weight: 500;
	font-size: 15px;
    text-align: center;
    color: #333436;
    margin-bottom: unset;
    margin-left: 10px;
}

.swilly-golos-what-num {
    font-weight: 700;
    font-size: 33px;
    color: #9CD61F;
}

@media screen and (max-width: 1199px) {
	
	.swilly-nav .navigation a {
		padding: .5rem .65rem;
		font-size: .9rem;
	}
	
	.swilly-maincontainer {
		max-width: 100%;
	}
	
	.swilly-server-modifications-item, .swilly-start-botheader, .swilly-start-box h3, .swilly-start-ourlinks h4 {
		font-size: 15px;
	}
	
	.swilly-start-box p {
		font-size: 11.5px;
	}
	
	.swilly-start-ourlinks p {
		width: 50%;
		font-size: 11.5px;
	}
	
	.swilly-donat-item {
		padding: 20px 7px;
		flex-basis: 23%;
		max-width: 23%;
	}
	
	.swilly-golos-status {
		font-size: 15px;
		padding: 8px 10px;
	}
	
	.swilly-golos-what-item p {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 991px) {
	
	.swilly-header-btns a {
		line-height: 1.3;
		padding: 0.3rem 0.6rem;
		font-size: 0.775rem;
	}
	
	.swilly-header-cont, .swilly-footer {
		max-width: 100%;
	}
	
	.swilly-news-cont-1, .swilly-news-cont-1 img, .sidebar {
		width: 100%;
	}
	
	.swilly-maincontent {
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	
	.swilly-maincontent-1 {
		width: 68%;
	}
	
	.swilly-maincontent-2 {
		width: 30%;
		padding: 0 0 0 10px;
	}
	
	.swilly-news-cont {
		flex-direction: column;
	}
	
	.launcher-btn span {
		font-size: 0.825rem !important;
	}
	
	.swilly-maincontent-2 .home-stats .row.g-3.align-items-center .col-auto.flex-grow-1 h6 {
		font-size: 14px;
	}
	
	.swilly-maincontent-2 .home-stats .row.g-3.align-items-center .col-auto.flex-grow-1 span, .swilly-maincontent-2 .home-stats .row.g-3.align-items-center .col-auto.flex-grow-1 {
		font-size: 12px;
	}

	.swilly-server-modifications-item {
		width: 31.5%;
	}
	
	.swilly-server-about {
		font-size: 15px;
	}
	
	.swilly-servers-title {
		font-size: 30px;
	}
	
	.swilly-server-block {
		flex-wrap: wrap;
	}
	
	.swilly-server-block-item {
		width: 49%;
		margin-bottom: 2%;
	}
	
	.swilly-server-block-item p {
		font-size: 18px;
	}

	.swilly-server-block-item h3 {
		font-size: 25px;
	}
	
	.swilly-start-box-btn {
		font-size: 13px;
	}
	
	.swilly-start-ourlinks p {
		width: 65%;
	}
	
	.swilly-start-block {
		flex-wrap: wrap;
	}
	
	.swilly-start-box {
		width: 49%;
		margin-bottom: 2%;
	}
	
	.swilly-start-box:last-child {
		width: 100%;
	}
	
	.swilly-logged-nav .navigation a {
		padding: 0.5rem 0.55rem;
		font-size: 0.8rem;
	}
	
	.swilly-logged-nav .navigation .after::after {
		right: -3px;
	}
	
	.swilly-header-btns .fw-500 {
		font-size: 12px;
		margin-top: unset;
		margin-bottom: unset;
		margin-left: unset;
		margin-right: unset;
	}
	
	.swilly-donat-item {
		flex-basis: 49%;
		max-width: 49%;
		margin-bottom: 2%;
	}
	
	.swilly-donat-commands-item {
		width: 49%;
	}
	
	.swilly-launcher-item {
		font-size: 12px;
	}
	
	.swilly-shop-page .form-select:Last-child {
		width: 9%;
		padding: 0.3rem 1rem 0.3rem 0.6rem;
	}
	
	.swilly-golos-help .text, .swilly-golos-btn {
		font-size: 13px;
	}
	
	.swilly-golos-site p {
		font-size: 14px;
	}
	
	.swilly-golos-week-cong {
		flex-wrap: wrap;
	}
	
	.swilly-golos-status {
		width: 24%;
		margin-bottom: 1%;
	}
	
}

@media screen and (max-width: 940px) {
	
	.swilly-logged-btns {
		padding: 0;
	}
	
	.swilly-golos-site, .swilly-golos-site-noactive {
		width: 31%;
	}
	
	.swilly-golos-help {
		padding: 23px 0;
	}
	
	.swilly-golos-help .text {
		line-height: 21px;
	    padding: 7px 20px;
	}
	
	.swilly-golos-what-num {
		font-size: 28px;
	}
	
	.swilly-golos-what-item p {
		font-size: 13px;
	}
	
}

@media screen and (max-width: 866px) {
	
	.swilly-header-btns {
		width: 30%;
		justify-content: space-between!important;
		padding: 0 5px;
		display: flex;
	}
	
	.swilly-logged-btns {
		width: 100%;
		justify-content: space-between!important;
		padding: 0 5px;
		display: flex;
	}
	
	.swilly-header-btns a {
		width: 49%;
		display: block;
	}
	
	.swilly-news-cont-2 h3.h2.news-title {
		font-size: calc(1.0125rem + 0.75vw);
	}
	
	.swilly-news-cont-2 .fs-6 {
		font-size: 0.7rem !important;
	}
	
	.swilly-news-cont-2 .is-18::before {
		font-size: 15px;
	}
	
	.swilly-maincontent {
		flex-direction: column;
	}
	
	.swilly-maincontent-1, .swilly-maincontent-2 {
		width: 100%;
	}
	
	.swilly-politic {
		flex-direction: column;
	}
	
	.swilly-politic a {
		display: block;
		padding: 0;
	}
	
	.swilly-header-cont .row.align-items-center.g-3 {
		--bs-gutter-x: unset;
		--bs-gutter-y: unset;
		width: 100%;
		justify-content: space-between;
		padding-bottom: 25px;
	}
	
	.swilly-logged-btns {
		width: unset;
	}
	
	.swilly-nav {
		position: absolute;
		bottom: 5px;
		right: 0;
		left: 0;
		width: 100%;
	}
	
	.swilly-donat-item-img {
		bottom: -25px;
	}
	
}

@media screen and (max-width: 700px) {
	
	.swilly-header-btns a {
		width: 49%;
	}
	
	.swilly-nav .navigation a {
		padding: 0.4rem 0.45rem;
		font-size: 0.8rem;
	}
	
	.swilly-nav .navigation .after::after {
		right: -5px;
	}
	
	.swilly-reg-point {
		flex-direction: column;
	}
	
	.swilly-reg-point-info, .swilly-reg-point-input {
		width: 100%;
	}
	
	.swilly-reg-text div {
		font-size: 12px;
	}
	
	.swilly-reg-heading {
		font-size: 21px;
	}
	
	.swilly-shop-item {
		width: 32%;
	}
	
	
	
}

@media screen and (max-width: 635px) {
	
	.swilly-nav .navigation {
		flex-wrap: wrap;
		margin: auto;
	}
	
	.swilly-slide {
		background-position: 60% 0;
	}
	
	.swilly-copyright {
		font-size: 0.8rem !important;
	}
	
	.swilly-politic a {
		font-size: 12px;
	}
	
	.swilly-start-ourlinks {
		padding: 30px 30px 180px 30px;
	}
	
	.swilly-start-ourlinks-skins {
		left: 20%;
	}

	.swilly-start-ourlinks p {
		width: 100%;
		font-size: 15px;
	}
	
	.swilly-start-box h3, .swilly-start-ourlinks h4 {
		font-size: 18px;
	}
	
	.swilly-start-ourlinks-link {
		font-size: 15px;
		padding: 10px 25px;
	}
	
	.swilly-start-box {
		width: 100%;
	}
	
	.swilly-donat-commands-item p:last-child, .swilly-donat-kits-item p {
		font-size: 12px;
	}
	
	.swilly-donat-selector {
		width: 70%;
	}
	
	.swilly-header-btns {
		width: 45%;
	}
	
	.swilly-logged-btns {
		width: unset;
	}
	
	.swilly-launcher-item {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.swilly-launcher-flex {
		flex-direction: column;
	}
	
	.swilly-banlist-search {
		flex-direction: column;
	}
	
	.swilly-banlist-search .form-control, .swilly-banlist-search .form-select {
		width: 100%;
		margin-bottom: 5px;
	}
	
	.swilly-banlist-search .btn {
		width: 100%;
		padding: 0.3rem 0;
	}
	
	.swilly-banlist-header {
		font-size: 24px;
	}
	
	.swilly-banlist-botheader {
		font-size: 13px;
	}
	
	.swilly-banlist-table tbody td {
		font-size: 13px;
	}
	
	.swilly-banlist-table thead {
		font-size: 14px;
	}
	
	.swilly-shop-page .form-select {
		font-size: 0.775rem;
	}
	
	.swilly-shop-modal.show .modal-dialog {
		width: 100%;
		max-width: 100%!important;
		margin: 0;
	}
	
	.swilly-golos-help img {
		padding: 3px 20px;
		width: 20%;
	}
	
	.swilly-golos-help .text {
		line-height: 19px;
		padding: 7px 17px;
		width: 79%;
	}
	
	.swilly-golos-help {
		padding: 15px 0;
	}
	
	.swilly-golos-block {
		flex-direction: column;
	}
	
	.swilly-golos-what-item {
		width: 100%;
		margin-bottom: 1%;
		border: unset;
		border-bottom: 1px solid #DEDEDE;
		border-radius: unset;
	}
	
}
	


@media screen and (max-width: 535px) {
	
	.swilly-copyright {
		font-size: 0.9rem !important;
		margin-top: 10px;
	}
	
	.swilly-politic a {
		font-size: 14px;
	}
	
	.swilly-modal-inputs {
		width: 100%;
	}
	
	.swilly-servers-title {
		font-size: 27px;
	}
	
	.swilly-server-about {
		font-size: 14px;
	}
	
	.swilly-server-block-item p {
		font-size: 16px;
	}

	.swilly-server-block-item h3 {
		font-size: 23px;
	}
	
	.swilly-server-modifications-item {
		width: 49%;
		margin-right: unset;
	}
	
	.swilly-server-modifications-bottom {
		justify-content: space-between;
	}
	
	.swilly-reg-heading {
		font-size: 18px;
	}
	
	.swilly-start-ourlinks-skins {
		left: 15%;
	}
	
	.swilly-donat-kits-block {
		flex-direction: column;
	}
	
	.swilly-donat-kits-item {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.swilly-donat-item-img {
		bottom: 15px;
		right: 0;
		height: 55%;
	}
	
	.swilly-donat-commands-item {
		width: 100%;
	}
	
	.swilly-shop-item {
		width: 48%;
	}
	
	.search_mods, .search {
		flex-wrap: wrap;
	}
	
	.swilly-shop-page .form-select:first-child {
		width: 100%;
		margin-bottom: 2%;
	}
	
	.swilly-shop-page .form-select:nth-child(2) {
		width: 80%;
	}
	
	.swilly-shop-page .form-select:last-child {
		width: 18%;
	}
	
	.swilly-golos-table {
		flex-direction: column;
	}
	
	.swilly-golos-site, .swilly-golos-site-noactive {
		width: 100%;
		margin-bottom: 2%;
	}

}

@media screen and (max-width: 500px) {
	
	.swilly-nav {
		top: 0;
		right: 25px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		height: 100%;
		bottom: unset;
		left: unset;
		width: unset;
	}
	
	.swilly-navigation-btn-openner {
		display: block;
	}
	
	.swilly-header-cont .row.align-items-center.g-3 {
		padding-bottom: unset;
	}
	
	.swilly-nav .navigation {
		flex-wrap: wrap;
		margin: auto;
		position: fixed;
		background: #fff;
		border-radius: 5px;
		filter: drop-shadow(0px -1.00694px 4.02778px rgba(200, 196, 196, 0.08)) drop-shadow(0px 4.02778px 4.02778px rgba(200, 196, 196, 0.25));
		right: 15px;
		left: 15px;
		flex-direction: column;
		align-items: flex-start;
		padding: 10px 20px;
		display: none;
		top: 100px;
	}
	
	.swilly-header-btns {
		width: auto;
		justify-content: space-between!important;
		display: none;
		position: fixed;
		bottom: 15px;
		left: 15px;
		right: 15px;
		background: #fff;
		border-radius: 5px;
		filter: drop-shadow(0px -1.00694px 4.02778px rgba(200, 196, 196, 0.08)) drop-shadow(0px 4.02778px 4.02778px rgba(200, 196, 196, 0.25));
		padding: 10px 20px;
	}
	
	.header-user {
		width: 100%;
	}
	
	.header-user .row.align-items-center {
		justify-content: space-between;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	
	.header-user .row.align-items-center >* {
		-webkit-box-flex: unset;
		-webkit-flex: unset;
		-ms-flex: unset;
		flex: unset;
		width: unset;
		padding-right: unset;
		padding-left: unset;
		max-width: unset;
	}
		
	.swilly-servers-title {
		font-size: 24px;
	}
	
	.swilly-server-about {
		font-size: 13px;
	}
	
	.swilly-server-block-item p {
		font-size: 15px;
	}
	
	.swilly-server-block-item h3 {
		font-size: 22px;
	}
	
	.swilly-start-ourlinks p {
		font-size: 14px;
	}
	
	.swilly-start-ourlinks-link {
		font-size: 14px;
		padding: 8px 20px;
	}
	
	.swilly-donat-selector {
		width: 90%;
	}
	
	.swilly-rules-text {
		font-size: 14px;
	}
	
	.swilly-rules-top {
		font-size: 18px;
	}
	
	.swilly-rules-bot {
		font-size: 13px;
	}
	
	.swilly-shop-modal .item_modal_net {
		padding: 15px 15px;
	}
	
	.swilly-shop-modal .item_modal_info_li span {
		white-space: nowrap;
	}
	
	.swilly-shop-modal .item_modal_info_li {
		grid-gap: 50px;
	}
	
	.swilly-golos-top thead tr td:first-child {
		width: 35px;
	}
	
	.swilly-golos-top thead tr {
		font-size: 13px;
	}
	
	.swilly-golos-top tbody tr {
		font-size: 12px;
	}
	
	.swilly-golos-status {
		width: 49%;
		margin-bottom: 1%;
	}
	
	.swilly-golos-header {
		font-size: 26px;
		text-align: center;
	}
	
	.swilly-golos-miniheader {
		font-size: 20px;
		text-align: center;
	}
	
	.swilly-golos-help img {
		width: 100px;
	}
	
}


@media screen and (max-width: 440px) {
	
	.swilly-logo {
		width: 30%;
	}
	
	.swilly-logo img {
		width: 100%;
	}
	
	.swilly-nav .navigation {
		width: 85%;
	}
	
	.swilly-news-cont-2 a.btn.btn-green.px-5 {
		padding-right: 20px!important;
		padding-left: 20px!important;
	}
	
	.swilly-reg-heading {
		font-size: 14px;
		margin-bottom: 15px;
	}
	
	.swilly-start-ourlinks-skins {
		left: 0;
	}
	
	.swilly-donat-item {
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.swilly-donat-item-img {
		bottom: 25px;
		width: 75%;
		height: unset;
	}
	
	.swilly-shop-item {
		width: 100%;
	}
	
	.swilly-shop-page .form-control {
		width: 100%;
		margin-bottom: 2%;
	}
	
	.swilly-shop-page .btn-green, .swilly-shop-page .btn-orange {
		width: 48%;
	}
	
	.swilly-shop-modal .item_modal_img {
		--size: 85px;
	}
	
	.swilly-shop-modal .item_modal_info {
		width: 71%;
	}
	
	.swilly-shop-modal .item_modal_name {
		font-size: 22px;
	}
	
	.swilly-shop-modal .item_modal_server {
		font-size: 15px;
	}
	
	.swilly-shop-modal .item_modal_btn {
		width: 60%;
		font-size: 14px;
		margin: 20px auto 15px;
	}
	
}

@media screen and (max-width: 410px) {
	
	.swilly-servers-title {
		font-size: 19px;
	}
	
	.swilly-server-modifications-top {
		font-size: 18px;
	}
	
	.swilly-server-block-item {
		width: 100%;
	}
	
	.swilly-server-block-item p {
		font-size: 16px;
	}
	
	.swilly-server-block-item h3 {
		font-size: 23px;
	}
	
	.swilly-server-modifications-item {
		width: 100%;
	}
	
	.swilly-start-ourlinks-btns {
		display: flex;
		flex-direction: column;
	}
	
	.swilly-start-ourlinks-link:last-child {
		margin-left: unset;
		margin-top: 5px;
	}
	
	.swilly-start-ourlinks-skins {
		left: 0;
		width: 90%;
	}
	
	.swilly-start-ourlinks {
		padding: 30px 30px 130px 30px;
	}
	
	.swilly-donat-selector {
		width: 100%;
	}
	
	.swilly-rules-top {
		font-size: 15px;
		padding: 15px;
	}
	
	.swilly-rules-bot {
		padding: 0 15px 15px 15px;
	}
	
	.swilly-shop-modal .item_modal_info {
		width: 100%;
	}
	
	.swilly-shop-modal .item_modal_info_li {
		grid-gap: 25%;
	}
	
	.swilly-shop-modal .item_modal_net {
		justify-content: center;
	}
	
	.swilly-shop-modal .item_modal_btn {
		width: 100%;
	}
	
	.swilly-shop-modal .item_modal_name {
		width: 80%;
		margin: auto;
	}
	
}

@media screen and (max-width: 370px) {
	
	.swilly-donat-item-img {
		width: 100%;
	}
	
	.swilly-shop-modal .item_modal_info_li {
		grid-gap: 10%;
	}
}