@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
.box__plan,
form#filter-form{
font-family: "Sora", Sans-serif;
}
.top__title h4 {
line-height: 1;
color: #777;
margin: 0;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
margin-bottom: 10px;
font-family: "Sora", Sans-serif;
}
.name__server h2 {
margin: 0;
line-height: 1;
font-size: 20px;
font-weight: bold;
color: #000000;
margin-bottom: 20px;
font-family: "Sora", Sans-serif;
margin-bottom: .5em;
}
.item__data > * {
display: block;
text-align: center;
}
.flex__data__server {
display: flex;
row-gap: 10px;
column-gap: 15px;
font-size: 14px;
line-height: 1;
}
.flex__data__server strong {
font-weight: bold;
color: #000000;
}
.flex__data__server span {
text-transform: uppercase;
color: #777;
font-weight: 500;
font-size: .9em;
margin-top: 5px;
}
.print__planes_server .box__plan {
margin-bottom: 30px;
border: 1px solid red;
padding: 20px 20px;
}
a.__btn_server {
background-color: #E31837;
padding: 10px 20px;
display: inline-block;
line-height: 1;
color: #ffffff;
text-decoration: none;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
}
.price_s_item {
font-weight: bold;
color: #000000;
margin-bottom: 5px;
}
.print__planes_server .box__plan {
display: flex;
align-items: center;
column-gap: 20px;
flex-wrap: wrap;
}
.container__box__server{
display: flex;
align-items: center;
width: 100%;
}
.price__server {
text-align: right;
width: auto;
flex-grow: 1;
}
.pagination-container {
text-align: center;
margin-top: 20px;
}
.pagination-button {
background-color: #f1f1f1;
border: none;
padding: 8px 12px;
margin: 0 2px;
cursor: pointer;
}
.pagination-button.active {
background-color: #4CAF50;
color: white;
}
.pagination-button:hover:not(.active) {
background-color: #ddd;
}
button.pagination-button {
background-color: #E31837;
padding: 10px 10px;
display: inline-block;
line-height: 1;
color: #ffffff;
text-decoration: none;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
border: none;
font-family: "Sora", Sans-serif;
margin: 2px;
cursor: pointer;
}
button.pagination-button.active {
background-color: #E31837;
color: #ffffff;
}
div#pagination span.pagination-ellipsis {
background-color: transparent;
padding: 20px 5px 0;
display: inline-block;
line-height: 1;
color: #000;
text-decoration: none;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
border: none;
font-family: "Sora", Sans-serif;
margin: 2px;
cursor: pointer;
vertical-align: bottom;
}
button#reset-button {
background-color: #E31837;
border: 2px solid #E31837;
padding: 10px 20px;
display: inline-block;
line-height: 1;
color: #ffffff;
text-decoration: none;
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
}
.__content_sub_form{
margin-top: 35px;
}
button#reset-button:hover{
background-color: #ffffff;
color: #E31837;
}
.old--price-server {
font-size: 14px;
color: #a8a8a8;
font-weight: 500;
text-decoration: line-through;
}
.print__planes_server {
margin-top: 40px;
}
.content__filter {
margin-bottom: 20px;
}
.content__range {
display: flex;
align-items: center;
gap: 10px;
}
.range-slider {
position: relative;
width: 100%;
}
.range-slider input[type="range"] {
position: absolute;
top: 0;
left: 0;
width: 100%;
pointer-events: none;
-webkit-appearance: none;
appearance: none;
height: 5px;
background: #E31837;
border-radius: 5px;
outline: none;
opacity: 1;
transition: opacity 0.2s;
padding: 0;
border: none;
}
.range-slider input[type="range"]:first-child{
z-index: 2;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
pointer-events: all;
-webkit-appearance: none;
appearance: none;
width: 15px;
height: 15px;
background: #E31837;
border-radius: 50%;
cursor: pointer;
}
.range-slider input[type="range"]::-moz-range-thumb {
pointer-events: all;
width: 15px;
height: 15px;
background: #E31837;
border-radius: 50%;
cursor: pointer;
}
.range-slider input[type="range"]:nth-child(2) {
pointer-events: all;
}
.range-slider input[type="number"] {
width: 80px;
padding: 5px;
text-align: center;
}
.content__range > input {
max-width: 40px;
text-align: center;
padding: 0;
border: none;
pointer-events: none;
}
.content__filter select {
width: 100%;
line-height: 1;
font-weight: 600;
padding: .5em 1em;
margin-top: 10px;
font-size: 14px;
}
form#filter-form {
display: flex;
flex-wrap: wrap;
row-gap: 20px;
column-gap: 40px;
}
.w__50{
width: 50%;
width: calc(50% - 20px);
}
.w__100{
width: 100%;
} .location__container_flags {
display: flex;
flex-wrap: wrap;
row-gap: 5px;
column-gap: 5px;
margin-top: 15px;
}
.location__container_flags span.__loc_flag {
display: flex;
column-gap: 5px;
align-items: center;
font-size: 10px;
background: #f0f0f0;
border: 1px solid #c9c9c9;
line-height: 1;
color: #000;
text-transform: uppercase;
padding: 5px 8px;
min-height: 15px;
}
.location__container_flags svg {
width: 15px;
height: auto;
vertical-align: middle;
}
.location__container_flags .__name_loc {
padding-right: 5px;
}
.location__container_flags .hidden-location {
display: none;
}
#showMoreLocations{
cursor: pointer;
}
@media screen and (max-width: 767px){
.w__50{
width: 100%;
}
}