.has-error .help-block {
  font-size: 13px;
  color: #747687;
  font-weight: 600;
  margin: 10px 0;
}

.cookie-overlayer {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  overflow-y: auto;
}
.cookie-overlayer .cookie-box__popup {
  background: #031123;
  height: auto;
  width: 800px;
  max-width: 90%;
  display: block;
  color: #fff;
  border-radius: 5px;
}
.cookie-overlayer .cookie-box__popup h2 {
  font-size: 22px !important;
}
.cookie-overlayer .cookie-box__popup h3 {
  font-size: 20px !important;
}
.cookie-overlayer .cookie-box__popup h4 {
  font-size: 16px !important;
}
.cookie-overlayer .cookie-box__popup h2,
.cookie-overlayer .cookie-box__popup h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.cookie-overlayer .cookie-box__popup h2,
.cookie-overlayer .cookie-box__popup h3,
.cookie-overlayer .cookie-box__popup h4 {
  margin-top: 0;
  color: #F6F6F7;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 0 20px;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header h3 {
  margin-bottom: 0;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header .language-changer {
  height: 30px;
  color: #DCE1EA;
  font-weight: 600;
  max-width: 100%;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header .language-changer .hide-panel {
  display: inline-block;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header .language-changer ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header .language-changer:hover ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(5, 20, 37, 0.95);
  backdrop-filter: blur(6px);
  z-index: 100;
  border-radius: 0 0 4px 4px;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header .language-changer:hover li:last-of-type {
  display: none;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header .language-changer:hover li a {
  border: 0;
  color: #DCE1EA;
  text-transform: uppercase;
  line-height: 50px;
}
.cookie-overlayer .cookie-box__popup .cookie-box__main-header .language-changer:hover li a:hover {
  background-color: #051425;
}
.cookie-overlayer .cookie-box__popup .cookie-box__header {
  display: flex;
  justify-content: space-between;
}
.cookie-overlayer .cookie-box__popup .cookie-box__header .form-group {
  margin-bottom: 0;
}
.cookie-overlayer .cookie-box__popup .cookie-box__content {
  padding: 15px 20px;
}
.cookie-overlayer .cookie-box__popup .cookie-box__content .cookie-box__paragraph {
  margin: 0 100px 30px 0;
}
.cookie-overlayer .cookie-box__popup .cookie-box__content a {
  color: #2b74f0;
  font-weight: 600;
}
.cookie-overlayer .cookie-box__popup .cookie-box__content fieldset {
  display: flex;
  justify-content: space-between;
}
.cookie-overlayer .cookie-box__popup .cookie-box__settings {
  display: none;
}
.cookie-overlayer .cookie-box__popup .cookie-box__footer {
  padding: 20px;
  border-top: 1px solid rgba(192, 204, 215, 0.15) !important;
}
.cookie-overlayer .cookie-box__popup .btn {
  padding: 13px 60px;
  color: #FFFFFF;
}
.cookie-overlayer .cookie-box__popup .btn.btn-outline {
  background: transparent;
  border: 2px solid #0656B7;
  color: #fff;
}
.cookie-overlayer .cookie-box__popup .btn.btn-default {
  background: rgba(98, 115, 147, 0.18);
  border-color: transparent;
  box-shadow: none;
}

.arrow,
.chevron {
  display: inline-block;
  position: relative;
  margin-left: auto;
  right: 5px;
}
.arrow.arrow-right,
.chevron.arrow-right {
  background: url("../img/arrow-right-icon.svg") no-repeat left center;
  background-size: 5px;
  height: 10px;
  width: 6px;
}
.arrow.arrow-down,
.chevron.arrow-down {
  background: url("../img/arrow-down-icon.svg") no-repeat left center;
  background-size: 10px;
  height: 5px;
  width: 9px;
}
.arrow.chevron-down,
.chevron.chevron-down {
  background: url("../img/chevron-down-icon.svg") no-repeat left center;
  background-size: 10px;
  height: 7px;
  width: 10px;
  right: 0;
  margin-left: 5px;
}

.btn.btn-switch {
  position: relative;
  border-radius: 3rem;
  border: none;
  width: 64px;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 1px;
  padding: 3px 5px !important;
}
.btn.btn-switch .handle {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E7EDF9;
  box-shadow: 0px 4px 4px rgba(50, 58, 75, 0.28);
  left: 3px;
  transition: left 0.25s;
}
.btn.btn-switch.btn-switch-on {
  background-color: #0656B7;
  justify-content: flex-start;
}
.btn.btn-switch.btn-switch-on .handle {
  left: 36px;
  transition: left 0.25s;
}
.btn.btn-switch.btn-switch-on:before {
  content: "ON";
  position: relative;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0.3rem;
  color: #F7F9FD;
}
.btn.btn-switch.btn-switch-off {
  background-color: #627293;
  justify-content: flex-end;
  transition: all 0.5s linear;
}
.btn.btn-switch.btn-switch-off:after {
  content: "OFF";
  position: relative;
  font-size: 13px;
  font-weight: 600;
  padding: 0 0.3rem;
  color: #F7F9FD;
}
.btn.btn-switch.btn-switch-performing-action {
  background-color: #0656B7;
  opacity: 0.8 !important;
  justify-content: flex-start;
}
.btn.btn-switch.btn-switch-performing-action .handle {
  left: 36px;
  transition: left 0.25s;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn.btn-switch.btn-switch-performing-action:before {
  content: "";
  position: relative;
  background: url("../img/icons/loading_circle.svg") center no-repeat;
  width: 18px;
  height: 18px;
  padding: 0 0.5rem;
  color: #F7F9FD;
  cursor: not-allowed;
  left: 0.25rem;
  animation: spin 1s linear infinite;
}
.btn.btn-switch.btn-switch-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.mt-20 {
  margin-top: 20px;
}

.mt-60 {
  margin-top: 60px;
}

.h-100 {
  height: 100%;
}

.font-white {
  color: #FFFFFF;
}

.font-bold {
  font-weight: 600;
}

.white-link {
  color: #FFFFFF;
  font-weight: 600;
  text-decoration: none;
}
.white-link:hover, .white-link:focus {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.75;
}

.no-border {
  border: none;
}

.no-background {
  background: none;
}

.flex-wrap {
  flex-flow: wrap;
}

#login-form input,
#form-activate input,
#reset-password-form input {
  filter: none;
}
#login-form input.form-control,
#form-activate input.form-control,
#reset-password-form input.form-control {
  height: 44px;
  line-height: 44px;
  box-shadow: none;
  filter: none;
}
#login-form input.form-control:focus,
#form-activate input.form-control:focus,
#reset-password-form input.form-control:focus {
  box-shadow: none;
  outline: none !important;
  border: 1px solid #0656B7 !important;
}
#login-form label,
#form-activate label,
#reset-password-form label {
  font-weight: 600;
}
#login-form .btn,
#form-activate .btn,
#reset-password-form .btn {
  margin: 30px 0 0 0;
}
#login-form .help-block,
#form-activate .help-block,
#reset-password-form .help-block {
  margin: 10px 0;
  font-size: 13px;
}
#login-form .help-block .selection .select2-selection,
#form-activate .help-block .selection .select2-selection,
#reset-password-form .help-block .selection .select2-selection {
  border-radius: 3px;
  box-shadow: none;
  height: 44px;
  line-height: 44px;
  padding: 0 24px 0 12px;
  background: transparent !important;
  border: 1px solid rgba(192, 204, 215, 0.15) !important;
  color: #FFFFFF;
}
#login-form .help-block .selection .select2-selection .select2-selection__arrow,
#form-activate .help-block .selection .select2-selection .select2-selection__arrow,
#reset-password-form .help-block .selection .select2-selection .select2-selection__arrow {
  border: none;
  height: 44px;
  width: 24px;
}
#login-form .help-block .selection .select2-selection .select2-selection__arrow b,
#form-activate .help-block .selection .select2-selection .select2-selection__arrow b,
#reset-password-form .help-block .selection .select2-selection .select2-selection__arrow b {
  border-color: #0656B7 transparent transparent;
  left: 20%;
}
#login-form .help-block .selection .select2-selection .select2-selection__rendered,
#form-activate .help-block .selection .select2-selection .select2-selection__rendered,
#reset-password-form .help-block .selection .select2-selection .select2-selection__rendered {
  color: #FFFFFF;
}

#form-activate .select2-container .selection .select2-selection {
  background: transparent !important;
  border: 1px solid rgba(192, 204, 215, 0.15) !important;
}
#form-activate .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #FFFFFF !important;
}

[data-form-dark] .container {
  width: 100% !important;
}
[data-form-dark] .select2-container .select2-search--dropdown .select2-search__field {
  border: 1px solid #12253C !important;
  color: #FFFFFF !important;
  background: transparent url("../img/search-icon.svg") right 10px top 7px no-repeat;
  background-size: 12px;
}
[data-form-dark] .select2-container .select2-dropdown {
  border: 1px solid #233551 !important;
}
[data-form-dark] .select2-container .select2-dropdown .select2-search--dropdown {
  background: #021731 !important;
}
[data-form-dark] .select2-container .select2-dropdown .select2-results .select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: #0656b7 #021731;
}
[data-form-dark] .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  background: #021731 !important;
  color: #FFFFFF !important;
}
[data-form-dark] .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background-color: #0656B7 !important;
  transition: all 0.3s linear;
}
[data-form-dark] .cbx-container .cbx {
  border-radius: 3px;
}
[data-form-dark] .cbx-container .cbx:hover {
  box-shadow: none;
}
[data-form-dark] .cbx-container .cbx-md {
  height: 17px;
  width: 17px;
}
[data-form-dark] .cbx-container .cbx-md.cbx-active {
  color: #0656B7;
  border-color: #0656B7;
}
[data-form-dark] .cbx-container .cbx-md .cbx-icon {
  top: -7px !important;
}
[data-form-dark] .cbx-container .cbx-md .cbx-icon .glyphicon {
  font-size: 10px;
}

.bg-blurred-circles {
  background: url("../img/gradient-mask.png"), #031123;
  background-size: cover;
}

.login-card {
  background: rgba(3, 15, 29, 0.2);
  border: 2px solid #282D45;
  border-radius: 10px;
  backdrop-filter: blur(2px);
  padding: 60px 70px 50px 70px;
}
@media screen and (max-width: 767px) {
  .login-card {
    width: 100%;
  }
}
.login-card.tight {
  padding: 30px;
}
.login-card.tight h1 {
  font-size: 24px;
}
.login-card h1, .login-card h2 {
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  color: #F6F6F7;
}
.login-card h1 {
  font-size: 34px;
  margin-top: 0;
}
.login-card h2 {
  font-size: 18px;
}
.login-card p {
  color: #F6F6F7;
  margin-bottom: 20px;
}
.login-card #login-form,
.login-card #request-password-reset-form,
.login-card #reset-password-form {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .login-card #login-form,
  .login-card #request-password-reset-form,
  .login-card #reset-password-form {
    width: auto;
  }
}
.login-card #form-register {
  width: 900px;
}
@media screen and (max-width: 991px) {
  .login-card #form-register {
    width: auto;
  }
}
.login-card #form-activate {
  width: 1200px;
}
@media screen and (max-width: 1199px) {
  .login-card #form-activate {
    width: auto;
  }
}
.login-card #login-form label,
.login-card #form-register label,
.login-card #form-activate label,
.login-card #request-password-reset-form label,
.login-card #reset-password-form label {
  color: #FFFFFF;
}
.login-card #login-form label.cbx-label,
.login-card #form-register label.cbx-label,
.login-card #form-activate label.cbx-label,
.login-card #request-password-reset-form label.cbx-label,
.login-card #reset-password-form label.cbx-label {
  display: inline;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  font-size: 13px;
  line-height: 15px;
}
.login-card #login-form label.control-label,
.login-card #form-register label.control-label,
.login-card #form-activate label.control-label,
.login-card #request-password-reset-form label.control-label,
.login-card #reset-password-form label.control-label {
  color: #FFFFFF;
}
.login-card #login-form .field-registerform-acceptrules,
.login-card #login-form .field-registerform-acceptmarketingrules,
.login-card #login-form .field-registerform-acceptsalesrules,
.login-card #login-form .field-registerform-withdrawalrules,
.login-card #form-register .field-registerform-acceptrules,
.login-card #form-register .field-registerform-acceptmarketingrules,
.login-card #form-register .field-registerform-acceptsalesrules,
.login-card #form-register .field-registerform-withdrawalrules,
.login-card #form-activate .field-registerform-acceptrules,
.login-card #form-activate .field-registerform-acceptmarketingrules,
.login-card #form-activate .field-registerform-acceptsalesrules,
.login-card #form-activate .field-registerform-withdrawalrules,
.login-card #request-password-reset-form .field-registerform-acceptrules,
.login-card #request-password-reset-form .field-registerform-acceptmarketingrules,
.login-card #request-password-reset-form .field-registerform-acceptsalesrules,
.login-card #request-password-reset-form .field-registerform-withdrawalrules,
.login-card #reset-password-form .field-registerform-acceptrules,
.login-card #reset-password-form .field-registerform-acceptmarketingrules,
.login-card #reset-password-form .field-registerform-acceptsalesrules,
.login-card #reset-password-form .field-registerform-withdrawalrules {
  display: grid;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.login-card #login-form .field-registerform-acceptrules .help-block,
.login-card #login-form .field-registerform-acceptmarketingrules .help-block,
.login-card #login-form .field-registerform-acceptsalesrules .help-block,
.login-card #login-form .field-registerform-withdrawalrules .help-block,
.login-card #form-register .field-registerform-acceptrules .help-block,
.login-card #form-register .field-registerform-acceptmarketingrules .help-block,
.login-card #form-register .field-registerform-acceptsalesrules .help-block,
.login-card #form-register .field-registerform-withdrawalrules .help-block,
.login-card #form-activate .field-registerform-acceptrules .help-block,
.login-card #form-activate .field-registerform-acceptmarketingrules .help-block,
.login-card #form-activate .field-registerform-acceptsalesrules .help-block,
.login-card #form-activate .field-registerform-withdrawalrules .help-block,
.login-card #request-password-reset-form .field-registerform-acceptrules .help-block,
.login-card #request-password-reset-form .field-registerform-acceptmarketingrules .help-block,
.login-card #request-password-reset-form .field-registerform-acceptsalesrules .help-block,
.login-card #request-password-reset-form .field-registerform-withdrawalrules .help-block,
.login-card #reset-password-form .field-registerform-acceptrules .help-block,
.login-card #reset-password-form .field-registerform-acceptmarketingrules .help-block,
.login-card #reset-password-form .field-registerform-acceptsalesrules .help-block,
.login-card #reset-password-form .field-registerform-withdrawalrules .help-block {
  grid-column: 2;
  margin: 5px 0 0 10px;
}
.login-card #login-form .cbx-container,
.login-card #form-register .cbx-container,
.login-card #form-activate .cbx-container,
.login-card #request-password-reset-form .cbx-container,
.login-card #reset-password-form .cbx-container {
  display: inline-grid;
}
.login-card #login-form .cbx-container .cbx-md,
.login-card #form-register .cbx-container .cbx-md,
.login-card #form-activate .cbx-container .cbx-md,
.login-card #request-password-reset-form .cbx-container .cbx-md,
.login-card #reset-password-form .cbx-container .cbx-md {
  height: 15px;
  width: 15px;
  align-content: center;
}
.login-card #login-form input.form-control[type="password"],
.login-card #login-form input.form-control[type="text"],
.login-card #form-register input.form-control[type="password"],
.login-card #form-register input.form-control[type="text"],
.login-card #form-activate input.form-control[type="password"],
.login-card #form-activate input.form-control[type="text"],
.login-card #request-password-reset-form input.form-control[type="password"],
.login-card #request-password-reset-form input.form-control[type="text"],
.login-card #reset-password-form input.form-control[type="password"],
.login-card #reset-password-form input.form-control[type="text"] {
  background: transparent !important;
  border: 1px solid rgba(192, 204, 215, 0.15) !important;
  transition: border 0.3s linear;
  color: #FFFFFF;
}
.login-card #login-form input.form-control[type="password"]:focus,
.login-card #login-form input.form-control[type="text"]:focus,
.login-card #form-register input.form-control[type="password"]:focus,
.login-card #form-register input.form-control[type="text"]:focus,
.login-card #form-activate input.form-control[type="password"]:focus,
.login-card #form-activate input.form-control[type="text"]:focus,
.login-card #request-password-reset-form input.form-control[type="password"]:focus,
.login-card #request-password-reset-form input.form-control[type="text"]:focus,
.login-card #reset-password-form input.form-control[type="password"]:focus,
.login-card #reset-password-form input.form-control[type="text"]:focus {
  outline: none !important;
  border-color: #0656B7 !important;
}
.login-card #login-form input.form-control[type="password"]:-webkit-autofill, .login-card #login-form input.form-control[type="password"]:-webkit-autofill:hover, .login-card #login-form input.form-control[type="password"]:-webkit-autofill:focus, .login-card #login-form input.form-control[type="password"]:-webkit-autofill:active,
.login-card #login-form input.form-control[type="text"]:-webkit-autofill,
.login-card #login-form input.form-control[type="text"]:-webkit-autofill:hover,
.login-card #login-form input.form-control[type="text"]:-webkit-autofill:focus,
.login-card #login-form input.form-control[type="text"]:-webkit-autofill:active,
.login-card #form-register input.form-control[type="password"]:-webkit-autofill,
.login-card #form-register input.form-control[type="password"]:-webkit-autofill:hover,
.login-card #form-register input.form-control[type="password"]:-webkit-autofill:focus,
.login-card #form-register input.form-control[type="password"]:-webkit-autofill:active,
.login-card #form-register input.form-control[type="text"]:-webkit-autofill,
.login-card #form-register input.form-control[type="text"]:-webkit-autofill:hover,
.login-card #form-register input.form-control[type="text"]:-webkit-autofill:focus,
.login-card #form-register input.form-control[type="text"]:-webkit-autofill:active,
.login-card #form-activate input.form-control[type="password"]:-webkit-autofill,
.login-card #form-activate input.form-control[type="password"]:-webkit-autofill:hover,
.login-card #form-activate input.form-control[type="password"]:-webkit-autofill:focus,
.login-card #form-activate input.form-control[type="password"]:-webkit-autofill:active,
.login-card #form-activate input.form-control[type="text"]:-webkit-autofill,
.login-card #form-activate input.form-control[type="text"]:-webkit-autofill:hover,
.login-card #form-activate input.form-control[type="text"]:-webkit-autofill:focus,
.login-card #form-activate input.form-control[type="text"]:-webkit-autofill:active,
.login-card #request-password-reset-form input.form-control[type="password"]:-webkit-autofill,
.login-card #request-password-reset-form input.form-control[type="password"]:-webkit-autofill:hover,
.login-card #request-password-reset-form input.form-control[type="password"]:-webkit-autofill:focus,
.login-card #request-password-reset-form input.form-control[type="password"]:-webkit-autofill:active,
.login-card #request-password-reset-form input.form-control[type="text"]:-webkit-autofill,
.login-card #request-password-reset-form input.form-control[type="text"]:-webkit-autofill:hover,
.login-card #request-password-reset-form input.form-control[type="text"]:-webkit-autofill:focus,
.login-card #request-password-reset-form input.form-control[type="text"]:-webkit-autofill:active,
.login-card #reset-password-form input.form-control[type="password"]:-webkit-autofill,
.login-card #reset-password-form input.form-control[type="password"]:-webkit-autofill:hover,
.login-card #reset-password-form input.form-control[type="password"]:-webkit-autofill:focus,
.login-card #reset-password-form input.form-control[type="password"]:-webkit-autofill:active,
.login-card #reset-password-form input.form-control[type="text"]:-webkit-autofill,
.login-card #reset-password-form input.form-control[type="text"]:-webkit-autofill:hover,
.login-card #reset-password-form input.form-control[type="text"]:-webkit-autofill:focus,
.login-card #reset-password-form input.form-control[type="text"]:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #FFFFFF;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 0px 1000px transparent;
}
.login-card #login-form .btn,
.login-card #form-register .btn,
.login-card #form-activate .btn,
.login-card #request-password-reset-form .btn,
.login-card #reset-password-form .btn {
  margin-top: 30px;
  padding: 13px 60px;
}
.login-card #form-register label.cbx-label {
  font-size: 11px !important;
}

.alert-login {
  width: 643px;
}
.alert-login .alert {
  margin-left: 0;
  margin-right: 0;
}

.has-error .help-block {
  color: #C7254E;
}

.has-success .help-block {
  color: #FFFFFF;
}

.has-success .cbx-active {
  border-color: #0656B7;
}

.help-block {
  color: #747687;
}

.login-header .language-changer {
  background: transparent !important;
  width: 80px !important;
}
.login-header .language-changer ul {
  background: rgba(11, 24, 44, 0.9);
  backdrop-filter: blur(1px);
  border-radius: 3px;
}
.login-header .language-changer ul li .language-switcher {
  background: rgba(11, 24, 44, 0.9) !important;
  line-height: normal !important;
  height: auto !important;
  padding: 10px 28px !important;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom: 1px solid rgba(231, 237, 246, 0.1);
}
.login-header .language-changer ul li .language-switcher:hover {
  background: #0656B7 !important;
}
.login-header .language-changer ul li:last-child .language-switcher {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  border-bottom: 0;
}
.login-header .language-changer .hide-panel {
  display: none;
}

[data-form-dark] #content-holder {
  padding: 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.flex-grow div {
  flex-grow: 1;
}

.modal.popup-modal {
  padding-right: 0 !important;
}
.modal.popup-modal .slick-track {
  min-width: 609px;
}
@media (min-width: 768px) {
  .modal.popup-modal .modal-dialog {
    width: 650px;
  }
}
@media (min-width: 480px) {
  .modal.popup-modal.modal.in .modal-dialog {
    transform: translate(0, 25%);
  }
}
.modal.popup-modal .modal-content {
  position: relative;
  background: #01152D;
  padding: 20px;
}
.modal.popup-modal .modal-content.gradient-mask {
  background: url(../img/gradient-mask.png), #01152D;
  background-size: cover;
}
.modal.popup-modal .modal-content .modal-slider {
  margin-bottom: 60px;
}
.modal.popup-modal .modal-content .slick-dots {
  bottom: -30px;
}
.modal.popup-modal .modal-content .slick-dots li.slick-active button::before {
  color: #0656B7;
}
.modal.popup-modal .modal-content .slick-dots li button::before {
  color: #37485A;
  opacity: 1;
  font-size: 8px;
}
.modal.popup-modal .modal-content .modal-header {
  background: transparent;
  border-bottom: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 609px;
}
.modal.popup-modal .modal-content .modal-header img {
  width: 100%;
  height: 240px;
  border-radius: 4px;
  object-fit: cover;
}
.modal.popup-modal .modal-content .modal-body {
  margin-top: 30px;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 609px;
}
.modal.popup-modal .modal-content .modal-body-title {
  text-align: center;
  font-weight: 600;
  font-size: 22px;
  color: #F6F6F7;
  letter-spacing: -0.3px;
}
.modal.popup-modal .modal-content .modal-body-description {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F6F6F7CC;
}
.modal.popup-modal .modal-content .modal-body-description strong, .modal.popup-modal .modal-content .modal-body-description a {
  font-weight: 600;
  color: #F6F6F7CC;
}
.modal.popup-modal .modal-content .modal-footer {
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .modal.popup-modal .modal-content .modal-footer {
    flex-direction: row;
  }
}
.modal.popup-modal .modal-content .modal-footer::before, .modal.popup-modal .modal-content .modal-footer::after {
  display: none;
}
.modal.popup-modal .modal-content .modal-footer .btn-cancel {
  background: #192C45;
  color: #F6F6F7;
}
.modal.popup-modal .modal-content .modal-footer .btn-cancel:hover {
  background: #172940;
}
.modal.popup-modal .modal-content .modal-footer .btn {
  margin: 0;
  padding: 13px 60px;
}

/* ------------ GENERAL ---------------- */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #2b74f0;
  transition: all 0.5s linear;
  font-weight: 600;
}
a:hover {
  text-decoration: none;
  color: #3481FF;
}

b {
  font-weight: 600;
}

html,
body {
  width: 100%;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  background: #E8EEF8D4;
  color: rgba(34, 52, 88, 0.9);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #223458;
  font-weight: 600;
  margin-top: 0;
}

h1,
h2,
h4,
h5,
h6 {
  color: rgba(13, 31, 60, 0.95);
}

h3 {
  color: rgba(13, 31, 60, 0.9);
  letter-spacing: -0.5px;
  line-height: 1.6;
  font-size: 20px;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

strong {
  font-weight: 600;
}

.text-notransform {
  text-transform: none;
}

.text-purple {
  color: #9D27FB;
}

.text-blue {
  color: #2b74f0;
}

.text-red {
  color: #e61e44;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #0D1F3C;
}

.text-green {
  color: #36c697;
}

.text-muted {
  color: #78839C;
  font-weight: 600;
}

.no-border {
  border: none !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.ml-30 {
  margin-left: 30px;
}

.split-input {
  padding: 0;
}
@media screen and (max-width: 1199px) {
  .split-input div:last-child {
    padding-left: 0;
  }
}

.link-grey {
  color: #677793;
}
.link-grey:hover, .link-grey:focus {
  color: #41516b;
}

.link-dark {
  font-size: 12px;
  letter-spacing: -0.2px;
  font-weight: 600;
}
.link-dark a {
  color: rgba(13, 31, 60, 0.95);
}

.text-italic {
  font-style: italic;
}

img.banner {
  max-width: 100%;
}

.alerts-absolute {
  position: absolute;
  width: 100%;
  z-index: 1020;
}

.btn {
  border-radius: 3px;
  transition: all 0.3s ease;
  border-width: 1.2px;
  padding: 13px 60px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px 0;
  transition: all 0.5s linear;
}
.btn.btn-lg {
  font-size: 16px;
  padding: 12px 25px;
}
.btn-full {
  width: 100%;
}
.btn.text-left {
  text-align: left;
}
.btn:focus, .btn:active, .btn.active {
  outline: none !important;
}
.btn.btn-default {
  background: rgba(98, 115, 147, 0.18);
  border-color: transparent;
  box-shadow: none;
  color: #223458;
}
.btn.btn-default:hover, .btn.btn-default[disabled]:hover {
  background: rgba(98, 115, 147, 0.25);
  border-color: transparent;
}
.btn.btn-dark {
  background: #072944;
  border: 1px solid transparent;
  color: #F6F6F7;
}
.btn.btn-dark:hover, .btn.btn-dark[disabled]:hover {
  border: 1px solid transparent;
  background: #021731;
}
.btn.btn-outline {
  background: transparent;
  border: 2px solid #0656B7;
  color: #fff;
}
.btn.btn-outline:hover {
  background: #0656B7;
}
.btn.btn-border {
  background: rgba(3, 15, 29, 0.25);
  border: 1.2px solid #282D45;
  color: #F6F6F7;
}
.btn.btn-border:hover {
  background: rgba(3, 15, 29, 0.45);
}
.btn.btn-primary {
  background: #337ab7;
  border-color: #115895;
}
.btn.btn-primary:hover {
  background: #2269a6;
}
.btn.btn-danger {
  background: #e95f5a;
  border-color: #e95f5a;
}
.btn.btn-danger:hover {
  background: #e95f5a;
}
.btn.btn-success {
  background: #0656B7;
  border-color: #0656B7;
  color: #F6F6F7;
  text-align: center;
}
.btn.btn-success:hover, .btn.btn-success[disabled]:hover, .btn.btn-success[disabled]:focus {
  background: #1369D0 !important;
  border-color: #1369D0 !important;
}
.btn.btn-warning {
  background: #ffb54d;
  border-color: #ffb54d;
}
.btn.btn-warning:hover {
  background: #ffb54d;
}
.btn.btn-info {
  background: #419ef9;
  border-color: #419ef9;
}
.btn.btn-info:hover {
  background: #419ef9;
}
.btn.btn-visit-mevspace {
  position: absolute;
  z-index: 10;
  right: 15px;
  bottom: -40px;
  background-color: #00aae3;
  border-width: 1px;
  border-color: #0088c1;
  min-width: 200px;
}
.btn.btn-visit-mevspace:nth-of-type(2) {
  -webkit-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

.btn-plus-minus {
  display: block !important;
  position: absolute;
  transition: all 1s;
  box-sizing: border-box;
  padding: 0 8px;
  top: 50%;
  right: 20px;
}
.btn-plus-minus span {
  background: rgba(34, 52, 88, 0.8);
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.5px;
  border-radius: 1px;
}
.btn-plus-minus span:nth-of-type(1) {
  top: 0;
}
.btn-plus-minus span:nth-of-type(2) {
  -webkit-transform: translateY(0px) rotate(-90deg);
  transform: translateY(0px) rotate(-90deg);
}

.btn-more {
  color: #223458;
  display: inline-block;
  padding-right: 18px;
  right: 0;
  vertical-align: middle;
}
.btn-more:hover, .btn-more:focus {
  color: #223458;
}

.btn.arrow {
  background: #0656B7;
  padding: 10px 15px;
}
.btn.arrow::after {
  padding-left: 0;
  content: url("../img/arrow-right-white.svg");
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: url("../img/arrow-right.svg");
  vertical-align: middle;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.arrow:hover {
  color: #1369D0;
}
.arrow:hover::after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.btn-details {
  margin: 15px auto 0;
  color: #CAD1DD;
  font-size: 13px;
  transition: all 0.5s linear;
}
.btn-details i {
  font-size: 14px;
  margin-right: 5px;
}
.btn-details:hover, .btn-details:focus {
  color: white;
  text-decoration: none;
}

.badge.badge-new {
  text-transform: capitalize;
  background-color: #0FB07B;
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
  vertical-align: baseline;
  font-weight: 600;
  font-size: 13px;
  color: #E5EBF6;
  padding: 4px 6px;
  border-radius: 3px;
}
.badge.badge-green {
  background: #0FB099;
  color: white;
}
.badge.badge-sm {
  font-size: 11px;
  padding: 4px 5px;
}
.badge.badge-sm-menu {
  position: relative;
  display: inline-block !important;
  padding: 4px 5px !important;
  color: #fff !important;
  font-size: 11px !important;
  top: -1px;
}

.link-grey {
  color: #677793;
}
.link-grey:hover, .link-grey:focus {
  color: #41516b;
}

.phone-number-big {
  font-size: 4rem;
  line-height: 48px;
  font-weight: 700;
}

#form-handle {
  position: absolute;
  top: -118px;
}

.title-box {
  border-bottom: 8px solid;
  color: #0D1F3C;
  margin: 15px 0 30px 0;
  padding: 15px 0 10px 0;
  font-size: 1.429rem;
  font-weight: 600;
}
.title-box.basic {
  border-color: #0C5BBA;
}
.title-box.advanced {
  border-color: #0B4589;
}
.title-box.proffesional {
  border-color: #052B58;
}
.title-box.black-friday {
  border-color: #030F1D;
}
.title-box.new-price {
  border-color: #2E72E4;
}
.title-box p {
  display: inline;
  text-transform: initial;
  font-size: 1rem;
  color: #78839C;
  margin: 0 0 0 5px;
}

.bg-grenate {
  background: #032043;
}

.bg-grey {
  background: #d9e3f1;
}

.bg-linear-gradient {
  background: linear-gradient(90deg, #F4F7FA 68%, #fff 0%);
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mbt-60 {
  margin: 60px 0;
}

.p-15 {
  padding: 15px;
}

.pr-0 {
  padding-right: 0;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-5 {
  padding-right: 5px;
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px;
}

.prl-120 {
  padding: 0 120px;
}

.no-padding {
  padding: 0;
}

.tooltip-inner {
  max-width: 250px;
  font-size: 11px;
}
.tooltip-inner h1 {
  color: #fff;
  font-size: 13px;
}
.tooltip-inner p {
  margin: 0 0 5px;
}

.tooltip-href img {
  vertical-align: middle;
  margin-left: 5px;
}

/* -------------- MODALS ------------- */
.modal .modal-content {
  overflow: hidden;
  color: #fff;
}
.modal .modal-content.alert-success .modal-header {
  background: #0656B7;
}
.modal .modal-content.alert-success .alert-icon {
  color: #0656B7;
}
.modal .modal-content.alert-danger .modal-header {
  background: #e95f5a;
}
.modal .modal-content.alert-danger .alert-icon {
  color: #e95f5a;
}
.modal .modal-content.alert-info .modal-header {
  background: #419ef9;
}
.modal .modal-content.alert-info .alert-icon {
  color: #419ef9;
}
.modal .modal-content.alert-warning .modal-header {
  background: #ffb54d;
}
.modal .modal-content.alert-warning .alert-icon {
  color: #ffb54d;
}
.modal .modal-content[class*="alert-"] .modal-header {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  border: 0;
}
@media (max-width: 767px) {
  .modal .modal-content[class*="alert-"] .btn {
    margin-top: 15px;
  }
}
.modal .modal-content .modal-body {
  background: #F4F7FA;
  padding: 25px;
}
.modal .modal-content .modal-footer {
  border: 0;
  background: #F4F7FA;
}
.modal .alert-icon {
  font-size: 120px;
  line-height: 120px;
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.modal-dark-newui.fade {
  backdrop-filter: blur(4px);
}
.modal-dark-newui .modal-content {
  box-shadow: 0px 4px 8px rgba(16, 24, 64, 0.08);
  border-radius: 4px;
}
.modal-dark-newui .modal-content, .modal-dark-newui .modal-body, .modal-dark-newui .modal-footer {
  background-color: #031123 !important;
  border: none;
}
.modal-dark-newui .modal-header {
  background-color: transparent !important;
  padding: 20px 20px 0 20px;
}
.modal-dark-newui .modal-header .close {
  background: url("../img/close-icon.svg") no-repeat left center;
  background-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
  height: 16px;
  width: 12px;
  opacity: 0.5;
}
.modal-dark-newui .modal-header .close span {
  display: none;
}
.modal-dark-newui .modal-header .modal-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.3rem !important;
  font-weight: 600;
  color: #F6F6F7;
}
.modal-dark-newui .modal-body {
  padding: 0;
}
.modal-dark-newui .modal-body .modal-input {
  padding: 5px 20px;
}
.modal-dark-newui .modal-body label {
  color: rgba(29, 46, 79, 0.95);
}
.modal-dark-newui .modal-footer {
  border-top: 1px solid rgba(192, 204, 215, 0.15) !important;
}
.modal-dark-newui .modal-footer .btn {
  color: #fff;
}

/* -------------- LINE --------------- */
.line {
  padding: 100px 0;
  position: relative;
}
.line.line-bottom {
  padding: 0 0 75px 0;
}
.line.line-bottom-border {
  padding-bottom: 120px;
}
.line.line-white {
  background: #fff;
}
.line.line-home {
  padding: 112px 0;
}
.line.line-home-bottom-border {
  padding-bottom: 132px;
}
.line.line-home-box {
  padding: 112px 0 212px 0;
}
.line.line-box {
  padding: 100px 0 250px;
}

.page-title-line {
  background-color: #314559;
  color: #fff;
  padding: 16px 0 22px;
}
.page-title-line h3 {
  color: #fff;
  padding: 0 15px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .line {
    padding: 80px 0;
  }
}
/* -------------- ROWS --------------- */
.row.row-explode {
  margin-left: -30px;
  margin-right: -30px;
}
.row.row-explode > div {
  padding-left: 30px;
  padding-right: 30px;
}

/* -------------- PANELS ------------- */
.panel {
  background: #fff;
  border-color: #e5e5e5;
  border-radius: 4px;
  border-width: 1px 1px 2px;
  box-shadow: none;
  margin: 0 0 15px;
}
.panel .panel-heading:first-child {
  border-top: none;
}
.panel .panel-heading {
  border: none;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  padding: 15px;
}
.panel .panel-heading h1 {
  font-size: 2em;
}
.panel .panel-heading h3 {
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
}
.panel .panel-heading h4 {
  font-size: 1.4rem;
  font-weight: 300;
}
.panel .panel-heading h6 {
  font-size: 1.2rem;
  font-weight: 300;
}
.panel .panel-body {
  padding: 15px;
}
.panel .panel-body.full {
  border-top: 0;
  padding: 0;
}
.panel .panel-body.full .table {
  margin: 0;
}
.panel .panel-body.no-padding {
  padding: 0;
}
.panel .panel-body.no-padding table {
  margin: 0;
  border-top: 0;
}
.panel .panel-body.no-padding table tr td {
  padding: 15px;
}
.panel .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #8598CC14;
  border-top: 1px solid #8598CC30;
  border-bottom: 1px solid #8598CC30;
}
.panel .panel-footer {
  background: white;
  font-weight: 600;
  padding: 25px;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.panel .panel-footer.package-price {
  background: #030f1d;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}
.panel.only-body .panel-body {
  border: none;
}
.panel .panel-body.panel-body-horizontal-padding {
  padding: 0 20px !important;
}
.panel .panel-body.no-padding {
  padding: 0;
}
.panel .panel-body.no-padding table {
  margin: 0;
}
.panel .panel-body.no-padding table > tbody > tr:first-child th,
.panel .panel-body.no-padding table > tbody > tr:first-child td {
  border-top: 0;
}
.panel .panel-body.no-padding table th,
.panel .panel-body.no-padding table td {
  padding-left: 15px;
  padding-right: 15px;
}
.panel .panel-body.no-padding table tr td {
  border: 0;
}
.panel.faq .panel-heading:not(:first-child) {
  background: #fafafa;
}
.panel.faq .panel-body .panel .panel-heading {
  padding: 0;
}
.panel.faq .panel-body .panel .panel-heading a {
  display: block;
  padding: 15px;
}
.panel.faq .panel-body .panel .panel-heading a:hover, .panel.faq .panel-body .panel .panel-heading a:active, .panel.faq .panel-body .panel .panel-heading a:focus {
  text-decoration: none;
}
.panel.panel-faq {
  border: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0;
}
.panel.panel-faq .panel-body.no-padding {
  padding: 15px;
}
.panel.panel-faq .panel-body table > tbody tr.hide-desktop td {
  font-weight: 600;
  font-size: 1.2rem;
  color: #0D1F3C;
}
.panel.panel-faq .panel-body table > tbody tr.hide-desktop td .price {
  font-size: 1.143rem;
  margin: 10px 0 0 0;
  color: #347AF0;
}
.panel.panel-faq .panel-body table > tbody tr.hide-desktop td .price span {
  color: #78839C;
}
.panel.panel-offer {
  border: none;
  background: #030F1D;
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 30px 0;
  margin-top: 60px;
}
.panel.panel-offer table > tbody > tr > td {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}
.panel.panel-offer table > tbody > tr > td .price {
  font-size: 1.143rem;
  margin: 10px 0 0 0;
  color: #347AF0;
}
.panel.panel-offer table > tbody > tr > td .price span {
  color: #fff;
  font-size: 1rem;
}
.panel.panel-dark {
  border: none;
  box-shadow: rgba(20, 70, 150, 0.15) 0px 2px 3px 0;
  background: #030F1D;
  margin: -300px 0 0 0;
  padding: 15px 0;
}
.panel.panel-dark .panel-heading {
  background: #030F1D;
  padding: 10px 25px;
}
.panel.panel-dark .panel-heading h4 {
  color: #fff;
  font-size: 1.286rem;
  font-weight: 600;
  margin-bottom: 0;
}
.panel.panel-dark .panel-body {
  padding: 10px 25px;
}
.panel.panel-dark .panel-body h5 {
  color: #fff;
}
.panel.panel-dark .panel-body h5 span {
  color: #3B84FF;
  font-size: 1.2rem;
  margin: 10px 0 0 0;
  display: block;
  text-transform: none;
}
.panel.panel-dark .panel-body span {
  color: #fff;
  font-weight: 600;
}
.panel.panel-dark .panel-body p {
  padding: 5px 0;
  margin-bottom: 0;
}
.panel.panel-dark .panel-body p .link {
  color: #fff;
}
.panel.panel-dark .panel-body p.address {
  padding: 5px 0;
  background: none;
}
.panel.panel-dark .panel-body.mt-15 {
  margin-top: 15px;
}
.panel.panel-dark .panel-body.no-icon p {
  background: none;
  padding: 0;
  margin: 0;
}
.panel.panel-dark .panel-body.no-padding table.table-striped > tbody > tr > td {
  padding: 8px 0;
  color: #fff;
  font-weight: 600;
}
.panel.panel-dark .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #030F1D;
  border: 0;
}
.panel.panel-dark .panel-body.no-padding table.table-details tbody td:not(:first-child) {
  text-align: right;
  background: none;
  padding: 5px 0;
  color: #347AF0;
}
.panel.panel-dark .panel-body.no-padding table.table-details tbody td:not(:first-child) span {
  color: #fff;
  font-size: 12px;
  color: #8798AD;
}
.panel.panel-dark .panel-footer {
  background: #030F1D;
  padding: 25px 25px 10px 25px;
}
.panel.panel-dark.panel-payment {
  background: #031529;
  margin: -200px 0 0 0;
}
.panel.panel-dark.panel-administration {
  margin: -250px 0 0 0;
}
.panel.panel-dark.panel-colocation {
  margin: -260px 0 0 0;
}
.panel.panel-dark.panel-backup {
  margin: -120px 0 0 0;
}
.panel.panel-dark.panel-cdn {
  margin: -180px 0 0 0;
}
.panel.panel-checkout {
  border: 0;
  box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0;
}
.panel.panel-checkout .panel-body.no-padding {
  padding: 10px 0 10px 0;
}
.panel.panel-checkout .panel-body.no-padding table th {
  border: 0;
  color: #0D1F3C;
  font-weight: 600;
  font-size: 0.929rem;
  padding: 8px 12px 0 12px;
}
.panel.panel-checkout .panel-body.no-padding table > tbody > tr > td {
  font-size: 0.929rem;
  padding: 10px 12px;
}
.panel.panel-checkout .panel-body.no-padding table tfoot tr th {
  padding: 8px 12px;
}
.panel.panel-checkout .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n) {
  background: #DCE5EF;
}
.panel.panel-checkout .panel-footer {
  padding: 5px;
}
.panel.panel-home {
  border: none;
  box-shadow: rgba(20, 70, 150, 0.15) 0px 2px 3px 0;
}
.panel.panel-home .panel-heading {
  text-align: center;
  font-weight: 600;
  height: 120px;
  padding: 34px 15px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 0;
}
.panel.panel-home .panel-heading h2 {
  color: #0D1F3C;
  font-size: 1.286rem;
  font-weight: 600;
  margin: 0;
}
.panel.panel-home .panel-heading .panel-price {
  margin: 15px 0 0 0;
}
.panel.panel-home .panel-heading .panel-price h3 {
  color: #347AF0;
  font-size: 1.286rem;
  font-weight: 600;
  display: block;
}
.panel.panel-home .panel-heading .panel-price h3 span {
  color: #78839C;
  display: inline;
}
.panel.panel-home .panel-heading .panel-price span {
  font-weight: 600;
  font-size: 0.929rem;
  color: #8A94A9;
  display: block;
  margin-top: 3px;
}
.panel.panel-home .panel-body.no-padding table tr td {
  text-align: left;
  font-weight: 600;
  padding: 15px 0 15px 50px;
  background: url("../../../../img/icon-check.svg") no-repeat left center;
  color: #0D1F3C;
}
.panel.panel-home.panel-highlighted {
  margin-top: -50px;
  background: #030F1D;
}
@media screen and (max-width: 991px) {
  .panel.panel-home.panel-highlighted.panel-highlighted {
    margin-top: 0;
  }
}
.panel.panel-home.panel-highlighted .panel-badge {
  text-align: center;
  margin: 0 auto;
}
.panel.panel-home.panel-highlighted .panel-badge .badge {
  text-transform: uppercase;
  background: rgba(52, 122, 240, 0.1);
  color: #3075E8;
  font-size: 1.071rem;
  margin: 30px 0 0 0;
}
.panel.panel-home.panel-highlighted .panel-heading {
  background: #030F1D;
  padding: 32px 15px 0;
  height: 120px;
}
.panel.panel-home.panel-highlighted .panel-heading h2 {
  color: #fff;
}
.panel.panel-home.panel-highlighted .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #030F1D;
}
.panel.panel-home.panel-highlighted .panel-body.no-padding table tr td {
  color: #fff;
}
.panel.panel-home.panel-highlighted .panel-footer {
  background: #030F1D;
}
.panel.panel-package {
  border: none;
  box-shadow: rgba(20, 70, 150, 0.15) 0px 2px 3px 0;
}
.panel.panel-package .panel-heading {
  text-align: center;
  font-weight: 600;
  height: 120px;
  padding: 34px 15px 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 0;
}
.panel.panel-package .panel-heading h2 {
  color: #0D1F3C;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.panel.panel-package .panel-heading .panel-price {
  margin: 15px 0 0 0;
}
.panel.panel-package .panel-heading .panel-price .old-price h3 {
  color: #4B505D;
}
.panel.panel-package .panel-heading .panel-price h3 {
  color: #347AF0;
  font-size: 1.286rem;
  font-weight: 600;
  display: block;
}
.panel.panel-package .panel-heading .panel-price h3 span {
  color: #78839C;
  display: inline;
}
.panel.panel-package .panel-heading .panel-price span {
  font-weight: 600;
  font-size: 0.929rem;
  display: block;
  margin-top: 3px;
  color: #8A94A9;
}
.panel.panel-package .panel-body.no-padding table tr td {
  text-align: left;
  font-weight: 600;
  padding: 15px 0 15px 50px;
  background: url("../../../../img/icon-check.svg") no-repeat left center;
  color: #0D1F3C;
}
.panel.panel-package.panel-highlighted {
  margin-top: -50px;
  background: #030F1D;
}
.panel.panel-package.panel-highlighted .panel-badge {
  text-align: center;
  margin: 0 auto;
}
.panel.panel-package.panel-highlighted .panel-badge .badge {
  text-transform: uppercase;
  background: rgba(52, 122, 240, 0.1);
  color: #3075E8;
  font-size: 1.071rem;
  margin: 30px 0 0 0;
}
.panel.panel-package.panel-highlighted .panel-heading {
  background: #030F1D;
  padding: 32px 15px 0;
  height: 108px;
}
.panel.panel-package.panel-highlighted .panel-heading h2 {
  color: #fff;
}
.panel.panel-package.panel-highlighted .panel-heading .panel-price span {
  color: #fff;
}
.panel.panel-package.panel-highlighted .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #030F1D;
}
.panel.panel-package.panel-highlighted .panel-body.no-padding table tr td {
  color: #fff;
}
.panel.panel-package.panel-highlighted .panel-footer {
  background: #030F1D;
}
.panel.panel-featured {
  margin-top: -30px;
  padding-top: 30px;
  background: #030F1D;
}
.panel.panel-featured .bestseller-label {
  display: inline-block;
  position: absolute;
  top: -33px;
  left: 10px;
  background: url("../../../../img/bestseller.png") no-repeat left top;
  height: 101px;
  width: 172px;
}
.panel.panel-featured .panel-badge {
  text-align: center;
  margin: 0 auto;
}
.panel.panel-featured .panel-badge .badge {
  text-transform: uppercase;
  background: rgba(52, 122, 240, 0.1);
  color: #3075E8;
  font-size: 1.071rem;
  margin: 30px 0 0 0;
}
.panel.panel-featured .panel-heading {
  background: #030F1D;
  padding: 32px 15px 0;
  height: 120px;
}
.panel.panel-featured .panel-heading h2 {
  color: #fff;
  font-size: 1.286rem;
  font-weight: 600;
  margin: 0;
}
.panel.panel-featured .panel-body.no-padding table th,
.panel.panel-featured .panel-body.no-padding table td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel.panel-featured .panel-body.no-padding table tr td {
  color: #fff;
}
.panel.panel-featured .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: #030F1D;
}
.panel.panel-featured .panel-footer {
  background: #030F1D;
}

.cart-checkout h4,
.cart-confirmation h4 {
  margin-bottom: 0;
}
.cart-checkout .panel-heading,
.cart-confirmation .panel-heading {
  background: #030F1D;
  padding: 20px 15px;
  border-radius: 10px;
}
.cart-checkout .panel-heading h4,
.cart-confirmation .panel-heading h4 {
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 1.143rem;
}

.cart-checkout .row .col-md-9,
.cart-confirmation .row .col-md-9 {
  padding-right: 30px;
}

.cart-finalize .panel-checkout {
  margin: 30px 0 0 0;
}

@media screen and (max-width: 991px) {
  .cart-checkout .row .col-md-9 {
    padding-right: 15px;
  }

  .site-contact .panel.panel-dark,
  .cart-finalize .panel.panel-dark {
    margin: 30px 0 0 0;
  }
}
@media screen and (max-width: 766px) {
  .panel.panel-faq {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 480px) {
  .panel.panel-home .panel-heading h1 {
    font-size: 2rem;
  }
}
/* ------------- BOXES --------------- */
.box {
  margin-bottom: 30px;
  border-radius: 3px;
  width: 100%;
}
.box.box-map .box-heading {
  padding: 30px 15px;
}
.box.box-horizontal {
  display: flex;
  align-items: stretch;
}
.box.box-horizontal .box-icon {
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box.box-horizontal .box-content h3 {
  margin-top: 10px;
  font-size: 1.2rem;
}
.box .box-content {
  padding: 15px;
}
.box .box-content img {
  max-width: 100%;
}
.box .box-heading {
  text-align: center;
  padding: 15px;
}
.box .box-heading h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
}
.box.box-white {
  background: #FAFBFF;
  box-shadow: 0px 4px 4px 0px rgba(154, 166, 190, 0.04);
  height: 100%;
  margin-bottom: 0;
  transition: all 0.3s linear;
}
.box.box-white:hover .box-image {
  transition: transform 350ms;
  transform: translateY(-5px);
}
.box.box-white .box-image {
  position: relative;
  will-change: transform;
  transition: transform 450ms;
}
.box.box-white .box-image img {
  position: absolute;
  top: -55px;
  left: 10px;
}
.box.box-white .box-heading {
  text-align: left !important;
  padding: 30px 25px 0 !important;
}
.box.box-white .box-heading h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: -0.6px;
  color: #223458;
  text-transform: unset;
}
.box.box-white .box-content {
  padding: 0 30px 30px 25px !important;
}
.box.box-white .box-content p {
  font-size: 16px;
  color: rgba(34, 52, 88, 0.8);
  line-height: 24px;
  margin: 0;
}
.box.box-white .box-content.no-button {
  padding: 0 25px 30px;
}
.box.box-white .box-content.no-button p {
  font-size: 16px;
  color: rgba(34, 52, 88, 0.8);
  line-height: 26px;
}
.box.box-white .box-button {
  padding: 0 25px 25px;
}
.box.box-white.centered .box-heading {
  padding: 40px 25px 25px 25px !important;
  text-align: center !important;
}
.box.box-white.centered .box-image img {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.box.box-bordered {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.05);
  transition: all 0.5s linear;
  padding: 20px;
}
.box.box-bordered:hover {
  background: rgba(255, 255, 255, 0.05);
}
.box.box-bordered .box-heading {
  padding: 0;
  text-align: left;
}
.box.box-bordered .box-heading h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 0;
  background: url("../img/icon-check.svg") no-repeat left center;
  background-size: 23px;
  padding: 5px 40px;
}
.box.box-bordered .box-heading p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.box.box-bordered .box-content {
  padding: 0;
}
.box.box-bordered .box-content p {
  font-size: 1.05rem;
  line-height: 1.6;
}
.box.box-bordered .box-content a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}

.box-border {
  position: relative;
}
.box-border img {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 21px;
  max-width: 90%;
}
.box-border.box-bordered {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.05);
  transition: all 0.5s linear;
  padding: 20px;
}
.box-border.box-bordered:hover {
  background: rgba(255, 255, 255, 0.05);
}
.box-border.box-bordered .box-heading {
  padding: 0;
  text-align: left;
}
.box-border.box-bordered .box-heading h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: initial;
  margin-bottom: 0;
  background: url("../img/icon-check.svg") no-repeat left center;
  background-size: 23px;
  padding: 5px 40px;
}
.box-border.box-bordered .box-heading p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}
.box-border.box-bordered .box-content {
  padding: 0;
}
.box-border.box-bordered .box-content p {
  font-size: 1.05rem;
  line-height: 1.6;
}
.box-border.box-bordered .box-content a {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .box.box-horizontal {
    display: block;
  }
  .box.box-horizontal .box-icon {
    padding: 15px;
    width: 100%;
  }
}
/* ------------- SUMMARY BOX --------------- */
.summary-box .summary-heading {
  margin: 0 0 15px 0;
}
.summary-box .summary-body a {
  margin: 15px 0 0 0;
  display: block;
}
.summary-box .summary-body.active-code p {
  color: #3B84FF;
  background: rgba(59, 132, 255, 0.11);
  padding: 14px 15px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 13px;
}
.summary-box .summary-body.active-code p img {
  margin-right: 10px;
}
.summary-box .summary-body .form-group {
  margin: 0 0 10px 0;
}
.summary-box .summary-body .form-group.joined {
  display: flex;
  position: relative;
  -moz-box-align: center;
  align-items: center;
}
.summary-box .summary-body .form-group.joined .btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 2.5rem;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: none;
  height: 44px;
  line-height: 14px;
  padding: 15px 5px;
  width: 30%;
}
.summary-box .summary-body .form-group.joined .btn:focus {
  background: #257AFA !important;
}
.summary-box .summary-body .form-group.joined .form-group:last-child {
  margin: 0 0 35px 0;
}
.summary-box .summary-footer {
  margin: 30px 0 0 0;
}

/* ------------- TABLES -------------- */
table.table-details tbody td {
  padding: 12px 15px;
  border: none;
  vertical-align: middle;
}
table.table-details tbody td:not(:first-child) {
  text-align: center;
}
table.table-details tbody td i.ion-checkmark {
  color: #0656B7;
}
table.table-details tbody td i.ion-close {
  color: #e95f5a;
}
table.table-dedicated {
  border-collapse: separate;
  border-spacing: 0 30px;
  color: #314559;
  font-size: 0.925rem;
}
table.table-dedicated > thead:first-child {
  text-transform: uppercase;
}
table.table-dedicated > thead:first-child > tr:first-child th {
  border: 0;
  border-right: 0;
  border-left: 0;
  background: #fafafa;
  border-radius: 0;
  padding: 15px;
  font-weight: 900;
  font-size: 0.9rem;
}
table.table-dedicated > thead:first-child > tr:first-child th:first-child {
  border-radius: 3px 0 0 3px;
  border-left: 0;
}
table.table-dedicated > thead:first-child > tr:first-child th:last-child {
  border-radius: 0 3px 3px 0;
  border-right: 0;
  text-align: right;
}
table.table-dedicated > thead:first-child:after {
  content: "";
  display: block;
  height: 15px;
  background: none;
}
table.table-dedicated > tbody {
  border-radius: 10px;
}
table.table-dedicated > tbody > tr {
  box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0;
}
table.table-dedicated > tbody > tr > td {
  padding: 12px 10px;
  border: none;
  background: #fafafa;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 1rem;
}
table.table-dedicated > tbody > tr > td:first-child {
  border-radius: 10px 0 0 10px;
  border-left: 0;
}
table.table-dedicated > tbody > tr > td:last-child {
  border-radius: 0 10px 10px 0;
  border-right: 0;
  text-align: right;
  padding: 12px 10px;
}
table.table-dedicated > tbody > tr > td:last-child .btn {
  padding: 10px 30px;
}
table.table-dedicated > tbody > tr > td.cpu-icon {
  padding: 8px 8px 8px 18px;
}
table.table-dedicated > tbody > tr > td.addon-icon {
  text-align: center;
}
table.table-dedicated > tbody > tr > td.nvidia-icon span {
  margin: -3px 0 0 0;
}
table.table-dedicated > tbody > tr > td.nvidia-icon span img {
  display: block;
  max-height: 13px;
  height: 13px;
  margin: 2px 0 0 0;
}
table.table-dedicated > tbody > tr > td.price {
  vertical-align: middle;
  text-align: right;
}
table.table-dedicated > tbody > tr > td.price b {
  font-size: 1.286rem;
  color: #0D1F3C;
  font-weight: 600;
}
table.table-dedicated > tbody > tr > td.price span {
  color: #78839C;
  font-size: 0.929rem;
}
table.table-dedicated > tbody > tr > td.price .current-vat {
  color: #8A94A9;
}
table.table-dedicated > tbody > tr > td span {
  font-weight: 600;
  color: #0D1F3C;
  display: block;
}
table.table-dedicated > tbody > tr > td span.label-danger {
  display: inline;
  border-radius: 2px;
  color: #e95f5a;
  background: #fce7e6;
  padding: 1px 4px;
  font-weight: 700;
  font-size: 13px;
}
table.table-dedicated > tbody > tr > td a .icon-info {
  margin: 0 0 0 5px;
}
table.table-dedicated > tbody > tr:nth-child(odd) > td {
  background: #fff;
}
table.table-dedicated > tbody > tr:first-child > td {
  border-top: 0;
}
table.table-dedicated > tbody > tr:last-child > td {
  border-bottom: 0;
}
table.table-dedicated > tfoot > tr > th {
  border: 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #0D1F3C;
}
table.table-dedicated > tfoot > tr > th#total-price {
  color: #347AF0;
}
table.table-checkout {
  color: #314559;
  font-size: 1rem;
  margin-top: 30px;
}
table.table-checkout > thead tr {
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.3);
}
table.table-checkout > thead tr th {
  border: 0;
  background: #FAFBFF;
  border-radius: 0;
  padding: 15px 20px;
  color: #2E384D;
  font-weight: 600;
  white-space: nowrap;
}
table.table-checkout > thead tr th:first-child {
  border-radius: 3px 0 0 3px;
}
table.table-checkout > thead tr th:last-child {
  border-radius: 0 3px 3px 0;
}
table.table-checkout > thead:after {
  content: "";
  display: block;
  height: 30px;
  background: none;
}
table.table-checkout > tbody + tbody {
  border: none;
}
table.table-checkout > tbody > tr > td {
  border-radius: 0;
  padding: 12px 20px;
  color: #314559 !important;
  border: none;
  vertical-align: text-top;
}
table.table-checkout > tbody > tr > td.period-column {
  white-space: nowrap;
}
table.table-checkout > tbody > tr > td.price-column {
  white-space: nowrap;
  text-align: right;
}
table.table-checkout > tbody > tr > td:last-child {
  text-align: right;
}
table.table-checkout > tbody > tr > td[rowspan] {
  border-bottom-left-radius: 3px;
}
table.table-checkout > tbody > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.3);
}
table.table-checkout > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 3px;
}
table.table-checkout > tbody > tr:last-child:first-child > td:first-child {
  border-bottom-left-radius: 3px;
}
table.table-checkout > tbody > tr:first-child > td {
  background: #FAFBFF;
  border: none;
}
table.table-checkout > tbody > tr:first-child > td:first-child {
  border-top-left-radius: 3px;
}
table.table-checkout > tbody > tr:first-child > td:last-child {
  border-top-right-radius: 3px;
}
table.table-checkout > tbody > tr:first-child:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
table.table-checkout > tbody > tr:not(:first-child) > td {
  background: #f5f8fe;
  border-top: 1px solid #E7EDF6;
}
table.table-checkout > tbody > tr:not(:first-child):not(:nth-child(2)) > td {
  padding-top: 5px;
}
table.table-checkout > tbody > tr:not(:first-child):not(:last-child) > td {
  padding-bottom: 5px;
}
table.table-checkout > tbody:after {
  content: "";
  display: block;
  height: 20px;
  background: none;
  box-shadow: none;
  border: none;
}
table.table-checkout > tfoot > tr > th {
  border: 0;
  font-weight: 600;
  font-size: 1.25rem;
  color: #0D1F3C;
}
table.table-checkout > tfoot > tr > th#total-price {
  color: #347AF0;
}

.table-responsive {
  border: 0;
}

/* ------------- FORMS --------------- */
label {
  color: #0D1F3C;
  font-weight: 600;
  cursor: pointer;
}
label input[type="radio"] {
  position: relative;
  margin-right: 4px;
  cursor: pointer;
}
label input[type="radio"]:focus {
  outline: none;
}

.radio label {
  height: 25px;
  line-height: 26px;
  font-weight: 400;
}

.cart-confirmation label {
  padding-left: 30px;
  color: inherit;
  font-weight: 500;
  margin-bottom: 10px;
}
.cart-confirmation label img {
  max-width: 150px;
  max-height: 30px;
}

.cbx {
  border-radius: 0;
  border: 1px solid #b2b2b2;
}

input.form-control {
  border-radius: 3px;
}
input.form-control[type="text"] {
  background: #D7E0EE;
  border: 2px solid transparent;
  height: 44px;
  line-height: 44px;
  box-shadow: none;
  filter: none;
}
input.form-control[type="text"]:focus {
  box-shadow: none;
  border: 2px solid #0656B7;
  outline: 2px solid #CEDAE6;
}

textarea.form-control {
  border-radius: 3px;
  background: #D7E0EE !important;
  border: 2px solid transparent !important;
  box-shadow: none;
  border: 0;
  resize: none;
  height: 100px;
  box-shadow: none;
  border: 2px solid transparent;
  filter: none;
}
textarea.form-control:focus, textarea.form-control:active {
  box-shadow: none;
  border: 2px solid #0656B7 !important;
  outline: 2px solid #CEDAE6 !important;
}

.select2-container .selection .select2-selection {
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  height: 44px;
  line-height: 44px;
  padding: 0 24px 0 12px;
  background: #D7E0EE;
  color: #485068;
}
.select2-container .selection .select2-selection .select2-selection__arrow {
  border: none;
  height: 44px;
  width: 24px;
}
.select2-container .selection .select2-selection .select2-selection__arrow b {
  border-color: #0656B7 transparent transparent;
  left: 20%;
}
.select2-container .selection .select2-selection .select2-selection__rendered {
  color: #485068;
}
.select2-container .select2-dropdown {
  border: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  height: 44px;
  line-height: 44px;
  padding: 0 12px;
  background: #D7E0EE;
  color: #485068;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
  background-color: #0656B7;
  color: #fff;
}
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0656B7;
  border-width: 0 4px 5px;
}

.irs--flat .irs-bar {
  background: #0656B7;
}
.irs--flat .irs-single {
  background-color: #0656B7;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 0.786rem;
  margin: 0 0 0 5px;
}
.irs--flat .irs-single::before {
  display: none;
}
.irs--flat .irs-line {
  background: #D7E0EE;
}
.irs--flat .irs-handle > i:first-child {
  width: 18px;
  height: 18px;
  margin-left: -3px;
  background-color: #054A9D;
  border-radius: 50%;
  top: 0;
}
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #054A9D;
}
.irs--flat .irs-handle.state_hover > i:first-child {
  background-color: #054A9D;
}

.irs-line {
  background: #e5e5e5;
  border: none;
}

.irs-bar {
  background: #8ab2f7;
  border: none;
}

.irs-bar-edge {
  background: #8ab2f7;
  border: none;
}

.irs-slider {
  background: #2b74f0;
  border: none;
  height: 21px;
  width: 21px;
  top: 27px;
}
.irs-slider:hover {
  background: #2b74f0;
}

.irs-single {
  background: #2b74f0;
  font-size: 1rem;
  height: 20px;
  line-height: 20px;
}

.cbx-container .cbx {
  border-radius: 3px;
}
.cbx-container .cbx:hover {
  box-shadow: none;
}
.cbx-container .cbx-md {
  height: 17px;
  width: 17px;
}
.cbx-container .cbx-md.cbx-active {
  color: #0656B7;
  border-color: #0656B7;
}
.cbx-container .cbx-md .cbx-icon {
  top: -6px;
}
.cbx-container .cbx-md .cbx-icon .glyphicon {
  font-size: 10px;
}

.tooltip.top {
  margin-top: -10px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #FAFBFF;
}
.tooltip.top .tooltip-inner {
  background-color: #FAFBFF;
  opacity: 1;
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.5);
  font-family: "Titillium Web", sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  color: #2E384D;
  line-height: 1.4;
  padding: 12px 10px;
}

.tooltip.bottom {
  margin-top: 15px;
  top: 20px;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #071424 !important;
}
.tooltip.bottom .tooltip-inner {
  background-color: #071424;
  opacity: 1;
  display: block;
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.18);
  font-family: "Titillium Web", sans-serif;
  font-size: 15px !important;
  font-weight: 600;
  color: #E7EAF3;
  line-height: 1.4;
  padding: 10px 18px;
  animation: tooltips-vert 300ms ease-out forwards;
}

.flag {
  height: 11px;
  width: 19px !important;
  margin: 0 8px 0 0;
}

.has-error .cbx-container .cbx-active {
  box-shadow: none;
  color: #e95f5a;
  border-color: #e95f5a;
}
.has-error .cbx-container .cbx-active:hover {
  box-shadow: none;
}
.has-error .form-control {
  box-shadow: none;
  background-color: #DFE5F0;
}
.has-error .form-control:focus {
  border: none;
  box-shadow: none;
  background-color: #DFE5F0;
}
.has-error .select2-container.select2-container--focus .select2-selection {
  box-shadow: none;
  border: none;
  background-color: #DFE5F0;
}
.has-error .help-block {
  color: #F14668;
  font-weight: 600;
  margin: 10px 0 0 0;
  font-size: 0.929rem;
}

.has-success .cbx-container .cbx-active {
  box-shadow: none;
  color: #0656B7;
  border-color: #0656B7;
}
.has-success .cbx-container .cbx-active:hover {
  box-shadow: none;
}
.has-success .form-control {
  box-shadow: none;
  border: none;
}
.has-success .form-control:focus {
  border: none;
  box-shadow: none;
  background-color: #DFE5F0;
}
.has-success .select2-container.select2-container--focus .select2-selection {
  box-shadow: none;
  border: none;
  background-color: #DFE5F0;
}

#vpsform-drive_type {
  display: block ruby;
}
#vpsform-drive_type .radio label {
  line-height: 25px;
  margin: 0 30px 0 0;
  padding-left: 40px;
}
#vpsform-drive_type .radio input[type="radio"] {
  margin-left: -40px;
}

label.cbx-label {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  #form-register .panel-footer .row > div:last-child {
    margin-top: 15px;
  }
}
/* ---------------- ALERTS --------------------- */
.alert {
  border-radius: 3px;
  margin-bottom: 0;
  margin-top: 20px;
  border-width: 1px 1px 2px;
  border: none;
  font-weight: 600;
  padding-left: 55px;
}
.alert.alert-success {
  color: #fff;
  background: #25C196 url("../../../../img/alert-success.svg") no-repeat left center;
  background-position-x: 10px;
}
.alert.alert-success a {
  color: #00bf9a;
  text-decoration: underline;
}
.alert.alert-warning {
  color: #fff;
  background: #FFB54D url("../../../../img/alert-warning.svg") no-repeat left center;
  background-position-x: 10px;
}
.alert.alert-warning a {
  color: #fff;
  text-decoration: underline;
}
.alert.alert-info {
  color: #fff;
  background: #4597FB url("../../../../img/alert-info.svg") no-repeat left center;
  background-position-x: 10px;
}
.alert.alert-info a {
  color: #419ef9;
  text-decoration: underline;
}
.alert.alert-danger {
  color: white;
  background: #EA5A70 url("../../../../img/alert-danger.svg") no-repeat left center;
  background-position-x: 10px;
}
.alert.alert-danger a {
  color: #fd77a4;
  text-decoration: underline;
}
.alert.alert-default {
  background: #0A192D;
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.2);
  padding-left: 18px;
  border-left: 5px solid #0656B7;
  margin: 0 0 20px 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #CAD1DD;
}
.alert.alert-promo {
  top: 0 !important;
  margin-top: 0 !important;
  background: #0656B7;
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.5);
  padding-left: 18px;
  border-left: 7px solid #2b74f0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: white;
}
.alert.alert-promo button {
  margin-top: 5px;
  font-weight: 300;
  font-size: 26px;
}
.alert.alert-promo span {
  font-size: 13px;
  color: #CEDAE6;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.alert.alert-promo span i {
  font-size: 13px;
  margin-right: 8px;
}
.alert.alert-promo span a {
  margin: 0 4px;
  color: #36C697;
}

.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  transition: all 0.5s linear;
  font-weight: normal;
  font-size: 24px;
  line-height: 16px;
}
.close:hover, .close:focus {
  color: white;
  opacity: 0.8;
}

.main .alert {
  position: relative;
  top: 150px;
  margin: 10px 0 20px;
}

.login .alert {
  margin-bottom: -40px;
}

.register .alert {
  margin-bottom: -20px;
}

/* ---------------- PAGE HEADER ---------------- */
header .bar {
  background: rgba(5, 20, 37, 0.75);
  color: #E7EAF3;
  padding: 7px 0 10px 0;
  font-weight: 600;
}
header .bar span {
  font-size: 13px;
}
header .bar a {
  color: #36C697;
}
header .top-header {
  background: rgba(5, 20, 37, 0.35);
  border-bottom: 1px solid rgba(231, 237, 246, 0.125);
  height: 60px;
  line-height: 60px;
  position: relative;
}
header .top-header .container > .row {
  position: relative;
}
header .top-header .brand-logo {
  max-width: 100%;
}
header .top-header .header-info {
  display: inline-flex;
}
header .top-header .header-info .header-phone {
  width: max-content;
}
header .top-header .header-info .header-phone img {
  margin: 0 10px 0 0;
}
header .top-header a {
  color: #E7EAF3;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
}
header .top-header .header-icons > a,
header .top-header .header-icons .cart-widget > a,
header .top-header .header-icons .user-widget > a {
  display: block;
  float: right;
  width: 55px;
  max-width: 20%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  outline: none;
}
header .top-header .header-icons > a i,
header .top-header .header-icons .cart-widget > a i,
header .top-header .header-icons .user-widget > a i {
  font-size: 2.25rem;
}
header .top-header .header-icons > a:hover,
header .top-header .header-icons .cart-widget > a:hover,
header .top-header .header-icons .user-widget > a:hover {
  color: #2b74f0;
}
header .top-header .header-icons > a .badge,
header .top-header .header-icons .cart-widget > a .badge,
header .top-header .header-icons .user-widget > a .badge {
  position: absolute;
  right: 6px;
  top: 12px;
  background-color: #0656b7;
  padding: 2px 4px;
  font-size: 11px;
  font-weight: 600;
  border: 3px solid rgba(0, 0, 0, 0.49);
}
header .top-header .header-icons .cart-widget {
  display: block;
  float: right;
  width: 50px;
  height: 60px;
  max-width: 20%;
  transition: all 0.1s linear 0s;
}
header .top-header .header-icons .cart-widget:hover .cart-widget-details {
  display: block;
}
header .top-header .header-icons .cart-widget a {
  width: 100%;
  max-width: 100%;
}
header .top-header .header-icons .cart-widget .cart-total-price {
  font-size: 0.875rem;
}
header .top-header .header-icons .cart-widget .cart-widget-details {
  position: absolute;
  z-index: 200;
  top: 60px;
  right: 15px;
  width: 300px;
  line-height: normal;
  color: #fff;
  background-color: #051425;
  padding: 15px;
  display: none;
  font-weight: 600;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
}
header .top-header .header-icons .cart-widget .cart-widget-details .btn {
  height: auto;
  padding: 13px 60px !important;
  line-height: inherit !important;
}
header .top-header .header-icons .cart-widget .cart-widget-details ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
header .top-header .header-icons .cart-widget .cart-widget-details ul li {
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: left;
}
header .top-header .header-icons .cart-widget .cart-widget-details ul li:nth-child(2n + 1) {
  background-color: #051425;
}
header .top-header .header-icons .cart-widget .cart-widget-details ul li > span {
  display: block;
  float: left;
  width: 50%;
  padding: 0 6px;
  font-weight: 600;
}
header .top-header .header-icons .cart-widget .cart-widget-details ul li > span .remove-from-cart {
  height: auto;
  line-height: inherit;
  display: initial;
}
header .top-header .header-icons .cart-widget .cart-widget-details ul li > span .remove-from-cart .ion-close-round {
  font-size: 0.875rem;
  color: #0656B7;
  cursor: pointer;
  display: inline-block;
  width: 13px;
  margin: 0 0 0 3px;
}
header .top-header .header-icons .cart-widget .cart-widget-details .cart-summary-price {
  padding: 12px 23px 24px 0;
  font-weight: 600;
  display: block;
  font-size: 0.929rem;
}
header .top-header .header-icons .cart-widget .cart-widget-details .cart-summary-price .price {
  color: #347AF0;
  font-size: 1rem;
}
@media screen and (max-width: 360px) {
  header .top-header .header-icons .cart-widget .cart-widget-details {
    width: 100%;
    right: 0;
    left: 0;
    position: fixed;
  }
}
header .top-header .header-icons .user-widget {
  display: block;
  float: right;
  width: 60px;
  height: 60px;
  max-width: 20%;
  transition: all 0.1s linear 0s;
}
header .top-header .header-icons .user-widget:hover .user-widget-menu {
  display: block;
}
header .top-header .header-icons .user-widget a {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}
header .top-header .header-icons .user-widget a:first-child {
  margin-top: 0;
}
header .top-header .header-icons .user-widget .user-widget-menu {
  position: absolute;
  z-index: 200;
  top: 60px;
  right: 135px;
  width: 200px;
  line-height: normal;
  color: #314559;
  background-color: #fff;
  padding: 15px;
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 3px 3px;
}
header .top-header .header-icons .user-widget .user-widget-menu .user-profile {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
header .top-header .header-icons .user-widget .user-widget-menu .user-profile img {
  width: 100%;
  max-width: 80px;
  border-radius: 3px;
  margin-bottom: 15px;
}
@media screen and (max-width: 360px) {
  header .top-header .header-icons .user-widget .user-widget-menu {
    width: 100%;
    right: 0;
    left: 0;
    position: fixed;
  }
}
header .top-header .header-icons .panel-btn {
  float: right;
}
header .top-header .header-icons .panel-btn.outline .btn {
  background: transparent;
  border: 2px solid #0656B7;
  color: #fff;
}
header .top-header .header-icons .panel-btn.outline .btn:hover, header .top-header .header-icons .panel-btn.outline .btn:focus {
  background: #0656B7;
}
header .top-header .header-icons .panel-btn.docs .btn:after {
  content: "Mevspace Docs";
}
header .top-header .header-icons .panel-btn .btn {
  background: #0656B7;
  height: auto;
  line-height: 34px;
  padding: 0 20px;
  margin: 0 0 0 15px;
}
header .top-header .header-icons .panel-btn .btn:hover, header .top-header .header-icons .panel-btn .btn:focus {
  color: #fff;
  background: #1369D0;
}
header .main-menu {
  border: none;
  margin: 0;
  border-radius: 0;
}
header .main-menu .navbar-header {
  height: 60px;
}
header .main-menu .navbar-header .navbar-toggle {
  position: absolute;
  width: 44px;
  height: 44px;
  color: #fff;
  margin: 0;
  top: 12px;
  right: 7px;
  border: 0;
  border-radius: 0;
  transition: all 0.5s linear;
}
header .main-menu .navbar-header .navbar-toggle:hover {
  opacity: 0.6;
}
header .main-menu .navbar-header .navbar-toggle .icon-bar {
  background-color: #fff;
}
header .main-menu .navbar-collapse {
  max-height: none;
}
header .main-menu .navbar-collapse .navbar-nav {
  float: none;
}
@media screen and (max-width: 767px) {
  header .main-menu .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-direction: column-reverse;
  }
  header .main-menu .navbar-collapse .navbar-nav li {
    display: block;
    width: 100%;
    line-height: 44px;
    text-align: center;
  }
}
header .main-menu .nav {
  width: 100%;
  display: block;
}
header .main-menu .nav > li:first-child {
  float: left !important;
}
header .main-menu .nav > li:first-child a {
  padding: 0 60px 0 0;
  line-height: 58px;
}
header .main-menu .nav > li:first-child a:hover, header .main-menu .nav > li:first-child a:focus {
  background: transparent;
}
header .main-menu .nav > li:nth-of-type(2) a {
  padding-right: 0;
}
header .main-menu .nav > li {
  display: inline-block;
  float: right !important;
}
header .main-menu .nav > li > a {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #DCE1EA;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  header .main-menu .nav > li > a {
    padding: 0 12px;
    font-size: 14px;
  }
}
header .main-menu .nav > li > a:hover, header .main-menu .nav > li > a:focus {
  background: transparent;
}
header .main-menu .nav > li > a img {
  height: 27px;
}
header .main-menu .nav > li.open > a {
  background: transparent;
}
header .main-menu .nav > li.open ul {
  padding: 0;
  border: 0;
  background: none;
  top: 120% !important;
  left: -100px !important;
}
header .main-menu .nav > li.open ul > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: none;
}
header .main-menu .nav > li.open ul > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
header .main-menu .nav > li.open ul > li.icon a {
  background-size: 26px;
  background-repeat: no-repeat;
  background-position-x: 25px;
  background-position-y: 25px;
}
header .main-menu .nav > li.open ul > li.icon.private-cloud a {
  background-image: url("../img/icon-private-cloud.svg");
}
header .main-menu .nav > li.open ul > li.icon.public-cloud a {
  background-image: url("../img/icon-public-cloud.svg");
}
header .main-menu .nav > li.open ul > li.icon.hybrid-cloud a {
  background-image: url("../img/icon-hybrid-cloud.svg");
}
header .main-menu .nav > li.open ul > li.icon.multicloud a {
  background-image: url("../img/icon-multicloud.svg");
}
header .main-menu .nav > li.open ul > li.icon.kubernetes a {
  background-image: url("../img/icon-kubernetes.svg");
}
header .main-menu .nav > li.open ul > li.icon.mevrack a {
  background-image: url("../img/icon-mevrack.svg");
}
header .main-menu .nav > li.open ul > li.icon.colocation a {
  background-image: url("../img/icon-colocation.svg");
}
header .main-menu .nav > li.open ul > li.icon.scsi a {
  background-image: url("../img/icon-scsi.svg");
}
header .main-menu .nav > li.open ul > li.icon.backup-space a {
  background-image: url("../img/icon-backup-space.svg");
}
header .main-menu .nav > li.open ul > li.icon.servers-administration a {
  background-image: url("../img/icon-servers-administration.svg");
}
header .main-menu .nav > li.open ul > li.icon.about-us a {
  background-image: url("../img/icon-about-us.svg");
}
header .main-menu .nav > li.open ul > li.icon.data-center a {
  background-image: url("../img/icon-data-center.svg");
}
header .main-menu .nav > li.open ul > li.icon.career a {
  background-image: url("../img/icon-career.svg");
}
header .main-menu .nav > li.open ul > li.icon.faq a {
  background-image: url("../img/icon-faq.svg");
}
header .main-menu .nav > li.open ul > li.icon.amd a {
  background-image: url("../img/icon-amd.svg");
}
header .main-menu .nav > li.open ul > li.icon.intel a {
  background-image: url("../img/icon-intel.svg");
}
header .main-menu .nav > li.open ul > li.icon.outlet a {
  background-image: url("../img/icon-outlet.svg");
}
header .main-menu .nav > li.open ul > li > a {
  padding: 20px 50px 20px 70px;
  font-weight: 600;
  font-size: 15px;
  color: #E7EAF3;
  background: rgba(5, 20, 37, 0.95);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid rgba(231, 237, 246, 0.1);
  transition: all 0.3s linear;
}
header .main-menu .nav > li.open ul > li > a:hover, header .main-menu .nav > li.open ul > li > a:focus {
  background-color: #051425;
}
header .main-menu .nav > li.open ul > li > a span {
  display: block;
  font-size: 13px;
  color: rgba(241, 247, 255, 0.6);
}
@media screen and (max-width: 767px) {
  header .main-menu .nav > li.open ul {
    position: relative;
    display: contents;
  }
  header .main-menu .nav > li.open ul > li > a {
    padding-left: 30px;
  }
}
header .main-menu .badge-new {
  background-color: #0FB099;
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
  vertical-align: baseline;
  font-weight: 600;
  font-size: 13px;
  color: #E5EBF6;
  padding: 4px 6px;
  border-radius: 3px;
}

#brand {
  display: block;
  line-height: 70px;
  margin: 0;
  padding: 0;
}

.caret {
  border: 0;
  background-image: url("../img/chevron-down.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 13px;
}
@media screen and (max-width: 993px) {
  .caret {
    margin-left: 2px;
  }
}

.language-changer,
.currency-changer,
.vat-changer {
  display: inline-block;
  float: left;
  height: 60px;
  max-width: 100%;
  cursor: pointer;
  position: relative;
  color: #DCE1EA;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .language-changer,
  .currency-changer,
  .vat-changer {
    width: 40px;
  }
}
.language-changer ul,
.currency-changer ul,
.vat-changer ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  background: rgba(5, 20, 37, 0.95);
  backdrop-filter: blur(6px);
}
.language-changer:hover ul,
.currency-changer:hover ul,
.vat-changer:hover ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background: rgba(5, 20, 37, 0.95);
  backdrop-filter: blur(6px);
  z-index: 100;
  border-radius: 0 0 3px 3px;
}
.language-changer:hover ul li a,
.currency-changer:hover ul li a,
.vat-changer:hover ul li a {
  display: block;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 600;
}
.language-changer:hover ul li a:hover,
.currency-changer:hover ul li a:hover,
.vat-changer:hover ul li a:hover {
  background-color: #051425;
}
@media screen and (min-width: 767px) {
  .language-changer:hover ul li a.hide-desktop,
  .currency-changer:hover ul li a.hide-desktop,
  .vat-changer:hover ul li a.hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .language-changer:hover ul li a.hide-mobile,
  .currency-changer:hover ul li a.hide-mobile,
  .vat-changer:hover ul li a.hide-mobile {
    display: none;
  }
}

.currency-changer {
  margin-left: 8px;
}
.currency-changer ul li:last-child a {
  border-bottom: 0;
}
.currency-changer ul li a {
  border-bottom: 1px solid rgba(231, 237, 246, 0.1);
}

.language-changer ul li:last-child a {
  border-bottom: 0;
}
.language-changer ul li a {
  border-bottom: 1px solid rgba(231, 237, 246, 0.1);
}

.vat-changer {
  float: left;
  text-align: left;
  margin-left: 7px;
  width: 130px;
  max-width: 100%;
}
.vat-changer ul {
  width: 510px;
}
@media screen and (max-width: 560px) {
  .vat-changer ul {
    left: -70px;
  }
}
@media screen and (max-width: 480px) {
  .vat-changer ul {
    left: -100px !important;
  }
}
.vat-changer ul li {
  float: left;
  display: flex;
}
.vat-changer ul li a {
  text-align: left;
  padding: 0 15px;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .vat-changer ul li a {
    width: 140px;
  }
}
@media screen and (max-width: 390px) {
  .vat-changer ul li a {
    width: 130px;
    padding: 0 5px;
  }
}
.vat-changer ul li a img {
  margin-right: 5px;
}
.vat-changer .current-vat .language-icon {
  vertical-align: unset;
  margin: 0 3px;
}

.price-container .promo-badge {
  top: -42px;
  background-size: 160px;
  height: 104px;
  width: 160px;
  position: absolute;
}
@media screen and (max-width: 1355px) and (min-width: 1199px) {
  .price-container .promo-badge {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1199px) {
  .price-container .promo-badge {
    top: -332px;
    background-size: 150px;
    width: 150px;
    height: 97px;
    margin-left: -10px;
  }
  .price-container .promo-badge div p {
    font-size: 13px;
  }
}
.price-container .promo-badge div {
  text-align: center;
  color: white;
  padding-top: 23px;
}
.price-container .promo-badge div p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.price-container .promo-badge div p.price {
  font-size: 19px;
  margin-top: -3px;
  text-transform: none !important;
  text-align: center !important;
}

.language-changer .current-language .language-icon {
  vertical-align: unset;
  margin: 0 3px 0 0;
}
.language-changer ul li a {
  text-transform: uppercase;
}
.language-changer ul li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.currency-changer ul li a[data-currency-code="BTC"] {
  border-radius: 0 0 3px 3px;
}

.navbar-fixed-top {
  backdrop-filter: blur(2px);
  transition: background-color 200ms linear;
  transition: all 0.5s ease-in-out;
  height: 153px;
  padding: 0 !important;
}
@media screen and (max-width: 485px) {
  .navbar-fixed-top {
    height: 153px;
  }
}

.nav-up {
  top: -181px;
}

.logo-mobile {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 77px;
  height: 27px;
}

.navbar-toggle {
  display: none;
}

.open-btn {
  width: 16px;
  height: 14px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 117px;
}
.open-btn span {
  background: #97A3B7;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.3px;
  border-radius: 1px;
}
.open-btn span:nth-of-type(1) {
  top: 0;
}
.open-btn span:nth-of-type(2) {
  top: 5px;
}
.open-btn span:nth-of-type(3) {
  top: 10px;
}
.open-btn:hover {
  opacity: 0.6;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0;
}
.close-btn i {
  font-size: 1.2rem;
  color: #97A3B7;
  transition: all 0.5s linear;
}
.close-btn i:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  header .main-menu .nav > li > a {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  header .main-menu .nav > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
  header .main-menu .nav > li > a img {
    height: 24px;
  }
}
@media screen and (min-width: 767px) {
  .hide-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .main-menu .navbar-collapse {
    border: 0;
    display: block !important;
    box-shadow: none;
    background: rgba(3, 15, 29, 0.9);
    backdrop-filter: blur(5px);
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1;
    overflow-y: auto;
    transition: all 0.5s ease 0s;
  }
  header .main-menu .navbar-collapse.active {
    right: 15px;
  }
  header .main-menu .navbar-collapse .navbar-nav > li:first-child {
    display: none;
  }

  .hide-mobile {
    display: none;
  }

  .vat-changer {
    width: 70px;
  }
}
@media screen and (max-width: 500px) {
  header .top-header .header-info .header-phone a span {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .language-changer {
    margin: 0;
  }

  .panel-btn.docs .btn:after {
    content: "Docs" !important;
  }
}
@media screen and (max-width: 600px) {
  header .top-header .col-xs-5 {
    padding-right: 0;
  }
  header .top-header .col-xs-6.pl-0 {
    padding-left: 0;
    width: 51%;
  }
  header .top-header .col-xs-6.pr-0 {
    padding-right: 0;
    width: 49%;
  }
  header .top-header .header-icons .panel-btn .btn {
    padding: 0 10px;
    margin: 0 0 0 8px;
  }
}
/* ----------- MAIN CONTENT ------------- */
.page {
  padding-bottom: 15px;
}

.breadcrumb {
  border-radius: 0;
  text-transform: none;
  background: none;
  padding-left: 0;
}
.breadcrumb li a {
  color: #C6CBD0 !important;
  text-decoration: none;
  font-size: 13px;
}
.breadcrumb li.active {
  color: #E5EBF6 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}
.breadcrumb li:first-child a {
  color: #E5EBF6 !important;
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
  background: #0656B7;
  padding: 3px 8px;
  border-radius: 3px;
}

.disable-link {
  pointer-events: none;
}

.section-main {
  padding: 220px 0 220px;
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/data-center-4.webp") no-repeat right center;
  background-size: cover;
}
.section-main.dedicated {
  padding: 200px 0 80px 0 !important;
}
.section-main.vps-cloud {
  background: url("../img/mevik-mask.png") no-repeat right center, #021731;
  background-size: cover;
  background-position: bottom;
  padding: 220px 0 100px;
}
@media screen and (max-width: 767px) {
  .section-main.vps-cloud {
    background-position: right -100px center;
  }
}
.section-main.vps-cloud .header {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.section-main.vps-cloud .header h1,
.section-main.vps-cloud .header h2 {
  font-size: 60px;
  line-height: 72px;
  color: #F1F7FF;
  letter-spacing: -1.5px;
  margin-bottom: 30px;
}
.section-main.vps-cloud .header h1.font-xl,
.section-main.vps-cloud .header h2.font-xl {
  font-size: 100px;
}
@media only screen and (max-width: 672px) {
  .section-main.vps-cloud .header h1.font-xl.font-xl,
  .section-main.vps-cloud .header h2.font-xl.font-xl {
    font-size: 70px;
  }
}
.section-main.vps-cloud .header p {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.4px;
  margin: 0 0 60px 0;
  padding: 0 220px;
  color: #fff;
}
.section-main.vps-cloud .header .highlight {
  display: inline-block;
  user-select: text;
  width: auto;
  background: #0656B7;
  font-size: 22px;
  color: #F1F7FF;
  border-radius: 3px;
  padding: 12px 20px !important;
}
.section-main.vps-cloud .header .text-small {
  font-size: 15px;
}
.section-main.vps-cloud .btns-group .btn {
  font-size: 16px;
  padding: 12px 25px;
}
.section-main.vps-cloud .btns-group .btn:first-of-type {
  margin-right: 25px;
}
.section-main.vps {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/vps-servers-mevspace.webp") no-repeat right center;
  background-size: cover;
  background-position: center;
}
.section-main .header h1 {
  color: #fff;
  font-size: 3rem;
  letter-spacing: -1px;
}
.section-main .header h1.ft-bg {
  font-size: 56px;
}
@media only screen and (max-width: 672px) {
  .section-main .header h1.ft-bg {
    font-size: 40px;
    line-height: 51px;
  }
}
@media only screen and (max-width: 480px) {
  .section-main .header h1.ft-bg {
    font-size: 34px;
    line-height: 44px;
  }
}
.section-main .header p {
  color: #fff;
  font-size: 1.429rem;
  margin: 15px 0 0 0;
}
.section-main .promo-badge {
  display: inline-flex;
  background: #F4F7FA;
  border-radius: 15px;
  padding: 5px 10px 5px 5px;
  margin-bottom: 30px;
}
.section-main .promo-badge .badge {
  background: #36c697;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}
.section-main .promo-badge p {
  display: inline;
  font-weight: 600;
  color: #0D1F3C;
  margin: 0 0 0 10px;
  font-size: 1rem;
}
.section-main .promo-badge a {
  margin-left: 5px;
}

#amd.section-main.dedicated {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/amd-ryzen-9-5950-x.webp") no-repeat right center;
  background-size: cover !important;
  padding: 220px 0 100px 0 !important;
}
@media screen and (max-width: 767px) {
  #amd.section-main.dedicated {
    background-position: bottom;
  }
}

#intel.section-main.dedicated {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("/../img/storage-server-mevspace.webp") no-repeat right center;
  background-size: cover !important;
}

#storage.section-main.dedicated {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("/../img/storage-intel-server-mevspace.webp") no-repeat right center;
  background-size: cover !important;
  background-position: bottom;
}

#outlet.section-main.dedicated {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/amd-ryzen-pro-4650g.webp") no-repeat right center;
  background-size: cover !important;
  background-position: inherit;
}
@media screen and (max-width: 767px) {
  #outlet.section-main.dedicated {
    background-position: bottom;
  }
}

@media screen and (max-width: 560px) {
  .navbar-fixed-top {
    height: 152px;
  }

  .section-main .promo-badge {
    display: block;
    background: transparent;
  }
  .section-main .promo-badge .badge {
    font-size: 1rem;
    display: block;
    width: max-content;
    text-align: center;
    margin: 0 auto;
  }
  .section-main .promo-badge p {
    font-size: 1rem;
    margin: 2px 0 0 0;
    display: block;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .section-main .header h1 {
    font-size: 2.286rem;
  }
  .section-main .header p {
    font-size: 1.286rem;
  }
}
@media screen and (max-width: 440px) {
  .section-main .header h1 {
    font-size: 1.9rem;
  }
}
/* ------------- SECTION TITLE LINE ------------------ */
.section-title-line {
  padding: 220px 0 100px;
}
.section-title-line.dark {
  background: #0C121A;
}
.section-title-line .header h1 {
  color: #fff;
  font-size: 3.2rem;
}
.section-title-line .header p {
  color: #fff;
  font-size: 1.429rem;
  margin: 15px 0 0 0;
}
.section-title-line .subheader h2 {
  color: #fff;
  font-size: 1.429rem;
  margin: 15px 0 20px 0;
}
.section-title-line .body p {
  color: #fff;
  font-size: 1.286rem;
  margin: 15px 0 0 0;
}
.section-title-line .btn {
  margin: 45px 0 0 0;
  font-size: 15px;
}
.section-title-line .btn-group {
  display: block;
  margin: 10px 0 0 0;
  color: #fff;
}
.section-title-line .btn-group a {
  color: #fff;
  margin: 0 0 0 5px;
}
.section-title-line.faq {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/career-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.faq .btn {
  margin: 30px 0 0 0;
}
.section-title-line.contact {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/colocation-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.data-center {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/data-centers-mevspace.webp") no-repeat right center;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 991px) {
  .section-title-line.data-center.data-center {
    padding: 200px 0 300px 0;
  }
}
.section-title-line.contact {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/colocation-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.backup {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/backup-mevspace.jpg") no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .section-title-line.backup.backup {
    padding: 200px 0 160px 0;
  }
}
.section-title-line.cdn {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/content-delivery-network-skynodepl.jpg") no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 991px) {
  .section-title-line.cdn.cdn {
    padding: 200px 0 220px 0;
  }
}
.section-title-line.servers-administration {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/server-administration-mevspace.webp") no-repeat right center;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 991px) {
  .section-title-line.servers-administration.servers-administration {
    padding: 200px 0 300px 0;
  }
}
.section-title-line.colocation {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/colocation-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.mevrack {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/mevrack-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.public-cloud {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/public-cloud-mevspace.webp") no-repeat right center;
  background-size: cover;
  background-position: bottom;
}
.section-title-line.private-cloud {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/private-cloud-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.private-cloud.section-title-line {
  padding-bottom: 50px;
}
.section-title-line.hybrid-cloud {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/hybrid-cloud-mevspace.webp") no-repeat right center;
  background-size: cover;
  background-position: bottom;
}
.section-title-line.hybrid-cloud.section-title-line {
  padding-bottom: 50px;
}
.section-title-line.multicloud {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/multicloud-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.multicloud.section-title-line {
  padding-bottom: 50px;
}
.section-title-line.kubernetes {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/kubernetes-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.career {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/career-mevspace.webp") no-repeat right center;
  background-size: cover;
}
.section-title-line.about-us {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/data-center-4.webp") no-repeat left center;
  background-size: cover;
}
.section-title-line.configure, .section-title-line.title-dark {
  padding: 180px 0 50px;
  background: url("../img/mask-homepage.svg") no-repeat right center, #0C121A;
  background-size: auto, auto;
  background-size: cover;
}
.section-title-line.configure .header h1, .section-title-line.title-dark .header h1 {
  font-size: 36px;
  letter-spacing: -1px;
}
.section-title-line.configure .body p, .section-title-line.title-dark .body p {
  font-size: 1rem;
}
.section-title-line.cart-breadcrumb {
  padding: 200px 0 50px;
}
.section-title-line.cart-breadcrumb {
  padding: 200px 0 50px;
}

.about-service.line {
  padding: 60px 0 100px 0;
}

@media screen and (max-width: 991px) {
  .about-service.line {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-title-line .header h1 {
    font-size: 2.286rem;
  }
  .section-title-line .header p {
    font-size: 1.286rem;
  }
  .section-title-line.configure .header h1 {
    font-size: 2.286rem;
  }
  .section-title-line.title-dark h1 {
    font-size: 2.286rem !important;
    line-height: 1.4;
    padding-right: 30px;
  }

  .about-service.line {
    padding: 80px 0;
  }
}
/* ----------- SECTIONS ------------- */
.boxes {
  margin: -120px 0 0 0;
}
.boxes.dedicated {
  margin: -120px 0 -100px 0;
}
.boxes.dedicated .promoted-configurations {
  padding: 0 0 50px 0;
}
@media screen and (max-width: 767px) {
  .boxes.dedicated .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.boxes.vps {
  margin: -120px 0 0 0;
}

.section.pr-60 {
  padding-right: 60px;
}
.section.pr-80 {
  padding-right: 80px;
}
.section.pl-80 {
  padding-left: 80px;
}
@media screen and (max-width: 1199px) {
  .section.pr-80 {
    padding-right: 0;
  }
  .section.pr-80 {
    padding-right: 0;
  }
  .section.pl-80 {
    padding-left: 0;
  }
}
.section .section-small-header {
  position: relative;
  width: fit-content;
}
.section .section-small-header.centered {
  margin: 0 auto;
}
.section .section-small-header .section-header-line {
  min-width: 140px;
  max-width: 140px;
  max-height: 1px;
  min-height: 1px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -140px;
  background: linear-gradient(to left, #D5DDEC, #e9eff8) right;
}
.section .section-small-header .section-header-line.dark {
  left: -140px !important;
  opacity: 0.2 !important;
  background: linear-gradient(to left, #D5DDEC, #092648) right !important;
}
.section .section-small-header span {
  color: #8798AD;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
  display: block;
  text-transform: uppercase;
}
.section .section-small-header span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0656B7;
  margin-right: 20px;
  display: inline-block;
}
.section .section-header h2 {
  display: inline;
  background: none;
  padding-left: 0;
  font-size: 44px;
  line-height: 51px;
  letter-spacing: -1.5px;
  color: #223458;
}
.section .section-header h3 {
  font-size: 2.3rem;
  line-height: 1.5;
}
.section .section-header h4 {
  font-size: 1.5rem;
  display: inline;
  line-height: 1.5;
}
.section .section-header.size-medium h2 {
  font-size: 40px;
  line-height: 46px;
}
.section .section-header.mb-40 {
  margin-bottom: 40px;
}
.section .section-header.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .section .section-header.mt-60 {
    margin-top: 0;
  }
}
.section .section-sub-header {
  color: #314559;
  font-size: 16px;
  line-height: 30px;
}
.section .section-sub-header h3 {
  margin: 15px 0 20px 0;
  line-height: 1.6;
  font-size: 20px;
  color: #223458;
  letter-spacing: -0.5px;
}
.section .section-body p {
  font-size: 16px;
  line-height: 24px;
}
.section .section-list {
  list-style: none;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 15px;
  line-height: 30px;
}
.section .section-list li {
  margin-bottom: 20px;
}
.section .section-list li:last-child {
  margin-bottom: 0;
}
.section .section-list li strong {
  color: #223458;
}
.section .section-list li:before {
  font-weight: 600;
  font-size: 20px;
  color: #0656B7;
  margin-left: -30px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0656B7;
  margin-right: 20px;
  display: inline-block;
}
.section .section-list p {
  margin-bottom: 20px;
}
.section .section-list p:last-of-type {
  margin-bottom: 0;
}
.section .section-list p:before {
  font-weight: 600;
  font-size: 20px;
  color: #0656B7;
  margin-left: -10px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0656B7;
  margin-right: 20px;
  display: inline-block;
}
.section .btn {
  margin: 50px 0 0 0;
}
.section .btn.mt-30 {
  margin: 30px 0 0 0;
}
.section.white .section-header h2,
.section.white .section-header h3,
.section.white .section-header h4 {
  color: #fff;
  display: inline;
}
.section.white .section-sub-header h3 {
  color: #fff;
}
.section.white .section-body p {
  color: #fff;
}
.section.short .section-header {
  margin: 0 0 20px 0;
}
.section.short .section-header h2 {
  background-position: left top;
  background-position-y: top;
  margin: 5px 0 0 0;
  background-position-y: 23px;
  line-height: 50px;
  margin: 0;
}
.section .logo-container {
  gap: 40px;
}

.services-included .section .section-header h2 {
  font-size: 1.5rem;
  padding: 0 0 0 50px;
  background: url("../../../../img/icon-line.svg") no-repeat left center;
  display: inline;
  line-height: 1.5;
}

.site-dedicated h2 {
  font-size: 1.5rem;
}

section.border-top {
  border-top: 1px solid #D5DDEC;
}
section.border-bottom {
  border-bottom: 1px solid #D5DDEC;
}

.section.login {
  padding: 100px 0 0 0;
}
.section.login .section-header h1,
.section.login .section-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #0D1F3C;
  background: none;
  padding: 0;
  display: block;
}
.section.login .section-body p {
  margin: 0 0 15px 0;
  font-size: 1rem;
}
.section.login a {
  font-weight: 600;
  margin: 0 0 0 5px;
  text-decoration: underline;
  color: #347AF0;
}
.section.register {
  padding: 6vh 0 0 0;
}
.section.register .section-header h1,
.section.register .section-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #0D1F3C;
  background: none;
  padding: 0;
  display: block;
}
.section.register .section-body p {
  margin: 0 0 15px 0;
  font-size: 1rem;
}
.section.register a {
  font-weight: 600;
  margin: 0 0 0 5px;
  text-decoration: underline;
  color: #347AF0;
}
.section.register-completed {
  padding: 80px 0 0 0;
}
.section.register-completed .section-header h1,
.section.register-completed .section-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #0D1F3C;
  background: none;
  padding: 0;
  display: block;
}
.section.register-completed .section-body p {
  margin: 0 0 15px 0;
  font-size: 1rem;
}
.section.activate {
  padding: 20px 0 30px 0;
}
.section.activate .section-header h1,
.section.activate .section-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #0D1F3C;
  background: none;
  padding: 0;
  display: block;
}
.section.activate .section-body p {
  margin: 0 0 15px 0;
  font-size: 1rem;
}

.section-image img {
  width: 100%;
}

.section-map {
  --map-width: 95%;
  --map-height: 95%;
  --map-scale: 1;
  --map-pointer-x: calc(var(--map-width) * var(--map-scale) / 4);
  --map-pointer-y: calc(var(--map-height) * var(--map-scale) / 4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-map > div {
  width: calc(var(--map-width) * var(--map-scale));
  height: calc(var(--map-height) * var(--map-scale));
  position: relative;
}

.faq .panel {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0 80px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 672px) {
  .faq .panel {
    padding: 0 15px;
  }
}
.faq .panel.active .panel-heading {
  background: #021731;
}
.faq .panel.active .panel-heading a {
  color: #F6F6F7;
}
.faq .panel.active .panel-heading a .btn-plus-minus span {
  background: rgba(255, 255, 255, 0.8) !important;
}
.faq .panel.active .panel-heading a .btn-plus-minus span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}
.faq .panel.active .panel-heading a .btn-plus-minus span:nth-of-type(2) {
  display: none;
}
.faq .panel .panel-heading {
  background: #FAFBFF;
  box-shadow: 0px 4px 4px 0px rgba(154, 166, 190, 0.04);
  border-radius: 4px;
  padding: 0;
}
.faq .panel .panel-heading a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 18px 30px;
  color: #223458;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.faq .panel .panel-heading a .label {
  font-size: 13px;
  font-weight: 600;
  height: max-content;
  background: #0656B7;
  color: #F6F6F7;
  margin-right: 20px;
}
.faq .panel .panel-heading a .arrow-right {
  display: inline;
  float: right;
  padding: 0 5px;
}
.faq .panel .panel-collapse .panel-body {
  padding: 15px 25px;
  border-top: 1px solid #E7EDF6;
  color: rgba(34, 52, 88, 0.9) !important;
  font-size: 16px !important;
  line-height: 28px !important;
  padding: 15px 30px 50px 30px !important;
}
.faq .panel .panel-collapse .panel-body ul {
  list-style: none;
  font-size: 14px;
  margin: 20px 5px;
}
.faq .panel .panel-collapse .panel-body ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(34, 52, 88, 0.9);
}
.faq .panel .panel-collapse .panel-body ul li:before {
  font-weight: 600;
  font-size: 16px;
  color: #0656B7;
  margin-left: -40px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0656B7;
  margin-right: 20px;
  display: inline-block;
}
.faq .btn {
  margin: 50px 0 0 0;
}
.faq .section.white .section-body p {
  padding: 0 120px;
}

.faq-list .panel-group {
  margin: 0 0 50px 0;
}
.faq-list .panel-group .panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #D7DDE2;
}
.faq-list .panel-group .panel .panel-heading {
  background: transparent;
  padding-left: 0;
}
.faq-list .panel-group .panel .panel-heading a {
  color: #0D1F3C;
  font-size: 1.143rem;
  text-decoration: none;
  background: url("../../../../img/icon-plus.svg") no-repeat right center;
  display: block;
  width: 100%;
}
.faq-list .panel-group .panel .panel-collapse .panel-body {
  padding: 5px 0 15px 0;
  border-top: 0;
  line-height: 26px;
}
.faq-list .panel-group .panel .panel-collapse .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.faq-list .panel-group .panel .panel-collapse .panel-body ul li {
  background: url("../../../../img/icon-check.svg") no-repeat left center;
  padding: 0 0 0 50px;
  margin-bottom: 8px;
}
.faq-list .panel-group#panel-8 {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  .company .section-image img {
    margin: 80px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .boxes {
    margin: -170px 0 0 0;
  }

  .company .section-image img {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .section .section-header h2 {
    font-size: 1.9rem;
  }
  .section .section-sub-header h3 {
    font-size: 1.3rem;
  }
  .section .btn {
    margin: 30px 0 0 0;
  }
  .section .logo-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .section .faq .btn {
    margin: 20px 0 0 0;
  }
  .section .section.white .section-body p {
    padding: 0 20px;
  }
  .section .panel .panel-heading a .label {
    display: block;
    float: none;
    margin-top: 15px;
    width: max-content;
  }
}
@media screen and (max-width: 440px) {
  .section .section-header h2 {
    font-size: 1.6rem;
  }
}
/* ------------- HOME INFO ------------------ */
.home-info {
  margin-top: 45px;
  display: flex;
  align-items: stretch;
}
.home-info > div:not(:first-child) {
  display: flex;
  align-items: stretch;
}
.home-info .banner-hrd {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.home-info .banner-hrd img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .home-info {
    display: block;
  }
  .home-info > div:not(:first-child) {
    display: block;
  }
}
/* ------------- ORDER FORM ----------------- */
#order-form .row > label {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600;
}
#order-form .row > label a {
  margin: 0 0 0 10px;
}
#order-form .show-for-ssd {
  display: none;
}
#order-form h3 {
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 991px) {
  #order-form .pr-30 {
    padding-right: 15px !important;
  }
}

.pricing-table {
  display: flex;
  flex-direction: column;
}
.pricing-table.wider .pricing-table-header {
  grid-template-columns: [count] 1fr [period] 1fr [price] 1fr;
}
.pricing-table.wider .pricing-table-content li {
  grid-template-columns: [count] 1fr [period] 1fr [price] 1fr;
}
.pricing-table.fees .pricing-table-content li {
  grid-template-columns: [first] 1fr [second] 1fr;
}
.pricing-table .pricing-table-header {
  display: grid;
  grid-template-columns: [name] 2.8fr [quantity] 1.4fr [price] 1fr;
  font-weight: 600;
  font-size: 13px;
  color: #8798AD;
}
.pricing-table .pricing-table-header > div {
  padding: 5px 20px;
}
.pricing-table .pricing-table-content {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.pricing-table .pricing-table-content:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.pricing-table .pricing-table-content li {
  display: grid;
  grid-template-columns: [name] 2.8fr [quantity] 1fr [price] 1.2fr;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  align-items: center;
}
.pricing-table .pricing-table-content li > div {
  color: #CAD1DD;
  font-weight: 600;
  font-size: 13px;
  padding: 0.5rem 1rem;
  padding-left: 20px;
}
.pricing-table .pricing-table-content li > div:nth-of-type(2) {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 1px solid rgba(255, 255, 255, 0.06);
}
.pricing-table .pricing-table-content li:nth-child(2n+1) {
  background-color: rgba(133, 152, 204, 0.04);
}
.pricing-table .pricing-table-content #summary-amount .form-group {
  margin-bottom: 0 !important;
}
.pricing-table .pricing-table-content #summary-amount .help-block {
  display: none;
}
.pricing-table .pricing-table-amount-input {
  max-width: 45px;
  background: transparent;
  border: 1px solid #1a2735;
  border-radius: 3px;
  padding: 0.25rem 0.3rem 0.25rem 0.5rem;
  color: #CAD1DD;
  outline: none;
  background-image: url("../img/arrows_counter.svg");
  background-position: center right;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position-x: 24px;
  caret-color: transparent;
}
.pricing-table .pricing-table-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 1;
  background: none;
  width: 18px;
  height: 28px;
  cursor: pointer;
}

.period-radio {
  border-top: 1px solid #1f2d3a;
  padding: 0 20px !important;
  border-bottom: 1px solid transparent;
  transition: all 0.5s linear;
  height: 54px;
}
.period-radio:last-child {
  border-bottom: 1px solid #1f2d3a;
}
.period-radio:nth-child(2n+1) {
  background-color: rgba(133, 152, 204, 0.04);
}
.period-radio .period-radio-label {
  font-size: 13px;
  flex: 1 1 100%;
  color: #CAD1DD;
}
.period-radio input[type="radio"]:checked,
.period-radio input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.period-radio input[type="radio"]:checked + label, .period-radio input[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
}
.period-radio input[type="radio"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #0656B7;
  border-radius: 100%;
  background: transparent;
}
.period-radio input[type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #4F5E6D;
  border-radius: 100%;
  background: transparent;
}
.period-radio input[type="radio"]:checked + label:after, .period-radio input[type="radio"]:not(:checked) + label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #0656B7;
  position: absolute;
  left: 2px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.period-radio input[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.period-radio input[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.period-radio .price {
  font-size: 14px;
}
.period-radio .price .period {
  font-size: 13px;
  color: #8193AE;
}
.period-radio .price .period.month {
  font-size: 12px !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: none;
}

/* ------------- FORMS ----------------- */
#login-form input.form-control[type="text"],
#login-form input.form-control[type="email"],
#login-form input.form-control[type="password"],
#form-register input.form-control[type="text"],
#form-register input.form-control[type="email"],
#form-register input.form-control[type="password"],
#request-password-reset-form input.form-control[type="text"],
#request-password-reset-form input.form-control[type="email"],
#request-password-reset-form input.form-control[type="password"],
#reset-password-form input.form-control[type="text"],
#reset-password-form input.form-control[type="email"],
#reset-password-form input.form-control[type="password"],
#form-activate input.form-control[type="text"],
#form-activate input.form-control[type="email"],
#form-activate input.form-control[type="password"] {
  background: rgba(213, 223, 233, 0.7) !important;
  border: 2px solid transparent !important;
  height: 44px;
  line-height: 44px;
  box-shadow: none;
  filter: none;
}
#login-form input.form-control[type="text"]:focus,
#login-form input.form-control[type="email"]:focus,
#login-form input.form-control[type="password"]:focus,
#form-register input.form-control[type="text"]:focus,
#form-register input.form-control[type="email"]:focus,
#form-register input.form-control[type="password"]:focus,
#request-password-reset-form input.form-control[type="text"]:focus,
#request-password-reset-form input.form-control[type="email"]:focus,
#request-password-reset-form input.form-control[type="password"]:focus,
#reset-password-form input.form-control[type="text"]:focus,
#reset-password-form input.form-control[type="email"]:focus,
#reset-password-form input.form-control[type="password"]:focus,
#form-activate input.form-control[type="text"]:focus,
#form-activate input.form-control[type="email"]:focus,
#form-activate input.form-control[type="password"]:focus {
  box-shadow: none;
  border: 1px solid #0656B7 !important;
}
#login-form label,
#form-register label,
#request-password-reset-form label,
#reset-password-form label,
#form-activate label {
  color: #485068;
}
#login-form label .cbx-label,
#form-register label .cbx-label,
#request-password-reset-form label .cbx-label,
#reset-password-form label .cbx-label,
#form-activate label .cbx-label {
  margin: 0 0 0 15px;
  color: #485068 !important;
  font-weight: 400;
}
#login-form .btn,
#form-register .btn,
#request-password-reset-form .btn,
#reset-password-form .btn,
#form-activate .btn {
  margin: 35px 0 0 0;
  color: white;
  text-decoration: none;
}
#login-form .text-grey a,
#form-register .text-grey a,
#request-password-reset-form .text-grey a,
#reset-password-form .text-grey a,
#form-activate .text-grey a {
  text-decoration: underline;
}

.select2-container .select2-dropdown .select2-results #select2-activationform-type-results .select2-results__option,
.select2-container .select2-dropdown .select2-results #select2-clientaddressform-country_code-results .select2-results__option {
  background: rgba(213, 223, 233, 0.7);
}
.select2-container .select2-dropdown .select2-results #select2-activationform-type-results .select2-results__option--highlighted,
.select2-container .select2-dropdown .select2-results #select2-clientaddressform-country_code-results .select2-results__option--highlighted {
  background-color: #0656B7;
  color: #fff;
}

.select2-search--dropdown {
  background: rgba(213, 223, 233, 0.7) !important;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
  color: #485068;
  padding-left: 8px;
  border: none;
  box-shadow: none;
}

/* ------------- REGISTER FORM ----------------- */
#form-register label {
  color: #485068;
}
#form-register label.cbx-label {
  margin: 0 0 0 10px;
  color: #485068;
  font-weight: 400;
  font-size: 12px;
  display: inline;
}
#form-register .btn {
  margin: 35px 0 0 0;
}

/* ------------- FORM ACTIVATE  ----------------- */
#form-activate label.cbx-label {
  margin: 0 0 0 15px;
  color: #485068;
  font-weight: 400;
  display: inline;
}
#form-activate label.cbx-label a {
  text-decoration: underline;
}
#form-activate label.control-label {
  color: #0D1F3C;
}
#form-activate .btn {
  margin: 35px 0 0 0;
}

/* ------------- SUMMARY BOX ---------------- */
#summary-box table tbody .promo-code td {
  padding: 0;
  border: 0;
}
#summary-box table tbody .promo-code td .btn {
  padding: 10px 23px;
}
#summary-box table tbody tr td {
  padding: 10px 15px;
}
#summary-box table tfoot tr td {
  padding: 15px 0;
  font-weight: 600;
  color: #0D1F3C;
  font-size: 1.15rem;
  border: 0;
}
#summary-box table tfoot tr td small {
  display: block;
  font-weight: 600;
  font-size: 0.929rem;
  color: #8A94A9;
}
#summary-box table tfoot tr td.text-right {
  color: #347AF0;
  padding-left: 0 !important;
}
#summary-box table tfoot tr td.text-right s {
  text-decoration-thickness: 2px;
  margin-right: 3px;
}
#summary-box table tfoot tr .no-padding {
  padding: 0 !important;
}
#summary-box .btn {
  margin: 0 0 10px 0;
}
#summary-box .panel {
  border: 0;
  box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0;
  background: #030F1D;
}
#summary-box .panel .panel-heading {
  padding: 20px 20px 0 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #030F1D;
}
#summary-box .panel .panel-heading h4 {
  color: white;
  font-weight: 600;
  font-size: 15px;
}
#summary-box .panel .panel-heading:nth-of-type(2) h4 {
  font-size: 14px;
}
#summary-box .panel .panel-body table {
  font-size: 1rem;
}
#summary-box .panel .panel-body table tbody > tr:first-child td {
  border-top: none;
}
#summary-box .panel .panel-body table tbody tr td {
  padding: 7px 25px;
  border-left: 1px solid #FFFFFF12;
  color: #E2E2E2C4;
  font-weight: 600;
}
#summary-box .panel .panel-body table tbody tr td.text-right {
  font-weight: 600;
  color: #0D1F3C;
}
#summary-box .panel .panel-body table tbody tr.show-if-ipv4 {
  display: none;
}
#summary-box .panel .panel-body table tfoot tr td {
  padding: 8px 20px 0 20px;
  font-weight: 600;
  color: white;
  font-size: 15px;
}
#summary-box .panel .panel-body table tfoot tr td .summary-amount {
  display: flex;
  align-items: baseline;
  justify-content: end;
  font-size: 13px;
  color: #CAD1DD;
}
#summary-box .panel .panel-body table tfoot tr td .summary-amount .form-group {
  margin-bottom: 0;
  height: 30px;
}
#summary-box .panel .panel-body table tfoot tr td .summary-amount .summary-amount-input {
  max-width: 45px;
  font-size: 13px;
  background: transparent;
  border: 1px solid #1a2735;
  border-radius: 3px;
  padding: 0.25rem 0.3rem 0.25rem 0.5rem;
  margin-left: 5px;
  color: #CAD1DD;
  outline: none;
  background-image: url("../img/arrows_counter.svg");
  background-position: center right;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position-x: 24px;
  caret-color: transparent;
}
#summary-box .panel .panel-body table tfoot tr td .summary-amount .summary-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  opacity: 1;
  background: none;
  width: 18px;
  height: 28px;
  cursor: pointer;
}
#summary-box .panel .panel-body table tfoot tr td .availability,
#summary-box .panel .panel-body table tfoot tr td .location {
  color: #8798AD;
  font-size: 14px;
}
#summary-box .panel .panel-body table tfoot tr td .availability img,
#summary-box .panel .panel-body table tfoot tr td .location img {
  margin-right: 3px;
}
#summary-box .panel .panel-body table tfoot tr td .availability .availability-time,
#summary-box .panel .panel-body table tfoot tr td .availability .location-details,
#summary-box .panel .panel-body table tfoot tr td .location .availability-time,
#summary-box .panel .panel-body table tfoot tr td .location .location-details {
  display: inline;
  color: #CAD1DD;
  margin-left: 5px;
}
#summary-box .panel .panel-body table tfoot tr td .availability .availability-time .dot.yellow::before,
#summary-box .panel .panel-body table tfoot tr td .availability .location-details .dot.yellow::before,
#summary-box .panel .panel-body table tfoot tr td .location .availability-time .dot.yellow::before,
#summary-box .panel .panel-body table tfoot tr td .location .location-details .dot.yellow::before {
  background-color: #ecdb57;
}
#summary-box .panel .panel-body table tfoot tr td .availability .availability-time .dot.red::before,
#summary-box .panel .panel-body table tfoot tr td .availability .location-details .dot.red::before,
#summary-box .panel .panel-body table tfoot tr td .location .availability-time .dot.red::before,
#summary-box .panel .panel-body table tfoot tr td .location .location-details .dot.red::before {
  background-color: #e95f5a;
}
#summary-box .panel .panel-body table tfoot tr td .availability .availability-time .dot.green::before,
#summary-box .panel .panel-body table tfoot tr td .availability .location-details .dot.green::before,
#summary-box .panel .panel-body table tfoot tr td .location .availability-time .dot.green::before,
#summary-box .panel .panel-body table tfoot tr td .location .location-details .dot.green::before {
  background-color: #36C697;
}
#summary-box .panel .panel-body table tfoot tr td .availability .availability-time .dot::before,
#summary-box .panel .panel-body table tfoot tr td .availability .location-details .dot::before,
#summary-box .panel .panel-body table tfoot tr td .location .availability-time .dot::before,
#summary-box .panel .panel-body table tfoot tr td .location .location-details .dot::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  margin-right: 10px;
}
#summary-box .panel .panel-body table tfoot tr td small {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 18px;
  color: #8A94A9;
  display: inline-block;
}
#summary-box .panel .panel-body table tfoot tr td.text-right {
  color: #347AF0;
}
#summary-box .panel .panel-body table tfoot tr td.text-right small {
  display: block;
}
#summary-box .panel .panel-body.no-padding table th {
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  font-size: 13px;
  color: #8798AD;
  border: 0;
  background: #030F1D;
}
#summary-box .panel .panel-footer {
  padding: 0 20px 10px 20px;
  background: #030F1D;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* ------------- VPS ---------------- */
.vps-packages {
  padding: 20px 0;
}

/* ------------- HOSTING ------------ */
.hosting-hidden-details {
  display: none;
}
.hosting-hidden-details .panel {
  text-align: left;
}
.hosting-hidden-details .panel .panel-heading h6 {
  margin: 0;
  text-transform: uppercase;
  font-size: 1rem;
}
.hosting-hidden-details .panel .panel-body table tr th {
  width: 20%;
  min-width: 200px;
  text-align: right;
}

/* ------------- AVAILABILITY ---------------- */
.dot::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  margin: 0 5px;
}
.dot.yellow::before {
  background-color: #ecdb57;
}

/* ------------- FOOTER ------------- */
footer {
  color: #F6F6F7;
  background: #031123;
  padding-top: 75px;
}
footer .copyrights {
  border-top: 1px solid rgba(231, 237, 246, 0.1);
  background-color: #031123;
  min-height: 60px;
  margin-top: 75px;
  font-weight: 600;
  color: rgba(241, 247, 255, 0.7);
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 996px) {
  footer .copyrights {
    padding: 15px 0;
  }
  footer .copyrights .dot {
    margin: 5px 0 !important;
  }
}
footer .copyrights > .container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 996px) {
  footer .copyrights > .container {
    flex-direction: column;
  }
}
footer .copyrights > .container .socials {
  margin-left: auto;
}
@media screen and (max-width: 996px) {
  footer .copyrights > .container .socials {
    margin: 15px 0 auto;
  }
}
footer .copyrights > .container .dot {
  margin: 0 10px;
  width: 5px;
  height: 5px;
  background: #223851;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
footer .copyrights > .container a {
  color: rgba(241, 247, 255, 0.7);
}
footer h4 {
  padding-top: 55px;
  font-size: 15px;
  margin-bottom: 24px;
  color: #F6F6F7;
  text-transform: none;
  font-weight: 600;
  position: relative;
}
footer h4 .badge-new {
  background-color: #0FB099;
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
  vertical-align: baseline;
  font-weight: 600;
  font-size: 13px;
  color: #E5EBF6;
  padding: 4px 6px;
  border-radius: 3px;
}
footer h5 {
  font-size: 1rem;
  color: #F6F6F7;
  margin: 0 0 6px;
}
footer h6 {
  color: #F6F6F7;
}
footer p {
  color: rgba(241, 247, 255, 0.7);
  font-weight: 600;
  font-size: 14px;
}
footer ul {
  padding: 0;
  list-style: none;
}
footer ul li {
  margin: 0 0 10px 0;
}
footer ul li a {
  color: rgba(241, 247, 255, 0.7);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.5s linear;
}
footer ul li a:hover {
  color: #2C6FDC;
}
footer ul.socials {
  display: inline-block;
  float: right;
  margin-bottom: 0;
}
footer ul.socials li {
  display: inline-block;
  margin-bottom: 0 !important;
}
footer ul.socials li a img {
  padding: 2px;
  width: 39px;
  height: 39px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 2px rgba(231, 237, 246, 0.6);
  -webkit-box-shadow: 0px 0px 2px rgba(231, 237, 246, 0.6);
  box-shadow: 0px 0px 2px rgba(231, 237, 246, 0.6);
}
footer ul.socials:last-child a img {
  margin-left: 15px;
}
footer .btn {
  margin-bottom: 22px;
}
footer .phone-link,
footer .email-link {
  margin: 0 0 10px 0;
}
footer .phone-link .link,
footer .email-link .link {
  color: rgba(241, 247, 255, 0.7);
}

.footer-padding {
  padding-top: 260px;
}

.imoje {
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.5s ease-in-out;
}
.imoje:hover {
  opacity: 1;
}

.review img {
  height: 20px;
  margin-bottom: 15px;
}
.review img.trustpilot {
  height: 31px;
}

.rating-box p {
  color: #E7EAF3;
  font-size: 13px;
  font-weight: 400;
}
.rating-box .rate-icon.active {
  fill: #00B090;
  margin-right: 5px;
}

/* ------------- CART BREADCRUMB --------------- */
.cart-breadcrumb .row {
  display: flex;
  flex-wrap: wrap;
}
.cart-breadcrumb .row .stepper {
  padding: 1.5rem;
  margin: 1rem -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}
.cart-breadcrumb .row .stepper.stepper-horizontal {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cart-breadcrumb .row .stepper li {
  position: relative;
  display: contents;
  flex: 1;
  align-items: center;
  transition: 0.5s;
}
.cart-breadcrumb .row .stepper li:not(:last-child):after {
  position: relative;
  flex: 1;
  height: 2px;
  content: "";
  background-color: #02316a;
  margin: 15px 0 0 0;
}
.cart-breadcrumb .row .stepper li a {
  text-align: center;
  color: white;
  text-decoration: none;
  margin: 0 15px 0 0;
}
.cart-breadcrumb .row .stepper li a .circle {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 15px;
  line-height: 2.2rem;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #0656B7;
}
.cart-breadcrumb .row .stepper li a.unactive {
  opacity: 0.3;
}

@media screen and (max-width: 490px) {
  .cart-breadcrumb .row .stepper li:not(:last-child)::after {
    display: none;
  }
  .cart-breadcrumb .row .stepper li a {
    margin: 0 5px 0 0;
  }
  .cart-breadcrumb .row .stepper li a .circle {
    margin-right: 8px;
  }
}
/* ------------- GALLERY --------------- */
.container.gallery-container .tz-gallery {
  padding: 0 15px;
}
.container.gallery-container .tz-gallery .row > div {
  padding: 5px;
}
.container.gallery-container .tz-gallery .lightbox {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.container.gallery-container .tz-gallery .lightbox img {
  height: 100%;
  max-height: 300px;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.container.gallery-container .tz-gallery .lightbox:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.ekko-lightbox.modal .modal-content {
  border: 0 !important;
}
.ekko-lightbox.modal .modal-content .modal-body {
  padding: 0;
}

.ekko-lightbox-nav-overlay a {
  text-decoration: none;
}

body.modal-open {
  padding-right: 0 !important;
  overflow: auto !important;
}

@media screen and (max-width: 991px) {
  .lightbox img {
    width: 100%;
  }
}
/* ------------ HALF BACKGROUND ------------- */
#rightHalf {
  background: #f2f4f9;
  position: absolute;
  right: 0;
  height: 100vh;
  padding: 0 160px 0 80px;
  background-size: cover;
}
#rightHalf.activate {
  padding: 0 80px;
}

#leftHalf {
  background: url("../../../../img/mask-login.svg") no-repeat right center, url("../../../../img/serwery-dedykowane-skynodepl.jpg") no-repeat right center;
  width: 50%;
  position: absolute;
  left: 0;
  height: 100vh;
  background-size: cover;
}
#leftHalf.register {
  background: url("../../../../img/mask-login.svg") no-repeat right center, url("../../../../img/serwery-dedykowane-skynodepl.jpg") no-repeat right center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #leftHalf {
    display: none;
  }

  #rightHalf {
    padding-left: 20px;
  }

  #brand {
    margin: 20px 0 10px;
    line-height: 0;
  }
}
@media screen and (max-width: 991px) {
  #rightHalf {
    padding: 0 60px;
  }
}
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative;
}
#wrapper #content {
  height: 100%;
  padding: 0 0 0 230px;
  position: fixed;
  width: 100%;
  z-index: 1;
  overflow-y: scroll;
  overflow-x: hidden;
}
#wrapper #content > header {
  height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 100;
}
#wrapper #content > header .language-changer {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  padding: 0 8px;
  max-width: 100%;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: #0656B7;
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  #wrapper #content > header .language-changer {
    width: 60px;
    max-width: 60px;
  }
}
#wrapper #content > header .language-changer ul li a {
  background: #0656B7;
  font-weight: 600;
  line-height: 60px;
  height: 60px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#wrapper #content > header .language-changer ul li a:hover {
  background: #095ec6;
  color: white;
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .container {
    width: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .container {
    width: 980px;
  }
}
#tawkchat-status-text-container.theme-background-color {
  background: #0656B7;
}

/* ------------ NUMBER BAR ------------- */
.numbers {
  background-color: #051425;
}
.numbers.line {
  padding: 75px 0 36px 0;
}
.numbers .counter {
  text-align: center;
}
.numbers .counter .header {
  margin: 0 0 20px 0;
}
.numbers .counter .header h2 {
  color: #fff;
  font-size: 2.2rem;
}
.numbers .counter .sub-header {
  margin: 20px 0 0 0;
}
.numbers .counter .sub-header h3 {
  color: #fff;
  font-size: 1.6rem;
}
.numbers .counter .icon img {
  height: 120px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .numbers .counter .header {
    margin: 30px 0 20px 0;
  }
}
/* ------------- CPU ICON ----------------- */
.ico-threadripper {
  background: url("../../../../img/logo-ryzen.svg") no-repeat left center;
  width: 58px;
  height: 36px;
  width: 76px;
  height: 50px;
  background-size: 75px;
}

.ico-ryzen {
  width: 76px;
  height: 50px;
  background: url("../../../../img/logo-ryzen-nvidia.svg") no-repeat top center;
  background-size: 75px;
  margin-top: 10px;
}

.ico-athlon {
  background: url("../../../../img/logo-athlon.png") no-repeat left center;
  width: 76px;
  height: 50px;
  background-size: 75px;
}

.ico-xeon {
  background: url("../../../../img/logo-intel-xeon.svg") no-repeat left center;
  background-size: 60px;
  height: 62px;
  width: 60px;
  margin: 0 0 0 7px;
}

.ico-i7 {
  background: url("../../../../img/logo-intel-core-i7.svg") no-repeat left center;
  background-size: 60px;
  height: 62px;
  width: 60px;
  margin: 0 0 0 7px;
}

.ico-i5 {
  background: url("../../../../img/logo-intel-core-i5.svg") no-repeat left center;
  background-size: 60px;
  height: 62px;
  width: 60px;
  margin: 0 0 0 7px;
}

.ico-i3 {
  background: url("../../../../img/logo-intel-core-i3.svg") no-repeat left center;
  background-size: 60px;
  height: 62px;
  width: 60px;
  margin: 0 0 0 7px;
}

@keyframes play {
  0% {
    background-position: top center;
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  24% {
    opacity: 0;
    background-position: top center;
  }
  25% {
    background-position: bottom center;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  74% {
    opacity: 0;
    background-position: bottom center;
  }
  75% {
    background-position: top center;
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    background-position: top center;
    opacity: 1;
  }
}
/* ------------ SERVER LIST ------------- */
.server-list {
  list-style: none;
  padding-left: 0;
}
.server-list .cpu-icon {
  position: relative;
}
.server-list .cpu-icon div {
  position: absolute;
  top: 33px;
  left: 0;
}
.server-list .server-card {
  background: #fff;
  box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .server-list .server-card {
    padding: 15px;
  }
}
.server-list .server-card .product {
  margin-left: 100px;
}
.server-list .server-card .product .cpu {
  font-size: 20px;
  color: #0D1F3C;
  font-weight: 600;
  margin-top: 10px;
}
.server-list .server-card .product .cpu .availability {
  font-size: 14px;
  margin-left: 15px;
  display: inline;
}
.server-list .server-card .product .cpu .availability .icon-info {
  vertical-align: sub;
  margin-left: 3px;
}
.server-list .server-card .product .cpu .availability .dot::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  margin-right: 10px;
}
.server-list .server-card .product .cpu .availability .dot.grey::before {
  background-color: #D6DAE1;
  animation: none;
}
.server-list .server-card .product .cpu .availability .dot.red::before {
  background-color: #e95f5a;
  animation: none;
}
.server-list .server-card .product .cpu .availability .dot.green::before {
  background-color: #36C697;
  animation: none;
}
.server-list .server-card .product .cpu-desc {
  color: #78839C;
  font-weight: 600;
}
.server-list .server-card .product .element-container {
  display: inline-grid;
  padding: 0 15px;
  margin-top: 20px;
  border-right: 1px solid #EFEFEF;
}
.server-list .server-card .product .element-container.promo-discount {
  font-weight: 600;
  color: #fff;
  background: url("../../../../img/promo-badge.svg") no-repeat left center;
  background-size: 160px;
  height: 172.55px;
  width: 160px;
  margin-top: 0;
  margin-left: 110px;
  position: absolute;
  top: -20px;
  padding: 0;
  right: -70px;
}
.server-list .server-card .product .element-container.promo-discount p {
  font-weight: 600;
}
.server-list .server-card .product .element-container.promo-discount p strong {
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
  color: white;
}
.server-list .server-card .product .element-container.promo-discount p.price {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 1355px) and (min-width: 1199px) {
  .server-list .server-card .product .element-container.promo-discount {
    right: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .server-list .server-card .product .element-container.promo-discount {
    height: 150px;
    background: url("../../../../img/promo-badge-mobile.svg") no-repeat left center;
    background-size: cover;
    background-position: bottom;
    margin-left: 0;
    width: 100%;
    position: relative;
    margin-top: 15px;
    top: 0;
    right: 0;
  }
  .server-list .server-card .product .element-container.promo-discount .element {
    padding-top: 30px !important;
    font-size: 13px;
  }
  .server-list .server-card .product .element-container.promo-discount p.price {
    font-size: 20px;
  }
}
.server-list .server-card .product .element-container.promo-discount .element {
  font-weight: 700;
  color: #fff;
  padding-top: 45px;
  text-align: center;
}
.server-list .server-card .product .element-container.promo-discount .element p {
  margin-bottom: 0;
}
.server-list .server-card .product .element-container:first-child {
  padding-left: 15px;
}
.server-list .server-card .product .element-container:last-child {
  border-right: none;
}
.server-list .server-card .product .element-container .element {
  color: #314559;
}
.server-list .server-card .product .element-container .element strong {
  display: block;
  color: #0D1F3C;
  margin-bottom: 5px;
}
.server-list .server-card .product .price {
  text-align: right;
}
.server-list .server-card .product .price span {
  display: block;
  color: #78839C;
  font-weight: 600;
  font-size: 0.929rem;
}
.server-list .server-card .product .price span.current-vat, .server-list .server-card .product .price span.no-fee {
  color: #8A94A9;
}
.server-list .server-card .product .price span b {
  font-size: 22px;
  color: #0D1F3C;
  font-weight: 600;
  margin-right: 5px;
}
.server-list .server-card .product .btn {
  margin-top: 15px;
  padding: 13px 55px;
  width: 75%;
  float: right;
}

@media screen and (max-width: 1420px) and (min-width: 1355px) {
  .server-list .server-card .product .element-container .element {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1355px) and (min-width: 1199px) {
  .server-list .server-card .product {
    margin-left: 90px;
  }
  .server-list .server-card .product .element-container {
    padding: 0 10px;
  }
  .server-list .server-card .product .element-container .element {
    font-size: 13px !important;
  }
  .server-list .server-card .product .col-md-9 {
    width: 80% !important;
  }
  .server-list .server-card .product .col-md-3 {
    width: 20% !important;
  }
  .server-list .server-card .product .btn {
    padding: 13px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .server-list .cpu-icon div {
    height: 110px;
    width: 110px;
  }
  .server-list .server-card .product {
    margin-left: 70px;
  }
  .server-list .server-card .product .col-md-9 {
    width: 80% !important;
  }
  .server-list .server-card .product .col-md-3 {
    width: 20% !important;
  }
  .server-list .server-card .product .cpu {
    font-size: 18px;
  }
  .server-list .server-card .product .price span b {
    font-size: 20px;
  }
  .server-list .server-card .product .btn {
    padding: 13px 55px;
  }
  .server-list .server-card .product .element-container {
    padding: 0 10px;
  }
  .server-list .server-card .product .element-container .element {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199px) {
  .server-list .server-card {
    margin-left: 0;
  }
  .server-list .server-card .product {
    margin-left: 0;
  }
  .server-list .server-card .product .col-md-9 {
    width: 100% !important;
  }
  .server-list .server-card .product .col-md-3 {
    width: 100% !important;
  }
  .server-list .server-card .product .element-container {
    margin: 0 10px;
    padding: 3px 0;
  }
  .server-list .server-card .product .element-container:last-child {
    border-bottom: 0;
  }
  .server-list .server-card .product .price-container {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -25px;
    background: #031529;
    padding: 20px 25px 25px 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .server-list .server-card .product .price-container .btn {
    width: 100%;
    float: none;
  }
  .server-list .server-card .product .price-container .price {
    text-align: center;
  }
  .server-list .server-card .product .price-container .price span b {
    font-size: 20px;
    color: #347AF0;
  }
  .server-list .server-card .product .price-container .price span.current-vat, .server-list .server-card .product .price-container .price span.no-fee {
    font-size: 12px;
  }
  .server-list .server-card .product .element-container {
    display: block;
    text-align: center;
    border-right: 0;
  }
  .server-list .server-card .product .element-container .element strong {
    display: inline;
    margin-right: 5px;
  }
  .server-list .server-card .product .cpu-desc {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .server-list .server-card .product .cpu {
    font-size: 18px;
  }
  .server-list .server-card .product .cpu,
  .server-list .server-card .product .cpu-desc {
    text-align: center;
  }
  .server-list .server-card .product .cpu .availability,
  .server-list .server-card .product .cpu-desc .availability {
    display: block;
  }
  .server-list .cpu-icon div {
    display: none;
    margin: 5px 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.container {
  max-width: 1439px;
  width: 100% !important;
  margin: auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 750px !important;
  }
}
.advantages .row {
  display: flex;
}
.advantages .row .box.box-bordered {
  padding: 35px 30px;
  margin-bottom: 0;
  height: 100%;
}
.advantages .row .box.box-bordered .box-heading {
  min-width: 100px;
  display: flex;
  align-items: center;
}
.advantages .row .box.box-bordered .box-heading h3 {
  display: inline;
  background: transparent;
  padding-left: 15px;
  font-size: 20px;
  line-height: 1.4;
}
.advantages .row .box.box-bordered .box-heading h3 p {
  margin-top: 5px;
  font-weight: 500;
}
.advantages .row .box.box-bordered .box-heading h3 a {
  color: white !important;
}
.advantages .row .box.box-bordered .box-heading img {
  display: inline;
  height: 65px;
  box-shadow: rgba(6, 37, 68, 0.28) 0px 3px 12px 0px;
  border-radius: 50%;
}
.advantages .row .box.box-bordered .box-heading img.pdf-icon {
  border-radius: 0;
  box-shadow: none;
  height: 100%;
  margin-right: 10px;
}
.advantages .row .box.box-bordered .box-content p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 1402px) {
  .advantages .row .box.box-bordered .box-heading h3 {
    font-size: 18px;
  }
  .advantages .row .box.box-bordered .box-heading img {
    height: 65px;
  }
}
@media screen and (max-width: 991px) {
  .advantages .row {
    display: block;
  }
  .advantages .row .box.box-bordered {
    margin-bottom: 30px;
  }
}
.logo-box-container {
  padding-top: 50px;
  padding-bottom: 0;
  position: relative;
  z-index: 3;
}
.logo-box-container .small-title {
  margin: 0 0 30px;
  color: white;
}
.logo-box-container .logo-box {
  width: 100%;
}
.logo-box-container .logo-box img {
  image-rendering: -webkit-crisp-edges;
}

@media screen and (max-width: 767px) {
  .logo-box img {
    height: 25px;
  }
}
@media screen and (max-width: 991px) {
  .logo-box img {
    margin-bottom: 20px;
  }
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: -134px;
  left: 100%;
  margin-top: -6px;
  min-width: 200px;
  transition: all 0.5s linear;
}
.dropdown-submenu > .dropdown-menu > li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.dropdown-submenu > .dropdown-menu > li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  border: 0;
  background-image: url("../../../../img/icon-chevron.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  margin-top: 33px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate -90deg;
  -ms-transform: rotate -90deg;
  -o-transform: rotate -90deg;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}

li.title {
  font-size: 1.4rem;
  margin: 15px 0 20px -20px;
  line-height: 1.4;
  font-weight: 600;
  color: #0D1F3C;
}

/* ------------ LIST ------------- */
.list {
  padding-left: 15px;
  color: #485068;
  margin-top: 15px;
  font-size: 1.1rem;
  line-height: 26px;
  font-weight: 400;
  font-size: 1.1rem;
}
.list li {
  list-style-type: none;
  margin-bottom: 10px;
}
.list li:before {
  counter-increment: list;
  content: counters(list-item, ".") ". ";
}
.list li ul li {
  list-style: lower-latin;
}
.list li ul li:before {
  content: none;
}

.privacy-policy .section .section-header {
  margin-bottom: 15px;
}
.privacy-policy .section .section-body {
  font-size: 16px;
  line-height: 24px;
}
.privacy-policy .section .section-body h3 {
  margin: 25px 0 20px 0;
  line-height: 1.6;
  font-size: 20px;
  color: #223458;
  letter-spacing: -0.5px;
}
.privacy-policy .section .section-body ol li {
  margin-bottom: 15px;
}

/* ------------ JOB OFFERS ------------- */
.job-info {
  margin-top: -15px;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 10px;
}
.job-info .address {
  padding: 8px 0;
  color: #314559;
  margin-left: 20px;
}
.job-info .address p {
  display: inline;
  color: #2E384D;
  margin-right: 15px;
}
.job-info .contract {
  padding: 8px 0;
  color: #314559;
  margin-left: 20px;
}
.job-info .contract p {
  display: inline;
  color: #2E384D;
  margin-right: 15px;
}
.job-info .salary {
  padding: 8px 0;
  color: #314559;
  margin-left: 20px;
}
.job-info .salary p {
  display: inline;
  color: #2E384D;
  margin-right: 15px;
}
.job-info .label {
  background: #0656B7;
  margin-left: 10px;
  font-weight: 600;
  font-size: 13px;
  color: #F6F6F7;
}
.job-info span {
  font-size: 14px;
}

/* ------------ MODAL SURVEY ------------- */
.modal-survey .modal-header {
  font-size: 1.2rem;
  font-weight: 600;
  color: #ecf0f1;
  background: #030f1d;
  text-align: center;
  border-bottom: 1px solid #ffffff17;
}
.modal-survey .modal-body {
  background: #030f1d !important;
}
.modal-survey .modal-body .header {
  margin-bottom: 30px;
}
.modal-survey .modal-body .header h5,
.modal-survey .modal-body .header p {
  text-align: center;
  color: #ecf0f1;
}
.modal-survey .modal-body .header h5 {
  border-bottom: 2px solid #257AFA;
  line-height: inherit;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.modal-survey .modal-body .question {
  background: #031529;
  padding: 14px 20px;
  margin-bottom: 30px;
}
.modal-survey .modal-body .question label {
  color: #ecf0f1;
  font-size: 16px;
  margin-bottom: 5px;
}
.modal-survey .modal-body .question input {
  border: 1px solid #ffffff17;
  background: transparent;
  border-radius: 5px;
  color: #ecf0f1;
  transition: all 0.5s linear;
}
.modal-survey .modal-body .question input::placeholder {
  color: #a1a2a3;
}
.modal-survey .modal-body .question input:hover, .modal-survey .modal-body .question input:active, .modal-survey .modal-body .question input:focus {
  border: 1px solid #257AFA;
  background: rgba(37, 122, 250, 0.08);
}
.modal-survey .modal-body .question .radio,
.modal-survey .modal-body .question .checkbox {
  border: 1px solid #ffffff17;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.5s linear;
}
.modal-survey .modal-body .question .radio input[type="radio"],
.modal-survey .modal-body .question .radio input[type="checkbox"],
.modal-survey .modal-body .question .checkbox input[type="radio"],
.modal-survey .modal-body .question .checkbox input[type="checkbox"] {
  margin-top: 6px;
  margin-left: -25px;
}
.modal-survey .modal-body .question .radio:hover,
.modal-survey .modal-body .question .checkbox:hover {
  border: 1px solid #257AFA;
  background: rgba(37, 122, 250, 0.08);
}
.modal-survey .modal-body .question .radio label,
.modal-survey .modal-body .question .checkbox label {
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 35px;
  color: #ecf0f1;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.modal-survey .modal-footer {
  background: #030f1d !important;
  border-top: 1px solid #ffffff17 !important;
}

.is-required:after {
  content: "*";
  color: #257AFA;
  margin-left: 5px;
  font-size: 20px;
}

/* ------------ SERVER CONFIGURATION ------------- */
.panel-configuration {
  background: #FAFBFF;
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.5);
  border-radius: 3px;
  padding: 25px 8px;
  margin-bottom: 25px;
}
.panel-configuration .panel-heading {
  color: #2E384D;
  font-size: 17px;
  font-weight: 600;
  padding: 0 15px;
}
@media only screen and (max-width: 600px) {
  .panel-configuration .panel-heading {
    font-size: 16px;
  }
}
.panel-configuration .panel-body {
  padding: 0 15px;
}
.panel-configuration .panel-body .col-sm-12,
.panel-configuration .panel-body .col-sm-6 {
  margin-bottom: 15px !important;
}
.panel-configuration .panel-body .col-sm-12:last-of-type,
.panel-configuration .panel-body .col-sm-6:last-of-type {
  margin-bottom: 0;
}
.panel-configuration .panel-body .price {
  color: #8798AD;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  float: right;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  align-items: end;
}
.panel-configuration .panel-body .price .price-discounted {
  font-size: 12px !important;
}
.panel-configuration .panel-body .price .price-discounted .text-green {
  color: #8798AD !important;
  font-size: 12px !important;
}
@media only screen and (max-width: 600px) {
  .panel-configuration .panel-body .price {
    font-size: 12px;
  }
}
.panel-configuration .panel-body .price .text-green {
  display: inline;
  font-size: 14px;
  color: #1b9d72;
}
@media only screen and (max-width: 600px) {
  .panel-configuration .panel-body .price .text-green {
    display: block;
    font-size: 13px;
  }
}
.panel-configuration .panel-body .panel-box {
  border: 1px solid rgba(206, 218, 230, 0.8);
  background: rgba(213, 223, 233, 0.38);
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 24px 10px 24px 26px;
  line-height: 0;
}
.panel-configuration .panel-body .panel-box .col-sm-2 {
  text-align: right;
}
.panel-configuration .panel-body .panel-box p {
  color: rgba(46, 56, 77, 0.86);
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 0;
}
.panel-configuration .panel-body .panel-box span {
  color: #8798AD;
  font-size: 13px;
  font-weight: 600;
}
.panel-configuration .panel-body .panel-content {
  padding: 7px 0 15px 0;
}
.panel-configuration .panel-body .panel-content p {
  font-size: 15px;
  color: #314559;
}
@media only screen and (max-width: 600px) {
  .panel-configuration .panel-body .panel-content p {
    font-size: 14px;
  }
}
.panel-configuration .panel-body .form-group {
  margin: 0;
}
.panel-configuration .panel-body .text-bold {
  color: #8798AD;
  font-size: 13px;
  font-weight: 600;
}
.panel-configuration .panel-body input.form-control[type="text"],
.panel-configuration .panel-body textarea.form-control {
  border: 1px solid rgba(206, 218, 230, 0.8) !important;
  background: rgba(213, 223, 233, 0.38) !important;
  border-radius: 5px;
  margin: 0;
  padding: 24px 10px 24px 20px;
  font-size: 15px;
}
.panel-configuration .panel-body input.form-control[type="text"]::placeholder,
.panel-configuration .panel-body textarea.form-control::placeholder {
  color: #9FA7B3 !important;
}
.panel-configuration .panel-body input.form-control[type="text"]:focus, .panel-configuration .panel-body input.form-control[type="text"]:active,
.panel-configuration .panel-body textarea.form-control:focus,
.panel-configuration .panel-body textarea.form-control:active {
  border: 2px solid #0656B7 !important;
  outline: 2px solid #CEDAE6 !important;
  margin: -1px;
}
.panel-configuration .panel-body textarea.form-control {
  padding: 12px 20px 12px 20px !important;
}
.panel-configuration .panel-body textarea.form-control {
  height: auto;
}
.panel-configuration .panel-body input[type="number"] {
  border: 1px solid rgba(206, 218, 230, 0.8);
  background: rgba(213, 223, 233, 0.38);
  -moz-appearance: textfield;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 14px 10px 14px 26px;
  line-height: 0;
  font-size: 15px;
  width: 100%;
}
.panel-configuration .panel-body .btn-plus,
.panel-configuration .panel-body .btn-minus {
  padding: 8px 42px;
  font-size: 25px;
  margin-top: -2px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .panel-configuration .panel-body .btn-plus,
  .panel-configuration .panel-body .btn-minus {
    padding: 0 20px;
    margin-top: 10px;
  }
}
.panel-configuration .panel-body .inputGroup {
  display: block;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.panel-configuration .panel-body .inputGroup input {
  display: none;
}
.panel-configuration .panel-body .inputGroup input:checked ~ label {
  border: 2px solid #0656B7;
  outline: 2px solid #CEDAE6;
  margin: 0;
}
.panel-configuration .panel-body .inputGroup input:checked ~ label .price {
  right: 23px;
}
.panel-configuration .panel-body .inputGroup input:checked ~ label::after {
  background: #0656B7;
  background-image: url("../../../../img/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 5px;
}
.panel-configuration .panel-body .inputGroup label {
  border: 1px solid rgba(206, 218, 230, 0.8);
  padding: 18px 10px 18px 26px;
  border-radius: 5px;
  width: 100%;
  font-size: 15px;
  position: relative;
  margin: 1px;
  transition: none;
}
.panel-configuration .panel-body .inputGroup label .text-muted {
  color: rgba(13, 31, 60, 0.6);
  font-size: 13px;
  margin-left: 15px;
}
.panel-configuration .panel-body .inputGroup label .dot {
  margin: 0 10px;
  width: 5px;
  height: 5px;
  background: rgba(154, 164, 184, 0.3);
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .panel-configuration .panel-body .inputGroup label {
    font-size: 14px;
  }
  .panel-configuration .panel-body .inputGroup label .text-muted {
    color: #8193AE;
    font-size: 13px;
    margin-left: 15px;
  }
  .panel-configuration .panel-body .inputGroup label label::after {
    width: 20px;
    height: 20px;
    content: "";
    background-color: transparent;
    border-radius: 50%;
    background-image: none;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 4px;
    z-index: 2;
    position: absolute;
    right: -10px;
    top: 0;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
  }
}
.panel-configuration .panel-body .inputGroup input:disabled + label {
  border: 1px solid #D5DDEC;
  outline: none;
  background: rgba(213, 223, 233, 0.4);
  color: rgba(13, 31, 60, 0.7);
  cursor: not-allowed;
}
.panel-configuration .panel-body .inputGroup input:disabled + label:after {
  display: none !important;
}
.panel-configuration .panel-body .inputGroup input:disabled + label span.outstock {
  color: #8193AE;
  font-size: 13px;
  margin-left: 15px;
  opacity: 0.7;
}
@media only screen and (max-width: 600px) {
  .panel-configuration .panel-body .inputGroup input:disabled + label span.outstock {
    font-size: 12px;
  }
}
.panel-configuration .panel-body .inputGroup input:disabled + label span.price {
  opacity: 0.7;
}
.panel-configuration .panel-body .inputGroup span.outstock_option_unavailable {
  outline: none;
  font-size: 13px;
  color: rgba(13, 31, 60, 0.6);
  padding-left: 15px;
}
.panel-configuration .panel-body .inputGroup span.outstock_option_unavailable::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 600px) {
  .panel-configuration .panel-body .inputGroup span.outstock_option_unavailable {
    font-size: 12px;
  }
}
@media only screen and (max-width: 420px) {
  .panel-configuration .panel-body .inputGroup span.outstock_option_unavailable {
    display: block;
    padding-left: 0;
  }
}
.panel-configuration .panel-body ul {
  padding: 0;
}
.panel-configuration .panel-body ul li {
  border: 1px solid rgba(206, 218, 230, 0.8);
  padding: 14px 10px 14px 26px;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.panel-configuration .panel-body ul li:hover {
  border: 2px solid #0656B7;
  outline: 2px solid #CEDAE6;
}
.panel-configuration .panel-body ul li::before {
  counter-increment: none;
  content: none;
}
.panel-configuration .panel-body ul li a {
  color: #2E384D;
  display: inline-block;
  cursor: pointer;
}
.panel-configuration .panel-body ul li a span {
  display: block;
  color: #8798AD;
  font-size: 13px;
  font-weight: 600;
}
.panel-configuration .panel-body ul li .price {
  color: #8193AE;
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  float: right;
  margin-right: 8px;
}
.panel-configuration .panel-body ul li img {
  vertical-align: bottom;
  margin-right: 15px;
}
.panel-configuration .panel-body ul li.unactive {
  background: rgba(213, 223, 233, 0.38);
  cursor: not-allowed;
}
.panel-configuration .panel-body ul li.unactive a {
  color: rgba(46, 56, 77, 0.46);
  cursor: not-allowed;
}
.panel-configuration .panel-body ul li.unactive:hover {
  border: 1px solid rgba(206, 218, 230, 0.8);
  outline: none;
  left: 0;
}
.panel-configuration #box-slider {
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .panel-configuration #box-slider {
    width: 75%;
  }
}
.panel-configuration #box-slider .range-slider > input + output {
  background: #3980F7 !important;
  color: white !important;
}
.panel-configuration #box-slider .range-slider__progress:before {
  background: #0656B7 !important;
}
@media only screen and (max-width: 1199px) {
  .panel-configuration #box-price .price {
    transform: translateY(-140%) !important;
  }
}
.panel-configuration #box-price .price {
  transform: translateY(140%);
}
@media only screen and (max-width: 767px) {
  .panel-configuration .justify-content-center {
    justify-content: unset;
  }
}
@media only screen and (max-width: 767px) {
  .panel-configuration .d-flex.mobile {
    justify-content: flex-end;
    padding: 0 !important;
    margin-right: 0 !important;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .panel-configuration .ml-2 {
    margin-left: 0 !important;
  }
}

.spin-buttons span {
  font-weight: 600;
  font-size: 18px;
  color: #2E384D;
}

h3.lines {
  overflow: hidden;
  text-align: center;
  padding: 5px;
  color: #314559;
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0 40px 0 !important;
}
h3.lines:before, h3.lines:after {
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
h3.lines:before {
  background: linear-gradient(1.25turn, #DFE7F0, #C1CDD9);
  right: 1.5em;
  margin-left: -50%;
}
h3.lines:after {
  background: linear-gradient(1.25turn, #C1CDD9, #DFE7F0);
  left: 1.5em;
  margin-right: -50%;
}

.range-slider__progress {
  background: rgba(213, 223, 233, 0.88) !important;
}

.range-slider::after, .range-slider::before {
  display: none;
}
.range-slider .output {
  background: #3A4774 !important;
  color: #e1e1e1 !important;
}
.range-slider > input + output {
  background: #3A4774 !important;
  color: #e1e1e1 !important;
  border-radius: 3px !important;
  padding: 2px 5px 3px 5px !important;
}

/* ------------ OPERATING SYSTEMS ------------- */
.os-template-sticker {
  position: relative;
  width: 35px;
  height: 35px;
}

.os-template-sticker[data-template^="almalinux" i] {
  background: url("../img/almalinux-logo.svg") center no-repeat;
  background-size: 100% 100%;
}

.os-template-sticker[data-template^="centos" i] {
  background: url("../img/centos-logo.svg") center no-repeat;
  background-size: 100% 100%;
}

.os-template-sticker[data-template^="debian" i] {
  background: url("../img/debian-logo.svg") center no-repeat;
  background-size: 100% 100%;
}

.os-template-sticker[data-template^="fedora" i] {
  background: url("../img/fedora-logo.svg") center no-repeat;
  background-size: 100% 100%;
}

.os-template-sticker[data-template^="freebsd" i] {
  background: url("../img/freebsd-logo.svg") center no-repeat;
  background-size: 90% 90%;
}

.os-template-sticker[data-template^="rocky" i] {
  background: url("../img/rocky-logo.svg") center no-repeat;
  background-size: 90% 90%;
}

.os-template-sticker[data-template^="windows" i] {
  background: url("../img/windows-logo.svg") center no-repeat;
  background-size: 100% 100%;
}

.os-template-sticker[data-template^="ubuntu" i] {
  background: url("../img/ubuntu-logo.svg") center no-repeat;
  background-size: 100% 100%;
}

/* ------------ HELPERS ------------- */
.d-flex {
  display: flex;
}

.flex-basis-content {
  flex-basis: content;
}

.justify-center {
  justify-content: center;
}

.align-self-end {
  align-self: flex-end;
}

.align-content-end {
  align-content: end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: end;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-row {
  flex-direction: row;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.overflow-auto {
  overflow: auto !important;
}

.d-none {
  display: none;
}

.p-0 {
  padding: 0;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mbt-60 {
  margin: 60px 0;
}

.p-15 {
  padding: 15px;
}

.pr-0 {
  padding-right: 0;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-5 {
  padding-right: 5px;
}

.pl-0 {
  padding-left: 0;
}

.pl-5 {
  padding-left: 5px;
}

.prl-120 {
  padding: 0 120px;
}

.no-padding {
  padding: 0;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* ------------ DEDICATED SERIES ------------- */
.server-table {
  overflow: visible;
  position: relative;
  display: flex;
  padding: 100px 0 !important;
}
.server-table .row:last-of-type .servers-specifaction-table {
  margin-bottom: 0;
}

.flex-table {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: center;
  padding-bottom: 16px;
  margin-top: 8px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .flex-table.hide-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .flex-table {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.flex-table .flex-table-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
  width: 250px;
  min-width: 250px;
}
@media only screen and (max-width: 1200px) {
  .flex-table .flex-table-column {
    display: none;
  }
}
.flex-table .flex-table-column h1,
.flex-table .flex-table-column h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1.5px;
}
.flex-table .flex-table-column p {
  font-size: 16px;
  line-height: 1.71429;
}
.flex-table .server-box-container {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .flex-table .server-box-container {
    display: block;
  }
}
.flex-table .server-box-container .server-box {
  width: 100%;
  height: 100%;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 4px;
  background: #051425;
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.5);
}
@media only screen and (max-width: 1200px) {
  .flex-table .server-box-container .server-box {
    height: auto;
    margin: 0 0 20px 0;
  }
  .flex-table .server-box-container .server-box:last-of-type {
    margin: 0 !important;
  }
}
.flex-table .server-box-container .server-box .server-box-column {
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 16px 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .flex-table .server-box-container .server-box .server-box-column .btn-container.hide-desktop {
    display: flex !important;
  }
}
.flex-table .server-box-container .server-box .server-box-column .server-title {
  width: 100%;
  background: #0E3665;
  box-shadow: 0px 13px 10px -10px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-transform: uppercase;
  padding: 3px 0;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.flex-table .server-box-container .server-box .server-box-column .processor {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #E5EBF6;
}
.flex-table .server-box-container .server-box .server-box-column .name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #E5EBF6;
}
.flex-table .server-box-container .server-box .server-box-column .cpu-benchmark {
  color: #E5EBF6;
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}
.flex-table .server-box-container .server-box .server-box-column .price {
  margin: 10px 0 25px 0;
  color: #8798AD;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.flex-table .server-box-container .server-box .server-box-column .price span {
  display: block;
}
.flex-table .server-box-container .server-box .server-box-column .price span.lowest-price {
  padding: 0 5px;
}
.flex-table .server-box-container .server-box .server-box-column .price b {
  font-size: 26px;
  color: #2b74f0;
  font-weight: 600;
}
.flex-table .server-box-container .server-box .server-box-column .price s {
  font-size: 18px;
  color: #2b74f0;
  font-weight: 600;
  margin-right: 3px;
  text-decoration-thickness: 2px;
}
.flex-table .server-box-container .server-box .server-box-column .btn-container {
  width: 100%;
  display: flex;
  padding: 0 15px;
  margin-top: auto;
}
.flex-table .server-box-container .server-box .server-box-column .btn-container .btn.disabled {
  opacity: 0.35;
}
.flex-table .server-box-container .server-box .server-box-column .btn-container.hide-desktop {
  display: none;
}
.flex-table .server-box-container .server-box .server-box-column .btn-container .m-10 {
  margin-top: 0;
}
.flex-table .server-box-container .server-box .server-box-column .btn-container .btn {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 1200px) {
  .flex-table .server-box-container .server-box .server-box-column .btn-container .m-10 {
    margin-top: 10px;
  }
}

.sale-badge {
  background: url("../img/sale-badge.png") no-repeat left top;
}

.black-friday-badge {
  background: url("../img/black-friday-badge.png") no-repeat left top;
}
.black-friday-badge.cfg {
  top: -3px;
  left: 11px;
}

.sale-badge,
.black-friday-badge {
  display: inline-block;
  position: absolute;
  top: -2.5px;
  left: -2.7px;
  image-rendering: optimizequality;
  height: 60px;
  width: 100px;
  background-size: 100px;
}

.bf-sale-vector {
  background: url("../img/bf-sale-vector.png") no-repeat right center;
  display: inline-block;
  position: absolute;
  top: 120px;
  right: -680px;
  height: 100px;
  width: 1950px;
  background-size: 1950px;
}
.bf-sale-vector.outlet {
  top: 60px;
  right: -360px;
  width: 1600px;
  background-size: 1600px;
}
@media only screen and (max-width: 1200px) {
  .bf-sale-vector.outlet {
    right: -460px;
  }
}
@media only screen and (max-width: 672px) {
  .bf-sale-vector.outlet {
    display: none;
  }
}

.specification-table-container {
  overflow: unset;
}
@media only screen and (max-width: 1200px) {
  .specification-table-container {
    overflow: scroll !important;
  }
}

.servers-specifaction-table,
.specification-table {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background: #FAFBFF;
  box-shadow: 0px 13px 10px -10px rgba(191, 204, 225, 0.5);
  border-radius: 3px;
}
@media only screen and (max-width: 1200px) {
  .servers-specifaction-table,
  .specification-table {
    display: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .servers-specifaction-table.table-responsive-sm,
  .specification-table.table-responsive-sm {
    margin-top: 0 !important;
    display: table;
  }
  .servers-specifaction-table.table-responsive-sm table,
  .specification-table.table-responsive-sm table {
    display: block;
    height: 100%;
  }
  .servers-specifaction-table.table-responsive-sm table thead,
  .specification-table.table-responsive-sm table thead {
    display: table-header-group;
    float: none;
  }
  .servers-specifaction-table.table-responsive-sm table thead tr th,
  .specification-table.table-responsive-sm table thead tr th {
    width: auto !important;
  }
  .servers-specifaction-table.table-responsive-sm table thead tr th .table-header,
  .specification-table.table-responsive-sm table thead tr th .table-header {
    width: 200px;
  }
  .servers-specifaction-table.table-responsive-sm table tbody,
  .specification-table.table-responsive-sm table tbody {
    display: table-row-group;
  }
  .servers-specifaction-table.table-responsive-sm table thead tr,
  .servers-specifaction-table.table-responsive-sm table tbody tr,
  .specification-table.table-responsive-sm table thead tr,
  .specification-table.table-responsive-sm table tbody tr {
    display: table-row;
  }
  .servers-specifaction-table.table-responsive-sm table th,
  .servers-specifaction-table.table-responsive-sm table tbody td,
  .specification-table.table-responsive-sm table th,
  .specification-table.table-responsive-sm table tbody td {
    display: table-cell;
  }
  .servers-specifaction-table.table-responsive-sm table td,
  .servers-specifaction-table.table-responsive-sm table th,
  .specification-table.table-responsive-sm table td,
  .specification-table.table-responsive-sm table th {
    width: auto;
  }
}
.servers-specifaction-table table,
.specification-table table {
  table-layout: fixed;
}
.servers-specifaction-table table thead,
.specification-table table thead {
  width: 100%;
  height: 100%;
}
.servers-specifaction-table table thead tr th .table-header,
.specification-table table thead tr th .table-header {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 20px;
  color: #2E384D;
  font-size: 16px;
  font-weight: 600;
}
.servers-specifaction-table table thead tr th .arrow-right,
.specification-table table thead tr th .arrow-right {
  display: inline-flex;
  float: right;
  padding: 20px;
}
.servers-specifaction-table table tbody tr,
.specification-table table tbody tr {
  transition: all 0.3s linear;
}
.servers-specifaction-table table tbody tr:hover,
.specification-table table tbody tr:hover {
  background: rgba(6, 86, 183, 0.04);
}
.servers-specifaction-table table tbody tr:first-of-type td,
.specification-table table tbody tr:first-of-type td {
  border-top: 1px solid #E7EDF6;
}
.servers-specifaction-table table tbody tr td,
.specification-table table tbody tr td {
  width: auto;
  height: auto;
  padding: 12px 20px;
  border-right: 1px solid #E7EDF6;
  border-top: 1px solid #E7EDF6;
}
.servers-specifaction-table table tbody tr td.table-mobile-header,
.specification-table table tbody tr td.table-mobile-header {
  width: 25%;
  text-align: center;
  color: #2E384D;
  font-weight: 600;
  vertical-align: baseline;
}
.servers-specifaction-table table tbody tr td.table-mobile-header .price,
.specification-table table tbody tr td.table-mobile-header .price {
  color: #2b74f0;
  font-weight: 600;
  font-size: 13px;
}
.servers-specifaction-table table tbody tr td.table-mobile-header .price span,
.specification-table table tbody tr td.table-mobile-header .price span {
  color: #8798AD;
  font-size: 12px;
}
.servers-specifaction-table table tbody tr td:last-of-type,
.specification-table table tbody tr td:last-of-type {
  border-right: none;
}
.servers-specifaction-table table tbody tr td:first-of-type p,
.specification-table table tbody tr td:first-of-type p {
  text-align: left;
  margin: 0;
  color: #2E384D;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.servers-specifaction-table table tbody tr td:nth-of-type(2n+2),
.specification-table table tbody tr td:nth-of-type(2n+2) {
  background: rgba(6, 86, 183, 0.02);
}
.servers-specifaction-table table tbody tr td p,
.specification-table table tbody tr td p {
  text-align: center;
  margin: 0;
  color: #314559;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

.check-icon {
  background: #0656B7;
  width: 18px;
  height: 18px;
  padding: 4px;
  background-repeat: no-repeat;
  border-radius: 50%;
}

.arrow-toggle .arrow-right {
  transform: rotate(90deg);
}
.arrow-toggle.inactive .arrow-right {
  transform: none;
}

/* ------------ HOMEPAGE ------------- */
.home-slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-slider {
    height: auto;
  }
}
.home-slider .home-slide {
  height: 100%;
  min-height: 750px;
  width: 100% !important;
  display: flex !important;
  align-items: center;
  justify-content: left;
  background-size: cover !important;
}
.home-slider .home-slide > .container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .home-slider .home-slide {
    min-height: 650px;
  }
}
.home-slider .home-slide .home-slide-content {
  padding: 80px 0 60px 0 !important;
  width: 600px;
}
.home-slider .home-slide .home-slide-content.text-center {
  width: 650px !important;
}
.home-slider .home-slide .home-slide-content .highlight {
  display: inline-block;
  user-select: text;
  width: auto;
  background: #0656B7;
  font-size: 22px;
  border-radius: 3px;
  padding: 12px 20px !important;
}
.home-slider .home-slide .home-slide-content .text-small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .home-slider .home-slide .home-slide-content {
    padding: 140px 0 80px 0 !important;
    width: 800px;
  }
}
@media only screen and (max-width: 672px) {
  .home-slider .home-slide .home-slide-content {
    width: 500px;
  }
}
.home-slider .home-slide .home-slide-content h1,
.home-slider .home-slide .home-slide-content h2 {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
  color: #F1F7FF;
}
.home-slider .home-slide .home-slide-content h1.font-xl,
.home-slider .home-slide .home-slide-content h2.font-xl {
  font-size: 100px;
}
@media only screen and (max-width: 672px) {
  .home-slider .home-slide .home-slide-content h1,
  .home-slider .home-slide .home-slide-content h2 {
    font-size: 40px;
    line-height: 51px;
  }
  .home-slider .home-slide .home-slide-content h1.font-xl,
  .home-slider .home-slide .home-slide-content h2.font-xl {
    font-size: 70px;
  }
}
@media only screen and (max-width: 480px) {
  .home-slider .home-slide .home-slide-content h1,
  .home-slider .home-slide .home-slide-content h2 {
    font-size: 34px;
    line-height: 44px;
  }
}
.home-slider .home-slide .home-slide-content p {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.4px;
  margin-bottom: 60px;
  padding-right: 100px !important;
  color: #F1F7FF;
}
.home-slider .home-slide .home-slide-content .btn {
  font-size: 16px !important;
}
@media screen and (max-width: 767px) {
  .home-slider .home-slide .home-slide-content .btn {
    font-size: 14px !important;
  }
}
.home-slider .home-slide .home-slide-content.text-center {
  margin: 0 auto;
  text-align: center;
}
.home-slider .home-slide .home-slide-content.text-center p {
  padding: 0 50px !important;
}
@media only screen and (max-width: 480px) {
  .home-slider .home-slide .home-slide-content.text-center p {
    padding: 0 15px !important;
  }
}
.home-slider .home-slide.bg-img-hero-1 {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/storage-server-mevspace.webp") no-repeat;
  background-position: top;
}
.home-slider .home-slide.bg-img-hero-2 {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/amd-rack-mevspace.webp") no-repeat right center;
  background-position: bottom;
}
.home-slider .home-slide.bg-img-hero-2 h1 {
  padding: 0 10px !important;
}
@media only screen and (max-width: 480px) {
  .home-slider .home-slide.bg-img-hero-2 h1 {
    padding: 0 !important;
  }
}
.home-slider .home-slide.bg-img-hero-3 {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/data-center-4.webp") no-repeat right center;
}
.home-slider .home-slide.bg-img-hero-4 {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/amd-ryzen-9-5950-x-mevspace.webp") no-repeat right center;
  background-position: left;
  background-size: cover !important;
}
.home-slider .home-slide.bg-img-hero-5 {
  background: url("../img/mevik-mask.png") no-repeat right center, #021731;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 767px) {
  .home-slider .home-slide.bg-img-hero-5 {
    background-position: right -120px center;
  }
}
.home-slider .slick-dots {
  position: relative;
  border: 0;
  bottom: 0;
  margin: -76px auto auto;
  padding: 0 50px;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .home-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .home-slider .slick-dots::before {
    content: none !important;
  }
}
.home-slider .slick-dots::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 1px;
  top: 0;
  left: calc(-1 * (100vw - 100%) / 2);
  background: rgba(231, 237, 246, 0.24);
}
.home-slider .slick-dots li {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-indent: -9999px;
  white-space: nowrap;
  border: 0;
  width: auto;
  height: 76px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .home-slider .slick-dots li {
    height: auto;
    padding: 0;
  }
}
.home-slider .slick-dots li.slick-active button {
  border-top: 2px solid #D9E0EA;
  color: #F1F7FF;
}
.home-slider .slick-dots li button {
  display: block;
  width: 100%;
  height: 40px;
  border: 0;
  background-color: transparent;
  border-top: 2px solid transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: rgba(241, 247, 255, 0.7);
  text-align: left;
  outline: none;
  position: relative;
  padding: 38px 0 !important;
}
@media screen and (max-width: 1199px) {
  .home-slider .slick-dots li button {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  .home-slider .slick-dots li button {
    width: auto;
    height: auto;
    padding: 10px 3px !important;
    margin-bottom: 45px;
    font-size: 0;
    border-top: 0 !important;
  }
}
.home-slider .slick-dots li button::before {
  content: none;
}
@media screen and (max-width: 991px) {
  .home-slider .slick-dots li button::before {
    content: "";
    display: flex;
    position: absolute;
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: calc(50% - 6px);
    left: calc(50% - 5px);
  }
}
.home-slider .slick-dots li button .white-space {
  margin: 0 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.home-services .row,
.home-industries .row,
.home-docs .row,
.services .row {
  display: flex;
}
@media screen and (max-width: 991px) {
  .home-services .row,
  .home-industries .row,
  .home-docs .row,
  .services .row {
    display: block;
  }
}

.home-services .row:last-of-type,
.services .row:last-of-type {
  margin-top: 120px;
}
@media screen and (max-width: 991px) {
  .home-services .row:last-of-type,
  .services .row:last-of-type {
    margin-top: 0;
  }
  .home-services .row:last-of-type .border:last-of-type,
  .services .row:last-of-type .border:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .home-services .border,
  .services .border {
    margin-bottom: 90px;
  }
}

.home-industries .row {
  margin-top: 120px;
}
.home-industries .row:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .home-industries .row {
    margin-top: 0;
  }
  .home-industries .row.prl-120 {
    padding: 0 80px;
  }
  .home-industries .row:last-of-type .border:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-industries .row.prl-120 {
    padding: 0;
  }
}
.home-industries .row:nth-of-type(2) {
  margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
  .home-industries .border {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 991px) {
  .home-about .section-image img {
    margin: 50px 0 0 0;
  }
}
@media screen and (max-width: 991px) {
  .home-about .section-image.mt-120 {
    margin-top: 0;
  }
  .home-about .section-image.mt-120 .border:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .home-about .section-image {
    display: block;
  }
  .home-about .section-image .border {
    margin-bottom: 90px;
  }
}

.home-services .section .section-small-header,
.home-about .section .section-small-header,
.home-client-map .section .section-small-header,
.home-industries .section .section-small-header,
.home-payment-method .section .section-small-header,
.home-docs .section .section-small-header {
  position: relative;
  width: fit-content;
}
.home-services .section .section-small-header.centered,
.home-about .section .section-small-header.centered,
.home-client-map .section .section-small-header.centered,
.home-industries .section .section-small-header.centered,
.home-payment-method .section .section-small-header.centered,
.home-docs .section .section-small-header.centered {
  margin: 0 auto;
}
.home-services .section .section-small-header .section-header-line,
.home-about .section .section-small-header .section-header-line,
.home-client-map .section .section-small-header .section-header-line,
.home-industries .section .section-small-header .section-header-line,
.home-payment-method .section .section-small-header .section-header-line,
.home-docs .section .section-small-header .section-header-line {
  min-width: 140px;
  max-width: 140px;
  max-height: 1px;
  min-height: 1px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: -140px;
  background: linear-gradient(to left, #D5DDEC, #e9eff8) right;
}
.home-services .section .section-small-header span,
.home-about .section .section-small-header span,
.home-client-map .section .section-small-header span,
.home-industries .section .section-small-header span,
.home-payment-method .section .section-small-header span,
.home-docs .section .section-small-header span {
  color: #8798AD;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.2px;
  margin-bottom: 40px;
  display: block;
  text-transform: uppercase;
}
.home-services .section .section-small-header span:before,
.home-about .section .section-small-header span:before,
.home-client-map .section .section-small-header span:before,
.home-industries .section .section-small-header span:before,
.home-payment-method .section .section-small-header span:before,
.home-docs .section .section-small-header span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0656B7;
  margin-right: 20px;
  display: inline-block;
}
.home-services .section .section-header h2,
.home-about .section .section-header h2,
.home-client-map .section .section-header h2,
.home-industries .section .section-header h2,
.home-payment-method .section .section-header h2,
.home-docs .section .section-header h2 {
  background: none;
  padding-left: 0;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -1.5px;
  color: #223458;
}
@media screen and (max-width: 767px) {
  .home-services .section .section-header h2,
  .home-about .section .section-header h2,
  .home-client-map .section .section-header h2,
  .home-industries .section .section-header h2,
  .home-payment-method .section .section-header h2,
  .home-docs .section .section-header h2 {
    font-size: 32px;
    line-height: 1.5;
  }
}
.home-services .section .section-sub-header h3,
.home-about .section .section-sub-header h3,
.home-client-map .section .section-sub-header h3,
.home-industries .section .section-sub-header h3,
.home-payment-method .section .section-sub-header h3,
.home-docs .section .section-sub-header h3 {
  font-size: 20px;
  color: #223458;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .home-services .section .section-sub-header h3,
  .home-about .section .section-sub-header h3,
  .home-client-map .section .section-sub-header h3,
  .home-industries .section .section-sub-header h3,
  .home-payment-method .section .section-sub-header h3,
  .home-docs .section .section-sub-header h3 {
    font-size: 18px;
    margin: 5px 0 20px 0;
  }
}
.home-services .section .section-content p,
.home-about .section .section-content p,
.home-client-map .section .section-content p,
.home-industries .section .section-content p,
.home-payment-method .section .section-content p,
.home-docs .section .section-content p {
  color: rgba(34, 52, 88, 0.9);
  font-size: 16px;
  line-height: 30px;
}
.home-services .section .section-list,
.home-about .section .section-list,
.home-client-map .section .section-list,
.home-industries .section .section-list,
.home-payment-method .section .section-list,
.home-docs .section .section-list {
  list-style: none;
  font-size: 16px;
  margin-top: 20px;
}
.home-services .section .section-list li,
.home-about .section .section-list li,
.home-client-map .section .section-list li,
.home-industries .section .section-list li,
.home-payment-method .section .section-list li,
.home-docs .section .section-list li {
  margin-bottom: 20px;
}
.home-services .section .section-list li:before,
.home-about .section .section-list li:before,
.home-client-map .section .section-list li:before,
.home-industries .section .section-list li:before,
.home-payment-method .section .section-list li:before,
.home-docs .section .section-list li:before {
  font-weight: 600;
  font-size: 20px;
  color: #0656B7;
  margin-left: -40px;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0656B7;
  margin-right: 20px;
  display: inline-block;
}

.home-payment-method .row:nth-of-type(2) {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 60px;
}
.home-payment-method .logo-container {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .home-payment-method .logo-container {
    margin-bottom: 30px;
  }
}
.home-payment-method .logo-container img {
  height: 35px;
  max-width: 100%;
}

.home-docs.dark,
.home-client-map.dark {
  background: #032043;
}
.home-docs.dark .section .section-header h2,
.home-client-map.dark .section .section-header h2 {
  color: #E7EAF3;
}
.home-docs.dark .section .section-sub-header h3,
.home-client-map.dark .section .section-sub-header h3 {
  color: #E7EAF3;
}
.home-docs.dark .section .section-header-line,
.home-client-map.dark .section .section-header-line {
  left: -140px;
  opacity: 0.2;
  background: linear-gradient(to left, #D5DDEC, #092648) right;
}
.home-docs .article,
.home-client-map .article {
  height: 100%;
  border-bottom: 1px solid #182e4b;
}
.home-docs .article h2,
.home-client-map .article h2 {
  font-size: 20px;
  margin-bottom: 0;
  color: #E7EAF3;
}
@media screen and (max-width: 991px) {
  .home-docs .article h2,
  .home-client-map .article h2 {
    display: none;
  }
}
.home-docs .article .article-content,
.home-client-map .article .article-content {
  padding-top: 40px;
}
.home-docs .article .article-content h3,
.home-client-map .article .article-content h3 {
  color: #E7EAF3;
  font-size: 16px;
  line-height: 26px;
}
.home-docs .article .article-content h3 a,
.home-client-map .article .article-content h3 a {
  color: #E7EAF3;
}
.home-docs .article .article-content p,
.home-client-map .article .article-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  color: rgba(241, 247, 255, 0.7);
}
.home-docs .article .article-content .btn-more,
.home-client-map .article .article-content .btn-more {
  color: #E7EAF3;
  margin-bottom: 30px;
}

.home-docs .row:last-of-type .article {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .home-docs .row:last-of-type .article {
    border-bottom: 1px solid #182e4b;
  }
  .home-docs .row:last-of-type .article.no-border-mobile {
    border: none;
  }
}
@media screen and (max-width: 991px) {
  .home-docs .section.mb-40 {
    margin-bottom: 0;
  }
}

.home-client-map .map img {
  filter: brightness(120%);
}
.home-client-map .btn {
  margin: 50px 0 0 0;
}

.home-reseller-box .reseller-box {
  background: #021731 url(../img/reseller-box-mask.svg) no-repeat right center;
  background-position: bottom !important;
  background-size: 1100px !important;
  background-position-y: -160px !important;
  padding: 60px 80px;
  border-radius: 5px;
  transform: translateY(140px);
  margin-top: -273px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-reseller-box .reseller-box {
    margin-top: -285px;
    padding: 50px 40px;
  }
}
.home-reseller-box .reseller-box .section-header h2 {
  color: #E7EAF3;
  font-size: 36px;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 767px) {
  .home-reseller-box .reseller-box .section-header h2 {
    font-size: 26px;
  }
}
.home-reseller-box .reseller-box .section-body {
  margin-bottom: 30px;
}
.home-reseller-box .reseller-box .section-body p {
  color: rgba(241, 247, 255, 0.7);
  font-weight: 600;
  font-size: 16px;
}

.numbers-item .number-big-heading {
  line-height: 1.2;
  font-weight: 600;
  font-size: 46px;
  color: #347af0;
}
.numbers-item .number-heading {
  margin-top: 15px;
  color: #e8eaf3;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .numbers-item .number-heading {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px) {
  .box-text {
    margin-bottom: 30px;
  }
}
.box-text .box-heading h3 {
  font-size: 18px;
  font-weight: 600;
}
.box-text .box-content p {
  font-size: 16px;
  line-height: 26px;
}
.box-text.white .box-heading h3 {
  color: #E7EAF3;
}
.box-text.white .box-content p {
  color: rgba(241, 247, 255, 0.7);
}

.map {
  position: relative;
}
.map .point {
  position: absolute;
  background: #0456b7;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 0 0 0 #0456b7;
  transform: scale(1);
  animation: pulse 3s infinite;
}
.map .point.poland {
  top: calc(var(--map-pointer-y) / 0.75);
  left: calc(var(--map-pointer-x) / 0.465);
}
.map .point.albania {
  top: calc(var(--map-pointer-y) / 0.61);
  left: calc(var(--map-pointer-x) / 0.464);
}
.map .point.algeria {
  top: calc(var(--map-pointer-y) / 0.5);
  left: calc(var(--map-pointer-x) / 0.515);
}
.map .point.armenia {
  top: calc(var(--map-pointer-y) / 0.61);
  left: calc(var(--map-pointer-x) / 0.405);
}
.map .point.australia {
  top: calc(var(--map-pointer-y) / 0.3);
  right: calc(var(--map-pointer-x) / 1.85);
}
.map .point.austria {
  top: calc(var(--map-pointer-y) / 0.688);
  left: calc(var(--map-pointer-x) / 0.48);
}
.map .point.bangladesh {
  top: calc(var(--map-pointer-y) / 0.495);
  right: calc(var(--map-pointer-x) / 0.93);
}
.map .point.barbados {
  top: calc(var(--map-pointer-y) / 0.42);
  left: calc(var(--map-pointer-x) / 0.92);
}
.map .point.belgium {
  top: calc(var(--map-pointer-y) / 0.72);
  left: calc(var(--map-pointer-x) / 0.505);
}
.map .point.belarus {
  top: calc(var(--map-pointer-y) / 0.785);
  left: calc(var(--map-pointer-x) / 0.445);
}
.map .point.brazil {
  top: calc(var(--map-pointer-y) / 0.35);
  left: calc(var(--map-pointer-x) / 0.85);
}
.map .point.china {
  top: calc(var(--map-pointer-y) / 0.6);
  right: calc(var(--map-pointer-x) / 1.05);
}
.map .point.croatia {
  top: calc(var(--map-pointer-y) / 0.632);
  left: calc(var(--map-pointer-x) / 0.475);
}
.map .point.cyprus {
  top: calc(var(--map-pointer-y) / 0.555);
  left: calc(var(--map-pointer-x) / 0.43);
}
.map .point.czech {
  top: calc(var(--map-pointer-y) / 0.72);
  left: calc(var(--map-pointer-x) / 0.477);
}
.map .point.denmark {
  top: calc(var(--map-pointer-y) / 0.83);
  left: calc(var(--map-pointer-x) / 0.495);
}
.map .point.egypt {
  top: calc(var(--map-pointer-y) / 0.5);
  left: calc(var(--map-pointer-x) / 0.435);
}
.map .point.estonia {
  top: calc(var(--map-pointer-y) / 0.887);
  left: calc(var(--map-pointer-x) / 0.453);
}
.map .point.philippines {
  top: calc(var(--map-pointer-y) / 0.44);
  right: calc(var(--map-pointer-x) / 1.6);
}
.map .point.france {
  top: calc(var(--map-pointer-y) / 0.68);
  left: calc(var(--map-pointer-x) / 0.515);
}
.map .point.spain {
  top: calc(var(--map-pointer-y) / 0.6);
  left: calc(var(--map-pointer-x) / 0.535);
}
.map .point.netherlands {
  top: calc(var(--map-pointer-y) / 0.755);
  left: calc(var(--map-pointer-x) / 0.505);
}
.map .point.hong-kong {
  top: calc(var(--map-pointer-y) / 0.5);
  right: calc(var(--map-pointer-x) / 1.35);
}
.map .point.india {
  top: calc(var(--map-pointer-y) / 0.49);
  right: calc(var(--map-pointer-x) / 0.82);
}
.map .point.indonesia {
  top: calc(var(--map-pointer-y) / 0.375);
  right: calc(var(--map-pointer-x) / 1.4);
}
.map .point.ireland {
  top: calc(var(--map-pointer-y) / 0.765);
  left: calc(var(--map-pointer-x) / 0.55);
}
.map .point.iceland {
  top: calc(var(--map-pointer-y) / 1.05);
  left: calc(var(--map-pointer-x) / 0.58);
}
.map .point.israel {
  top: calc(var(--map-pointer-y) / 0.53);
  left: calc(var(--map-pointer-x) / 0.425);
}
.map .point.japan {
  top: calc(var(--map-pointer-y) / 0.64);
  right: calc(var(--map-pointer-x) / 2.05);
}
.map .point.canada {
  top: calc(var(--map-pointer-y) / 1.25);
  left: calc(var(--map-pointer-x) / 1.75);
}
.map .point.kazakhstan {
  top: calc(var(--map-pointer-y) / 0.75);
  right: calc(var(--map-pointer-x) / 0.7);
}
.map .point.south-korea {
  top: calc(var(--map-pointer-y) / 0.625);
  right: calc(var(--map-pointer-x) / 1.55);
}
.map .point.kuwait {
  top: calc(var(--map-pointer-y) / 0.52);
  left: calc(var(--map-pointer-x) / 0.395);
}
.map .point.liberia {
  top: calc(var(--map-pointer-y) / 0.4);
  left: calc(var(--map-pointer-x) / 0.56);
}
.map .point.latvia {
  top: calc(var(--map-pointer-y) / 0.85);
  left: calc(var(--map-pointer-x) / 0.451);
}
.map .point.malaysia {
  top: calc(var(--map-pointer-y) / 0.39);
  right: calc(var(--map-pointer-x) / 1.4);
}
.map .point.malta {
  top: calc(var(--map-pointer-y) / 0.56);
  left: calc(var(--map-pointer-x) / 0.475);
}
.map .point.morocco {
  top: calc(var(--map-pointer-y) / 0.53);
  left: calc(var(--map-pointer-x) / 0.55);
}
.map .point.mexico {
  top: calc(var(--map-pointer-y) / 0.48);
  left: calc(var(--map-pointer-x) / 1.78);
}
.map .point.moldavia {
  top: calc(var(--map-pointer-y) / 0.68);
  left: calc(var(--map-pointer-x) / 0.445);
}
.map .point.germany {
  top: calc(var(--map-pointer-y) / 0.74);
  left: calc(var(--map-pointer-x) / 0.491);
}
.map .point.norway {
  top: calc(var(--map-pointer-y) / 0.95);
  left: calc(var(--map-pointer-x) / 0.5);
}
.map .point.pakistan {
  top: calc(var(--map-pointer-y) / 0.52);
  right: calc(var(--map-pointer-x) / 0.725);
}
.map .point.portugal {
  top: calc(var(--map-pointer-y) / 0.59);
  left: calc(var(--map-pointer-x) / 0.555);
}
.map .point.puerto-rico {
  top: calc(var(--map-pointer-y) / 0.455);
  left: calc(var(--map-pointer-x) / 0.98);
}
.map .point.romania {
  top: calc(var(--map-pointer-y) / 0.66);
  left: calc(var(--map-pointer-x) / 0.452);
}
.map .point.south-sandwich-and-south-georgia {
  top: calc(var(--map-pointer-y) / 0.25);
  left: calc(var(--map-pointer-x) / 0.65);
}
.map .point.senegal {
  top: calc(var(--map-pointer-y) / 0.437);
  left: calc(var(--map-pointer-x) / 0.586);
}
.map .point.serbia {
  top: calc(var(--map-pointer-y) / 0.64);
  left: calc(var(--map-pointer-x) / 0.461);
}
.map .point.seychelles {
  top: calc(var(--map-pointer-y) / 0.37);
  right: calc(var(--map-pointer-x) / 0.65);
}
.map .point.singapur {
  top: calc(var(--map-pointer-y) / 0.385);
  right: calc(var(--map-pointer-x) / 1.175);
}
.map .point.slovakia {
  top: calc(var(--map-pointer-y) / 0.7);
  left: calc(var(--map-pointer-x) / 0.465);
}
.map .point.switzerland {
  top: calc(var(--map-pointer-y) / 0.673);
  left: calc(var(--map-pointer-x) / 0.497);
}
.map .point.sweden {
  top: calc(var(--map-pointer-y) / 0.9);
  left: calc(var(--map-pointer-x) / 0.48);
}
.map .point.thailand {
  top: calc(var(--map-pointer-y) / 0.45);
  right: calc(var(--map-pointer-x) / 1.1);
}
.map .point.turkey {
  top: calc(var(--map-pointer-y) / 0.595);
  left: calc(var(--map-pointer-x) / 0.43);
}
.map .point.turkmenia {
  top: calc(var(--map-pointer-y) / 0.61);
  left: calc(var(--map-pointer-x) / 0.38);
}
.map .point.ukraine {
  top: calc(var(--map-pointer-y) / 0.72);
  left: calc(var(--map-pointer-x) / 0.44);
}
.map .point.usa {
  top: calc(var(--map-pointer-y) / 0.65);
  left: calc(var(--map-pointer-x) / 1.75);
}
.map .point.uzbekistan {
  top: calc(var(--map-pointer-y) / 0.63);
  right: calc(var(--map-pointer-x) / 0.68);
}
.map .point.hungary {
  top: calc(var(--map-pointer-y) / 0.676);
  left: calc(var(--map-pointer-x) / 0.467);
}
.map .point.vietnam {
  top: calc(var(--map-pointer-y) / 0.43);
  right: calc(var(--map-pointer-x) / 1.23);
}
.map .point.italy {
  top: calc(var(--map-pointer-y) / 0.615);
  left: calc(var(--map-pointer-x) / 0.48);
}
.map .point.united-arab-emirates {
  top: calc(var(--map-pointer-y) / 0.495);
  right: calc(var(--map-pointer-x) / 0.65);
}
.map .point.united-kingdom {
  top: calc(var(--map-pointer-y) / 0.765);
  left: calc(var(--map-pointer-x) / 0.529);
}

.clients {
  margin-top: 5px;
  font-size: 14px !important;
  font-weight: 600;
  line-height: 1.4;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 86, 183, 0.7);
  }
  70% {
    transform: scale(0.9);
    box-shadow: 0 0 0 7px rgba(4, 86, 183, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(4, 86, 183, 0);
  }
}
.os-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .os-list .os-list-item {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
  }
}

.modal-discount {
  margin-top: 20rem;
}
.modal-discount .modal-body {
  background: #030f1d !important;
}
.modal-discount .modal-body .header {
  margin-bottom: 20px;
}
.modal-discount .modal-body .header h5,
.modal-discount .modal-body .header p {
  font-weight: 600;
  text-align: center;
  color: #ecf0f1;
}
.modal-discount .modal-body .header h5 {
  font-size: 1.5rem;
  border-bottom: 2px solid #257AFA;
  line-height: inherit;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
.modal-discount .modal-body .header p {
  font-size: 1.1rem;
  text-transform: uppercase;
}
.modal-discount .modal-body .header p.font-xl {
  font-size: 2.2rem;
}
.modal-discount .modal-body .btn {
  font-size: 1.1rem;
}
.modal-discount .modal-body .modal-discount-title {
  font-size: 1.25rem;
  font-weight: 600;
}
.modal-discount .modal-body .modal-discount-code {
  font-size: 1.75rem;
  font-weight: 600;
}
.modal-discount .close {
  font-weight: 300;
  font-size: 2rem;
  margin-top: -3rem;
  margin-right: 1.25rem;
}
.modal-discount .modal-footer {
  background: #030f1d !important;
  border-top: 1px solid #ffffff17 !important;
}

/* ------------- CLOUD-VPS ------------- */
.vps-cloud.line {
  padding: 140px 0;
}
.vps-cloud.line.line-bottom {
  padding: 0 0 140px 0;
}
.vps-cloud .section.centered {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.vps-cloud .section .section-small-header span {
  color: #778DA3;
}
.vps-cloud .section .section-header h2 {
  color: #223458;
  font-size: 48px;
  letter-spacing: -1.5px;
  line-height: 56px;
  padding: 0 60px;
  display: inline-block;
  margin-bottom: 50px;
}
.vps-cloud .section .section-content p {
  color: rgba(34, 52, 88, 0.6);
  font-size: 16px;
  line-height: 24px;
  padding: 0 60px;
  margin-bottom: 50px;
}
.vps-cloud .section .btn-group {
  margin-bottom: 25px;
}
.vps-cloud .section .btn-group a {
  margin-top: 0;
}
.vps-cloud.features .container {
  padding: 0 100px;
}
.vps-cloud.features .section-header h2 {
  padding: 0;
}
.vps-cloud.features .section-content p {
  padding: 0 0 0 10px;
  margin-bottom: 0;
}
.vps-cloud.faq .panel {
  box-shadow: none;
  background: transparent;
  padding: 0 80px;
}
.vps-cloud.faq .panel.active .panel-heading {
  background: #021731;
}
.vps-cloud.faq .panel.active .panel-heading a {
  color: #F6F6F7;
}
.vps-cloud.faq .panel.active .panel-heading a .btn-plus-minus span {
  background: rgba(255, 255, 255, 0.8) !important;
}
.vps-cloud.faq .panel.active .panel-heading a .btn-plus-minus span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}
.vps-cloud.faq .panel.active .panel-heading a .btn-plus-minus span:nth-of-type(2) {
  display: none;
}
.vps-cloud.faq .panel .panel-heading {
  padding: 0;
  box-shadow: 0px 4px 4px 0px rgba(154, 166, 190, 0.04);
  background: #FAFBFF;
  border-radius: 4px;
}
.vps-cloud.faq .panel .panel-heading a {
  font-size: 18px;
  letter-spacing: -0.6px;
  color: #223458;
  padding: 18px 30px;
}
.vps-cloud.faq .panel .panel-body {
  color: rgba(34, 52, 88, 0.8) !important;
  font-size: 16px !important;
  line-height: 28px !important;
  padding: 15px 30px 50px 30px !important;
}

.vps-cloud.mask {
  background: url("../img/vpscloud-mask.svg") no-repeat left center;
  background-size: cover;
  background-position: initial;
}

.vps-cloud-box-wrapper {
  padding: 60px 40px 60px 80px;
  margin-top: 120px;
  border-radius: 10px;
  background: url("../img/gradient-mask-2.png") no-repeat center center, #021731;
  background-size: cover;
}
.vps-cloud-box-wrapper.box-register {
  background: url("../img/gradient-mask.png"), #031123;
  background-size: cover;
  margin: 80px 0 -270px 0;
}
.vps-cloud-box-wrapper.box-register .row .column:last-of-type .section {
  padding: 0;
}
.vps-cloud-box-wrapper .section img {
  width: 100%;
}
.vps-cloud-box-wrapper .section .section-header h2 {
  font-size: 32px;
  line-height: 40px;
  color: #F6F6F7;
  margin-bottom: 25px;
  padding: 0;
}
.vps-cloud-box-wrapper .section .section-content p {
  padding: 0;
  color: rgba(246, 246, 247, 0.6);
  margin: 0;
}
.vps-cloud-box-wrapper .section .btn {
  font-size: 16px;
  padding: 12px 25px;
}
.vps-cloud-box-wrapper .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.vps-cloud-box-wrapper .row .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.vps-cloud-box-wrapper .row .column:first-of-type .section {
  padding: 60px 60px 0 0;
}
.vps-cloud-box-wrapper .row .column:last-of-type .section {
  padding: 0 0 0 60px;
}

.vps-cloud .box .box-heading {
  padding: 30px 30px 0;
}
.vps-cloud .box .box-heading h3 {
  margin-bottom: 12px;
  letter-spacing: -0.6px;
  color: #223458;
}
.vps-cloud .box .box-content {
  padding: 0 30px 30px;
}
.vps-cloud .box .box-content p {
  color: rgba(34, 52, 88, 0.8);
}
.vps-cloud .box .box-image img {
  top: -55px;
  left: 15px;
}

.os {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 850px;
  padding: 0 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 672px) {
  .os {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .os {
    padding: 0 30px;
  }
}
.os .os-item {
  list-style: none;
  background: #F7F9FD;
  box-shadow: 0px 4px 4px 0px rgba(154, 166, 190, 0.04);
  border-radius: 10px;
  padding: 20px;
  flex: 0 0 30%;
  transition: all 0.3s;
}
@media only screen and (max-width: 672px) {
  .os .os-item {
    flex: 0 0 25%;
  }
}
.os .os-item:hover {
  background: #fff;
}
.os .os-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.os .os-item a img {
  height: 46px;
}

.grid-table {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.grid-table .grid-table-header {
  display: grid;
  gap: 1rem;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  color: rgba(34, 52, 88, 0.6) !important;
}
.grid-table .grid-table-rows {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.grid-table .grid-table-row {
  background-color: #FAFBFF;
  display: grid;
  gap: 1rem;
  padding: 8px 20px 8px 30px !important;
  align-items: center;
  border-radius: 3px;
  font-size: 16px;
  color: rgba(34, 52, 88, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(154, 166, 190, 0.04);
  transition: all 0.5s ease-in;
}
.grid-table .grid-table-row .lbl-mobile {
  font-weight: 600;
  font-size: 14px;
  color: rgba(34, 52, 88, 0.6);
}
.grid-table .grid-table-row.dark {
  background: #021731;
  color: #F6F6F7;
}
.grid-table .grid-table-row.dark .vcpu,
.grid-table .grid-table-row.dark .price,
.grid-table .grid-table-row.dark .lbl-mobile {
  color: #F6F6F7 !important;
}
.grid-table .grid-table-row.dark .vcpu span,
.grid-table .grid-table-row.dark .price span,
.grid-table .grid-table-row.dark .lbl-mobile span {
  color: #F7F9FD !important;
}
.grid-table .grid-table-row .vcpu {
  font-size: 18px;
}
.grid-table .grid-table-row .price {
  font-size: 22px;
}
.grid-table .grid-table-row .vcpu,
.grid-table .grid-table-row .price {
  color: #223458;
  font-weight: 600;
}
.grid-table .grid-table-row .vcpu span,
.grid-table .grid-table-row .price span {
  font-size: 13px;
  font-weight: 600;
  color: rgba(34, 52, 88, 0.6) !important;
  margin-left: 5px;
}
.grid-table .grid-table-row .price-vat {
  font-size: 13px;
  color: rgba(34, 52, 88, 0.5) !important;
}

.grid-table-vps-cloud {
  padding: 0 80px !important;
}
.grid-table-vps-cloud .grid-table-header, .grid-table-vps-cloud .grid-table-row {
  grid-template-columns: 0.8fr 0.8fr 0.8fr 1fr 0.6fr 0.2fr;
  padding: 0 20px 0 30px;
}

@media screen and (max-width: 1199px) {
  .section-main.vps-cloud .header {
    max-width: 600px;
  }
  .section-main.vps-cloud .header h1 {
    font-size: 54px;
    line-height: 69px;
  }
  .section-main.vps-cloud .header p {
    padding: 0 100px;
  }

  .vps-cloud .section.centered {
    max-width: 600px;
  }
  .vps-cloud .section.centered .section-header h2 {
    padding: 0 60px;
  }
  .vps-cloud .section.centered .section-content p {
    padding: 0 20px;
  }
  .vps-cloud.features .container {
    padding: 0 50px !important;
  }
  .vps-cloud.features .section-content p {
    padding: 0;
    margin-bottom: 60px;
  }
  .vps-cloud.faq .panel {
    padding: 0;
  }

  .grid-table .grid-table-header {
    font-size: 14px;
  }

  .grid-table-vps-cloud {
    padding: 0 30px !important;
  }

  .vps-cloud-box-wrapper .row .column:first-of-type .section {
    padding: 30px 30px 0 0;
  }
  .vps-cloud-box-wrapper .row .column:last-of-type .section {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .section-main.vps-cloud .header h1 {
    font-size: 50px;
    line-height: 64px;
  }
  .section-main.vps-cloud .header p {
    padding: 0 80px;
  }

  .vps-cloud-box-wrapper {
    margin-top: 100px;
  }
  .vps-cloud-box-wrapper .row {
    display: block;
    margin: 0;
  }
  .vps-cloud-box-wrapper .row .column:first-of-type .section {
    text-align: center;
  }
  .vps-cloud-box-wrapper .row .column:last-of-type .section {
    padding: 0 100px;
  }
  .vps-cloud-box-wrapper .row .column:last-of-type .section img {
    margin-top: 60px;
  }
  .vps-cloud-box-wrapper.box-register {
    background-position: right;
  }

  .vps-cloud.line {
    padding: 100px 0;
  }
  .vps-cloud.line.line-bottom {
    padding: 0 0 100px 0;
  }
  .vps-cloud.features .container {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 768px) {
  .section-main.vps-cloud .header h1 {
    font-size: 50px;
    line-height: 64px;
  }
  .section-main.vps-cloud .header p {
    padding: 0 50px;
  }

  .vps-cloud-box-wrapper {
    padding: 50px 30px;
  }
  .vps-cloud-box-wrapper .row .column:first-of-type .section {
    text-align: center;
    padding: 0;
  }
  .vps-cloud-box-wrapper .row .column:last-of-type .section {
    padding: 0;
  }
  .vps-cloud-box-wrapper .row .column:last-of-type .section img {
    margin-top: 60px;
  }

  .grid-table-vps-cloud,
  .grid-table-row {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-table-vps-cloud .grid-table-header.hide-mobile,
  .grid-table-row .grid-table-header.hide-mobile {
    display: none;
  }

  .grid-table .grid-table-row {
    padding: 20px !important;
  }
}
@media only screen and (max-width: 672px) {
  .section-main.vps-cloud .header {
    max-width: 500px;
  }
  .section-main.vps-cloud .header h1 {
    font-size: 40px;
    line-height: 51px;
  }
  .section-main.vps-cloud .header p {
    padding: 0 15px;
  }

  .vps-cloud .section.centered {
    max-width: 600px;
  }
  .vps-cloud .section .section-header h2 {
    font-size: 40px;
    line-height: 51px;
    padding: 0 20px !important;
  }

  .vps-cloud-box-wrapper .section .section-header h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .section-main.vps-cloud .header {
    padding: 0;
  }
  .section-main.vps-cloud .header h1 {
    font-size: 34px;
    line-height: 44px;
  }
  .section-main.vps-cloud .header p {
    padding: 0 15px;
  }

  .vps-cloud .section.centered {
    max-width: 600px;
  }
  .vps-cloud .section.centered .section-header h2 {
    padding: 0;
  }
  .vps-cloud .section .section-header h2 {
    padding: 0;
    font-size: 34px;
    line-height: 44px;
  }
  .vps-cloud .section .section-content p {
    padding: 0;
  }

  .vps-cloud-box-wrapper .section .section-header h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.grid-table-vps-cloud-configure {
  margin-top: 0;
}
.grid-table-vps-cloud-configure .grid-table-rows {
  gap: 0.5rem;
}
.grid-table-vps-cloud-configure .grid-table-header {
  grid-template-columns: 0.6fr 0.6fr 0.8fr 1.1fr 0.5fr;
  font-size: 14px;
  padding: 0 2rem;
  margin-bottom: 15px;
}
.grid-table-vps-cloud-configure .grid-table-row {
  grid-template-columns: 0.6fr 0.6fr 0.8fr 1.1fr 0.5fr;
  padding: 0.75rem 2rem !important;
  font-weight: 500;
}
.grid-table-vps-cloud-configure .grid-table-row .vcpu {
  font-size: 17px !important;
}
.grid-table-vps-cloud-configure .price {
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  font-size: 1rem !important;
  top: unset !important;
  right: unset !important;
  transform: unset !important;
  text-align: left !important;
  align-items: start !important;
  color: #1b9d72 !important;
}
.grid-table-vps-cloud-configure .price span {
  color: #8798AD !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .grid-table-vps-cloud-configure .grid-table-row {
    padding: 2rem !important;
    gap: 0.5rem !important;
  }
  .grid-table-vps-cloud-configure .hide-mobile {
    display: none !important;
  }
}

.scsi.line {
  padding: 120px 0 60px 0;
}
.scsi.line-bottom {
  padding: 0 0 120px 0;
}

.centered {
  text-align: center;
  margin: 0 auto;
}

.main-section {
  padding: 200px 0 120px;
}
.main-section.scsi {
  background: url("../img/mask-homepage.svg") no-repeat right center, url("../img/hybrid-cloud-mevspace.webp") no-repeat right center;
  background-size: cover;
  background-position: center;
}
.main-section .header h1 {
  font-size: 58px;
  line-height: 81px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
  color: #fff;
}
.main-section .header p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: -0.4px;
  padding: 0 120px;
  margin: 0 0 40px 0;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .main-section .header p {
    padding: 0 60px;
  }
}
.main-section .btn-lg {
  font-size: 16px;
}

.main-text .section.tight {
  max-width: 1100px;
}
.main-text .section .section-header h2 {
  color: #223458;
  font-size: 48px;
  letter-spacing: -1.5px;
  line-height: 56px;
  padding: 0 180px;
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .main-text .section .section-header h2 {
    padding: 0 15px;
    font-size: 40px;
    line-height: 51px;
  }
}
.main-text .section .section-content p {
  color: rgba(34, 52, 88, 0.6);
  font-size: 16px;
  line-height: 24px;
  padding: 0 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .main-text .section .section-content p {
    padding: 0 15px;
  }
}

.main-text-split .section-header h2 {
  color: #223458;
  font-size: 48px;
  letter-spacing: -1.5px;
  line-height: 56px;
  display: inline-block;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  .main-text-split .section-header h2 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 30px;
  }
}
.main-text-split .section-content p {
  color: rgba(34, 52, 88, 0.6);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}

.discover-box .box {
  background: url("../img/gradient-mask-box.png"), #031123;
  background-size: cover;
  background-position: top;
  border: 1px solid #282D45;
  padding: 70px 80px;
  margin-top: -160px;
  border-radius: 10px;
  transform: translateY(160px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .discover-box .box {
    padding: 50px 40px;
  }
}
.discover-box .box .section-header {
  padding: 0 40px;
}
.discover-box .box .section-header h2 {
  color: #E7EAF3;
  font-size: 36px;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}
.discover-box .box .section-body {
  margin-bottom: 40px;
}
.discover-box .box .section-body p {
  font-size: 16px;
  color: rgba(246, 246, 247, 0.6);
  padding: 0;
  margin: 0;
}

.btn.btn-border {
  background: rgba(3, 15, 29, 0.25);
  border: 1.2px solid #282D45;
  color: #F6F6F7;
  font-size: 16px;
}

.card-grid .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}
.card-grid .wrapper {
  display: grid;
  width: 100%;
  grid-gap: 15px;
}
@media only screen and (max-width: 1230px) {
  .card-grid .wrapper {
    display: flex;
    flex-direction: column;
  }
  .card-grid .wrapper .btn-border {
    width: 100%;
  }
}
.card-grid .wrapper.first-row {
  grid-template-columns: 1fr;
  grid-template-areas: "mitb";
  margin-bottom: 15px;
}
.card-grid .wrapper.second-row {
  grid-template-columns: 500px 1fr;
  grid-template-areas: "bootloader encryption";
  margin-bottom: 15px;
}
.card-grid .wrapper.third-row {
  grid-template-columns: 1fr 500px;
  grid-template-areas: "session server-product";
}

.mitb {
  grid-area: mitb;
}

.bootloader {
  grid-area: bootloader;
}

.encryption {
  grid-area: encryption;
}

.session {
  grid-area: session;
}

.server-product {
  grid-area: server-product;
}

.dark-card {
  padding: 60px;
  border-radius: 10px;
  border: 1px solid #282D45;
}
@media only screen and (max-width: 480px) {
  .dark-card {
    padding: 40px;
  }
}
.dark-card.hg-300 {
  height: 300px;
}
.dark-card.column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dark-card .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.dark-card .row .col-6 {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 996px) {
  .dark-card .row .col-6 {
    flex: unset;
  }
}
@media only screen and (max-width: 1230px) {
  .dark-card .row .col-6.mr-4 {
    margin-right: 0 !important;
  }
}
.dark-card.gradient-first-type {
  background: url("../img/gradient-mask-col-1.png"), #021731;
  background-size: cover;
  background-repeat: no-repeat;
}
.dark-card.gradient-second-type {
  background: url("../img/gradient-mask-col-2.png"), #021731;
  background-size: cover;
  background-repeat: no-repeat;
}
.dark-card.gradient-third-type {
  background: url("../img/gradient-mask-col-3.png"), #021731;
  background-size: cover;
  background-repeat: no-repeat;
}
.dark-card .dark-card-heading h3 {
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 42px;
  letter-spacing: -1px;
  color: #F6F6F7;
}
@media only screen and (max-width: 480px) {
  .dark-card .dark-card-heading h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
.dark-card .dark-card-content p {
  color: rgba(246, 246, 247, 0.6);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.dark-card .dark-card-content .btn {
  margin-top: 60px;
}
@media only screen and (max-width: 996px) {
  .dark-card .dark-card-img img {
    max-width: 100%;
    height: auto;
  }
  .dark-card .dark-card-img.mobile-center {
    text-align: center;
  }
  .dark-card .dark-card-img.mobile-space {
    margin-top: 3rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.use-cases .switcher-section {
  margin-top: 60px;
}
.use-cases .switcher-section .section {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media only screen and (max-width: 1230px) {
  .use-cases .switcher-section .row {
    display: inline;
  }
  .use-cases .switcher-section .row .section {
    margin: 0 3rem 3rem;
  }
}
.use-cases .switcher-section .section-header h2 {
  font-size: 36px !important;
  padding: 0 !important;
}
.use-cases .switcher-section .section-content p {
  margin-bottom: 0;
  padding: 0;
}
.use-cases .switcher {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  overflow: auto;
  padding: 0px 24px;
  justify-content: center;
  scrollbar-width: none;
  padding-bottom: 30px;
  border-bottom: 1px solid #CFD9EB;
}
.use-cases .switcher .switcher-button {
  font-size: 18px;
  color: rgba(34, 52, 88, 0.6);
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.3s linear;
}
.use-cases .switcher .switcher-button.active {
  background-color: rgba(135, 146, 168, 0.14);
  border: none;
  border-radius: 3px;
  color: #223458;
}

/*# sourceMappingURL=main.css.map */
