@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --white: #ffffff;
  --dark: #0b1634;
  --dark-blue: #14265a;
  --blue: #1a3378;
  --navy-blue: #2d59a3;
  --sky-blue: #47cfed;
  --light-blue: #edf2ff;

  --royal-blue: #2d58ce;
  --link: #2d58ce;

  --lilac: #c6c5f7;
  --purple: #dd97f7;

  --yellow: #ffdf52;
  --green: #6bd171;

  --text-mutted: #1a6378;

  --font-primary: "Inter", sans-serif;
  --font-title: "Montserrat", sans-serif;
}

section,
button,
input,
textarea {
  font-family: var(--font-primary);
}

button {
  border: none;
  cursor: pointer;
}

body {
  /* color: var(--blue); */
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

:root {
  --spacing-level1: 60px;
  --spacing-level2: 50px;
  --spacing-level3: 30px;
  --spacing-level4: 20px;
  --spacing-level5: 20px;
}

.section {
  margin-top: var(--spacing-level1);
  margin-bottom: var(--spacing-level1);
}

.section--inner {
  padding-top: var(--spacing-level1);
  padding-bottom: var(--spacing-level1);
  margin-top: 0;
  margin-bottom: 0;
}

.h2-heading {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(1.688rem, 1.705vw + 1.347rem, 2.625rem);
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  :root {
    --spacing-level1: 80px;
    --spacing-level2: 60px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --spacing-level1: 120px;
    --spacing-level2: 80px;
    --spacing-level3: 40px;
    --spacing-level4: 30px;
  }

  .container {
    padding: 0 15px;
  }
}

.dedic-new {
  /* font-family: var(--font-primary); */
}

/*   hero-dedic   */

.hero-dedic {
  padding: 80px 0;
  background-color: var(--blue);
  background-image: url(../images/page-dedicated/bg-pattern.svg);
  background-size: 100% auto;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.hero-dedic__content {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero-dedic__info {
  width: 696px;
  flex-shrink: 0;
}

.hero-dedic__title {
  font-family: var(--font-title);
  font-size: 46px;
  font-weight: 650;
  line-height: 1.2;
  color: var(--yellow);
}

.hero-dedic__text {
  font-size: 20px;
  font-weight: 350;
  line-height: 30px;
  color: var(--white);
  margin: 30px 0 50px;
}

.hero-dedic__image {
  display: inline-block;
  width: 644px;
  height: 384px;
}

.hero-dedic__picture {
  flex-grow: 1;
}

.hero-dedic__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  font-size: 20px;
  font-weight: 500;
  color: var(--dark-blue);
  height: 60px;
  background-color: var(--green);
  padding: 0 40px;
  border-radius: 12px;
  text-decoration: none;
}

/*   End hero-dedic   */

/*   os-block   */

div.os-block {
  margin: 120px 0;
}

.os-block__title {
  color: #1a3378;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 50px;
}

.os-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px -20px;
}

.os-block__item {
  width: calc(25% - 20px);
  background: #edf2ff;
  padding: 30px;
  margin: 0 10px 20px;
  border-radius: 15px;
  transition: background-color 0.2s ease-out, transform 0.2s ease-out, box-shadow 0.2s ease-out, border-color 0.3s linear;
}

.os-block__item:hover {
  transform: translateY(-4px);
  background-color: #fff;
  box-shadow: 0 15px 20px rgba(26, 51, 120, 0.08);
  /*border-color: #fff;*/
}

.os-block__icon {
  display: block;
  height: 50px;
  margin-bottom: 20px;
}

.os-block__label {
  color: #1a3378;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.os-block__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #1a3378;
}

@media screen and (max-width: 1000px) {
  .os-block__item {
    width: calc(33.33% - 20px);
  }
}

@media screen and (max-width: 767px) {
  .os-block__item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .os-block__item {
    width: calc(100% - 20px);
  }
}

/*   end os-block   */

/*   server-bullet   */

.server-bullet {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #dddcfa;
  padding: 50px 0;
  margin-bottom: 50px;
}

.server-bullet:before {
  left: -70px;
  border-radius: 50px 0 0 50px;
}

.server-bullet:after {
  right: -70px;
  border-radius: 0 50px 50px 0;
}

.server-bullet:before,
.server-bullet:after {
  position: absolute;
  top: 0;
  display: block;
  width: 70px;
  height: 100%;
  background: #dddcfa;
  content: "";
}

.server-bullet__col {
  position: relative;
  width: calc(50% - 30px);
}

.server-bullet__col:last-child:before {
  position: absolute;
  left: -30px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}

.server-bullet__title {
  font-size: 22px;
  font-weight: 500;
  color: #1a3378;
  line-height: 1.2;
  margin-bottom: 30px;
}

.server-bullet__item {
  display: flex;
  line-height: 1.5;
  color: #1a3378;
  margin-bottom: 15px;
}

.server-bullet__item:before {
  flex-shrink: 0;
  display: block;
  width: 23px;
  height: 16px;
  background: url("../../img/check-icon3.svg") 0 0 no-repeat;
  margin-right: 15px;
  content: "";
}

.server-bullet__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .server-bullet {
    display: block;
    padding: 30px 0;
  }

  .server-bullet__col {
    width: auto;
  }

  .server-bullet__col:not(:last-child) {
    margin-bottom: 30px;
  }
}

/*  end server-bullet   */

/*   server-benefits   */

.server-benefits {
  margin: 100px 0 50px;
}

.server-benefits__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.server-benefits__list {
  display: flex;
  flex-wrap: wrap;
}

.server-benefits__item {
  display: flex;
  align-items: center;
  width: 25%;
  margin-bottom: 40px;
}

.server-benefits__icon {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  margin-right: 20px;
}

.server-benefits__icon img {
  display: block;
}

.server-benefits__num {
  position: absolute;
  right: -5px;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background: #5bc75b;
  border-radius: 50%;
}

.server-benefits__name {
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 1199px) {
  .server-benefits {
    margin: 70px 0;
  }

  .server-benefits__list {
    margin-bottom: -40px;
  }
}

@media screen and (max-width: 1100px) {
  .server-benefits__head {
    flex-direction: column;
  }

  .server-benefits__item {
    flex-direction: column;
    justify-content: center;
  }

  .server-benefits__icon {
    margin: 0 auto 15px;
  }

  .server-benefits__name {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .server-benefits__list {
    justify-content: center;
  }

  .server-benefits__item {
    width: 33.33%;
  }
}

@media screen and (max-width: 530px) {
  .server-benefits__list {
    margin-bottom: -30px;
  }

  .server-benefits__item {
    justify-content: flex-start;
    width: 50%;
    margin-bottom: 30px;
  }

  .server-benefits__name {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .server-benefits {
    margin: 50px 0;
  }
}

/*   end server-benefits   */

/*   server-pluses   */

.server-pluses {
  display: flex;
  align-items: center;
}

.server-pluses__item {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.server-pluses__item:last-child {
  margin-right: 0;
}

.server-pluses__icon {
  margin-right: 15px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .server-pluses__item {
    flex-direction: column;
  }

  .server-pluses__icon {
    margin: 0 auto 15px;
  }

  .server-pluses__text {
    text-align: center;
  }
}

@media screen and (max-width: 530px) {
  .server-pluses {
    width: 100%;
    flex-direction: column;
  }

  .server-pluses__item {
    flex-direction: row;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .server-pluses__item:last-child {
    margin-bottom: 0;
  }

  .server-pluses__icon {
    margin: 0 15px 0 0;
  }

  .server-pluses__text {
    text-align: left;
  }
}

/*   server-title   */

.server-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #1a3378;
}

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

.server-title--benefits {
  max-width: 350px;
}

.server-title--data {
  margin-bottom: 20px;
}

.server-title--tariff {
  text-align: center;
  margin-bottom: 30px;
}

.server-title--gallery {
  margin-bottom: 50px;
}

.server-title--gallery span {
  color: #2b468d;
}

@media screen and (max-width: 1199px) {
  .server-title--gallery {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1100px) {
  .server-title--benefits {
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .server-title--benefits br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .server-title--brand {
    text-align: center;
  }

  .server-title--brand br {
    display: none;
  }

  .server-title--data br {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .server-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .server-title--gallery {
    margin-bottom: 30px;
  }
}

/*   end server-title   */

/*   server-brand   */

.server-brand {
  margin-top: 100px;
  margin-bottom: 50px;
}

.server-brand__head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.server-brand__desc {
  position: relative;
  font-size: 22px;
  color: #1a3378;
  line-height: 1.3;
  margin-left: 60px;
}

.server-brand__desc:after {
  position: absolute;
  top: calc(50% - 30px);
  left: -30px;
  width: 2px;
  height: 60px;
  background: #dddcfa;
  content: "";
}

.server-brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.server-brand__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16.66% - 13px);
  height: 120px;
  background: #edf2ff;
  border-radius: 15px;
}

.server-brand__image {
  display: block;
}

@media screen and (max-width: 1199px) {
  .server-brand {
    margin: 70px 0;
  }
}

@media screen and (max-width: 992px) {
  .server-brand__head {
    display: block;
  }

  .server-brand__desc:after {
    display: none;
  }

  .server-brand__desc {
    margin: 15px auto 0;
    text-align: center;
  }

  .server-brand__list {
    margin-bottom: -20px;
  }

  .server-brand__item {
    width: calc(33.33% - 14px);
    height: 150px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  .server-brand__item {
    width: calc(50% - 8px);
    height: 130px;
  }

  .server-brand__desc {
    font-size: 19px;
    line-height: 130%;
  }
}

@media screen and (max-width: 480px) {
  .server-brand {
    margin: 50px 0;
  }
}

/*   end server-brand   */

/********* QA ********/

.qa__heading {
  color: var(--blue);
  text-align: center;
  margin-bottom: var(--spacing-level2);
}

.qa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  gap: 60px;
}

.qa__list {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qa__item {
  position: relative;
  background-color: var(--light-blue);
  border: 2px solid var(--light-blue);
  border-radius: 14px;
  margin-bottom: 15px;
  overflow: hidden;

  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.qa__item:last-child {
  margin-bottom: 0;
}

.qa__item._open {
  border-color: var(--blue);
  background-color: var(--blue);
}

.qa__title {
  position: relative;
  color: var(--blue);
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  padding: 20px 70px 20px 80px;
  cursor: pointer;

  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.qa__title::before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 18px;
  width: 39px;
  height: 30px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 39 30"><path fill="%23C574E3" d="M.3 5a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v17.94L38.53 30H5.3a5 5 0 0 1-5-5z"/><path fill="%23EDF2FF" d="M16.94 18.49h-3.46q0-1.05.14-1.87.16-.82.54-1.47.37-.66 1-1.21.58-.47.99-.9.4-.45.62-.89.22-.45.22-.95 0-.63-.18-1.03a1.2 1.2 0 0 0-.52-.59q-.32-.2-.86-.2-.41 0-.8.2-.35.2-.58.64-.23.43-.26 1.12H9.7a5.3 5.3 0 0 1 .8-2.92q.77-1.12 2.05-1.65a8 8 0 0 1 2.88-.53q1.77 0 3.03.54 1.27.54 1.95 1.62.67 1.05.67 2.62 0 1.04-.4 1.8-.38.78-1.04 1.43t-1.47 1.4q-.7.61-.95 1.26-.25.63-.28 1.58m-3.96 3.67q0-.87.63-1.45.63-.6 1.63-.6t1.63.6.63 1.45-.63 1.46a2.3 2.3 0 0 1-1.63.58 2.3 2.3 0 0 1-1.63-.58q-.63-.6-.63-1.46"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 30px;

  -webkit-transition: background-image 0.25s;
  -o-transition: background-image 0.25s;
  transition: background-image 0.25s;
}

.qa__item._open .qa__title::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 39 30"><path fill="%23EDF2FF" d="M.3 5a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v17.94L38.53 30H5.3a5 5 0 0 1-5-5z"/><path fill="%231A3378" d="M16.94 18.49h-3.46q0-1.05.14-1.87.16-.82.54-1.47.37-.66 1-1.21.58-.47.99-.9.4-.45.62-.89.22-.45.22-.95 0-.63-.18-1.03a1.2 1.2 0 0 0-.52-.59q-.32-.2-.86-.2-.41 0-.8.2-.35.2-.58.64-.23.43-.26 1.12H9.7a5.3 5.3 0 0 1 .8-2.92q.77-1.12 2.05-1.65a8 8 0 0 1 2.88-.53q1.77 0 3.03.54 1.27.54 1.95 1.62.67 1.05.67 2.62 0 1.04-.4 1.8-.38.78-1.04 1.43t-1.47 1.4q-.7.61-.95 1.26-.25.63-.28 1.58m-3.96 3.67q0-.87.63-1.45.63-.6 1.63-.6t1.63.6.63 1.45-.63 1.46a2.3 2.3 0 0 1-1.63.58 2.3 2.3 0 0 1-1.63-.58q-.63-.6-.63-1.46"/></svg>');
}

.qa__title::after {
  content: "";
  display: block;
  width: 23px;
  height: 9px;
  position: absolute;
  right: 25px;
  top: calc(50% - 3px);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 10"><path stroke="%232D59A3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="m2 2 10 6 10-6"/></svg>');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 9px;

  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.qa__item._open .qa__title::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);

  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 10"><path stroke="%23EDF2FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.8" d="m2 2 10 6 10-6"/></svg>');
}

.qa__item._open .qa__title {
  color: var(--light-blue);
}

.qa__desc {
  display: none;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  background-color: var(--light-blue);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 39 30"><path fill="%23C574E3" d="M0 5a5 5 0 0 1 5-5h20a5 5 0 0 1 5 5v17.94L38.23 30H5a5 5 0 0 1-5-5z"/><path fill="%23EDF2FF" d="m16.49 7.08-.47 10.7h-2.94l-.46-10.7zM12.52 21.1q0-.77.56-1.29t1.45-.52a2 2 0 0 1 1.44.52q.56.52.56 1.3 0 .75-.56 1.3-.55.5-1.44.5-.9 0-1.45-.5a1.7 1.7 0 0 1-.56-1.3"/></svg>');
  background-position: 25px 22px;
  background-repeat: no-repeat;
  background-size: auto 30px;
  margin: 0 2px 2px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;

  -webkit-transition: max-height 0.25s ease, opacity 0.25s ease;
  -o-transition: max-height 0.25s ease, opacity 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.25s ease;
}

.qa__desc > div {
  padding: 25px 70px 25px 85px;
}

.qa__item._open .qa__desc {
}

.qa__desc p:not(:last-child) {
  margin-bottom: 15px;
}

.qa__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;

  display: none;
  width: 300px;
}

.qa__illustration {
  display: block;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .qa__aside {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .qa__content {
    gap: 40px;
  }

  .qa__aside {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
  }

  .qa__list {
    -ms-flex-preferred-size: calc(100% - 400px);
    flex-basis: calc(100% - 400px);
  }
}

@media screen and (max-width: 992px) {
  .qa__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    gap: 0;
  }
}

@media screen and (max-width: 480px) {
  .qa__image {
    display: block;
    max-width: 260px;
    margin: 0 auto 40px;
  }

  .qa__item {
    border-radius: 8px;
    margin-bottom: 10px;
  }

  .qa__title {
    font-size: 17px;
    line-height: 22px;
    padding: 15px 70px 15px 20px;
  }

  .qa__title::before {
    display: none;
  }

  .qa__title::after {
    right: 15px;
    background-size: auto 7px;
  }

  .qa__desc {
    font-size: 17px;
    background: var(--light-blue);
    border-radius: 0 0 6px 6px;
  }

  .qa__desc > div {
    padding: 20px;
  }
}

/********* End QA ********/

/********* server-ps-text ********/

.server-ps-text .user-text {
  position: relative;
  margin-top: 0;
  padding: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--blue);
  border: 4px solid var(--lilac);
  border-radius: 30px;
}

.server-ps-text .user-text::before {
  display: none;
}

.server-ps-text .user-text__full {
  margin-top: 0;
}

.server-ps-text .user-text h2,
.server-ps-text .user-text h3,
.server-ps-text .user-text h4 {
  font-weight: 600;
  line-height: 1.4;
  color: var(--blue);
  font-family: var(--font-title);
}

.server-ps-text .user-text li::marker {
  color: var(--link);
}

/********* server-ps-text End ********/
