@font-face {
  font-family: "Mazzard";
  src: local("Mazzard H Regular"), local("Mazzard-H-Regular"),
    url("../fonts/MazzardH-Regular.woff2") format("woff2"),
    url("../fonts/MazzardH-Regular.woff") format("woff"),
    url("../fonts/MazzardH-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mazzard";
  src: local("Mazzard H Medium"), local("Mazzard-H-Medium"),
    url("../fonts/MazzardH-Medium.woff2") format("woff2"),
    url("../fonts/MazzardH-Medium.woff") format("woff"),
    url("../fonts/MazzardH-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mazzard";
  src: local("Mazzard H SemiBold"), local("Mazzard-H-SemiBold"),
    url("../fonts/MazzardH-SemiBold.woff2") format("woff2"),
    url("../fonts/MazzardH-SemiBold.woff") format("woff"),
    url("../fonts/MazzardH-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
svg {
  vertical-align: middle;
}
body {
  width: 100%;
  overflow-x: hidden;
}
a:focus {
  outline: none;
}
header {
  z-index: 99;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  /* box-shadow: 0px 64px 64px -12px rgba(33, 45, 58, 0.03),
    0px 14px 14px rgba(33, 45, 58, 0.01),
    0px 32px 48px -12px rgba(33, 45, 58, 0.01); */
  backdrop-filter: blur(4px);
}
img {
  pointer-events: none;
}
::selection {
  background: rgb(110, 88, 255);
  color: white;
}
html {
  max-width: 100%;
  font-family: "Mazzard", sans-serif;
  background: #ffffff;
  font-size: 16px;
}
/* button {
  transition: color 0.2s ease-in-out;
} */
.header-top {
  height: 45px;
  border-top: 1px solid #f1f1f7;
  /* border: 1px solid #f1f1f7; */
}
.header-bottom {
  width: 100%;
  border-top: 1px solid #f1f1f7;
  border-bottom: 1px solid #f1f1f7;
  height: 80px;
}

.navbar {
  overflow: hidden;
}

.navbar a {
  float: left;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

.dropdown-content hr {
  width: 75%;
  border: none;
  border-top: 1px #f1f1f7 solid;
  margin: auto;
}
.dropdown-content .blue {
  color: rgba(77, 48, 255, 1);
}
.dropdown-content a {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 55px;
  padding: 0px 32px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  display: flex;
  align-items: center;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 1rem;
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  color: #4d30ff;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(255, 255, 255, 0.99);
  min-width: 160px;
  border: 1px solid #f1f1f7;
  box-shadow: 0px 25px 25px rgba(21, 14, 65, 0.05),
    0px 12px 12px rgba(21, 14, 65, 0.05), 0px 5px 5px rgba(21, 14, 65, 0.05);
  backdrop-filter: blur(16px);
  border-radius: 4px;
  z-index: 1;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  padding: 8px 0;
}
@media (max-width: 991px) {
  .contacts-burger .dropdown .dropdown-content {
    bottom: 93px;
  }
  .dropdown-content a {
    padding: 0px 16px;
  }
}
.dropbtn {
  color: #5b6987;
  padding: 0;
}
.dropdown-content a {
  float: none;
  color: #212d3a;
  text-decoration: none;
  /* display: block; */
  text-align: left;
  backdrop-filter: blur(16px);
}

.dropdown-content a:hover {
  color: #4d30ff;
}
.dropdown-content a:hover::before {
  position: absolute;
  /* right: 99%; */
  left: 0px;
  content: url(../images/dropdown\ a.svg);
  /* display: inherit; */
}
.dropdown-content a:hover::before {
  /* align-items: center; */
  margin-top: 12px;
}

.dropdown-content--active {
  display: block;
}

.dropdown:hover .dropdown-content,
.dropdown:active .dropdown-content,
.dropdown:focus .dropdown-content {
  display: block;
}
.header-top-text {
  display: flex;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 14px;
  color: #5b6987;
}
.header-top-text::after {
  display: inherit;
  margin-left: 3px;
  content: url(../images/header-top-text-arrow.svg);
}
.contacts > *,
.contacts-burger > * {
  display: flex;
  align-items: center;
  /* margin-right: 35px; */
  padding-bottom: 4px;
}
.contacts > * {
  margin-right: 35px;
}
.contacts > *:last-child,
.contacts-burger > *:last-child {
  margin-right: 0;
}
.contacts-burger {
  padding-bottom: 17px;
  /* border-bottom: 1px solid #f1f1f7; */
  justify-content: space-around;
}
.number > a,
.language span,
.currency span {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 15px;
  color: #adb4c3;
  /* letter-spacing: 0.083871px; */
}
.number > a:hover,
.language span:hover,
.currency span:hover {
  color: #cad2e4;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.currency .dropdown-content {
  min-width: 140px;
}
@media (max-width: 991px) {
  .currency .dropdown-content {
    min-width: 90px;
  }
  .number > a,
  .language span,
  .currency span {
    display: flex;
    flex-direction: row;
  }
  .dropdown .dropbtn {
    display: flex;
  }
}

.language > span,
.currency > span {
  display: flex;
}
.contacts-burger .language img,
.contacts-burger .currency img,
.number > img {
  margin-right: 7px;
}
.header-list {
  display: flex;
}
.language span::after {
  display: inherit;
  margin-left: 3px;
  content: url(../images/header-top-services-arrow.svg);
}
.currency span::after {
  display: inherit;
  margin-left: 3px;
  content: url(../images/header-top-services-arrow.svg);
}
@media (max-width: 991px) {
  .header-nav {
    margin-top: 25px;
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    background: /*rgb(245, 246, 246);*/ white;
    box-shadow: #ccc;
    width: 100%;
    border-top: 1px solid #f1f1f7;
    height: 91vh;
    box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.17);
    left: -100%;
    transition: all 0.4s ease;
  }
  .dropdown {
    float: inherit;
  }

  .navbar a {
    float: none;
    font-size: initial;
    text-align: left;
    text-decoration: none;
  }
  .menu-burger__header {
    position: relative; /* задаем относительное позиционирование */
    width: 40px; /* определяем размеры блока */
    height: 35px;
    display: block;
    margin-left: 10px;
  }
  .menu-burger__header span,
  .menu-burger__header:after,
  .menu-burger__header:before {
    border-radius: 100px;
    height: 3px;
    width: 100%;
    position: absolute;
    background: #4d30ff;
    margin: 0 auto;
    transform: rotate(0);
    bottom: 16px;
    transition: 0.4s;
  }
  .menu-burger__header:after {
    width: 80%;
  }
  .menu-burger__header:before {
    width: 70%;
  }
  .menu-burger__header span {
    top: 16px;
  }
  .menu-burger__header:after,
  .menu-burger__header:before {
    content: "";
  }
  .menu-burger__header:after {
    bottom: 5px;
  }
  .menu-burger__header:before {
    top: 5px;
  }
  .header-list {
    display: block;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .header-list li {
    margin: 30px 0px 35px 0px;
    font-size: 0.875rem;
  }
  .header-list li > a > * {
    justify-content: center;
  }
  .advantages-blocks {
    flex-direction: column;
  }
  .advantages-blocks > * {
    margin-bottom: 25px;
  }
}
.header-item:hover > .header-link {
  /* opacity: 40%; */
  color: rgba(77, 48, 255, 1);
}
.header-item:hover:nth-last-child(1) > .header-link {
  color: white;
}
.header-item:hover:first-child {
  opacity: 100%;
}
.header-item {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  margin-right: 50px;
}
.header-item:nth-child(8) {
  margin-right: 0px;
}
.logo {
  height: 18px;
  padding: 12px 12px 12px 0;
}
.item-2::after {
  /* display: inherit; */
  margin-left: 8.5px;
  content: url(../images/header-bottom-nav-arrow.svg);
}
.header-link {
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  letter-spacing: -0.0024em;
  color: #5b6987;
  text-decoration: none;
}
.blue {
  color: rgba(77, 48, 255, 1);
}
.blue-bold {
  color: rgba(77, 48, 255, 1);
  font-weight: 600;
}
.header-button:hover,
.call-us-button:hover,
.v-hosting-button:hover,
.pricing-list .price-popular button:hover,
.individual-help-content button:hover,
.vps-button button:hover,
.total-price-4 button:hover {
  background: #3a1aff;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.header-button {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 21px;
  color: #ffffff;
  background: #4d30ff;
  border-radius: 2px;
  padding: 13px 19px 11px 20px;
  text-decoration: none;
}
.main,
.call-us,
.annotation,
.about,
.v-hosting,
.vps,
.dedic,
.tarif-setting,
.blog {
  margin-top: 208px;
  margin-bottom: 75px;
}
.main-text > h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 3.3125rem;
  line-height: 69px;
}
@media (min-width: 1024px) {
  .news-list-text {
    margin: auto 0px auto 70px !important;
  }
}
@media (min-width: 1400px) {
  .main-text > h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 3.625rem;
    line-height: 69px;
  }
}
.main-text > h2 {
  max-width: 595px;
  margin-top: 22px;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 25px;
  color: #5b6987;
}
.main-buttons {
  margin-top: 52px;
  width: auto;
}
.main-buttons > * > a {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 21px;
  border-radius: 2px;
  text-decoration: none;
  letter-spacing: -0.0024em;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.main-button-1 > a:hover,
.about-button:hover {
  background: #3a1aff;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.main-button-1 > a {
  color: #ffffff;
  background: #4d30ff;
  padding: 18px 25px 14px 25px;

  /* width: 226px;
  height: 56px; */
}
.main-button-1 {
  margin-right: 25px;
  /* padding: 18px 25px 14px 25px; */
  /* background: #4d30ff; */
}
/* .main-button-2 {
  background: white;
  padding: 18px 45px 14px 45px;
  border: 1.2px solid rgba(241, 241, 247, 1);
} */
.main-button-2 > a:hover,
.about-button-2:hover {
  color: rgb(105, 82, 255);
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  background: #f8faff;
}
.main-button-2 > a {
  color: rgba(77, 48, 255, 1);
  background: white;
  padding: 18px 45px 14px 45px;
  /* width: 226px;
  height: 56px; */
  border: 1.2px solid rgba(241, 241, 247, 1);
}
@media (max-width: 500px) {
  .main-buttons {
    flex-direction: column;
    align-items: center;
  }
  .main-buttons > * {
    margin-bottom: 50px;
  }
  .main-button-1 {
    margin-right: 0px;
  }
  .container {
    width: auto;
  }
  .header-bottom > .container {
    width: 100%;
  }
}
.illustration > img {
  width: 100%;
}
@media (max-width: 991px) {
  .header-top-text,
  .number > a,
  .language > span,
  .currency > span {
    font-size: 0.5625rem;
  }
  .main-buttons {
    justify-content: center;
  }
  .main-text > h2,
  .main-text > h1 {
    width: 100%;
    text-align: center;
  }
  .illustration > img {
    width: 100%;
  }
  .illustration {
    padding-bottom: 70px;
  }
  .services > h2,
  .advantages > h1,
  .dedic h1 {
    text-align: center;
  }
}
.services-bg {
  margin-bottom: 75px;
  position: relative;
  padding: 75px 0 75px 0;
  background: #f8faff;
}
.advantages-bg {
  margin-bottom: 75px;
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
  background: #f8faff;
}
.advantages-bg .advantages {
  margin-bottom: 0;
}
.services-bg::before {
  content: "";
  background: #f8faff;
  position: absolute;
  top: 0;
  left: -8%;
  right: 100%;
  bottom: 0;
}
.advantages-bg::before {
  content: "";
  background: #f8faff;
  position: absolute;
  top: 0;
  left: -7%;
  right: 100%;
  bottom: 0;
}
.advantages-bg::after {
  content: "";
  background: #f8faff;
  position: absolute;
  top: 0;
  left: 100%;
  right: -7%;
  bottom: 0;
}
.services-bg::after {
  content: "";
  background: #f8faff;
  position: absolute;
  top: 0;
  left: 100%;
  right: -8%;
  bottom: 0;
}
@media (max-width: 991px) {
  .services-bg::before {
    width: 4%;
    content: "";
    background: #f8faff;
    position: absolute;
    top: 0;
    left: -4%;
    right: 100%;
    bottom: 0;
  }
  .services-bg::after {
    width: 3%;
    content: "";
    background: #f8faff;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0%;
    bottom: 0;
  }
  .advantages-bg .advantages,
  .advantages .quality {
    margin-bottom: 0;
  }
  .advantages-bg::before {
    content: none;
  }
  .advantages-bg::after {
    width: 1%;
    content: none;
  }
}
.services > h2,
.advantages > h1,
.faq > h2 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #212d3a;
  margin-bottom: 50px;
}
.block-1:hover {
  box-shadow: 0px 64px 64px -12px rgba(77, 48, 255, 0.15),
    0px 14px 14px rgba(77, 48, 255, 0.05),
    0px 32px 48px -12px rgba(77, 48, 255, 0.04);
}
.block-2:hover {
  box-shadow: 0px 64px 64px -12px rgba(255, 109, 48, 0.15),
    0px 14px 14px rgba(255, 109, 48, 0.05),
    0px 32px 48px -12px rgba(255, 109, 48, 0.04);
}
.block-3:hover {
  box-shadow: 0px 64px 64px -12px rgba(39, 213, 131, 0.15),
    0px 14px 14px rgba(39, 213, 131, 0.05),
    0px 32px 48px -12px rgba(39, 213, 131, 0.04);
}
.block-4:hover {
  box-shadow: 0px 64px 64px -12px rgba(33, 45, 58, 0.15),
    0px 14px 14px rgba(33, 45, 58, 0.05),
    0px 32px 48px -12px rgba(33, 45, 58, 0.04);
}
.services-blocks > div {
  z-index: 2;
  margin-right: 25px;
  max-width: 248px;
  border-radius: 4px;
  padding: 43px 36px 43px 36px;
  -webkit-transition: box-shadow 0.2s ease-out, color 0.2s ease-out;
  transition: box-shadow 0.2s ease-out, color 0.2s ease-out;
}
.services-blocks > div:last-child {
  margin-right: 0px;
}
.services-blocks > div > h2 {
  margin-top: 18.5px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 20px;
  letter-spacing: -0.24px;
  color: #ffffff;
}
.services-blocks > div > p {
  margin-top: 8.5px;
  margin-bottom: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: -0.24px;
  color: rgba(255, 255, 255, 0.85);
}
.services-blocks > div > a {
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 100%;
  letter-spacing: 0.005em;
  color: #ffffff;
  text-decoration: none;
}
.services-blocks > div > a:hover {
  text-decoration: underline;
}
.services-blocks > div > a::after {
  display: inherit;
  margin-left: 9px;
  content: url(../images/services-arrow.svg);
}
@media (max-width: 991px) {
  .main-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .services-blocks > div.block-2 {
    margin-right: 0;
  }
  .services-blocks {
    /* flex-direction: column; */
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .services-blocks > div {
    margin-bottom: 20px;
  }
  .footer-midle-second {
    align-items: center;
  }
  .footer-button {
    margin: 28px 0 36px 0;
  }
}
@media (max-width: 767px) {
  .services-blocks > div {
    margin-right: 0px;
  }
}
.block-1 {
  background: #4d30ff;
}
.block-2 {
  background: #ff6d30;
}
.block-3 {
  background: #27d583;
}
.block-4 {
  background: #212d3a;
}

.menu-burger__header.open-menu span {
  opacity: 0;
  transition: 0s;
}
.menu-burger__header.open-menu:before {
  transform: rotate(45deg);
  width: 100%;
  top: 16px;
  transition: 0.4s;
}
.menu-burger__header.open-menu:after {
  transform: rotate(-45deg);
  width: 100%;
  bottom: 16px;
  transition: 0.4s;
}
.header-nav.open-menu {
  left: 0;
}
.bottom-burger {
  padding-top: 18px;
  padding-bottom: 22px;
  border-top: 1px solid #f1f1f7;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.bottom-burger > a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 14px;
  align-items: center;
  color: #5b6987;
  text-decoration: none;
}
.bottom-burger > a::after {
  display: inherit;
  margin-left: 3px;
  content: url(../images/header-top-text-arrow.svg);
}
/* .open-menu {
  height: 70%;
} */
.block-text > p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 22px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.block-text > h3 {
  margin-bottom: 9px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
}
@media (min-width: 1400px) {
  .block-text > h3 {
    font-size: 1.375rem;
  }
  .block-text > p {
    font-size: 0.9375rem;
  }
  .services-blocks > div > h2 {
    font-size: 1.3125rem;
  }
  .services-blocks > div > p {
    font-size: 0.9375rem;
  }
  .services-blocks > div > a {
    font-size: 1.125rem;
  }
}
.advantages-blocks > div > img {
  margin-right: 25px;
}
.ddos > .block-text > h3 {
  color: #4d30ff;
}
.a-mail > .block-text > h3 {
  color: #27d583;
}
.quality > .block-text > h3 {
  color: #ff6d30;
}
.advantages,
.news,
.contact-form,
.contacts-form,
.adres,
.pricing-list,
.faq,
.add-services,
.discounts-blocks,
.individual-help {
  margin-bottom: 75px;
}
.services-bg > .advantages {
  margin-bottom: 0;
}
.advantages-blocks > * {
  margin-right: 25px;
}
.advantages-blocks > *:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .title {
    flex-direction: column;
    text-align: center;
  }
  .title div {
    margin-top: 15px;
  }
}
.title h1 {
  font-style: normal;
  font-weight: normal;
  font-size: 2.25rem;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #212d3a;
}
.news-all {
  padding: 10px 0 10px 10px;
  font-size: 1.5rem;
  line-height: 24px;
  letter-spacing: -0.24px;
  text-decoration: none;
  color: #4d30ff;
  text-align: center;
}
.title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.news-blocks > div {
  flex: unset;
  background: #ffffff;
  border: 1px solid #f1f1f7;
  border-radius: 2px;
}
.news-blocks > div:last-child {
  flex: unset;
  background: #ffffff;
  /*border: none;
  border-radius: 0;*/
}
.news-blocks > div > div > a > img {
  max-width: 100%;
}
.news-blocks > div > div > a {
  transition: opacity 0.4s ease;
  opacity: 75%;
}
.news-blocks > div > div > a:hover {
  opacity: 100%;
}
.news-blocks > * {
  margin-right: 25px;
}
.news-blocks > *:last-child,
.news-blocks > *:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .news-blocks {
    flex-direction: column;
    align-items: center;
  }
  .news-blocks > * {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .news-blocks > * > * {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.news-block-1 > a,
.news-block-2 > a,
.news-block-3 > a {
  display: block;
}
.news-block-text {
  margin: 26px 31px 21px 28px;
}
.news-block-text > a > h2 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 32px;
  letter-spacing: -0.24px;
  color: #212d3a;
  transition: color 0.4s ease;
}
.news-block-text > a > h2:hover {
  color: #4d30ff;
}
.news-block-text > h3 {
  font-size: 0.9375rem;
  line-height: 22px;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.news-block-date {
  display: flex;
}
.news-block-date span {
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: -0.24px;
  color: #adb4c3;
}
.news-block-date p {
  margin: 0 7px 0 7px;
  color: #f1f1f7;
}
.news-block-button {
  display: flex;
  margin-top: 12px;
}
.news-block-button {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #4d30ff;
  text-decoration: none;
}
.news-block-button:hover {
  text-decoration: underline #4d30ff;
}
.news-block-button::after {
  display: inherit;
  margin-left: 9px;
  content: url(../images/news-block-button-arrow.svg);
}
.contact-form {
  align-items: center;
}
.form {
  padding: 50px 100px 50px 100px;
  background: #fcfcfe;
  border: 1px solid #f1f1f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 991px) {
  .form {
    display: inline;
    padding: 50px 10px 50px 10px;
    border: none;
    position: relative;
  }
  .form-2 {
    background: none;
  }
  body .container:nth-child(6) {
    background: #fcfcfe;
  }
  /* .contacts-form-end::before {
    content: "";
    background: #fcfcfe;
    position: absolute;
    top: 0;
    left: -8%;
    right: 100%;
    bottom: 0;
  }
  .contacts-form-end::after {
    content: "";
    background: #fcfcfe;
    position: absolute;
    top: 0;
    left: 100%;
    right: -5%;
    bottom: 0;
  } */
  .form-text-1 {
    flex-direction: column;
  }
  .form-text-1 .name {
    margin-bottom: 36px;
    margin-right: 0;
  }
}
.form > h1 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.25rem;
  line-height: 39px;
  letter-spacing: -0.290182px;
  color: #212d3a;
}
.form-text-1 {
  display: flex;
  margin-bottom: 36px;
  width: 100%;
}
.name {
  margin-right: 25px;
  width: 100%;
}
.mail {
  width: 100%;
}
@media (max-width: 1400px) {
  .contacts-form-end .form {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .contacts-form-end .form {
    padding: 50px 10px 50px 10px;
  }
  .form-text-2 {
    width: 100%;
  }
}

.form-text-1 input,
.form-text-2 textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 15px;
  display: flex;
  align-items: center;
  /* color: #adb4c3; */
  padding: 0px 27px 0px 27px;
  width: 375px;
  height: 56px;
  background: #ffffff;
  border: 1px solid #f1f1f7;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.form-text-1 input {
  width: 100%;
}
.message textarea {
  resize: none;
  padding-top: 27px;
  width: 776px;
  height: 125px;
}
.message span {
  font-size: 0.75rem;
  color: #adb4c3;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .message textarea {
    width: 100%;
  }
}
.form-buttons {
  /* max-width: 404px; */
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
}
input:required:valid {
  border-color: green;
}

/* input:invalid:focus {
  border-color: red;
  background: #ffcdcd;
  color: red;
} */
input:focus,
textarea:focus {
  border-color: #1a1a2342;
  /* background: #e3e3fc; */
}
.form-buttons input:last-child {
  margin-top: 25px;
}
.form-submit-button {
  height: 54px;
  width: 100%;
  font-family: "Mazzard";
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 26px;
  letter-spacing: -0.0024em;
  color: #ffffff;
  background: #4d30ff;
  border-radius: 2px;
  border: none;
  outline: none;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.form-submit-button:hover {
  background: #3a1aff;
}
.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 16px;
  color: #212d3a;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1.5px solid #212d3a;
  border-radius: 2px;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.custom-checkbox:checked + label::before {
  border-color: #4d30ff;
  background-color: #4d30ff;
  background-image: url("../images/checkbox.svg");
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #4d30ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
  background-color: #4d30ff;
  border-color: #4d30ff;
}
/* стили для чекбокса, находящегося в фокусе */
/* .custom-checkbox:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
  border-color: #4d30ff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.footer-top > * {
  align-items: center;
}
.footer-top {
  min-height: 125px;
  border-top: 1px solid #f1f1f7;
}
.footer-top h2 {
  font-size: 1.5rem;
  line-height: 36px;
  color: #212d3a;
}
.subscription-input {
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 22px;
  height: 55px;
  width: 435px;
  padding: 0 27px 0 27px;
  background: #fcfcfe;
  border: 1px solid #f1f1f7;
  box-sizing: border-box;
  border-radius: 2px;
  /* -webkit-transition: background, border-color, border, color 0.2s ease-out;
  transition: background, border-color, border, color 0.2s ease-out; */
}
.subscription-button {
  margin-left: 7px;
  width: 55px;
  height: 55px;
  background: #4d30ff;
  border-radius: 2px;
  border: none;
}
.footer-midle {
  /* height: 215px; */
  border-top: 1px solid #f1f1f7;
  padding: 32px 0 30px 0;
}
@media (max-width: 991px) {
  .footer-top > * {
    flex-direction: column;
    align-items: flex-start;
  }
  .subscription-input {
    width: 100%;
    margin-bottom: 40px;
  }
  .subscription-block,
  .subscription-block > div {
    width: 100%;
  }
  .footer-top h2 {
    margin-top: 23px;
    text-align: center;
    font-size: 1.25rem;
    line-height: 26px;
    color: #212d3a;
    margin-bottom: 25px;
  }
  .footer-midle {
    padding: 0;
  }
}
.footer-nav {
  display: flex;
  margin-right: 35px;
}
.footer-nav h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 21px;
  letter-spacing: -0.0024em;
  color: #212d3a;
}
.footer-nav > div {
  margin-right: 50px;
}
.footer-nav > div:last-child {
  margin-right: 0;
}
.footer-nav a {
  font-size: 0.75rem;
  line-height: 17px;
  letter-spacing: -0.0024em;
  color: #5b6987;
  text-decoration: none;
}
.footer-nav a:hover {
  color: rgba(77, 48, 255, 1);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.footer-nav li {
  margin-top: 13px;
}
.footer-contacts > * {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.footer-contacts > *:last-child {
  margin-bottom: 0;
}
.footer-midle-second {
  display: flex;
}
.footer-midle-content {
  display: flex;
  justify-content: space-between;
}
.footer-end {
  margin-left: 31px;
}
@media (min-width: 1400px) {
  .footer-nav a {
    font-size: 0.875rem;
    line-height: 17px;
    letter-spacing: -0.0024em;
    color: #5b6987;
    text-decoration: none;
  }
}
@media (max-width: 1200px) {
  .footer-midle-content {
    flex-direction: column;
  }
  .footer-midle-second {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .footer-midle-start {
    margin-top: 42px;
  }
}
.footer-payments {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .footer-payments {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .footer-midle-second {
    flex-direction: column;
  }
  .footer-end {
    margin-left: 0;
  }
  .footer-contacts {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  /* .footer-midle-second {
    flex-direction: row;
  } */
  .footer-midle-start a {
    display: flex;
    justify-content: center;
  }
  .footer-midle-second > * {
    margin-bottom: 15px;
  }
  .footer-nav {
    flex-direction: column;
    margin-right: 0px;
  }
  .footer-nav h3,
  .footer-nav li {
    text-align: center;
  }
  .footer-nav > div {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-nav > div:last-child {
    margin-bottom: 0;
  }
  .footer-bottom-end {
    margin-top: 10px;
  }
  .footer-contacts > div {
    justify-content: center;
  }
}
.footer-payments {
  width: 185px;
}
.footer-payments > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.footer-payments > div:last-child {
  margin-bottom: 0px;
}
.footer-payments > div > img {
  opacity: 25%;
  pointer-events: all;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}
.footer-payments > div > img:hover {
  opacity: 45%;
  filter: grayscale(0%);
  transition: filter, opacity 0.3s;
}
.footer-bottom {
  border-top: 1px solid #f1f1f7;
  padding: 14px 0 14px 0;
  /* display: flex;
  justify-content: space-between; */
}
/* .footer-bottom > div {
  display: flex;
} */
.footer-bottom-start a {
  font-size: 0.875rem;
  line-height: 22px;
  color: #adb4c3;
  text-decoration: none;
  margin-right: 25px;
}
.footer-bottom-start a:hover {
  color: rgba(77, 48, 255, 1);
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.footer-bottom-start a:last-child {
  margin-right: 0px;
}
.footer-bottom-end {
  display: flex;
  align-items: center;
}
.contacts-icon {
  width: 24px;
  height: 24px;
  fill: #adb4c3;
}
.contacts-icon:hover {
  fill: rgba(77, 48, 255, 1);
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}
.footer-socials > * {
  margin-right: 25px;
  text-decoration: none;
}
.footer-socials > *:last-child {
  margin-right: 0;
}
.footer-bottom-end > *:nth-child(1) {
  margin-right: 25px;
}
@media (max-width: 991px) {
  .number > a,
  .language > span,
  .currency > span {
    font-size: 0.75rem;
  }
}
@media (max-width: 768px) {
  .footer-bottom > div {
    flex-direction: column;
  }
  .footer-bottom-start a {
    margin-right: 0px;
    font-size: 0.75rem;
  }
  .footer-bottom-start a:nth-child(2) {
    margin-top: 10px;
  }
  .footer-button {
    margin: 28px 0 36px 0;
  }
  .footer-bottom-start,
  .footer-bottom-end {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-end > :nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  /* .contacts-form-start,
  .contacts-form-start a {
    text-align: center;
    align-items: center;
  } */
}
.call-us {
  font-size: 2.25rem;
  line-height: 50px;
  color: #212d3a;
  text-align: center;
}
.call-us h1 {
  margin-bottom: 22px;
}
.call-us::after {
  content: url(../images/SoftStar.svg);
  position: absolute;
  left: 75%;
  top: 109px;
  z-index: -1;
}
.call-us::before {
  content: url(../images/Magnet.svg);
  /* background: url(); */
  position: absolute;
  /* width: 398px;
  height: 218px; */
  left: -0px;
  top: 4px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .call-us::before {
    left: -100px;
  }
}
.call-us-button {
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 21px;
  color: #ffffff;
  background: #4d30ff;
  border-radius: 2px;
  padding: 12px 35px 12px 36px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.contacts-form-1,
.contacts-form-2 {
  margin-bottom: 50px;
}
.contacts-form-1 p,
.contacts-form-2 p,
.contacts-form-3 p,
.adres-1 p {
  font-size: 1.0625rem;
  line-height: 21px;
  color: #212d3a;
  margin-bottom: 13px;
  letter-spacing: 0.15em;
}
.contacts-form-1 a:nth-child(2),
.contacts-form-2 a,
.contacts-form-3 a {
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 26px;
  display: flex;
  align-items: center;
  text-decoration-line: underline;
  color: #212d3a;
  margin-bottom: 10px;
}
.contacts-form-2 a {
  margin-bottom: 0;
}
.contacts-form-3 a {
  margin-bottom: 15px;
}
.contacts-form-3 a:last-child {
  margin-bottom: 0;
}
.contacts-form-1 a:nth-child(3) {
  font-size: 0.875rem;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #5b6987;
  text-decoration: none;
}
@media (max-width: 1320px) {
  .contacts-form {
    flex-direction: column-reverse;
  }
  .contacts-form-start {
    margin-top: 50px;
  }
}
.adres-1 a:nth-child(2) {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #212d3a;
  text-decoration: none;
  margin-bottom: 25px;
}
.adres-1 a:nth-child(3) {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 24px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  text-decoration-line: underline;
  color: #4d30ff;
}
.adres-2 iframe {
  width: 840px;
  height: 200px;
}
@media (max-width: 991px) {
  .adres {
    flex-direction: column-reverse;
  }
  .adres-2 {
    width: 100%;
  }
  .adres-2 iframe {
    width: 100%;
    height: 200px;
  }
  .adres-1 {
    margin-top: 15px;
  }
  .call-us::before,
  .call-us::after {
    content: none;
  }
}
.annotation {
  margin-bottom: 75px;
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  flex-wrap: wrap;
}
.annotation img {
  width: 80%;
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .annotation img {
    width: 60%;
  }
}
.annotation::before {
  content: url(../images/Warm.svg);
  /* background: url(); */
  position: absolute;
  left: 0px;
  top: 421px;
  z-index: -1;
}
.annotation::after {
  content: url(../images/Eye.svg);
  /* background: url(); */
  position: absolute;
  left: 85%;
  top: 268px;
  z-index: -1;
}
.annotation div {
  width: 50%;
}
.annotation-text h2,
.vps h1,
.add-services h1,
.discounts h1,
.dedic h1 {
  font-size: 2.25rem;
  line-height: 36px;
  color: #212d3a;
  margin-bottom: 25px;
}
.annotation-text p {
  font-size: 1.125rem;
  line-height: 27px;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.annotation-text blockquote {
  padding: 17px 28px 17px 28px;
  background: #f8faff;
  border-left: 2px solid #4d30ff;
  font-size: 0.9375rem;
  line-height: 23px;
  display: flex;
  align-items: center;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.annotation-date {
  display: flex;
  margin-bottom: 12px;
}
.annotation-date span {
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: -0.24px;
  color: #adb4c3;
}
.annotation-date h6 {
  margin: 0 7px 0 7px;
  color: #f1f1f7;
}
@media (max-width: 991px) {
  .annotation::after,
  .annotation::before {
    content: none;
  }
  .annotation,
  .about,
  .main,
  .call-us,
  .v-hosting,
  .vps,
  .dedic,
  .tarif-setting {
    margin-top: 132px;
  }
  .annotation img,
  .annotation div {
    width: 100%;
  }
  .annotation img {
    margin-bottom: 25px;
  }
  .annotation-text h2,
  .vps h1,
  .add-services h1,
  .discounts h1,
  .dedic h1 {
    font-size: 1.5625rem;
    line-height: 25px;
  }
  .annotation-text p {
    font-size: 0.75rem;
    line-height: 19px;
  }
  .annotation-text blockquote {
    font-size: 0.625rem;
    line-height: 16px;
  }
}
.about::before {
  content: url(../images/Dawn.svg);
  /* background: url(); */
  position: absolute;
  left: 0px;
  top: 289px;
  z-index: -1;
}
.about::after {
  content: url(../images/Smile.svg);
  /* background: url(); */
  position: absolute;
  left: 92%;
  top: 217px;
  z-index: -1;
}
.about-start-text {
  padding-right: 40px;
}
.about-start-text h1 {
  font-size: 2.25rem;
  line-height: 43px;
  display: flex;
  align-items: center;
  color: #212d3a;
  margin-bottom: 25px;
}
.about-start-text p {
  font-size: 1.125rem;
  line-height: 27px;
  /* display: flex;
  align-items: center;
  text-align: justify; */
  color: #5b6987;
  margin-bottom: 40px;
}
.about-start-buttons {
  display: flex;
}
.about-start-buttons a:nth-child(2) {
  margin-left: 25px;
}
.about-button {
  font-family: inherit;
  border: none;
  border-radius: 2px;
  padding: 16px 25px 16px 25px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 21px;
  letter-spacing: -0.0024em;
  background: #4d30ff;
  color: #ffffff;
}
.about-button-2 {
  padding: 16px 60px 16px 60px;
  color: #4d30ff;
  background: #ffffff;
  border: 1px solid #f1f1f7;
}
@media (max-width: 991px) {
  .about::after,
  .about::before {
    content: none;
  }
  .about-start-buttons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-start-buttons a:nth-child(2) {
    margin-left: 10px;
  }
  .about-start-text {
    padding: 0;
  }
  .about-start-text h1 {
    font-size: 2.0625rem;
    line-height: 39px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .about-start-text p {
    font-size: 1rem;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-align: justify;
    color: #5b6987;
    margin-bottom: 40px;
  }
  .about-button {
    font-size: 1rem;
    line-height: 19px;
  }
  .slider {
    margin-top: 50px;
  }
}
@media (max-width: 452px) {
  .about-start-buttons a:nth-child(2) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
  margin-bottom: 25px;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .swiper-container {
    height: auto;
  }
}
.v-hosting {
  font-size: 2.25rem;
  line-height: 50px;
  color: #212d3a;
  text-align: center;
  margin-bottom: 63px;
}
.v-hosting::before {
  content: url(../images/Asterisk.svg);
  position: absolute;
  left: 0px;
  top: 283px;
  z-index: -1;
  right: 65%;
}
@media (max-width: 1400px) {
  .v-hosting::before {
    right: 80%;
  }
}
.v-hosting::after {
  content: url(../images/Infinity.svg);
  position: absolute;
  left: 80%;
  top: 192px;
  z-index: -1;
}
@media (max-width: 991px) {
  .v-hosting::before,
  .v-hosting::after {
    content: none;
  }
}
.v-hosting h1 {
  margin-bottom: 14px;
}
.v-hosting h2 {
  font-size: 1.125rem;
  line-height: 27px;
  align-items: center;
  text-align: center;
  letter-spacing: -0.24px;
  color: #5b6987;
  margin-bottom: 20px;
}
.v-hosting-button {
  font-family: inherit;
  border: none;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 21px;
  letter-spacing: -0.0024em;
  color: #ffffff;
  padding: 16px 44px 16px 44px;
  background: #4d30ff;
}
.pricing-list .price-popular {
  border: 2px solid #4d30ff;
}
.pricing-list > * {
  width: 100%;
}
.tr-services > td:nth-child(3),
.tr-head > td:nth-child(3) {
  background: #fcfcfe;
}
.tr-head td:nth-child(2) {
  border-right: none;
}
.tr-head td:nth-child(4) {
  border-left: none;
}
.tr-backgrounded > td:nth-child(3) {
  border: none;
}
.pricing-list .price-popular button {
  background: #4d30ff;
  color: white;
}
.tr-backgrounded {
  background: #f8faff;
  border-radius: 2px 0px 0px 0px;
}
.tr-backgrounded p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: #212d3a;
}
.tr-backgrounded > td:nth-child(1) {
  padding: 13px 150px 13px 30px;
}
.tr-services span,
.tr-services img {
  margin: auto;
  text-align: center;
  justify-content: center;
  display: flex;
}
.tr-services p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: -0.24px;
  color: #5b6987;
  padding: 25px 0 25px 30px;
}
.td-head {
  position: absolute;
  padding: 5px 19px 5px 19px;
  background: #4d30ff;
  border-radius: 2px;
  top: -15px;
  left: 60px;
  color: #ffffff;
  text-align: center;
}
.tr-head td {
  position: relative;
  text-align: center;
  padding: 28px 41px 16px 41px;
}
td {
  border: 1px solid #f1f1f7;
}
/* .price-standart {
  margin: 28px 41px 16px 41px;
} */
.price-standart h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #212d3a;
  margin-bottom: 7px;
}
.price-standart h4 {
  font-size: 0.6875rem;
  line-height: 9px;
  letter-spacing: -0.24px;
  color: #5b6987;
  margin-bottom: 13px;
}
.price-standart h5 {
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 43px;
  letter-spacing: 0.02em;
  color: #4d30ff;
  margin-bottom: 9px;
}
.price-standart h5 > span {
  font-size: 0.875rem;
  line-height: 17px;
  margin-bottom: 9px;
}
.price-standart a > button {
  font-family: inherit;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  letter-spacing: -0.0024em;
  color: #4d30ff;
  background: #f8faff;
  border-radius: 2px;
  border: none;
  padding: 11px 56px 11px 56px;
  margin-bottom: 15px;
}
.price-standart p {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 12px;
  letter-spacing: -0.0024em;
  color: #9483ff;
}
.price-popular h5 {
  font-weight: 600;
}
@media (max-width: 1400px) {
  .tr-head td {
    padding: 20px 24px 10px 24px;
  }
  .tr-backgrounded > td:nth-child(1) {
    padding: 13px 120px 13px 30px;
  }
  .tr-services p,
  .tr-services span {
    font-size: 0.875rem;
  }
  .tr-backgrounded p {
    font-size: 1rem;
  }
  .td-head {
    left: 45px;
  }
}

.accordion .accordion-item {
  border: 1px solid #f1f1f7;
  border-radius: 4px;
  margin-bottom: 25px;
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item button[aria-expanded="true"] {
  /* border-bottom: 1px solid #03b5d2;
  width: 90%;
  margin: auto; */
}
.accordion .accordion-item button[aria-expanded="true"] .according-button-1 {
  padding: 31px 0px 25px 0px;
}
.accordion button {
  position: relative;
  /* display: block; */
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  padding: 31px 58px 25px 57px;
  color: #7288a2;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  /* color: #03b5d2; */
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  /* color: #03b5d2;
  border: 1px solid #03b5d2; */
}

.accordion button .accordion-title {
  /* padding: 1em 1.5em 1em 0; */
  font-family: "Mazzard", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 20px;
  color: #212d3a;
}
.accordion-start p {
  font-size: 0.875rem;
  line-height: 20px;
  color: #5b6987;
  font-family: Mazzard;
}
.accordion button .icon {
  display: inline-block;
  right: 0;
  transition: transform 0.3s ease-in-out;
}
.accordion button[aria-expanded="true"] {
  color: #03b5d2;
}
.accordion button[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 20em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  border-top: 1px solid #f1f1f7;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 22px;
  letter-spacing: -0.24px;
  color: #5b6987;
  padding: 25px 0;
  margin: 0 57px;
}
@media (max-width: 1400px) {
  .accordion button .accordion-title {
    font-size: 1rem;
  }
  .accordion .accordion-content p {
    font-size: 0.875rem;
  }
}
@media (max-width: 768px) {
  .v-hosting h1 {
    font-size: 1.5rem;
    line-height: 20px;
  }
  .v-hosting h2 {
    font-size: 0.75rem;
    line-height: 18px;
  }
  .v-hosting-button {
    font-size: 0.8125rem;
    line-height: 16px;
  }
  .services > h2,
  .advantages > h1,
  .title > h1,
  .form > h1 {
    font-size: 1.5rem;
    line-height: 32px;
  }
  .block-text > h3 {
    font-size: 1.0625rem;
    line-height: 15px;
  }
  .block-text > p {
    font-size: 0.6875rem;
    line-height: 17px;
  }
  .advantages-blocks > * {
    margin-right: 0px;
  }
  .faq h2 {
    font-size: 1.5rem;
    line-height: 32px;
    text-align: center;
    margin-bottom: 25px;
  }
  .accordion button {
    padding: 21px 27px 17px 27px;
  }
  .accordion button .accordion-title {
    font-size: 0.75rem;
    line-height: 12px;
  }
  .accordion button .icon {
    width: 11px;
  }
  .accordion .accordion-content p {
    font-size: 0.75rem;
    line-height: 15px;
    padding: 17px 0 20px 0;
    margin: 0 27px;
  }
  .faq {
    margin-bottom: 50px;
  }
}

/* .pricing-list-mobile ul#menu li span:hover {
  background-color: #808080;
  transition: 0.3s;
} */
.pricing-list-mobile input {
  display: none;
}
.pricing-list-mobile label {
  font-family: inherit;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 150%;
  color: #adb4c3;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.2s;
  border-bottom: 1px solid #f1f1f7;
}
.pricing-list-mobile input:checked + label {
  border-bottom: 2px solid #4d30ff;
  color: #4d30ff;
  transition: 0.3s;
}
.tabs-1 {
  font-size: 0;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tabs-1 > input[type="radio"] {
  display: none;
}

.tabs-1 > div {
  /* скрыть контент по умолчанию */
  display: none;
  margin: 50px 0;
  font-size: 1rem;
  transition: 0.3s;
  border: 1.36278px solid #f1f1f7;

  border-radius: 2px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#tab-btn-1-1:checked ~ #content-1-1,
#tab-btn-2-1:checked ~ #content-2-1,
#tab-btn-3-1:checked ~ #content-3-1,
#tab-btn-4-1:checked ~ #content-4-1 {
  display: flex;
  transition: 0.3s;
  flex-direction: column;
  align-items: center;
}

.tabs-1 > label {
  user-select: none;
  padding: 2px 6px;
  font-size: 0.9375rem;
  line-height: 150%;
  cursor: pointer;
  position: relative;
  top: 1px;
}
@media (max-width: 354px) {
  .tabs-1 > label {
    font-size: 0.75rem;
    padding: 0;
  }
}

.tabs-1 > label:not(:first-of-type) {
  border-left: none;
}

.tabs-1 > input[type="radio"]:checked + label {
  background-color: #fff;
}

.pricing-list-mobile-content {
  align-items: center;
  display: flex;
  justify-content: center;
}
.col-12 .price-standart {
  text-align: center;
  margin: 38px 0 21px 0;
}
.col-12 .price-standart h3 {
  font-size: 1.5625rem;
  line-height: 25px;
}
.col-12 .price-standart h4 {
  font-size: 0.9375rem;
  line-height: 12px;
}
.col-12 .price-standart h5 {
  font-size: 3.0625rem;
  line-height: 58px;
}
.col-12 .price-standart h5 > span {
  font-size: 1.1875rem;
  line-height: 23px;
}
.col-12 .price-standart a > button {
  font-size: 1.1875rem;
  line-height: 22px;
}
.col-12 .price-standart p {
  font-size: 1rem;
  line-height: 16px;
}
.mobile-price-content {
  width: 100%;
}
.mobile-price-content > div {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 28px 35px 22px 35px;
  border-top: 1px solid #f1f1f7;
}
.mobile-price-content p,
.mobile-price-content span {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 22px;
  letter-spacing: -0.327066px;
  color: #5b6987;
}
.mobile-price-content span {
  color: #212d3a;
}
.tabs-1 > *:nth-child(10) {
  border: 1px solid #4d30ff;
}
.col-12 .price-popular .td-head {
  position: relative;
  /* margin-right: 100px; */
  width: 48%;
  font-size: 1.0625rem;
  left: 40px;
}
.col-12 .price-popular button {
  color: white;
  background: #4d30ff;
}
.col-12 .price-popular .price-standart {
  margin-top: 10px;
}
.add-services h1,
.discounts h1 {
  margin-bottom: 50px;
}
.add-services-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #f1f1f7;
  margin-bottom: 50px;
}
.add-services-line:last-child {
  margin-bottom: 0;
}
.add-services-line p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #212d3a;
}
.add-services-line p span {
  color: #adb4c3;
}
.add-services-line em {
  font-size: 1.125rem;
  line-height: 21px;
  letter-spacing: -0.24px;
  color: #212d3a;
}
.vps::after {
  content: url(../images/Depth.svg);
  position: absolute;
  right: 0;
  top: 248px;
  z-index: -1;
}
.vps::before {
  content: url(../images/Butterfly.svg);
  /* background: url(); */
  position: absolute;
  /* width: 398px;
  height: 218px; */
  left: -0px;
  top: 401px;
  z-index: -1;
}
@media (max-width: 991px) {
  .vps::before,
  .vps::after {
    content: none;
  }
}
.discounts {
  text-align: center;
}
.discounts-blocks {
  display: flex;
  justify-content: center;
}
.discounts-blocks p {
  padding: 25px 40px 20px 40px;
  border: 1px solid #f1f1f7;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.24px;
  color: #212d3a;
}
.discounts-blocks p:nth-child(2) {
  border-right: 0;
  border-left: 0;
}
.dedic::after {
  content: url(../images/party.svg);
  position: absolute;
  right: 0;
  top: 194px;
  z-index: -1;
}
.dedic::before {
  content: url(../images/threeangle.svg);
  /* background: url(); */
  position: absolute;
  /* width: 398px;
  height: 218px; */
  left: -0px;
  top: 494px;
  z-index: -1;
}
@media (max-width: 991px) {
  .dedic::before,
  .dedic::after {
    content: none;
  }
}
.individual-help-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background: #f8faff;
  padding-top: 28px;
  padding-bottom: 28px;
}
/* .individual-help-content,
.individual-help-content > * {
  margin: auto;
} */
.individual-help-content p {
  font-size: 1.5rem;
  line-height: 24px;
  letter-spacing: -0.24px;
  color: #212d3a;
}
.individual-help-content button {
  border: none;
  font-family: inherit;
  background: #4d30ff;
  border-radius: 2px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 21px;
  letter-spacing: -0.0024em;
  color: #ffffff;
  padding: 13px 23px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.select-buttons-1 {
  margin-right: 50px;
}
.select-buttons-1 > * {
  margin: auto;
}
.select-buttons-2 > * {
  margin: auto;
}
.select-buttons-1 p,
.select-buttons-2 p {
  margin-right: 25px;
}
.select-buttons-3 {
  margin-left: auto;
  margin-bottom: 0 !important;
  margin-right: 35px;
}
.country-list-item {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.24px;
  color: #adb4c3;
  padding: 4px 10px;
  border-bottom: 1px solid #f1f1f7;
  cursor: pointer;
}
.country-list-item img,
.vps-tarif-header img {
  height: 18px;
  width: 18px;
}
.country-list-item:hover,
.tabs-triggers__item:hover {
  border-bottom: 2px solid #4d30ff;
  transition: border 0.2s ease-in-out, color 0.2s ease-in-out;
}
.item-active {
  color: #4d30ff;
  border-bottom: 2px solid #4d30ff;
}
.select-buttons > div p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.24px;

  color: #212d3a;
}
/* .tabs > * {
  transition: all 0.9s ease-in-out;
} */
.tabs-triggers {
  display: flex;
}
.tabs-triggers__item {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: -0.24px;
  color: #adb4c3;
  text-align: center;
  padding: 4px 8px;
  text-decoration: none;
  flex-grow: 1;
  border-bottom: 1px solid #f1f1f7;
  cursor: pointer;
}

.tabs-content {
  background: white;
  margin-top: 25px;
}
.tabs-content__item {
  display: none;
  border-radius: 2px;
  border: 1px solid #f1f1f7;
}
.tabs-content__item--active {
  display: block;
}
.tabs-triggers__item--active {
  color: #4d30ff;
  border-bottom: 2px solid #4d30ff;
}
.vps-tarif {
  padding: 34px 49px;
  border-bottom: 1px solid #f1f1f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.vps-tarif:last-child {
  border: none;
}
.vps-tarif-header {
  min-width: 230px;
}
.vps-tarif-header h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.24px;

  color: #212d3a;
}
.vps-tarif-header p {
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: -0.24px;
  color: #adb4c3;
}
.vps-tarif-header p.price-water {
  color: #00a9ff;
  line-height: 0px;
  margin-top: 8px;
}
.vps-tarif-header p.price-note {
  color: #ff6d30;
  line-height: 0px;
  margin-top: 18px;
}
.vps-tarif-header hr {
  border: none;
  width: 95px;
  margin: 13px 0 11px 0;
  border-bottom: 1px solid #f1f1f7;
}
.vps-tarif-header p span {
  color: #5b6987;
}
.vps-price-button {
  text-align: right;
  position: relative;
}
.vps-price {
  display: flex;
  /* margin-bottom: 10px; */
  justify-content: flex-end;
}
.vat {
  font-size: 0.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-top: 5px;
}
.dedicated-price {
  flex-direction: column;
}
.vps-price-button-discount {
  position: absolute;
  left: 30%;
  top: -35px;
  padding: 4px 18px;
  background: #ff6d30;
  color: white;
  border-radius: 0px 0px 2px 2px;
}
.vps-price-button-discount-m {
  padding: 4px 18px;
  background: #ff6d30;
  color: white;
  border-radius: 0px 0px 2px 2px;
  position: absolute;
  top: 0px;
}
.vps-price h5 {
  font-weight: 500;
  font-size: 1.1875rem;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #212d3a;
  margin-right: 6px;
  text-align: center;
}
.vps-price h5:last-child {
  margin-right: 0;
}
.vps-price h5 span {
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 13px;
  letter-spacing: 0.1em;
}
.vps-button button {
  border: none;
  padding: 11px 51px;
  background: #4d30ff;
  border-radius: 2px;
  font-family: inherit;
  font-weight: 500;
  font-size: 1rem;
  line-height: 16px;
  letter-spacing: -0.0024em;
  color: #ffffff;
}
.vps-time {
  margin-top: 9px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: -0.24px;
  color: #adb4c3;
}
.property {
  display: flex;
  align-items: center;
}
.property > * {
  margin-right: 50px;
}
/* .property > *:last-child {
  margin-right: 0px;
} */
.property p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #212d3a;
}
.property span {
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.property hr {
  border: none;
  width: 90%;
  margin: 13px 0 11px 0;
  border-bottom: 1px solid #f1f1f7;
}
@media (max-width: 991px) {
  .select-buttons,
  .select-buttons-1,
  .select-buttons-2,
  .select-buttons-3,
  .vps-tarif {
    flex-direction: column;
  }
  .select-buttons-3 > * {
    margin: auto;
  }
  .vps-price {
    justify-content: center;
  }
  .vps h1,
  .add-services h1 {
    text-align: center;
  }
  .select-buttons-1 {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .select-buttons-3 {
    margin: 20px auto auto !important;
  }
  .select-buttons-1 p,
  .select-buttons-2 p,
  .select-buttons-3 p {
    margin: auto !important;
  }
  .select-buttons > div p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .tabs-triggers__item,
  .country-list-item {
    font-size: 0.75rem;
  }
  .vps-tarif-header h3,
  .property p {
    font-size: 0.875rem;
    text-align: center;
  }
  .add-services-line p,
  .add-services-line em,
  .discounts-blocks p {
    font-size: 1rem;
  }
  .vps-tarif-header h3 {
    font-size: 1.1875rem;
  }
  .add-services-line p {
    margin-bottom: 15px;
  }
  .add-services-line {
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .discounts-blocks {
    flex-direction: column;
  }
  .discounts-blocks p:nth-child(2) {
    border-right: 1px solid #f1f1f7;
    border-left: 1px solid #f1f1f7;
    border-top: 0px;
    border-bottom: 0px;
  }
  .vps-tarif-header p {
    font-size: 0.875rem;
  }
  .vps-tarif-header {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .property > * {
    margin: 20px 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .property {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .vps-price-button-discount {
    top: -327px;
  }
  .individual-help-content p {
    margin-bottom: 20px;
    text-align: center;
  }
  .individual-help-content p {
    font-size: 1.125rem;
  }
  .individual-help-content button {
    font-size: 0.9375rem;
  }
}
.dedic-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dedic-search-input {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 14px;
  padding: 18px 32px;
  background: #fcfcfe;
  border: 1px solid #f1f1f7;
  box-sizing: border-box;
  border-radius: 2px;
  margin-right: 8px;
  width: 330px;
}
.dedic-search-button {
  border: none;
  width: 55px;
  height: auto;
  padding: 0;
  background: #4d30ff;
  border-radius: 2px;
}
.dedic-filter a {
  text-decoration: none;
}
.d-b-icon {
  margin-right: 12px;
}

.tabs-2-triggers {
  display: flex;
}
.tabs-2-triggers__item {
  background: #ffffff;
  border: 1.25px solid #f1f1f7;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 14px 34px;
  display: flex;
  align-items: center;
  stroke: #4d30ff;
}
.tabs-2-triggers__item p {
  font-family: Mazzard;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.308571px;
  color: #4d30ff;
}
.tabs-2-triggers__item--active {
  background: #4d30ff;
  border: 1.25px solid #4d30ff;
  stroke: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tabs-2-triggers__item--active p {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.tabs-2-content__item {
  display: none;
  /* padding: 20px; */
  border-top: 1px solid #f1f1f7;
  margin-top: 25px;
  padding-top: 25px;
}
.tabs-2-content__item--active {
  display: block;
}
.dedic-tarifs {
  background: white;
  border: 1px solid #f1f1f7;
  margin-top: 25px;
  border-radius: 2px;
}
.filters-counts {
  display: flex;
  margin-bottom: 25px;
}
.filters-counts h3 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.308571px;
  margin-right: 25px;
}
.filters-counts a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 18px;
  letter-spacing: -0.308571px;
  text-decoration-line: underline;
  color: #4d30ff;
  cursor: pointer;
}
.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.select {
  margin: 0 auto;
  position: relative;
}
.proc-name .select {
  margin: 0;
}
.select.is-active .select__body {
  display: block;
  z-index: 1;
}
.select__header {
  display: flex;
  border: 1px solid #f1f1f7;
  border-radius: 2px;
  cursor: pointer;
  margin: 0 auto;
  align-items: center;
  background: white;
}
.select__current {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: -0.308571px;
  color: #5b6987;
  padding: 8px;
}
.proc-select__current {
  padding: 14.5px;
}
.select__icon {
  width: 20px;
  height: 20px;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  margin-left: auto;
}
.select__body {
  border: 1px solid #f1f1f7;
  background: #fff;
  border-top: 0;
  border-radius: 0px 0px 2px 2px;
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 100%;
}
.select__item {
  padding: 8px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: -0.308571px;
  color: #5b6987;
  cursor: pointer;
}
.select__item:hover {
  background: #f2f2f2;
}
/* .filters > * {
  margin: 0 auto;
} */
.filters > div > p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 14px;
  letter-spacing: -0.308571px;
  color: #212d3a;
  margin-bottom: 12px;
}
.select__icon .icon {
  width: 8px;
  height: 4px;
}
.price-controls input,
.ram-controls input,
.cores-controls input {
  border: none;
  width: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  font-family: inherit;
  text-align: center;
  letter-spacing: -0.308571px;
  color: #5b6987;
}
.ram-controls input {
  width: 30px;
}
.cores-controls input {
  width: 16px;
}
.price-controls span,
.ram-controls span,
.cores-controls span {
  font-size: 0.875rem;
  line-height: 14px;
  letter-spacing: -0.308571px;
  color: #adb4c3;
  padding-right: 7px;
  border-right: 2px solid #f1f1f7;
}
.price-controls span:last-child,
.ram-controls span:last-child,
.cores-controls span:last-child {
  font-weight: 500;
  color: #5b6987;
  border-right: 0;
}
.price-start,
.ram-start,
.cores-start {
  margin-right: 10px;
}
.price-start,
.price-end,
.ram-start,
.ram-end,
.cores-start,
.cores-end {
  padding: 6px 12px 5px 12px;
  display: flex;
  align-items: center;
  border: 1px solid #f1f1f7;
  border-radius: 2px;
}
.filters > div {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .dedic-nav {
    justify-content: center;
  }
  .dedic-search-input {
    width: 80%;
  }
  .filters-counts {
    justify-content: space-between;
  }
  .filters-counts h3,
  .filters-counts a {
    font-size: 0.8125rem;
  }
  .filters > div > p {
    font-size: 0.75rem;
  }
  .filters > div {
    margin-bottom: 15px;
    text-align: center;
  }
  .dedic-tarifs .property {
    justify-content: space-around;
  }
}
.form__error {
  color: #e01f3d;
  display: block;
  font-size: 0.75rem;
  line-height: 15px;
  margin: 10px 0 0;
  display: none;
}
.form-text-1 mail {
  color: #fff;
}
input:invalid:not(:placeholder-shown) {
  border-color: #e01f3d;
  background: #f7d0d7;
  color: #e01f3d;
}
.form-text-1 input:valid:not(:placeholder-shown) {
  border-color: green;
  background: url("../images/check.svg") no-repeat 95% 50%;
  background-color: #f8faff;
  background-size: 20px;
  transition: none;
  transition: border-color, background-color 0.2s ease-in-out;
  transition: background 0.55s opacity, 0.55s visibility;
}
.form-text-1 input:invalid:not(:placeholder-shown) + .form__error {
  display: block;
}
.setting-services > *,
.settings-addition-block > * {
  margin-bottom: 50px;
}
.setting-start {
  width: 50%;
  background: white;
}
.setting-end {
  width: 47%;
}
.name-and-proc {
  display: flex;
}
.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-item input {
  display: none;
}
.tarif-setting {
  display: flex;
  justify-content: space-between;
}
.tarif-setting div h1 {
  font-size: 2.25rem;
  line-height: 43px;
  color: #212d3a;
  margin-bottom: 25px;
}
.setting-annotation {
  border: 1px solid #f1f1f7;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 32px 35px;
  width: 320px;
  margin-bottom: 25px;
}
.setting-annotation h2 {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 21px;
  color: #212d3a;
  margin-bottom: 12px;
}
.setting-annotation li {
  font-size: 0.75rem;
  line-height: 20px;
  color: #5b6987;
}
.setting-total-price {
  border: 1px solid #f1f1f7;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 42px 57px;
  background: white;
}
.setting-total-price > *,
.setting-total-price h2,
.server-name h2,
.proc-name h2 {
  margin-bottom: 25px;
}
.setting-total-price > *:last-child {
  margin-bottom: 0;
}
.setting-total-price hr {
  border: none;
  margin: 11.5px 0;
  border-bottom: 1px solid #f1f1f7;
}
.tarif-price,
.extra-services > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.setting-total-price h2,
.server-name h2,
.proc-name h2,
.settings-addition-block h2 {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 28px;
  color: #212d3a;
}
.setting-total-price h3 {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.setting-total-price p {
  font-size: 0.875rem;
  line-height: 14px;
  letter-spacing: -0.24px;
  color: #5b6987;
}

.radio {
  margin: 12px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.radio input {
  display: none;
}
.radio input + span {
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.radio input + span em {
  font-weight: normal;
  color: #adb4c3;
}
.radio input + span:not(:empty) {
  padding-left: 30px;
}
.radio input + span:before,
.radio input + span:after {
  content: "";
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}
.radio input + span:before {
  background: #f1f1f7;
  transition: background 0.2s ease,
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}
.radio input + span:after {
  background: #fff;
  transform: scale(0.78);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}
.radio input:checked + span:before {
  transform: scale(1.04);
  background: #4d30ff;
}
.radio input:checked + span:after {
  transform: scale(0.53);
  transition: transform 0.3s ease;
}
.radio:hover input + span:before {
  transform: scale(0.92);
}
.radio:hover input + span:after {
  transform: scale(0.74);
}
.radio:hover input:checked + span:after {
  transform: scale(0.53);
}
.total-price-4 a button {
  border: none;
  background: #4d30ff;
  border-radius: 2px;
  padding: 15px 100px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 16px;
  width: 100%;
  text-align: center;
  letter-spacing: -0.0024em;
  color: #ffffff;
}
.server-name {
  margin-right: 25px;
}
.server-name-input {
  padding: 13px 20px;
  border: none;
  background: #fcfcfe;
  border: 1px solid #f1f1f7;
  border-radius: 2px;
  font-family: inherit;
  font-size: 0.875rem;
  line-height: 14px;
  letter-spacing: -0.24px;
  color: #adb4c3;
  min-width: 200px;
  max-width: 310px;
  width: auto;
}

.setting-accordion {
  display: flex;
  justify-content: space-between;
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 0 0 18px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #f1f1f7;
  border-width: 50%;
  text-align: left;
  outline: none;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 28px;
  color: #212d3a;
}
.setting-accordion em {
  font-size: 1.125rem;
  line-height: 21px;
  letter-spacing: -0.0024em;
  color: #adb4c3;
}
.setting-accordion div {
  display: flex;
  align-items: center;
}
.setting-accordion p {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  letter-spacing: -0.362133px;
  text-decoration-line: underline;
  color: #5b6987;
  margin-right: 18px;
}
.setting-accordion .icon {
  transition: transform 0.4s ease-in-out;
}
/* .active,
.setting-accordion:hover {
  background-color: #ccc;
} */

.ico::before {
  /*content: "Показать";*/
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  letter-spacing: -0.362133px;
  text-decoration-line: underline;
  color: #5b6987;
  margin-right: 18px;
}

.ico:lang(ru)::before {
  content: "Показать";
}

.ico:lang(en)::before {
  content: "Show";
}

.ico:lang(uk)::before {
  content: "Показати";
}

.active .icon {
  transform: rotate(180deg);
}
.active .ico:lang(ru)::before {
  content: "Скрыть";
}

.active .ico:lang(en)::before {
  content: "Hide";
}

.active .ico:lang(uk)::before {
  content: "Приховати";
}

.panel {
  /* padding: 0 18px; */
  margin: 20px 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.disk-checkbox p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.24px;
  color: #5b6987;
}
.disk-checkbox {
  /* display: block; */
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;

  cursor: pointer;
  font-size: 1.375rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disk-select {
  margin-bottom: 10px;
  display: flex;
}
/* Hide the browser's default checkbox */
.disk-select > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1.5px solid #f1f1f7;
  background-color: #ffffff;
  transition: 0.2s ease-in-out;
}

/* On mouse-over, add a grey background color */
.disk-checkbox:hover input ~ .checkmark {
  background-color: rgb(250, 250, 250);
}

/* When the checkbox is checked, add a blue background */
.disk-select input:checked ~ label .checkmark {
  background-color: #4d30ff;
  border-radius: 2px;
  border: 1.5px solid #4d30ff;
}
.disk-select input:checked ~ .disk-count {
  opacity: 1;
  z-index: 0;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.disk-select input:checked ~ label .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.disk-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-2 {
  width: auto;
  display: flex;
}

.tarif-setting::after {
  content: url(../images/party.svg);
  position: absolute;
  right: 0;
  top: 194px;
  z-index: -1;
}
.tarif-setting::before {
  content: url(../images/threeangle.svg);
  /* background: url(); */
  position: absolute;
  /* width: 398px;
  height: 218px; */
  left: -0px;
  top: 494px;
  z-index: -1;
}
@media (max-width: 991px) {
  .tarif-setting::before,
  .tarif-setting::after {
    content: none;
  }
}
.radio-container-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-family: inherit;
  border: 1px solid #f1f1f7;
  border-radius: 2px;
}
.radio-container-2 * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.radio-container-2 .radio-btn {
  border-right: 1px solid #f1f1f7;
  overflow: hidden;
}
.radio-container-2 .radio-btn:last-child {
  border-right: 0px;
}
/* .radio-container-2 .radio-btn.nth-2 {
  width: calc(50% - 1px);
} */
.radio-container-2 .radio-btn.nth-3 {
  width: calc(33.3333% - 1.4px);
}
.radio-container-2 .radio-btn.nth-4 {
  width: calc(25% - 1.5px);
}
.radio-container-2 .radio-btn label {
  background-color: transparent;
  color: #000;
  display: block;
  padding: 9px 12px;
  text-align: center;
}
.radio-container-2 .radio-btn input {
  display: none;
}
.radio-container-2 .radio-btn input:checked + label {
  background-color: #4d30ff;
  color: #fff;
}
input[type="range"] {
  -webkit-appearance: none;
}
/* input[type="range"] {
  height: 22px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
} */
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #f1f1f7;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #5b6987;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #f1f1f7;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #f1f1f7;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #5b6987;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #f1f1f7;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type="range"]::-ms-fill-upper {
  background: #f1f1f7;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 16px;
  border-radius: 25px;
  background: #5b6987;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #f1f1f7;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #f1f1f7;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:invalid:not(:placeholder-shown) {
  color: #e01f3d;
  background: none;
}
.range-button {
  border: 1px solid #f1f1f7;
  display: flex;
  align-items: center;
  width: auto;
  border-radius: 2px;
  padding: 8px;
}
.range-button button {
  border: none;
  border-right: 2px solid #f1f1f7;
  background: white;
  padding: 0 7px 0 6px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.308571px;
  color: #adb4c3;
  font-family: inherit;
}
.disk-count {
  border: 1px solid #f1f1f7;
  display: flex;
  align-items: center;
  width: auto;
  border-radius: 2px;
  padding: 6px;
  max-height: 32px;
  margin-left: 25px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.disk-count button {
  border: none;
  border-right: 2px solid #f1f1f7;
  background: white;
  padding: 0 7px 0 6px;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 18px;
  letter-spacing: -0.308571px;
  color: #adb4c3;
  font-family: inherit;
}
.disk-count input {
  border: none;
  padding: 0 3px;
  width: 20px;
  text-align: center;
  font-family: inherit;
  color: #5b6987;
}
.disk-count button:last-child {
  border-right: 0;
  border-left: 2px solid #f1f1f7;
  padding: 0 6px 0 7px;
}
.counter-button:last-child {
  border-right: 0;
  border-left: 2px solid #f1f1f7;
  padding: 0 6px 0 7px;
}
.range-button input {
  border: none;
  padding: 0 3px;
  width: 20px;
  text-align: center;
  font-family: inherit;
  color: #5b6987;
}
.ip-range > input {
  margin-right: 25px;
}
.settings-addition-block {
  margin-top: 50px;
}
.addition-block-item {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f7;
}
.addition-button p {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 16px;
  letter-spacing: -0.362133px;
  text-decoration-line: underline;
  color: #4d30ff;
  margin-left: 12px;
}
@media (max-width: 766px) {
  .filters {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .dedic-search {
    margin-bottom: 15px;
  }
  .tarif-setting {
    flex-direction: column-reverse;
  }
  .setting-start,
  .setting-end {
    width: auto;
  }
  .setting-total-price {
    padding: 22px 17px;
  }
  .setting-total-price h2,
  .server-name h2,
  .proc-name h2,
  .settings-addition-block h2 {
    font-size: 0.875rem;
    line-height: 18px;
  }
  .setting-total-price h3 {
    font-size: 0.75rem;
    line-height: 16px;
  }
  .setting-total-price p,
  .radio input + span {
    font-size: 0.75rem;
    line-height: 12px;
  }
  .radio,
  .radio input + span {
    align-items: center;
    display: flex;
  }
  .total-price-4 a button {
    font-size: 0.875rem;
    padding: 10px;
  }
  .radio input + span::before,
  .radio input + span::after {
    content: "";
    width: 15px;
    height: 15px;
    top: 4px;
  }
  .radio input + span em {
    margin-left: 4px;
  }
  .tarif-setting div h1 {
    font-size: 1.5625rem;
    line-height: 25px;
    text-align: center;
  }
  .setting-start {
    margin-top: 25px;
  }
  .setting-annotation {
    width: auto;
  }
  .name-and-proc {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .server-name {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .setting-accordion em {
    font-size: 0.8125rem;
    line-height: 14px;
  }
  .setting-accordion {
    font-size: 0.9375rem;
  }
  .ico::before {
    font-size: 0.75rem;
  }
  .panel p {
    font-size: 0.875rem;
  }
  .addition-button p {
    font-size: 0.8125rem;
  }
  .accordion-start p {
    font-size: 0.625rem;
  }
  .price-start,
  .price-end,
  .ram-start,
  .ram-end,
  .cores-start,
  .cores-end {
    justify-content: center;
  }
  .price-controls,
  .ram-controls,
  .cores-controls {
    justify-content: center;
  }
  .country-list-item img,
  .vps-tarif-header img {
    height: 12px;
    width: 12px;
  }
  .dedic-nav {
    flex-direction: column;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  html {
    font-size: 15px;
  }
}
.order_groups button {
  padding: 11px 25px;
}
.order_groups a:first-child button {
  border-radius: 2px 0 0 2px;
  border-right-color: white;
  border-right-width: 0.6px;
  border-right-style: dashed;
}
.order_groups a:last-child button {
  border-radius: 0 2px 2px 0;
  border-left-color: white;
  border-left-width: 0.6px;
  border-left-style: dashed;
}
.order_groups a:not(:first-child):not(:last-child) button {
  border-radius: 2px 2px 2px 2px;
  border-right-color: white;
  border-right-width: 0.6px;
  border-right-style: dashed;
  border-left-color: white;
  border-left-width: 0.6px;
  border-left-style: dashed;
}
.order_groups_amd {
  background: #ed1c24 !important;
}
.order_groups_amd:hover {
  background: #d31b21 !important;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.order_groups_intel {
  background: #127cc1 !important;
}
.order_groups_intel:hover {
  background: #106ca9 !important;
  -webkit-transition: background 0.2s ease-out, color 0.2s ease-out;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}

.about-start-text ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 2.5em;
  margin-bottom: 40px;
}

.about-start-text ul {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 2.5em;
  margin-bottom: 40px;
}

li > ol,
li > ul {
  margin-bottom: unset !important;
}

.about-start-text li {
  font-size: 1.125rem;
  line-height: 27px;
  color: #5b6987;
}
