:root {
  --primary-color: #eb0033;
  --blue-color: #122855;
  --blue-font: #1a2754;
  --grey-color: #cacaca;
  --cloud-color: #0b76e8;
  --yellow-color: #ffd021;
}

html {
  scroll-behavior: smooth;
  font-family: 'Open Sans', sans-serif !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  margin-bottom: 0;
}

.mt-8 {
  margin-top: 80px;
}

html {
  font-family: 'Roboto', sans-serif;
}

/*************/
/****HEADER***/
/*************/
.Header {
  background: url('../img/header-bg.png');
  background-position: center;
  background-size: cover;
}

.Header a {
  font-weight: bold;
}

.top-nav {
  display: flex;
  align-items: center;
  padding: 20px 0;
  color: #fff !important;
  border-bottom: 1px solid #989898a8;
}

.logo {
  margin-right: auto;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
}

.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo span {
  margin-left: 5px;
}

.nav a {
  font-size: 14px;
}

.primary-btn {
  background-color: var(--primary-color);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.2s;
  color: #fff;

  display: flex;
  align-items: center;
}

.primary-btn span {
  font-family: 'Open Sans', sans-serif !important;
}

.primary-btn:hover {
  background-color: #dc0635ca;
  color: #fff;
  text-decoration: none;
}

.primary-btn .icon {
  margin-left: 10px;
}

.primary-btn .icon {
  font-size: 18px;
}

.Header__body {
  color: #fff;
  padding: 100px 0;
}

.Header__body--title {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 1px;
}

.Header__body--content {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}

.Header__bottom {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 25px 0;
  overflow: hidden;
}

.Header__bottom--wrapper {
  border-top: 1px solid #989898a8;
}

.Header__bottom--item {
  margin: 0 40px;
}

.Header__bottom--item img {
  filter: invert(100%) sepia(85%) saturate(13%) hue-rotate(183deg)
    brightness(400%) contrast(103%);
}

.Header__bottom .left-icon {
  margin-right: auto;
  color: rgba(255, 255, 255, 0.15);
}

.Header__bottom .right-icon {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.15);
}

/******************/
/****END-HEADER***/
/*****************/

/******************/
/****SOLUTIONS****/
/*****************/

.Our-Solutions {
  background: #fff;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.Our-Solutions::before {
  content: '';
  height: 100%;
  width: 100%;
  background: url('../img/solitions-bg.png');
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 20%;
}

.Our-Solutions__title {
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.Our-Solutions__line {
  height: 5px;
  width: 100px;
  background-color: var(--primary-color);
  border-radius: 20px;
  margin: 0 auto;
}

.Our-Solutions__body {
  margin-top: 100px;
}

.Our-Solutions__item {
  display: flex;
  margin-bottom: 100px;
  padding: 0 20px;
}

.Our-Solutions__item--body-title {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.Our-Solutions__item--icon {
  margin-right: 20px;
  font-size: 30px;
  color: #9e9e9e;
}

.Our-Solutions__item--body-desc {
  font-size: 12px;
  color: #808080;
}

/**********************/
/****END SOLUTIONS****/
/********************/

/**********************/
/********WHERE********/
/********************/
.Where {
  background: url('../img/where-bg.png');
  background-size: cover;
  background-position: bottom;
  padding: 100px 0;
  color: #fff;
  text-align: center;
  z-index: 1;
  position: relative;
}

.Where__title {
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
}

.Where__title:after {
  content: '';
  height: 70px;
  width: 60px;
  background: url('../img/star.png');
  background-size: cover;

  position: absolute;
  top: -87%;
  right: -5%;
}

.Where__logo {
  position: absolute;
  top: 0;
  right: 0;
}

.Where__subtitle {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
}

/**********************/
/******END-WHERE******/
/********************/

/**********************/
/******NUMBERS********/
/********************/
.Numbers {
  padding-top: 60px;
}

.Numbers__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.Numbers__item {
  border-right: 1px solid #ccc;
}

.Numbers__item:last-child {
  border-right: none;
}

.Numbers__item--icon {
  font-size: 30px;
}

.Numbers__item--number {
  font-weight: bold;
  font-size: 30px;
  color: #191919;
  margin-top: 5px;
}

.Numbers__item--number span {
  font-weight: 300;
  color: var(--primary-color);
}

.Numbers__item--name {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

/**********************/
/******END-NUMBERS****/
/********************/

/**********************/
/******SAFE-DATA******/
/********************/
.Safe-data {
  margin-bottom: 150px;
  margin-top: 100px;
}
.Safe-data img {
  width: 100%;
}
.Safe-data__left,
.Support__left {
  position: relative;
}

.Safe-data__left:before {
  content: '';
  background-color: #f6f6f6;
  height: 105%;
  width: 130%;
  max-width: 100%;
  position: absolute;
  top: -10%;
  left: -20%;
  z-index: -1;
  border-top-right-radius: 10px;
}

.Support__left:before {
  content: '';
  background-color: #f6f6f6;
  height: 105%;
  width: 130%;
  max-width: 100%;
  position: absolute;
  top: -10%;
  left: -10%;
  z-index: -1;
  border-top-left-radius: 10px;
}

.Safe-data__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.Support__right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.Safe-data__right--title,
.Support__right--title {
  font-weight: bold;
  position: relative;
  font-size: 30px;
}

.Safe-data__right--title:after,
.Support__right--title:after {
  content: '';
  height: 8px;
  width: 8px;
  background-color: var(--primary-color);
  position: absolute;
}

.Safe-data__right--title:after {
  top: 150%;
  left: 20%;
}
.Support__right--title:after {
  top: 150%;
  right: 5%;
}

.Support__right--title:before,
.Safe-data__right--title:before {
  content: '';
  height: 2px;
  width: 200px;
  background-color: #e4e4e4;
  position: absolute;
}

.Support__right--title:before {
  top: 160%;
  right: 10%;
}

.Safe-data__right--title:before {
  top: 160%;
  left: 25%;
}

.Safe-data__right--desc {
  width: 80%;
  text-align: right;
  line-height: 30px;
  margin: 50px 0;
}

.Safe-data__right--link a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.2s;
}

.Safe-data__right--link img {
  width: auto !important;
}

.Safe-data__right--link a:hover {
  color: #dc0635ca;
}

/**********************/
/****END SAFE-DATA****/
/********************/

/**********************/
/********FOOTER*******/
/********************/

.Footer {
  margin-top: 30px;
}

.Footer__top {
  background: var(--primary-color);
  padding: 30px 0;
}

.Footer__help {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Footer__help--desc {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.Footer__help--support {
  font-size: 24px;
  font-weight: bold;
}

.Footer__help img {
  width: 50px;
  height: 50px;
  filter: invert(100%) sepia(85%) saturate(13%) hue-rotate(183deg)
    brightness(400%) contrast(103%);
}

.Footer__bottom {
  background-color: #f3f3f3;
}

.Footer__bottom--head {
  padding: 40px 0;
  border-bottom: 1px solid #e1e1e1;
}

.Footer__bottom--links {
  display: inline-block;
  padding-right: 70px;
}

.Footer__bottom--links a {
  color: #888;
  font-size: 13px;
  font-weight: 500;
  display: block;
}

.Footer__bottom--email-title {
  font-weight: bold;
  margin-bottom: 10px;
  color: #737373;
}

.Footer__bottom--email-input_wrapper {
  background-color: #fff;
  border-radius: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  width: 310px;
  padding-right: 8px;
  font-size: 14px;
  height: 50px;
  margin-top: 14px;
}

.Footer__bottom--email-input_wrapper input {
  padding: 15px 0;
  border: none;
  outline: 0;
  width: 90%;
  background-color: transparent;
}

.Footer__bottom--email-input_wrapper input::placeholder {
  color: #bdbdbd;
}

.Footer__bottom--email-link {
  background-color: var(--primary-color);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  border: none;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  transition: all 0.2s;
}

.Footer__bottom--email-link:hover {
  background-color: #b1052a;
}

.Footer__bottom--call {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.Footer__bottom--call-left {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.Footer__bottom--call-title {
  color: #737373;
  font-weight: bold;
  text-align: right;
}

.Footer__bottom--call-number {
  color: #b1b1b1;
  font-weight: bold;
  font-size: 30px;
}

.Footer__bottom--call-number a {
  color: #b1b1b1;
}

.Footer__bottom--alt {
  padding: 50px 0;
  align-items: center;
}

.Footer__bottom--alt-social {
  display: flex;
}

.Footer__bottom--alt-social a {
  background-color: #737373;
  color: #fff;
  height: 24px;
  width: 24px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  text-decoration: none;
  transition: all 0.2s;
}

.Footer__bottom--alt-social a:hover {
  background-color: #616161;
}

.Footer__bottom--alt-payment img {
  margin-right: 30px;
}

.Footer__bottom--alt-desc {
  margin-left: auto;
  color: #777777;
  font-size: 12px;
}
/**********************/
/******END-FOOTER*****/
/********************/

/**********************/
/******LOGIN**********/
/********************/
.login {
  height: 100vh;
  background: linear-gradient(to right, #142952, #142952);
  display: flex;
}
.left {
  background: url('../img/login-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 80px;
  display: flex;
  flex-direction: column;
}

.left .logo {
  color: #fff;
}

.left__content {
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 20px;
}

.left__content--register {
  margin-top: 20px;
  display: block;
  position: relative;
  display: inline-block;
}

.left__content--register:after {
  content: '';
  background: red;
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: -30%;
  height: 8px;
  width: 8px;
}

.right {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 400px;
}

.form__item-register {
  font-size: 14px;
  margin-top: 30px;
}

.form__item-register a {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.form__google-btn {
  background: none;
  color: #fff;
  padding: 15px;
  width: 100%;
  border-radius: 3px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.form__google-btn img {
  width: 30px;
  margin-right: 10px;
}

.form__line {
  background: url('../img/login-line.png');
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  margin: 20px auto;
  position: relative;
}
.form__line:before,
.form__line:after {
  content: '';
  width: 180px;
  height: 3px;
  background-color: #b6bbc9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.form__line:after {
  left: 135%;
}

.form__line:before {
  right: 135%;
}

.form__checkbox--wrapper {
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  margin-bottom: 10px;
}

.form__checkbox--input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: none;
  border: 2px solid #fff;
  border-radius: 3px;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

input:checked ~ .checkmark {
  background-color: #fff;
}

input:checked ~ .checkmark:after {
  display: block;
}

.checkmark:after {
  left: 3px;
  top: -1px;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 12px;

  border: solid #122855;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.form__forget-password a {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.616);
  text-decoration: none;
}

.form__item {
  margin-bottom: 20px;
}

.form__item label {
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}

.input__wrapper {
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 0 15px;
}

.input__wrapper .icon {
  color: #e0e0e0;
  margin-right: 12px;
  font-size: 16px;
}

.input__wrapper input {
  border: none;
  padding: 15px 0;
  width: 100%;
  outline: 0;
}

.input__wrapper input::placeholder {
  color: #b4b4b4;
  font-size: 14px;
}

.form__login {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  background-color: #2d70e0;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  padding: 15px;
}

.form__login:hover {
  background-color: rgb(16, 86, 207);
}

.Login-header {
  color: #333;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.nav-item__link {
  color: #333;
  font-weight: bold;
  padding: 0 10px;
}

.Login-header .icon {
  color: var(--primary-color);
}

.Login-header .btn {
  color: #fff !important;
}

.Login-header .btn span {
  margin-right: 0;
}

/**********************/
/******END-LOGIN*******/
/*********************/

/**********************/
/******SERVER**********/
/*********************/

.Server__hero {
  background: linear-gradient(#3a406a, #122855bd),
    url('../img/server-hero-bg.png');
  background-size: cover;
  background-position: bottom;
  color: #fff;
  position: relative;
}

.Server__hero--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 400px;
  width: 100%;
}

.Server__hero--title {
  font-size: 60px;
}

.Server__hero--desc {
  font-size: 20px;
}

.Server__hero--item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.Server__hero--item img {
  margin-right: 20px;
  height: 30px;
  width: 30px;
}

.price {
  background: var(--primary-color);
  height: 115px;
  width: 115px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  top: 12%;
  left: 50%;
}

.price p {
  margin-bottom: 0;
  line-height: 20px;
  text-align: center;
}

.price p span {
  font-weight: bold;
  font-size: 18px;
}

.discount {
  background-color: #fff;
  height: 130px;
  width: 130px;
  border-radius: 50%;
  color: #122855;

  position: absolute;
  left: 53%;
  top: 35%;

  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.discount span {
  font-size: 45px;
  font-weight: bold;
}
.discount p {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.Server__hero--bottom {
  display: flex;
  align-items: center;

  background-color: var(--primary-color);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 70px;
  font-weight: bold;
}

.Server__hero--bottom p:not(:first-child) {
  margin: 0 auto;
}

.Server__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  margin: 20px 0;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 8px #ccc;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.Server__box:hover {
  box-shadow: 0 4px 21px #2525253a;
}

.Server__box--spec p {
  font-weight: bold;
}

.Server__box--spec span {
  font-size: 12px;
}

.Server__box--price {
  position: relative;
}
.Server__box--price p {
  font-size: 40px;
  color: var(--primary-color);
  font-weight: bold;
  position: relative;
}

.Server__box--price p span {
  font-size: 16px;
  position: absolute;
  top: 20%;
}

.Server__box--price .monthly {
  font-size: 10px;
  position: absolute;
  bottom: 15%;
  right: -42%;
  color: #777777;
}

.Server__box--price .old-price {
  position: absolute;
  right: -10%;
  top: -10%;
  font-size: 12px;
  color: #9e9e9e;
  text-decoration: line-through;
}

.Server__box--btn {
  font-size: 12px !important;
  font-weight: bold;
}

.Server__box--btn:hover {
  background-color: #0b76e8 !important;
}

.Server__box--btn a {
  color: #fff;
  text-decoration: none;
}

.Server__location {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 60px 0;
}

.Server__location--item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7b7b7b;
}
.Server__location--item img {
  margin-right: 10px;
  width: 18px;
  height: 20px;
}

.Server__location--item span {
  font-weight: bold;
  margin-right: 10px;
}

.Server__mail {
  background: linear-gradient(#12285527, #1429529a),
    url('../img/server-mail-bg.png');
  background-size: cover;
  margin-top: 90px;
  padding: 40px 0;
}

.Server__mail--title {
  color: #fff;
  text-align: right;
}

.Server__mail--title p {
  font-weight: lighter;
  font-family: sans-serif;
}

.Server__servers-wrapper {
  background-color: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 100px;

  margin-bottom: 200px;
}

.Server__server {
  background-color: #fff;
  box-shadow: 0 4px 8px #ccc;
  position: relative;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

  padding: 40px 0;
  padding-bottom: 0;
}

.Server__server::before {
  content: '';
  height: 10px;
  width: 100%;
  background-color: var(--blue-color);

  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  position: absolute;
  top: 0%;
  left: 0;
}

.Server__server--title {
  text-align: center;
}

.Server__server--title h3 {
  color: var(--blue-color);
  font-size: 24px;
}

.Server__server--title p {
  font-weight: 500;
  color: var(--grey-color);
  font-size: 31px;
}

.Server__server--logo {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.Server__server--logo-number {
  color: var(--primary-color);
  font-size: 24px;
  position: absolute;
  top: 1%;
  right: 32%;
}

.Server__server--list {
  margin-top: 30px;
}

.Server__server--list-item {
  padding: 20px 0;
  text-align: center;
  color: #888888;
  font-size: 12px;
}

.Server__server--list-item:nth-child(2n + 1) {
  background: #f9f9f9;
}

.Server__server--list-item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.Special {
  height: 400px;
  margin-bottom: 200px;
}

.Special__left {
  background-image: url('../img/big-data.png');
  background-repeat: no-repeat;

  background-position: bottom;
  height: 450px;
  width: 100%;
}

.Special__right--title {
  margin-bottom: 60px;
  color: var(--blue-font);
}

.Special__right--list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.Special__right--list-item h4 {
  font-size: 16px;
  color: var(--blue-font);
}

.Special__right--list-item img {
  margin-right: 20px;
}

.Special__right--list-item p {
  font-size: 14px;
  color: #a5b7c1;
}

.Power__right {
  background-image: url('../img/guclu-veri-merkezi.png');
  background-repeat: no-repeat;

  background-position: bottom;
  height: 450px;
  width: 100%;
}

.Power__left--list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.Power__left--list-item p {
  color: var(--blue-font);
  font-size: 14px;
}

.Power__left--list-item .icon {
  margin-right: 5px;
  color: #8285f3;
}

.Banner {
  background-image: url('../img/call-us-banner-bg.png');
  background-size: cover;
  color: #fff;
  padding: 40px 0;
}

.Banner__flex {
  height: 150px;
}

.Banner__title {
  margin-right: 80px;
  text-align: right;
}

.Banner__buttons {
  margin-top: 20px;
}

.Banner__buttons--create {
  background: var(--primary-color);
  padding: 12px 30px;
  border-radius: 5px;
  color: #fff;
  margin-right: 30px;
  text-decoration: none;
}

.Banner__buttons--create:hover {
  text-decoration: none;
  color: #fff;
  background-color: #dc0635ca;
}

.Banner__buttons--call {
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  padding: 12px 60px;
  text-decoration: none;
  transition: all 0.2s;
}

.Banner__buttons--call:hover {
  background-color: #fff;
  color: var(--primary-color);
  text-decoration: none;
}

.Spec__wrapper {
  background-color: #fafafa;
  margin-bottom: 80px;
  padding: 100px 0;
}

.spec {
  text-align: center;
}
.spec img {
  width: 40px;
  margin-bottom: 10px;
}

.spec p {
  color: var(--primary-color);
  font-weight: bold;
}

.spec span {
  color: var(--blue-color);
  font-weight: bold;
}

.menu {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #8b8b8b;
  padding: 10px 0;
}

.links a {
  margin-right: 50px;
  color: #8b8b8b;
  padding: 20px 0;
}

.links .active {
  border-bottom: 3px solid var(--primary-color);
}

.desc {
  color: #878ea7;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.title {
  color: var(--blue-font);
}

.SSS {
  background-color: #fafafa;
  padding: 100px 0;
}

.SSS__title {
  color: var(--blue-font);
  text-align: center;
  margin-bottom: 120px;
}

.SSS__title p {
  font-size: 40px;
}

.SSS__title h4 {
  font-size: 36px;
  font-weight: bold;
}

.SSS_subtitle {
  color: var(--blue-font);
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 34px;
}

.SSS__desc {
  color: var(--blue-font);
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.Decide {
  height: 1000px;
  position: relative;
}

.Decide__header {
  background-image: url('../img/decide__bg.png');
  background-size: cover;
  height: 380px;
  color: #fff;
  text-align: center;
  padding-top: 35px;
}

.Decide__header--title {
  margin-top: 20px;
}

.Decide__header p {
  font-size: 24px;
  font-weight: 300;
}

.Decide__form {
  padding: 70px 90px;
  box-shadow: 0 4px 8px #00000021;
  width: 730px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translateX(-50%);
  background-color: #fff;
}

.Decide__form--group {
  margin-bottom: 30px;
}

.Decide__form--item {
  display: flex;
  flex-direction: column;
}

.Decide__form--item label {
  font-size: 12px;
  color: var(--blue-font);
}

.Decide__form--item input {
  padding: 10px 10px;
  outline: none;
  width: 100%;
  border: 1px solid #efefef;
  transition: all 0.2s;
}

.Decide__form--item input:focus {
  border: 1px solid #333;
}

.Decide__form--item textarea {
  resize: none;
  outline: none;
  padding: 10px;
  border: 1px solid #efefef;
  transition: all 0.2s;
}

.Decide__form--item textarea:focus {
  border: 1px solid #333;
}
/**********************/
/******END-SERVER******/
/*********************/

/**********************/
/******CLOUD***********/
/*********************/
.Cloud {
  height: 340px;
  background: url('../img/cloud-hero-bg.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-top: 75px;
}

.Cloud__mail {
  margin-top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.534), rgba(0, 0, 0, 0.534)),
    url('../img/server-mail-bg.png');
  margin-bottom: 130px;
}

.Cloud__hero--title h1 {
  font-size: 50px;
}

.Cloud__hero--title p {
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}

.Cloud__hero--item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.Cloud__hero--bottom {
  background-color: #0b76e8;
  color: #fff;
}

.Cloud__hero--links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Cloud__hero--bottom-item {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  cursor: pointer;
}

.Cloud__hero--links .active {
  background: #0968cd;
  position: relative;
}

.Cloud__hero--links .active:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

.Cloud__hero--bottom-item img {
  margin-right: 10px;
  width: 16px;
}

.Clouds__cloud {
  border-radius: 10px;
  box-shadow: 0 4px 8px #00000021;
  border: 1px solid #e8e8e8;
  margin-top: 60px;
  margin-bottom: 90px;
  transition: all 0.2s;
  cursor: pointer;
}

.Clouds__cloud:hover {
  box-shadow: 0 4px 21px #2525253a;
}

.Clouds__cloud--head {
  padding: 20px 40px;
}

.Clouds__cloud--name {
  color: var(--cloud-color);
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
}

.Clouds__cloud--price {
  display: flex;
  position: relative;
}

.Clouds__cloud--price p {
  font-size: 80px;
  color: var(--cloud-color);
  font-weight: bold;
  position: relative;
  padding-left: 55px;
}

.Clouds__cloud--right .little {
  font-size: 40px;
  color: var(--cloud-color);
  font-weight: bold;
}

.Clouds__cloud--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Clouds__cloud--price .month {
  color: #a7aab6;
  font-size: 16px;
}

.Clouds__cloud--price .old {
  position: absolute;
  bottom: 28%;
  left: -8%;
  color: #a7aab6;
  font-size: 20px;
  text-decoration: line-through;
}

.Clouds__cloud--bottom {
  padding: 30px 40px;
  color: #fff;
  background-color: var(--cloud-color);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.Clouds__cloud--item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.Clouds__cloud--item img {
  margin-right: 20px;
}

.Clouds__cloud--link {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 14px;
}

.Cloud__table {
  background-color: #f8f8f8;
  margin-bottom: 200px;
  margin-top: 260px;
}

.Cloud__table--header-item {
  padding: 20px 0;
  text-align: center;
  color: var(--yellow-color);
  font-weight: bold;
  font-size: 20px;
}

.Cloud__table--header-item:not(:last-child) {
  border-right: 1px solid #efefef;
}

.Cloud__table--header .sign {
  position: absolute;
  top: 44%;
  left: 14%;
  font-size: 18px;
}

.Cloud__table--header .cent {
  right: 1%;
  bottom: 1%;
}

.Cloud__table--header .cloud__price {
  color: var(--yellow-color);
  font-weight: bold;
  font-size: 36px;
  position: relative;
  text-align: center;
}

.Cloud__table--header .name {
  color: var(--cloud-color);
  font-size: 18px;
  font-weight: bold;
}

.Cloud__table--left-item {
  padding: 17px 0;
  text-align: left;
  color: #4a4a4a;
  font-size: 14px;
}

.Cloud__table--right {
  background-color: #fff;
  box-shadow: 0px 0px 20px #7373737d;
  margin-top: -121px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.Cloud__table--right-cell {
  text-align: center;
  padding: 15px 0;
  color: #777777;
}

.Cloud__table--right-cell:not(:last-child) {
  border-right: 1px solid #efefef;
}

.Cloud__table--right-item:nth-child(2n) {
  background-color: #f8f8f8;
}

.Cloud__table--header {
  position: relative;
}

.Cloud__table--header .popular {
  background-color: var(--primary-color);
  color: #fff;
  padding: 13px 49px;
  position: absolute;
  top: -40%;
  left: 50%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}

.Cloud__left {
  background-image: url('../img/cloud-bulut-sunucu-marisi.png');
  background-repeat: no-repeat;

  background-position: bottom;
  height: 450px;
  width: 65%;
}

.Cloud__right {
  background-image: url('../img/ssd-storage-cloud-server.png');
  background-repeat: no-repeat;
  background-position: bottom;
  height: 500px;
  width: 65%;
}

.Cloud__Banner {
  background-image: url('../img/cloud-call-us-banner-bg.png');
  padding: 40px 0;
}

.Cloud__spec {
  text-align: center;
}

.Cloud__spec img {
  filter: invert(10%) sepia(62%) saturate(2764%) hue-rotate(212deg)
    brightness(50%) contrast(92%);
}

.Cloud__decide--header {
  background-image: url('../img/cloud-form-bg.png');
}

/**********************/
/******END-CLOUD******/
/*********************/

/**********************/
/******CONTACT********/
/*********************/
.Contact__hero {
  background: url('../img/contact-hero-pg.png');
  background-size: cover;
  height: 380px;
}

.Contact__hero .Contact-header {
  background: none;
  padding: 20px 0;
  border-bottom: 1px solid #efefef85;
}

.Contact__hero .Contact-header .icon {
  color: #fff;
}

.Contact__hero--title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  margin-top: 120px;
  position: relative;
}

.Contact__hero--title::after {
  content: '';
  width: 60px;
  height: 5px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30%;
  background-color: var(--primary-color);
}

.Contact__form {
  padding: 90px 0;
}

.Contact__form--info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-right: 65px;
}

.Contact__form--title {
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
}

.Contact__form--desc {
  font-size: 14px;
  color: #8f867c;
  margin-bottom: 50px;
  margin-top: 20px;
}

.Contact__form--item {
  display: flex;
  align-items: flex-start;
  text-align: right;
  margin-bottom: 20px;
}

.Contact__form--item h4 {
  font-size: 16px;
  margin-bottom: 0;
}

.Contact__form--item span {
  font-size: 12px;
  color: #8f867c;
}

.Contact__form--icon {
  background-color: #f5f5f5;
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  border-radius: 50%;
}

.Contact__form--icon .fa {
  color: var(--primary-color);
  font-size: 20px;
}

.Contact__form--input input,
.Contact__form--input textarea {
  border: 1px solid #bfbfbf !important;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  padding: 20px;
}

.Contact__map {
  position: relative;
}
/**********************/
/******END-CONTACT*****/
/*********************/

/**********************/
/******CONTENT********/
/*********************/

.Content__breadcrumb {
  font-size: 12px;
  margin: 65px 0 20px 0;
  color: #b9b9ba;
}

.Content__detail {
  color: #888;
  font-weight: 300;
}

.Contnet__title {
  font-size: 30px;
  font-weight: bold;
  margin: 60px 0 30px 0;
  color: #444444;
}

.Content__left p {
  color: #888;
  font-weight: 300;
  margin-bottom: 70px;
  line-height: 30px;
}

.Content__left--item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.Content__left--item img {
  margin-right: 10px;
}

.Content__left--item h3 {
  font-size: 16px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.Standart {
  height: 340px;
  background: url('../img/standart-hero-bg.png');
  background-size: cover;
  background-position: center;
  color: #fff;
}

/**********************/
/******END-CONTENT*****/
/*********************/

/**********************/
/******ABOUT**********/
/*********************/

.About__header {
  background: url('../img/about-us-hero-bg.png');
  margin-bottom: 100px;
}

.About__hero--title {
  font-size: 30px;
  font-weight: 300;
}

.About__hero--content {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
}

.About__hero--detail {
  font-size: 16px;
  font-weight: 300;
  color: #fafafa;
}

.Misyon__title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #1c1c1c;
}

.Misyon__desc {
  font-weight: 300;
  color: var(--blue-color);
  font-size: 18px;
  line-height: 30px;
  padding-right: 20px;
}

.misyon__img {
  position: relative;
  padding-left: 100px;
}
.misyon__helper {
  position: absolute;
  left: 2%;
  top: -16%;
}

.vizyon__img {
  position: relative;
}

.vizyon__helper {
  position: absolute;
  right: 14%;
  top: -23%;
}

.misyon__img::after {
  content: '';
  height: 100%;
  width: 77%;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  position: absolute;
  right: 0%;
  top: 4%;
}

.vizyon__img::after {
  content: '';
  height: 100%;
  width: 75%;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  position: absolute;
  right: 18%;
  top: 4%;
}

.About__footer {
  background-color: #fafafa;
  padding: 100px 0;
}

.About__footer--item {
  margin-bottom: 30px;
}

.About__footer--item p {
  font-size: 16px;
  padding-left: 30px;
  position: relative;
}

.About__footer--item p::after {
  content: '';
  height: 12px;
  width: 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: var(--primary-color);
  position: absolute;
}
/**********************/
/******END-ABOUT******/
/*********************/

/**********************/
/******SUB-MENU******/
/*********************/
.nav-item {
  position: relative;
  margin: 0 10px;
  z-index: 9999;
}
.nav-item:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -130%;
  display: none;

  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #151f48;
}

.submenu {
  width: 100vw;
  position: fixed;
  left: 0;
  top: 68px;
  background: url('../img/submenu-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 999;
  transition: 0.2s;

  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
  padding: 0 90px;
  overflow: hidden;
}

.nav-item:before {
  content: '';
  background: transparent;
  height: 50px;
  width: 80%;

  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.submenu-item {
  background-color: #fff;
  width: 20%;
  border-radius: 10px;
  color: #333;
  padding: 30px !important;
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.2s;
  box-shadow: 0 4px 8px #000000b5;
}

.submenu-item:hover {
  text-decoration: none;
}

.submenu-item__title {
  color: #0968cd;
  padding-top: 50px;
  font-weight: bold;
}

.submenu-item__desc {
  color: #1a2754;
  font-size: 14px;
}

.submenu-item img {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 50px;
}

.nav-item:hover:after {
  display: unset;
}

.nav-item:hover > .submenu {
  opacity: 1;
  height: 360px;
}

.nav-item:hover .submenu-item {
  height: 200px;
  opacity: 1;
}

.panel-btn {
  border: 1px solid #1a2754 !important;
  background-color: transparent !important;
  color: #1a2754 !important;
  padding: 9px 30px !important;
}
.panel-btn:hover {
  background-color: #131f4b !important;
  color: #fff !important;
}

/**********************/
/******DROPDOWN*******/
/*********************/

.header-dropdown {
  width: 220px;
  background-color: #fff;
  position: absolute;
  top: 200%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  display: flex;
  flex-direction: column;
  border-radius: 10px;

  height: 0;
  z-index: 9;
  overflow: hidden;
  transition: all 0.2s !important;
  box-shadow: 0 4px 8px rgba(88, 80, 80, 0.38) !important;
}

.dropdown-link:hover > .header-dropdown {
  height: auto;
  transform: translateX(-50%) scale(1);
  overflow: visible;
}

.header-dropdown:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);

  border-bottom: 10px solid #1a2754;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.header-dropdown:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
  width: 50%;
  height: 25px;
}

.dropdown-child {
  padding: 10px 20px;
  color: #1a2754;
  transition: all 0.1s;
}

.dropdown-child:hover {
  background-color: #1a2754;
  color: #fff;
  text-decoration: none;
}

.dropdown-child:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dropdown-child:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.dropdown-child:not(:last-child) {
  border-bottom: 1px solid #1a2754;
}

.dropdown-link {
  position: relative;
}

.mobil-panel-btn {
  display: none;
}

.Server__box--wrapper {
  display: flex;
}

.Server__box--spec-second {
  margin-left: 60px;
}

/**********************/
/******HOSTED-ITEM*******/
/*********************/
.Hosted__title {
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}

.Hosted__title:after {
  content: '';
  width: 100px;
  height: 5px;
  background-color: #0b76e8;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
}

.Hosted__item {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  box-shadow: 0 4px 8px #00000021;
  transition: all 0.2s;
}

.Hosted__item:hover {
  box-shadow: 0 4px 21px #2525253a;
}
.Hosted__item--title {
  border-top: 4px solid #0b76e8;
  border-bottom: 1px solid #efefef;
  color: #0b76e8;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.Hosted__item--title .icon {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -100%);
  background-color: #0b76e8;
  padding: 10px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.Hosted__body--item {
  padding: 14px 10px;
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #3333333d;

  text-align: center;
}

.Hosted__button {
  background-color: #0b76e8;
  color: #fff;
  padding: 0.5rem 2rem;
  display: table;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: all 0.2s;
}

.Hosted__button:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(51, 51, 51, 0.329);
}

.Hosted__spec {
  text-align: center;
}

.Hosted__spec--title {
  font-weight: bold;
  font-size: 18px;
}

.Hosted__spec--desc {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}

.Hosted__spec--img {
  margin-bottom: 20px;
  width: 60px;
}

.mobil-table__wrapper {
  display: none;
}

.feature-item-icon img {
  width: 32%;
}


/* V2 */
.content__img{
  text-align: right;
}

.content__img img{
  height: 420px;
  width: 420px;
  object-fit: cover;
  border-radius: 30px;
}


.security-list h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
}

.security-list ol {
  margin-left: 50px;
}
.security-list li{
  font-size: 16px;
  margin-bottom: 10px;
}

.data-row {
  margin-bottom: 200px;
}

/**********************/
/******MOBILE*********/
/*********************/

@media (max-width: 768px) {
  .mobil-panel-btn {
    display: unset;
    color: #fff;
    font-size: 38px;
  }
  .go-panel-btn {
    display: none;
  }
  .Header .nav,
  .Login-header .nav {
    position: absolute;
    background: #1a2754;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 14%;
    z-index: 9999;
    padding: 20px;
    transition: all 0.2s;
  }

  .submenu {
    display: none;
  }

  .activeNavbar {
    left: 0 !important;
  }
  .top-nav {
    padding: 20px;
    justify-content: space-between;
  }
  .top-nav .logo,
  .Login-header .logo {
    margin: auto;
  }

  .Login-header {
    justify-content: space-between;
    padding: 20px 30px;
  }

  .Header .nav .nav-item,
  .Header .nav .dropdown-link,
  .Login-header .nav .dropdown-link,
  .Login-header .nav .nav-item {
    margin: 20px 0;
  }

  .Login-header .mobil-panel-btn .icon {
    color: #122855;
  }

  .Header .nav a,
  .Login-header .nav a {
    color: #fff;
    margin: 10px 0 !important;
    font-size: 24px;
  }

  .nav-item:hover:after {
    display: none;
  }

  .Header__hamburger {
    width: 20px;
    height: 4px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 2px;
    transition: all 0.2s;
  }
  .Header__hamburger:before,
  .Header__hamburger:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    transition: all 0.3s;
  }

  .Header__hamburger:before {
    top: -10px;
  }
  .Header__hamburger:after {
    top: 10px;
  }

  .Content__breadcrumb {
    display: none;
  }
  .Standart {
    height: 370px;
  }

  .Standart__img {
    width: 100%;
  }

  .Contnet__title {
    margin-top: 100px;
  }

  .Content__left--item {
    margin-bottom: 0;
  }
  .feature-item-icon img {
    margin: 0 auto;
    width: 20%;
  }

  .single-feature--image {
    display: none;
  }
  .features--img {
    margin-top: -110px;
  }
  .feature-item-content {
    text-align: center;
  }

  .Decide {
    margin-top: 10px;
  }
  /*CLOUD*/
  .Cloud__hero--links {
    display: block;
  }
  .Cloud__hero--bottom {
    padding: 10px 0;
  }

  .Cloud__right {
    display: none;
  }

  .Cloud__mail {
    padding: 20px;
  }

  .Cloud__hero--links .active:after {
    border-bottom-color: transparent;
  }

  .Clouds__cloud {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .Cloud__left {
    width: 100%;
  }

  .Cloud__table {
    display: none;
  }
  .Spec__wrapper {
    margin-bottom: 0;
  }
  .Cloud__spec {
    margin-bottom: 40px;
  }

  .Banner__buttons--create {
    margin-right: 0;
    display: block;
    text-align: center;
  }

  .SSS {
    padding: 0;
  }

  .SSS__item {
    padding: 0 40px !important;
    margin-bottom: 40px;
  }

  .Decide__form {
    padding: 30px 20px;
  }

  .Decide__form--item {
    margin-bottom: 20px;
  }

  /*SERVER*/
  .price,
  .discount,
  .Server__hero--right {
    display: none;
  }
  .Server__box {
    flex-direction: column;
    align-items: flex-start;
  }

  .Special__left {
    width: 100%;
    margin-bottom: 20px;
    height: 300px;
    background-size: cover;
  }
  .Power__right {
    display: none;
  }
  .Server__box--wrapper {
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 10px 0;
  }
  .Server__servers-wrapper {
    margin-bottom: 0;
  }

  .Server__location {
    margin: 30px 0;
  }

  .Server__mail {
    margin-top: 20px;
    padding: 20px;
  }

  .Server__server {
    margin-bottom: 60px;
  }

  .Server__box--price {
    margin: 0 auto;
    margin-top: 20px;
  }

  .Server__box--spec {
    width: 200px;
  }

  .Server__box--mobil-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px 0 !important;
  }

  .Banner__buttons--call {
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .Server__mail--title {
    text-align: center;
  }

  .Server__hero--bottom {
    display: none;
  }

  .Server__location--item {
    margin-bottom: 20px;
  }

  /*CONTACT*/
  .Contact__hero--title {
    padding: 0 20px;
    margin-top: 20px;
  }
  .Contact__form--title {
    text-align: center;
  }

  .Contact__form--desc {
    text-align: center;
  }

  .Contact-header {
    padding: 20px !important;
  }

  .Contact__form--info {
    margin-right: 0;
  }

  .Contact__btn {
    width: 100% !important;
  }

  /*HOSTED*/
  .Hosted__item {
    margin-bottom: 60px;
  }

  .Hosted__spec {
    margin-bottom: 30px;
  }

  .Footer__bottom--email-input_wrapper {
    margin-left: 0 !important;
    width: 100%;
  }

  /*ABOUT*/
  .About__header {
    margin-bottom: 50px;
  }
  .About__footer {
    padding-bottom: 0;
  }
  .Misyon__desc {
    padding-right: 0;
    text-align: center;
  }

  .misyon__img::after,
  .misyon__img::after {
    display: none;
  }

  .vizyon__img img {
    width: 100%;
  }

  .Misyon__title {
    text-align: center !important;
    margin-top: 40px;
  }

  .misyon__img {
    margin-top: 30px;
    padding-left: 0;
  }
  .misyon__img img {
    width: 100%;
  }

  /*BANK*/
  .mobil-table__wrapper {
    display: block;
  }
  .banka-table {
    display: none;
  }
  .mobil-table {
    border: 1px solid #d2d2d2;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 10px 20px #02000024;
    color: #333;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .mobil-title {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .activeHamburger {
    background: transparent !important;
  }

  .activeHamburger.Header__hamburger:before {
    top: 0;
    transform: rotate(45deg);
  }
  .activeHamburger.Header__hamburger:after {
    top: 0;
    transform: rotate(135deg);
  }

  .swiper-slide {
    margin: 0 80px;
  }

  .header-dropdown {
    width: 300px;
    z-index: 99999;
  }
  .header-dropdown:before {
    border-bottom-color: #fff;
  }

  .header-dropdown .dropdown-child {
    margin: 0 !important;
    padding: 0 !important;
  }

  .header-dropdown a {
    color: #1a2754 !important;
    text-align: center;
  }

  .Safe-data__right--desc {
    width: 100%;
    text-align: left;
  }

  .Where__title:after {
    top: -60%;
    right: 0%;
  }

  .Special {
    height: auto;
    margin-bottom: 50px;
  }

  .Special__right--title h2 {
    font-size: 28px;
    font-weight: bold;
  }

  .Safe-data__left {
    margin-bottom: 30px;
  }

  .Support__left {
    margin-top: 30px;
  }

  .Numbers__item {
    margin-bottom: 40px;
  }

  .Footer__bottom--links {
    margin-bottom: 40px;
  }

  .Footer__bottom--email {
    margin-left: 0 !important;
    margin-bottom: 40px;
  }

  .nice-img {
    width: 100%;
    margin: 20px 0;
  }

  .Footer__bottom--call {
    margin-left: 0;
  }

  .Footer__bottom--call-title {
    text-align: left;
  }

  .Footer__top {
    padding: 15px;
    margin-top: 30px;
  }

  .Footer__help:first-child {
    margin-bottom: 40px;
  }

  .Footer__bottom--alt-social {
    margin-bottom: 30px;
    justify-content: center;
  }

  .Footer__bottom--alt-payment {
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .Footer__bottom--alt-payment img {
    margin: 0;
  }
  .fabrikod {
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
  }

  .content__img {
    margin-top: 40px;
  }
  .content__img img{
    width: 100%;
  }

  .data-row {
    margin-bottom: 100px;
  }

  .hero__img img {
    height: 400px !important;
  }

  .security-list {
    margin-left: 25px;
  }
  .About__hero--content {
    margin-bottom: 20px;
  }

  .security-content {
    margin: 80px 15px !important;
  }
}