:root {
  --g-button-primary: #f18022;
  --g-button-primary-hover: #27449d;
  --g-button-primary-hover-second: #32357c;
  --g-button-primary-faded: #f18022;
  --g-button-primary-strong: #27449d;
  --g-dark-text : #0d0b0e;
  --g-dark-text-hover:#27449d
}

/*Tabs*/
#server_tabs::-webkit-scrollbar{
  display:none;
}
#server_tabs{
  display:flex;
  justify-content:center;
  margin:15px 0 2rem;
  gap:0 25px;
}
.swiper-wrapper{
  padding: 30px 0 0;
}
.swiper-slide {
  text-align: center;
}
.g-tab{
  background: var(--g-button-primary);
  color:#fff;
  display: inline-block;
  text-align: center;
  border: none;
  border-radius: 40px;
  width:160px;
  height:40px;
  line-height:1;
  align-content:center;
  font-size: 1.1rem;
  font-weight: 300;
  cursor: pointer;
  white-space:nowrap;
  transition: 0.3s background;
}
.g-tab:hover{
  background: var(--g-button-primary-hover);
  color:#fff;
}
.g-tab.active{
  background: var(--g-button-primary-hover);
  color:#fff;
  font-weight:700;
}
.rtl .mfn-builder-content .swiper-button-next, .rtl .mfn-builder-content .swiper-button-prev{
  font-size:1.3rem;
  font-weight:100;
  padding:4px 0 0;
  color:#fff;
  background:#b7c6d6;
  display:block;
  width:50px;
  height:50px;
  text-align:center;
  align-content:center;
  border-radius:50%;
  position:absolute;
  right:0;
}
.rtl .mfn-builder-content .swiper-button-next{
  rotate:180deg;
  right:unset;
  left:0;
}
/*End of Tabs*/

.my_slides_container {
  display: none !important;
}
.my_slides_container.desktop{
  max-width:1108px;
}

.my_slides_container.active {
  display: flex !important;
  justify-content:space-evenly;
}

.cart {
  border-radius: 50px;
  background: var(--g-button-primary-hover);
  padding: 10px;
  text-align: center;
  max-width: 260px;
  max-height: 540px;
  margin: auto;
}
.headerCart {
  border-radius: 50px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  overflow: hidden;
  height: 180px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.headerCart h2 {
  font-weight:300;
  margin:15px 0;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
  line-height:1;
}
.headerCart smal{
  color: var(--g-button-primary);
  font-size:1rem;
}
.headerCart h3 {
  margin:0;
  font-weight:300;
  color: #fff;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  line-height:1;
}
.headerCart del {
  font-weight:200;
  text-decoration:none;
  color: #cd9499;
  font-size: 1.6rem;
  display: block;
  position: relative;
  z-index: 1;
  margin:10px 0;
}
/*del:not(.section_H-VPS del):after{*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 40%;*/
/*  left: -20px; */
/*  right: -20px; */
/*  height: 1px; */
/*  background-color: red; */
/*}*/
.headerCart span {
  color: var(--g-button-primary);
  font-weight:500;
  border-radius: 40px;
  font-size: 1.2rem;
  padding:0 22px 8px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.headerCart span small{
  font-weight:300;
  font-size:inherit;
}
.headerCart svg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.list-price:after,
.list-price:before {
  content: "";
  width: 30px;
  height:30px;
  border-radius: 50%;
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  translate: calc(50% + 10px) -65%;
}
.list-price:before {
  left: 0;
  translate: calc(-50% - 10px) -65%;
}
.list-price {
  padding:30px 0;
  height: 200px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: start;
  border-top: dotted 4px #fff;
  position: relative;
  overflow: visible;
  margin: 10px 0 0;
}
.list-price > div {
  white-space: nowrap;
  display: flex;
  justify-content: center;
  width: 100%;
}
.list-price dt {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}
details .list-price dt,details .list-price dd{
  color:#0d0b0e;
}
.list-price dd {
  font-weight:300;
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  margin-right: 10px;
  margin-left: 0px;
  font-weight:200;
  direction:ltr;
}
.sabt,.modal .modal-footer .submit-form {
  background: transparent;
  border: 1px solid;
  color: #fff;
  border-radius: 40px;
  font-size: 1rem;
  font-weight: 500;
  padding: 12px 22px;
  display: inline-block;
  margin: 0 0 20px !important;
  direction: rtl !important;
  width: 160px;
  height: 43px;
  z-index: 0;
}
.swiper-slide .sabt:before,.modal .modal-footer .submit-form:before{
  transition:all 0.3s;
  content: "";
  display: inline-block;
  width: 300px;
  height: 200px;
  background: var(--g-button-primary-strong);
  border-radius: 50%;
  position: absolute;
  right: -200%;
  top: -153px;
  z-index: -1;
}
.swiper-slide .sabt,details[open] .sabt,.modal .modal-footer .submit-form {
  background: var(--g-button-primary-faded);
  border: none;
}
.sabt svg{
  vertical-align:middle;
}


/*active*/
.swiper-slide:hover .cart,details[open]{
  background: var(--g-button-primary);
}
.swiper-slide:hover .headerCart,details[open] .headerCart  {
  background: var(--g-button-primary);
}
.swiper-slide:hover .headerCart span,.swiper-slide:hover .headerCart smal,details[open] .headerCart span,details[open] .headerCart del {
  color: var(--g-dark-text-hover);
}
.swiper-slide:hover .list-price dt, .swiper-slide:hover .list-price dd {
  color: var(--g-dark-text-hover);
}
.swiper-slide:hover .sabt,details[open] .sabt,.modal .modal-footer .submit-form:hover {
  background: var(--g-button-primary-hover);
}
.swiper-slide:hover .sabt:before,.modal .modal-footer .submit-form:hover:before {
  background: var(--g-button-primary-hover-second);
}
.swiper-slide:hover a.button:before ,.sabt:hover:before,.modal .modal-footer .submit-form:hover:before{
  right:-65px;
  top:-70px;

}


/*mobile*/
.my_slides_container.mobile{
  padding:0 !important;
}
.mobcart{width:100%;
  padding:0 20px;
}
details {
  border-radius: 50px;
  background: var(--g-button-primary-hover);
  width: 100%;
  margin: 15px auto;
  padding: 10px;
  text-align: center;
}
details .sabt{
  height:25px;
  align-content:center;
}
details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: baseline;
}
/* For Webkit-based browsers like Safari */
details summary::-webkit-details-marker {
  display: none;
}
details summary .titlePrice {
  width: 60%;
}
details[open] summary .titlePrice small{
  color:#0d0b0e;
}
.titlePrice {
  color: #fff;
}
.titlePrice h2 {
  font-size: 1.5rem;
}
.titlePrice icon {
  rotate: -90deg;
  display: inline-block;
  font-size: 2rem;
  font-family:serif !important;
  transition:all .3s;
}
details[open] .titlePrice icon {
  rotate: 90deg;
}



/*Modal*/
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}

p.modal-title {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  font-weight: 600;
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: min(90%, 600px);
  border-radius: 15px;
}

.modal-content label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal .modal-content input {
  background: #b5d7fc33;
  border: 1px solid #5cbafc1a;
  border-radius: 9px;
  line-height: 30px;
  width: min(80%, 420px);
  margin: 7px;
}

.modal .modal-content input.error {
  background: #ff00001c;
}

.modal .modal-content input:focus {
  background: #dbebfd73;
  border: 1px solid #5cbafc96;
  box-shadow: 0px 0px 4px #5cbafc;
}

.modal .modal-footer .submit-form{
  margin: 0px auto !important;
  font-size: 14px;
}

.modal-footer .cf-turnstile>div{
  text-align:center;
}
#ajax-result {
  text-align: center;
  font-weight: 600;
  padding: 5px 3px;
  border-radius: 5px;
  font-size: 21px;
  line-height: 35px;
  margin-bottom: 15px;
}

#ajax-result.error {
  color: #b10000;
  background: rgb(255 0 0 / 13%);
}

#ajax-result.success {
  color: green;
  background: #0080001a;
}

p.modal-title {
  padding-bottom: 13px;
  border-bottom: 1px solid #ededed;
}

.modal-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media(min-width: 768px){
  .my_slides_container.mobile{
    display:none!important;
  }
}
@media(max-width: 768px){
  .my_slides_container.desktop{
    display:none!important;
  }
  #server_tabs{
    gap: 0 20px;
    margin:15px 0 0;
    justify-content:start;
    padding:0 10px;
    overflow:auto
  }
  .g-tab{
    font-size:0.9rem;
    flex-shrink:0;
  }
  .my_slides_container{
    flex-flow:column;
    align-items:center;
  }
  .swiper-slide-active .slide{
    padding-top: 60px;
  }
  .slide dt {
    margin:15px 0 10px;
  }
  .slide .left.active {
    bottom: 60px;
  }
  .headerCart{flex-direction:row;justify-content:space-between;padding:20px;gap:15px}
  .headerCart h2{font-size:1.3rem;}
  .headerCart h3{font-size:1.6rem;}
  .headerCart del{font-size:1.5rem;}
  .headerCart span{font-size:0.8rem;padding:0;}
  .titlePrice+div{width:40%;}
  .titlePrice h2{font-size:1.3rem;margin:15px 0;white-space:nowrap;}
  del:not(.section_H-VPS del):after{
    content: "";
    top: 30%;
  }  .modal .modal-content label {
       display: block;
     }
  .modal .modal-content input {
    width: 100%;
    margin-bottom: 15px;
  }
  .modal-content{
    margin: 40% auto !important;
  }
  .my_slides_container {
    padding:0 30px!important;
  }
  .rtl .mfn-builder-content .swiper-button-next, .rtl .mfn-builder-content .swiper-button-prev{
    width:35px;
    height:35px;
  }
}
.hide {
  display: none !important;
}
.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #431ae2;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.footer-cta {
  display: flex;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  align-items: center;
  gap: 10px;
}
@media(min-width:468px) {
  #arc-checkbox {
    margin: 10px auto !important;
  }
}