@-ms-viewport {
  width: device-width
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar
}
*,
::after,
::before {
  box-sizing: inherit
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:561px) {
  .container {
    max-width: 720px
  }
}
@media (min-width:1025px) {
  .container {
    max-width: 960px
  }
}
@media (min-width:1281px) {
  .container {
    max-width: 930px
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12
}
.offset-1 {
  margin-left: 8.333333%
}
.offset-2 {
  margin-left: 16.666667%
}
.offset-3 {
  margin-left: 25%
}
.offset-4 {
  margin-left: 33.333333%
}
.offset-5 {
  margin-left: 41.666667%
}
.offset-6 {
  margin-left: 50%
}
.offset-7 {
  margin-left: 58.333333%
}
.offset-8 {
  margin-left: 66.666667%
}
.offset-9 {
  margin-left: 75%
}
.offset-10 {
  margin-left: 83.333333%
}
.offset-11 {
  margin-left: 91.666667%
}
@media (min-width:768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.333333%
  }
  .offset-sm-2 {
    margin-left: 16.666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.333333%
  }
  .offset-sm-5 {
    margin-left: 41.666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.333333%
  }
  .offset-sm-8 {
    margin-left: 66.666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.333333%
  }
  .offset-sm-11 {
    margin-left: 91.666667%
  }
}
@media (min-width:561px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.333333%
  }
  .offset-md-2 {
    margin-left: 16.666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.333333%
  }
  .offset-md-5 {
    margin-left: 41.666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.333333%
  }
  .offset-md-8 {
    margin-left: 66.666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.333333%
  }
  .offset-md-11 {
    margin-left: 91.666667%
  }
}
@media (min-width:1025px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.333333%
  }
  .offset-lg-2 {
    margin-left: 16.666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.333333%
  }
  .offset-lg-5 {
    margin-left: 41.666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.333333%
  }
  .offset-lg-8 {
    margin-left: 66.666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.333333%
  }
  .offset-lg-11 {
    margin-left: 91.666667%
  }
}
@media (min-width:1281px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.333333%
  }
  .offset-xl-2 {
    margin-left: 16.666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.333333%
  }
  .offset-xl-5 {
    margin-left: 41.666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.333333%
  }
  .offset-xl-8 {
    margin-left: 66.666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.333333%
  }
  .offset-xl-11 {
    margin-left: 91.666667%
  }
}
.d-none {
  display: none!important
}
.d-inline {
  display: inline!important
}
.d-inline-block {
  display: inline-block!important
}
.d-block {
  display: block!important
}
.d-table {
  display: table!important
}
.d-table-row {
  display: table-row!important
}
.d-table-cell {
  display: table-cell!important
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}
@media (min-width:576px) {
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@media (min-width:561px) {
  .d-md-none {
    display: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-table {
    display: table!important
  }
  .d-md-table-row {
    display: table-row!important
  }
  .d-md-table-cell {
    display: table-cell!important
  }
  .d-md-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@media (min-width:1025px) {
  .d-lg-none {
    display: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-table {
    display: table!important
  }
  .d-lg-table-row {
    display: table-row!important
  }
  .d-lg-table-cell {
    display: table-cell!important
  }
  .d-lg-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@media (min-width:1281px) {
  .d-xl-none {
    display: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-table {
    display: table!important
  }
  .d-xl-table-row {
    display: table-row!important
  }
  .d-xl-table-cell {
    display: table-cell!important
  }
  .d-xl-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@media print {
  .d-print-none {
    display: none!important
  }
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-table {
    display: table!important
  }
  .d-print-table-row {
    display: table-row!important
  }
  .d-print-table-cell {
    display: table-cell!important
  }
  .d-print-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}
.flex-wrap {
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important
}
.flex-nowrap {
  -ms-flex-wrap: nowrap!important;
  flex-wrap: nowrap!important
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse!important;
  flex-wrap: wrap-reverse!important
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}
@media (min-width:769px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
@media (min-width:561px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
@media (min-width:1025px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
@media (min-width:1281px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal
}
:root {
  --swiper-theme-color: #007aff
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0,0,0)
}
.swiper-pointer-events {
  touch-action: pan-y
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}
.swiper-slide-invisible-blank {
  visibility: hidden
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size)
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size)
}
:root {
  --swiper-navigation-size: 44px
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color,var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none!important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'
}
.swiper-button-lock {
  display: none
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0,0,0);
  z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color,#000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}
.swiper-pagination-bullet:only-child {
  display: none!important
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity,1);
  background: var(--swiper-pagination-color,var(--swiper-theme-color))
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0,-50%,0)
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
  display: block
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,.25);
  position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.swiper-pagination-lock {
  display: none
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1)
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 10px;
  left: 0;
  top: 0
}
.swiper-scrollbar-cursor-drag {
  cursor: move
}
.swiper-scrollbar-lock {
  display: none
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}
.swiper-slide-zoomed {
  cursor: move
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube {
  overflow: visible
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px)
}
.swiper-flip {
  overflow: visible
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height
}
.swiper-cards {
  overflow: visible
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.noUi-target {
  position: relative
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}
.noUi-connects {
  overflow: hidden;
  z-index: 0
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}
.noUi-horizontal .noUi-origin {
  height: 0
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}
.noUi-touch-area {
  height: 100%;
  width: 100%
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform .3s
}
.noUi-state-drag * {
  cursor: inherit!important
}
.noUi-horizontal {
  height: 18px
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px
}
.noUi-vertical {
  width: 18px
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}
.noUi-target {
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb
}
.noUi-connects {
  border-radius: 3px
}
.noUi-connect {
  background: #3fb8af
}
.noUi-draggable {
  cursor: ew-resize
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}
.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: default;
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb
}
.noUi-active {
  box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb
}
.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  left: 14px;
  top: 6px
}
.noUi-handle:after {
  left: 17px
}
.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}
.noUi-vertical .noUi-handle:after {
  top: 17px
}
[disabled] .noUi-connect {
  background: #b8b8b8
}
[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.noUi-pips {
  position: absolute;
  color: #999
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}
.noUi-marker {
  position: absolute;
  background: #ccc
}
.noUi-marker-sub {
  background: #aaa
}
.noUi-marker-large {
  background: #aaa
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%,50%);
  transform: translate(-50%,50%)
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%,50%);
  transform: translate(50%,50%)
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}
.noUi-value-vertical {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  padding-left: 25px
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0,50%);
  transform: translate(0,50%)
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  left: 50%;
  bottom: 120%
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  right: 120%
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
  left: auto;
  bottom: 10px
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0,-18px);
  transform: translate(0,-18px);
  top: auto;
  right: 28px
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: 0;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  50% {
    -webkit-transform: translate(-15px,15px);
    transform: translate(-15px,15px)
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
@keyframes move {
  0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
  50% {
    -webkit-transform: translate(-15px,15px);
    transform: translate(-15px,15px)
  }
  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
  }
}
/*@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Montserrat-Lightitalic.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-Regularitalic.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Montserrat-Mediumitalic.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBolditalic.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-Bolditalic.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBolditalic.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Montserrat-Blackitalic.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Montserrat-Light.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Montserrat-Regular.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../fonts/Montserrat-ExtraBold.ttf) format("truetype")
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(../fonts/Montserrat-Black.ttf) format("truetype")
}*/
@font-face {
  font-family: Monaco;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Monaco.ttf) format("truetype")
}
@font-face {
  font-family: MontserratM3K;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat Semi Bold'), local('Montserrat-Semi-Bold'),
  url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
  url('../fonts/Montserrat-SemiBold.woff') format('woff'),
  url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
svg.icon{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.breadcrumbs > :not(:last-child):after,
.svg-image-arrow-hover-zoom,
.svg-image-arrow-r,
.svg-image-arrow-right-white,
.svg-image-cloud-servers-gpu-icon,
.svg-image-cloud-servers-icon,
.svg-image-colocation-icon,
.svg-image-create-arrow-right,
.svg-image-delete,
.svg-image-down-arrow,
.svg-image-fb,
.svg-image-file,
.svg-image-gr-arrow-right,
.svg-image-gr-s-1,
.svg-image-gr-s-2,
.svg-image-gr-s-3,
.svg-image-gr-s-4,
.svg-image-gr-s-5,
.svg-image-gradient-arrow-right,
.svg-image-icon-w-1,
.svg-image-icon-w-2,
.svg-image-icon-w-3,
.svg-image-instagram,
.svg-image-l-arrow-right,
.svg-image-logo,
.svg-image-logo-compact,
.svg-image-logo-compact-white,
.svg-image-logo-middle,
.svg-image-logo-middle-white,
.svg-image-logo-white,
.svg-image-logo2,
.svg-image-menu-burger,
.svg-image-menu-burger-close,
.svg-image-menu-down,
.svg-image-menu-icon,
.svg-image-minus,
.svg-image-nav-arrow,
.svg-image-nav-arrow-right,
.svg-image-nav-arrow-white,
.svg-image-object-store-icon,
.svg-image-oblako-icon,
.svg-image-ok,
.svg-image-paper,
.svg-image-plug-ssd-icon,
.svg-image-plus,
.svg-image-premium-ipmi-icon,
.svg-image-right-arrow,
.svg-image-right-arrow-big,
.svg-image-right-arrow-gradient,
.svg-image-right-arrow-mini,
.svg-image-send,
.svg-image-sending,
.svg-image-ssd-price-arrow,
.svg-image-tg,
.svg-image-vds-gpu-icon,
.svg-image-vds-icon,
.svg-image-virtual-disk-icon,
.svg-image-virtual-firewall-icon,
.svg-image-virtual-networks-icon,
.svg-image-vk,
.svg-image-whatsapp,
.svg-image-white-icon-slide,
a.right-arrow.extra:after,
a.right-arrow:after,
button.right-arrow.extra:after,
button.right-arrow:after {
  background: url(../images/sprites/main.svg) no-repeat
}
.svg-image-arrow-hover-zoom {
  background-position: 69.1428571429% 63.025210084%;
  background-size: 1193.75% auto;
  width: 32px
}
.svg-image-arrow-hover-zoom:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-arrow-hover-zoom-dims {
  width: 32px;
  height: 32px
}
.svg-image-arrow-r {
  background-position: 69.340974212% 24.6913580247%;
  background-size: 1157.5757575758% auto;
  width: 33px
}
.svg-image-arrow-r:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 81.8181818182%
}
.svg-image-arrow-r-dims {
  width: 33px;
  height: 27px
}
.svg-image-arrow-right-white {
  background-position: 99.1666666667% 48.3870967742%;
  background-size: 1736.3636363636% auto;
  width: 22px
}
.svg-image-arrow-right-white:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-arrow-right-white-dims {
  width: 22px;
  height: 22px
}
.svg-image-cloud-servers-gpu-icon {
  background-position: 77.6836158192% 49.5867768595%;
  background-size: 1364.2857142857% auto;
  width: 28px
}
.svg-image-cloud-servers-gpu-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-cloud-servers-gpu-icon-dims {
  width: 28px;
  height: 28px
}
.svg-image-cloud-servers-icon {
  background-position: 77.6836158192% 24.5901639344%;
  background-size: 1364.2857142857% auto;
  width: 28px
}
.svg-image-cloud-servers-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 92.8571428571%
}
.svg-image-cloud-servers-icon-dims {
  width: 28px;
  height: 26px
}
.svg-image-colocation-icon {
  background-position: 92.7777777778% 83.064516129%;
  background-size: 1736.3636363636% auto;
  width: 22px
}
.svg-image-colocation-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-colocation-icon-dims {
  width: 22px;
  height: 22px
}
.svg-image-create-arrow-right {
  background-position: 98.8888888889% 83.064516129%;
  background-size: 1736.3636363636% auto;
  width: 22px
}
.svg-image-create-arrow-right:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-create-arrow-right-dims {
  width: 22px;
  height: 22px
}
.svg-image-delete {
  background-position: 58.7431693989% 85.0393700787%;
  background-size: 2387.5% auto;
  width: 16px
}
.svg-image-delete:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-delete-dims {
  width: 16px;
  height: 16px
}
.svg-image-down-arrow {
  background-position: 67.7871148459% 36.7088607595%;
  background-size: 1528% auto;
  width: 25px
}
.svg-image-down-arrow:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 132%
}
.svg-image-down-arrow-dims {
  width: 25px;
  height: 33px
}
.svg-image-fb {
  background-position: 61.9302949062% 84.7058823529%;
  background-size: 4244.4444444444% auto;
  width: 9px
}
.svg-image-fb:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 166.6666666667%
}
.svg-image-fb-dims {
  width: 9px;
  height: 15px
}
.svg-image-li-dims{
  width: 17px;
  height: 17px;
}
.svg-image-file {
  background-position: 54.6961325967% 63.7096774194%;
  background-size: 1910% auto;
  width: 20px
}
.svg-image-file:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 110%
}
.svg-image-file-dims {
  width: 20px;
  height: 22px
}
.svg-image-gr-arrow-right {
  background-position: 85.3521126761% 48.3870967742%;
  background-size: 1414.8148148148% auto;
  width: 27px
}
.svg-image-gr-arrow-right:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 81.4814814815%
}
.svg-image-gr-arrow-right-dims {
  width: 27px;
  height: 22px
}
.svg-image-gr-s-1 {
  background-position: 67.5977653631% 73.9837398374%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-gr-s-1:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-gr-s-1-dims {
  width: 24px;
  height: 24px
}
.svg-image-gr-s-2 {
  background-position: 74.3016759777% 73.9837398374%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-gr-s-2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-gr-s-2-dims {
  width: 24px;
  height: 24px
}
.svg-image-gr-s-3 {
  background-position: 81.0055865922% 73.9837398374%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-gr-s-3:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-gr-s-3-dims {
  width: 24px;
  height: 24px
}
.svg-image-gr-s-4 {
  background-position: 87.7094972067% 73.9837398374%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-linked-in{
  height: 18px;
  width: 19px;
}
.svg-image-linked-in img{
  width: 100%;
  object-fit: cover;
}
.svg-image-gr-s-4:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-gr-s-4-dims {
  width: 24px;
  height: 24px
}
.svg-image-gr-s-5 {
  background-position: 94.4134078212% 73.9837398374%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-gr-s-5:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-gr-s-5-dims {
  width: 24px;
  height: 24px
}
.svg-image-gradient-arrow-right {
  background-position: 92.9577464789% 48.3870967742%;
  background-size: 1414.8148148148% auto;
  width: 27px
}
.svg-image-gradient-arrow-right:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 81.4814814815%
}
.svg-image-gradient-arrow-right-dims {
  width: 27px;
  height: 22px
}
.svg-image-icon-w-1 {
  background-position: 76.2857142857% 36.7088607595%;
  background-size: 1193.75% auto;
  width: 32px
}
.svg-image-icon-w-1:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 103.125%
}
.svg-image-icon-w-1-dims {
  width: 32px;
  height: 33px
}
.svg-image-icon-w-2 {
  background-position: 85.4285714286% 36.7088607595%;
  background-size: 1193.75% auto;
  width: 32px
}
.svg-image-icon-w-2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 103.125%
}
.svg-image-icon-w-2-dims {
  width: 32px;
  height: 33px
}
.svg-image-icon-w-3 {
  background-position: 94.5714285714% 36.7088607595%;
  background-size: 1193.75% auto;
  width: 32px
}
.svg-image-icon-w-3:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 103.125%
}
.svg-image-icon-w-3-dims {
  width: 32px;
  height: 33px
}
.svg-image-instagram {
  background-position: 49.0358126722% 85.7142857143%;
  background-size: 2010.5263157895% auto;
  width: 19px
}
.svg-image-instagram:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 94.7368421053%
}
.svg-image-instagram-dims {
  width: 19px;
  height: 18px
}
.svg-image-l-arrow-right {
  background-position: 60.5555555556% 63.7096774194%;
  background-size: 1736.3636363636% auto;
  width: 22px
}
.svg-image-l-arrow-right:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-l-arrow-right-dims {
  width: 22px;
  height: 22px
}
.svg-image-logo {
  background-position: 0 0;
  background-size: 157.8512396694% auto;
  width: 242px
}
.svg-image-logo:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 21.9008264463%
}
.svg-image-logo-dims {
  width: 242px;
  height: 53px
}
.svg-image-logo-compact {
  background-position: 100% 0;
  background-size: 272.8571428571% auto;
  width: 140px
}
.svg-image-logo-compact:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 21.4285714286%
}
.svg-image-logo-compact-dims {
  width: 140px;
  height: 30px
}
.svg-image-logo-compact-white {
  background-position: 100% 12.5%;
  background-size: 272.8571428571% auto;
  width: 140px
}
.svg-image-logo-compact-white:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 21.4285714286%
}
.svg-image-logo-compact-white-dims {
  width: 140px;
  height: 30px
}
.svg-image-logo-middle {
  background-position: 0 68.1034482759%;
  background-size: 214.606741573% auto;
  width: 178px
}
.svg-image-logo-middle:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 21.3483146067%
}
.svg-image-logo-middle-dims {
  width: 178px;
  height: 38px
}
.svg-image-logo-middle-white {
  background-position: 0 84.4827586207%;
  background-size: 214.606741573% auto;
  width: 178px
}
.svg-image-logo-middle-white:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 21.3483146067%
}
.svg-image-logo-middle-white-dims {
  width: 178px;
  height: 38px
}
.svg-image-logo-white {
  background-position: 0 24.4239631336%;
  background-size: 157.8512396694% auto;
  width: 242px
}
.svg-image-logo-white:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 21.9008264463%
}
.svg-image-logo-white-dims {
  width: 242px;
  height: 53px
}
.svg-image-logo2 {
  background-position: 0 48.623853211%;
  background-size: 157.8512396694% auto;
  width: 242px
}
.svg-image-logo2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 21.4876033058%
}
.svg-image-logo2-dims {
  width: 242px;
  height: 52px
}
.svg-image-menu-burger {
  background-position: 98.3379501385% 23.2558139535%;
  background-size: 1819.0476190476% auto;
  width: 21px
}
.svg-image-menu-burger:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 57.1428571429%
}
.svg-image-menu-burger-dims {
  width: 21px;
  height: 12px
}
.svg-image-menu-burger-close {
  background-position: 16.6666666667% 92.125984252%;
  background-size: 2387.5% auto;
  width: 16px
}
.svg-image-menu-burger-close:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-menu-burger-close-dims {
  width: 16px;
  height: 16px
}
.svg-image-menu-down {
  background-position: 57.3369565217% 69.465648855%;
  background-size: 2728.5714285714% auto;
  width: 14px
}
.svg-image-menu-down:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 57.1428571429%
}
.svg-image-menu-down-dims {
  width: 14px;
  height: 8px
}
.svg-image-menu-icon {
  background-position: 20.9239130435% 89.6551724138%;
  background-size: 2728.5714285714% auto;
  width: 14px
}
.svg-image-menu-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 64.2857142857%
}
.svg-image-menu-icon-dims {
  width: 14px;
  height: 9px
}
.svg-image-minus {
  background-position: 96.4673913043% 27.0676691729%;
  background-size: 2728.5714285714% auto;
  width: 14px
}
.svg-image-minus:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 28.5714285714%
}
.svg-image-minus-dims {
  width: 14px;
  height: 4px
}
.svg-image-nav-arrow {
  background-position: 98.9100817439% 42.3664122137%;
  background-size: 2546.6666666667% auto;
  width: 15px
}
.svg-image-nav-arrow:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 53.3333333333%
}
.svg-image-nav-arrow-dims {
  width: 15px;
  height: 8px
}
.svg-image-nav-arrow-right {
  background-position: 100% 58.1395348837%;
  background-size: 4775% auto;
  width: 8px
}
.svg-image-nav-arrow-right:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 150%
}
.svg-image-nav-arrow-right-dims {
  width: 8px;
  height: 12px
}
.svg-image-nav-arrow-white {
  background-position: 53.4059945504% 69.465648855%;
  background-size: 2546.6666666667% auto;
  width: 15px
}
.svg-image-nav-arrow-white:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 53.3333333333%
}
.svg-image-nav-arrow-white-dims {
  width: 15px;
  height: 8px
}
.svg-image-object-store-icon {
  background-position: 100% 73.9837398374%;
  background-size: 1910% auto;
  width: 20px
}
.svg-image-object-store-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 120%
}
.svg-image-object-store-icon-dims {
  width: 20px;
  height: 24px
}
.svg-image-oblako-icon {
  background-position: 97.7777777778% 61.2244897959%;
  background-size: 1736.3636363636% auto;
  width: 22px
}
.svg-image-oblako-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 113.6363636364%
}
.svg-image-oblako-icon-dims {
  width: 22px;
  height: 25px
}
.svg-image-ok {
  background-position: 67.5977653631% 83.7398373984%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-ok:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-ok-dims {
  width: 24px;
  height: 24px
}
.svg-image-paper {
  background-position: 76.9662921348% 61.4754098361%;
  background-size: 1469.2307692308% auto;
  width: 26px
}
.svg-image-paper:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-paper-dims {
  width: 26px;
  height: 26px
}
.svg-image-plug-ssd-icon {
  background-position: 92.4581005587% 23.9043824701%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-plug-ssd-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 79.1666666667%
}
.svg-image-plug-ssd-icon-dims {
  width: 24px;
  height: 19px
}
.svg-image-plus {
  background-position: 0 100%;
  background-size: 2728.5714285714% auto;
  width: 14px
}
.svg-image-plus:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-plus-dims {
  width: 14px;
  height: 14px
}
.svg-image-premium-ipmi-icon {
  background-position: 85.593220339% 23.9043824701%;
  background-size: 1364.2857142857% auto;
  width: 28px
}
.svg-image-premium-ipmi-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 67.8571428571%
}
.svg-image-premium-ipmi-icon-dims {
  width: 28px;
  height: 19px
}
.svg-image-right-arrow {
  background-position: 61.0497237569% 78.0876494024%;
  background-size: 1910% auto;
  width: 20px
}
.svg-image-right-arrow:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 95%
}
.svg-image-right-arrow-dims {
  width: 20px;
  height: 19px
}
.svg-image-right-arrow-big {
  background-position: 69.340974212% 50%;
  background-size: 1157.5757575758% auto;
  width: 33px
}
.svg-image-right-arrow-big:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 90.9090909091%
}
.svg-image-right-arrow-big-dims {
  width: 33px;
  height: 30px
}
.svg-image-right-arrow-gradient {
  background-position: 49.4444444444% 78.4%;
  background-size: 1736.3636363636% auto;
  width: 22px
}
.svg-image-right-arrow-gradient:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 90.9090909091%
}
.svg-image-right-arrow-gradient-dims {
  width: 22px;
  height: 20px
}
.svg-image-right-arrow-mini {
  background-position: 6.0773480663% 93.2270916335%;
  background-size: 1910% auto;
  width: 20px
}
.svg-image-right-arrow-mini:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 95%
}
.svg-image-right-arrow-mini-dims {
  width: 20px;
  height: 19px
}
.svg-image-send {
  background-position: 55.4016620499% 78.0876494024%;
  background-size: 1819.0476190476% auto;
  width: 21px
}
.svg-image-send:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 90.4761904762%
}
.svg-image-send-dims {
  width: 21px;
  height: 19px
}
.svg-image-sending {
  background-position: 84.2696629213% 61.4754098361%;
  background-size: 1469.2307692308% auto;
  width: 26px
}
.svg-image-sending:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-sending-dims {
  width: 26px;
  height: 26px
}
.svg-image-ssd-price-arrow {
  background-position: 91.5730337079% 61.4754098361%;
  background-size: 1469.2307692308% auto;
  width: 26px
}
.svg-image-ssd-price-arrow:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-ssd-price-arrow-dims {
  width: 26px;
  height: 26px
}
.svg-image-tg {
  background-position: 54.1208791209% 85.0393700787%;
  background-size: 2122.2222222222% auto;
  width: 18px
}
.svg-image-tg:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 88.8888888889%
}
.svg-image-tg-dims {
  width: 18px;
  height: 16px
}
.svg-image-vds-gpu-icon {
  background-position: 0 94.3548387097%;
  background-size: 1736.3636363636% auto;
  width: 22px
}
.svg-image-vds-gpu-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-vds-gpu-icon-dims {
  width: 22px;
  height: 22px
}
.svg-image-vds-icon {
  background-position: 80.3324099723% 83.4008097166%;
  background-size: 1819.0476190476% auto;
  width: 21px
}
.svg-image-vds-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 109.5238095238%
}
.svg-image-vds-icon-dims {
  width: 21px;
  height: 23px
}
.svg-image-virtual-disk-icon {
  background-position: 74.3016759777% 83.4008097166%;
  background-size: 1591.6666666667% auto;
  width: 24px
}
.svg-image-virtual-disk-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 95.8333333333%
}
.svg-image-virtual-disk-icon-dims {
  width: 24px;
  height: 23px
}
.svg-image-virtual-firewall-icon {
  background-position: 49.1712707182% 64.2276422764%;
  background-size: 1910% auto;
  width: 20px
}
.svg-image-virtual-firewall-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 120%
}
.svg-image-virtual-firewall-icon-dims {
  width: 20px;
  height: 24px
}
.svg-image-virtual-networks-icon {
  background-position: 86.6295264624% 83.4008097166%;
  background-size: 1660.8695652174% auto;
  width: 23px
}
.svg-image-virtual-networks-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-virtual-networks-icon-dims {
  width: 23px;
  height: 23px
}
.svg-image-vk {
  background-position: 48.9010989011% 70.2702702703%;
  background-size: 2122.2222222222% auto;
  width: 18px
}
.svg-image-vk:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 61.1111111111%
}
.svg-image-vk-dims {
  width: 18px;
  height: 11px
}
.svg-image-whatsapp {
  background-position: 11.5702479339% 93.2270916335%;
  background-size: 2010.5263157895% auto;
  width: 19px
}
.svg-image-whatsapp:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-image-whatsapp-dims {
  width: 19px;
  height: 19px
}
.svg-image-white-icon-slide {
  background-position: 98.9100817439% 35.3658536585%;
  background-size: 2546.6666666667% auto;
  width: 15px
}
.svg-image-white-icon-slide:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 160%
}
.svg-image-white-icon-slide-dims {
  width: 15px;
  height: 24px
}
.image-by-height {
  width: auto
}
.image-by-height:before {
  content: none
}
.image-by-height > svg {
  height: inherit
}
.image-by-height > img {
  height: inherit!important;
  vertical-align: top!important;
  margin: 0!important;
  padding: 0!important;
  max-width: none!important;
  max-height: none!important;
  border: 0!important;
  opacity: 0!important
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1
}
.animate__animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat)
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2)
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3)
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay)
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2)
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3)
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4)
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5)
}
.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/ 2);
  animation-duration: calc(var(--animate-duration)/ 2)
}
.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration) * .8);
  animation-duration: calc(var(--animate-duration) * .8)
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2)
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3)
}
@media (prefers-reduced-motion:reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms!important;
    animation-duration: 1ms!important;
    transition-duration: 1ms!important;
    -webkit-animation-iteration-count: 1!important;
    animation-iteration-count: 1!important
  }
  .animate__animated[class*=Out] {
    opacity: 0
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
    transform: translate3d(0,-30px,0) scaleY(1.1)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
    transform: translate3d(0,-15px,0) scaleY(1.05)
  }
  80% {
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
    transform: translate3d(0,-4px,0) scaleY(1.02)
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
    transform: translate3d(0,-30px,0) scaleY(1.1)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    animation-timing-function: cubic-bezier(.755,.05,.855,.06);
    -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
    transform: translate3d(0,-15px,0) scaleY(1.05)
  }
  80% {
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
    transform: translate3d(0,-4px,0) scaleY(1.02)
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}
@-webkit-keyframes flash {
  0%,
  25%,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
@keyframes flash {
  0%,
  25%,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  25% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  25% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }
  25% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }
  25% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand
}
@-webkit-keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%,
  25%,
  30%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}
@keyframes shakeX {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%,
  25%,
  30%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX
}
@-webkit-keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%,
  25%,
  30%,
  70%,
  90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
}
@keyframes shakeY {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  10%,
  25%,
  30%,
  70%,
  90% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  25% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg)
  }
  25%,
  30%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
    transform: scale3d(.9,.9,.9) rotate(-3deg)
  }
  25%,
  30%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate(-5deg);
    transform: translate3d(-25%,0,0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate(3deg);
    transform: translate3d(20%,0,0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate(-3deg);
    transform: translate3d(-15%,0,0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate(2deg);
    transform: translate3d(10%,0,0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate(-1deg);
    transform: translate3d(-5%,0,0) rotate(-1deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7
  }
  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9)
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
    transform: translate3d(0,-3000px,0) scaleY(3)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0) scaleY(.9);
    transform: translate3d(0,25px,0) scaleY(.9)
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
    transform: translate3d(0,-10px,0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0,5px,0) scaleY(.985);
    transform: translate3d(0,5px,0) scaleY(.985)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1)
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98)
  }
  90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0) scaleX(3);
    transform: translate3d(-3000px,0,0) scaleX(3)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0) scaleX(1);
    transform: translate3d(25px,0,0) scaleX(1)
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0) scaleX(.98);
    transform: translate3d(-10px,0,0) scaleX(.98)
  }
  90% {
    -webkit-transform: translate3d(5px,0,0) scaleX(.995);
    transform: translate3d(5px,0,0) scaleX(.995)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1)
  }
  75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98)
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0) scaleX(3);
    transform: translate3d(3000px,0,0) scaleX(3)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0) scaleX(1);
    transform: translate3d(-25px,0,0) scaleX(1)
  }
  75% {
    -webkit-transform: translate3d(10px,0,0) scaleX(.98);
    transform: translate3d(10px,0,0) scaleX(.98)
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0) scaleX(.995);
    transform: translate3d(-5px,0,0) scaleX(.995)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }
  75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
    animation-timing-function: cubic-bezier(.215,.61,.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0) scaleY(5);
    transform: translate3d(0,3000px,0) scaleY(5)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }
  75% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.95);
    transform: translate3d(0,10px,0) scaleY(.95)
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0) scaleY(.985);
    transform: translate3d(0,-5px,0) scaleY(.985)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  25%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  25%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}
.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3)
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0) scaleY(.985);
    transform: translate3d(0,10px,0) scaleY(.985)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0) scaleY(.9);
    transform: translate3d(0,-20px,0) scaleY(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0) scaleY(3);
    transform: translate3d(0,2000px,0) scaleY(3)
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2)
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0) scaleX(.9);
    transform: translate3d(20px,0,0) scaleX(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0) scaleX(2);
    transform: translate3d(-2000px,0,0) scaleX(2)
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2)
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0) scaleX(.9);
    transform: translate3d(-20px,0,0) scaleX(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0) scaleX(2);
    transform: translate3d(2000px,0,0) scaleX(2)
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3)
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0) scaleY(.985);
    transform: translate3d(0,-10px,0) scaleY(.985)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0) scaleY(.9);
    transform: translate3d(0,20px,0) scaleY(.9)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0) scaleY(3);
    transform: translate3d(0,-2000px,0) scaleY(3)
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,-25%,0);
    transform: translate3d(-25%,-25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,-25%,0);
    transform: translate3d(-25%,-25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%,-25%,0);
    transform: translate3d(25%,-25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%,-25%,0);
    transform: translate3d(25%,-25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,25%,0);
    transform: translate3d(-25%,25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,25%,0);
    transform: translate3d(-25%,25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%,25%,0);
    transform: translate3d(25%,25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%,25%,0);
    transform: translate3d(25%,25%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig
}
@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-25%,-25%,0);
    transform: translate3d(-25%,-25%,0)
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-25%,-25%,0);
    transform: translate3d(-25%,-25%,0)
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft
}
@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,-25%,0);
    transform: translate3d(25%,-25%,0)
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,-25%,0);
    transform: translate3d(25%,-25%,0)
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight
}
@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,25%,0);
    transform: translate3d(25%,25%,0)
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,25%,0);
    transform: translate3d(25%,25%,0)
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight
}
@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-25%,25%,0);
    transform: translate3d(-25%,25%,0)
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-25%,25%,0);
    transform: translate3d(-25%,25%,0)
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  25% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  25% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
    transform: perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}
.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}
.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration) * .75);
  animation-duration: calc(var(--animate-duration) * .75);
  -webkit-backface-visibility: visible!important;
  backface-visibility: visible!important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(25%,0,0) skewX(-30deg);
    transform: translate3d(25%,0,0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(25%,0,0) skewX(-30deg);
    transform: translate3d(25%,0,0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-25%,0,0) skewX(30deg);
    transform: translate3d(-25%,0,0) skewX(30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-25%,0,0) skewX(30deg);
    transform: translate3d(-25%,0,0) skewX(30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(25%,0,0) skewX(30deg);
    transform: translate3d(25%,0,0) skewX(30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(25%,0,0) skewX(30deg);
    transform: translate3d(25%,0,0) skewX(30deg);
    opacity: 0
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(-25%,0,0) skewX(-30deg);
    transform: translate3d(-25%,0,0) skewX(-30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(-25%,0,0) skewX(-30deg);
    transform: translate3d(-25%,0,0) skewX(-30deg);
    opacity: 0
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%,
  80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}
.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left
}
@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  25% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,0,0) rotate(-120deg);
    transform: translate3d(-25%,0,0) rotate(-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%,0,0) rotate(-120deg);
    transform: translate3d(-25%,0,0) rotate(-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,0,0) rotate(120deg);
    transform: translate3d(25%,0,0) rotate(120deg)
  }
}
@keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(25%,0,0) rotate(120deg);
    transform: translate3d(25%,0,0) rotate(120deg)
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  25% {
    opacity: 1
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  25% {
    opacity: 1
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }
  25% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1
  }
  25% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0)
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0)
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0)
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0)
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    animation-timing-function: cubic-bezier(.55,.055,.675,.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
    animation-timing-function: cubic-bezier(.175,.885,.32,1)
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,25%,0);
    transform: translate3d(0,25%,0)
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-25%,0,0);
    transform: translate3d(-25%,0,0)
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(25%,0,0);
    transform: translate3d(25%,0,0)
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-25%,0);
    transform: translate3d(0,-25%,0)
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp
}
:focus {
  outline: 0
}
* {
  box-sizing: border-box
}
* {
  -webkit-tap-highlight-color: rgba(255,255,255,0)
}
#js-scroll {
  overflow: hidden
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  font-family: Helvetica,Arial,sans-serif;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px
}
.wrapper {
  width: 100%;
  max-width: 850px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 40px
}
.price-compare__tab-item {
  display: none
}
.price-compare__tab-item.is-active {
  display: block
}
.price-compare__tab-item.is-animate .price-compare--name::after {
  width: 0;
  transition: all 0s
}
.z15 {
  z-index: 98!important
}
.bg--white {
  background-color: #fff
}
.procloud-cookie-wrap {
  position: fixed;
  right: 0;
  z-index: 99;
  bottom: 87px
}
.procloud-cookie-wrap .row-6 {
  margin-left: -4px;
  margin-right: -4px
}
.procloud-cookie-wrap .row-6 > [class*=col] {
  padding-left: 4px;
  padding-right: 4px
}
@media only screen and (max-width:1400px) {
  .procloud-cookie-wrap {
    bottom: 60px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-cookie-wrap {
    bottom: 50px
  }
}
@media only screen and (max-width:560px) {
  .procloud-cookie-wrap {
    bottom: 38px
  }
}
.procloud-cookie__el {
  position: fixed;
  left: calc((100vw - 1590px)/ 2);
  bottom: 80px;
  margin-left: 104px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,.5);
  border-radius: 60px;
  padding: 4px 4px 4px 10px;
  max-width: 621px;
  color: #2f2f2f;
  z-index: 100000;
  opacity: 0
}
@media (max-width:1720px) {
  .procloud-cookie__el {
    left: 60px
  }
}
@media only screen and (max-width:1800px) {
  .procloud-cookie__el {
    margin-left: 87px
  }
}
@media (max-width:1400px) {
  .procloud-cookie__el {
    bottom: 60px
  }
}
@media only screen and (max-width:1400px) {
  .procloud-cookie__el {
    left: 53px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-cookie__el {
    bottom: 120px;
    left: 32px;
    margin-left: 68px;
    max-width: 100%
  }
}
@media only screen and (max-width:560px) {
  .procloud-cookie__el {
    left: 16px;
    max-width: 218px;
    margin-left: 48px;
    bottom: 10px
  }
}
.procloud-cookie__el__desc {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 110%;
  color: #2f2f2f
}
@media only screen and (max-width:1024px) {
  .procloud-cookie__el__desc {
    font-size: 11px
  }
}
@media only screen and (max-width:560px) {
  .procloud-cookie__el__desc {
    font-size: 10px
  }
}
.cookie-btn {
  margin-left: 4px;
  position: relative;
  padding: 7px 12px 6px 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #425af0;
  background: #102AE0;
  border-radius: 50px;
  overflow: hidden;
  color: white;
}
.cookie-btn span {
  font-size: 9px;
  font-weight: 500;
  color: #fff
}
.cookie-btn span.active {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.cookie-btn span.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px)) translateX(-50%);
  transform: translateY(calc(100% + 41px)) translateX(-50%);
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.cookie-btn:hover span.active {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.cookie-btn:hover span.hover {
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.main-cookie__container .row.align-items-end {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.main-cookie__container .to-flex-cookie {
  padding-left: 0;
  padding-right: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media only screen and (max-width:1024px) {
  .main-cookie__container .to-flex-cookie {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .main-cookie__container .to-flex-cookie .procloud-cookie__el {
    margin-bottom: 0;
    margin-left: 0
  }
}
.main-page-cookie.main-page-cookie {
  bottom: 80px;
  transition: -webkit-transform .5s linear;
  transition: transform .5s linear;
  transition: transform .5s linear,-webkit-transform .5s linear
}
@media (max-width:1570px) {
  .main-page-cookie.main-page-cookie {
    left: auto;
    bottom: 240px;
    right: 74px;
    margin-bottom: 8px
  }
}
@media only screen and (max-width:1570px) and (max-width:1800px) {
  .main-page-cookie.main-page-cookie {
    bottom: 234px
  }
}
@media only screen and (max-width:1570px) and (max-width:1400px) {
  .main-page-cookie.main-page-cookie {
    bottom: 214px
  }
}
@media only screen and (max-width:1570px) and (max-width:1024px) {
  .main-page-cookie.main-page-cookie {
    margin-bottom: 0;
    right: auto;
    bottom: 120px;
    left: 32px;
    margin-left: 68px;
    max-width: 100%
  }
}
@media only screen and (max-width:1570px) and (max-width:560px) {
  .main-page-cookie.main-page-cookie {
    left: 16px;
    max-width: 218px;
    margin-left: 48px;
    bottom: 20px
  }
}
@media (min-width:1025px) and (max-width:1570px) {
  .main-page-cookie.main-page-cookie.in-menu {
    -webkit-transform: translateY(150px)!important;
    transform: translateY(150px)!important;
    transition: -webkit-transform .5s linear;
    transition: transform .5s linear;
    transition: transform .5s linear,-webkit-transform .5s linear
  }
}
.section.section-1 {
  padding-bottom: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 890px;
  padding-top: 110px
}
@media (min-width:1571px) {
  .section.section-1.small + .procloud-cookie__el {
    bottom: 49px
  }
}
@media (max-width:1570px) {
  .section.section-1.small + .procloud-cookie__el {
    bottom: 51px
  }
}
@media (max-width:1400px) {
  .section.section-1.small + .procloud-cookie__el {
    bottom: 26px
  }
}
@media (min-width:1440px) {
  .section.section-1.small {
    min-height: 105vh
  }
  .section.section-1.small .container {
    margin-top: 40px
  }
}
@media (min-width:1025px) {
  .section.section-1.small {
    min-height: 105vh
  }
  .section.section-1.small.start-section {
    min-height: 100vh
  }
  .section.section-1.small .container {
    margin-top: 80px
  }
}
@media (min-width:1571px) {
  .procloud-cookie__el {
    bottom: 53px
  }
}
@media (max-width:1570px) {
  .procloud-cookie__el {
    bottom: 53px
  }
}
@media (max-width:1400px) {
  .procloud-cookie__el {
    bottom: 32px
  }
}
@media (min-width:1025px) {
  .section.section-1.smaller {
    min-height: 105vh
  }
}
@media only screen and (min-width:1025px) and (max-width:1024px) {
  .section.section-1.smaller {
    min-height: calc(100vh + 100px)!important
  }
}
@media (min-width:1025px) {
  .section.section-1.smaller .container {
    margin-top: 80px
  }
}
@media (max-width:1400px) {
  .section.section-1.more-smaller .container {
    margin-top: 60px
  }
}
@media (max-width:1400px) {
  .section.section-1.too-smaller .container {
    margin-top: 40px
  }
}
@media (max-width:1400px) {
  .section.section-1.start-section .container {
    margin-top: 72px
  }
}
@media only screen and (max-width:1024px) {
  .section.section-1.start-section + .procloud-cookie__el {
    bottom: 120px!important
  }
}
@media only screen and (max-width:560px) {
  .section.section-1.start-section + .procloud-cookie__el {
    bottom: 80px!important
  }
  .cookie-btn span{
    font-weight: 600;
  }
}
.section.section-1.start-section .welcome-footer {
  bottom: 0
}
@media only screen and (max-width:1024px) {
  .section.section-1.start-section .welcome-footer {
    bottom: 120px!important
  }
  .section.section-1.start-section .welcome-footer + .procloud-cookie__el {
    bottom: 120px!important
  }
}
@media only screen and (max-width:560px) {
  .section.section-1.start-section .welcome-footer {
    bottom: 80px!important
  }
}
@media (min-width:1400px) {
  .section.section-1.start-section.too-smaller .container {
    margin-top: 40px
  }
}
@media (min-width:1400px) {
  .section.section-1.start-section.too-smaller + .procloud-cookie__el {
    bottom: 148px
  }
}
@media (min-width:1571px) {
  .section.section-1.start-section.small + .procloud-cookie__el {
    bottom: 80px
  }
}
@media (max-width:1570px) {
  .section.section-1.start-section.small + .procloud-cookie__el {
    bottom: 235px
  }
}
@media (max-width:1400px) {
  .section.section-1.start-section.small + .procloud-cookie__el {
    bottom: 172px
  }
}
@media (max-width:1024px) {
  .section.section-1.start-section.small + .procloud-cookie__el {
    bottom: 46px
  }
}
@media (min-width:1400px) {
  .section.section-1.start-section.small .container {
    margin-top: 80px
  }
}
@media (max-width:1400px) and (min-width:1025px) {
  .section.section-1.start-section.small .container {
    margin-top: 72px
  }
  .section.section-1.start-section.small .welcome-footer {
    bottom: -43px
  }
}
@media (min-width:1025px) {
  .section.section-1.start-section.small {
    min-height: 100vh
  }
}
@media (min-width:1571px) {
  .section.section-1.start-section.smaller + .procloud-cookie__el {
    bottom: 46px
  }
}
@media (max-width:1570px) {
  .section.section-1.start-section.smaller + .procloud-cookie__el {
    bottom: 198px
  }
}
@media (max-width:1400px) and (min-width:1024px) {
  .section.section-1.start-section.smaller + .procloud-cookie__el {
    bottom: 179px
  }
  .section.section-1.start-section.smaller .welcome-footer {
    bottom: 0
  }
}
@media (max-width:1024px) {
  .section.section-1.start-section.smaller + .procloud-cookie__el {
    bottom: 46px
  }
}
@media (min-width:1025px) {
  .section.section-1.start-section.smaller .container {
    margin-top: 60px
  }
}
@media (min-width:1571px) {
  .section.section-1.start-section.more-smaller + .procloud-cookie__el {
    bottom: 53px
  }
}
@media (max-width:1570px) {
  .section.section-1.start-section.more-smaller + .procloud-cookie__el {
    bottom: 211px
  }
}
@media (min-width:1025px) {
  .section.section-1.start-section.more-smaller .container {
    margin-top: 40px
  }
}
@media only screen and (max-width:1800px) {
  .section.section-1 {
    padding-top: 82px;
    min-height: auto
  }
}
@media only screen and (max-width:1400px) {
  .section.section-1 {
    padding-bottom: 60px;
    padding-top: 70px;
    min-height: auto
  }
}
@media only screen and (max-width:1024px) {
  .section.section-1 {
    padding-top: 80px
  }
}
@media only screen and (max-width:560px) {
  .section.section-1 {
    padding-top: 70px
  }
}
@media only screen and (max-width:1400px) {
  .section.section-1 .page-description br {
    display: none
  }
}
.section.section-1 button.btn.medium {
  font-weight: 600
}
.section.section-1 .welcome-footer {
  bottom: 0;
  position: relative
}
@media only screen and (max-width:1024px) {
  .section.section-1 .welcome-footer {
    position: absolute;
    bottom: 120px
  }
  .section.section-1 .welcome-footer .scroll-next {
    margin-top: 0
  }
}
@media only screen and (max-width:560px) {
  .section.section-1 .welcome-footer {
    bottom: 190px
  }
}
.section.section-1 .container {
  margin-top: 140px
}
.section.section-1 .container .text-90 {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .section.section-1 .container .text-90 {
    margin-bottom: 16px
  }
}
@media only screen and (max-width:560px) {
  .section.section-1 .container .text-90 {
    margin-bottom: 20px;
    font-size: 50px
  }
}
@media only screen and (max-width:1800px) {
  .section.section-1 .container {
    margin-top: 120px
  }
}
@media only screen and (max-width:1400px) {
  .section.section-1 .container {
    margin-top: 80px
  }
}
@media only screen and (max-width:1024px) {
  .section.section-1 .container {
    margin-top: 120px
  }
}
@media only screen and (max-width:560px) {
  .section.section-1 .container {
    margin-top: 60px
  }
}
.btn.js-config-tab {
  font-weight: 600
}
.btn.js-config-tab.outline::before {
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid rgba(66,90,240,.2);
  opacity: 1;
  transition: all .2s
}
.btn.js-config-tab.outline:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.section-2 {
  position: relative;
  z-index: 11!important;
  overflow: visible!important
}
.section-2 .section {
  min-height: auto
}
.section-3 {
  background: linear-gradient(49.21deg,rgba(255,255,255,.18) 54.51%,#e2e1fe 96.9%),linear-gradient(155.32deg,#faf9ff -8.25%,#f3f2fd 101.22%)
}
.dedicated-servers .section-3{
  background: linear-gradient(87deg, #F0EDFF 22.28%, #EDEFFF 93.58%);
}
.section-3 .grid {
  padding-top: 140px;
  grid-row-gap: 80px
}
@media only screen and (max-width:560px) {
  .section-3 .grid {
    padding-top: 36px;
    grid-row-gap: 0
  }
  .section-2,
  .section-4{
    background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#d9d9d9;
  }
  /*.section-2 .section-image,
  .section-4 .section-image{
    display: none;
  }*/
}
@media only screen and (max-width:560px) {
  .section-3 .grid .grid-item {
    margin-bottom: 40px!important;
    padding-left: 80px
  }
}
.section-3 .grid .grid-item__title {
  margin-bottom: 16px
}
@media only screen and (max-width:560px) {
  .section-3 .grid .grid-item__title {
    margin-bottom: 12px
  }
}
.section-3 .grid .grid-item picture {
  margin-left: 10px;
  margin-bottom: 40px;
  width: 100px!important;
  height: 100px!important
}
@media only screen and (max-width:1800px) {
  .section-3 .grid .grid-item picture {
    margin-left: 0;
    margin-bottom: 20px;
    width: 90px!important;
    height: 90px!important
  }
}
@media only screen and (max-width:560px) {
  .section-3 .grid .grid-item picture {
    margin-bottom: 0;
    width: 60px!important;
    height: 60px!important
  }
}
.section-3 .grid .grid-item img {
  width: auto!important;
  height: 100%!important;
  max-width: 100%!important;
  object-fit: cover;
}
@media only screen and (max-width:560px) {
  .section-3 .grid .grid-item img {
    -webkit-transform: translateX(-50%,-50%)!important;
    transform: translateX(-50%,-50%)!important
  }
}
.section-3 .grid-item__content {
  color: #4f4f4f
}
.section-3_big-padding {
  padding-top: 282px!important
}
@media only screen and (max-width:1800px) {
  .section-3_big-padding {
    padding-top: 204px!important
  }
}
@media only screen and (max-width:1024px) {
  .section-3_big-padding {
    padding-top: 182px!important
  }
}
@media only screen and (max-width:560px) {
  .section-3_big-padding {
    padding-top: 174px!important
  }
}
.section-4 {
  position: relative;
  z-index: 11!important;
  overflow: visible!important
}
.section-4 .section {
  min-height: auto
}
.section-5 {
  background: linear-gradient(155.32deg,#faf9ff -8.25%,#f3f2fd 101.22%)
}
.section-6 {
  background: linear-gradient(154.61deg,#faf9ff -8.21%,#cbd0ff 103.36%)
}
@media only screen and (max-width:1800px) {
  .section-6 {
    min-height: auto!important
  }
}
.planet-animation-target {
  position: relative;
  top: 200px
}
.planet-animation {
  position: absolute;
  top: -230px;
  left: 0;
  right: 0
}
.planet-animation img {
  -webkit-transform: translate(10%,5%) scale(.9);
  transform: translate(10%,5%) scale(.9);
  width: 100%;
  max-width: none
}
.section-8 {
  background: linear-gradient(155.32deg,#faf9ff -8.25%,#f3f2fd 101.22%);
  position: relative;
  z-index: 11!important;
  overflow: visible!important;
  min-height: auto!important;
  border-radius: 0 0 60px 60px;
  margin-bottom: -60px;
}
.dedicated-servers .section-8{
  background: linear-gradient(87deg, #F0EDFF 22.28%, #EDEFFF 93.58%);
}
.section-8 .section--title {
  margin-bottom: 48px
}
@media only screen and (max-width:1800px) {
  .section-8{
    border-radius: 0 0 52px 52px;
  }
  .section-8 .section--title {
    margin-bottom: 28px
  }
  .section-8 .section__wrap {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-column-gap: 0!important;
    -moz-column-gap: 0!important;
    column-gap: 0!important
  }
  .section-8 .section__wrap .section__item {
    max-width: 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
  }
}
@media only screen and (max-width:1024px) {
  .section-8{
    border-radius: 0;
  }
}
@media only screen and (max-width:1800px) and (max-width:1024px) {
  .section-8 .section__wrap .section__item {
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
.header__wrap.header-speed {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header--looking {
  position: absolute!important
}
.header--looking .auth--mob {
  display: none
}
.header--looking .logo--mob {
  display: none
}
.header--looking .header__wrap > :not(:last-child) {
  margin-right: 0
}
@media only screen and (max-width:1024px) {
  .header--looking.header--opened-nav .btn-register {
    padding: 0
  }
  .header--looking.header--opened-nav .btn-register:after {
    padding: 0;
    background: 0 0!important
  }
  .header--looking .auth {
    display: none!important
  }
  .header--looking .auth--mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .header--looking .auth--mob span {
    color: #fff
  }
  .header--looking .auth--mob .btn-register {
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    margin-left: 2px;
    display: inline-block;
    background-color: transparent!important;
    background: 0 0!important
  }
  .header--looking .auth--mob .awesome-hover {
    margin-right: 2px
  }
}
@media only screen and (max-width:560px) {
  .header--looking .logo--mob {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .header--looking .logo-gradient {
    display: none!important
  }
  .header--looking .logo-white {
    display: none!important
  }
}
.deg-grid__row:last-of-type {
  margin-bottom: -53px
}
.deg-grid__row:last-of-type .deg-block:last-child {
  margin-top: 140px
}
@media only screen and (max-width:1024px) {
  .deg-grid__row:last-of-type {
    margin-bottom: -75px;
    margin-top: 0
  }
}
@media only screen and (max-width:560px) {
  .deg-grid__row:last-of-type {
    margin-bottom: -66px;
    margin-top: 0
  }
}
.gradient-text2 {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#232323;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.marquee3k__wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}
.slider1-wrap {
  will-change: transform
}
.slider1-wrap .slider1-wrap .swiper-main {
  left: -30px
}
.slider2-wrap {
  will-change: transform
}
.config-table .config-table__row:nth-child(odd):not(:first-child) {
  background-color: rgba(66,90,240,.04)
}
.slider1-wrap .marquee3k,
.slider2-wrap .marquee3k {
  margin-left: -50vw
}
.slider1-wrap .marquee3k .slide,
.slider2-wrap .marquee3k .slide {
  cursor: pointer
}
.slider1-wrap .marquee3k.grab .slide,
.slider2-wrap .marquee3k.grab .slide {
  cursor: -webkit-grabbing;
  cursor: grabbing
}
.swiper {
  overflow: visible
}
.is-mobile .slider1-wrap .marquee3k,
.is-mobile .slider2-wrap .marquee3k {
  margin: 0
}
.is-mobile .slider1-wrap,
.is-mobile .slider2-wrap {
  min-width: 1px
}
.is-mobile .slider-container .slider {
  gap: 0!important
}
.ticker-wrapper {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0
}
@media only screen and (max-width:1400px) {
  .ticker-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
  }
}
.change-header-toBlack-offset {
  position: relative;
  top: -110px
}
@media only screen and (max-width:1800px) {
  .change-header-toBlack-offset {
    top: -82px
  }
}
@media only screen and (max-width:1400px) {
  .change-header-toBlack-offset {
    top: -70px
  }
}
@media only screen and (max-width:1024px) {
  .change-header-toBlack-offset {
    top: -86px
  }
}
@media only screen and (max-width:560px) {
  .change-header-toBlack-offset {
    top: -76px
  }
}
.section-2 .change-header-toWhite-offset,
.section-4 .change-header-toWhite-offset {
  top: -40px
}
.change-header-toWhite-offset {
  position: relative;
  top: -110px
}
@media only screen and (max-width:1800px) {
  .change-header-toWhite-offset {
    top: -82px
  }
}
@media only screen and (max-width:1400px) {
  .change-header-toWhite-offset {
    top: -70px
  }
}
@media only screen and (max-width:1024px) {
  .change-header-toWhite-offset {
    top: -86px
  }
}
@media only screen and (max-width:560px) {
  .change-header-toWhite-offset {
    top: -76px
  }
}
.headroom {
  will-change: transform;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}
.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.row-1 {
  margin-left: -1px;
  margin-right: -1px
}
.row-1 > [class*=col] {
  padding-left: 1px;
  padding-right: 1px
}
.row-2 {
  margin-left: -2px;
  margin-right: -2px
}
.row-2 > [class*=col] {
  padding-left: 2px;
  padding-right: 2px
}
.row-3 {
  margin-left: -3px;
  margin-right: -3px
}
.row-3 > [class*=col] {
  padding-left: 3px;
  padding-right: 3px
}
.row-4 {
  margin-left: -4px;
  margin-right: -4px
}
.row-4 > [class*=col] {
  padding-left: 4px;
  padding-right: 4px
}
.row-5 {
  margin-left: -5px;
  margin-right: -5px
}
.row-5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px
}
.row-6 {
  margin-left: -6px;
  margin-right: -6px
}
.row-6 > [class*=col] {
  padding-left: 6px;
  padding-right: 6px
}
.row-7 {
  margin-left: -7px;
  margin-right: -7px
}
.row-7 > [class*=col] {
  padding-left: 7px;
  padding-right: 7px
}
.row-8 {
  margin-left: -8px;
  margin-right: -8px
}
.row-8 > [class*=col] {
  padding-left: 8px;
  padding-right: 8px
}
.row-9 {
  margin-left: -9px;
  margin-right: -9px
}
.row-9 > [class*=col] {
  padding-left: 9px;
  padding-right: 9px
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px
}
.row-10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px
}
.row-11 {
  margin-left: -11px;
  margin-right: -11px
}
.row-11 > [class*=col] {
  padding-left: 11px;
  padding-right: 11px
}
.row-12 {
  margin-left: -12px;
  margin-right: -12px
}
.row-12 > [class*=col] {
  padding-left: 12px;
  padding-right: 12px
}
.row-13 {
  margin-left: -13px;
  margin-right: -13px
}
.row-13 > [class*=col] {
  padding-left: 13px;
  padding-right: 13px
}
.row-14 {
  margin-left: -14px;
  margin-right: -14px
}
.row-14 > [class*=col] {
  padding-left: 14px;
  padding-right: 14px
}
.row-15 {
  margin-left: -15px;
  margin-right: -15px
}
.row-15 > [class*=col] {
  padding-left: 15px;
  padding-right: 15px
}
.row-16 {
  margin-left: -16px;
  margin-right: -16px
}
.row-16 > [class*=col] {
  padding-left: 16px;
  padding-right: 16px
}
.row-17 {
  margin-left: -17px;
  margin-right: -17px
}
.row-17 > [class*=col] {
  padding-left: 17px;
  padding-right: 17px
}
.row-18 {
  margin-left: -18px;
  margin-right: -18px
}
.row-18 > [class*=col] {
  padding-left: 18px;
  padding-right: 18px
}
.row-19 {
  margin-left: -19px;
  margin-right: -19px
}
.row-19 > [class*=col] {
  padding-left: 19px;
  padding-right: 19px
}
.row-20 {
  margin-left: -20px;
  margin-right: -20px
}
.row-20 > [class*=col] {
  padding-left: 20px;
  padding-right: 20px
}
.row-21 {
  margin-left: -21px;
  margin-right: -21px
}
.row-21 > [class*=col] {
  padding-left: 21px;
  padding-right: 21px
}
.row-22 {
  margin-left: -22px;
  margin-right: -22px
}
.row-22 > [class*=col] {
  padding-left: 22px;
  padding-right: 22px
}
.row-23 {
  margin-left: -23px;
  margin-right: -23px
}
.row-23 > [class*=col] {
  padding-left: 23px;
  padding-right: 23px
}
.row-24 {
  margin-left: -24px;
  margin-right: -24px
}
.row-24 > [class*=col] {
  padding-left: 24px;
  padding-right: 24px
}
.row-25 {
  margin-left: -25px;
  margin-right: -25px
}
.row-25 > [class*=col] {
  padding-left: 25px;
  padding-right: 25px
}
.row-26 {
  margin-left: -26px;
  margin-right: -26px
}
.row-26 > [class*=col] {
  padding-left: 26px;
  padding-right: 26px
}
.row-27 {
  margin-left: -27px;
  margin-right: -27px
}
.row-27 > [class*=col] {
  padding-left: 27px;
  padding-right: 27px
}
.row-28 {
  margin-left: -28px;
  margin-right: -28px
}
.row-28 > [class*=col] {
  padding-left: 28px;
  padding-right: 28px
}
.row-29 {
  margin-left: -29px;
  margin-right: -29px
}
.row-29 > [class*=col] {
  padding-left: 29px;
  padding-right: 29px
}
.row-30 {
  margin-left: -30px;
  margin-right: -30px
}
.row-30 > [class*=col] {
  padding-left: 30px;
  padding-right: 30px
}
.row-31 {
  margin-left: -31px;
  margin-right: -31px
}
.row-31 > [class*=col] {
  padding-left: 31px;
  padding-right: 31px
}
.row-32 {
  margin-left: -32px;
  margin-right: -32px
}
.row-32 > [class*=col] {
  padding-left: 32px;
  padding-right: 32px
}
.row-33 {
  margin-left: -33px;
  margin-right: -33px
}
.row-33 > [class*=col] {
  padding-left: 33px;
  padding-right: 33px
}
.row-34 {
  margin-left: -34px;
  margin-right: -34px
}
.row-34 > [class*=col] {
  padding-left: 34px;
  padding-right: 34px
}
.row-35 {
  margin-left: -35px;
  margin-right: -35px
}
.row-35 > [class*=col] {
  padding-left: 35px;
  padding-right: 35px
}
.row-36 {
  margin-left: -36px;
  margin-right: -36px
}
.row-36 > [class*=col] {
  padding-left: 36px;
  padding-right: 36px
}
.row-37 {
  margin-left: -37px;
  margin-right: -37px
}
.row-37 > [class*=col] {
  padding-left: 37px;
  padding-right: 37px
}
.row-38 {
  margin-left: -38px;
  margin-right: -38px
}
.row-38 > [class*=col] {
  padding-left: 38px;
  padding-right: 38px
}
.row-39 {
  margin-left: -39px;
  margin-right: -39px
}
.row-39 > [class*=col] {
  padding-left: 39px;
  padding-right: 39px
}
.row-40 {
  margin-left: -40px;
  margin-right: -40px
}
.row-40 > [class*=col] {
  padding-left: 40px;
  padding-right: 40px
}
.row-41 {
  margin-left: -41px;
  margin-right: -41px
}
.row-41 > [class*=col] {
  padding-left: 41px;
  padding-right: 41px
}
.row-42 {
  margin-left: -42px;
  margin-right: -42px
}
.row-42 > [class*=col] {
  padding-left: 42px;
  padding-right: 42px
}
.row-43 {
  margin-left: -43px;
  margin-right: -43px
}
.row-43 > [class*=col] {
  padding-left: 43px;
  padding-right: 43px
}
.row-44 {
  margin-left: -44px;
  margin-right: -44px
}
.row-44 > [class*=col] {
  padding-left: 44px;
  padding-right: 44px
}
.row-45 {
  margin-left: -45px;
  margin-right: -45px
}
.row-45 > [class*=col] {
  padding-left: 45px;
  padding-right: 45px
}
.row-46 {
  margin-left: -46px;
  margin-right: -46px
}
.row-46 > [class*=col] {
  padding-left: 46px;
  padding-right: 46px
}
.row-47 {
  margin-left: -47px;
  margin-right: -47px
}
.row-47 > [class*=col] {
  padding-left: 47px;
  padding-right: 47px
}
.row-48 {
  margin-left: -48px;
  margin-right: -48px
}
.row-48 > [class*=col] {
  padding-left: 48px;
  padding-right: 48px
}
.row-49 {
  margin-left: -49px;
  margin-right: -49px
}
.row-49 > [class*=col] {
  padding-left: 49px;
  padding-right: 49px
}
.row-50 {
  margin-left: -50px;
  margin-right: -50px
}
.row-50 > [class*=col] {
  padding-left: 50px;
  padding-right: 50px
}
.row-51 {
  margin-left: -51px;
  margin-right: -51px
}
.row-51 > [class*=col] {
  padding-left: 51px;
  padding-right: 51px
}
.row-52 {
  margin-left: -52px;
  margin-right: -52px
}
.row-52 > [class*=col] {
  padding-left: 52px;
  padding-right: 52px
}
.row-53 {
  margin-left: -53px;
  margin-right: -53px
}
.row-53 > [class*=col] {
  padding-left: 53px;
  padding-right: 53px
}
.row-54 {
  margin-left: -54px;
  margin-right: -54px
}
.row-54 > [class*=col] {
  padding-left: 54px;
  padding-right: 54px
}
.row-55 {
  margin-left: -55px;
  margin-right: -55px
}
.row-55 > [class*=col] {
  padding-left: 55px;
  padding-right: 55px
}
.row-56 {
  margin-left: -56px;
  margin-right: -56px
}
.row-56 > [class*=col] {
  padding-left: 56px;
  padding-right: 56px
}
.row-57 {
  margin-left: -57px;
  margin-right: -57px
}
.row-57 > [class*=col] {
  padding-left: 57px;
  padding-right: 57px
}
.row-58 {
  margin-left: -58px;
  margin-right: -58px
}
.row-58 > [class*=col] {
  padding-left: 58px;
  padding-right: 58px
}
.row-59 {
  margin-left: -59px;
  margin-right: -59px
}
.row-59 > [class*=col] {
  padding-left: 59px;
  padding-right: 59px
}
.row-60 {
  margin-left: -60px;
  margin-right: -60px
}
.row-60 > [class*=col] {
  padding-left: 60px;
  padding-right: 60px
}
.row-61 {
  margin-left: -61px;
  margin-right: -61px
}
.row-61 > [class*=col] {
  padding-left: 61px;
  padding-right: 61px
}
.row-62 {
  margin-left: -62px;
  margin-right: -62px
}
.row-62 > [class*=col] {
  padding-left: 62px;
  padding-right: 62px
}
.row-63 {
  margin-left: -63px;
  margin-right: -63px
}
.row-63 > [class*=col] {
  padding-left: 63px;
  padding-right: 63px
}
.row-64 {
  margin-left: -64px;
  margin-right: -64px
}
.row-64 > [class*=col] {
  padding-left: 64px;
  padding-right: 64px
}
.row-65 {
  margin-left: -65px;
  margin-right: -65px
}
.row-65 > [class*=col] {
  padding-left: 65px;
  padding-right: 65px
}
.row-66 {
  margin-left: -66px;
  margin-right: -66px
}
.row-66 > [class*=col] {
  padding-left: 66px;
  padding-right: 66px
}
.row-67 {
  margin-left: -67px;
  margin-right: -67px
}
.row-67 > [class*=col] {
  padding-left: 67px;
  padding-right: 67px
}
.row-68 {
  margin-left: -68px;
  margin-right: -68px
}
.row-68 > [class*=col] {
  padding-left: 68px;
  padding-right: 68px
}
.row-69 {
  margin-left: -69px;
  margin-right: -69px
}
.row-69 > [class*=col] {
  padding-left: 69px;
  padding-right: 69px
}
.row-70 {
  margin-left: -70px;
  margin-right: -70px
}
.row-70 > [class*=col] {
  padding-left: 70px;
  padding-right: 70px
}
.row-71 {
  margin-left: -71px;
  margin-right: -71px
}
.row-71 > [class*=col] {
  padding-left: 71px;
  padding-right: 71px
}
.row-72 {
  margin-left: -72px;
  margin-right: -72px
}
.row-72 > [class*=col] {
  padding-left: 72px;
  padding-right: 72px
}
.row-73 {
  margin-left: -73px;
  margin-right: -73px
}
.row-73 > [class*=col] {
  padding-left: 73px;
  padding-right: 73px
}
.row-74 {
  margin-left: -74px;
  margin-right: -74px
}
.row-74 > [class*=col] {
  padding-left: 74px;
  padding-right: 74px
}
.row-75 {
  margin-left: -75px;
  margin-right: -75px
}
.row-75 > [class*=col] {
  padding-left: 75px;
  padding-right: 75px
}
.row-76 {
  margin-left: -76px;
  margin-right: -76px
}
.row-76 > [class*=col] {
  padding-left: 76px;
  padding-right: 76px
}
.row-77 {
  margin-left: -77px;
  margin-right: -77px
}
.row-77 > [class*=col] {
  padding-left: 77px;
  padding-right: 77px
}
.row-78 {
  margin-left: -78px;
  margin-right: -78px
}
.row-78 > [class*=col] {
  padding-left: 78px;
  padding-right: 78px
}
.row-79 {
  margin-left: -79px;
  margin-right: -79px
}
.row-79 > [class*=col] {
  padding-left: 79px;
  padding-right: 79px
}
.row-80 {
  margin-left: -80px;
  margin-right: -80px
}
.row-80 > [class*=col] {
  padding-left: 80px;
  padding-right: 80px
}
.row-81 {
  margin-left: -81px;
  margin-right: -81px
}
.row-81 > [class*=col] {
  padding-left: 81px;
  padding-right: 81px
}
.row-82 {
  margin-left: -82px;
  margin-right: -82px
}
.row-82 > [class*=col] {
  padding-left: 82px;
  padding-right: 82px
}
.row-83 {
  margin-left: -83px;
  margin-right: -83px
}
.row-83 > [class*=col] {
  padding-left: 83px;
  padding-right: 83px
}
.row-84 {
  margin-left: -84px;
  margin-right: -84px
}
.row-84 > [class*=col] {
  padding-left: 84px;
  padding-right: 84px
}
.row-85 {
  margin-left: -85px;
  margin-right: -85px
}
.row-85 > [class*=col] {
  padding-left: 85px;
  padding-right: 85px
}
.row-86 {
  margin-left: -86px;
  margin-right: -86px
}
.row-86 > [class*=col] {
  padding-left: 86px;
  padding-right: 86px
}
.row-87 {
  margin-left: -87px;
  margin-right: -87px
}
.row-87 > [class*=col] {
  padding-left: 87px;
  padding-right: 87px
}
.row-88 {
  margin-left: -88px;
  margin-right: -88px
}
.row-88 > [class*=col] {
  padding-left: 88px;
  padding-right: 88px
}
.row-89 {
  margin-left: -89px;
  margin-right: -89px
}
.row-89 > [class*=col] {
  padding-left: 89px;
  padding-right: 89px
}
.row-90 {
  margin-left: -90px;
  margin-right: -90px
}
.row-90 > [class*=col] {
  padding-left: 90px;
  padding-right: 90px
}
.row-91 {
  margin-left: -91px;
  margin-right: -91px
}
.row-91 > [class*=col] {
  padding-left: 91px;
  padding-right: 91px
}
.row-92 {
  margin-left: -92px;
  margin-right: -92px
}
.row-92 > [class*=col] {
  padding-left: 92px;
  padding-right: 92px
}
.row-93 {
  margin-left: -93px;
  margin-right: -93px
}
.row-93 > [class*=col] {
  padding-left: 93px;
  padding-right: 93px
}
.row-94 {
  margin-left: -94px;
  margin-right: -94px
}
.row-94 > [class*=col] {
  padding-left: 94px;
  padding-right: 94px
}
.row-95 {
  margin-left: -95px;
  margin-right: -95px
}
.row-95 > [class*=col] {
  padding-left: 95px;
  padding-right: 95px
}
.row-96 {
  margin-left: -96px;
  margin-right: -96px
}
.row-96 > [class*=col] {
  padding-left: 96px;
  padding-right: 96px
}
.row-97 {
  margin-left: -97px;
  margin-right: -97px
}
.row-97 > [class*=col] {
  padding-left: 97px;
  padding-right: 97px
}
.row-98 {
  margin-left: -98px;
  margin-right: -98px
}
.row-98 > [class*=col] {
  padding-left: 98px;
  padding-right: 98px
}
.row-99 {
  margin-left: -99px;
  margin-right: -99px
}
.row-99 > [class*=col] {
  padding-left: 99px;
  padding-right: 99px
}
.row-100 {
  margin-left: -100px;
  margin-right: -100px
}
.row-100 > [class*=col] {
  padding-left: 100px;
  padding-right: 100px
}
.row-101 {
  margin-left: -101px;
  margin-right: -101px
}
.row-101 > [class*=col] {
  padding-left: 101px;
  padding-right: 101px
}
.row-102 {
  margin-left: -102px;
  margin-right: -102px
}
.row-102 > [class*=col] {
  padding-left: 102px;
  padding-right: 102px
}
.row-103 {
  margin-left: -103px;
  margin-right: -103px
}
.row-103 > [class*=col] {
  padding-left: 103px;
  padding-right: 103px
}
.row-104 {
  margin-left: -104px;
  margin-right: -104px
}
.row-104 > [class*=col] {
  padding-left: 104px;
  padding-right: 104px
}
.row-105 {
  margin-left: -105px;
  margin-right: -105px
}
.row-105 > [class*=col] {
  padding-left: 105px;
  padding-right: 105px
}
.row-106 {
  margin-left: -106px;
  margin-right: -106px
}
.row-106 > [class*=col] {
  padding-left: 106px;
  padding-right: 106px
}
.row-107 {
  margin-left: -107px;
  margin-right: -107px
}
.row-107 > [class*=col] {
  padding-left: 107px;
  padding-right: 107px
}
.row-108 {
  margin-left: -108px;
  margin-right: -108px
}
.row-108 > [class*=col] {
  padding-left: 108px;
  padding-right: 108px
}
.row-109 {
  margin-left: -109px;
  margin-right: -109px
}
.row-109 > [class*=col] {
  padding-left: 109px;
  padding-right: 109px
}
.row-110 {
  margin-left: -110px;
  margin-right: -110px
}
.row-110 > [class*=col] {
  padding-left: 110px;
  padding-right: 110px
}
.row-111 {
  margin-left: -111px;
  margin-right: -111px
}
.row-111 > [class*=col] {
  padding-left: 111px;
  padding-right: 111px
}
.row-112 {
  margin-left: -112px;
  margin-right: -112px
}
.row-112 > [class*=col] {
  padding-left: 112px;
  padding-right: 112px
}
.row-113 {
  margin-left: -113px;
  margin-right: -113px
}
.row-113 > [class*=col] {
  padding-left: 113px;
  padding-right: 113px
}
.row-114 {
  margin-left: -114px;
  margin-right: -114px
}
.row-114 > [class*=col] {
  padding-left: 114px;
  padding-right: 114px
}
.row-115 {
  margin-left: -115px;
  margin-right: -115px
}
.row-115 > [class*=col] {
  padding-left: 115px;
  padding-right: 115px
}
.row-116 {
  margin-left: -116px;
  margin-right: -116px
}
.row-116 > [class*=col] {
  padding-left: 116px;
  padding-right: 116px
}
.row-117 {
  margin-left: -117px;
  margin-right: -117px
}
.row-117 > [class*=col] {
  padding-left: 117px;
  padding-right: 117px
}
.row-118 {
  margin-left: -118px;
  margin-right: -118px
}
.row-118 > [class*=col] {
  padding-left: 118px;
  padding-right: 118px
}
.row-119 {
  margin-left: -119px;
  margin-right: -119px
}
.row-119 > [class*=col] {
  padding-left: 119px;
  padding-right: 119px
}
.row-120 {
  margin-left: -120px;
  margin-right: -120px
}
.row-120 > [class*=col] {
  padding-left: 120px;
  padding-right: 120px
}
.b-1 {
  margin-top: -1px
}
.b-2 {
  margin-top: -2px
}
.b-3 {
  margin-top: -3px
}
.b-4 {
  margin-top: -4px
}
.b-5 {
  margin-top: -5px
}
.b-6 {
  margin-top: -6px
}
.b-7 {
  margin-top: -7px
}
.b-8 {
  margin-top: -8px
}
.b-9 {
  margin-top: -9px
}
.b-10 {
  margin-top: -10px
}
.b-11 {
  margin-top: -11px
}
.b-12 {
  margin-top: -12px
}
.b-13 {
  margin-top: -13px
}
.b-14 {
  margin-top: -14px
}
.b-15 {
  margin-top: -15px
}
.b-16 {
  margin-top: -16px
}
.b-17 {
  margin-top: -17px
}
.b-18 {
  margin-top: -18px
}
.b-19 {
  margin-top: -19px
}
.b-20 {
  margin-top: -20px
}
.b-21 {
  margin-top: -21px
}
.b-22 {
  margin-top: -22px
}
.b-23 {
  margin-top: -23px
}
.b-24 {
  margin-top: -24px
}
.b-25 {
  margin-top: -25px
}
.b-26 {
  margin-top: -26px
}
.b-27 {
  margin-top: -27px
}
.b-28 {
  margin-top: -28px
}
.b-29 {
  margin-top: -29px
}
.b-30 {
  margin-top: -30px
}
.b-31 {
  margin-top: -31px
}
.b-32 {
  margin-top: -32px
}
.b-33 {
  margin-top: -33px
}
.b-34 {
  margin-top: -34px
}
.b-35 {
  margin-top: -35px
}
.b-36 {
  margin-top: -36px
}
.b-37 {
  margin-top: -37px
}
.b-38 {
  margin-top: -38px
}
.b-39 {
  margin-top: -39px
}
.b-40 {
  margin-top: -40px
}
.b-41 {
  margin-top: -41px
}
.b-42 {
  margin-top: -42px
}
.b-43 {
  margin-top: -43px
}
.b-44 {
  margin-top: -44px
}
.b-45 {
  margin-top: -45px
}
.b-46 {
  margin-top: -46px
}
.b-47 {
  margin-top: -47px
}
.b-48 {
  margin-top: -48px
}
.b-49 {
  margin-top: -49px
}
.b-50 {
  margin-top: -50px
}
.b-51 {
  margin-top: -51px
}
.b-52 {
  margin-top: -52px
}
.b-53 {
  margin-top: -53px
}
.b-54 {
  margin-top: -54px
}
.b-55 {
  margin-top: -55px
}
.b-56 {
  margin-top: -56px
}
.b-57 {
  margin-top: -57px
}
.b-58 {
  margin-top: -58px
}
.b-59 {
  margin-top: -59px
}
.b-60 {
  margin-top: -60px
}
.b-61 {
  margin-top: -61px
}
.b-62 {
  margin-top: -62px
}
.b-63 {
  margin-top: -63px
}
.b-64 {
  margin-top: -64px
}
.b-65 {
  margin-top: -65px
}
.b-66 {
  margin-top: -66px
}
.b-67 {
  margin-top: -67px
}
.b-68 {
  margin-top: -68px
}
.b-69 {
  margin-top: -69px
}
.b-70 {
  margin-top: -70px
}
.b-71 {
  margin-top: -71px
}
.b-72 {
  margin-top: -72px
}
.b-73 {
  margin-top: -73px
}
.b-74 {
  margin-top: -74px
}
.b-75 {
  margin-top: -75px
}
.b-76 {
  margin-top: -76px
}
.b-77 {
  margin-top: -77px
}
.b-78 {
  margin-top: -78px
}
.b-79 {
  margin-top: -79px
}
.b-80 {
  margin-top: -80px
}
.b-81 {
  margin-top: -81px
}
.b-82 {
  margin-top: -82px
}
.b-83 {
  margin-top: -83px
}
.b-84 {
  margin-top: -84px
}
.b-85 {
  margin-top: -85px
}
.b-86 {
  margin-top: -86px
}
.b-87 {
  margin-top: -87px
}
.b-88 {
  margin-top: -88px
}
.b-89 {
  margin-top: -89px
}
.b-90 {
  margin-top: -90px
}
.b-91 {
  margin-top: -91px
}
.b-92 {
  margin-top: -92px
}
.b-93 {
  margin-top: -93px
}
.b-94 {
  margin-top: -94px
}
.b-95 {
  margin-top: -95px
}
.b-96 {
  margin-top: -96px
}
.b-97 {
  margin-top: -97px
}
.b-98 {
  margin-top: -98px
}
.b-99 {
  margin-top: -99px
}
.b-100 {
  margin-top: -100px
}
.b-101 {
  margin-top: -101px
}
.b-102 {
  margin-top: -102px
}
.b-103 {
  margin-top: -103px
}
.b-104 {
  margin-top: -104px
}
.b-105 {
  margin-top: -105px
}
.b-106 {
  margin-top: -106px
}
.b-107 {
  margin-top: -107px
}
.b-108 {
  margin-top: -108px
}
.b-109 {
  margin-top: -109px
}
.b-110 {
  margin-top: -110px
}
.b-111 {
  margin-top: -111px
}
.b-112 {
  margin-top: -112px
}
.b-113 {
  margin-top: -113px
}
.b-114 {
  margin-top: -114px
}
.b-115 {
  margin-top: -115px
}
.b-116 {
  margin-top: -116px
}
.b-117 {
  margin-top: -117px
}
.b-118 {
  margin-top: -118px
}
.b-119 {
  margin-top: -119px
}
.b-120 {
  margin-top: -120px
}
.b-121 {
  margin-top: -121px
}
.b-122 {
  margin-top: -122px
}
.b-123 {
  margin-top: -123px
}
.b-124 {
  margin-top: -124px
}
.b-125 {
  margin-top: -125px
}
.b-126 {
  margin-top: -126px
}
.b-127 {
  margin-top: -127px
}
.b-128 {
  margin-top: -128px
}
.b-129 {
  margin-top: -129px
}
.b-130 {
  margin-top: -130px
}
.b-131 {
  margin-top: -131px
}
.b-132 {
  margin-top: -132px
}
.b-133 {
  margin-top: -133px
}
.b-134 {
  margin-top: -134px
}
.b-135 {
  margin-top: -135px
}
.b-136 {
  margin-top: -136px
}
.b-137 {
  margin-top: -137px
}
.b-138 {
  margin-top: -138px
}
.b-139 {
  margin-top: -139px
}
.b-140 {
  margin-top: -140px
}
.b-141 {
  margin-top: -141px
}
.b-142 {
  margin-top: -142px
}
.b-143 {
  margin-top: -143px
}
.b-144 {
  margin-top: -144px
}
.b-145 {
  margin-top: -145px
}
.b-146 {
  margin-top: -146px
}
.b-147 {
  margin-top: -147px
}
.b-148 {
  margin-top: -148px
}
.b-149 {
  margin-top: -149px
}
.b-150 {
  margin-top: -150px
}
.b-151 {
  margin-top: -151px
}
.b-152 {
  margin-top: -152px
}
.b-153 {
  margin-top: -153px
}
.b-154 {
  margin-top: -154px
}
.b-155 {
  margin-top: -155px
}
.b-156 {
  margin-top: -156px
}
.b-157 {
  margin-top: -157px
}
.b-158 {
  margin-top: -158px
}
.b-159 {
  margin-top: -159px
}
.b-160 {
  margin-top: -160px
}
.b-161 {
  margin-top: -161px
}
.b-162 {
  margin-top: -162px
}
.b-163 {
  margin-top: -163px
}
.b-164 {
  margin-top: -164px
}
.b-165 {
  margin-top: -165px
}
.b-166 {
  margin-top: -166px
}
.b-167 {
  margin-top: -167px
}
.b-168 {
  margin-top: -168px
}
.b-169 {
  margin-top: -169px
}
.b-170 {
  margin-top: -170px
}
.b-171 {
  margin-top: -171px
}
.b-172 {
  margin-top: -172px
}
.b-173 {
  margin-top: -173px
}
.b-174 {
  margin-top: -174px
}
.b-175 {
  margin-top: -175px
}
.b-176 {
  margin-top: -176px
}
.b-177 {
  margin-top: -177px
}
.b-178 {
  margin-top: -178px
}
.b-179 {
  margin-top: -179px
}
.b-180 {
  margin-top: -180px
}
.b-181 {
  margin-top: -181px
}
.b-182 {
  margin-top: -182px
}
.b-183 {
  margin-top: -183px
}
.b-184 {
  margin-top: -184px
}
.b-185 {
  margin-top: -185px
}
.b-186 {
  margin-top: -186px
}
.b-187 {
  margin-top: -187px
}
.b-188 {
  margin-top: -188px
}
.b-189 {
  margin-top: -189px
}
.b-190 {
  margin-top: -190px
}
.b-191 {
  margin-top: -191px
}
.b-192 {
  margin-top: -192px
}
.b-193 {
  margin-top: -193px
}
.b-194 {
  margin-top: -194px
}
.b-195 {
  margin-top: -195px
}
.b-196 {
  margin-top: -196px
}
.b-197 {
  margin-top: -197px
}
.b-198 {
  margin-top: -198px
}
.b-199 {
  margin-top: -199px
}
.b-200 {
  margin-top: -200px
}
.b1 {
  margin-top: 1px
}
.b2 {
  margin-top: 2px
}
.b3 {
  margin-top: 3px
}
.b4 {
  margin-top: 4px
}
.b5 {
  margin-top: 5px
}
.b6 {
  margin-top: 6px
}
.b7 {
  margin-top: 7px
}
.b8 {
  margin-top: 8px
}
.b9 {
  margin-top: 9px
}
.b10 {
  margin-top: 10px
}
.b11 {
  margin-top: 11px
}
.b12 {
  margin-top: 12px
}
.b13 {
  margin-top: 13px
}
.b14 {
  margin-top: 14px
}
.b15 {
  margin-top: 15px
}
.b16 {
  margin-top: 16px
}
.b17 {
  margin-top: 17px
}
.b18 {
  margin-top: 18px
}
.b19 {
  margin-top: 19px
}
.b20 {
  margin-top: 20px
}
.b21 {
  margin-top: 21px
}
.b22 {
  margin-top: 22px
}
.b23 {
  margin-top: 23px
}
.b24 {
  margin-top: 24px
}
.b25 {
  margin-top: 25px
}
.b26 {
  margin-top: 26px
}
.b27 {
  margin-top: 27px
}
.b28 {
  margin-top: 28px
}
.b29 {
  margin-top: 29px
}
.b30 {
  margin-top: 30px
}
.b31 {
  margin-top: 31px
}
.b32 {
  margin-top: 32px
}
.b33 {
  margin-top: 33px
}
.b34 {
  margin-top: 34px
}
.b35 {
  margin-top: 35px
}
.b36 {
  margin-top: 36px
}
.b37 {
  margin-top: 37px
}
.b38 {
  margin-top: 38px
}
.b39 {
  margin-top: 39px
}
.b40 {
  margin-top: 40px
}
.b41 {
  margin-top: 41px
}
.b42 {
  margin-top: 42px
}
.b43 {
  margin-top: 43px
}
.b44 {
  margin-top: 44px
}
.b45 {
  margin-top: 45px
}
.b46 {
  margin-top: 46px
}
.b47 {
  margin-top: 47px
}
.b48 {
  margin-top: 48px
}
.b49 {
  margin-top: 49px
}
.b50 {
  margin-top: 50px
}
.b51 {
  margin-top: 51px
}
.b52 {
  margin-top: 52px
}
.b53 {
  margin-top: 53px
}
.b54 {
  margin-top: 54px
}
.b55 {
  margin-top: 55px
}
.b56 {
  margin-top: 56px
}
.b57 {
  margin-top: 57px
}
.b58 {
  margin-top: 58px
}
.b59 {
  margin-top: 59px
}
.b60 {
  margin-top: 60px
}
.b61 {
  margin-top: 61px
}
.b62 {
  margin-top: 62px
}
.b63 {
  margin-top: 63px
}
.b64 {
  margin-top: 64px
}
.b65 {
  margin-top: 65px
}
.b66 {
  margin-top: 66px
}
.b67 {
  margin-top: 67px
}
.b68 {
  margin-top: 68px
}
.b69 {
  margin-top: 69px
}
.b70 {
  margin-top: 70px
}
.b71 {
  margin-top: 71px
}
.b72 {
  margin-top: 72px
}
.b73 {
  margin-top: 73px
}
.b74 {
  margin-top: 74px
}
.b75 {
  margin-top: 75px
}
.b76 {
  margin-top: 76px
}
.b77 {
  margin-top: 77px
}
.b78 {
  margin-top: 78px
}
.b79 {
  margin-top: 79px
}
.b80 {
  margin-top: 80px
}
.b81 {
  margin-top: 81px
}
.b82 {
  margin-top: 82px
}
.b83 {
  margin-top: 83px
}
.b84 {
  margin-top: 84px
}
.b85 {
  margin-top: 85px
}
.b86 {
  margin-top: 86px
}
.b87 {
  margin-top: 87px
}
.b88 {
  margin-top: 88px
}
.b89 {
  margin-top: 89px
}
.b90 {
  margin-top: 90px
}
.b91 {
  margin-top: 91px
}
.b92 {
  margin-top: 92px
}
.b93 {
  margin-top: 93px
}
.b94 {
  margin-top: 94px
}
.b95 {
  margin-top: 95px
}
.b96 {
  margin-top: 96px
}
.b97 {
  margin-top: 97px
}
.b98 {
  margin-top: 98px
}
.b99 {
  margin-top: 99px
}
.b100 {
  margin-top: 100px
}
.b101 {
  margin-top: 101px
}
.b102 {
  margin-top: 102px
}
.b103 {
  margin-top: 103px
}
.b104 {
  margin-top: 104px
}
.b105 {
  margin-top: 105px
}
.b106 {
  margin-top: 106px
}
.b107 {
  margin-top: 107px
}
.b108 {
  margin-top: 108px
}
.b109 {
  margin-top: 109px
}
.b110 {
  margin-top: 110px
}
.b111 {
  margin-top: 111px
}
.b112 {
  margin-top: 112px
}
.b113 {
  margin-top: 113px
}
.b114 {
  margin-top: 114px
}
.b115 {
  margin-top: 115px
}
.b116 {
  margin-top: 116px
}
.b117 {
  margin-top: 117px
}
.b118 {
  margin-top: 118px
}
.b119 {
  margin-top: 119px
}
.b120 {
  margin-top: 120px
}
.b121 {
  margin-top: 121px
}
.b122 {
  margin-top: 122px
}
.b123 {
  margin-top: 123px
}
.b124 {
  margin-top: 124px
}
.b125 {
  margin-top: 125px
}
.b126 {
  margin-top: 126px
}
.b127 {
  margin-top: 127px
}
.b128 {
  margin-top: 128px
}
.b129 {
  margin-top: 129px
}
.b130 {
  margin-top: 130px
}
.b131 {
  margin-top: 131px
}
.b132 {
  margin-top: 132px
}
.b133 {
  margin-top: 133px
}
.b134 {
  margin-top: 134px
}
.b135 {
  margin-top: 135px
}
.b136 {
  margin-top: 136px
}
.b137 {
  margin-top: 137px
}
.b138 {
  margin-top: 138px
}
.b139 {
  margin-top: 139px
}
.b140 {
  margin-top: 140px
}
.b141 {
  margin-top: 141px
}
.b142 {
  margin-top: 142px
}
.b143 {
  margin-top: 143px
}
.b144 {
  margin-top: 144px
}
.b145 {
  margin-top: 145px
}
.b146 {
  margin-top: 146px
}
.b147 {
  margin-top: 147px
}
.b148 {
  margin-top: 148px
}
.b149 {
  margin-top: 149px
}
.b150 {
  margin-top: 150px
}
.b151 {
  margin-top: 151px
}
.b152 {
  margin-top: 152px
}
.b153 {
  margin-top: 153px
}
.b154 {
  margin-top: 154px
}
.b155 {
  margin-top: 155px
}
.b156 {
  margin-top: 156px
}
.b157 {
  margin-top: 157px
}
.b158 {
  margin-top: 158px
}
.b159 {
  margin-top: 159px
}
.b160 {
  margin-top: 160px
}
.b161 {
  margin-top: 161px
}
.b162 {
  margin-top: 162px
}
.b163 {
  margin-top: 163px
}
.b164 {
  margin-top: 164px
}
.b165 {
  margin-top: 165px
}
.b166 {
  margin-top: 166px
}
.b167 {
  margin-top: 167px
}
.b168 {
  margin-top: 168px
}
.b169 {
  margin-top: 169px
}
.b170 {
  margin-top: 170px
}
.b171 {
  margin-top: 171px
}
.b172 {
  margin-top: 172px
}
.b173 {
  margin-top: 173px
}
.b174 {
  margin-top: 174px
}
.b175 {
  margin-top: 175px
}
.b176 {
  margin-top: 176px
}
.b177 {
  margin-top: 177px
}
.b178 {
  margin-top: 178px
}
.b179 {
  margin-top: 179px
}
.b180 {
  margin-top: 180px
}
.b181 {
  margin-top: 181px
}
.b182 {
  margin-top: 182px
}
.b183 {
  margin-top: 183px
}
.b184 {
  margin-top: 184px
}
.b185 {
  margin-top: 185px
}
.b186 {
  margin-top: 186px
}
.b187 {
  margin-top: 187px
}
.b188 {
  margin-top: 188px
}
.b189 {
  margin-top: 189px
}
.b190 {
  margin-top: 190px
}
.b191 {
  margin-top: 191px
}
.b192 {
  margin-top: 192px
}
.b193 {
  margin-top: 193px
}
.b194 {
  margin-top: 194px
}
.b195 {
  margin-top: 195px
}
.b196 {
  margin-top: 196px
}
.b197 {
  margin-top: 197px
}
.b198 {
  margin-top: 198px
}
.b199 {
  margin-top: 199px
}
.b200 {
  margin-top: 200px
}
.responsive-img {
  max-width: none;
  width: 100%;
  display: block
}
.cover-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.z10 {
  position: relative;
  z-index: 10!important
}
.section-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(112deg, #67A7FE -11.62%, #3B66FF 46.98%, #B74FF6 99.16%);
}
.free-box {
  margin-bottom: -220px;
  position: relative;
  z-index: 11;
  padding-top: 300px;
  padding-bottom: 300px
}
.free-box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  bottom: 0;
  /*background: linear-gradient(87.04deg,#f0edff 22.28%,#edefff 93.58%);*/
  background: #F8F7FF;
  border-radius: 0 0 60px 60px
}
@media only screen and (max-width:1800px) {
  .free-box {
    padding-top: 200px;
    padding-bottom: 200px;
    margin-bottom: -170px
  }
  .free-box::after{
    border-radius: 0 0 52px 52px
  }
  .free-box .text-90 {
    font-size: 64px
  }
  .free-box .free-image-use {
    width: 96%
  }
  .free-box .free-image-use img {
    left: 57%;
    width: 100%;
    top: -50px
  }
}
@media (max-width:1200px) {
  .free-box {
    margin-bottom: -68px
  }
}
@media only screen and (max-width:1024px) {
  .free-box {
    padding-top: 140px;
    padding-bottom: 140px;
    padding-left: 0;
    margin-bottom: -70px;
  }
  .free-box > .container > .row{
    padding-left: 30%;
  }
  .free-box::after{
    border-radius: 0 0 60px 60px
  }
  .free-box .b80 {
    margin-top: 48px
  }
}
@media only screen and (max-width:767px) {
  .free-box > .container > .row{
    padding-left: 0
  }
  .free-box .text-90 {
    font-size: 40px
  }
}
@media only screen and (max-width:560px) {
  .free-box {
    padding-top: 132px;
    padding-bottom: 132px
  }
  .free-box::after{
    border-radius: 0 0 32px 32px
  }
}
.btn-gradient {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  border-radius: 60px;
  padding: 20px 48px 20px 48px;
  transition: all .1s
}
.btn-gradient::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #eef;
  border-radius: 60px
}
.btn-gradient .gradient-text {
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out
}
.btn-gradient .gradient-icon {
  margin-left: 20px;
  position: relative;
  z-index: 1;
  transition: all .4s ease-in-out
}
.btn-gradient:hover .gradient-icon,
.btn-gradient:hover .gradient-text {
  opacity: .7
}
.free-image {
  position: relative;
  width: 480px;
  height: 1px
}
.free-image img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
.noUi-horizontal .noUi-handle {
  height: 38px;
  width: 38px;
  background: linear-gradient(90.7deg,#3d8dfa -388.4%,#424aed -145.53%,#9a43b8 108.97%),#1f6cd4;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 100px;
  border: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  transition: all .4s;
  z-index: 40
}
.noUi-horizontal .noUi-handle:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}
.noUi-horizontal .noUi-handle .noUi-touch-area {
  position: absolute
}
.noUi-horizontal .noUi-handle::after {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  margin: auto;
  position: relative!important;
  left: auto!important;
  top: auto!important
}
.noUi-horizontal .noUi-handle::before {
  content: none
}
.noUi-target {
  height: 13px;
  border: 0;
  border-radius: 13px;
  background-color: #e1e4ea;
  box-shadow: none
}
.noUi-horizontal .noUi-handle {
  top: -12px;
  right: -19px
}
.config-slider__col .noUi-connects {
  border-radius: 13px
}
.config-slider__col .noUi-connect {
  background: linear-gradient(110.28deg,#3d8dfa .5%,#424aed 53.9%,#9a43b8 109.87%),#1f6cd4;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 13px
}
.noUi-pips-horizontal {
  padding: 0;
  top: 0;
  height: auto;
  z-index: 20;
  pointer-events: none
}
.noUi-pips-horizontal .noUi-marker {
  height: 13px;
  background: rgba(255,255,255,.3)
}
.noUi-pips-horizontal .noUi-marker-large,
.noUi-pips-horizontal .noUi-marker-normal {
  display: none
}
.noUi-pips-horizontal .noUi-value-large,
.noUi-pips-horizontal .noUi-value-sub {
  display: none
}
.btn__text {
  font-weight: 600
}
.arrow-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  transition: all .4s ease-in-out
}
.arrow-btn:hover {
  opacity: .8
}
.arrow-btn:hover .arrow-btn__icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px)
}
.arrow-btn__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .arrow-btn__text {
    font-size: 15px
  }
}
@media only screen and (max-width:560px) {
  .arrow-btn__text {
    font-size: 14px
  }
}
.arrow-btn__icon {
  margin-left: 8px;
  transition: all .4s ease-in-out
}
@media only screen and (max-width:1800px) {
  .svg-image-arrow-right-white {
    width: 20px
  }
}
@media only screen and (max-width:560px) {
  .svg-image-arrow-right-white {
    width: 18px
  }
}
a.btn::after {
  transition: all .4s!important
}
a.btn:hover::after {
  opacity: .7
}
.ovh {
  overflow: hidden
}
.value-price-animateData {
  display: inline-block
}
.op-6 {
  opacity: .6
}
@media (max-width:1440px) {
  .btn-gradient {
    padding: 15px 22px 15px 32px
  }
  .btn-gradient .gradient-text {
    font-size: 24px
  }
  .btn-gradient .gradient-icon {
    margin-left: 40px
  }
  .btn-gradient .svg-image-gradient-arrow-right {
    width: 25px
  }
  .b100 {
    margin-top: 80px
  }
  .free-image {
    width: 505px
  }
  .free-image img {
    max-width: 557px
  }
  .b140 {
    margin-top: 60px
  }
}
@media only screen and (max-width:1400px) {
  .lg-hide {
    display: none
  }
  .free-image {
    width: 360px
  }
  .free-image img {
    max-width: 420px
  }
  .w1280-353 {
    width: 383px
  }
  .w1280-353 p {
    max-width: 316px;
    width: 100%
  }
  .section-6 .section--description.light {
    margin-bottom: 36px
  }
  .section-6 .section--title {
    margin-bottom: 36px
  }
  body a.scroll-next,
  body button.scroll-next {
    width: 36px;
    height: 36px
  }
  .svg-image-down-arrow {
    width: 18px!important
  }
  .b140 {
    margin-top: 100px
  }
  .maw-460 {
    max-width: 460px;
    width: 100%
  }
}
@media (max-width:1024px) {
  .md-hide {
    display: none
  }
  .free-box-style-2 {
    padding-left: 0
  }
  .free-box-style-2 .b100 {
    margin-top: 40px
  }
  .free-box-style-2 .free-image {
    margin-top: 20px
  }
}
@media (max-width:1024px) {
  .free-image {
    height: auto;
    width: auto
  }
  .free-image img {
    position: relative;
    -webkit-transform: none;
    transform: none
  }
  .b100 {
    margin-top: 50px
  }
  .products-nav__list {
    max-width: 100%;
    -webkit-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important
  }
  .products-nav__list .menu {
    max-width: 100%;
    -webkit-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    display: block!important
  }
  .products-nav__list .menu .anima-menu-r {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
  }
  .configs .config-slider {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .offer {
    margin-top: 100px
  }
  .planet-animation img {
    width: 300%
  }
}
@media (max-width:560px) {
  .btn-gradient {
    padding: 10px 19px
  }
  .btn-gradient .gradient-text {
    font-size: 15px;
    line-height: 21px
  }
  .btn-gradient .gradient-icon {
    margin-left: 40px
  }
  .btn-gradient .svg-image-gradient-arrow-right {
    width: 16px
  }
  .free-image img {
    width: 100%
  }
  .section.section-1 {
    will-change: transform
  }
  .section.section-1 .section-image img {
    -o-object-position: right;
    object-position: right
  }
  /*.w1280-353 {
    display: none
  }*/
  body a.btn.medium,
  body button.btn.medium {
    padding: 16px 40px
  }
  .noUi-target {
    height: 10px;
    border-radius: 10px
  }
  .noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    top: -8px;
    right: -13px
  }
  .noUi-horizontal .noUi-handle::after {
    width: 12px;
    height: 12px
  }
  .noUi-pips-horizontal .noUi-marker {
    height: 10px
  }
  .offer,
  .price-compare {
    border-radius: 14px!important
  }
  .price-compare__header {
    border-radius: 14px 14px 0 0!important
  }
  .planet-animation {
    top: 71px
  }
  .planet-animation img {
    width: 150%
  }
}
@media (min-width:1025px) {
  .md-show {
    display: none
  }
}
@media (min-width:1281px) {
  .lg-show {
    display: none
  }
}
@media only screen and (max-width:560px) {
  .geo-list__col .gradient-text {
    width: 48px;
    font-size: 12px
  }
  .geo-list__col .geo-list--location {
    position: relative;
    top: -1px
  }
  .geo-list__col .geo-list--location span {
    position: absolute
  }
}
.section-image img {
  -o-object-position: left;
  object-position: left
}
@media only screen and (max-width:560px) {
  .footer .soc-icons {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.footer .section-image img {
  -o-object-position: right;
  object-position: right
}
.menu-item:hover .menu-item--title {
  opacity: .5
}
.maw-600 {
  max-width: 600px;
  width: 100%
}
.text-def {
  margin-bottom: 0!important
}
.text-def p:last-of-type {
  margin-bottom: 0
}
.js-config-tab-content {
  display: none
}
.js-config-tab-content.is-active {
  display: block
}
.table-animation {
  display: none
}
.btn-n::before {
  width: 100%!important;
  height: 100%!important
}
.text-white {
  color: #fff
}
.configs .config-slider-storage .config-slider__header {
  min-height: auto;
  margin-bottom: 10px
}
.configs .config-slider-storage .config-slider--value {
  font-size: 72px;
  letter-spacing: -.02em;
  line-height: 110%
}
@media only screen and (max-width:1800px) {
  .configs .config-slider-storage .config-slider--value {
    font-size: 64px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider-storage .config-slider--value {
    font-size: 36px!important
  }
}
.configs .config-slider-storage .config-slider__section {
  margin-bottom: 16px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider-storage .config-slider__section {
    margin-bottom: 30px
  }
}
.configs .config-slider-storage .noUi-target {
  margin-bottom: 22px!important
}
.storage-range-val-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  color: rgba(79,79,79,.5);
  color: rgb(79,79,79);
}
@media only screen and (max-width:560px) {
  .storage-range-val-text {
    font-size: 16px
  }
}
@media only screen and (max-width:1400px) {
  .table-comparison {
    max-width: 100%!important
  }
  .offer--title br {
    display: none
  }
}
@media only screen and (max-width:1800px) {
  .b56 {
    margin-top: 48px
  }
  .configs .config-slider--value {
    font-size: 64px!important
  }
}
@media only screen and (max-width:1800px) and (max-width:560px) {
  .configs .config-slider--value {
    font-size: 36px!important
  }
}
@media only screen and (max-width:560px) {
  .b56 {
    margin-top: 20px
  }
}
.maw640 {
  max-width: 640px;
  width: 100%
}
.offer .btn {
  display: inline-block;
  vertical-align: top
}
.offer-style-2 .offer__body {
  margin-bottom: 40px
}
.offer-style-2 .btn {
  margin-bottom: 78px
}
.offer-style-2 .offer__footer {
  gap: 0
}
.offer-style-2 .offer--image {
  right: -50px
}
.table-comparison {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0;
  table-layout: fixed
}
.table-comparison thead {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #1e1e1e
}
@media only screen and (max-width:560px) {
  .table-comparison thead {
    font-size: 12px
  }
}
.table-comparison thead td {
  padding-bottom: 14px;
  border-bottom: 2px solid #1e1e1e
}
.table-comparison td:nth-child(2),
.table-comparison td:nth-child(3) {
  text-align: right
}
.table-comparison td:nth-child(3) {
  width: 43%
}
.table-comparison tbody td {
  padding-top: 22px
}
@media only screen and (max-width:560px) {
  .table-comparison tbody td {
    padding-top: 8px
  }
}
.table-comparison .gradient-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%
}
@media only screen and (max-width:560px) {
  .table-comparison .gradient-text {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 8px
  }
}
.table-comparison .text-grey {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(148,149,149,.6)
}
@media only screen and (max-width:560px) {
  .table-comparison .text-grey {
    font-size: 12px
  }
}
.configs .config-slider__col-price-storage .config-slider__header {
  min-height: auto;
  margin-bottom: 60px
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col-price-storage .config-slider__header {
    margin-bottom: 50px
  }
}
.configs .config-slider__col-price-storage .config-slider__section {
  margin-bottom: 130px
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col-price-storage .config-slider__section {
    margin-bottom: 35px
  }
}
.maw1440 {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
@media only screen and (max-width:1800px) {
  .maw1440 {
    max-width: 1080px
  }
}
.mb0 {
  margin-bottom: 0!important
}
.mb60 {
  margin-bottom: 60px
}
@media only screen and (max-width:1800px) {
  .mb60 {
    margin-bottom: 40px
  }
}
.mt60 {
  margin-top: 60px
}
@media only screen and (max-width:1800px) {
  .mt60 {
    margin-top: 40px
  }
}
@media only screen and (max-width:560px) {
  .mt60 {
    margin-top: 36px
  }
}
.mt32 {
  margin-top: 32px
}
@media only screen and (max-width:560px) {
  .mt32 {
    margin-top: 28px
  }
}
.mb80 {
  margin-bottom: 80px
}
@media only screen and (max-width:1800px) {
  .mb80 {
    margin-bottom: 60px
  }
}
@media only screen and (max-width:560px) {
  .mb80 {
    margin-bottom: 40px
  }
}
.mb40 {
  margin-bottom: 40px
}
@media only screen and (max-width:1800px) {
  .mb40 {
    margin-bottom: 36px
  }
}
@media (max-width:768px) {
  .mb40 {
    margin-bottom: 40px
  }
}
@media only screen and (max-width:560px) {
  .mb40 {
    margin-bottom: 24px
  }
}
.configs__header .btn.outline:not(.configs__header.btn.outline.is-active,.price-compare--values.btn.outline.is-active)::before,
.price-compare--values .btn.outline:not(.configs__header.btn.outline.is-active,.price-compare--values.btn.outline.is-active)::before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50.2734px;
  border: 2px solid rgba(250,252,254,.2);
  opacity: 1;
  transition: all .2s
}
.configs__header .btn.outline:hover::before,
.price-compare--values .btn.outline:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.w1920 {
  min-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-left: -960px
}
.w1920 .parallax-el {
  position: absolute;
  top: 138px;
  right: 33px;
  width: 53.3%
}
.w1920 .parallax-el img {
  width: 100%
}
@media only screen and (max-width:1800px) {
  .w1920 {
    min-width: 1440px;
    margin-left: -720px
  }
  .w1920 .parallax-el {
    right: 0;
    top: 80px
  }
}
@media only screen and (max-width:1400px) {
  .w1920 {
    min-width: 1280px;
    margin-left: -640px
  }
  .w1920 .parallax-el {
    right: 10%;
    top: 18%;
    width: 51.3%
  }
}
@media only screen and (max-width:1024px) {
  .w1920 {
    min-width: 912px;
    margin-left: -456px
  }
  .w1920 .parallax-el {
    right: 1%;
    top: 14%;
    width: 63.3%
  }
}
@media only screen and (max-width:560px) {
  .w1920 {
    display: none
  }
}
.fly {
  -webkit-animation: move 7s ease-in-out infinite;
  animation: move 7s ease-in-out infinite
}
.swiper-main {
  will-change: transform;
  padding-left: 24px;
  transition: all .4s
}
.swiper-main .swiper-wrapper {
  transition-timing-function: linear!important
}
.swiper-main.grab-scale {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}
.swiper-wrapper {
  will-change: transform
}
.ssd-wrap-sections .section-6 {
  padding-bottom: 730px;
  min-height: auto
}
.ssd-wrap-sections .section-8 {
  padding-top: 0;
  margin-top: -600px;
  background: 0 0
}
.tac {
  text-align: center
}
.text-white {
  color: #fff
}
.text-white a {
  color: inherit
}
.db {
  display: block
}
.text-w-200 {
  font-weight: 200
}
.text-w-300 {
  font-weight: 300
}
.text-w-400 {
  font-weight: 400
}
.text-w-500 {
  font-weight: 500
}
.text-w-600 {
  font-weight: 600
}
.text-w-700 {
  font-weight: 700
}
.text-w-800 {
  font-weight: 800
}
.text-w-900 {
  font-weight: 900
}
.text-20 {
  font-size: 20px;
  line-height: 140%
}
.text-op-6 {
  color: rgba(255,255,255,.6)
}
.text-op-5 {
  color: rgba(255,255,255,.5)
}
.ssd-price {
  min-height: auto!important
}
@media (max-width:1920px) {
  .ssd-price .section-image img {
    -o-object-position: -100px;
    object-position: -100px;
    width: calc(100% + 100px)
  }
}
.ssd-price-value {
  position: relative;
  display: block;
  border-radius: 50.2734px;
  width: 100px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
  transition: all .2s linear
}
.ssd-price-value:not(.ssd-price-value.is-active)::before {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50.2734px;
  border: 2px solid rgba(250,252,254,.2);
  opacity: 1;
  transition: all .2s
}
.ssd-price-value:not(.ssd-price-value.is-active):hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.ssd-price-value.is-active {
  background-color: #fff;
  border-color: #fafcfe;
  color: #425af0;
  transition: none
}
.ssd-price-value.is-active:hover {
  color: #425af0
}
.ssd-price-item {
  text-align: left
}
.ssd-price-item .svg-icon-arrow {
  color: #9a43b8;
  font-size: 0;
  line-height: 0
}
.ssd-price-item .svg-icon-arrow svg {
  display: block
}
.ssd-price-item__head {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(238,239,248,.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 19.4595px 19.4595px 0 0;
  padding: 40px 28px 24px;
  position: relative;
  z-index: -1
}
.ssd-price-item__head .text-20 {
  line-height: 149%
}
.ssd-price-item__body {
  background: linear-gradient(155.32deg,#fff -8.25%,#f2f7fd 101.22%),#fff;
  box-shadow: 9.72973px 19.4595px 38.9189px rgba(27,25,232,.08);
  padding: 60px 28px 28px;
  border-radius: 0 0 19.4595px 19.4595px
}
.ssd-price-item--line {
  width: 1px;
  background-color: #fff
}
.text-32 {
  font-size: 32px;
  line-height: 93%
}
.text-60 {
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -.02em
}
@media only screen and (max-width:1800px) {
  .text-60 {
    font-size: 48px
  }
}
@media only screen and (max-width:1024px) {
  .text-60 {
    font-size: 40px
  }
}
.text-lts {
  letter-spacing: -.02em
}
.text-grey {
  color: rgba(79,79,79,.5)
}
.text-grey.text-20 {
  line-height: 120%
}
.tal {
  text-align: left
}
.ssd-price-change-data-wrap {
  background: rgba(238,238,238,.7);
  border-radius: 50px;
  padding: 4px 12px 4px 19px
}
.text-14 {
  font-size: 14px;
  line-height: 140%
}
.text-16 {
  font-size: 16px;
  line-height: 140%
}
.text-18 {
  font-size: 18px;
  line-height: 140%
}
.ssd-price-storage-info {
  background: rgba(255,255,255,.13);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  padding: 12px 20px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(238,239,248,.1)
}
.ssd-price-storage-mark {
  width: 14px;
  height: 14px;
  border-radius: 14px
}
.increased-storage {
  opacity: 0;
  visibility: hidden;
  transition: all .4s
}
.ssd-price-list-info {
  transition: all .4s;
  -webkit-transform: translateY(-65px);
  transform: translateY(-65px)
}
.increased-storage-w {
  position: relative;
  height: 65px
}
.increased-storage-w .increased-storage {
  position: absolute;
  left: 0;
  top: 0
}
.ssd-price-storage-info--green .ssd-price-change-data-wrap {
  background-color: rgba(80,255,18,.22)
}
.ssd-price-storage-info--green .ssd-price-change-data-wrap .ssd-price-change-data {
  color: #43af47;
  background: 0 0;
  -webkit-text-fill-color: unset
}
.ssd-price-storage-info--green .ssd-price-change-data-wrap .svg-icon-arrow {
  color: #43af47
}
.ssd-price-storage-info--green .ssd-price-storage-mark {
  background-color: #67fe50
}
.ssd-price-storage-info--green .ssd-price-storage-text {
  color: #67fe50
}
.ssd-price-storage-info--green .increased-storage--green {
  opacity: 1;
  visibility: visible
}
.ssd-price-storage-info--green .ssd-price-list-info {
  -webkit-transform: translateY(0)!important;
  transform: translateY(0)!important
}
.ssd-price-storage-info--green-high .ssd-price-change-data-wrap {
  background-color: rgba(80,255,18,.22)
}
.ssd-price-storage-info--green-high .ssd-price-change-data-wrap .ssd-price-change-data {
  color: #43af47;
  background: 0 0;
  -webkit-text-fill-color: unset
}
.ssd-price-storage-info--green-high .ssd-price-change-data-wrap .svg-icon-arrow {
  color: #43af47
}
.ssd-price-storage-info--green-high .ssd-price-storage-mark {
  background-color: #67fe50
}
.ssd-price-storage-info--green-high .ssd-price-storage-text {
  color: #67fe50
}
.ssd-price-storage-info--green-high .increased-storage--green-high {
  opacity: 1;
  visibility: visible
}
.ssd-price-storage-info--green-high .ssd-price-list-info {
  -webkit-transform: translateY(0)!important;
  transform: translateY(0)!important
}
.ssd-price-storage-info--yellow .ssd-price-change-data-wrap {
  background-color: rgba(255,239,157,.7)
}
.ssd-price-storage-info--yellow .ssd-price-change-data-wrap .ssd-price-change-data {
  color: #ddac00;
  background: 0 0;
  -webkit-text-fill-color: unset
}
.ssd-price-storage-info--yellow .ssd-price-change-data-wrap .svg-icon-arrow {
  color: #ddac00
}
.ssd-price-storage-info--yellow .ssd-price-storage-mark {
  background-color: #fff84f
}
.ssd-price-storage-info--yellow .ssd-price-storage-text {
  color: #fff84f
}
.ssd-price-storage-info--yellow .increased-storage--yellow {
  opacity: 1;
  visibility: visible
}
.ssd-price-storage-info--yellow .ssd-price-list-info {
  -webkit-transform: translateY(0)!important;
  transform: translateY(0)!important
}
.free-image-use {
  position: relative;
  height: 1px
}
.free-image-use img {
  position: absolute;
  left: 36%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.list-try {
  font-size: 20px;
  line-height: 140%;
  color: rgba(79,79,79,.6)
}
.list-try li:not(:last-child) {
  margin-bottom: 10px
}
.price-vd {
  min-height: auto!important;
  background: linear-gradient(170.02deg,#f4f3fd 3.98%,#e9e9ff 103.4%)
}
.price-vd .text-32 {
  line-height: 120%
}
.text-color-95 {
  color: #949595
}
.text-color-1E{
  color: #1E1E1E;
  opacity: 0.5;
}
.text-48 {
  font-size: 48px;
  line-height: 110%
}
.range-gb-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #a3a3a7
}
#range-gb-vd .noUi-connect {
  background: linear-gradient(110.28deg,#3d8dfa .5%,#424aed 53.9%,#9a43b8 109.87%),#1f6cd4;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08)
}
#range-gb-vd .noUi-connects {
  border-radius: 100px;
  overflow: hidden
}
.price-row-vd {
  background: linear-gradient(155.32deg,#fff -8.25%,#f2f7fd 101.22%);
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 20px
}
.price-row-vd__header {
  padding: 16px 36px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(0deg,rgba(66,90,240,.15),rgba(66,90,240,.15)),rgba(217,217,217,.15)
}
.price-row-vd__header .text-20 {
  line-height: 149%
}
.w340 {
  width: 340px
}
.text-26 {
  line-height: 120%;
  font-size: 26px
}
@media only screen and (max-width:1400px) {
  .text-26 {
    line-height: 105%
  }
}
.gradient-text-blue {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.gradient-text-blue sup {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: .11em;
  margin-top: -.4em;
  font-size: 68%
}
.gradient-text sup {
  background-image: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: .11em;
  margin-top: -.4em;
  font-size: 68%
}
.price-row-vd__body {
  padding: 36px
}
.text-45 {
  font-size: 45px;
  line-height: 110%
}
.w300 {
  width: 300px
}
.w116 {
  width: 116px
}
.w180 {
  width: 180px
}
.grey-title-vd-price {
  color: #a3a3a7
}
.grey-title-vd-price sup {
  margin-left: .11em;
  margin-top: -.4em;
  font-size: 68%
}
.vd-line {
  width: 1px;
  background-color: #a3a3a7;
  height: 63px;
  opacity: .4;
  margin-left: 32px;
  margin-right: 32px
}
.tar {
  text-align: right
}
.list-vd-legend {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(163,163,167,.6)
}
.lh0 {
  line-height: 0
}
.b-28vd {
  margin-top: -32px
}
.b28vd {
  margin-top: 32px
}
.to-animate-main {

}
.to-animate-main,
.to-anim-li,
.to-animate-btn,
.to-animate-page-200,
.to-animate-page1,
.to-animate-page2,
.to-scroll-animate,
.to-animate-main-200,
.to-animate-main-card1,
.to-animate-main-card2,
.to-animate-main-card3 {
  opacity: 0
}
.lh-content .to-animate-main,
.lh-content .to-anim-li,
.lh-content .to-animate-btn,
.lh-content .to-animate-page-200,
.lh-content .to-animate-page1,
.lh-content .to-animate-page2,
.lh-content .to-scroll-animate,
.lh-content .to-animate-main-200,
.lh-content .to-animate-main-card1,
.lh-content .to-animate-main-card2,
.lh-content .to-animate-main-card3 {
  opacity: 1
}
.maw1044 {
  max-width: 1044px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.lh-140 {
  line-height: 140%
}
.section.about-section-1 {
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 0;
  overflow: visible!important;
  z-index: 12!important;
  background-color: transparent!important
}
@media (max-width:1440px) {
  .section.about-section-1 {
    padding-top: 160px
  }
}
@media (max-width:768px) {
  .section.about-section-1 {
    padding-top: 140px
  }
}
@media only screen and (max-width:560px) {
  .section.about-section-1 {
    padding-top: 30px
  }
}
.section.about-section-1.bigPadding {
  padding-top: 200px
}
.section.about-section-1::after {
  content: "";
  position: absolute;
  left: -100px;
  right: -100px;
  bottom: 0;
  top: -376px;
  background: linear-gradient(358.67deg,#f8f7ff 58.79%,rgba(255,255,255,0) 95.95%)
}
@media only screen and (max-width:1800px) {
  .section.about-section-1::after {
    top: -13px;
    background: linear-gradient(358.67deg,#f8f7ff 84.79%,rgba(255,255,255,0) 95.95%)
  }
}
@media only screen and (max-width:1024px) {
  .section.about-section-1::after {
    bottom: 0;
    top: 75px;
    background: linear-gradient(358.67deg,#f8f7ff 87.79%,rgba(255,255,255,0) 95.95%)
  }
}
@media only screen and (max-width:560px) {
  .section.about-section-1::after {
    top: -45px
  }
}
.section.about-section-1 .offer {
  margin-bottom: 0;
  top: 100px
}
.section.about-section-1 .offer .offer--title {
  margin-bottom: 40px
}
.section.about-section-1 .offer .offer--benefits {
  max-width: 722px;
  width: 100%;
  font-size: 32px;
  line-height: 140%
}
.section.about-section-1 .offer .offer__body {
  margin-bottom: 92px
}
.section.about-section-1 .offer .offer__footer {
  gap: 83px
}
.maw1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.about-info-item-data {
  padding-bottom: 20px
}
.about-info-item-cont {
  font-size: 16px;
  line-height: 140%;
  color: rgba(79,79,79,.6)
}
.about-info-item-cont p {
  margin: 0
}
.swiper-about {
  will-change: transform;
  padding-left: 24px;
  transition: all .4s
}
.swiper-about .swiper-wrapper {
  transition-timing-function: linear!important;
  will-change: transform
}
.swiper-about.grab-scale {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}
.section.about-section-welcome {
  overflow: visible!important;
  position: absolute!important;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: transparent!important;
  z-index: 20!important
}
.section.about-section-welcome.prav-info-section {
  margin-bottom: -189px;
  margin-top: -100vh;
  position: relative!important;
  background: linear-gradient(1.68deg,#f6f5fe 4.7%,rgba(255,255,255,0) 98.53%);
  background: linear-gradient(1.68deg,#f6f5fe 25.7%,rgba(255,255,255,0) 98.53%);
  border-radius: 0 0 30px 30px
}
@media only screen and (max-width:1800px) {
  .section.about-section-welcome.prav-info-section {
    margin-bottom: -168px
  }
}
@media only screen and (max-width:1024px) {
  .section.about-section-welcome.prav-info-section {
    margin-bottom: -128px
  }
}
@media (max-width:768px) {
  .section.about-section-welcome.prav-info-section {
    margin-bottom: -117px
  }
}
@media (max-width:670px) {
  .section.about-section-welcome.prav-info-section {
    margin-bottom: -70px
  }
}
@media only screen and (max-width:560px) {
  .section.about-section-welcome.prav-info-section {
    margin-bottom: -96px
  }
}
.about-section-welcome-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh
}
.about-section-welcome-image .section-image-bg {
  position: absolute;
  background: linear-gradient(252.1deg,#5f86fa 0,rgba(217,217,217,0) 98.39%);
  height: 140vh;
  bottom: -400px;
  top: -220px;
  left: 0;
  right: 0;
  top: 0
}
@media only screen and (max-width:560px) {
  .about-section-welcome-image .section-image-bg {
    height: 100vh
  }
}
.about-section-welcome-image .section-image-bg::after {
  content: "";
  position: absolute;
  left: 0;
  height: 200px;
  width: 100%;
  bottom: -100px;
  background: linear-gradient(358.67deg,#f8f7ff 58.79%,rgba(255,255,255,0) 95.95%)
}
.about-section-welcome-image .section-image {
  bottom: -400px;
  top: -220px
}
@media only screen and (max-width:1800px) {
  .about-section-welcome-image .section-image {
    top: -23px
  }
}
@media only screen and (max-width:1024px) {
  .about-section-welcome-image .section-image {
    top: 0
  }
}
@media only screen and (max-width:560px) {
  .about-section-welcome-image .section-image {
    height: 125vh
  }
  .about-section-welcome-image .section-image img {
    height: 100%;
    -o-object-position: bottom;
    object-position: bottom
  }
}
.about-section-welcome-image .section-image img {
  -o-object-position: top;
  object-position: top
}
@media only screen and (max-width:1024px) {
  .about-section-welcome-image .section-image img {
    -o-object-position: center;
    object-position: center
  }
}
.section-image-animate {
  opacity: 0
}
.lh-content .section-image-animate{
  opacity: 1;
}
.section-image-bg {
  position: absolute;
  background: linear-gradient(252.1deg,#5f86fa 0,rgba(217,217,217,0) 98.39%);
  height: 140vh;
  bottom: -400px;
  top: -220px;
  left: 0;
  right: 0;
  top: 0
}
@media only screen and (max-width:560px) {
  .section-image-bg {
    height: 100vh
  }
}
.section-image-bg::after {
  content: "";
  position: absolute;
  left: 0;
  height: 200px;
  width: 100%;
  bottom: -100px;
  background: linear-gradient(358.67deg,#f8f7ff 58.79%,rgba(255,255,255,0) 95.95%)
}
.logo-gr-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.logo-gr-wrapper .logo-part2 {
  margin-left: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.to-hide-animate {
  overflow: hidden
}
.to-hide-animate_btn {
  /*height: 65px;*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: initial;
}
@media only screen and (max-width:1800px) {
  .to-hide-animate_btn {
    /*height: 55px*/
  }
}
.section.about-cloud-providers {
  min-height: auto;
  background: linear-gradient(155.32deg,#faf9ff -8.25%,#f3f2fd 101.22%),linear-gradient(87.04deg,#f0edff 22.28%,#edefff 93.58%)
}
@media only screen and (max-width:1800px) {
  .section.about-cloud-providers {
    padding-top: 320px;
    padding-bottom: 320px
  }
}
@media only screen and (max-width:1400px) {
  .section.about-cloud-providers {
    padding-top: 320px;
    padding-bottom: 320px
  }
}
@media only screen and (max-width:1024px) {
  .section.about-cloud-providers {
    padding-top: 140px;
    padding-bottom: 140px
  }
}
@media only screen and (max-width:560px) {
  .section.about-cloud-providers {
    padding-top: 132px;
    padding-bottom: 132px
  }
}
.about-bq {
  margin: 0
}
.bq-auth {
  color: #c4c4c4
}
.text-24 {
  font-size: 24px;
  line-height: 140%
}
.about-pr-image {
  position: relative;
  height: 1px
}
.about-pr-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.w800 {
  width: 800px;
  margin-left: auto;
  margin-right: 160px
}
.text-72 {
  font-size: 72px;
  line-height: 110%
}
.maw720 {
  max-width: 720px;
  width: 100%
}
.maw500 {
  max-width: 500px
}
.social-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 100%
}
.social-btn [class*=svg-] {
  margin: auto
}
.social-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/s-elipse.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 100%;
  transition: all .25s
}
.social-btn:hover::after {
  -webkit-transform: scale(1.07);
  transform: scale(1.07)
}
.ask-q-icon {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative
}
.ask-q-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background-color: rgba(255,255,255,.5);
  transition: all .25s;
  z-index: -1
}
.ask-q-icon [class*=svg-] {
  margin: auto
}
.btn-ask-q:hover .ask-q-icon:after {
  background-color: #fff;
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.section.get-started {
  min-height: auto;
  border-radius: 0 0 20px 20px;
  margin-bottom: -220px;
  z-index: 12!important;
  padding-top: 292px;
  position: relative;
  overflow: visible!important
}
.section.get-started.is-active {
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s
}
.section.get-started::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -200px;
  bottom: 0;
  background: linear-gradient(87.04deg,#f0edff 22.28%,#edefff 93.58%);
  border-radius: 0 0 20px 20px
}
@media only screen and (max-width:1024px) {
  .section.get-started {
    margin-bottom: -50px
  }
}
.text-70 {
  font-size: 70px;
  line-height: 110%
}
.w260 {
  width: 260px
}
.w220 {
  width: 220px
}
.btn-ask-q .svg-image-minus {
  display: none
}
.btn-ask-q.is-active .svg-image-plus {
  display: none
}
.btn-ask-q.is-active .svg-image-minus {
  display: block
}
.form-btn-sending {
  display: none
}
.form-btn-sended {
  display: none
}
.ask-question-form {
  display: none
}
.blog-discuss{
  display: flex !important;
  padding: 32px 40px 40px 40px;
  flex-direction: column;
  gap: 20px;
  border-radius: 32px;
  border: 1px solid #F3F4F7;
  background: #F3F4F7;
}
@media (max-width:1800px){
  .blog-discuss{
    padding: 20px;
    border-radius: 24px;
  }
}
.ask-question-form.blog-discuss .row-6{
  flex-wrap: nowrap;
}
.blog-article__main .blog-discuss-title .like-h3{
  margin-bottom: 12px;
}
.blog-article__main .blog-discuss-title p{
  color: rgba(30, 30, 30, .6);
  max-width: 400px;
  margin: 0;
}
.blog-discuss-bottom{
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.blog-discuss-bottom .ask-question-form-item{
  width: auto;
}
@media (max-width: 680px){
  .blog-article__main .blog-discuss-title p{
    font-size: 14px;
    line-height: 1.4;
  }
  .blog-discuss-bottom{
    flex-direction: column;
  }
}
.ask-question-form [type=email],
.ask-question-form [type=tel],
.ask-question-form [type=text],
.ask-question-form textarea {
  background-color: transparent;
  width: 100%;
  padding: 0 0 16px;
  border: 0;
  border-bottom: .5px solid #b9b8fe;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -.02em;
  color: #6767fa;
  display: block;
  vertical-align: top
}
.ask-question-form.blog-discuss [type=email],
.ask-question-form.blog-discuss [type=tel],
.ask-question-form.blog-discuss [type=text],
.ask-question-form.blog-discuss textarea {
  background-color: white;
  width: 100%;
  padding: 22px 20px;
  border: none;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #6767fa;
  display: block;
  vertical-align: top
}
@media (max-width: 1800px) {
  .ask-question-form.blog-discuss [type=email],
  .ask-question-form.blog-discuss [type=tel],
  .ask-question-form.blog-discuss [type=text],
  .ask-question-form.blog-discuss textarea{
    padding: 16px 20px;
  }
}
.ask-question-form [type=email]::-webkit-input-placeholder,
.ask-question-form [type=tel]::-webkit-input-placeholder,
.ask-question-form [type=text]::-webkit-input-placeholder,
.ask-question-form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: inherit
}
.ask-question-form [type=email]::-moz-placeholder,
.ask-question-form [type=tel]::-moz-placeholder,
.ask-question-form [type=text]::-moz-placeholder,
.ask-question-form textarea::-moz-placeholder {
  opacity: 1;
  color: inherit
}
.ask-question-form [type=email]:-ms-input-placeholder,
.ask-question-form [type=tel]:-ms-input-placeholder,
.ask-question-form [type=text]:-ms-input-placeholder,
.ask-question-form textarea:-ms-input-placeholder {
  opacity: 1;
  color: inherit
}
.ask-question-form [type=email]::placeholder,
.ask-question-form [type=tel]::placeholder,
.ask-question-form [type=text]::placeholder,
.ask-question-form textarea::placeholder {
  opacity: 1;
  color: inherit
}
.ask-question-form.blog-discuss [type=email]::-webkit-input-placeholder,
.ask-question-form.blog-discuss [type=tel]::-webkit-input-placeholder,
.ask-question-form.blog-discuss [type=text]::-webkit-input-placeholder,
.ask-question-form.blog-discuss textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.40)
}
.ask-question-form.blog-discuss [type=email]::-moz-placeholder,
.ask-question-form.blog-discuss [type=tel]::-moz-placeholder,
.ask-question-form.blog-discuss [type=text]::-moz-placeholder,
.ask-question-form.blog-discuss textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.40)
}
.ask-question-form.blog-discuss [type=email]:-ms-input-placeholder,
.ask-question-form.blog-discuss [type=tel]:-ms-input-placeholder,
.ask-question-form.blog-discuss [type=text]:-ms-input-placeholder,
.ask-question-form.blog-discuss textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.40)
}
.ask-question-form.blog-discuss [type=email]::placeholder,
.ask-question-form.blog-discuss [type=tel]::placeholder,
.ask-question-form.blog-discuss [type=text]::placeholder,
.ask-question-form.blog-discuss textarea::placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.40)
}
.ask-question-form textarea {
  resize: none;
  height: 40px;
  overflow: hidden
}
.ask-question-form.blog-discuss textarea{
  height: 120px;
}
.ask-question-form.discuss-the-problem-form textarea {
  height: 30px;
}
.ask-question-form.opened {
  display: block
}
.textarea-wrap {
  position: relative
}
.btn-file {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
  background-color: rgba(255,255,255,.5);
  transition: all .25s;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.btn-file input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%
}
.btn-file .svg-image-file {
  margin: auto;
  cursor: pointer
}
.btn-file:hover {
  background-color: #fff
}
.field-error {
  color: #ff2626;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -.02em;
  opacity: .8;
  margin-top: 4px
}
.field-error-circle {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #ff2626
}
.file {
  background-color: #f5f2ff;
  border-radius: 50px;
  padding: 9px 20px
}
.file__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #424aed
}
.file__delete {
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(66,74,237,.05);
  transition: all .25s
}
.file__delete .svg-image-delete {
  margin: auto
}
.file__delete:hover {
  background-color: rgba(66,74,237,.1)
}
.svg-image-sending {
  -webkit-animation: sending 2s linear infinite;
  animation: sending 2s linear infinite
}
@-webkit-keyframes sending {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes sending {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
.ask-question-form--sending .btn-file,
.ask-question-form--sending .file,
.ask-question-form--sending [type=email],
.ask-question-form--sending [type=tel],
.ask-question-form--sending [type=text],
.ask-question-form--sending textarea {
  pointer-events: none;
  opacity: .6
}
.file-load-percent {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: rgba(66,74,237,.3)
}
.file-loaded {
  position: relative;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.file-loaded .file-loading {
  content: "";
  position: absolute;
  background-color: rgba(255,255,255,.9);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s,-webkit-transform 2s;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scale(0,1);
  transform: scale(0,1)
}
.file-loaded .row {
  position: relative;
  z-index: 10
}
.file-el-col.is-active .file-loading {
  transition-delay: .4s;
  -webkit-transform: scale(1,1);
  transform: scale(1,1)
}
.file__delete.is-active {
  pointer-events: none
}
.btn-effect-zoom {
  position: relative;
  padding: 16px 40px;
  width: 373px;
  display: inline-block;
  vertical-align: top
}
.btn-effect-zoom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  min-height: 66px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 60px;
  transition: all .25s;
  -webkit-transform-origin: top;
  transform-origin: top
}
.btn-effect-zoom:hover::after {
  -webkit-transform: scale(1.06) translateY(-50%);
  transform: scale(1.06) translateY(-50%)
}
@media only screen and (max-width:1800px) {
  .btn-effect-zoom {
    width: 319px;
    padding: 12px 28px
  }
  .btn-effect-zoom::after {
    min-height: 54px
  }
}
@media only screen and (max-width:560px) {
  .btn-effect-zoom {
    width: 230px;
    padding: 10px 20px
  }
  .btn-effect-zoom::after {
    min-height: 40px;
    border-width: 1px
  }
}
.btn-effect-zoom .inner {
  display: block;
  position: relative;
  overflow: hidden
}
.btn-effect-zoom .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.btn-effect-zoom .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.btn-effect-zoom:hover .normal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.btn-effect-zoom:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.btn-effect-zoom.btn-effect-zoom-gradient .btn-effect-zoom__text {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.btn-effect-zoom.btn-effect-zoom-gradient::after {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  border: 0
}
.btn-effect-zoom.btn-effect-zoom-gradient::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  min-height: 62px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 60px;
  transition: all .25s;
  -webkit-transform-origin: top;
  transform-origin: top;
  background-color: #F8F7FF;
  z-index: 3
}
@media only screen and (max-width:1800px) {
  .btn-effect-zoom.btn-effect-zoom-gradient::before {
    min-height: 50px
  }
}
@media only screen and (max-width:560px) {
  .btn-effect-zoom.btn-effect-zoom-gradient::before {
    min-height: 38px;
    left: 1px;
    right: 1px
  }
}
.btn-effect-zoom.btn-effect-zoom-gradient:hover::before {
  -webkit-transform: scale(1.06) translateY(-50%);
  transform: scale(1.06) translateY(-50%)
}
.btn-effect-zoom.btn-effect-zoom-gradient:hover .normal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.btn-effect-zoom.btn-effect-zoom-gradient:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.btn-effect-zoom__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #fff
}
@media only screen and (max-width:1800px) {
  .btn-effect-zoom__text {
    font-size: 20px
  }
}
@media only screen and (max-width:560px) {
  .btn-effect-zoom__text {
    font-size: 14px
  }
}
@media only screen and (max-width:1800px) {
  .svg-image-arrow-hover-zoom,
  .svg-image-gradient-arrow-right {
    width: 26px
  }
}
@media only screen and (max-width:560px) {
  .svg-image-arrow-hover-zoom,
  .svg-image-gradient-arrow-right {
    width: 15px
  }
}
.procloud-try {
  color: #fff;
  border-radius: 40px;
  background: linear-gradient(110deg, #5EA2FF -12.26%, #545CFF 49.83%, #9A43B8 100%), #FFF;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  padding: 64px 0 64px 80px;
  height: 580px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: -130px;
  position: relative;
  opacity: 1!important
}
@media only screen and (max-width:1800px) {
  .procloud-try {
    height: 490px;
    padding: 44px 0 44px 52px
  }
}
@media only screen and (max-width:1400px) {
  .procloud-try {
    margin-bottom: -100px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try {
    height: 880px;
    padding: 44px 48px 44px 48px;
    margin-top: 100px
  }
}
@media only screen and (max-width:560px) {
  .procloud-try {
    margin-top: 70px;
    height: 580px;
    padding: 24px 20px 24px 20px
  }
}
.procloud-try-bigMargin {
  margin-bottom: -225px!important
}
@media (max-width:1280px) {
  .procloud-try-bigMargin {
    margin-bottom: -170px!important
  }
}
.procloud-try__title {
  background: linear-gradient(0deg,#fff,#fff),linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 24px
}
@media only screen and (max-width:1800px) {
  .procloud-try__title {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try__title {
    margin-bottom: 16px
  }
}
@media (max-width:335px) {
  .procloud-try__title {
    font-size: 38px!important
  }
}
.text-90 {
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.02em;
  font-size: 90px
}
@media only screen and (max-width:1800px) {
  .text-90 {
    font-size: 72px
  }
}
@media only screen and (max-width:1024px) {
  .text-90 {
    font-size: 56px
  }
}
@media only screen and (max-width:560px) {
  .text-90 {
    font-size: 40px
  }
}
.procloud-try__description {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  max-width: 624px;
  width: 100%
}
.procloud-try__description li:not(:last-child) {
  margin-bottom: 10px
}
@media only screen and (max-width:1800px) {
  .procloud-try__description {
    font-size: 20px;
    max-width: 472px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try__description {
    font-size: 18px
  }
}
@media only screen and (max-width:560px) {
  .procloud-try__description {
    font-size: 14px;
    max-width: 434px
  }
}
.procloud-try__footer-description {
  margin-top: 20px;
  max-width: 556px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255,255,255,.6)
}
@media only screen and (max-width:1800px) {
  .procloud-try__footer-description {
    font-size: 14px;
    margin-top: 16px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try__footer-description {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .procloud-try__footer-description {
    margin-top: 8px;
    font-size: 12px
  }
}
.procloud-try__decor {
  position: absolute;
  right: -60px;
  top: -110px;
  max-width: 730px;
}
.procloud-try__decor img {
  max-width: 100%
}
@media only screen and (min-width:1801px) {
  .dedicated-servers .procloud-try__decor {
    width: 730px;
    right: -59px;
    top: -123px
  }
}
@media only screen and (max-width:1800px) {
  .procloud-try__decor {
    width: 634px;
    right: -49px;
    top: -80px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try__decor {
    top: 139px;
    left: -62px;
    width: 120%;
    max-width: none;
  }
}
@media only screen and (max-width:560px) {
  .procloud-try__decor {
    top: 136px;
    width: 100%;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.adaptive-box-default {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
@media only screen and (min-width:1801px) {
  .dedicated-servers .adaptive-box-default {
    max-width: 1280px;
  }
}
@media only screen and (max-width:1800px) {
  .adaptive-box-default {
    max-width: 1080px
  }
}
@media only screen and (max-width:1024px) {
  .adaptive-box-default {
    max-width: 704px
  }
}
@media only screen and (max-width:560px) {
  .adaptive-box-default {
    max-width: 100%
  }
}
.btn-register {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 22px 30px
}
.btn-register::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 100px;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.btn-register .btn-register__text {
  display: block;
  font-weight: 500;
  line-height: 105%;
  font-size: 20px;
  position: relative;
  z-index: 10
}
@media only screen and (max-width:1800px) {
  .btn-register .btn-register__text {
    font-size: 15px
  }
}
.btn-register:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
@media only screen and (max-width:1800px) {
  .btn-register {
    padding: 17px 29px 18px
  }
}
@media only screen and (max-width:1024px) {
  .btn-register {
    display: none
  }
}
.btn-gradient-zoom {
  position: relative;
  padding: 22px 10px;
  width: 255px;
  text-align: center;
  display: inline-block;
  vertical-align: top
}
.wide-button{
  width: auto !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.btn-gradient-zoom::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  min-height: 64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: linear-gradient(to right,#3d8dfa,#9a43b8,#3d8dfa,#9a43b8);
  border-radius: 100px;
  transition: all .45s linear;
  -webkit-transform-origin: top;
  transform-origin: top;
  background-size: 400% 100%
}
.btn-gradient-zoom .inner {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 10
}
.btn-gradient-zoom .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.btn-gradient-zoom .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.btn-gradient-zoom:hover .normal {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}
.btn-gradient-zoom:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.btn-gradient-zoom:hover::after {
  -webkit-transform: scale(1.06) translateY(-50%);
  transform: scale(1.06) translateY(-50%);
  background-position: 100% 0
}
@media only screen and (max-width:1800px) {
  .btn-gradient-zoom {
    width: 196px;
    padding: 16px 10px
  }
  .btn-gradient-zoom::after {
    min-height: 50px
  }
}
@media only screen and (max-width:560px) {
  .btn-gradient-zoom {
    width: 180px;
    padding: 16px 20px
  }
  .btn-gradient-zoom::after {
    min-height: 46px;
    border-width: 1px
  }
}
.btn-gradient-zoom__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  color: #fff;
  position: relative;
  z-index: 1;
  display: block
}
@media only screen and (max-width:1800px) {
  .btn-gradient-zoom__text {
    font-size: 15px
  }
}
@media only screen and (max-width:560px) {
  .btn-gradient-zoom__text {
    font-size: 14px
  }
}
.welcome-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0
}
.welcome-footer .container {
  margin-top: 0!important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media (max-width:1700px) {
  .welcome-footer {
    bottom: 0
  }
}
.welcome-footer .to-hide-animate_scroll {
  height: 46px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: initial;
}
@media only screen and (max-width:1800px) {
  .welcome-footer .to-hide-animate_scroll {
    height: 46px
  }
}
@media only screen and (max-width:560px) {
  .welcome-footer .to-hide-animate_scroll {
    height: 32px
  }
}
.welcome-footer .to-scroll-animate {
  width: 46px;
  height: 46px;
  -webkit-flex: 0 0 46px;
  -ms-flex: 0 0 46px;
  flex: 0 0 46px;
  position: relative;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.welcome-footer .to-scroll-animate .svg-image-down-arrow {
  margin: auto;
  width: 24px
}
.welcome-footer .to-scroll-animate:before {
  content: "";
  border-radius: inherit;
  border: 2px solid #425af0;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: .2;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  -webkit-transform-origin: left top;
  transform-origin: left top
}
@media only screen and (max-width:560px) {
  .welcome-footer .to-scroll-animate:before {
    border: 1px solid #425af0
  }
}
.welcome-footer .to-scroll-animate:hover:before {
  -webkit-transform: scale(1.05) translate(-50%,-50%);
  transform: scale(1.05) translate(-50%,-50%)
}
@media only screen and (max-width:560px) {
  .welcome-footer .to-scroll-animate {
    width: 32px;
    height: 32px;
    -webkit-flex: 0 0 32px;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px
  }
}
.maw736,
.page-description.maw736{
  max-width: 736px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .maw736,
  .page-description.maw736 {
    max-width: 602px
  }
}
@media only screen and (max-width:1024px) {
  .maw736,
  .page-description.maw736 {
    max-width: 467px
  }
}
@media only screen and (max-width:560px) {
  .maw736,
  .page-description.maw736 {
    max-width: 280px
  }
}
.btn-with-icon {
  display: inline-block;
  vertical-align: top
}
.btn-with-icon .btn-with-icon__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 105%
}
@media only screen and (max-width:1800px) {
  .btn-with-icon .btn-with-icon__text {
    font-size: 15px!important
  }
}
@media only screen and (max-width:560px) {
  .btn-with-icon .btn-with-icon__text {
    font-size: 14px!important
  }
}
.btn-with-icon [class*=svg-image] {
  transition: all .4s ease-in-out
}
.btn-with-icon:hover [class*=svg-image] {
  -webkit-transform: translateX(10px);
  transform: translateX(10px)
}
@media only screen and (max-width:1800px) {
  .btn-with-icon .row-10 {
    margin-left: -6px;
    margin-right: -6px
  }
  .btn-with-icon .row-10 > [class*=col] {
    padding-left: 6px;
    padding-right: 6px
  }
}
@media only screen and (max-width:560px) {
  .btn-with-icon .row-10 {
    margin-left: -6px;
    margin-right: -6px
  }
  .btn-with-icon .row-10 > [class*=col] {
    padding-left: 6px;
    padding-right: 6px
  }
  .btn-with-icon .svg-image-create-arrow-right {
    width: 15px
  }
}
@media only screen and (max-width:1800px) {
  .row-18 {
    margin-left: -10px;
    margin-right: -10px
  }
}
.row-18 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px
}
.t230 {
  top: 230px;
  position: relative
}
@media only screen and (max-width:1800px) {
  .t230 {
    top: 40px
  }
}
.awesome-hover {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .awesome-hover {
    font-size: 15px
  }
}
.awesome-hover .inner {
  display: block;
  position: relative;
  overflow: hidden
}
.awesome-hover .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.awesome-hover .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.awesome-hover:hover .normal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.awesome-hover:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.btn-register .inner {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.btn-register .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.btn-register .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.btn-register:hover .normal {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}
.btn-register:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.responsive-1280 {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
@media only screen and (max-width:1800px) {
  .responsive-1280 {
    max-width: 1080px
  }
}
.section-box-price .text-72,
.section-pricing-title .text-72{
  margin-bottom: 72px;
  letter-spacing: -.02em;
  font-weight: 600
}
@media only screen and (max-width:1800px) {
  .section-box-price .text-72,
  .section-pricing-title .text-72 {
    margin-bottom: 56px;
    font-size: 65px
  }
}
@media only screen and (max-width:1024px) {
  .section-box-price .text-72{
    margin-bottom: 52px
  }
  .section-pricing-title .text-72{
    font-size: 48px;
  }
}
@media only screen and (max-width:560px) {
  .section-box-price .text-72{
    margin-bottom: 36px;
    font-size: 36px
  }
}
.section-box-price .configs {
  padding-top: 0
}
.section-box-price .configs__body {
  margin-top: 36px
}
@media only screen and (max-width:1800px) {
  .section-box-price .configs__body {
    margin-top: 32px
  }
}
@media only screen and (max-width:1024px) {
  .section-box-price .configs__body {
    margin-top: 28px
  }
}
@media only screen and (max-width:560px) {
  .section-box-price .configs__body {
    margin-top: 20px
  }
}
.section-box-price-header .btn {
  padding: 18px 30px;
  font-size: 20px;
  line-height: 105%
}
@media only screen and (max-width:1800px) {
  .section-box-price-header .btn {
    font-size: 15px;
    padding: 16px 25px
  }
}
@media only screen and (max-width:560px) {
  .section-box-price-header .btn {
    padding: 12px 16px;
    font-size: 14px
  }
}
@media only screen and (max-width:1800px) {
  .section-box-price-header.row-6 {
    margin-left: -4px;
    margin-right: -4px
  }
  .section-box-price-header.row-6 > [class*=col] {
    padding-left: 4px;
    padding-right: 4px
  }
}
.configs-obg-storage.configs {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 20px
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs {
    max-width: 1080px;
    padding-top: 28px
  }
  .configs-obg-storage.configs .storage-range-val-text {
    font-size: 16px
  }
}
@media only screen and (max-width:1024px) {
  .configs-obg-storage.configs {
    max-width: 100%;
    padding-top: 8px
  }
}
.configs-obg-storage.configs .config-slider__col {
  height: 100%!important;
  padding: 40px 40px 44px
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider__col {
    padding: 24px 32px
  }
}
@media only screen and (max-width:1024px) {
  .configs-obg-storage.configs .config-slider__col {
    padding: 40px 32px
  }
}
@media only screen and (max-width:560px) {
  .configs-obg-storage.configs .config-slider__col {
    padding: 20px
  }
}
.configs-obg-storage.configs .config-slider--value {
  font-size: 50px
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider--value {
    font-size: 45px!important
  }
}
@media only screen and (max-width:560px) {
  .configs-obg-storage.configs .config-slider--value {
    font-size: 32px!important
  }
}
.configs-obg-storage.configs .config-slider-storage .config-slider__header {
  margin-bottom: 24px
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider-storage .config-slider__header {
    margin-bottom: 12px
  }
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider-storage .config-slider__header {
    margin-bottom: 20px
  }
}
.configs-obg-storage.configs .config-slider-storage .noUi-target {
  margin-bottom: 16px!important
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider-storage .config-slider__section {
    margin-bottom: 16px!important
  }
}
.configs-obg-storage.configs .config-slider__col-price-storage .config-slider--value {
  font-size: 72px
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider--value {
    font-size: 64px!important
  }
}
@media only screen and (max-width:560px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider--value {
    font-size: 36px!important
  }
}
.configs-obg-storage.configs .config-slider__col-price-storage .config-slider__section {
  margin-bottom: 32px
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider__section {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:560px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider__section {
    margin-bottom: 12px
  }
}
.configs-obg-storage.configs .config-slider__col-price-storage .config-slider__col-footer p {
  margin-top: 103px
}
@media only screen and (max-width:1024px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider__col-footer p {
    margin-top: 56px
  }
}
@media only screen and (max-width:560px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider__col-footer p {
    margin-top: 32px
  }
}
.configs-obg-storage.configs .config-slider__col-price-storage .config-slider__header {
  margin-bottom: 88px
}
.configs-obg-storage.configs .config-slider__col-price-storage .config-slider__header span {
  line-height: 120%;
  display: block
}
@media only screen and (max-width:1800px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider__header {
    margin-bottom: 72px
  }
}
@media only screen and (max-width:1024px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider__header {
    margin-bottom: 56px
  }
}
@media only screen and (max-width:560px) {
  .configs-obg-storage.configs .config-slider__col-price-storage .config-slider__header {
    margin-bottom: 32px
  }
}
.procloud-try-offer {
  height: auto!important
}
.procloud-try-offer .procloud-try__description {
  margin-bottom: 82px
}
@media only screen and (max-width:1800px) {
  .procloud-try-offer .procloud-try__description {
    margin-bottom: 55px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try-offer .procloud-try__description {
    margin-bottom: 377px
  }
}
@media only screen and (max-width:560px) {
  .procloud-try-offer .procloud-try__description {
    margin-bottom: 244px
  }
}
.procloud-try-offer .procloud-try__decor {
  top: -10px;
  right: -30px
}
@media only screen and (max-width:1800px) {
  .procloud-try-offer .procloud-try__decor {
    width: 500px;
    top: 17px;
    right: -25px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try-offer .procloud-try__decor {
    width: 80%;
    right: 48px;
    top: auto!important;
    left: auto!important;
    bottom: 17%!important
  }
}
@media only screen and (max-width:560px) {
  .procloud-try-offer .procloud-try__decor {
    width: 90%;
    right: 20px
  }
}
@media only screen and (max-width:1024px) {
  .procloud-try-offer .procloud-try__title br {
    display: none
  }
}
.b20f {
  margin-top: 20px
}
.w680 {
  width: 680px
}
@media only screen and (max-width:1800px) {
  .w680 {
    width: 600px
  }
}
@media only screen and (max-width:1024px) {
  .w680 {
    width: auto
  }
}
.price-vd-head {
  margin-top: 80px
}
@media only screen and (max-width:1800px) {
  .price-vd-head {
    margin-top: 60px
  }
}
@media only screen and (max-width:1024px) {
  .price-vd-head {
    margin-top: 32px
  }
}
@media only screen and (max-width:560px) {
  .price-vd-head {
    margin-top: 28px
  }
}
.btn-trns-zoom {
  position: relative;
  padding: 18px 29px;
  display: inline-block;
  vertical-align: top
}
@media only screen and (max-width:1800px) {
  .btn-trns-zoom {
    padding: 15px 25px
  }
}
@media only screen and (max-width:560px) {
  .btn-trns-zoom {
    padding: 12px 16px
  }
}
.btn-trns-zoom::after {
  content: "";
  border-radius: 167px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid rgba(66,90,240,.2);
  z-index: -1;
  transition: all .25s
}
.btn-trns-zoom:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.btn-trns-zoom__text {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),linear-gradient(0deg,#425af0,#425af0),#fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 20px;
  line-height: 105%;
  font-weight: 600;
  position: relative;
  z-index: 3;
  display: block
}
@media only screen and (max-width:1800px) {
  .btn-trns-zoom__text {
    font-size: 15px
  }
}
@media only screen and (max-width:560px) {
  .btn-trns-zoom__text {
    font-size: 12px
  }
}
.section.comparison-section {
  padding-top: 480px
}
.section.comparison-section .b100 {
  margin-top: 200px
}
@media only screen and (max-width:1800px) {
  .section.comparison-section {
    padding-top: 320px
  }
  .section.comparison-section .b100 {
    margin-top: 200px
  }
}
@media only screen and (max-width:1024px) {
  .section.comparison-section {
    padding-top: 280px
  }
  .section.comparison-section .b100 {
    margin-top: 100px
  }
}
@media only screen and (max-width:560px) {
  .section.comparison-section .b100 {
    margin-top: 50px
  }
}
@media only screen and (max-width:767px) {
  .section.comparison-section {
    padding-top: 180px
  }
}
.no-selected {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.section__content-styled {
  max-width: 850px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .section__content-styled {
    max-width: 650px
  }
}
@media only screen and (max-width:1024px) {
  .section__content-styled {
    max-width: 100%
  }
}
.section__content-styled .section--description {
  max-width: 700px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .section__content-styled .section--description {
    max-width: 580px
  }
}
@media only screen and (max-width:1400px) {
  .section__content-styled .section--description {
    max-width: 520px
  }
}
@media only screen and (max-width:560px) {
  .section__content-styled .section--description {
    max-width: 320px
  }
}
@media (max-width:450px) {
  .price-compare--values {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .price-compare__header .price-compare--values .btn {
    -webkit-flex: 0 0 calc(50% - 4px);
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px)
  }
}
@media only screen and (max-width:1800px) {
  .svg-image-create-arrow-right,
  .svg-image-l-arrow-right {
    width: 20px
  }
}
@media only screen and (max-width:560px) {
  .svg-image-create-arrow-right,
  .svg-image-l-arrow-right {
    width: 18px
  }
}
@media only screen and (max-width:1800px) {
  .btn-with-icon .row-6 {
    margin-left: -4px;
    margin-right: -4px
  }
  .btn-with-icon .row-6 > [class*=col] {
    padding-left: 4px;
    padding-right: 4px
  }
}
.counterOnScroll {
  opacity: 0;
  transition: all .25s
}
.counterOnScroll.is-visible {
  opacity: 1
}
.parsley-errors-list {
  position: relative;
  opacity: 0;
  margin-top: 4px;
  color: rgba(255,38,38,.8);
  font-size: 16px;
  letter-spacing: -.02em;
  line-height: 120%
}
.parsley-errors-list.filled {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: opacity 2.3s linear
}
@media only screen and (max-width:1800px) {
  .parsley-errors-list {
    font-size: 14px;
    line-height: 140%
  }
}
@media only screen and (max-width:560px) {
  .parsley-errors-list {
    font-size: 12px;
    line-height: 140%
  }
}
.parsley-errors-list li {
  padding-left: 15px;
  position: relative
}
.parsley-errors-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ff2626
}
@media only screen and (max-width:1800px) {
  .parsley-errors-list li::after {
    top: 5px
  }
}
@media only screen and (max-width:560px) {
  .parsley-errors-list li::after {
    top: 4px
  }
}
.maw1120 {
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
@media only screen and (max-width:1800px) {
  .maw1120 {
    max-width: 860px
  }
  .maw1120 .text-60 {
    font-size: 45px
  }
}
@media only screen and (max-width:1024px) {
  .maw1120 {
    max-width: 610px
  }
  .maw1120 .text-60 {
    font-size: 32px
  }
}
@media only screen and (max-width:560px) {
  .maw1120 {
    max-width: 343px
  }
  .maw1120 .text-60 {
    font-size: 20px
  }
}
.welcome-small-box {
  background-color: rgba(255,255,255,.85);
  border-radius: 20px;
  padding: 20px;
  display: block;
  width: 300px;
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear;
  will-change: transform
}
.welcome-small-box:hover {
  -webkit-transform: scale(.97);
  transform: scale(.97);
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear,-webkit-transform .2s linear
}
@media only screen and (max-width:1800px) {
  .welcome-small-box {
    width: 270px
  }
}
.welcome-small-box__icon {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .welcome-small-box__icon {
    margin-bottom: 15px
  }
}
.welcome-small-box__title {
  margin-top: -4px;
  margin-bottom: 4px;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  opacity: .9
}
@media only screen and (max-width:1800px) {
  .welcome-small-box__title {
    font-size: 16px;
    margin-bottom: 7px
  }
}
.welcome-small-box__desc {
  color: rgba(47,47,47,.5);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  max-width: 222px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .welcome-small-box__desc {
    font-size: 14px;
    max-width: 219px
  }
}
.about-company-btn-wrap {
  margin-bottom: 36px
}
.about-company-btn {
  width: 264px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left
}
.about-company-btn::before {
  background-color: transparent!important
}
.about-company-btn::after {
  background-image: url(../images/btn-border.svg)!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: 100% 100%!important
}
@media only screen and (max-width:1800px) {
  .about-company-btn::after {
    background-image: url(../images/btn-border-238.svg)!important
  }
}
@media only screen and (max-width:560px) {
  .about-company-btn::after {
    background-image: url(../images/btn-border-160.svg)!important
  }
}
.about-company-btn .btn-effect-zoom__text {
  background-color: transparent
}
@media only screen and (max-width:1800px) {
  .about-company-btn {
    width: 238px
  }
}
@media only screen and (max-width:560px) {
  .about-company-btn {
    padding-left: 20px;
    padding-right: 20px;
    width: 160px
  }
}
.about-company-description {
  margin-top: 20px;
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  letter-spacing: -.02em;
  color: rgba(51,51,51,.4)
}
@media only screen and (max-width:1800px) {
  .about-company-description {
    max-width: 637px;
    font-size: 16px
  }
}
@media only screen and (max-width:1024px) {
  .about-company-description {
    max-width: 540px
  }
}
@media only screen and (max-width:560px) {
  .about-company-description {
    max-width: 334px
  }
}
.t100 {
  top: 100px;
  position: relative
}
@media only screen and (max-width:1800px) {
  .t100 {
    top: 80px
  }
}
@media only screen and (max-width:1024px) {
  .t100 {
    top: 114px;
    margin-top: 0
  }
  .t100 .procloud-try {
    margin-top: -54px
  }
}
@media only screen and (max-width:560px) {
  .t100 {
    top: 58px
  }
  .t100 .procloud-try {
    margin-top: 2px
  }
}
.section.section-why-procloud {
  min-height: auto;
  padding-top: 255px;
  padding-bottom: 385px;
  border-radius: 0 0 20px 20px;
  margin-bottom: -20px;
  z-index: 11!important
}
.section.section-why-procloud.cloud-servers-why{
  padding-bottom: 300px;
}
.section.section-why-procloud .to-animate-cards__col:nth-child(2) {
  top: 131px
}
@media (max-width:1280px) {
  .section.section-why-procloud .to-animate-cards__col:nth-child(2) {
    top: 0
  }
}
.section.section-why-procloud .to-animate-cards__col:nth-child(3) {
  top: 55px
}
@media (max-width:1280px) {
  .section.section-why-procloud .to-animate-cards__col:nth-child(3) {
    top: 0
  }
}
@media (max-width:630px) {
  .section.section-why-procloud .to-animate-cards__col.col-md-6 {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
@media (max-width:630px) {
  .section.section-why-procloud {
    padding-bottom: 110px!important
  }
}
@media (max-width:576px) {
  .section.section-why-procloud {
    padding-bottom: 60px!important;
    background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#d9d9d9;
  }
  .section.section-why-procloud .section-image{
    display: none;
  }
}
@media only screen and (max-width:1800px) {
  .section.section-why-procloud {
    padding-top: 220px
  }
  .section.section-why-procloud .row-20 {
    margin-left: -9px;
    margin-right: -9px
  }
  .section.section-why-procloud .row-20 > [class*=col] {
    padding-left: 9px;
    padding-right: 9px
  }
}
@media only screen and (max-width:1400px) {
  .section.section-why-procloud .row-20 {
    margin-left: -20px;
    margin-right: -20px
  }
  .section.section-why-procloud .row-20 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (max-width:1280px) {
  .section.section-why-procloud .row-20 > [class*=col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .section.section-why-procloud .b78 .col-xl-3 {
    margin-bottom: 44px
  }
  .section.section-why-procloud .b78 .col-xl-3:nth-child(even) .advantage-box {
    position: relative;
    top: 43px
  }
}
@media only screen and (max-width:1024px) {
  .section.section-why-procloud,
  .section.section-why-procloud.cloud-servers-why{
    padding-top: 130px;
    padding-bottom: 218px;
  }
  .section.section-why-procloud .b78 {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  .section.section-why-procloud .b78 .col-xl-3:nth-child(even) .advantage-box {
    position: relative;
    top: 43px
  }
}
@media only screen and (max-width:1024px) and (max-width:630px) {
  .section.section-why-procloud .b78 .col-xl-3:nth-child(even) .advantage-box {
    top: 0
  }
}
@media only screen and (max-width:560px) {
  .section.section-why-procloud,
  .section.section-why-procloud.cloud-servers-why{
    padding-top: 130px;
    padding-bottom: 76px
  }
}
@media only screen and (max-width:560px) {
  .section.section-why-procloud .b78 {
    margin-top: 40px
  }
  .section.section-why-procloud .b78 .b-40 {
    margin-top: -20px
  }
  .section.section-why-procloud .b78 .b40 {
    margin-top: 20px
  }
}
.section-why-procloud-footer {
  position: absolute;
  bottom: -2.2em;
  left: 0;
  right: 0;
  z-index: 7
}
@media only screen and (max-width:1024px) {
  .section-why-procloud-footer {
    bottom: -22px
  }
}
@media only screen and (max-width:560px) {
  .section-why-procloud-footer {
    display: none
  }
}
.section-why-procloud-footer-el {
  font-weight: 700;
  font-size: 180px;
  line-height: 110%;
  text-align: center;
  letter-spacing: -.02em;
  text-transform: uppercase;
  color: rgba(255,255,255,.13);
  white-space: nowrap
}
@media (max-width:1920px) {
  .section-why-procloud-footer-el {
    margin-bottom: .7%;
    line-height: 100%;
    margin-left: -5px;
    font-size: 9.3vw
  }
}
@media (max-width:1540px) {
  .section-why-procloud-footer-el {
    margin-bottom: .8%
  }
}
@media only screen and (max-width:1800px) {
  .section-why-procloud-footer-el {
    margin-bottom: 1.5%;
    font-size: 9.4vw
  }
}
@media (max-width:1165px) {
  .section-why-procloud-footer-el {
    margin-bottom: 1.8%
  }
}
@media only screen and (max-width:1024px) {
  .section-why-procloud-footer-el {
    margin-bottom: 1%
  }
}
@media (max-width:950px) {
  .section-why-procloud-footer-el {
    margin-bottom: 1.3%
  }
}
@media (max-width:850px) {
  .section-why-procloud-footer-el {
    margin-bottom: 1.4%
  }
}
@media (max-width:768px) {
  .section-why-procloud-footer-el {
    margin-left: -81px;
    font-size: 10.5vw
  }
}
@media (max-width:700px) {
  .section-why-procloud-footer-el {
    margin-bottom: 1.8%
  }
}
@media (max-width:650px) {
  .section-why-procloud-footer-el {
    margin-bottom: 2.3%
  }
}
@media (max-width:630px) {
  .section-why-procloud-footer-el {
    display: none
  }
}
.section__wrap-header {
  text-align: center
}
.section__wrap-header .mb0 {
  margin-bottom: 0
}
.section__wrap-header .section--description {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px
}
@media only screen and (max-width:1800px) {
  .section__wrap-header .section--description {
    font-size: 16px;
    max-width: 500px
  }
}
@media only screen and (max-width:1400px) {
  .section__wrap-header .section--description {
    margin-top: 20px
  }
}
.advantage-box {
  background: linear-gradient(155.32deg,rgba(255,255,255,.5) -8.25%,rgba(242,247,253,.5) 101.22%),#fff;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 20px;
  min-height: 490px;
  padding-top: 10px
}
@media only screen and (max-width:1725px) {
  .advantage-box {
    min-height: 380px
  }
}
@media (max-width:1280px) {
  .advantage-box {
    max-width: 462px;
    min-height: 350px
  }
}
@media only screen and (max-width:1024px) {
  .advantage-box {
    min-height: 380px
  }
}
@media (max-width:630px) {
  .advantage-box {
    min-height: 185px;
    padding-top: 0
  }
  .advantage-box .advantage-box-icon {
    display: none
  }
}
.maw1800 {
  max-width: 1800px!important
}
.advantage-box-icon {
  text-align: center;
  margin-bottom: 12px
}
@media only screen and (max-width:1725px) {
  .advantage-box-icon {
    width: 140px;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
  }
  .advantage-box-icon img {
    width: 100%
  }
}
@media only screen and (max-width:1400px) {
  .advantage-box-icon {
    width: 136px;
    height: 136px
  }
}
@media only screen and (max-width:1024px) {
  .advantage-box-icon {
    width: 130px;
    height: 130px
  }
}
.advantage-box-info {
  padding: 0 20px 10px;
  text-align: center
}
@media (max-width:630px) {
  .advantage-box-info {
    padding: 32px 20px;
    padding-right: 37px;
    text-align: left
  }
}
.advantage-title {
  font-size: 32px;
  line-height: 120%;
  font-weight: 600;
  letter-spacing: -.02em;
  margin-bottom: 12px
}
@media only screen and (max-width:1725px) {
  .advantage-title {
    font-size: 28px;
    margin-bottom: 8px
  }
}
@media (max-width:630px) {
  .advantage-title {
    font-size: 24px
  }
}
.advantage-desc {
  font-size: 20px;
  line-height: 140%;
  color: rgba(51,51,51,.4)
}
@media only screen and (max-width:1725px) {
  .advantage-desc {
    font-size: 16px
  }
}
.text-64 {
  font-size: 64px;
  line-height: 110%;
  letter-spacing: -.02em;
  font-weight: 600
}
.section.section-popular-serv {
  background-color: #f0eeff!important;
  border-radius: 0 0 30px 30px;
  overflow: visible!important;
  z-index: 11!important;
  margin-bottom: -30px;
  padding-top: 315px
}
.section.section-popular-serv.no-border {
  border-radius: 0
}
@media only screen and (max-width:1725px) {
  .section.section-popular-serv {
    padding-top: 190px;
    padding-bottom: 160px
  }
  .section.section-popular-serv .b44 {
    margin-top: 40px
  }
  .section.section-popular-serv .b-44 {
    margin-top: -40px
  }
}
@media only screen and (max-width:1024px) {
  .section.section-popular-serv .text-64 {
    max-width: 490px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  .section.section-popular-serv .text-64 .d-inline {
    display: inline-block!important;
    vertical-align: top
  }
}
@media only screen and (max-width:560px) {
  .section.section-popular-serv .text-64 .d-inline{
    background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 242px;
  }
  .section.section-popular-serv {
    padding-top: 164px;
    padding-bottom: 132px
  }
  .section.section-popular-serv .text-64 {
    max-width: 347px;
    font-size: 36px
  }
  .section.section-popular-serv .b60 {
    margin-top: 35px
  }
  .section.section-popular-serv .b44 {
    margin-top: 20px
  }
  .section.section-popular-serv .b-44 {
    margin-top: -20px
  }
}
.popular-soon {
  padding: 6px 16px 5px 16px;
  font-size: 20px;
  background: rgba(208,208,208,.2);
  border-radius: 10px;
  font-weight: 700;
  color: #4f4f4f;
  opacity: .4;
  text-transform: uppercase;
  letter-spacing: -.02em
}
@media only screen and (max-width:1800px) {
  .popular-soon {
    padding: 6px 12px 5px 12px;
    font-size: 18px
  }
}
@media (max-width:1320px) {
  .popular-soon {
    padding: 6px 10px 5px 10px;
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .popular-soon {
    padding: 2px 6px;
    font-size: 12px;
    margin: 7px 0;
  }
}
@media (max-width:576px) {
  .padding-132-serv {
    padding-top: 132px!important
  }
}
.container-fluid {
  padding-left: 80px;
  padding-right: 80px
}
@media only screen and (max-width:1400px) {
  .container-fluid {
    padding-left: 53px;
    padding-right: 53px
  }
}
@media only screen and (max-width:1024px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px
  }
}
@media only screen and (max-width:560px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px
  }
}
.popular-serv-box {
  display: block;
  cursor: pointer;
}
.to-animate-double-card {
  margin-top: 0!important
}
.to-animate-double-card .row.no-gutters {
  margin-bottom: 44px
}
@media (max-width: 560px) {
  .to-animate-double-card .row.no-gutters{
    margin-bottom: 12px;
  }
}
.to-animate-double-card .double-card-left {
  position: relative;
  border-radius: 30px;
  margin-right: -90px;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08)
}
@media (max-width:1024px) {
  .to-animate-double-card .double-card-left {
    margin-right: 0
  }
}
.to-animate-double-card .double-card-left .popular-serv-box-cont {
  padding-right: 138px
}
@media (max-width:1024px) {
  .to-animate-double-card .double-card-left .popular-serv-box-cont {
    padding: 28px 32px 32px
  }
}
@media only screen and (max-width:560px) {
  .to-animate-double-card .double-card-left .popular-serv-box-cont {
    padding: 24px 24px 28px 24px;
    min-height: 160px;
    height: auto;
    gap: 4px;
  }
  .to-animate-double-card .double-card-left .popular-serv-box-cont .text-32 {
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .to-animate-double-card .double-card-left .popular-serv-box-cont .col-auto {
    padding-left: 0
  }
  .to-animate-double-card .double-card-left .popular-serv-box-cont .double-card-right {
    border-radius: 30px
  }
}
.to-animate-double-card.reverse .double-card-left {
  margin-right: 0;
  margin-left: -88px
}
@media (max-width:1024px) {
  .to-animate-double-card.reverse .double-card-left {
    margin-right: 0
  }
}
.to-animate-double-card.reverse .double-card-left .popular-serv-box-cont {
  padding-right: 48px;
  padding-left: 138px
}
@media (max-width:1024px) {
  .to-animate-double-card.reverse .double-card-left .popular-serv-box-cont {
    padding: 28px 32px 32px
  }
}
@media only screen and (max-width:560px) {
  .to-animate-double-card.reverse .double-card-left .popular-serv-box-cont {
    padding: 20px 24px 24px 24px
  }
  .to-animate-double-card.reverse .double-card-left .popular-serv-box-cont .text-32 {
    font-size: 16px;
    font-weight: 500;
    background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .to-animate-double-card.reverse .double-card-left .popular-serv-box-cont .col-auto {
    padding-left: 0
  }
}
.popular-serv-box-cont {
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px;
  border-radius: 30px;
  background: linear-gradient(155.32deg,rgba(255,255,255,.5) -8.25%,rgba(242,247,253,.5) 101.22%),#fff
}
.popular-serv-box-cont .text-32 {
  line-height: 110%
}
@media only screen and (max-width:1725px) {
  .popular-serv-box-cont {
    padding: 28px 40px 40px
  }
  .popular-serv-box-cont .text-32 {
    font-size: 28px
  }
}
@media only screen and (max-width:1400px) {
  .popular-serv-box-cont {
    padding: 28px 32px 32px
  }
}
@media only screen and (max-width:1024px) {
  .popular-serv-box-cont {
    height: 290px
  }
}
@media only screen and (max-width:560px) {
  .popular-serv-box-cont {
    padding: 20px 24px 24px 24px
  }
  .popular-serv-box-cont .text-32 {
    font-size: 20px
  }
  .popular-serv-box-cont .col-auto {
    padding-left: 0
  }
}
.popular-serv-box-cont .c-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.popular-serv-box-cont .c-btn-inner {
  position: relative;
  width: 20px;
  overflow: hidden
}
.popular-serv-box-cont {
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear;
  will-change: transform
}
.popular-serv-box-cont:hover {
  -webkit-transform: scale(.99);
  transform: scale(.99);
  transition: -webkit-transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear,-webkit-transform .3s linear
}
.popular-serv-box-cont:hover .c-btn {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.popular-serv-box-cont:hover .c-btn .svg-image-gradient-arrow-right {
  width: 20px;
  -webkit-transform: translateX(250%);
  transform: translateX(250%)
}
.popular-serv-box-cont:hover .c-btn .svg-image-gradient-arrow-right_hover {
  width: 20px;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.c-btn {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(143,153,242,.14);
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  overflow: hidden
}
.c-btn .svg-image-gradient-arrow-right {
  width: 20px;
  position: relative;
  display: block;
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1)
}
.c-btn .svg-image-gradient-arrow-right:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 81.4814814815%
}
.c-btn .svg-image-gradient-arrow-right_hover {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  -webkit-transform: translate(-200%,-50%);
  transform: translate(-200%,-50%);
  transition: -webkit-transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1);
  transition: transform .8s cubic-bezier(.19,1,.22,1),-webkit-transform .8s cubic-bezier(.19,1,.22,1);
  background: url(../images/sprites/main.svg) no-repeat;
  background-position: 92.9577464789% 48.9795918367%;
  background-size: 1414.8148148148% auto
}
.c-btn .svg-image-gradient-arrow-right_hover:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 81.4814814815%
}
.c-btn div {
  margin: auto
}
@media only screen and (max-width:560px) {
  .c-btn {
    width: 40px;
    height: 40px
  }
  .popular-serv-box-cont .c-btn{
    width: 32px;
    height: 32px;
    background: url("../images/pop-serv-arrow-mobile.png") center center no-repeat;
    background-size: contain;
  }
  .popular-serv-box-cont .c-btn *{
    display: none;
  }
  .c-btn .svg-image-gradient-arrow-right {
    width: 17px
  }
}
.popular-serv-box {
  max-width: 1760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px
}
@media only screen and (max-width:1725px) {
  .popular-serv-box {
    max-width: 1320px
  }
}
@media only screen and (max-width:560px) {
  .popular-serv-box {
    border-radius: 24px;
  }
}
.popular-serv-box-image {
  width: 1014px;
  height: 500px;
  border-radius: 30px
}
.popular-serv-box-image img {
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media only screen and (max-width:1725px) {
  .popular-serv-box-image {
    width: 720px;
    height: 330px
  }
}
@media only screen and (max-width:1400px) {
  .popular-serv-box-image {
    width: 644px;
    height: 330px
  }
}
@media only screen and (max-width:1200px) {
  .popular-serv-box-image {
    width: 500px
  }
}
.popular-serv-box-desc {
  font-size: 24px;
  line-height: 140%;
  color: rgba(79,79,79,.4);
  max-width: 572px;
  width: 100%
}
@media only screen and (max-width:1725px) {
  .popular-serv-box-desc {
    font-size: 20px;
    max-width: 495px
  }
}
@media only screen and (max-width:1400px) {
  .popular-serv-box-desc {
    font-size: 18px;
    max-width: 469px
  }
}
@media only screen and (max-width:560px) {
  .popular-serv-box-desc {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #1E1E1E;
    opacity: 0.6;
  }
}
.popular-serv-box-wrapper:nth-child(even) .popular-serv-box > .row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.ptb240 {
  padding-top: 240px;
  padding-bottom: 240px
}
@media only screen and (max-width:1725px) {
  .ptb240 {
    padding-top: 160px;
    padding-bottom: 160px
  }
}
.section.section-cloud-manager {
  border-radius: 0 0 20px 20px;
  margin-bottom: -30px;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#d9d9d9;
  z-index: 12!important;
  padding-top: 240px;
  padding-bottom: 240px;
  min-height: auto
}
@media only screen and (max-width:1725px) {
  .section.section-cloud-manager .text-90 {
    font-size: 80px
  }
}
@media only screen and (max-width:1024px) {
  .section.section-cloud-manager .text-90 {
    font-size: 70px
  }
}
@media only screen and (max-width:560px) {
  .section.section-cloud-manager .text-90 {
    font-size: 60px;
    max-width: 305px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
@media only screen and (max-width:1725px) {
  .section.section-cloud-manager {
    padding-top: 160px;
    padding-bottom: 160px
  }
  .section.section-cloud-manager .b160 {
    margin-top: 140px
  }
  .section.section-cloud-manager .b-270 {
    margin-top: -180px
  }
  .section.section-cloud-manager .b270 {
    margin-top: 180px
  }
}
@media only screen and (max-width:1800px) {
  .section.section-cloud-manager .row-40 {
    margin-left: -30px;
    margin-right: -30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
  .section.section-cloud-manager .row-40 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px
  }
}
@media only screen and (max-width:1400px) {
  .section.section-cloud-manager .b160 {
    margin-top: 120px
  }
  .section.section-cloud-manager .b-270 {
    margin-top: -120px
  }
  .section.section-cloud-manager .b270 {
    margin-top: 120px
  }
}
@media (max-width:1280px) {
  .section.section-cloud-manager {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media only screen and (max-width:1024px) {
  .section.section-cloud-manager .row-40 {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .section.section-cloud-manager .row-40 .col-lg-auto {
    width: 80%
  }
  .section.section-cloud-manager .b160 {
    margin-top: 80px
  }
  .section.section-cloud-manager .b-270 {
    margin-top: -140px
  }
  .section.section-cloud-manager .b270 {
    margin-top: 140px
  }
}
@media (max-width:768px) {
  .section.section-cloud-manager .row-40 .col-lg-auto {
    width: 100%
  }
}
@media only screen and (max-width:560px) {
  .section.section-cloud-manager {
    padding-top: 132px;
    padding-bottom: 132px
  }
  .section.section-cloud-manager .b160 {
    margin-top: 40px
  }
  .section.section-cloud-manager .b-270 {
    margin-top: -80px
  }
  .section.section-cloud-manager .b270 {
    margin-top: 80px
  }
  .section.section-cloud-manager .b-48 {
    margin-top: -20px
  }
  .section.section-cloud-manager .b48 {
    margin-top: 20px
  }
}
.section-cloud-manager-image {
  position: relative;
  width: 960px
}
.section-cloud-manager-image img {
  width: 100%
}
@media only screen and (max-width:1725px) {
  .section-cloud-manager-image {
    width: 840px
  }
}
@media only screen and (max-width:1385px) {
  .section-cloud-manager-image {
    width: 695px
  }
}
@media (max-width:1280px) {
  .section-cloud-manager-image {
    width: 495px
  }
}
@media only screen and (max-width:1024px) {
  .section-cloud-manager-image {
    width: 100%
  }
}
.section-cloud-manager-image .section-cloud-manager-image-list {
  position: absolute;
  height: 510px;
  width: 193px;
  left: 46px;
  top: 187px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.section-cloud-manager-image .section-cloud-manager-image-list img {
  -o-object-fit: contain;
  object-fit: contain
}
@media only screen and (max-width:1725px) {
  .section-cloud-manager-image .section-cloud-manager-image-list {
    height: 410px;
    width: 137px
  }
}
@media only screen and (max-width:1385px) {
  .section-cloud-manager-image .section-cloud-manager-image-list {
    left: 25px;
    top: 141px;
    height: 350px
  }
}
@media (max-width:1280px) {
  .section-cloud-manager-image .section-cloud-manager-image-list {
    left: 28px;
    top: 103px;
    height: 243px;
    width: 81px
  }
}
@media only screen and (max-width:1024px) {
  .section-cloud-manager-image .section-cloud-manager-image-list {
    left: 5%;
    top: 25%;
    height: 64%;
    width: 18%
  }
}
.section-cloud-manager-image .section-cloud-manager-image-list-wrapper {
  position: absolute;
  width: 657.84px;
  left: 262px;
  top: 323px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
@media only screen and (max-width:1725px) {
  .section-cloud-manager-image .section-cloud-manager-image-list-wrapper {
    width: 575.84px;
    left: 229px;
    top: 292px
  }
}
@media only screen and (max-width:1385px) {
  .section-cloud-manager-image .section-cloud-manager-image-list-wrapper {
    width: 477.84px;
    left: 189px;
    top: 239px
  }
}
@media (max-width:1280px) {
  .section-cloud-manager-image .section-cloud-manager-image-list-wrapper {
    width: 342.84px;
    left: 134px;
    top: 176px
  }
}
@media only screen and (max-width:1024px) {
  .section-cloud-manager-image .section-cloud-manager-image-list-wrapper {
    width: 68.7%;
    left: 27.3%;
    top: 58%
  }
}
.section-cloud-manager-image .section-cloud-manager-image-list1,
.section-cloud-manager-image .section-cloud-manager-image-list2,
.section-cloud-manager-image .section-cloud-manager-image-list3,
.section-cloud-manager-image .section-cloud-manager-image-list4,
.section-cloud-manager-image .section-cloud-manager-image-list5 {
  width: 657.84px;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 57.33px;
  z-index: 1;
  overflow: hidden
}
@media only screen and (max-width:1725px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1,
  .section-cloud-manager-image .section-cloud-manager-image-list2,
  .section-cloud-manager-image .section-cloud-manager-image-list3,
  .section-cloud-manager-image .section-cloud-manager-image-list4,
  .section-cloud-manager-image .section-cloud-manager-image-list5 {
    width: 575.84px;
    margin-bottom: 3px
  }
}
@media (max-width:1440px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1,
  .section-cloud-manager-image .section-cloud-manager-image-list2,
  .section-cloud-manager-image .section-cloud-manager-image-list3,
  .section-cloud-manager-image .section-cloud-manager-image-list4,
  .section-cloud-manager-image .section-cloud-manager-image-list5 {
    height: 50px
  }
}
@media only screen and (max-width:1385px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1,
  .section-cloud-manager-image .section-cloud-manager-image-list2,
  .section-cloud-manager-image .section-cloud-manager-image-list3,
  .section-cloud-manager-image .section-cloud-manager-image-list4,
  .section-cloud-manager-image .section-cloud-manager-image-list5 {
    width: 477.84px
  }
}
@media (max-width:1280px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1,
  .section-cloud-manager-image .section-cloud-manager-image-list2,
  .section-cloud-manager-image .section-cloud-manager-image-list3,
  .section-cloud-manager-image .section-cloud-manager-image-list4,
  .section-cloud-manager-image .section-cloud-manager-image-list5 {
    height: 33px;
    width: 342.84px
  }
}
@media only screen and (max-width:1024px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1,
  .section-cloud-manager-image .section-cloud-manager-image-list2,
  .section-cloud-manager-image .section-cloud-manager-image-list3,
  .section-cloud-manager-image .section-cloud-manager-image-list4,
  .section-cloud-manager-image .section-cloud-manager-image-list5 {
    margin-bottom: 1px;
    width: 100%;
    height: 10%
  }
}
.section-cloud-manager-image .section-cloud-manager-image-list1 img,
.section-cloud-manager-image .section-cloud-manager-image-list2 img,
.section-cloud-manager-image .section-cloud-manager-image-list3 img,
.section-cloud-manager-image .section-cloud-manager-image-list4 img,
.section-cloud-manager-image .section-cloud-manager-image-list5 img {
  position: relative;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1
}
.section-cloud-manager-image .section-cloud-manager-image-list1 img.yellow-list,
.section-cloud-manager-image .section-cloud-manager-image-list2 img.yellow-list,
.section-cloud-manager-image .section-cloud-manager-image-list3 img.yellow-list,
.section-cloud-manager-image .section-cloud-manager-image-list4 img.yellow-list,
.section-cloud-manager-image .section-cloud-manager-image-list5 img.yellow-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0
}
@media only screen and (max-width:1725px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1 img,
  .section-cloud-manager-image .section-cloud-manager-image-list2 img,
  .section-cloud-manager-image .section-cloud-manager-image-list3 img,
  .section-cloud-manager-image .section-cloud-manager-image-list4 img,
  .section-cloud-manager-image .section-cloud-manager-image-list5 img {
    width: auto;
    max-width: 100%;
    height: 100%
  }
}
@media only screen and (max-width:1024px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1 img,
  .section-cloud-manager-image .section-cloud-manager-image-list2 img,
  .section-cloud-manager-image .section-cloud-manager-image-list3 img,
  .section-cloud-manager-image .section-cloud-manager-image-list4 img,
  .section-cloud-manager-image .section-cloud-manager-image-list5 img {
    width: 100%;
    height: auto
  }
}
@media (max-width:768px) {
  .section-cloud-manager-image .section-cloud-manager-image-list1,
  .section-cloud-manager-image .section-cloud-manager-image-list2,
  .section-cloud-manager-image .section-cloud-manager-image-list3,
  .section-cloud-manager-image .section-cloud-manager-image-list4,
  .section-cloud-manager-image .section-cloud-manager-image-list5 {
    margin-bottom: 0
  }
}
.section-cloud-manager-image .section-cloud-manager-image-list3-yellow {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  height: 57.33px;
  border-radius: 5.72792px
}
@media (max-width:1440px) {
  .section-cloud-manager-image .section-cloud-manager-image-list3-yellow {
    height: 50px
  }
}
@media (max-width:1280px) {
  .section-cloud-manager-image .section-cloud-manager-image-list3-yellow {
    height: 41px
  }
}
.section-cloud-manager-image .section-cloud-manager-image-list3-yellow img {
  height: 100%;
  border-radius: 5.72792px
}
.section-cloud-manager-image .section-cloud-manager-image-list4-white {
  width: 100%;
  height: 100%
}
.section-cloud-manager-image .section-cloud-manager-image-list4-white img {
  height: 100%
}
.section-cloud-manager-image .section-cloud-manager-image-string {
  position: absolute;
  width: 360px;
  height: 63px;
  left: 412px;
  top: 464px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.section-cloud-manager-image .section-cloud-manager-image-string img {
  width: 100%
}
@media only screen and (max-width:1725px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    left: 357px;
    top: 401px
  }
}
@media only screen and (max-width:1385px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    width: 244px;
    left: 294px;
    top: 315px
  }
  .section-cloud-manager-image .section-cloud-manager-image-string img {
    height: 63px;
    -o-object-fit: contain;
    object-fit: contain
  }
}
@media (max-width:1280px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    width: 169px;
    left: 218px;
    top: 224px
  }
}
@media only screen and (max-width:1024px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    left: 40%;
    top: 76%;
    height: 6.5%;
    width: 38%;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
@media (max-width:942px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    left: 43%;
    top: 75%;
    height: 6.5%;
    width: 31%
  }
}
@media (max-width:870px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    width: 30%;
    left: 44%
  }
}
@media (max-width:700px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    top: 73%
  }
}
@media (max-width:550px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    top: 71%
  }
}
@media (max-width:460px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    top: 68%
  }
}
@media (max-width:370px) {
  .section-cloud-manager-image .section-cloud-manager-image-string {
    top: 66%
  }
}
.section-cloud-manager-info {
  padding-top: 88px;
  max-width: 560px;
  width: 100%
}
@media only screen and (max-width:1725px) {
  .section-cloud-manager-info {
    max-width: 420px
  }
}
@media only screen and (max-width:1400px) {
  .section-cloud-manager-info {
    padding-top: 0
  }
}
@media only screen and (max-width:1024px) {
  .section-cloud-manager-info {
    max-width: none
  }
}
.cm-count {
  width: 74px;
  height: 74px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(217,217,217,.1);
  line-height: 74px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 40px
}
@media only screen and (max-width:1400px) {
  .cm-count {
    margin-bottom: 32px
  }
}
@media only screen and (max-width:560px) {
  .cm-count {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
    font-size: 20px
  }
}
.cm-title {
  font-weight: 600;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -.02em;
  margin-bottom: 20px
}
@media only screen and (max-width:1725px) {
  .cm-title {
    font-size: 45px
  }
}
@media only screen and (max-width:1400px) {
  .cm-title {
    margin-bottom: 12px
  }
}
@media only screen and (max-width:1024px) {
  .cm-title {
    font-size: 32px
  }
}
@media only screen and (max-width:560px) {
  .cm-title {
    font-size: 20px;
    margin-bottom: 12px
  }
}
.cm-desc {
  font-size: 20px;
  line-height: 140%;
  color: rgba(255,255,255,.6)
}
@media only screen and (max-width:1725px) {
  .cm-desc {
    font-size: 16px
  }
}
@media only screen and (max-width:1024px) {
  .cm-desc {
    max-width: 400px;
    width: 100%
  }
}
@media only screen and (max-width:560px) {
  .cm-desc {
    max-width: 320px;
    font-size: 12px
  }
}
.b-270 {
  margin-top: -270px
}
.b270 {
  margin-top: 270px
}
@media (max-width:900px) {
  .col-12-900 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media (max-width:1092px) {
  .hide1093 {
    display: none
  }
}
@media (min-width:1093px) {
  .show1092 {
    display: none
  }
}
@media only screen and (max-width:1024px) {
  .docs:after {
    top: -97px!important
  }
}
@media only screen and (max-width:560px) {
  .docs:after {
    top: -187px!important
  }
}
.prav-info {
  margin-top: 200px;
  padding-bottom: 240px
}
@media only screen and (max-width:1800px) {
  .prav-info {
    margin-top: 180px;
    padding-bottom: 160px
  }
}
@media only screen and (max-width:1400px) {
  .prav-info {
    margin-top: 140px
  }
}
@media only screen and (max-width:767px) {
  .prav-info {
    margin-top: 100px;
    padding-bottom: 140px
  }
}
@media only screen and (max-width:560px) {
  .prav-info {
    padding-bottom: 132px
  }
}
.prav-info-welcome-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh
}
.prav-info-welcome-image .section-image {
  position: absolute;
  min-height: 760px;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto
}
.prav-info-welcome-image .section-image:after {
  content: "";
  position: absolute;
  top: 320px;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(1.68deg,#f6f5fe 25.7%,rgba(255,255,255,0) 98.53%)
}
@media only screen and (max-width:767px) {
  .prav-info-welcome-image .section-image:after {
    top: 180px;
    height: 500px
  }
}
@media only screen and (max-width:1800px) {
  .prav-info-welcome-image .section-image {
    min-height: 580px
  }
}
@media only screen and (max-width:1400px) {
  .prav-info-welcome-image .section-image {
    min-height: 530px
  }
}
@media only screen and (max-width:767px) {
  .prav-info-welcome-image .section-image {
    min-height: 400px
  }
}
@media only screen and (max-width:560px) {
  .prav-info-welcome-image .section-image {
    min-height: 343px;
    font-size: 12px
  }
}
.prav-info-welcome-image .section-image img {
  -o-object-position: center!important;
  object-position: center!important;
  min-height: 760px
}
@media only screen and (max-width:1800px) {
  .prav-info-welcome-image .section-image img {
    min-height: 580px
  }
}
@media only screen and (max-width:1400px) {
  .prav-info-welcome-image .section-image img {
    min-height: 530px
  }
}
@media only screen and (max-width:767px) {
  .prav-info-welcome-image .section-image img {
    min-height: 400px
  }
}
@media only screen and (max-width:560px) {
  .prav-info-welcome-image .section-image img {
    min-height: 343px
  }
}
.prav-info-welcome-image .section-image-bg {
  position: absolute;
  background: linear-gradient(1.68deg,#f6f5fe 4.7%,rgba(255,255,255,0) 98.53%);
  height: 140vh;
  bottom: -400px;
  top: -220px;
  left: 0;
  right: 0;
  top: 0
}
.prav-info-welcome-image .section-image-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(1.68deg,#f6f5fe 25.7%,rgba(255,255,255,0) 98.53%)
}
@media only screen and (max-width:1800px) {
  .prav-info-welcome-image .section-image-bg {
    height: 129vh
  }
}
@media only screen and (max-width:560px) {
  .prav-info-welcome-image .section-image-bg {
    font-size: 12px
  }
}
.prav-info-section .page-title {
  margin-bottom: 0
}
.prav-info-section .container.z10 {
  margin-top: 140px
}
@media only screen and (max-width:1800px) {
  .prav-info-section .container.z10 {
    margin-top: 100px
  }
}
@media only screen and (max-width:1400px) {
  .prav-info-section .container.z10 {
    margin-top: 80px
  }
}
@media only screen and (max-width:560px) {
  .prav-info-section .container.z10 {
    margin-top: 60px
  }
}
.prav-info__row:not(:last-child) {
  margin-bottom: 100px
}
@media only screen and (max-width:1800px) {
  .prav-info__row:not(:last-child) {
    margin-bottom: 80px
  }
}
@media only screen and (max-width:1400px) {
  .prav-info__row:not(:last-child) {
    margin-bottom: 60px
  }
}
@media only screen and (max-width:560px) {
  .prav-info__row:not(:last-child) {
    margin-bottom: 40px
  }
}
.prav-info__row:not(:first-child) {
  padding-top: 14px
}
@media only screen and (max-width:560px) {
  .prav-info__row:not(:first-child) {
    padding-top: 19px
  }
}
.prav-info__title {
  display: inline-block;
  margin-bottom: 41px;
  line-height: 115%;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%)
}
@media only screen and (max-width:1800px) {
  .prav-info__title {
    margin-bottom: 33px;
    font-size: 28px
  }
}
@media only screen and (max-width:560px) {
  .prav-info__title {
    margin-bottom: 23px;
    font-size: 20px
  }
}
.prav-info__grid {
  margin-bottom: -22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media only screen and (max-width:1800px) {
  .prav-info__grid {
    margin-bottom: -18px
  }
}
@media only screen and (max-width:560px) {
  .prav-info__grid {
    margin-bottom: -23px
  }
}
.prav-info__doc {
  padding-left: 36px;
  position: relative;
  -webkit-flex: 0 0 510px;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  margin-bottom: 22px
}
@media only screen and (max-width:1800px) {
  .prav-info__doc {
    padding-left: 32px;
    margin-bottom: 18px;
    -webkit-flex: 0 0 420px;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px
  }
}
@media (max-width:991px) {
  .prav-info__doc {
    -webkit-flex: 0 1 600px;
    -ms-flex: 0 1 600px;
    flex: 0 1 600px;
    margin-bottom: 19px
  }
}
@media only screen and (max-width:560px) {
  .prav-info__doc {
    margin-bottom: 12px
  }
}
.prav-info__doc:nth-child(2n+1) {
  margin-right: 180px
}
@media only screen and (max-width:1400px) {
  .prav-info__doc:nth-child(2n+1) {
    margin-right: 70px
  }
}
@media only screen and (max-width:1024px) {
  .prav-info__doc:nth-child(2n+1) {
    margin-right: 40px
  }
}
@media (max-width:991px) {
  .prav-info__doc:nth-child(2n+1) {
    margin-right: 0
  }
}
.prav-info__doc img {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media only screen and (max-width:1800px) {
  .prav-info__doc img {
    width: 20px;
    height: 20px
  }
}
.prav-info__link {
  position: relative;
  font-size: 20px;
  border-bottom: 1px solid;
  border-color: #bebebe;
  color: rgba(0,0,0,.8);
  line-height: 120%;
  outline: 0;
  transition: background .3s ease-in-out,border .2s ease;
  border-image-slice: 1
}
.prav-info__link:hover {
  transition: background .2s ease-in-out,border .2s ease;
  color: #425af0;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-image-source: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  border-width: 1px;
  border-top: 0;
  border-left: 0;
  border-right: 0
}
@media only screen and (max-width:1800px) {
  .prav-info__link {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .prav-info__link {
    font-size: 12px
  }
}
.install {
  margin-bottom: -20px;
  border-radius: 0 0 20px 20px;
  overflow: hidden!important
}
@media (max-width:800px) {
  .install .section-image {
    top: -15px
  }
}
@media only screen and (max-width:560px) {
  .install .section-image {
    top: 0
  }
}
.install__title {
  margin-bottom: 32px!important
}
@media only screen and (max-width:1800px) {
  .install__title {
    margin-bottom: 20px!important
  }
}
@media only screen and (max-width:560px) {
  .install__title {
    margin-bottom: 16px!important
  }
}
@media only screen and (max-width:1800px) {
  .install__subtitle {
    margin-bottom: 44px!important
  }
}
@media only screen and (max-width:560px) {
  .install__subtitle {
    margin-bottom: 32px!important
  }
}
.install-content {
  margin-bottom: 60px
}
@media only screen and (max-width:1800px) {
  .install-content {
    margin-bottom: 44px
  }
}
@media only screen and (max-width:560px) {
  .install-content {
    margin-bottom: 32px
  }
}
.install-btn {
  width: 513px;
  padding-left: 34px;
  padding-right: 28px
}
.install-btn:before {
  background-color: transparent!important
}
.install-btn:after {
  background: 0 0!important;
  border: 2px solid #fff!important
}
@media only screen and (max-width:1800px) {
  .install-btn {
    padding-left: 28px;
    padding-right: 20px;
    width: 426px
  }
}
@media only screen and (max-width:767px) {
  .install-btn {
    padding-left: 28px;
    padding-right: 26px;
    width: 434px
  }
}
@media only screen and (max-width:560px) {
  .install-btn {
    width: 303px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px
  }
  .install-btn:after {
    border: 1px solid #fff!important
  }
}
@media (max-width:340px) {
  .install-btn {
    width: 280px;
    padding-left: 15px;
    padding-right: 15px
  }
}
.high-index {
  z-index: 13!important
}
.install-col {
  padding: 40px;
  border-radius: 20px
}
.install-col.transparent {
  position: relative;
  border: 1px solid rgba(238,239,248,.3)
}
.install-col.transparent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.09);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  z-index: -1
}
.install-col.white {
  position: relative
}
.install-col.white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(156.22deg,rgba(255,255,255,.97) -5.37%,rgba(246,244,255,.97) -5.36%,rgba(246,244,255,.97) 97.98%);
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 20px;
  z-index: -1
}
.install-col.white .install-col__subtitle {
  color: rgba(163,163,167,.8)
}
.install-col.white .install-col__row {
  border-top: 1px solid rgba(163,163,167,.3)
}
.install-col.white .install-col__info {
  color: #425af0
}
.install-col.white .install-col__info:before {
  background: #674fd9;
  opacity: .1
}
.install-col__header {
  margin-bottom: 60px
}
@media only screen and (max-width:1800px) {
  .install-col__header {
    margin-bottom: 56px
  }
}
@media only screen and (max-width:767px) {
  .install-col__header {
    margin-bottom: 40px
  }
}
@media only screen and (max-width:560px) {
  .install-col__header {
    margin-bottom: 34px
  }
}
.install-col__title {
  margin-bottom: 12px;
  letter-spacing: -.02em
}
@media only screen and (max-width:560px) {
  .install-col__title {
    margin-bottom: 8px;
    font-size: 20px!important
  }
}
.install-col__subtitle {
  font-weight: 400;
  color: rgba(255,255,255,.5);
  line-height: 140%
}
@media (max-width:991px) {
  .install-col__subtitle {
    max-width: 440px
  }
}
@media only screen and (max-width:560px) {
  .install-col__subtitle {
    max-width: 400px;
    margin-bottom: 8px;
    font-size: 12px!important
  }
}
.install-col__row {
  padding: 16px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.2)
}
@media only screen and (max-width:560px) {
  .install-col__row {
    padding: 8px 0
  }
}
.install-col__feature {
  /*margin-right: 44px;*/
  font-weight: 500;
  font-size: 20px;
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .install-col__feature {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .install-col__feature {
    font-size: 12px
  }
}
.install-col__info {
  margin-right: 10px;
  position: relative;
  height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
@media only screen and (max-width:1800px) {
  .install-col__info {
    margin-right: 8px;
    height: 20px
  }
  .install-col__info span {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .install-col__info {
    margin-right: 6px;
    height: 16px
  }
  .install-col__info span {
    font-size: 12px
  }
}
.install-col__info:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 24px;
  height: 24px;
  background: linear-gradient(155.32deg,#fff -8.25%,#f2f7fd 101.22%);
  opacity: .2;
  border-radius: 100%
}
@media only screen and (max-width:1800px) {
  .install-col__info:before {
    width: 20px;
    height: 20px
  }
}
@media only screen and (max-width:560px) {
  .install-col__info:before {
    width: 16px;
    height: 16px
  }
}
.oblako-form {
  padding-top: 170px!important
}
@media only screen and (max-width:1400px) {
  .oblako-form {
    padding-top: 150px!important;
    margin-bottom: -111px!important
  }
}
@media only screen and (max-width:1024px) {
  .oblako-form {
    margin-bottom: -50px!important
  }
}
@media only screen and (max-width:560px) {
  .oblako-form {
    padding-top: 132px!important
  }
}
.mistake-404 {
  height: 100vh;
  height: calc(var(--vh,1vh) * 100);
  min-height: auto!important
}
.mistake-404 .section-image {
  z-index: -1;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%)
}
.mistake-404__title {
  margin-bottom: 40px!important;
  color: #fff!important;
  font-size: 72px!important
}
@media only screen and (max-width:1800px) {
  .mistake-404__title {
    margin-bottom: 32px!important;
    font-size: 64px!important
  }
}
@media only screen and (max-width:560px) {
  .mistake-404__title {
    margin-bottom: 16px!important;
    font-size: 36px!important
  }
}
.mistake-404__subtitle {
  margin-bottom: 72px!important;
  max-width: 649px!important;
  font-size: 24px!important;
  color: rgba(255,255,255,.8)!important
}
@media only screen and (max-width:1800px) {
  .mistake-404__subtitle {
    margin-bottom: 40px!important;
    font-size: 20px!important;
    max-width: 561px!important
  }
}
@media only screen and (max-width:1400px) {
  .mistake-404__subtitle {
    font-size: 18px!important;
    max-width: 463px!important
  }
}
@media only screen and (max-width:560px) {
  .mistake-404__subtitle {
    margin-bottom: 32px!important;
    font-size: 14px!important;
    max-width: 279px!important
  }
}
.mistake-btn {
  width: 401px;
  padding-left: 40px;
  padding-right: 35px
}
.mistake-btn:before {
  background-color: transparent!important
}
.mistake-btn:after {
  background: 0 0!important;
  border: 2px solid #fff!important
}
@media only screen and (max-width: 560px) {
  .mistake-btn:after {
    border: 1px solid #fff!important
  }
}
@media only screen and (max-width:1800px) {
  .mistake-btn {
    padding-left: 28px;
    padding-right: 25px;
    width: 328px
  }
}
@media only screen and (max-width:560px) {
  .mistake-btn {
    width: 230px;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 23px
  }
}
.mistake-blocks {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
  contain: strict;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media only screen and (max-width: 1024px) {
  .mistake-blocks {
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0
  }
}
.pt-fallbox-item {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
  will-change: transform
}
.pt-fallbox-item span {
  position: relative;
  white-space: nowrap;
  height: 58px;
  width: 190px;
  display: inline-block;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: -webkit-grab;
  cursor: grab;
  will-change: transform
}
@media only screen and (max-width:1800px) {
  .pt-fallbox-item span {
    height: auto;
    width: 157px
  }
}
@media only screen and (max-width: 560px) {
  .pt-fallbox-item span {
    height: 40px;
    width: 120px
  }
}
.pt-fallbox-item span strong {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 58px;
  left: 0;
  top: 0;
  padding: 20px 26px;
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid rgba(66,90,240,.2)
}
@media only screen and (max-width:1800px) {
  .pt-fallbox-item span strong {
    padding: 13px 26px;
    height: 46px
  }
}
@media only screen and (max-width: 560px) {
  .pt-fallbox-item span strong {
    height: 40px
  }
}
.pt-fallbox-item span b {
  font-weight: 600;
  font-size: 20px;
  will-change: transform
}
@media only screen and (max-width:1800px) {
  .pt-fallbox-item span b {
    font-size: 16px
  }
}
@media only screen and (max-width: 560px) {
  .pt-fallbox-item span b {
    font-size: 14px
  }
}
body.mistake {
  overflow: hidden
}
.mistake-block {
  position: absolute
}
.start-section-preloader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: linear-gradient(83.99deg,#3d8dfa -15.36%,#424aed 46.13%,#711f98 110.56%),linear-gradient(153.61deg,#0b54b8 1.7%,#2a7be9 102.1%),#c4c4c4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 600
}
.start-section-preloader__hidden {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 60px;
  width: 225px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 700
}
.start-section-preloader__hidden .logo-preloader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.start-section-preloader__hidden .logo-part1 {
  margin-right: 14px;
  opacity: 0
}
.start-section-preloader__hidden .logo-part2 {
  opacity: 0
}
.colocation-main .section-image img {
  -o-object-position: center;
  object-position: center
}
@media only screen and (max-width:1024px) {
  .colocation-main .section-image img {
    -o-object-position: bottom right;
    object-position: bottom right
  }
}
.colo-no-bg {
  margin-bottom: -150px;
  background: 0 0
}
.colo-no-bg.section {
  min-height: 1%
}
@media only screen and (max-width:1800px) {
  .colo-no-bg {
    margin-bottom: -115px
  }
}
@media only screen and (max-width:1400px) {
  .colo-no-bg {
    margin-bottom: -122px;
    z-index: 12!important
  }
}
@media (max-width:1200px) {
  .colo-no-bg {
    margin-bottom: 0
  }
}
.colo-no-bg .section--title {
  margin-bottom: 60px!important
}
@media only screen and (max-width:1800px) {
  .colo-no-bg .section--title {
    margin-bottom: 40px!important
  }
}
@media only screen and (max-width:560px) {
  .colo-no-bg .section--title {
    margin-bottom: 36px!important
  }
}
.colo-no-bg .parallax-el {
  top: 199px
}
@media (max-width:1690px) {
  .colo-no-bg .parallax-el {
    width: 40%;
    right: 166px;
    top: 214px
  }
}
@media only screen and (max-width:1800px) {
  .colo-no-bg .parallax-el {
    top: 156px;
    width: 47%;
    right: 33px
  }
}
@media only screen and (max-width:1400px) {
  .colo-no-bg .parallax-el {
    top: 174px;
    width: 40%;
    right: 0
  }
}
@media (max-width:1120px) {
  .colo-no-bg .parallax-el {
    display: none
  }
}
.colo-table {
  max-width: 836px
}
@media only screen and (max-width:1800px) {
  .colo-table {
    max-width: 720px
  }
}
.colo-table__header {
  padding: 0 20px 19px 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #1e1e1e
}
@media (max-width:768px) {
  .colo-table__header {
    padding: 0 10px 12px 10px
  }
}
@media only screen and (max-width:560px) {
  .colo-table__header {
    padding: 0 4px 12px 4px
  }
}
.colo-table__header .colo-table__col {
  font-size: 20px;
  font-weight: 600
}
@media (max-width:768px) {
  .colo-table__header .colo-table__col {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .colo-table__header .colo-table__col {
    font-size: 12px
  }
}
.colo-table__row {
  padding: 20px 20px 20px 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.colo-table__row:nth-child(2n+1) {
  background-color: rgba(66,90,240,.04);
  background-color: rgb(245, 247, 255)
}
@media (max-width:768px) {
  .colo-table__row {
    padding: 16px 10px
  }
}
@media only screen and (max-width:560px) {
  .colo-table__row {
    padding: 16px 4px
  }
}
.colo-table__col {
  -webkit-flex: 0 0 30%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  font-size: 18px;
  font-weight: 600
}
.colo-table__col:first-child {
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%
}
@media only screen and (max-width:560px) {
  .colo-table__col:first-child {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%
  }
}
.colo-table__col:nth-child(2) {
  -webkit-flex: 0 0 27%;
  -ms-flex: 0 0 27%;
  flex: 0 0 27%
}
@media only screen and (max-width:560px) {
  .colo-table__col:nth-child(2) {
    -webkit-flex: 0 1 18%;
    -ms-flex: 0 1 18%;
    flex: 0 1 18%
  }
}
.colo-table__col:last-child {
  text-align: right
}
@media only screen and (max-width:560px) {
  .colo-table__col:last-child {
    -webkit-flex: 0 1 28%;
    -ms-flex: 0 1 28%;
    flex: 0 1 28%
  }
}
.colo-table__col.opacity {
  font-weight: 500;
  opacity: .67;
  color: #4f4f4f
}
.colo-table__col.opacity span {
  font-weight: 500;
  opacity: .67;
  opacity: 1;
  color: #4f4f4f
}
@media (max-width:768px) {
  .colo-table__col {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .colo-table__col {
    font-size: 12px
  }
}
.colo-table__footer {
  margin-top: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width:1800px) {
  .colo-table__footer {
    margin-top: 28px
  }
}
@media only screen and (max-width:560px) {
  .colo-table__footer {
    margin-top: 24px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.colo-table__footer .col-md {
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width:560px) {
  .colo-table__footer .col-md {
    padding-left: 0!important;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
@media only screen and (max-width:560px) {
  .colo-table__footer .col-md .btn-with-icon {
    margin-top: 40px
  }
}
.colo-table__footer-inner {
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%
}
@media (max-width:768px) {
  .colo-table__footer-inner {
    -webkit-flex: 0 1 72%;
    -ms-flex: 0 1 72%;
    flex: 0 1 72%
  }
}
.colo-table__footer-text {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #434343
}
@media only screen and (max-width:1800px) {
  .colo-table__footer-text {
    font-size: 15px
  }
}
@media only screen and (max-width:560px) {
  .colo-table__footer-text {
    font-size: 14px
  }
}
.colo-table__list {
  padding-left: 25px;
  font-size: 16px;
  color: rgba(79,79,79,.6);
  color: rgb(79,79,79)
}
@media only screen and (max-width:1800px) {
  .colo-table__list {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .colo-table__list {
    padding-left: 17px
  }
}
.colo-table__additional {
  position: relative
}
.colo-table__additional::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -22px;
  width: 3px;
  height: 3px;
  background-color: rgba(79,79,79,.6);
  border-radius: 100%
}
@media only screen and (max-width:560px) {
  .colo-table__additional::before {
    left: -14px
  }
}
.colo-table__additional:not(:last-child) {
  margin-bottom: 6px
}
.colo-price-tabs-header {
  margin-bottom: 60px
}
@media only screen and (max-width:1800px) {
  .colo-price-tabs-header {
    margin-bottom: 40px
  }
}
@media only screen and (max-width:560px) {
  .colo-price-tabs-header {
    margin-bottom: 36px
  }
}
.colo-price-tabs-header .outline::before {
  width: auto;
  height: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 2px solid rgba(66,90,240,.2);
  opacity: 1;
  transition: all .2s
}
.colo-price-tabs-header .outline:hover::before {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.section-index13 {
  z-index: 13!important
}
.section-data-center {
  z-index: 11!important;
  border-radius: 0 0 30px 30px
}
.section-data-center__title {
  font-size: 72px;
  font-weight: 600;
  line-height: 110%
}
.section-data-center__title .gradient-text{
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
@media only screen and (max-width:1024px) {
  .section-data-center__title {
    margin: 0 auto;
  }
}
@media only screen and (max-width:560px) {
  .section-data-center__title {
    font-size: 36px
  }
}
.section-data-center__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width:1150px) {
  .section-data-center__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.section-data-center__col {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  overflow: hidden
}
.section-data-center__col:nth-child(2n) {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-left: 60px
}
@media only screen and (max-width:1800px) {
  .section-data-center__col:nth-child(2n) {
    margin-left: 40px
  }
}
@media only screen and (max-width:1400px) {
  .section-data-center__col:nth-child(2n) {
    margin-left: 32px;
    -webkit-flex: 0 1 54%;
    -ms-flex: 0 1 54%;
    flex: 0 1 54%
  }
}
@media (max-width:1150px) {
  .section-data-center__col:nth-child(2n) {
    margin-left: 0;
    margin-top: 60px
  }
}
@media only screen and (max-width:560px) {
  .section-data-center__col:nth-child(2n) {
    margin-top: 40px
  }
}
@media only screen and (max-width:1400px) {
  .section-data-center__col {
    -webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%
  }
}
.section-data-center__configs {
  padding-top: 0!important
}
.section-data-center__header .col-auto {
  margin-bottom: 15px;
  font-size: 20px
}
.section-data-center__header .col-auto:not(:last-child) {
  margin-right: 8px
}
@media only screen and (max-width:1800px) {
  .section-data-center__header .col-auto {
    font-size: 15px
  }
}
@media only screen and (max-width:560px) {
  .section-data-center__header .col-auto {
    font-size: 14px
  }
}
.data-center__subtitle {
  margin-bottom: 32px;
  line-height: 120%;
  font-weight: 600
}
@media only screen and (max-width:1800px) {
  .data-center__subtitle {
    margin-bottom: 28px;
    font-size: 28px
  }
}
@media (max-width:1150px) {
  .data-center__subtitle {
    width: 80%
  }
}
@media (max-width:768px) {
  .data-center__subtitle {
    width: 95%
  }
}
@media only screen and (max-width:560px) {
  .data-center__subtitle {
    width: 100%;
    font-size: 20px
  }
}
.data-center__subtitle .gradient-text {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%)
}
.data-center__label-wrap {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width:1800px) {
  .data-center__label-wrap {
    margin-bottom: 28px
  }
}
.data-center__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 8px 8px 28px;
  background: #e4e5fc;
  border-radius: 167.485px;
  font-size: 20px;
  font-weight: 600
}
.data-center__label:hover .active {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%)
}
.data-center__label:hover .hover {
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  transform: translateY(-50%) translateX(-50%) !important;
}
.data-center__label:hover + .data-center__label-type {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  transition: background .3s ease;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text
}
@media only screen and (max-width:1800px) {
  .data-center__label {
    padding: 8px 8px 8px 20px;
    font-size: 15px
  }
}
@media only screen and (max-width:560px) {
  .data-center__label {
    padding: 6px 6px 6px 16px;
    font-size: 14px
  }
}
.data-center__label-inner {
  position: relative;
  width: 44px;
  height: 44px;
  -webkit-flex: 0 0 44px;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 28px;
  background: #fff;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 20px;
  overflow: hidden
}
.data-center__label-inner img.active {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.data-center__label-inner img.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px)) translateX(-50%);
  transform: translateY(calc(100% + 41px)) translateX(-50%);
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
@media only screen and (max-width:1800px) {
  .data-center__label-inner {
    margin-left: 20px;
    width: 30px;
    height: 30px;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px
  }
  .data-center__label-inner img {
    height: 13px;
    width: 10px
  }
}
@media only screen and (max-width:560px) {
  .data-center__label-inner {
    margin-left: 16px
  }
}
.data-center__label-type {
  margin-left: 12px;
  font-weight: 500;
  font-size: 14px;
  background: 0 0;
  -webkit-text-fill-color: #929295;
  transition: background .3s ease
}
.tabs-data-center-body {
  margin-top: 80px
}
@media only screen and (max-width:1800px) {
  .tabs-data-center-body {
    margin-top: 60px
  }
}
@media only screen and (max-width:560px) {
  .tabs-data-center-body {
    margin-top: 40px
  }
}
.data-center__descr {
  width: 91%;
  font-size: 20px;
  font-weight: 500;
  color: rgba(79,79,79,.6);
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .data-center__descr {
    width: 100%;
    font-size: 16px
  }
}
@media (max-width:1150px) {
  .data-center__descr {
    width: 85%
  }
}
@media (max-width:768px) {
  .data-center__descr {
    width: 100%
  }
}
@media only screen and (max-width:560px) {
  .data-center__descr {
    font-size: 12px
  }
}
.data-center__descr p {
  margin-bottom: 16px
}
.data-center__descr ul {
  padding-left: 25px
}
.data-center__descr li {
  list-style-type: disc
}
.tabs-data-center-header {
  margin-bottom: -15px;
  margin-top: 60px
}
@media only screen and (max-width:1800px) {
  .tabs-data-center-header {
    margin-top: 40px
  }
}
@media only screen and (max-width:560px) {
  .tabs-data-center-header {
    margin-top: 20px
  }
}
.tabs-data-center-header.hide {
  display: none
}
.colo-price__city,
.section-data-center__header-item {
  padding: 18px 30px!important;
  font-size: 20px!important
}
@media only screen and (max-width:1800px) {
  .colo-price__city,
  .section-data-center__header-item {
    padding: 16px 25px!important;
    font-size: 15px!important
  }
}
@media only screen and (max-width:560px) {
  .colo-price__city,
  .section-data-center__header-item {
    padding: 12px 16px!important;
    font-size: 14px!important
  }
}
.swiper.data-center-gallery-slider {
  margin-bottom: 15px;
  position: relative;
  border-radius: 20px;
  overflow: hidden
}
@media only screen and (max-width:560px) {
  .swiper.data-center-gallery-slider {
    border-radius: 10px
  }
}
.swiper.data-center-gallery-slider:hover .data-center-gallery-slider__btns {
  opacity: 1;
  z-index: 2;
  transition: opacity .3s ease
}
@media only screen and (max-width:560px) {
  .swiper.data-center-gallery-slider {
    margin-bottom: 10px
  }
}
.data-center-gallery-slide {
  height: 488px;
  border-radius: 20px
}
.data-center-gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px
}
@media only screen and (max-width:1800px) {
  .data-center-gallery-slide {
    height: 388px
  }
}
@media only screen and (max-width:1400px) {
  .data-center-gallery-slide {
    height: 314px
  }
}
@media (max-width:1150px) {
  .data-center-gallery-slide {
    height: 495px
  }
}
@media (max-width:991px) {
  .data-center-gallery-slide {
    height: 465px
  }
}
@media (max-width:768px) {
  .data-center-gallery-slide {
    height: 414px
  }
}
@media only screen and (max-width:560px) {
  .data-center-gallery-slide {
    height: 230px;
    border-radius: 10px
  }
  .data-center-gallery-slide img {
    border-radius: 10px
  }
}
@media (max-width:450px) {
  .data-center-gallery-slide {
    height: 202px
  }
}
.data-center-gallery-slider__btns {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 90%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: -1;
  opacity: 0;
  transition: opacity .3s ease
}
@media only screen and (max-width:1024px) {
  .data-center-gallery-slider__btns {
    opacity: 1;
    z-index: 2
  }
}
.data-center-gallery-slider__next,
.data-center-gallery-slider__prev {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255,255,255,.2);
  transition: background-color .3s ease-in-out
}
.data-center-gallery-slider__next:hover,
.data-center-gallery-slider__prev:hover {
  background-color: rgba(255,255,255,.35);
  transition: background-color .3s ease-in-out
}
@media only screen and (max-width:1800px) {
  .data-center-gallery-slider__next,
  .data-center-gallery-slider__prev {
    width: 46px;
    height: 46px
  }
}
@media only screen and (max-width:1400px) {
  .data-center-gallery-slider__next,
  .data-center-gallery-slider__prev {
    width: 40px;
    height: 40px
  }
}
@media (max-width:1150px) {
  .data-center-gallery-slider__next,
  .data-center-gallery-slider__prev {
    width: 48px;
    height: 48px
  }
}
@media only screen and (max-width:560px) {
  .data-center-gallery-slider__next,
  .data-center-gallery-slider__prev {
    width: 32px;
    height: 32px
  }
  .data-center-gallery-slider__next svg,
  .data-center-gallery-slider__prev svg {
    width: 6px;
    height: 12px
  }
}
.data-center-gallery-slider__next svg {
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1)
}
.data-center-gallery-mini-slide {
  height: 118px;
  border-radius: 20px;
  cursor: pointer
}
.data-center-gallery-mini-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px
}
@media only screen and (max-width:1800px) {
  .data-center-gallery-mini-slide {
    height: 100px
  }
}
@media only screen and (max-width:1400px) {
  .data-center-gallery-mini-slide {
    height: 86px
  }
}
@media (max-width:1150px) {
  .data-center-gallery-mini-slide {
    height: 130px
  }
}
@media (max-width:991px) {
  .data-center-gallery-mini-slide {
    height: 120px
  }
}
@media (max-width:768px) {
  .data-center-gallery-mini-slide {
    height: 115px
  }
}
@media only screen and (max-width:560px) {
  .data-center-gallery-mini-slide {
    height: 76px;
    border-radius: 10px
  }
  .data-center-gallery-mini-slide img {
    border-radius: 10px
  }
}
@media (max-width:450px) {
  .data-center-gallery-mini-slide {
    height: 56px
  }
}
.speed-test .section-image {
  z-index: -1
}
.speed-test__title {
  margin-top: 40px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -.02em;
  font-size: 90px;
  color: #fff;
  z-index: 1
}
@media only screen and (max-width:1800px) {
  .speed-test__title {
    font-size: 80px
  }
}
@media (max-width:768px) {
  .speed-test__title {
    font-size: 70px
  }
}
@media only screen and (max-width:560px) {
  .speed-test__title {
    margin-bottom: 20px;
    margin-top: 60px;
    font-size: 60px
  }
}
.speed-test__inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.speed-test__server {
  margin-right: 16px;
  margin-top: 15px;
  font-size: 20px;
  color: #fff;
  opacity: .4
}
.select-server {
  width: 288px;
  padding: 0 12px 0 20px;
  background: rgba(255,255,255,.08);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  box-sizing: content-box;
  overflow: hidden
}
.select-server.is-active .select-server__drop-body {
  transition: maxHeight .3s ease
}
.select-server.is-active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.select-server__drop-header {
  padding: 12px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.select-server__drop-body {
  transition: maxHeight .3s ease
}
.select-server__drop-btn {
  margin-left: 16px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #847cea
}
.select-server__drop-btn svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.select-server__drop-current {
  font-size: 20px;
  color: #fff
}
.select-server__drop-item {
  font-size: 16px;
  color: #fff;
  opacity: .45
}
.select-server__drop-item:not(:last-child) {
  margin-bottom: 12px
}
.select-server__drop-item:last-child {
  margin-bottom: 20px
}
#startStopBtn {
  margin: 0 auto;
  margin-top: 172px;
  position: relative;
  display: block;
  width: 285px;
  height: 285px;
  border: 1.5px solid #fff;
  border-radius: 100%
}
.btn-speed__outline1 {
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1.5px solid #fff;
  border-radius: 100%
}
.btn-speed__outline2 {
  position: absolute;
  width: calc(100% + 80px);
  height: calc(100% + 80px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border: 1.5px solid #5555e9;
  border-radius: 100%
}
.btn-speed__in {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 32px;
  color: #fff
}
.looking-glass {
  padding-bottom: 240px!important;
  height: auto!important;
  bottom: auto!important;
  min-height: calc(var(--vh,1vh) * 100)!important
}
@media only screen and (max-width:1800px) {
  .looking-glass {
    padding-bottom: 160px!important
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass {
    padding-bottom: 140px!important
  }
}
@media only screen and (max-width:560px) {
  .looking-glass {
    padding-bottom: 132px!important
  }
}
.looking-glass .container {
  margin-top: 32px!important
}
@media only screen and (max-width:1400px) {
  .looking-glass .container {
    margin-top: 66px!important
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass .container {
    margin-top: 35px!important
  }
}
@media only screen and (max-width:560px) {
  .looking-glass .container {
    margin-top: 21px!important
  }
}
.looking-glass__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width:1024px) {
  .looking-glass__wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.looking-glass__title {
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: 600;
  line-height: 110%;
  color: #fff;
  letter-spacing: -.02em
}
@media only screen and (max-width:1800px) {
  .looking-glass__title {
    margin-bottom: 40px
  }
}
@media only screen and (max-width:1400px) {
  .looking-glass__title {
    font-size: 40px
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass__title {
    margin-top: 32px;
    margin-bottom: 32px
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__title {
    font-size: 28px;
    margin: 20px 0
  }
}
.looking-glass__name {
  font-size: 16px;
  color: #fff;
  font-weight: 400
}
@media only screen and (max-width:1800px) {
  .looking-glass__name {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__name {
    font-size: 14px
  }
}
.looking-glass__name-small pre {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%
}
@media only screen and (max-width:1800px) {
  .looking-glass__name-small pre {
    font-size: 13px
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass__name-small pre {
    font-size: 11px
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__name-small pre {
    font-size: 10px
  }
}
.looking-glass__left {
  border-right: 1px solid rgba(255,255,255,.4)
}
@media only screen and (max-width:1024px) {
  .looking-glass__left {
    border-right: 0
  }
}
.looking-glass__right {
  padding-left: 80px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
@media only screen and (max-width:1800px) {
  .looking-glass__right {
    padding-left: 60px
  }
}
@media only screen and (max-width:1400px) {
  .looking-glass__right {
    padding-left: 40px
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass__right {
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,.4);
    padding-left: 0
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__right {
    margin-top: 40px
  }
}
.looking-glass__right.missing h1 {
  margin-bottom: 0
}
.looking-glass__right.missing .looking-glass__header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.4)
}
.looking-glass__right.missing .looking-glass__results {
  padding: 20px 0 0 0;
  background-color: transparent;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width:560px) {
  .looking-glass__right.missing .looking-glass__results {
    padding-top: 16px
  }
}
.looking-glass__right.ping pre {
  margin-bottom: 0;
  line-height: 130%!important;
  font-size: 11px!important
}
.looking-glass__right.failed .looking-glass__header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.4)
}
.looking-glass__right.failed .looking-glass__results {
  padding: 20px 0 0 0;
  background-color: transparent;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width:560px) {
  .looking-glass__right.failed .looking-glass__results {
    padding-top: 16px
  }
}
.looking-glass__right.scheme .looking-glass__header {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,.4)
}
.looking-glass__right.scheme .looking-glass__results {
  padding: 20px 0 0 0;
  background-color: transparent;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width:560px) {
  .looking-glass__right.scheme .looking-glass__results {
    padding-top: 16px
  }
}
.looking-glass__header {
  width: 100%;
  padding: 20px 0 40px 0;
  border-top: 1px solid rgba(255,255,255,.4);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width:1800px) {
  .looking-glass__header {
    padding: 20px 0 24px 0
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass__header {
    padding: 20px 0
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__header {
    padding: 20px 0 24px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.looking-glass__header-left {
  margin-right: 60px;
  -webkit-flex: 0 0 231px;
  -ms-flex: 0 0 231px;
  flex: 0 0 231px
}
@media only screen and (max-width:1800px) {
  .looking-glass__header-left {
    margin-right: 40px
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass__header-left {
    margin-right: 32px;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__header-left {
    margin-right: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-bottom: 24px
  }
}
.looking-glass__header-right {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.looking-glass__subtitle {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  color: #fff
}
@media only screen and (max-width:1800px) {
  .looking-glass__subtitle {
    line-height: 100%;
    margin-bottom: 8px;
    font-size: 18px
  }
}
.looking-glass__results {
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  font-size: 15px;
  color: #fff;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 400;
  line-height: 100%
}
.looking-glass__results pre {
  margin-top: 0;
  white-space: break-spaces;
  color: #424aed;
  font-family: Monaco,sans-serif;
  line-height: 100%;
  font-size: 15px;
  font-weight: 400
}
@media only screen and (max-width:1800px) {
  .looking-glass__results pre {
    font-size: 13px
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass__results pre {
    font-size: 11px
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__results pre {
    font-size: 10px
  }
}
@media only screen and (max-width:1800px) {
  .looking-glass__results {
    padding: 16px;
    font-size: 13px
  }
}
@media only screen and (max-width:1024px) {
  .looking-glass__results {
    font-size: 11px
  }
}
@media only screen and (max-width:560px) {
  .looking-glass__results {
    font-size: 10px
  }
}
.looking-glass__failed {
  padding: 9px 18px;
  display: inline-block;
  background: #ffe3e3;
  border-radius: 60px;
  color: #ff2626;
  font-weight: 400
}
@media only screen and (max-width:1800px) {
  .looking-glass__failed {
    padding: 10px 17px
  }
}
.looking-scheme {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px
}
@media only screen and (max-width:1800px) {
  .looking-scheme {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme {
    font-size: 14px
  }
}
.looking-scheme__right {
  margin-bottom: 80px
}
@media only screen and (max-width:1800px) {
  .looking-scheme__right {
    margin-bottom: 54px
  }
}
@media only screen and (max-width:1400px) {
  .looking-scheme__right {
    margin-bottom: 40px
  }
}
@media only screen and (max-width:1024px) {
  .looking-scheme__right {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme__right {
    margin-bottom: 60px
  }
}
.looking-scheme__left {
  font-size: 20px
}
.looking-scheme__figure {
  text-align: center;
  line-height: 100%;
  font-size: 20px
}
@media (max-width:1540px) {
  .looking-scheme__figure {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme__figure {
    font-size: 14px
  }
}
.looking-scheme__left {
  margin-bottom: 80px
}
.looking-scheme__arrow {
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px
}
@media only screen and (max-width:560px) {
  .looking-scheme__arrow {
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
  }
}
.looking-scheme__arrows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.looking-scheme__arrows .looking-scheme__arrow:first-child {
  margin-right: 123px
}
@media only screen and (max-width:560px) {
  .looking-scheme__arrows .looking-scheme__arrow:first-child {
    margin-right: 83px
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme__arrows .looking-scheme__arrow img {
    width: 30px;
    height: 40px
  }
}
.looking-scheme__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.looking-scheme__r-left {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 28px 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (max-width:1620px) {
  .looking-scheme__r-left {
    grid-template-columns: repeat(3,1fr);
    gap: 20px 60px
  }
}
@media (max-width:1560px) {
  .looking-scheme__r-left {
    grid-template-columns: repeat(3,1fr);
    gap: 20px 40px
  }
}
@media only screen and (max-width:1400px) {
  .looking-scheme__r-left {
    grid-template-columns: repeat(2,1fr);
    gap: 20px 32px
  }
}
@media (max-width:1120px) {
  .looking-scheme__r-left {
    margin-bottom: 32px
  }
}
@media only screen and (max-width:1024px) {
  .looking-scheme__r-left {
    grid-template-columns: repeat(4,1fr);
    gap: 20px 40px
  }
}
@media (max-width:750px) {
  .looking-scheme__r-left {
    grid-template-columns: repeat(2,1fr);
    gap: 20px 40px
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme__r-left {
    margin-bottom: 22px
  }
}
@media (max-width:360px) {
  .looking-scheme__r-left {
    grid-template-columns: repeat(1,1fr);
    gap: 20px 40px
  }
}
.looking-scheme__r-right {
  margin-left: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.looking-scheme__r-right span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px
}
@media only screen and (max-width:560px) {
  .looking-scheme__r-right span {
    font-size: 14px
  }
}
@media (max-width:1560px) {
  .looking-scheme__r-right {
    margin-left: 40px
  }
}
@media only screen and (max-width:1400px) {
  .looking-scheme__r-right {
    margin-left: 32px
  }
}
@media only screen and (max-width:1024px) {
  .looking-scheme__r-right {
    margin-left: 0
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme__r-right {
    font-size: 14px
  }
}
.looking-scheme__legend-ar {
  margin-right: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width:1800px) {
  .looking-scheme__legend-ar img {
    width: 26px
  }
}
.looking-scheme__legend {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}
@media only screen and (max-width:1800px) {
  .looking-scheme__legend {
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%
  }
}
@media only screen and (max-width:1024px) {
  .looking-scheme__legend {
    -webkit-flex: 0 0 23%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme__legend {
    font-size: 14px
  }
}
@media (max-width:350px) {
  .looking-scheme__legend {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
.looking-scheme__legend span {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content
}
.looking-scheme__legend.red .looking-scheme__decor {
  border: 3px solid #ffb951
}
@media only screen and (max-width:1800px) {
  .looking-scheme__legend.red .looking-scheme__decor {
    border: 2px solid #ffb951
  }
}
.looking-scheme__legend.pink .looking-scheme__decor {
  border: 3px solid #ff82cd
}
@media only screen and (max-width:1800px) {
  .looking-scheme__legend.pink .looking-scheme__decor {
    border: 2px solid #ff82cd
  }
}
.looking-scheme__legend.green .looking-scheme__decor {
  border: 3px solid #52ff4f
}
@media only screen and (max-width:1800px) {
  .looking-scheme__legend.green .looking-scheme__decor {
    border: 2px solid #52ff4f
  }
}
.looking-scheme__legend.yellow .looking-scheme__decor {
  border: 3px solid #efff33
}
@media only screen and (max-width:1800px) {
  .looking-scheme__legend.yellow .looking-scheme__decor {
    border: 2px solid #efff33
  }
}
.looking-scheme__legend .looking-scheme__decor {
  margin-right: 20px;
  width: 20px;
  height: 20px
}
@media only screen and (max-width:1800px) {
  .looking-scheme__legend .looking-scheme__decor {
    margin-right: 12px;
    width: 16px;
    height: 16px
  }
}
.looking-scheme__figure1 {
  margin-right: 20px;
  margin-bottom: 20px;
  min-width: 182px;
  max-width: 100%;
  display: inline-block;
  height: 100px;
  padding: 25px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 50%
}
.looking-scheme__figure1-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .looking-scheme__figure1 {
    border: 2px solid #fff;
    min-width: 156px;
    height: 86px;
    padding: 15px;
    font-size: 14px
  }
}
.looking-scheme__figure2,
.looking-scheme__figure6 {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  max-width: 100%;
  min-width: 182px;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 15px;
  height: 77px;
  color: #ffb951;
  border: 4px solid #ffb951
}
.looking-scheme__figure2-inner,
.looking-scheme__figure6-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .looking-scheme__figure2,
  .looking-scheme__figure6 {
    padding: 10px;
    min-width: 146px;
    height: 62px;
    font-size: 14px;
    border: 2px solid #ffb951
  }
}
.looking-scheme__figure3,
.looking-scheme__figure4,
.looking-scheme__figure5 {
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
  min-width: 129px;
  max-width: 100%;
  padding: 15px;
  font-weight: 600;
  height: 91px;
  font-size: 16px;
  text-align: center;
  border: 4px solid #ff82cd;
  color: #ff82cd;
  border-radius: 95%
}
.looking-scheme__figure3-inner,
.looking-scheme__figure4-inner,
.looking-scheme__figure5-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .looking-scheme__figure3,
  .looking-scheme__figure4,
  .looking-scheme__figure5 {
    min-width: 110px;
    height: 77px;
    font-size: 14px;
    border: 2px solid #ff82cd
  }
}
.looking-scheme__figure4 {
  border: 4px solid #52ff4f;
  color: #52ff4f
}
@media only screen and (max-width:1800px) {
  .looking-scheme__figure4 {
    border: 2px solid #52ff4f
  }
}
.looking-scheme__figure5 {
  border: 4px solid #fff;
  color: #fff
}
@media only screen and (max-width:1800px) {
  .looking-scheme__figure5 {
    border: 2px solid #fff
  }
}
.looking-scheme__figure6 {
  border: 4px solid #efff33;
  color: #efff33
}
@media only screen and (max-width:1800px) {
  .looking-scheme__figure6 {
    border: 2px solid #efff33
  }
}
.looking-scheme__figure6-inner {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.looking-scheme__arrow1,
.looking-scheme__arrow2 {
  margin-bottom: 20px;
  display: inline-block;
  height: 20px
}
@media only screen and (max-width:1800px) {
  .looking-scheme__arrow1 img,
  .looking-scheme__arrow2 img {
    height: 15px
  }
}
@media only screen and (max-width:560px) {
  .looking-scheme__arrow1 img,
  .looking-scheme__arrow2 img {
    width: 40px
  }
}
.looking-params {
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px
}
@media only screen and (max-width:1024px) {
  .looking-params {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
}
@media only screen and (max-width:1024px) {
  .looking-params .mt32 {
    margin-top: 0
  }
}
@media (max-width:710px) {
  .looking-params .mt32 {
    margin-top: 28px
  }
}
@media only screen and (max-width:1024px) {
  .looking-params__fl-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media (max-width:710px) {
  .looking-params__fl-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media only screen and (max-width:1024px) {
  .looking-params__col-fl:first-child {
    margin-right: 60px
  }
}
@media only screen and (max-width:560px) {
  .looking-params__col-fl:first-child {
    margin-right: 0
  }
  .looking-params__col-fl:first-child .looking-params__title:first-child {
    margin-top: 0
  }
}
.looking-params__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #fff
}
@media only screen and (max-width:1800px) {
  .looking-params__title {
    font-size: 18px;
    margin-bottom: 12px
  }
}
.looking-params__check {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.looking-params__radio {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 400
}
.looking-params__radio:not(:last-child) {
  margin-bottom: 16px
}
.looking-params__radio label {
  position: relative;
  padding-left: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}
.looking-params__radio input {
  opacity: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px)
}
.looking-params__radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 100%
}
.looking-params__radio span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  opacity: 0
}
.looking-params__radio input:checked + span::after {
  opacity: 1
}
.looking-params__ip {
  width: 240px;
  margin-bottom: 32px;
  padding: 11px 18px;
  border: 1px solid rgba(217,217,217,.07);
  background: rgba(217,217,217,.07);
  border-radius: 10px;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: transparent
}
.looking-params__ip.error {
  border: 1px solid #ff7b7b
}
.looking-params__ip::-webkit-input-placeholder {
  color: #fff;
  opacity: .6;
  font-size: 16px;
  font-weight: 400
}
.looking-params__ip::-moz-placeholder {
  color: #fff;
  opacity: .6;
  font-size: 16px;
  font-weight: 400
}
.looking-params__ip:-ms-input-placeholder {
  color: #fff;
  opacity: .6;
  font-size: 16px;
  font-weight: 400
}
.looking-params__ip::placeholder {
  color: #fff;
  opacity: .6;
  font-size: 16px;
  font-weight: 400
}
@media only screen and (max-width:560px) {
  .looking-params__ip {
    width: 100%;
    margin-bottom: 28px
  }
}
.looking-params-btn {
  margin-top: 8px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 18px 30px;
  width: 240px
}
@media only screen and (max-width:1800px) {
  .looking-params-btn {
    margin-top: 0
  }
}
@media only screen and (max-width:560px) {
  .looking-params-btn {
    width: 100%
  }
}
.looking-params-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 100px;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.looking-params-btn__text {
  display: block;
  font-weight: 500;
  line-height: 105%;
  font-size: 16px;
  position: relative;
  z-index: 10
}
.looking-params-btn .inner {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1
}
.looking-params-btn .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.looking-params-btn .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.looking-params-btn:hover .normal {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%)
}
.looking-params-btn:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.looking-params-btn:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.looking-select {
  margin-bottom: 32px;
  width: 240px;
  padding: 0 7px 0 16px;
  background: rgba(255,255,255,.1);
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 60px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all .3s ease
}
@media only screen and (max-width:560px) {
  .looking-select {
    margin-bottom: 28px;
    width: 100%
  }
}
.looking-select.is-active {
  border-radius: 20px;
  transition: border-radius .3s ease
}
.looking-select.is-active .looking-select__drop-body {
  transition: max-height .3s ease,padding .3s ease;
  box-sizing: content-box;
  padding-bottom: 20px;
  padding-top: 4px
}
@media only screen and (max-width:1800px) {
  .looking-select.is-active .looking-select__drop-body {
    padding-top: 0
  }
}
.looking-select.is-active svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.looking-select__drop-header {
  padding: 7px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer
}
.looking-select__drop-header:hover .looking-select__drop-btn {
  background: rgba(255,255,255,.4);
  transition: background .3s ease
}
.looking-select__drop-header svg {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.looking-select__drop-body {
  padding-top: 0;
  box-sizing: border-box;
  max-height: 0;
  transition: max-height .3s ease,padding .3s ease
}
.looking-select__drop-btn {
  margin-left: 16px;
  width: 20px;
  height: 20px;
  -webkit-flex: 0 0 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255,255,255,.2);
  transition: background .3s ease
}
.looking-select__drop-btn svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}
.looking-select__drop-current {
  color: #fff;
  line-height: normal
}
.looking-select__drop-item {
  font-size: 16px;
  color: #fff;
  opacity: .45;
  cursor: pointer;
  line-height: 140%;
  transition: opacity .3s ease
}
.looking-select__drop-item:hover {
  opacity: 1;
  transition: opacity .3s ease
}
.looking-select__drop-item:not(:last-child) {
  margin-bottom: 12px
}
@media only screen and (max-width:1800px) {
  .looking-select__drop-item {
    font-size: 16px
  }
  .looking-select__drop-item:not(:last-child) {
    margin-bottom: 8px
  }
}
.range-sizeline {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  color: #4f4f4f;
  font-weight: 500;
  opacity: .5
}
@media only screen and (max-width:1800px) {
  .range-sizeline {
    font-size: 16px
  }
}
.file-range {
  z-index: 50!important
}
.file-range .file-config-col {
  background: rgba(255,255,255,.09)!important;
  border: 1px solid rgba(238,239,248,.3)!important;
  -webkit-backdrop-filter: blur(5px)!important;
  backdrop-filter: blur(5px)!important
}
.file-config-white {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
@media only screen and (max-width:560px) {
  .file-config-white {
    padding-bottom: 16px!important
  }
}
.file-config-white footer {
  padding-bottom: 24px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
@media only screen and (max-width:1800px) {
  .file-config-white footer {
    padding-bottom: 18px
  }
}
@media only screen and (max-width:560px) {
  .file-config-white footer {
    padding-bottom: 0
  }
}
.file-config-white footer .range-sizeline {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.file-config-white footer .range-sizeline p {
  color: #a2a3a7
}
.file-drive-text {
  max-width: 600px
}
.file-drive-btn {
  width: 436px
}
@media only screen and (max-width:1800px) {
  .file-drive-btn {
    width: 366px
  }
}
@media only screen and (max-width:560px) {
  .file-drive-btn {
    width: 250px
  }
}
.file-drive-title {
  max-width: 600px
}
@media (max-width:767px) {
  .file-drive-title {
    max-width: 540px
  }
}
.blog {
  position: relative;
  margin-top: -100vh;
  top: 112px;
  padding-top: 80px!important;
  left: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  z-index: 20!important;
  background-color: #fff
}
@media only screen and (max-width:1800px) {
  .blog {
    top: 81px;
    padding-top: 60px!important
  }
}
@media only screen and (max-width:1400px) {
  .blog {
    top: 69px;
    padding-top: 40px!important
  }
}
@media only screen and (max-width:1024px) {
  .blog {
    top: 85px
  }
}
@media only screen and (max-width:560px) {
  .blog {
    top: 69px
  }
}

@media only screen and (max-width:1024px) {
  .blog .container {
    padding: 0 30px
  }
}
@media only screen and (max-width:560px) {
  .blog .container {
    padding: 0 15px
  }
}
.blog__wrap {
  margin-top: 40px;
  margin-bottom: -32px;
  padding-bottom: 152px
}
@media only screen and (max-width:1800px) {
  .blog__wrap {
    padding-bottom: 132px
  }
}
@media only screen and (max-width:1400px) {
  .blog__wrap {
    margin-top: 32px
  }
}
@media only screen and (max-width:1024px) {
  .blog__wrap {
    padding-bottom: 112px
  }
}
@media only screen and (max-width:560px) {
  .blog__wrap {
    padding-bottom: 92px
  }
}
.blog__wrap .flex-60 {
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 60px;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%
}
@media only screen and (max-width:1800px) {
  .blog__wrap .flex-60 {
    margin-bottom: 40px;
    padding-right: 29px;
    -webkit-flex: 0 0 54%;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    font-size: 40px
  }
}
@media only screen and (max-width:1400px) {
  .blog__wrap .flex-60 {
    padding-right: 40px;
    margin-bottom: 28px;
    -webkit-flex: 0 0 53%;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%
  }
}
@media only screen and (max-width:1024px) {
  .blog__wrap .flex-60 {
    margin-bottom: 20px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 10px;
    padding-left: 10px
  }
}
@media (max-width:715px) {
  .blog__wrap .flex-60 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}
.blog__wrap .flex-40 {
  margin-bottom: 60px;
  padding-right: 15px;
  -webkit-flex: 0 0 42%;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%
}
.blog__wrap .flex-40 .news-item{
  min-height: 147px;
}
@media only screen and (max-width:1800px) {
  .blog__wrap .flex-40 {
    margin-bottom: 40px;
    padding-right: 0;
    -webkit-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%
  }
  .blog__wrap .flex-40 .news-item{
    min-height: 126px;
  }
}
@media only screen and (max-width:1400px) {
  .blog__wrap .flex-40 {
    margin-bottom: 28px;
    -webkit-flex: 0 0 46%;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%
  }
}
@media only screen and (max-width:1024px) {
  .blog__wrap .flex-40 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
  }
  .blog__wrap .flex-40 .news-item{
    min-height: auto;
  }
}
@media (max-width:768px) {
  .blog__wrap .flex-40 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
  }
}
@media (max-width:768px) {
  .blog__wrap .order-sm-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
  }
}
.blog__wrap .order-sm-5 {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3
}
@media (min-width:700px) and (max-width:999px) {
  .blog__wrap .order-sm-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
  }
}
@media (max-width:768px) {
  .blog__wrap .order-sm-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }
}
@media (max-width:768px) {
  .blog__wrap .order-sm-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
  }
}
@media (max-width:768px) {
  .blog__wrap .order-sm-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
  }
}
.blog__wrap .col-subscribe {
  margin-bottom: 32px
}
@media (max-width:1800px) {
  .blog__wrap .col-subscribe {
    margin-bottom: 24px
  }
}
@media (min-width:1000px) and (max-width:1299px) {
  .blog__wrap .col-subscribe {
    margin-bottom: 20px
  }
}
@media (min-width:700px) and (max-width:999px) {
  .blog__wrap .col-subscribe {
    margin-bottom: 32px
  }
}
@media (max-width:699px) {
  .blog__wrap .col-subscribe {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (min-width:320px) and (max-width:1024px) {
  .blog__wrap .col-subscribe {
    margin-top: 12px;
    margin-bottom: 32px;
    -webkit-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    width: 100%!important;
    max-width: 100%!important
  }
}
@media (max-width:715px) {
  .blog__wrap .col-subscribe {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.blog__wrap .col-4,
.blog__wrap .col-8 {
  height: 530px;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px
}
@media only screen and (max-width:1800px) {
  .blog__wrap .col-4,
  .blog__wrap .col-8 {
    margin-bottom: 24px;
    height: 440px;
    padding-left: 12px;
    padding-right: 12px
  }
}
@media only screen and (max-width:1400px) {
  .blog__wrap .col-4,
  .blog__wrap .col-8 {
    margin-bottom: 20px;
    height: 389px;
    padding-left: 10px;
    padding-right: 10px
  }
}
@media only screen and (max-width:1024px) {
  .blog__wrap .col-4,
  .blog__wrap .col-8 {
    height: 371px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}
@media (max-width:715px) {
  .blog__wrap .col-4,
  .blog__wrap .col-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media only screen and (max-width:1024px) {
  .blog__wrap .col-8 {
    margin: 12px 0 32px 0;
    height: 352px
  }
}
@media (max-width:768px) {
  .blog__wrap .col-8 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
@media (max-width:715px) {
  .blog__wrap .col-8 {
    margin-top: 0;
    margin-bottom: 20px;
    height: auto;
    min-height: 234px
  }
}
.blog__preview {
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.blog__preview.big {
  height: 100%
}
.blog__preview:hover {
  -webkit-transform: scale(.97);
  transform: scale(.97);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.blog__preview:hover .article-preview__name {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  transition: background .3s ease;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  clip-path: inset(1px);
}
.blog__more {
  padding: 20px 35px;
  display: block;
  margin: 0 auto;
  margin-top: 60px;
  width: auto;
  font-size: 18px;
  font-weight: 600
}
.blog__more .btn-effect-zoom__text {
  font-size: 18px;
  font-weight: 600
}
@media only screen and (max-width:1800px) {
  .blog__more .btn-effect-zoom__text {
    font-size: 15px
  }
}
@media only screen and (max-width:560px) {
  .blog__more .btn-effect-zoom__text {
    font-size: 13px
  }
}
.blog__more.btn-effect-zoom.btn-effect-zoom-gradient::before {
  background-color: #fff;
  left: 1px;
  right: 1px;
  height: calc(100% - 4px)
}
@media only screen and (max-width:1800px) {
  .blog__more.btn-effect-zoom.btn-effect-zoom-gradient::before {
    min-height: 47px
  }
}
@media only screen and (max-width:560px) {
  .blog__more.btn-effect-zoom.btn-effect-zoom-gradient::before {
    min-height: 39px
  }
}
.blog__more.btn-effect-zoom.btn-effect-zoom-gradient::after {
  height: 100%;
  background: linear-gradient(84.37deg,#3d8dfa 0,#424aed 48.83%,#9a43b8 100%);
  min-height: 52px
}
@media only screen and (max-width:1800px) {
  .blog__more.btn-effect-zoom.btn-effect-zoom-gradient::after {
    min-height: 49px
  }
}
@media only screen and (max-width:560px) {
  .blog__more.btn-effect-zoom.btn-effect-zoom-gradient::after {
    min-height: 41px
  }
}
@media only screen and (max-width:1800px) {
  .blog__more {
    margin-top: 40px;
    padding: 12px 28px;
    height: 47px;
    font-size: 15px
  }
}
@media only screen and (max-width:1024px) {
  .blog__more {
    margin-bottom: 60px;
    margin-top: 20px
  }
}
@media only screen and (max-width:560px) {
  .blog__more {
    padding: 10px 24px;
    margin-top: 32px;
    height: 41px;
    font-size: 13px
  }
}
@media only screen and (max-width:1400px) {
  .col-subscribe {
    padding-left: 10px;
    padding-right: 10px
  }
}
.blog-header {
  margin-bottom: -12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.blog__header h1{
  display: none;
}
h1.blog-header__item{
  display: block;
}
.blog-header__item {
  transition: background-color .3s ease,color .3s ease;
  letter-spacing: normal;
}
.blog-header__item:not(:last-child) {
  margin-right: 12px
}
@media only screen and (max-width:1800px) {
  .blog-header__item:not(:last-child) {
    margin-right: 8px
  }
}
.blog-header__item.active {
  background-color: #425af0;
  color: #fff;
  transition: background-color .3s ease,color .3s ease
}
.blog-header__item.outline {
  color: #425af0;
  color: #0E2CDD;
  background-color: rgba(66,90,240,.07);
  transition: background-color .3s ease,color .3s ease
}
.blog-header__item.outline:hover {
  background-color: rgba(66,90,240,.15);
  transition: background-color .3s ease
}
.blog-label {
  margin-bottom: 12px;
  padding: 8px 15px;
  font-size: 16px;
  color: #425af0;
  font-weight: 600;
  background-color: rgba(66,90,240,.07);
  transition: background-color .3s ease;
  text-align: center;
  border-radius: 50px;
  cursor: pointer
}
@media only screen and (max-width:1800px) {
  .blog-label {
    padding: 6px 12px;
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .blog-label {
    font-size: 13px
  }
}
.article-preview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 530px
}
@media only screen and (max-width:1800px) {
  .article-preview {
    min-height: 440px
  }
}
@media only screen and (max-width:1400px) {
  .article-preview {
    min-height: 389px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview {
    min-height: 371px
  }
}
@media (max-width:715px) {
  .article-preview {
    /*max-width: 600px;*/
    min-height: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .article-preview.big {
    height: 371px
  }
}
.article-preview.big .article-preview__thumb {
  height: 280px
}
@media only screen and (max-width:1800px) {
  .article-preview.big .article-preview__thumb {
    height: 218px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview.big .article-preview__thumb {
    height: 111px
  }
}
.article-preview.big .article-preview__descr {
  max-width: 700px
}
@media (max-width:768px) {
  .article-preview.big .article-preview__descr {
    max-width: 400px
  }
}
.article-preview.big .article-preview__inner {
  padding: 32px;
  padding-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .article-preview.big .article-preview__inner {
    padding: 24px;
    padding-bottom: 16px
  }
}
@media only screen and (max-width:1400px) {
  .article-preview.big .article-preview__inner {
    padding: 20px;
    padding-bottom: 18px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview.big .article-preview__inner {
    padding: 16px;
    border-radius: 0 0 16px 16px
  }
}
@media only screen and (max-width:560px) {
  .article-preview.big .article-preview__inner {
    padding: 16px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview.big .article-preview__name {
    font-size: 16px;
    line-height: 120%
  }
}
@media only screen and (max-width:560px) {
  .article-preview.big .article-preview__name {
    font-size: 16px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview.big .article-preview__footer {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .article-preview.big .article-preview__footer {
    margin-top: auto;
    font-size: 12px
  }
}
.article-preview.big .article-preview__category {
  margin-right: 20px
}
@media only screen and (max-width:1024px) {
  .article-preview.big .article-preview__category {
    margin-right: 8px
  }
}
.article-preview .blog-label {
  margin-bottom: 0
}
.article-preview__thumb {
  height: 167px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden
}
@media only screen and (max-width:1800px) {
  .article-preview__thumb {
    height: 138px
  }
}
@media only screen and (max-width:1400px) {
  .article-preview__thumb {
    height: 122px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview__thumb {
    height: 111px
  }
}
.article-preview__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.article-preview__inner {
  padding: 24px;
  padding-bottom: 18px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #d9d9d9;
  border-top: none;
  border-radius: 0 0 20px 20px
}
@media only screen and (max-width:1800px) {
  .article-preview__inner {
    padding: 20px;
    padding-bottom: 18px
  }
}
@media only screen and (max-width:1400px) {
  .article-preview__inner {
    padding: 16px;
    border-radius: 0 0 16px 16px
  }
}
.article-preview__data {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.article-preview__date {
  font-size: 16px;
  color: rgba(79,79,79,.6);
  color: rgb(79,79,79);
  line-height: normal
}
@media only screen and (max-width:1800px) {
  .article-preview__date {
    font-size: 14px
  }
}
@media only screen and (max-width:1800px) and (max-width:1130px) {
  .article-preview__date span.big {
    display: none
  }
}
@media only screen and (max-width:1800px) and (max-width:1024px) {
  .article-preview__date span.big {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

.article-preview__date span.small {
  display: none
}

@media only screen and (max-width:1800px) and (max-width:1130px) {
  .article-preview__date span.small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width:1800px) and (max-width:1024px) {
  .article-preview__date span.small {
    display: none
  }
}
@media only screen and (max-width:560px) {
  .article-preview__date {
    font-size: 13px
  }
}
.article-preview__category {
  margin-right: 16px
}
@media only screen and (max-width:1024px) {
  .article-preview__category {
    margin-right: 8px
  }
}
.article-preview__name {
  max-width: 80%;
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
  background: 0 0;
  -webkit-text-fill-color: #1e1e1e;
  transition: background .3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
  fill-color: transparent;
  fill-color--webkit-background-clip: text;
  letter-spacing: -.65px;
}
@media only screen and (max-width:1800px) {
  .article-preview__name {
    margin-bottom: 8px;
    font-size: 20px
  }
}
@media only screen and (max-width:1400px) {
  .article-preview__name {
    font-size: 18px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview__name {
    font-size: 16px;
    line-height: 120%
  }
}
@media only screen and (max-width:560px) {
  .article-preview__name {
    font-size: 16px
  }
}
.article-preview__descr {
  font-size: 18px;
  line-height: 140%;
  color: rgba(79,79,79,.6);
  color: rgb(79,79,79);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 400px;
  margin-bottom: 40px;
}
@media only screen and (max-width:1800px) {
  .article-preview__descr {
    font-size: 15px;
    margin-bottom: 32px;
  }
}
@media (max-width:715px) {
  .article-preview__descr {
    max-width: 100%
  }
}
@media only screen and (max-width:560px) {
  .article-preview__descr {
    -webkit-line-clamp: 4;
    font-size: 13px
  }
}
.article-preview__time {
  margin-top: auto;
  padding-left: 34px;
  background: url(../images/blog/time-circle.svg) left center no-repeat;
  color: #959595;
  font-size: 16px;
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .article-preview__time {
    padding-left: 20px;
    background-size: 16px;
    font-size: 14px
  }
}
@media only screen and (max-width:1024px) {
  .article-preview__time {
    font-size: 12px
  }
}
.news__title {
  margin-bottom: 40px;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%
}
@media only screen and (max-width:1800px) {
  .news__title {
    margin-bottom: 20px;
    font-size: 56px
  }
}
@media only screen and (max-width:1400px) {
  .news__title {
    margin-bottom: 16px
  }
}
@media only screen and (max-width:1024px) {
  .news__title {
    margin-bottom: 28px;
    font-size: 48px
  }
}
@media only screen and (max-width:560px) {
  .news__title {
    margin-bottom: 20px;
    font-size: 36px
  }
}
@media (max-width:699px) {
  .news .article-preview__date span.big {
    display: none
  }
}
.news .article-preview__date span.small {
  display: none
}
@media (max-width:699px) {
  .news .article-preview__date span.small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
.news-item {
  padding: 36px 32px 40px 32px;
  background-color: rgba(217,217,217,.14);
  border-radius: 20px;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
.news-item:hover {
  -webkit-transform: scale(.96);
  transform: scale(.96);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease
}
@media only screen and (max-width:1800px) {
  .news-item {
    padding: 24px 22px 32px 22px
  }
}
@media only screen and (max-width:1400px) {
  .news-item {
    padding: 20px 20px 38px 20px;
    border-radius: 16px
  }
}
@media only screen and (max-width:560px) {
  .news-item {
    padding: 20px 16px 32px 16px
  }
}
.news-item:not(:last-child) {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .news-item:not(:last-child) {
    margin-bottom: 16px
  }
}
@media only screen and (max-width:1400px) {
  .news-item:not(:last-child) {
    margin-bottom: 12px
  }
}
@media only screen and (max-width:1024px) {
  .news-item:not(:last-child) {
    margin-bottom: 16px
  }
}
.news-item__header {
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.news-item__header .article-preview__date {
  margin-right: 28px
}
@media only screen and (max-width:1800px) {
  .news-item__header {
    margin-bottom: 8px
  }
}
@media only screen and (max-width:1024px) {
  .news-item__header {
    margin-bottom: 12px
  }
}
.news-item__link {
  padding: 3px 7px 3px 36px;
  margin-left: auto;
  background: rgba(186,186,244,.2) url(../images/blog/copy-link.svg) 5px center no-repeat;
  line-height: 140%;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #425af0;
  transition: background-color .3s ease
}
.news-item__link:hover {
  background-color: rgba(186,186,244,.35);
  transition: background-color .3s ease
}
.news-item__link span:last-child {
  display: none
}
@media (max-width:1200px) {
  .news-item__link span:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width:1024px) {
  .news-item__link span:last-child {
    display: none
  }
}
@media only screen and (max-width:560px) {
  .news-item__link span:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media (max-width:1200px) {
  .news-item__link span:first-child {
    display: none
  }
}
@media only screen and (max-width:1024px) {
  .news-item__link span:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width:560px) {
  .news-item__link span:first-child {
    display: none
  }
}
@media only screen and (max-width:1800px) {
  .news-item__link {
    padding: 4px 14px 4px 26px;
    background-size: 18px;
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .news-item__link {
    padding-right: 6px;
    font-size: 12px
  }
}
.news-item__text {
  font-size: 20px;
  line-height: 140%;
  font-weight: 500;
  background: 0 0;
  -webkit-text-fill-color: #1e1e1e;
  transition: background .3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer
}

.news-item:hover .news-item__text{
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  transition: background .3s ease;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  clip-path: inset(1px);
}
@media only screen and (max-width:1800px) {
  .news-item__text {
    font-size: 18px
  }
}
@media only screen and (max-width:560px) {
  .news-item__text {
    font-size: 14px
  }
}
.news-item .article-preview__date {
  color: rgba(79,79,79,.6);
  color: rgb(79,79,79)
}
@media only screen and (max-width:1800px) {
  .news-item .article-preview__date {
    margin-right: 22px
  }
}
@media (max-width:1130px) {
  .news-item .article-preview__date span.big {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width:560px) {
  .news-item .article-preview__date span.big {
    display: none
  }
}
.news-item .article-preview__date span.small {
  display: none
}
@media (max-width:1130px) {
  .news-item .article-preview__date span.small {
    display: none
  }
}
@media only screen and (max-width:560px) {
  .news-item .article-preview__date span.small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width:560px) {
  .news-item .article-preview__date {
    margin-right: 25px
  }
}
@media (max-width:350px) {
  .news-item .article-preview__date {
    margin-right: 10px
  }
}
.news-item .article-preview__time {
  margin-top: 0;
  color: #4f4f4f;
  background-size: 18px
}
@media (max-width:360px) {
  .news-item .article-preview__time span:first-child {
    display: none
  }
}
.news-item .article-preview__time span:last-child {
  display: none
}
@media (max-width:360px) {
  .news-item .article-preview__time span:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width:1800px) {
  .news-item .article-preview__time {
    padding-left: 17px;
    background-size: 13px;
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .news-item .article-preview__time {
    background-size: 12px;
    font-size: 12px
  }
}
.subscribe {
  position: relative;
  padding: 88px 80px 80px 80px;
  /*background: linear-gradient(155.32deg,#faf9ff -8.25%,#f3f2fd 101.22%);
  background: #f5f5fe url("../images/blog/subscribe@2x.png") 100% 0 no-repeat;*/
  background: #f5f5fe;
  background-size: auto 100%;
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}
.subscribe:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f5f5fe url("../images/blog/subscribe@2x.png") 100% 0 no-repeat;
  background-size: auto 100%;
}
.subscribe > *{
  position: relative;
  z-index: 1;
}
@media only screen and (max-width:1800px) {
  .subscribe {
    padding: 90px 40px 90px 60px;
  }
  .subscribe:before{
    right: -50px;
  }
}
@media only screen and (max-width:1400px) {
  .subscribe {
    padding: 64px 40px 85px 52px;
  }
  .subscribe:before{
    right: -100px;
  }

}
@media only screen and (max-width:1024px) {
  .subscribe {
    padding: 48px 32px 70px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscribe:before{
    right: -50px;
  }
}
@media only screen and (max-width:768px) {
  .subscribe:before{
    right: -100px;
  }
}
@media only screen and (max-width:560px) {
  .subscribe {
    padding: 32px 26px 37px;
  }
  .subscribe:before{
    right: -80px;
    top: -20px;
  }
}
.subscribe__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
  max-width: 408px
}
@media only screen and (max-width:1800px) {
  .subscribe__title {
    font-size: 56px
  }
}
@media only screen and (max-width:1024px) {
  .subscribe__title {
    font-size: 48px
  }
}
@media only screen and (max-width:560px) {
  .subscribe__title {
    font-size: 28px
  }
}
.subscribe__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.subscribe__result{
  font-size: 18px;
  padding-top: 26px;
  display: none;
}
.subscribe__result.error{
  color: red;
}
@media only screen and (max-width:1800px) {
  .subscribe__result{
    padding-top: 19px;
  }
  .subscribe__header{
    margin-bottom: 24px;
  }
}
@media only screen and (max-width:1400px) {
  .subscribe__header{
    margin-bottom: 17px;
  }
}
@media only screen and (max-width:1024px) {
  .subscribe__header{
    margin-bottom: 28px;
  }
}
@media only screen and (max-width:560px) {
  .subscribe__header{
    margin-bottom: 16px;
  }
  .subscribe__result{
    padding-top: 11px;
    font-size: 14px;
  }
}
.subscribe-form-cover{
  position: relative;
}
.subscribe__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.subscribe button {
  margin-left: 16px;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  border-radius: 100%;
  overflow: hidden
}
.subscribe button img{
  height: 32px;
  width: 32px;
}
@media only screen and (max-width:1800px) {
  .subscribe button {
    width: 60px;
    height: 60px;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px
  }
  .subscribe button img {
    width: 26px
  }
}
@media only screen and (max-width:560px) {
  .subscribe button {
    margin-left: 8px;
    width: 40px;
    height: 40px;
    -webkit-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px
  }
  .subscribe button img {
    width: 18px
  }
}

.subscribe button .arr-inner {
  position: relative;
  width: 40px;
  overflow: hidden
}
.subscribe button .arr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.subscribe button .arr-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-250%,-50%);
  transform: translate(-250%,-50%)
}
.subscribe button:hover {
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.subscribe button:hover .arr {
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  -webkit-transform: translateX(250%);
  transform: translateX(250%)
}
.subscribe button:hover .arr-hover {
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.subscribe__input {
  margin-bottom: 22px;
  padding: 26px 24px;
  height: 80px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #fff;
  box-shadow: 10px 20px 40px rgba(27,25,232,.02);
  border-radius: 10px;
  border: none;
  color: rgba(79,79,79,.6);
  font-size: 20px
}
.subscribe__input::-webkit-input-placeholder {
  color: rgba(79,79,79,.6);
  font-size: 20px
}
.subscribe__input::-moz-placeholder {
  color: rgba(79,79,79,.6);
  font-size: 20px
}
.subscribe__input:-ms-input-placeholder {
  color: rgba(79,79,79,.6);
  font-size: 20px
}
.subscribe__input::placeholder {
  color: rgba(79,79,79,.6);
  font-size: 20px
}
@media only screen and (max-width:1800px) {
  .subscribe__input {
    margin-bottom: 17px;
    padding: 19px 23px;
    height: 60px;
    font-size: 16px
  }
  .subscribe__input::-webkit-input-placeholder {
    font-size: 16px
  }
  .subscribe__input::-moz-placeholder {
    font-size: 16px
  }
  .subscribe__input:-ms-input-placeholder {
    font-size: 16px
  }
  .subscribe__input::placeholder {
    font-size: 16px
  }
}
@media only screen and (max-width:1400px) {
  .subscribe__input {
    margin-bottom: 15px
  }
}

@media only screen and (max-width:560px) {
  .subscribe__input {
    margin-bottom: 12px;
    padding: 11px 15px;
    height: 40px
  }
}
@media only screen and (max-width:375px) {
  .subscribe__input {
    font-size: 12px
  }
  .subscribe__input::-webkit-input-placeholder {
    font-size: 12px
  }
  .subscribe__input::-moz-placeholder {
    font-size: 12px
  }
  .subscribe__input:-ms-input-placeholder {
    font-size: 12px
  }
  .subscribe__input::placeholder {
    font-size: 12px
  }
}
.subscribe__img {
  width: 43%;
}
.subscribe__img img {
  width: 100%;
  height: auto
}
@media only screen and (max-width:1280px) {
  .subscribe__img {
    width: 40%;
  }
}
.subscribe__checkbox {
  position: relative;
  cursor: pointer
}
.discuss-form .subscribe__checkbox .parsley-errors-list{
  top: -15px;
  right: 0;
}
.subscribe__checkbox a {
  color: rgba(79,79,79,.6);
  text-decoration: underline
}
.subscribe__checkbox a:hover{
  color: #425AF0;
}
.subscribe__checkbox input {
  position: absolute;
  opacity: 0;
  width: 21px;
  height: 21px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media only screen and (max-width:1800px) {
  .subscribe__checkbox input {
    width: 16px;
    height: 16px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.subscribe__checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  padding-top: 2px;
  color: rgba(79,79,79,.6);
  font-size: 16px;
  cursor: pointer
}
.discuss-form .subscribe__checkbox span{
  font-size: 14px;
  line-height: 1.4;
  padding-top: 1px;
}
@media only screen and (max-width:1800px) {
  .subscribe__checkbox span{
    padding-left: 24px;
    font-size: 14px
  }
  .discuss-form .subscribe__checkbox span{
    font-size: 12px;
    padding-top: 0;
  }
}
@media only screen and (max-width:1400px) {
  .subscribe__checkbox span {
    font-size: 12px
  }
}
.subscribe__checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  border-radius: 5px;
  z-index: 4
}
.discuss-form .subscribe__checkbox span::before{
  background: #ccc;
}
@media only screen and (max-width:1800px) {
  .subscribe__checkbox span::before {
    width: 16px;
    height: 16px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.subscribe__checkbox span::after {
  content: "";
  position: absolute;
  left: 1.5px;
  top: 1.5px;
  width: 18px;
  height: 18px;
  background: #fff;
  background-size: 10px;
  border-radius: 3px;
  z-index: 5
}
@media only screen and (max-width:1800px) {
  .subscribe__checkbox span::after {
    width: 13px;
    height: 13px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.subscribe__checkbox input:checked + span:after {
  background: url(../images/blog/subscribe-ok.svg) center center no-repeat
}
.subscribe__checkbox input:checked + span:before {
  border: none;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%)
}
.blog.blog-page {
  margin-bottom: -100px;
  top: 0;
  padding-top: 0!important;
  background-color: #fff
}
.blog-article__header {
  margin-bottom: 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 90px;
}
@media (max-width: 1800px){
  .blog-article__header {
    padding-top: 72px;
    margin-bottom: 4px;
  }
}
@media (max-width: 1400px){
  .blog-article__header {
    padding-top: 60px;
  }
}
@media (max-width: 1024px){
  .blog-article__header {
    padding-top: 72px;
  }
}
@media (max-width: 560px){
  .blog-article__header {
    padding-top: 56px;
    margin-bottom: 8px;
  }
}
.blog-article__header .article-preview__date,
.blog-article__header .article-preview__time,
.blog-article__header .news-item__link {
  color: rgba(255,255,255,.8);
  font-size: 16px
}
@media only screen and (max-width:1800px) {
  .blog-article__header .article-preview__date,
  .blog-article__header .article-preview__time,
  .blog-article__header .news-item__link {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .blog-article__header .article-preview__date,
  .blog-article__header .article-preview__time,
  .blog-article__header .news-item__link {
    font-size: 12px
  }
}
.blog-article__header .article-preview__time {
  color: #959595
}
.blog-article__promo {
  padding-top: 114px;
  padding-bottom: 60px;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%)
}
@media only screen and (max-width:1800px) {
  .blog-article__promo {
    padding-top: 86px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:1400px) {
  .blog-article__promo {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__promo {
    padding-top: 86px;
  }
}
@media only screen and (max-width:560px) {
  .blog-article__promo {
    padding-top: 70px;
  }
}
.blog-article__breadcrumbs {
  min-height: 32px;
}
.blog-article__breadcrumbs .breadcrumbs a,
.blog-article__breadcrumbs .breadcrumbs{
  color: rgba(255, 255, 255, 0.4);
}
.blog-article__breadcrumbs .breadcrumbs a:hover{
  color: rgba(255, 255, 255, 0.9);
}
.blog-article__breadcrumbs .breadcrumbs > :not(:last-child){
  margin: 0;
  padding-right: 24px;
}
.blog-article__breadcrumbs .breadcrumbs > :not(:last-child):after{
  background: none;
  right: 10px;
  height: 6px;
  width: 6px;
  top: 6px;
  transform: rotate(45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
}
@media only screen and (max-width:1400px) {
  .blog-article__breadcrumbs .breadcrumbs {
    font-size: 12px;
  }
  .blog-article__breadcrumbs .breadcrumbs > :not(:last-child):after{
    top: 4px;
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__breadcrumbs .breadcrumbs {
    display: flex;
  }
}
.blog-article__promo .copy-link-wrap{
  margin: -8px 0;
  position: relative;
  width: 205px;
}
.blog-article__promo .news-item__link {
  position: relative;
  margin-left: 0;
  padding: 8px 12px 8px 9px;
  transition: .3s ease;
  display: flex;
  align-items: center;
  background: none;
  left: 50%;
  font-weight: 400;
  transform: translateX(-50%);
}
.blog-article__promo .news-item__link i{
  transition: .3s ease;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  background: url(../images/blog/copy-link-white.svg) center center no-repeat;
  background-size: 100% auto;
}
.blog-article__promo .news-item__link:before{
  content: '';
  transition: .3s ease;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
.blog-article__promo .news-item__link:hover:before{
  background-color: rgba(255, 255, 255,.08);
}
.blog-article__promo .news-item__link.clicked{
  font-size: 15px;
}
.blog-article__promo .news-item__link.clicked:before,
.blog-article__promo .news-item__link.clicked:hover:before{
  background-color: rgba(255, 255, 255,.16);
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.blog-article__promo .news-item__link.deactivated:before,
.blog-article__promo .news-item__link.deactivated:hover:before{
  background-color: rgba(255, 255, 255,.04);
}
.blog-article__promo .news-item__link.deactivated > *{
  opacity: 0.3;
}


@media only screen and (max-width:1800px) {
  .blog-article__promo .copy-link-wrap{
    width: 190px;
  }
  .blog-article__promo .news-item__link.clicked{
    font-size: 13px;
  }
  .blog-article__promo .news-item__link i{
    height: 20px;
    width: 20px;
  }
}
@media only screen and (max-width:1200px) {
  .blog-article__promo .news-item__link span:last-child {
    display: none
  }
  .blog-article__promo .news-item__link span:first-of-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media only screen and (max-width:560px) {
  .blog-article__promo .news-item__link.clicked{
    font-size: 11px;
  }
  .blog-article__promo .copy-link-wrap{
    width: 93px;
  }
  .blog-article__promo .news-item__link span:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .blog-article__promo .news-item__link span:first-of-type {
    display: none
  }
}
.blog-article__promo .article-preview__date {
  margin-right: 40px;
}
.blog-article__promo .article-preview__date .big {
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important
}
@media only screen and (max-width:560px) {
  .blog-article__promo .article-preview__date .big {
    display: none!important
  }
}
.blog-article__promo .article-preview__date .small {
  display: none
}
@media only screen and (max-width:560px) {
  .blog-article__promo .article-preview__date .small {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media (max-width:355px) {
  .blog-article__promo .article-preview__date {
    margin-right: 20px
  }
}
.blog-article__promo .article-preview__time {
  margin-top: 0;
  margin-right: 34px;
  background: url(../images/article-time.svg) left center no-repeat
}
.blog-article__promo .article-preview__time span {
  color: rgba(255,255,255,.8)
}
@media only screen and (max-width:1800px) {
  .blog-article__promo .article-preview__time {
    padding-left: 23px;
    background-size: 18px
  }
}
@media only screen and (max-width:560px) {
  .blog-article__promo .article-preview__date{
    margin-right: 24px;
  }
  .blog-article__promo .article-preview__time {
    margin-right: 18px;
    padding-left: 18px;
    background-size: 13px;
  }
}
.blog-article__title-wrap{
  position: relative;
  max-height: 175px;
  overflow: hidden;
}
.blog-article__title {
  max-width: 1020px;
  font-size: 60px;
  color: #fff;
  line-height: 120%;
  font-weight: 600;
  overflow: hidden;
}
.blog-article__title.three-lines{
  font-size: 48px;
}
@media only screen and (max-width:1800px) {
  .blog-article__title-wrap{
    max-height: 145px;
  }
  .blog-article__title {
    max-width: 800px;
    font-size: 48px;
  }
  .blog-article__title.three-lines{
    font-size: 40px;
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__title-wrap{
    max-height: 116px;
  }
  .blog-article__title {
    max-width: 680px;
    font-size: 40px;
  }
  .blog-article__title.three-lines{
    font-size: 32px;
  }
}
@media only screen and (max-width:560px) {
  .blog-article__title-wrap{
    max-height: 116px;
  }
  .blog-article__title {
    max-width: 100%;
    font-size: 28px;
  }
  .blog-article__title.three-lines{
    font-size: 24px;
  }
}
.blog-article__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.blog-article__content {
  -webkit-flex: 0 1 780px;
  -ms-flex: 0 1 780px;
  flex: 0 1 780px
}
.blog-article__body{
  min-height: 400px;
}
@media only screen and (max-width:1800px) {
  .blog-article__content {
    -webkit-flex: 0 1 660px;
    -ms-flex: 0 1 660px;
    flex: 0 1 660px
  }
  .blog-article__body{
    min-height: 315px;
  }
}
.blog-article__main {
  padding-top: 40px;
  padding-bottom: 120px;
  border-bottom: 1px solid rgba(30,30,30,.1)
}
@media only screen and (max-width:1800px) {
  .blog-article__main {
    padding-bottom: 60px
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__main {
    padding-bottom: 80px
  }
  .blog-article__inner{
    display: block;
  }
}
@media only screen and (max-width:560px) {
  .blog-article__main {
    padding-top: 20px
  }
}
.blog-article__main .article-preview__date,
.blog-article__main .article-preview__time,
.blog-article__main .news-item__link {
  color: #4f4f4f
}
.blog-article__main .article-preview__date span,
.blog-article__main .article-preview__time span,
.blog-article__main .news-item__link span {
  font-size: 14px
}
@media only screen and (max-width:1800px) {
  .blog-article__main .article-preview__date span,
  .blog-article__main .article-preview__time span,
  .blog-article__main .news-item__link span {
    font-size: 12px
  }
}
.blog-article__main .news-item {
  margin-bottom: 12px;
  padding: 21px 32px 28px 20px
}
.blog-article__main .news-item__header {
  margin-bottom: 8px
}
.blog-article__main .news-item__text {
  color: rgba(30,30,30,.8);
  font-size: 15px;
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .blog-article__main .news-item__text {
    font-size: 14px
  }
}
.blog-article__main img,
.blog-article__main picture{
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-article__main img + i,
.blog-article__main picture + i{
  display: block;
  text-align: center;
}
.blog-article__main a,
.blog-article__main div,
.blog-article__main h2,
.blog-article__main .like-h2,
.blog-article__main h3,
.blog-article__main .like-h3,
.blog-article__main li,
.blog-article__main p,
.blog-article__main span {
  font-size: 16px;
  color: rgba(30,30,30,.8);
  line-height: 160%
}
.blog-article__main a{
  color: #425af0;
}
@media only screen and (max-width:1800px) {
  .blog-article__main a,
  .blog-article__main div,
  .blog-article__main h2,
  .blog-article__main .like-h2,
  .blog-article__main h3,
  .blog-article__main .like-h3,
  .blog-article__main li,
  .blog-article__main p,
  .blog-article__main span {
    font-size: 15px
  }
}
.blog-article__main .blog-article__content a:not(.blog-article__link):not(.article-more__preview){
  color: #424AED;
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 4px;
}
.blog-article__main .blog-article__content a:not(.blog-article__link):not(.article-more__preview):hover{
  text-decoration: none;
}
.blog-article__main h2,
.blog-article__main .like-h2{
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.65px;
}
.blog-article__main h3,
.blog-article__main .like-h3{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -.65px;
}
.blog-article__main h4,
.blog-article__main .like-h4,
.blog-article__main h5,
.blog-article__main .like-h5{
  margin-bottom: 16px;
}
@media only screen and (max-width:1800px) {
  .blog-article__main h2,
  .blog-article__main .like-h2{
    font-size: 28px
  }
  .blog-article__main h3,
  .blog-article__main .like-h3{
    font-size: 20px
  }
}
@media only screen and (max-width:560px) {
  .blog-article__main h2,
  .blog-article__main .like-h2{
    margin-bottom: 16px;
    font-size: 22px
  }
  .blog-article__main h3,
  .blog-article__main .like-h3{
    margin-bottom: 16px;
    font-size: 18px
  }
}
.blog-article__main p,
.blog-article__main code,
.blog-article__main pre {
  margin-bottom: 40px
}
.blog-article__main code,
.blog-article__main pre{
  display: block;
}
.blog-article__main p code,
.blog-article__main p pre,
.blog-article__main li code,
.blog-article__main li pre{
  display: inline;
  margin-bottom: 0;
  padding: 0 5px;
  word-break: break-word;
  font-size: 1.1em;
}
.blog-article__main ul,
.blog-article__main ol{
  margin: 40px 0;
}
.blog-article__main p + ul,
.blog-article__main p + ol{
  margin-top: -24px;
}
.blog-article__main ul > li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 16px;
}
.blog-article__main ul > li:last-of-type{
  margin-bottom: 0;
}
.blog-article__main ul > li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #425af0
}
.blog-article__main ol{
  counter-reset: num;
  display: table;
}
.blog-article__main ol > li{
  display: table-row;
  margin: 0;
  padding: 0;
}
.blog-article__main ol > li::before {
  content: counter(num) '.';
  padding: 16px 8px 0 2px;
  counter-increment: num;
  display: table-cell;
  font-size: inherit;
  font-weight: inherit;
}
.blog-article__main ol > li:first-of-type::before{
  padding-top: 0;
}
.blog-article__main ol ol,
.blog-article__main ol ul,
.blog-article__main ul ol,
.blog-article__main ul ul{
  margin: 16px 0 0;
  padding: 0;
}
.blog-article__main ol ol{
  counter-reset: num2;
}
.blog-article__main ol ol > li::before{
  content: counter(num) '.' counter(num2) '.';
  counter-increment: num2;
}
.table-responsive{
  margin-bottom: 30px;
}
.blog-article__main table{
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1024px){
  .blog-article__main table{
    display: block;
    overflow: initial;
  }
  .table-responsive{
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 560px){
  .blog-article__main table{
    font-size: 13px;
  }
}
.blog-article__main table th,
.blog-article__main table thead td{
  font-weight: 600;
  color: #1E1E1E;
  opacity: 0.8;
  text-align: left;
  vertical-align: top;
}
.blog-article__main table thead th,
.blog-article__main table thead td{
  vertical-align: bottom;
  border-bottom: 2px solid #1E1E1E10;
  padding: 12px 28px 12px 0;
}
.blog-article__main table tbody th,
.blog-article__main table td{
  padding: 16px 28px 16px 0;
  vertical-align: top;
  border-bottom: 1px solid #1E1E1E10;
}
.blog-article__main table td{
  color: #000000;
  opacity: 0.5;
}
.blog-article__main table tbody tr:last-of-type th,
.blog-article__main table tr:last-of-type td{
  border-bottom: none;
}
.blog-article__main table tr td:last-of-type{
  padding-right: 0;
}
.blog-article__list p {
  margin-bottom: 16px
}
.blog-article__content > img,
.blog-article__content > p > img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 40px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}
.blog-article__img {
  margin-bottom: 40px;
  background: rgba(217,217,217,.4);
  width: 100%;
  position: relative;
  padding-bottom: 58%;
  overflow: hidden
}
@media only screen and (max-width:560px) {
  .blog-article__img,
  .blog-article__content > img{
    /*border-radius: 10px*/
  }
}
.blog-article__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.blog-article__bg {
  display: block;
  margin-bottom: 32px;
  padding: 24px 32px;
  background: rgba(240,240,240,.5);
  border-radius: 24px
}
@media only screen and (max-width:1800px) {
  .blog-article__bg {
    padding: 20px
  }
}

.blog-article__quote {
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.blog-article__quote .icon-quote {
  margin-right: 24px;
  width: 48px;
  height: 48px;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  background: #f2efff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%
}
@media only screen and (max-width:560px) {
  .blog-article__quote .icon-quote {
    margin-right: 8px;
    width: 37px;
    height: 37px;
    -webkit-flex: 0 0 37px;
    -ms-flex: 0 0 37px;
    flex: 0 0 37px
  }
  .blog-article__quote .icon-quote img {
    width: 15px
  }
}
.blog-article__quote .text-quote {
  margin-bottom: 0;
  max-width: 630px;
  color: rgba(30,30,30,.4)
}
@media only screen and (max-width:560px) {
  .blog-article__quote .text-quote {
    font-size: 14px
  }
}
.blog-article__quote .text-quote span {
  display: block;
  margin-top: 8px;
  color: rgba(30,30,30,.4)
}
@media only screen and (max-width:560px) {
  .blog-article__quote .text-quote span {
    font-size: 14px
  }
}
.blog-article__main p.blog-quote,
.blog-quote{
  box-sizing: border-box;
  display: block;
  position: relative;
  padding-left: 72px;
  max-width: 700px;
  color: rgba(30,30,30,.4);
}
.blog-article__main .blog-quote span,
.blog-quote span,
.blog-article__main .blog-quote p,
.blog-quote p{
  display: block;
  margin-top: 8px;
  color: rgba(30,30,30,.4);
}
.blog-article__main .blog-quote{
  color: rgba(30,30,30,.4);
  margin-bottom: 40px;
}
.blog-article__main .blog-quote div{
  color: rgba(30,30,30,.4);
}
.blog-quote:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background: #f2efff url("/images/quote.svg") center center no-repeat;
  background-size: 15px auto;
}
@media only screen and (max-width:560px) {
  .blog-article__main p.blog-quote,
  .blog-quote{
    font-size: 14px;
    padding-left: 45px;
  }
  .blog-article__main .blog-quote span,
  .blog-quote span,
  .blog-article__main .blog-quote p,
  .blog-quote p{
    font-size: 14px;
  }
  .blog-quote:before{
    width: 37px;
    height: 37px;
  }
}
.blog-article__footer {
  margin-bottom: 72px;
  margin-top: 40px;
}
.blog-article__footer .link-social {
  height: 69px!important
}
.blog-article__footer .link-social img {
  height: 26px;
  width: 26px
}
@media only screen and (max-width:1800px) {
  .blog-article__footer .link-social img {
    height: 20px;
    width: 20px
  }
}
@media only screen and (max-width:560px) {
  .blog-article__footer .link-social {
    height: 59px!important
  }
}
@media only screen and (max-width:1400px) {
  .blog-article__footer {
    margin-bottom: 60px
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__footer {
    margin-bottom: 44px
  }
}
.blog-article__with-link {
  position: relative
}
.blog-article__link {
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  right: -120px;
  min-width: 318px;
  /*top: 50%;
  -webkit-transform: translate(100%,-50%);
  transform: translate(100%,-50%);*/

  -webkit-transform: translate(100%);
  transform: translate(100%);
  position: absolute;
  background: linear-gradient(155.32deg,#faf9ff -8.25%,#f3f2fd 101.22%);
  border-radius: 24px;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  will-change: transform
}
@media only screen and (max-width:1800px) {
  .blog-article__link {
    right: -54px;
    padding: 20px;
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__link {
    margin-bottom: 32px;
    width: 100%;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    padding-left: 20px;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  .blog-article__link:hover {
    -webkit-transform: translate(0) scale(1.02);
    transform: translate(0) scale(1.02);
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
  }
  .blog-article__link:hover .arr {
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translateX(250%);
    transform: translateX(250%)
  }
  .blog-article__link:hover .arr-hover {
    transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1);
    transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
  }
  .blog-article__link br{
    display: none;
  }
}
.blog-article__link span {
  max-width: 181px;
  margin-right: 24px;
  line-height: 140%;
  font-size: 18px;
  font-weight: 500;
  will-change: transform
}
@media only screen and (max-width:1800px) {
  .blog-article__link span {
    font-size: 16px
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__link span {
    max-width: 100%
  }
}
@media only screen and (max-width:560px) {
  .blog-article__link span {
    font-size: 14px
  }
}
.blog-article__link .arr-inner {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(206,207,250,.4);
  border-radius: 100%;
  overflow: hidden
}
.blog-article__link .arr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.blog-article__link .arr img {
  width: 15px;
  height: 14px
}
.blog-article__link .arr-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-250%,-50%);
  transform: translate(-250%,-50%)
}
.blog-article__link .arr-hover img {
  width: 15px;
  height: 14px
}
.blog-article__link:hover {
  -webkit-transform: translate(100%) scale(.95);
  transform: translate(100%) scale(.95);
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.blog-article__link:hover .arr {
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  -webkit-transform: translateX(250%);
  transform: translateX(250%)
}
.blog-article__link:hover .arr-hover {
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.blog-article__news {
  -webkit-flex: 0 0 470px;
  -ms-flex: 0 0 470px;
  flex: 0 0 470px;
  margin-left: 120px
}
@media only screen and (max-width:1800px) {
  .blog-article__news {
    margin-left: 59px;
    -webkit-flex: 0 0 420px;
    -ms-flex: 0 0 420px;
    flex: 0 0 420px
  }
}
@media (max-width:1200px) {
  .blog-article__news {
    -webkit-flex: 0 0 390px;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px
  }
}
@media only screen and (max-width:1024px) {
  .blog-article__news {
    display: none
  }
}
.blog-article__news .news__title {
  margin: 0 0 28px;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -.65px;
}
@media only screen and (max-width:1800px) {
  .blog-article__news .news__title {
    margin-bottom: 20px;
    font-size: 36px
  }
}
.blog-article__news .news-item {
  background: rgba(217,217,217,.19);
  border-radius: 12px
}
@media only screen and (max-width:1800px) {
  .blog-article__news .news-item {
    padding: 16px
  }
}
.blog-article__news .news-item__link span {
  color: #425af0
}
.blog-article__news .news-item__link span:last-child {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.blog-article__news .blog-socials {
  grid-template-columns: repeat(4,1fr);
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px
}
.blog-article__news .link-social img {
  width: 22px;
  height: 22px
}
@media only screen and (max-width:1800px) {
  .blog-article__news .link-social img {
    width: 15px;
    height: 15px
  }
}
@media only screen and (max-width:1800px) {
  .blog-article__news .link-social {
    height: 56px!important
  }
}
.blog-socials {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px
}
.blog-socials .link-social {
  position: relative;
  height: 69px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(217,217,217,.19);
  border-radius: 10px;
  cursor: pointer;
  transition: background .3s ease,-webkit-transform .3s ease;
  transition: background .3s ease,transform .3s ease;
  transition: background .3s ease,transform .3s ease,-webkit-transform .3s ease
}
.blog-socials .link-social img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 1
}
.blog-socials .link-social .hover {
  opacity: 0
}
.blog-socials .link-social:hover {
  background: #f6f6fe;
  transition: background .3s ease,-webkit-transform .3s ease;
  transition: background .3s ease,transform .3s ease;
  transition: background .3s ease,transform .3s ease,-webkit-transform .3s ease;
  -webkit-transform: scale(.93);
  transform: scale(.93)
}
.blog-socials .link-social:hover img:first-child {
  opacity: 0
}
.blog-socials .link-social:hover .hover {
  opacity: 1 !important;
}
@media only screen and (max-width:1800px) {
  .blog-socials .link-social {
    height: 56px
  }
}
@media only screen and (max-width:560px) {
  .blog-socials .link-social {
    height: 59px
  }
}
.article-more__title {
  margin-bottom: 16px;
  font-size: 32px!important;
  color: rgba(30,30,30,.8)
}
@media only screen and (max-width:560px) {
  .article-more__title {
    font-size: 20px!important
  }
}
.article-more__wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px
}
@media only screen and (max-width:560px) {
  .article-more__wrap {
    grid-template-columns: 1fr;
    row-gap: 16px
  }
}
.article-more__preview {
  padding: 24px;
  padding-bottom: 20px;
  border: 1px solid rgba(66,90,240,.14);
  border-radius: 20px;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  will-change: transform;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-more__preview .arr-inner {
  position: relative;
  width: 32px;
  height: 32px;
  -webkit-flex: 0 0 32px;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(206,207,250,.4);
  border-radius: 100%;
  overflow: hidden
}
.article-more__preview .arr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.article-more__preview .arr img {
  width: 15px;
  height: 12px
}
.article-more__preview .arr-hover {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-250%,-50%);
  transform: translate(-250%,-50%)
}
.article-more__preview .arr-hover img {
  width: 15px;
  height: 12px
}
.article-more__preview:hover {
  -webkit-transform: scale(.95);
  transform: scale(.95);
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1)
}
.article-more__preview:hover .arr {
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  -webkit-transform: translateX(250%);
  transform: translateX(250%)
}
.article-more__preview:hover .arr-hover {
  transition: -webkit-transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
@media only screen and (max-width:560px) {
  .article-more__preview {
    padding: 16px
  }
}
.article-more__subtitle {
  margin-bottom: 56px;
  max-width: 302px;
  font-size: 18px!important;
  font-weight: 500;
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .article-more__subtitle {
    margin-bottom: 40px;
    font-size: 16px!important
  }
}
@media only screen and (max-width:560px) {
  .article-more__subtitle {
    margin-bottom: 23px;
    font-size: 14px!important
  }
}
.article-more__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.article-more .article-preview__time span {
  color: #959595
}
.what-else {
  padding: 120px 0
}
@media only screen and (max-width:1800px) {
  .what-else {
    padding: 100px 0;
    padding-bottom: 80px
  }
}
@media only screen and (max-width:1400px) {
  .what-else {
    padding: 80px 0
  }
}
@media only screen and (max-width:1024px) {
  .what-else {
    padding-bottom: 40px
  }
}
.what-else__title {
  margin-bottom: 56px;
  font-size: 60px;
  font-weight: 600;
  line-height: 110%
}
@media only screen and (max-width:1800px) {
  .what-else__title {
    font-size: 56px
  }
}
@media only screen and (max-width:1024px) {
  .what-else__title {
    margin-bottom: 32px;
    font-size: 40px
  }
}
@media only screen and (max-width:560px) {
  .what-else__title {
    margin-bottom: 24px;
    font-size: 24px
  }
}
.what-else__wrap {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px
}
@media only screen and (max-width:1800px) {
  .what-else__wrap {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
  }
}
@media only screen and (max-width:1400px) {
  .what-else__wrap {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
  }
}
@media only screen and (max-width:1024px) {
  .what-else__wrap {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (max-width:715px) {
  .what-else__wrap {
    grid-template-columns: repeat(1,1fr);
    row-gap: 20px
  }
}
@media only screen and (max-width:560px) {
  .what-else__wrap {
    row-gap: 16px
  }
}
@media only screen and (max-width:1024px) {
  .what-else .article-preview:last-child {
    display: none
  }
}
@media only screen and (max-width:560px) {
  .what-else .article-preview:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
.nfs-start-section:before {
  content: "";
  width: 218px;
  height: 100%;
  background: linear-gradient(90deg,#fff 0,rgba(255,255,255,0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1
}
@media only screen and (max-width:1800px) {
  .nfs-start-section:before {
    width: 256px
  }
}
@media only screen and (max-width:1024px) {
  .nfs-start-section:before {
    display: none
  }
}
html > body {
  font-family: Montserrat,sans-serif;
  overflow-x: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
  letter-spacing: -.65px
}
h1.page-title {
  font-size: 90px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.75px;
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  h1.page-title {
    font-size: 72px;
    margin-bottom: 16px;
    -webkit-transform: none;
    transform: none
  }
}
@media only screen and (max-width:1400px) {
  h1.page-title {
    font-size: 72px
  }
}
@media only screen and (max-width:1024px) {
  h1.page-title {
    font-size: 60px
  }
}
@media only screen and (max-width:560px) {
  h1.page-title {
    font-size: 50px;
    margin-bottom: 20px
  }
}
@media (max-width:385px) {
  h1.page-title {
    font-size: 40px
  }
}
p {
  margin: 0;
  line-height: 1.4
}
.page-description {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -.38px;
  color: #425af0;
  max-width: 640px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .page-description {
    margin-bottom: 2px;
    letter-spacing: 0;
    font-size: 16px;
    max-width: 580px
  }
}
@media only screen and (max-width:1400px) {
  .page-description {
    max-width: 520px
  }
}
@media only screen and (max-width:1024px) {
  .page-description {
    max-width: 400px
  }
}
@media only screen and (max-width:560px) {
  .page-description {
    font-size: 12px;
    max-width: 280px
  }
}
.main {
  padding-top: 100vh
}
.main > .section:first-child {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  bottom: 0
}
.main > .section:not(:first-child) {
  z-index: 10;
  background-color: #fff
}
.section {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 240px 0
}
@media only screen and (max-width:1800px) {
  .section {
    padding: 160px 0
  }
}
@media only screen and (max-width:1024px) {
  .section {
    padding: 140px 0
  }
}
@media only screen and (max-width:560px) {
  .section {
    padding: 132px 0
  }
}
.section--menu {
  z-index: 15;
  transition: .2s all;
  opacity: 1;
  overflow-y: auto
}
@media only screen and (max-width:1400px) {
  .section--menu {
    min-height: 100vh
  }
}
@media only screen and (max-width:560px) {
  .section--menu {
    padding-top: 70px
  }
}
.section.gradient {
  background: linear-gradient(84.37deg,#3d8dfa 0,#424aed 48.83%,#711f98 100%),linear-gradient(83.85deg,#3da4fa -9.45%,#424aed 43.99%,#9a43b8 100%)
}
.section.gradient:after {
  opacity: .25
}
.section.gradient-light {
  background: linear-gradient(154.61deg,#faf9ff -8.21%,#cbd0ff 103.36%)
}
.section[style*="--bg"]:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: var(--bg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
.section[style*="--bg"]:not(.gradient):not(.gradient-light):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right,#fff 0,rgba(196,196,196,0) 100%);
  z-index: 1
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  .section[style*="--bg-x2"]:after {
    background-image: var(--bg-x2)
  }
}
@media only screen and (max-width:1024px) {
  .section[style*="--bg-mob"]:after {
    background-image: var(--bg-mob)
  }
}
@media only screen and (max-width:1024px) and (-webkit-min-device-pixel-ratio:2),
only screen and (max-width:1024px) and (min-device-pixel-ratio:2),
only screen and (max-width:1024px) and (min-resolution:192dpi),
only screen and (max-width:1024px) and (min-resolution:2dppx) {
  .section[style*="--bg-mob"]:after {
    background-image: var(--bg-mob)
  }
}
.section__wrap.left,
.section__wrap.right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.section__wrap.right {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
@media only screen and (max-width:560px) {
  .section__wrap.right {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.section__wrap.right .section__content {
  margin-right: 162px
}
@media only screen and (max-width:1800px) {
  .section__wrap.right .section__content {
    margin-right: 80px
  }
}
@media only screen and (max-width:1400px) {
  .section__wrap.right .section__content {
    margin-right: 0
  }
}
@media only screen and (max-width:1024px) {
  .section__wrap.right .section__content {
    -webkit-transform: none;
    transform: none;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-right: unset
  }
}
.section__wrap.center-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.section__wrap.compact {
  margin: 0 auto;
  max-width: calc(100% - 158px)
}
@media only screen and (max-width:1400px) {
  .section__wrap.compact {
    max-width: unset
  }
}
.section__wrap.white {
  color: #fff
}
.section__wrap.vertical-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 120px
}
@media only screen and (max-width:1400px) {
  .section__wrap.vertical-center {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 60px
  }
}
@media only screen and (max-width:560px) {
  .section__wrap.vertical-center {
    row-gap: 40px
  }
}
.section__cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px
}
@media only screen and (max-width:1800px) {
  .section__cols {
    gap: 60px
  }
}
@media only screen and (max-width:1400px) {
  .section__cols {
    gap: 20px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media only screen and (max-width:560px) {
  .section__cols {
    gap: 24px
  }
}
.section__col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
.section__col .section--description {
  max-width: 600px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .section__col .section--description {
    max-width: 460px
  }
}
@media only screen and (max-width:560px) {
  .section__col .section--description {
    max-width: unset
  }
}
@media only screen and (max-width:1400px) {
  .section__item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    min-width: 480px
  }
}
@media only screen and (max-width:1024px) {
  .section__item {
    overflow: unset;
    min-width: unset
  }
}
.section__item .section--description {
  max-width: 600px;
  margin-bottom: 0
}
@media only screen and (max-width:1024px) {
  .section__item .section--description {
    max-width: unset
  }
}
.section__item .section--title {
  max-width: 600px
}
@media only screen and (max-width:1024px) {
  .section__item .section--title {
    max-width: unset
  }
}
.section--title {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.1;
  letter-spacing: -1.5px
}
.section--title.center {
  text-align: center
}
@media only screen and (max-width:1800px) {
  .section--title {
    margin-bottom: 28px;
    font-size: 64px
  }
}
@media only screen and (max-width:1024px) {
  .section--title {
    font-size: 64px
  }
}
@media only screen and (max-width:560px) {
  .section--title {
    font-size: 36px;
    margin-bottom: 24px
  }
}
@media (max-width:405px) {
  .section--title {
    font-size: 34px
  }
}
@media (max-width:380px) {
  .section--title {
    font-size: 32px
  }
}
@media (max-width:356px) {
  .section--title {
    font-size: 30px
  }
}
@media (max-width:330px) {
  .section--title {
    font-size: 28px
  }
}
.section--description {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 60px
}
.section--description.center {
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center
}
.section--description.light {
  font-size: 20px;
  color: rgba(79,79,79,.6);
  font-weight: 400
}
@media only screen and (max-width:1800px) {
  .section--description.light {
    font-size: 16px
  }
}
@media only screen and (max-width:1400px) {
  .section--description.light {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .section--description.light {
    font-size: 12px
  }
}
@media only screen and (max-width:1800px) {
  .section--description {
    font-size: 20px;
    margin-bottom: 40px
  }
}
@media only screen and (max-width:1400px) {
  .section--description {
    font-size: 18px
  }
}
@media only screen and (max-width:560px) {
  .section--description {
    font-size: 14px;
    margin-bottom: 20px
  }
}
.section.with-slider {
  padding-bottom: 0
}
.section.with-slider + .section {
  padding-top: 287px
}
@media only screen and (max-width:1800px) {
  .section.with-slider + .section {
    padding: 160px 0
  }
}
@media only screen and (max-width:1024px) {
  .section.with-slider + .section {
    padding: 140px 0
  }
}
@media only screen and (max-width:560px) {
  .section.with-slider + .section {
    padding: 132px 0
  }
}
.section.not-padding {
  padding: 0;
  overflow: unset;
  min-height: unset
}
.section.not-padding:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1
}
.section.not-padding-bottom {
  padding-bottom: 0;
  overflow: unset
}
.section__two-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px
}
@media only screen and (max-width:1800px) {
  .section__two-grid {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px
  }
}
@media (max-width:991px) {
  .section__two-grid {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 32px
  }
}
@media only screen and (max-width:560px) {
  .section__two-grid {
    margin-bottom: 32px
  }
}
.w-1052 {
  max-width: 1052px
}
.container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
  padding: 0 60px
}
.text-center {
  text-align: center
}
ol,
ul {
  margin: 0;
  padding: 0
}
ol li,
ul li {
  padding: 0;
  margin: 0;
  list-style: none
}
a {
  text-decoration: none;
  color: #425af0
}
button {
  background: 0 0;
  border: none;
  outline: 0;
  text-align: center;
  padding: 0;
  white-space: nowrap;
  position: relative
}
a,
button {
  cursor: pointer;
  position: relative
}
a.link,
button.link {
  font-weight: 500;
  font-size: 18px;
  color: #425af0;
  position: relative;
  transition: all .1s;
  padding: 6px 0
}
a.link:active,
button.link:active {
  -webkit-transform: scale(.95);
  transform: scale(.95)
}
a.right-arrow:after,
button.right-arrow:after {
  content: "";
  background-position: 61.0497237569% 78.0876494024%;
  width: 20px;
  height: 19px;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(22px,-50%);
  transform: translate(22px,-50%);
  pointer-events: none;
  transition: .1s -webkit-transform;
  transition: .1s transform;
  transition: .1s transform,.1s -webkit-transform
}
a.right-arrow.extra:after,
button.right-arrow.extra:after {
  background-position: 69.340974212% 50%;
  width: 33px;
  height: 30px
}
a.right-arrow.arrow-gradient:after,
button.right-arrow.arrow-gradient:after {
  background-position: 49.4444444444% 78.4%
}
a.btn,
button.btn {
  padding: 14px 34px;
  border-radius: 100px;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#1f6cd4;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  transition: .1s -webkit-transform;
  transition: .1s transform;
  transition: .1s transform,.1s -webkit-transform
}
a.btn.right-arrow,
button.btn.right-arrow {
  padding-right: 60px
}
a.btn.right-arrow:after,
button.btn.right-arrow:after {
  -webkit-transform: translate(15px,-50%);
  transform: translate(15px,-50%)
}
a.btn.mini,
button.btn.mini {
  font-size: 14px;
  padding: 12px 45px
}
a.btn.medium,
button.btn.medium {
  padding: 19px 40px;
  font-size: 20px
}
a.btn.big,
button.btn.big {
  font-size: 25px;
  padding: 21px 44px
}
a.btn.extra,
button.btn.extra {
  font-size: 30px;
  padding: 22px 48px
}
a.btn.extra.right-arrow,
button.btn.extra.right-arrow {
  padding-right: 90px
}
a.btn.extra.right-arrow:after,
button.btn.extra.right-arrow:after {
  -webkit-transform: translate(20px,-50%);
  transform: translate(20px,-50%)
}
a.btn span,
button.btn span {
  transition: all .4s
}
a.burger,
button.burger {
  display: none
}
a.scroll-next,
button.scroll-next {
  width: 60px;
  height: 60px;
  position: relative;
  border-radius: 50%;
  transition: .1s -webkit-transform;
  transition: .1s transform;
  transition: .1s transform,.1s -webkit-transform;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
a.scroll-next .svg-image-down-arrow,
button.scroll-next .svg-image-down-arrow {
  margin: auto
}
a.scroll-next:before,
button.scroll-next:before {
  content: "";
  border-radius: inherit;
  border: 2px solid #425af0;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: .2;
  transition: -webkit-transform .25s;
  transition: transform .25s;
  transition: transform .25s,-webkit-transform .25s;
  -webkit-transform-origin: left top;
  transform-origin: left top
}
a.scroll-next:hover:before,
button.scroll-next:hover:before {
  -webkit-transform: scale(1.05) translate(-50%,-50%);
  transform: scale(1.05) translate(-50%,-50%)
}
@media only screen and (max-width:1800px) {
  a.scroll-next,
  button.scroll-next {
    width: 46px;
    height: 46px
  }
  a.scroll-next .svg-image-down-arrow,
  button.scroll-next .svg-image-down-arrow {
    width: 24px
  }
}
a.flat,
button.flat {
  background: #425af0
}
a.outline,
button.outline {
  background: 0 0;
  color: #425af0
}
a.outline:before,
button.outline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% - 4px);
  top: 0;
  left: 0;
  border: 2px solid rgba(250,252,254,.2);
  border-radius: inherit;
  transition: all .25s
}
a.white,
button.white,
button.white.outline{
  color: #fff
}
a.white:not(.outline),
button.white:not(.outline) {
  background-color: #fff;
  color: #425af0
}
a.white:not(.outline):before,
button.white:not(.outline):before {
  transition: none
}
@media only screen and (max-width:1800px) {
  a.btn,
  button.btn {
    font-size: 16px
  }
  a.btn.mini,
  button.btn.mini {
    padding: 10px 35px
  }
  a.btn.medium,
  button.btn.medium {
    font-size: 18px
  }
  a.btn.big,
  button.btn.big {
    font-size: 20px;
    padding: 16px 34px
  }
  a.btn.extra,
  button.btn.extra {
    font-size: 24px;
    padding: 18px 32px
  }
  a.btn.extra.right-arrow,
  button.btn.extra.right-arrow {
    padding-right: 94px
  }
  a.btn.extra.right-arrow:after,
  button.btn.extra.right-arrow:after {
    -webkit-transform: translate(39px,-50%);
    transform: translate(39px,-50%);
    background-position: 69.340974212% 24.6913580247%;
    width: 31px;
    height: 25px
  }
}
@media only screen and (max-width:1800px) and (max-width:560px) {
  a.btn.extra.right-arrow:after,
  button.btn.extra.right-arrow:after {
    background-position: 6.0773480663% 93.2270916335%;
    width: 20px;
    height: 19px
  }
}
@media only screen and (max-width:1800px) {
  a.link,
  button.link {
    font-size: 15px
  }
}
@media only screen and (max-width:1024px) {
  a.btn.mini,
  button.btn.mini {
    padding: 12px 5px
  }
  a.burger,
  button.burger {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    box-shadow: 10px 20px 40px rgba(27,25,232,.08)
  }
  a.burger:after,
  a.burger:before,
  button.burger:after,
  button.burger:before {
    content: "";
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .1s -webkit-transform;
    transition: .1s transform;
    transition: .1s transform,.1s -webkit-transform;
    margin: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 2;
    opacity: 1
  }
  a.burger:after,
  button.burger:after {
    background: linear-gradient(90.23deg,#4068f3 5.57%,#9444bc 100.47%);
    -webkit-transform: translate(-50%,-4px);
    transform: translate(-50%,-4px);
    -webkit-animation: btnLindeTopBack .5s linear forwards;
    animation: btnLindeTopBack .5s linear forwards
  }
  a.burger:before,
  button.burger:before {
    background: linear-gradient(90.23deg,#4068f3 5.57%,#9444bc 100.47%);
    -webkit-transform: translate(-50%,4px);
    transform: translate(-50%,4px);
    -webkit-animation: btnLindeBottomBack .5s linear forwards;
    animation: btnLindeBottomBack .5s linear forwards
  }
  a.burger.active::after,
  button.burger.active::after {
    -webkit-animation: btnLindeTop .5s linear forwards;
    animation: btnLindeTop .5s linear forwards
  }
  a.burger.active::before,
  button.burger.active::before {
    -webkit-animation: btnLindeBottom .5s linear forwards;
    animation: btnLindeBottom .5s linear forwards
  }
  .lh-content .burger:before,
  .lh-content .burger:after{
    animation: none !important;
  }
  @-webkit-keyframes btnLindeTop {
    0% {
      -webkit-transform: translate(-50%,-4px);
      transform: translate(-50%,-4px)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,0) rotate(-45deg);
      transform: translate(-50%,0) rotate(-45deg)
    }
  }
  @keyframes btnLindeTop {
    0% {
      -webkit-transform: translate(-50%,-4px);
      transform: translate(-50%,-4px)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,0) rotate(-45deg);
      transform: translate(-50%,0) rotate(-45deg)
    }
  }
  @-webkit-keyframes btnLindeTopBack {
    0% {
      -webkit-transform: translate(-50%,0) rotate(-45deg);
      transform: translate(-50%,0) rotate(-45deg)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,-4px);
      transform: translate(-50%,-4px)
    }
  }
  @keyframes btnLindeTopBack {
    0% {
      -webkit-transform: translate(-50%,0) rotate(-45deg);
      transform: translate(-50%,0) rotate(-45deg)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,-4px);
      transform: translate(-50%,-4px)
    }
  }
  @-webkit-keyframes btnLindeBottom {
    0% {
      -webkit-transform: translate(-50%,4px);
      transform: translate(-50%,4px)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,0) rotate(45deg);
      transform: translate(-50%,0) rotate(45deg)
    }
  }
  @keyframes btnLindeBottom {
    0% {
      -webkit-transform: translate(-50%,4px);
      transform: translate(-50%,4px)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,0) rotate(45deg);
      transform: translate(-50%,0) rotate(45deg)
    }
  }
  @-webkit-keyframes btnLindeBottomBack {
    0% {
      -webkit-transform: translate(-50%,0) rotate(45deg);
      transform: translate(-50%,0) rotate(45deg)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,4px);
      transform: translate(-50%,4px)
    }
  }
  @keyframes btnLindeBottomBack {
    0% {
      -webkit-transform: translate(-50%,0) rotate(45deg);
      transform: translate(-50%,0) rotate(45deg)
    }
    30% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    65% {
      -webkit-transform: translate(-50%,0);
      transform: translate(-50%,0)
    }
    100% {
      -webkit-transform: translate(-50%,4px);
      transform: translate(-50%,4px)
    }
  }
}
@media only screen and (max-width:560px) {
  a.btn.mini,
  button.btn.mini {
    padding: 12px 5px
  }
  a.btn.extra,
  button.btn.extra {
    font-size: 15px;
    padding: 14px 22px
  }
  a.btn.extra.right-arrow,
  button.btn.extra.right-arrow {
    padding-right: 52px
  }
  a.btn.extra.right-arrow:after,
  button.btn.extra.right-arrow:after {
    -webkit-transform: translate(14px,-50%);
    transform: translate(14px,-50%)
  }
  a.btn.big,
  button.btn.big {
    font-size: 16px;
    padding: 14px 35px 14px
  }
  a.btn.outline:before,
  button.btn.outline:before {
    border-width: 1px
  }
  a.btn.right-arrow:after,
  button.btn.right-arrow:after {
    background-position: 6.0773480663% 93.2270916335%;
    width: 20px;
    height: 19px
  }
}
a.link-white {
  color: #fff
}
a.link-white::before {
  background-color: #fff!important
}
.btn-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 140px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
@media only screen and (max-width:1800px) {
  .btn-group {
    gap: 40px
  }
}
@media only screen and (max-width:1400px) {
  .btn-group {
    gap: 100px
  }
}
@media only screen and (max-width:1024px) {
  .btn-group {
    gap: 156px
  }
}
a.link,
button.link {
  position: relative
}
a.link:before,
button.link:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  width: 0;
  height: 1px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  transition: width ease .4s;
  background-color: #425af0;
  pointer-events: none
}
a.link:hover:before,
button.link:hover:before {
  right: auto;
  left: 0;
  width: 100%
}
.pt-156 {
  padding-top: 156px!important
}
@media only screen and (max-width:1800px) {
  .pt-156 {
    padding-top: 69px!important
  }
}
@media only screen and (max-width:1400px) {
  .pt-156 {
    padding-top: 156px!important
  }
}
@media only screen and (max-width:1024px) {
  .pt-156 {
    padding-top: 140px!important
  }
}
.range-color {
  position: relative;
  background-color: #e1e4ea;
  border-radius: 100px;
  font-size: 0
}
.range-color-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: all .2s linear;
  background: linear-gradient(110.28deg,#3d8dfa .5%,#424aed 53.9%,#9a43b8 109.87%),#1f6cd4;
  width: 0;
  border-radius: 100px
}
.range {
  padding: 6px 0
}
.range input[type=range] {
  background: 0 0;
  width: 100%;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  position: relative;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  height: 13px
}
.range input[type=range]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: .2;
  z-index: 0;
  background: repeating-linear-gradient(to right,transparent,transparent calc(var(--step-size) - 1px),#757575 calc(var(--step-size) - 1px),#757575 calc(var(--step-size) + 1px))
}
.range input[type=range]::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  opacity: .3;
  z-index: 0;
  background: repeating-linear-gradient(to right,transparent,transparent calc(var(--step-size) - 1px),#fff calc(var(--step-size) - 1px),#fff calc(var(--step-size) + 1px));
  mix-blend-mode: hard-light
}
.range input[type=range]:focus {
  outline: 0
}
.range input[type=range]::-moz-focus-outer {
  border: 0
}
.range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 13px;
  color: transparent;
  cursor: pointer;
  border-radius: 10px
}
.range input[type=range]::-moz-range-track {
  width: 100%;
  height: 13px;
  color: transparent;
  cursor: pointer;
  border-radius: 10px
}
.range input[type=range]::-ms-track {
  width: 100%;
  height: 13px;
  color: transparent;
  cursor: pointer;
  border-radius: 10px
}
.range input[type=range]::-webkit-slider-thumb {
  width: 38px;
  height: 38px;
  will-change: transform;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  border: double 10px transparent;
  background-image: linear-gradient(white,#fff),radial-gradient(circle at top left,#3d8dfa,#9a43b8);
  background-origin: border-box;
  background-clip: content-box,border-box;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  z-index: 2;
  position: absolute;
  left: var(--thumb-pos);
  -webkit-transform: translateX(calc((-38px)/ 2));
  transform: translateX(calc((-38px)/ 2));
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
@media only screen and (max-width:560px) {
  .range input[type=range]::-webkit-slider-thumb {
    border: double 7px transparent
  }
}
.range input[type=range]::-webkit-slider-thumb:hover {
  -webkit-transform: translateX(calc((-38px)/ 2)) scale(1.1);
  transform: translateX(calc((-38px)/ 2)) scale(1.1)
}
.range input[type=range]::-moz-range-thumb {
  width: 38px;
  height: 38px;
  will-change: transform;
  border-radius: 50%;
  -moz-appearance: none;
  appearance: none;
  border: double 10px transparent;
  background-image: linear-gradient(white,#fff),radial-gradient(circle at top left,#3d8dfa,#9a43b8);
  background-origin: border-box;
  background-clip: content-box,border-box;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  z-index: 2;
  position: absolute;
  left: var(--thumb-pos);
  transform: translateX(calc((-38px)/ 2));
  -moz-transition: all .2s linear;
  transition: all .2s linear
}
@media only screen and (max-width:560px) {
  .range input[type=range]::-moz-range-thumb {
    border: double 7px transparent
  }
}
.range input[type=range]::-moz-range-thumb:hover {
  transform: translateX(calc((-38px)/ 2)) scale(1.1)
}
.range input[type=range]::-ms-thumb {
  width: 38px;
  height: 38px;
  will-change: transform;
  border-radius: 50%;
  appearance: none;
  border: double 10px transparent;
  background-image: linear-gradient(white,#fff),radial-gradient(circle at top left,#3d8dfa,#9a43b8);
  background-origin: border-box;
  background-clip: content-box,border-box;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  z-index: 2;
  position: absolute;
  left: var(--thumb-pos);
  transform: translateX(calc((-38px)/ 2));
  -ms-transition: all .2s linear;
  transition: all .2s linear
}
@media only screen and (max-width:560px) {
  .range input[type=range]::-ms-thumb {
    border: double 7px transparent
  }
}
.range input[type=range]::-ms-thumb:hover {
  transform: translateX(calc((-38px)/ 2)) scale(1.1)
}
.range input[type=range]::-webkit-slider-thumb {
  margin-top: calc((13px - 38px)/ 2)
}
.range datalist {
  display: none
}
.breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
  margin-bottom: 12px;
  font-size: 14px;
  color: rgba(66,90,240,.5);
  color: #425AF0;
}
.breadcrumbs a {
  color: rgba(66,90,240,.5);
  color: #425AF0;
}
.breadcrumbs a:hover {
  color: #425af0
}
.breadcrumbs > * {
  position: relative
}
.breadcrumbs > :not(:last-child) {
  margin-right: 25px
}
.breadcrumbs > :not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(16px,-50%);
  transform: translate(16px,-50%);
  background-position: 100% 58.1395348837%;
  width: 8px;
  height: 12px;
  opacity: .5
}
@media only screen and (max-width:1800px) {
  .breadcrumbs {
    margin-bottom: 8px
  }
  .blog-article__breadcrumbs {
    min-height: 28px;
  }
}
@media only screen and (max-width:1024px) {
  .breadcrumbs {
    display: none
  }
  .blog-article__breadcrumbs{
    min-height: none;
  }
}
.gradient-text {
  color: #425af0;
  /*background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);*/
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.swiper-about,
.swiper-main {
  position: relative;
  top: 40px
}
.swiper-about:after,
.swiper-main:after {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  background-color: #fff;
  height: 212px;
  width: 100%;
  z-index: 10
}
.swiper-about .slider,
.swiper-main .slider {
  z-index: 15
}
@media only screen and (max-width:1800px) {
  .swiper-about .slider,
  .swiper-main .slider {
    gap: 20px
  }
  .swiper-about .slider::-webkit-scrollbar,
  .swiper-main .slider::-webkit-scrollbar {
    display: none
  }
}
@media only screen and (max-width:1400px) {
  .swiper-about .slider,
  .swiper-main .slider {
    padding: 0 15px 20px
  }
}
.swiper-about .swiper-slide,
.swiper-main .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  width: 500px;
  height: 520px;
  position: relative;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  white-space: normal
}
.swiper-main-smaller .swiper-main .swiper-slide{
  height: 490px;
}
@media only screen and (max-width:1800px) {
  .swiper-about .swiper-slide,
  .swiper-main .swiper-slide,
  .swiper-main-smaller .swiper-main .swiper-slide{
    width: 400px;
    height: 404px;
    padding: 28px
  }
}
@media only screen and (max-width:1400px) {
  .swiper-about .swiper-slide,
  .swiper-main .swiper-slide {
    box-shadow: 10px 20px 40px rgba(27,25,232,.08)
  }
}
@media only screen and (max-width:1024px) {
  .swiper-about .swiper-slide,
  .swiper-main .swiper-slide {
    padding: 28px
  }
  .swiper-about .swiper-slide:last-child:after,
  .swiper-main .swiper-slide:last-child:after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    width: 15px;
    height: 1px
  }
}
@media only screen and (max-width:560px) {
  .swiper-about .swiper-slide,
  .swiper-main .swiper-slide,
  .swiper-main-smaller .swiper-main .swiper-slide{
    width: 285px;
    height: 265px;
    padding: 20px;
    border-radius: 10px
  }
}
.swiper-about .swiper-slide--caption,
.swiper-main .swiper-slide--caption {
  color: #1e1e1e;
  opacity: .5;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .swiper-about .swiper-slide--caption,
  .swiper-main .swiper-slide--caption {
    font-size: 16px
  }
}
@media only screen and (max-width:1024px) {
  .swiper-about .swiper-slide--caption,
  .swiper-main .swiper-slide--caption {
    margin-bottom: 16px
  }
}
@media only screen and (max-width:560px) {
  .swiper-about .swiper-slide--caption,
  .swiper-main .swiper-slide--caption {
    margin-bottom: 8px;
    font-size: 12px;
    opacity: 1;
  }
}
.swiper-about .swiper-slide--title,
.swiper-main .swiper-slide--title {
  font-size: 70px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -.65px;
}
@media only screen and (max-width:1800px) {
  .swiper-about .swiper-slide--title,
  .swiper-main .swiper-slide--title {
    font-size: 48px
  }
}
@media only screen and (max-width:560px) {
  .swiper-about .swiper-slide--title,
  .swiper-main .swiper-slide--title {
    font-size: 42px
  }
}
.swiper-about .swiper-slide__header,
.swiper-main .swiper-slide__header {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.swiper-about .swiper-slide__footer,
.swiper-main .swiper-slide__footer {
  color: #4f4f4f;
  opacity: .6;
  font-size: 20px
}
@media only screen and (max-width:1800px) {
  .swiper-about .swiper-slide__footer,
  .swiper-main .swiper-slide__footer {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .swiper-about .swiper-slide__footer,
  .swiper-main .swiper-slide__footer {
    font-size: 12px;
    opacity: 1;
  }
}
.swiper-about--compact .swiper-slide,
.swiper-main--compact .swiper-slide {
  width: 480px;
  padding: 40px 48px 40px 32px
}
@media only screen and (max-width:1800px) {
  .swiper-about--compact .swiper-slide,
  .swiper-main--compact .swiper-slide {
    width: 385px;
    height: 393px;
    padding: 32px 32px 32px 28px
  }
}
@media only screen and (max-width:1400px) {
  .swiper-about--compact .swiper-slide,
  .swiper-main--compact .swiper-slide {
    padding: 32px
  }
}
@media only screen and (max-width:560px) {
  .swiper-about--compact .swiper-slide,
  .swiper-main--compact .swiper-slide {
    width: 270px;
    height: 265px;
    padding: 20px 24px 20px 20px
  }
}
.swiper-about--compact .swiper-slide--title,
.swiper-main--compact .swiper-slide--title {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: -1px
}
.swiper-main-smaller .swiper-main--compact .swiper-slide--title,
.dedicated-servers .swiper-main--compact .swiper-slide--title{
  font-size: 36px;
}
@media only screen and (max-width:1800px) {
  .swiper-about--compact .swiper-slide--title,
  .swiper-main--compact .swiper-slide--title {
    font-size: 32px
  }
  .dedicated-servers .swiper-main--compact .swiper-slide--title,
  .swiper-main-smaller .swiper-main--compact .swiper-slide--title{
    font-size: 30px;
  }
}
@media only screen and (max-width:560px) {
  .swiper-about--compact .swiper-slide--title,
  .swiper-main--compact .swiper-slide--title {
    font-size: 24px
  }
  .dedicated-servers .swiper-main--compact .swiper-slide--title,
  .swiper-main-smaller .swiper-main--compact .swiper-slide--title{
    font-size: 21px;
  }
}
.swiper-about--compact .swiper-slide--description,
.swiper-main--compact .swiper-slide--description {
  max-width: 360px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .swiper-about--compact .swiper-slide--description,
  .swiper-main--compact .swiper-slide--description {
    max-width: 290px
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  grid-row-gap: 78px;
  width: 100%;
  padding: 124px 0 0
}
@media only screen and (max-width:1800px) {
  .grid {
    grid-row-gap: 84px;
    grid-column-gap: 20px;
    padding: 104px 0 0
  }
}
@media only screen and (max-width:1024px) {
  .grid {
    padding: 92px 0 0;
    grid-row-gap: 64px
  }
}
@media only screen and (max-width:767px) {
  .grid {
    padding: 56px 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-row-gap: 20px
  }
}
.grid .grid-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 540px
}
@media only screen and (max-width:1400px) {
  .grid .grid-item {
    width: auto
  }
}
@media only screen and (max-width:1024px) {
  .grid .grid-item {
    padding-right: 0
  }
}
@media only screen and (max-width:560px) {
  .grid .grid-item {
    padding-left: 102px
  }
  .grid .grid-item:not(:last-child) {
    margin-bottom: 36px
  }
  .grid .grid-item:empty {
    margin: 0;
    display: none
  }
}
.grid .grid-item .picture {
  width: 150px;
  height: 150px;
  -webkit-transform: translateX(-12px);
  transform: translateX(-12px);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .grid .grid-item .picture {
    -webkit-transform: unset;
    transform: unset;
    width: 160px;
    height: 160px
  }
}
@media only screen and (max-width:1024px) {
  .grid .grid-item .picture {
    width: 140px;
    height: 140px;
    margin-bottom: 8px
  }
}
@media only screen and (max-width:560px) {
  .grid .grid-item .picture {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 0;
    top: 0
  }
}
.grid .grid-item .picture__img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
@media only screen and (max-width:1024px) {
  .grid .grid-item .picture__img {
    width: 100%
  }
}
.grid .grid-item__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -.85px;
  padding-right: 43px
}
@media only screen and (max-width:1800px) {
  .grid .grid-item__title {
    font-size: 32px;
    margin-bottom: 20px;
    max-width: 370px;
  }
}
@media only screen and (max-width:1024px) {
  .grid .grid-item__title {
    padding-right: 0;
    overflow: hidden
  }
}
@media only screen and (max-width:560px) {
  .grid .grid-item__title {
    font-size: 24px;
    margin-bottom: 12px
  }
}
@media (max-width:375px) {
  .grid .grid-item__title {
    font-size: 22px
  }
}
@media (max-width:355px) {
  .grid .grid-item__title {
    font-size: 20px
  }
}
@media (max-width:335px) {
  .grid .grid-item__title {
    font-size: 18px
  }
}
.grid .grid-item__content {
  opacity: .6;
  font-size: 20px;
  max-width: 480px
}
@media only screen and (max-width:1800px) {

  .grid .grid-item__content {
    font-size: 16px;
    max-width: 370px
  }
}
@media only screen and (max-width:1024px) {
  .grid .grid-item__content {
    padding-right: 0
  }
}
@media only screen and (max-width:767px) {
  .grid .grid-item__content {
    max-width: 340px
  }
}
@media only screen and (max-width:560px) {
  .grid .grid-item__content {
    font-size: 12px;
    max-width: 309px
  }
}
.grid .grid-item:nth-child(n+3) {
  border-bottom: 8px solid transparent
}
@media only screen and (max-width:1800px) {
  .grid .grid-item:nth-child(n+3) {
    border-bottom: none
  }
}
@media only screen and (max-width:560px) {
  .to-check-relax {
    bottom: auto!important;
    height: calc(100vh + 100px)!important
  }
  .to-check-relax .scroll-next {
    margin-top: -210px
  }
}
.configs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0 0
}
@media only screen and (max-width:1800px) {
  .configs {
    padding: 36px 0 0
  }
}
@media only screen and (max-width:560px) {
  .configs {
    padding: 12px 0 0
  }
}
.configs__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 56px
}
@media only screen and (max-width:1800px) {
  .configs__header {
    margin-bottom: 64px;
    gap: 24px
  }
}
@media only screen and (max-width:1024px) {
  .configs__header {
    margin-bottom: 80px
  }
}
@media only screen and (max-width:560px) {
  .configs__header {
    gap: 12px;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 36px
  }
}
@media only screen and (max-width:1800px) {
  .configs .config-slider .b68 {
    margin-top: 63px
  }
}
@media only screen and (max-width:1400px) {
  .configs .config-slider .b68 {
    margin-top: 61px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider .b68 {
    margin-top: 63px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider .b68 {
    margin-top: 40px
  }
}
.configs .config-slider__header {
  margin-bottom: 55px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__header {
    margin-bottom: 48px
  }
}
@media only screen and (max-width:1400px) {
  .configs .config-slider__header {
    margin-bottom: 49px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider__header {
    margin-bottom: 56px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__header {
    margin-bottom: 32px
  }
}
.configs .config-slider__header span {
  font-size: 32px;
  font-weight: 600
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__header span {
    font-size: 28px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__header span {
    font-size: 20px
  }
}
.configs .config-slider__col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 48px 40px 0;
  border-radius: 24px 0 0 24px;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  height: 440px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__col {
    height: 380px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider__col {
    height: 378px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col {
    height: auto
  }
}
.configs .config-slider__col.bg--white .config-slider__header span {
  letter-spacing: -.02em;
  color: #4f4f4f;
  opacity: .6;
  display: block;
  line-height: 120%
}
.configs .config-slider__col.config-slider__col-price {
  background: linear-gradient(110.28deg,#3d8dfa .5%,#424aed 53.9%,#9a43b8 109.87%),#1f6cd4;
  border-radius: 0 24px 24px 0;
  color: #fff
}
.configs .config-slider__col.config-slider__col-price .config-slider--data > * {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.configs .config-slider__col.config-slider__col-price .config-slider--data > * .config-slider--description {
  color: #fff;
  opacity: 1;
  position: relative;
  top: -9px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__col.config-slider__col-price .config-slider--data > * .config-slider--description {
    top: -5px;
    margin-left: -5px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col.config-slider__col-price .config-slider--data > * .config-slider--description {
    top: -3px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider__col.config-slider__col-price {
    border-radius: 0 0 24px 24px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col.config-slider__col-price {
    border-radius: 0 0 14px 14px
  }
}
.configs .config-slider__col.config-slider__col-price-storage {
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(238,239,248,.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0 24px 24px 0;
  color: #fff
}
.configs .config-slider__col.config-slider__col-price-storage .config-slider--data > * {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end
}
.configs .config-slider__col.config-slider__col-price-storage .config-slider--data > * .config-slider--description {
  color: #fff;
  opacity: 1
}
@media only screen and (max-width:1024px) {
  .configs .config-slider__col.config-slider__col-price-storage {
    border-radius: 0 0 24px 24px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col.config-slider__col-price-storage {
    border-radius: 0 0 14px 14px
  }
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__col {
    padding: 28px 32px 0
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider__col {
    padding: 40px 32px 0;
    border-radius: 24px 24px 0 0
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col {
    padding: 28px 20px 50px;
    border-radius: 14px 14px 0 0
  }
  .configs .config-slider__col.config-slider__col-price {
    padding-bottom: 16px
  }
}
.configs .config-slider__footer {
  width: 100%;
  padding-top: 20px;
  text-align: center;
  color: #4f4f4f;
  opacity: .4;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto
}
.configs .config-slider__footer p {
  max-width: 672px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__footer {
    font-size: 14px;
    max-width: 618px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider__footer {
    text-align: left;
    max-width: 480px;
    margin-left: 0;
    padding-top: 16px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__footer {
    padding-top: 20px
  }
}
.configs .config-slider__col-footer p {
  opacity: .6;
  font-weight: 500;
  margin-top: 40px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__col-footer p {
    font-size: 14px;
    margin-top: 47px
  }
}
@media only screen and (max-width:1800px) {
  .configs .config-slider__col-footer p {
    margin-top: 48px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider__col-footer p {
    margin-top: 25px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider__col-footer p {
    font-size: 12px;
    margin-top: 12px
  }
}
.configs .config-slider #range-price {
  margin-top: 59px
}
@media only screen and (max-width:560px) {
  .configs .config-slider #range-price {
    margin-top: 39px
  }
}
.configs .config-slider--data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.configs .config-slider--data > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.configs .config-slider--data > :not(only):not(:last-child) {
  margin-right: 64px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider--data > :not(only):not(:last-child) {
    margin-right: 56px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider--data > :not(only):not(:last-child) {
    margin-right: 112px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider--data > :not(only):not(:last-child) {
    margin-right: 40px
  }
}
.configs .config-slider--data > :not(only):not(:last-child) .config-slider--value {
  position: relative
}
.configs .config-slider--data > :not(only):not(:last-child) .config-slider--value:after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 67px;
  width: 2px;
  background-color: #4f4f4f;
  opacity: .1
}
@media only screen and (max-width:1800px) {
  .configs .config-slider--data > :not(only):not(:last-child) .config-slider--value:after {
    height: 62px;
    right: -28px
  }
}
@media only screen and (max-width:1024px) {
  .configs .config-slider--data > :not(only):not(:last-child) .config-slider--value:after {
    height: 60px;
    right: -56px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider--data > :not(only):not(:last-child) .config-slider--value:after {
    height: 34px;
    right: -20px
  }
}
.configs .config-slider--value {
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
  font-size: 72px
}
@media only screen and (max-width:1800px) {
  .configs .config-slider--value {
    font-size: 64px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider--value {
    font-size: 36px
  }
}
.configs .config-slider--description {
  font-size: 20px;
  font-weight: 500;
  color: #4f4f4f;
  opacity: .5;
  white-space: nowrap;
  margin-top: 8px;
  line-height: 140%
}
@media only screen and (max-width:1800px) {
  .configs .config-slider--description {
    font-size: 16px;
    margin-top: 4px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-slider--description {
    font-size: 12px
  }
}
.configs .config-table {
  font-size: 18px;
  font-weight: 500
}
.configs .config-table span {
  color: rgba(79,79,79,.6)
}
@media only screen and (max-width:1024px) {
  .configs .config-table {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-table {
    font-size: 12px
  }
}
.configs .config-table .table-animation{
  display: table;
  width: 100%;
}
.configs .config-table__row {
  /*display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  justify-content: space-between;*/
  display: table-row;
}
@media only screen and (max-width:560px) {
  .configs .config-table__row .config-table__col:last-child {
    display: none
  }
}
.configs .config-table__header {
  padding: 16px 0;
  border-bottom: 2px solid #1e1e1e;
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e
}
.configs .config-table__header span {
  color: #1e1e1e
}
@media only screen and (max-width:1024px) {
  .configs .config-table__header {
    font-size: 14px
  }
}
@media only screen and (max-width:560px) {
  .configs .config-table__header {
    font-size: 12px
  }
}
.configs .config-table__footer {
  padding: 28px 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px
}
.configs .config-table__footer p {
  font-size: 16px;
  font-weight: 500;
  color: #4f4f4f;
  opacity: .6
}
@media only screen and (max-width:560px) {
  .configs .config-table__footer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .configs .config-table__footer p {
    font-size: 14px
  }
}
.configs .config-table__footer .config-table__col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: normal;
}
@media only screen and (max-width:1024px) {
  .configs .config-table__footer .config-table__col {
    -webkit-flex:  0 0 200px;
    -ms-flex:  0 0 200px;
    flex: 0 0 200px
  }
}
.configs .config-table__footer .config-table__col:first-child {
  padding-top: 4px
}
@media only screen and (max-width:1024px) {
  .configs .config-table__footer .config-table__col:first-child {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: unset;
    min-width: unset
  }
}
.configs .config-table__col {
  /*-webkit-flex: 0 0 102px;
  -ms-flex: 0 0 102px;
  flex: 0 0 102px;
  padding: 0 12px*/
  display: table-cell;
  white-space: nowrap;
  padding: 18px 12px;
}
.configs .config-table__header .config-table__col{
  white-space: normal;
  border-bottom: 2px solid #1e1e1e;
}
@media (max-width: 700px) {
  .configs.configs-gpu .config-table__row .config-table__col:nth-child(1){
    white-space: normal;
    width: 135px;
  }
}
@media only screen and (max-width:560px) {
  .configs .config-table__col {
    padding: 12px 5px
  }
}
@media (max-width: 400px) {
  .configs .config-table__col {
    padding: 10px 0px
  }
  .configs.configs-gpu .config-table__row .config-table__col:nth-child(1){
    width: 100px;
  }
}
/*.configs.configs-gpu .config-table__row .config-table__col:nth-child(1){
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  width: 280px
}
.configs .config-table__price{
  -webkit-flex: 0 0 135px !important;
  -ms-flex: 0 0 135px !important;
  flex: 0 0 135px !important;
  width: 135px !important
}
@media only screen and (max-width:1023px) {
  .configs.configs-gpu .config-table__row .config-table__col:nth-child(1){
    -webkit-flex: 0 0 225px;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    width: 225px
  }
  .configs .config-table__price{
    -webkit-flex: 0 0 110px !important;
    -ms-flex: 0 0 110px !important;
    flex: 0 0 110px !important;
    width: 110px !important
  }
}
@media only screen and (max-width:560px) {
  .configs .config-table__col {
    padding: 12px 5px
  }
  .configs .config-table__col:nth-child(1){
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
  }
  .configs .config-table__col:nth-child(2) {
    -webkit-flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px
  }
  .configs .config-table__col:nth-child(3) {
    -webkit-flex: 0 0 72px;
    -ms-flex: 0 0 72px;
    flex: 0 0 72px;
    width: 72px
  }
  .configs .config-table__col:nth-child(4) {
    -webkit-flex: 0 0 112px;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
    width: 112px
  }
  .configs.configs-gpu .config-table__row .config-table__col:nth-child(1){
    -webkit-flex: 0 0 130px;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    width: 130px
  }
  .configs.configs-gpu .config-table__col:nth-child(2),
  .configs.configs-gpu .config-table__col:nth-child(3),
  .configs.configs-gpu .config-table__col:nth-child(4){
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
  .configs.configs-gpu .config-table__col:nth-child(5){
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    width: 100px
  }
}
@media only screen and (max-width:420px) {
  .configs.configs-gpu .config-table__row .config-table__col:nth-child(1){
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px
  }
  .configs.configs-gpu .config-table__col:nth-child(3){
    -webkit-flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px
  }
  .configs.configs-gpu .config-table__col:nth-child(5){
    -webkit-flex: 0 0 90px;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px
  }
}*/
.configs .config-table__col:not(:first-child) {
  text-align: right
}

.configs .config-table .gradient-text {
  font-weight: 600
}
@media only screen and (max-width:560px) {
  .xs-hidden {
    display: none
  }
}
@media only screen and (max-width:1024px) {
  .sm-hidden {
    display: none
  }
}
.xs-show {
  display: none
}
@media only screen and (max-width:560px) {
  .xs-show {
    display: block
  }
}
.sm-show {
  display: none
}
@media only screen and (max-width:1024px) {
  .sm-show {
    display: block
  }
}
.geo-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #eeeff8;
  border-radius: 10px;
  padding: 24px 28px;
  background-color: rgba(255,255,255,.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  font-weight: 500
}
@media only screen and (max-width:1800px) {
  .geo-list {
    padding: 20px;
    font-size: 14px;
    max-width: 704px
  }
}
.geo-list__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.geo-list__row .gradient-text {
  width: 60px;
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px
}
@media only screen and (max-width:1800px) {
  .geo-list__row .gradient-text {
    width: 52px;
    -webkit-flex: 0 0 52px;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px
  }
}
.geo-list__row:not(:last-child) {
  margin-bottom: 24px
}
@media only screen and (max-width:1800px) {
  .geo-list__row:not(:last-child) {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:1024px) {
  .geo-list__row {
    gap: 20px
  }
}
@media only screen and (max-width:560px) {
  .geo-list__row {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: unset
  }
}
.geo-list__col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.geo-list__col .picture {
  -webkit-flex: 0 0 34px;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  width: 34px
}
.geo-list__col:first-child {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.geo-list__col > span:not(only):not(:last-child) {
  margin-right: 12px;
  white-space: nowrap
}
@media only screen and (max-width:1800px) {
  .geo-list__col > span:not(only):not(:last-child) {
    margin-right: 20px
  }
}
@media only screen and (max-width:560px) {
  .geo-list__col > span:not(only):not(:last-child) {
    margin-right: 12px
  }
}
.geo-list:not(:last-child) {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .geo-list:not(:last-child) {
    margin-bottom: 24px
  }
}
@media only screen and (max-width:1400px) {
  .geo-list:not(:last-child) {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:560px) {
  .geo-list:not(:last-child) {
    margin-bottom: 24px
  }
}
.geo-list .picture {
  width: 34px;
  height: 34px;
  margin-right: 16px
}
@media only screen and (max-width:1800px) {
  .geo-list .picture {
    margin-right: 12px
  }
}
@media only screen and (max-width:560px) {
  .geo-list .picture {
    margin-right: 8px;
    width: 30px;
    height: 30px
  }
}
.geo-list .picture__img {
  max-width: 100%
}
.geo-list .gradient-text {
  font-weight: 600
}
.geo-list--location {
  color: #4f4f4f
}
.geo-list--location > span {
  opacity: .6
}
@media only screen and (max-width:560px) {
  .geo-list--location > span {
    font-size: 0
  }
  .geo-list--location:after {
    content: "i";
    display: inline-block;
    font-size: 11px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #425af0;
    border-radius: 50%;
    background-color: #fff
  }
  .geo-list--location:hover > span {
    font-size: 8px;
    position: absolute;
    background: linear-gradient(155.32deg,#fff -8.25%,#f2f7fd 101.22%);
    box-shadow: -4px 4px 4px rgba(66,90,240,.05);
    border-radius: 0 10px 10px 10px;
    padding: 8px;
    top: calc(100% + 2px);
    left: 10px;
    color: rgba(79,79,79,.6);
    z-index: 1;
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
    width: 144px;
    line-height: 140%;
    opacity: 1
  }
}
.geo-list--status {
  background-color: #425af0;
  color: #f3f4ff;
  width: 156px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: 600;
  position: relative;
  text-align: right
}
.geo-list--status:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 50%;
  background-color: #ddd;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%)
}
.geo-list--status.available:after {
  background-color: #3ad840
}
.geo-list--status.wait:after {
  background-color: #eab80a
}
@media only screen and (max-width:1800px) {
  .geo-list--status {
    font-size: 14px;
    width: 138px
  }
}
@media only screen and (max-width:1400px) {
  .geo-list--status {
    padding: 6px 15px;
    width: 140px
  }
}
@media only screen and (max-width:1024px) {
  .geo-list--status {
    padding: 8px 14px
  }
}
@media only screen and (max-width:560px) {
  .geo-list--status {
    font-size: 12px;
    padding: 6px 15px;
    width: 126px
  }
}
.ticker {
  font-family: MontserratM3K, sans-serif;
  position: absolute;
  top: 44%;
  left: 0;
  font-size: 220px;
  max-width: 100%;
  white-space: nowrap;
  font-weight: 600;
  line-height: 1;
  -webkit-text-stroke: 2.5px #fff;
  color: transparent;
  letter-spacing: -.25rem;
  z-index: -1
}
.ticker .marquee3k__copy {
  padding-right: 100px
}
@media only screen and (max-width:1800px) {
  .ticker {
    font-size: 170px;
    top: 41%
  }
}
@media only screen and (max-width:1024px) {
  .ticker {
    font-size: 180px;
    -webkit-transform: translate(-50%,calc(-50% + 20px)) rotate(-90deg);
    transform: translate(-50%,calc(-50% + 20px)) rotate(-90deg);
    left: 50%
  }
}
@media only screen and (max-width:560px) {
  .ticker {
    font-size: 60px;
    -webkit-text-stroke: 1px #fff
  }
}
.ticker-about {
  font-size: 270px
}
@media only screen and (max-width:1800px) {
  .ticker-about {
    font-size: 170px
  }
}
@media only screen and (max-width:1024px) {
  .ticker-about {
    font-size: 180px
  }
}
@media only screen and (max-width:560px) {
  .ticker-about {
    font-size: 60px
  }
}
.deg-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: -40px;
  width: 90%
}
@media only screen and (max-width:1800px) {
  .deg-grid {
    width: 90%;
    max-width: 1082px
  }
}
@media only screen and (max-width:1400px) {
  .deg-grid {
    width: 95%
  }
}
@media (max-width:1150px) {
  .deg-grid {
    width: 100%
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media (max-width:768px) {
  .deg-grid {
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset
  }
}
.deg-grid__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media only screen and (max-width:1024px) {
  .deg-grid__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.deg-grid__row:not(:last-child) {
  margin-bottom: 285px
}
@media only screen and (max-width:1800px) {
  .deg-grid__row:not(:last-child) {
    margin-bottom: 205px
  }
}
@media only screen and (max-width:1400px) {
  .deg-grid__row:not(:last-child) {
    margin-bottom: 224px
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid__row:not(:last-child) {
    margin-bottom: 80px
  }
}
@media only screen and (max-width:560px) {
  .deg-grid__row:not(:last-child) {
    margin-bottom: 36px
  }
}
.deg-grid__row:first-child {
  padding-right: 160px
}
@media only screen and (max-width:1800px) {
  .deg-grid__row:first-child {
    padding-right: 120px
  }
}
@media only screen and (max-width:1400px) {
  .deg-grid__row:first-child {
    padding-right: 112px
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid__row:first-child {
    padding-right: 0
  }
}
.deg-grid__row:nth-child(even) {
  padding-left: 160px
}
@media only screen and (max-width:1800px) {
  .deg-grid__row:nth-child(even) {
    padding-left: 120px
  }
}
@media only screen and (max-width:1400px) {
  .deg-grid__row:nth-child(even) {
    padding-left: 112px
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid__row:nth-child(even) {
    padding-left: 0
  }
}
.deg-grid__row:last-child .deg-block:last-child {
  margin-top: 50px
}
@media only screen and (max-width:1024px) {
  .deg-grid__row:last-child .deg-block:last-child {
    margin-top: 0
  }
}
.deg-grid .deg-block {
  background: linear-gradient(155.32deg,rgba(255,255,255,.5) -8.25%,rgba(242,247,253,.5) 101.22%),#fff;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 20px;
  width: 480px;
  height: 500px;
  padding: 40px 32px 44px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.deg-grid .deg-block:nth-child(even) {
  margin-top: 137px
}
@media only screen and (max-width:1800px) {
  .deg-grid .deg-block:nth-child(even) {
    margin-top: 130px
  }
}
@media only screen and (max-width:1400px) {
  .deg-grid .deg-block:nth-child(even) {
    margin-top: 108px
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid .deg-block:nth-child(even) {
    margin-top: 0;
    margin-left: 276px
  }
}
@media only screen and (max-width:767px) {
  .deg-grid .deg-block:nth-child(even) {
    margin-left: auto
  }
}
@media only screen and (max-width:560px) {
  .deg-grid .deg-block:nth-child(even) {
    margin-top: 0;
    margin-left: 0
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid .deg-block:first-child {
    margin-bottom: 80px
  }
}
@media only screen and (max-width:560px) {
  .deg-grid .deg-block:first-child {
    margin-bottom: 36px
  }
}
@media only screen and (max-width:1800px) {
  .deg-grid .deg-block {
    padding: 32px 28px;
    width: 360px;
    height: 392px
  }
}
@media only screen and (max-width:1400px) {
  .deg-grid .deg-block {
    width: 374px;
    height: 392px
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid .deg-block {
    width: 428px;
    height: 317px;
    padding: 28px
  }
}
@media only screen and (max-width:560px) {
  .deg-grid .deg-block {
    padding: 32px 20px;
    width: 100%;
    height: auto;
    border-radius: 10px
  }
}
.deg-grid .deg-block__header {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 16px
}
@media only screen and (max-width:560px) {
  .deg-grid .deg-block__header {
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset
  }
}
.deg-grid .deg-block__header h3,
.deg-grid .deg-block__header .like-h3{
  font-size: 45px;
  font-weight: 600;
  max-width: 320px;
  line-height: 1.2;
  letter-spacing: -.65px;
}
@media only screen and (max-width:1800px) {
  .deg-grid .deg-block__header h3,
  .deg-grid .deg-block__header .like-h3 {
    font-size: 32px;
    max-width: 280px
  }
}
@media only screen and (max-width:560px) {
  .deg-grid .deg-block__header h3,
  .deg-grid .deg-block__header .like-h3 {
    font-size: 24px;
    max-width: 208px
  }
}
.deg-grid .deg-block__footer {
  opacity: .6;
  font-size: 20px;
  max-width: 360px;
  color: #4f4f4f
}
@media only screen and (max-width:1800px) {
  .deg-grid .deg-block__footer {
    font-size: 16px;
    max-width: 290px
  }
}
@media only screen and (max-width:1024px) {
  .deg-grid .deg-block__footer {
    max-width: 350px
  }
}
@media only screen and (max-width:560px) {
  .deg-grid .deg-block__footer {
    font-size: 12px;
    max-width: 286px
  }
}
.price-compare {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 640px;
  font-weight: 500;
  background: linear-gradient(155.32deg,#fff -8.25%,#f2f7fd 101.22%);
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 20px
}
@media only screen and (max-width:1800px) {
  .price-compare {
    width: 540px
  }
}
@media only screen and (max-width:1400px) {
  .price-compare {
    max-width: 540px;
    width: 100%
  }
}
@media only screen and (max-width:1024px) {
  .price-compare {
    max-width: unset;
    width: 100%
  }
}
.price-compare__header {
  border-radius: 20px 20px 0 0;
  padding: 48px 40px 36px;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#c4c4c4;
  color: #fff;
  box-shadow: 7.73438px 15.4688px 30.9375px rgba(27,25,232,.08)
}
@media only screen and (max-width:1800px) {
  .price-compare__header {
    padding: 32px 28px 48px
  }
}
@media only screen and (max-width:1024px) {
  .price-compare__header {
    padding: 40px
  }
}
@media only screen and (max-width:560px) {
  .price-compare__header {
    padding: 20px
  }
}
.price-compare__body {
  padding: 36px 40px 48px;
  border-radius: 0 0 18px 18px
}
.price-compare__date{
  font-weight: 500;
  font-size: 12px;
  opacity: 0.3;
  position: relative;
  margin: 30px 0 -28px;
}
@media only screen and (max-width:1800px) {
  .price-compare__body {
    padding: 36px 28px
  }
  .price-compare__date{
    margin-bottom: -16px;
  }
}
@media only screen and (max-width:1024px) {
  .price-compare__body {
    padding: 40px
  }
}
@media only screen and (max-width:560px) {
  .price-compare__body {
    padding: 20px
  }
  .price-compare__date{
    margin: 20px 0 0;
  }
}

.price-compare--title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  max-width: 532px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .price-compare--title {
    margin-bottom: 16px
  }
}
@media only screen and (max-width:1024px) {
  .price-compare--title {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:560px) {
  .price-compare--title {
    font-size: 24px;
    margin-bottom: 8px
  }
}
.price-compare--description {
  opacity: .6;
  margin-bottom: 32px;
  max-width: 436px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .price-compare--description {
    font-size: 14px;
    margin-bottom: 24px
  }
}
@media only screen and (max-width:1024px) {
  .price-compare--description {
    margin-bottom: 28px
  }
}
@media only screen and (max-width:560px) {
  .price-compare--description {
    font-size: 12px;
    margin-bottom: 16px
  }
}
.price-compare--values {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

.price-compare--values .btn {
  flex: 0 0 25%;
  max-width: calc(25% - 18px);
  text-align: center;
  padding: 12px !important;
}
@media only screen and (max-width:1800px) {
  .price-compare--values {
    gap: 16px
  }
  .price-compare--values .btn {
    max-width: calc(25% - 12px);
  }
}
@media only screen and (max-width:1400px) {
  .price-compare--values {
    gap: 20px
  }
  .price-compare--values .btn {
    max-width: calc(25% - 15px);
  }
}
@media only screen and (max-width:560px) {
  .price-compare--values {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px
  }
  .price-compare--values .btn {
    max-width: calc(25% - 6px);
  }
}
.price-compare__ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.price-compare__li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 20px;
  letter-spacing: -.02em;
  line-height: 140%;
  color: #4f4f4f
}
@media only screen and (max-width:1800px) {
  .price-compare__li {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .price-compare__li {
    font-size: 12px
  }
}
.price-compare__li .price-compare--price span {
  opacity: .6
}
.price-compare__li:first-child {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px
}
.price-compare__li:first-child .price-compare--name {
  padding-bottom: 22px;
  opacity: 1
}
@media only screen and (max-width:1800px) {
  .price-compare__li:first-child {
    font-size: 28px
  }
}
@media only screen and (max-width:560px) {
  .price-compare__li:first-child {
    font-size: 20px
  }
}
.price-compare__li:first-child .price-compare--name:after {
  background: linear-gradient(84.37deg,#3d8dfa 0,#424aed 48.83%,#711f98 100%),linear-gradient(83.85deg,#3da4fa -9.45%,#424aed 43.99%,#9a43b8 100%);
  opacity: 1;
  transition: all .8s
}
.price-compare__li:nth-child(2) .price-compare--name:after {
  opacity: .4
}
.price-compare__li:nth-child(3) .price-compare--name:after {
  opacity: .25
}
.price-compare__li:nth-child(4) .price-compare--name:after {
  opacity: .2
}
.price-compare__li:nth-child(5) .price-compare--name:after {
  opacity: .15
}
.price-compare__li:nth-child(6) .price-compare--name:after {
  opacity: .1
}
.price-compare__li:not(:last-child):not(:first-child) {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .price-compare__li:not(:last-child):not(:first-child) {
    margin-bottom: 16px
  }
}
@media only screen and (max-width:1024px) {
  .price-compare__li:not(:last-child):not(:first-child) {
    margin-bottom: 28px
  }
}
@media only screen and (max-width:560px) {
  .price-compare__li:not(:last-child):not(:first-child) {
    margin-bottom: 20px
  }
}
.price-compare--name {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 14px;
  margin-right: 20px;
  opacity: .6
}

.price-compare--name{
  position: relative;
}
.price-compare--name:after {
  content: "";
  width: calc(var(--price-percent));
  height: 10px;
  background-color: #425af0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  opacity: .4;
  transition: all .8s
}
#upload {
  cursor: pointer
}
.offer {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#1f6cd4;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08);
  border-radius: 21.6px;
  position: relative;
  overflow: hidden;
  padding: 56px 30% 56px 56px;
  color: #fff;
  margin-bottom: -130px;
  width: 100%
}
@media only screen and (max-width:1800px) {
  .offer {
    padding: 48px;
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
@media only screen and (max-width:1024px) {
  .offer {
    margin-bottom: -100px
  }
}
@media only screen and (max-width:560px) {
  .offer {
    padding: 20px
  }
}
.offer__body {
  margin-bottom: 112px
}
@media only screen and (max-width:1800px) {
  .offer__body {
    margin-bottom: 60px
  }
}
@media only screen and (max-width:1024px) {
  .offer__body {
    margin-bottom: 0
  }
}
.offer__body > :not(.offer--image):not(.offer--image-tablet) {
  z-index: 1;
  position: relative
}
.offer__footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px
}
@media only screen and (max-width:1800px) {
  .offer__footer {
    gap: 24px;
    font-size: 14px;
    max-width: 556px;
    width: 100%
  }
}
@media only screen and (max-width:560px) {
  .offer__footer {
    gap: 12px;
    font-size: 12px
  }
}
.offer__footer p {
  opacity: .6
}
.offer--title {
  font-size: 90px;
  margin-bottom: 60px;
  font-weight: 600
}
@media only screen and (max-width:1800px) {
  .offer--title {
    font-size: 72px;
    margin-bottom: 36px
  }
}
@media only screen and (max-width:560px) {
  .offer--title {
    font-size: 44px;
    margin-bottom: 20px
  }
}
.offer--benefits {
  font-size: 30px;
  font-weight: 500
}
@media only screen and (max-width:1800px) {
  .offer--benefits {
    font-size: 20px
  }
}
@media only screen and (max-width:1400px) {
  .offer--benefits {
    font-size: 18px
  }
}
@media only screen and (max-width:560px) {
  .offer--benefits {
    font-size: 14px
  }
}
.offer--benefits li:not(:last-child) {
  margin-bottom: 10px
}
.offer .picture {
  z-index: 0
}
.offer .picture__img {
  width: 100%
}
.offer--image {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}
@media only screen and (max-width:1800px) {
  .offer--image {
    width: 52%
  }
}
.offer--image-tablet {
  padding: 20px 0
}
@media only screen and (max-width:1800px) {
  .container {
    padding-left: 60px;
    padding-right: 60px
  }
}
@media only screen and (max-width:1400px) {
  .container {
    padding-left: 53px;
    padding-right: 53px
  }
}
@media only screen and (max-width:1024px) {
  .container {
    padding-left: 32px;
    padding-right: 32px
  }
}
@media only screen and (max-width:560px) {
  .container {
    padding-left: 16px;
    padding-right: 16px
  }
  .section-7{
    background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#d9d9d9;
  }
  .section-7 .section-image{
    display: none;
  }
}
@media only screen and (max-width:1800px) {
  .section-2 .section--description {
    max-width: 540px
  }
}
.logo-white {
  display: none
}
.header {
  position: fixed;
  width: 100%;
  z-index: 500;
  transition: .4s all;
  top: 0
}
.header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,.3);
  opacity: 0
}
.header.gradient-bg {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  box-shadow: 10px 20px 40px rgba(27,25,232,.08)
}
.header-animate .logo-part1 {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}
.header-blog .products-icon {
  color: #fff
}
.header-blog-page {
  background: 0 0!important
}
.header-blog__page {
  background: 0 0!important;
  position: fixed;
  -webkit-transform: translateY(0)!important;
  transform: translateY(0)!important
}
.logo-blue {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.whiter .logo-blue,
.header--opened-nav .logo-blue,
.header-blog__page .logo-blue{
  display: none;
}
.header-blog__page ul li:hover svg {
  color: #425af0
}
.header-blog.to-white {
  background: #fff!important;
  box-shadow: 10px 20px 40px rgba(27,25,232,.08)
}
.header-blog.to-white .header-blog__progressbar {
  position: fixed;
  top: 110px;
  left: 0;
  width: 0;
  height: 6px;
  background: linear-gradient(103.24deg,#3d8dfa 18.27%,#424aed 58.97%,#c042ec 81.25%)
}
@media only screen and (max-width:1800px) {
  .header-blog.to-white .header-blog__progressbar {
    height: 3px;
    top: 82px
  }
}
@media only screen and (max-width:1400px) {
  .header-blog.to-white .header-blog__progressbar {
    top: 70px
  }
}
@media only screen and (max-width:1024px) {
  .header-blog.to-white .header-blog__progressbar {
    top: 86px
  }
}
@media only screen and (max-width:560px) {
  .header-blog.to-white .header-blog__progressbar {
    top: 70px
  }
}
.header-blog.to-white .logo-white {
  display: none!important
}
.header-blog.to-white .logo-blue {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.header-blog.to-white .nav li a {
  color: #425af0!important
}
.header-blog.to-white .products-icon {
  background-color: rgba(238,240,253,.5)!important
}
.header-blog.to-white .products-icon svg {
  color: #425af0
}
.header-blog.to-white .auth a:first-child {
  color: #425af0
}
.header-blog.to-white .auth .btn-register:after {
  background: linear-gradient(84.37deg,#3d8dfa 0,#424aed 48.83%,#9a43b8 100%)
}
.header-blog.to-white .auth .btn-register__text {
  -webkit-text-fill-color: #fff
}
.header.whiter .awesome-hover {
  color: #fff
}
.header.whiter a.link {
  color: #fff
}
.header.whiter a.link::before {
  background-color: #fff
}
.header.whiter .header__wrap .nav > ul > li > a,
.header.whiter button.link {
  color: #fff
}
.header.whiter .auth .btn {
  background: #fff
}
.header.whiter .auth .btn span {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}
.header.whiter .logo-gradient {
  display: none
}
.header.whiter .logo-white {
  display: block
}
.header.whiter button.link:before,
.header.whiter ul > li > a:before {
  background-color: #fff
}
.header.headroom--not-top {
  background: linear-gradient(109.91deg,rgba(61,141,250,.3) .49%,rgba(66,74,237,.3) 48.45%,rgba(154,67,184,.3) 98.7%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px)
}
.header.headroom--not-top:after {
  opacity: 1
}
.header.headroom--not-top:before {
  display: none
}
/*.header.headroom--not-top.whiter:not(.active) a.js-open-menu .products-icon {
  background-color: rgba(255,255,255,.1);
  color: #fff
}*/
.header.whiter:not(.active) a.js-open-menu .products-icon {
  background-color: rgba(255,255,255,.1);
  color: #fff
}
.header.headroom--not-top.whiter:not(.active) a.js-open-menu:hover::after,
.header.header-blog__page.whiter:not(.active) a.js-open-menu:hover::after,
.header.header-partners__page.whiter:not(.active) a.js-open-menu:hover::after{
  background-color: rgba(253,253,253,.1)
}
.header.headroom--not-top.whiter:not(.active) a.js-open-menu:hover .products-icon,
.header.header-blog__page.whiter:not(.active) a.js-open-menu:hover .products-icon,
.header.header-partners__page.whiter:not(.active) a.js-open-menu:hover .products-icon{
  background-color: #fff;
  color: #2f4ff1
}
.header.headroom--not-top:not(.whiter) {
  background: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px)
}
.header.headroom--not-top:not(.whiter) .btn-register:after {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#1f6cd4
}
.header.headroom--not-top:not(.whiter) .btn-register .gradient-text {
  color: #fff;
  background: 0 0;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #fff
}
.header.headroom--not-top:not(.whiter) a.js-open-menu:not(.active)::after {
  background-color: #fff
}
.header.headroom--not-top:not(.whiter) a.js-open-menu:not(.active) .products-icon {
  background-color: rgba(66,90,240,.05)
}
.header__wrap {
  height: 110px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
@media only screen and (max-width:1800px) {
  .header__wrap {
    height: 82px
  }
}
@media only screen and (max-width:1400px) {
  .header__wrap {
    height: 70px
  }
}
@media only screen and (max-width:1024px) {
  .header__wrap {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 86px
  }
}
@media only screen and (max-width:560px) {
  .header__wrap {
    height: 70px;
    padding-top: 16px;
    padding-bottom: 16px
  }
}
.header__wrap > :not(:last-child) {
  margin-right: 78px
}
@media only screen and (max-width:1800px) {
  .header__wrap > :not(:last-child) {
    margin-right: 60px
  }
}
.header__wrap .logo {
  display: block
}
.header__wrap .logo img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: top
}
@media only screen and (max-width:1800px) {
  .header__wrap .logo {
    width: 178px
  }
}
@media only screen and (max-width:560px) {
  .header__wrap .logo {
    width: 140px
  }
}
.header__wrap .auth {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.header__wrap .auth > :not(:last-child) {
  margin-right: 20px
}
.header__wrap .auth > .btn {
  margin-right: 0;
  font-weight: 600
}
@media only screen and (max-width:1024px) {
  .header__wrap .auth > .btn {
    display: none
  }
}
.header__wrap .nav {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.header__wrap .nav > ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.header__wrap .nav > ul > li > a {
  font-weight: 500;
  color: #425af0;
  position: relative;
  transition: .1s -webkit-transform;
  transition: .1s transform;
  transition: .1s transform,.1s -webkit-transform;
  white-space: nowrap;
  display: block;
  line-height: 140%;
  font-size: 20px
}
@media only screen and (max-width:1800px) {
  .header__wrap .nav > ul > li > a {
    font-size: 15px
  }
}
.header__wrap .nav > ul > li > a .row{
  flex-wrap: nowrap;
}
.header__wrap .nav > ul > li:not(:last-child) {
  margin-right: 40px
}
.header__wrap .nav > ul > li:not(:last-child).nav--parent-item {
  margin-right: 43px
}
@media (max-width: 1100px) {
  .header__wrap .nav > ul > li:not(:last-child),
  .header__wrap .nav > ul > li:not(:last-child).nav--parent-item{
    margin-right: 24px;
  }
}
@media only screen and (max-width:1024px) {
  .header__wrap .nav {
    display: none
  }
}
.header.header--light .logo:after {
  background-position: 0 24.4239631336%
}
@media only screen and (max-width:1800px) {
  .header.header--light .logo:after {
    background-position: 0 84.4827586207%;
    width: 178px;
    height: 38px
  }
}
@media only screen and (max-width:560px) {
  .header.header--light .logo:after {
    background-position: 100% 12.5%;
    width: 140px;
    height: 30px
  }
}
.header.header--light .nav > ul > li > a {
  color: #fff
}
.header.header--light .auth a.btn,
.header.header--light .auth button.btn {
  background: #fff
}
.header.header--light .auth a.btn span,
.header.header--light .auth button.btn span {
  color: #425af0;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.header.header--light .auth a.link,
.header.header--light .auth button.link {
  color: #fff
}
.header.header--light .auth a.link:before,
.header.header--light .auth button.link:before {
  background-color: #fff
}
.header.header--light:before {
  display: none
}
.header.header--light.headroom--not-top:after {
  background: linear-gradient(109.91deg,rgba(61,141,250,.3) .49%,rgba(66,74,237,.3) 48.45%,rgba(154,67,184,.3) 98.7%)
}
.header.header--mistake .logo-gradient {
  display: none!important
}
.header.header--mistake .logo-white {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex!important
}
.header.header--mistake .awesome-hover span {
  color: #fff!important
}
.header.header--mistake .products-icon {
  color: #fff!important
}
.header.header--mistake .js-open-menu:hover .products-icon {
  color: #425af0!important
}
.header.header--mistake .logo:after {
  background-position: 0 23.5555555556%!important
}
@media only screen and (max-width:1800px) {
  .header.header--mistake .logo:after {
    background-position: 0 84.4827586207%;
    width: 178px;
    height: 38px
  }
}
@media only screen and (max-width: 560px) {
  .header.header--mistake .logo:after {
    background-position: 100% 12.5%;
    width: 140px;
    height: 30px
  }
}
.header.header--mistake .nav > ul > li > a {
  color: #fff
}
.header.header--mistake .auth a.btn,
.header.header--mistake .auth button.btn {
  background: #fff
}
.header.header--mistake .auth a.btn span,
.header.header--mistake .auth button.btn span {
  color: #425af0;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}
.header.header--mistake .auth a.link,
.header.header--mistake .auth button.link {
  color: #fff
}
.header.header--mistake .auth a.link:before,
.header.header--mistake .auth button.link:before {
  background-color: #fff
}
.header.header--mistake:before {
  display: none
}
.header.header--mistake.headroom--not-top:after {
  background: linear-gradient(109.91deg,rgba(61,141,250,.3) .49%,rgba(66,74,237,.3) 48.45%,rgba(154,67,184,.3) 98.7%)
}
.header:not(.header--opened-nav):after {
  display: none
}
@media only screen and (max-width:1800px) {
  .header:before {
    height: 180%;
    opacity: .5
  }
}
.products-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  color: #fff;
  padding-bottom: 30px
}
@media only screen and (max-width:1800px) {
  .products-nav {
    gap: 60px
  }
}
@media only screen and (max-width:1400px) {
  .products-nav {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse
  }
}
@media only screen and (max-width:560px) {
  .products-nav {
    padding-top: 0;
    padding-bottom: 70px
  }
}
.products-nav--title {
  text-transform: uppercase;
  font-size: 16px;
  color: #f4f8fd;
  font-weight: 500;
  opacity: .5;
  letter-spacing: -.36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width:1725px) {
  .products-nav--title {
    font-size: 14px
  }
}
@media only screen and (max-width:1024px) {
  .products-nav--title {
    font-size: 16px;
    margin-bottom: 0
  }
}
.products-nav__post h2,
.products-nav__post .like-h2{
  font-size: 32px;
  font-weight: 600;
  color: #fff!important;
  line-height: 1.2;
  letter-spacing: -.65px;
}
@media only screen and (max-width:1725px) {
  .products-nav__post h2,
  .products-nav__post .like-h2{
    font-size: 28px
  }
}
.products-nav__post p {
  color: #f4f8fd;
  opacity: .6;
  font-weight: 500
}
@media only screen and (max-width:1725px) {
  .products-nav__post p {
    font-size: 14px
  }
}
.products-nav__post > :not(:last-child) {
  margin-bottom: 16px
}
.products-nav__post a.btn.link,
.products-nav__post button.link {
  color: #fff
}
.products-nav__post a.btn.link:before,
.products-nav__post button.link:before {
  background-color: #fff
}
@media only screen and (max-width:1725px) {
  .products-nav__post a.btn.link,
  .products-nav__post button.link {
    font-size: 16px
  }
  .products-nav__post a.btn.link:after,
  .products-nav__post button.link:after {
    -webkit-transform: translate(10px,-50%);
    transform: translate(10px,-50%)
  }
}
@media only screen and (max-width:1400px) {
  .products-nav__post {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: none !important;
  }
}
@media only screen and (max-width:560px) {
  .products-nav__post {
    display: none
  }
}
.products-nav__info {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width:1400px) {
  .products-nav__info {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 2px;
  }
}
@media only screen and (max-width:560px) {
  .products-nav__info {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.products-nav__info ul li:not(:last-child) {
  margin-bottom: 16px
}
@media only screen and (max-width:1400px) {
  .products-nav__info ul li:not(:last-child) {
    margin-bottom: 12px
  }
}
@media only screen and (max-width:560px) {
  .products-nav__info ul li:not(:last-child) {
    margin-bottom: 16px
  }
}
.products-nav__info ul li a {
  color: #fff;
  font-weight: 500;
  font-size: 20px
}
.products-nav__info ul li a:before {
  background-color: #fff
}
@media only screen and (max-width:1725px) {
  .products-nav__info ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width:560px) {
  .products-nav__info ul li a {
    font-size: 14px
  }
}
.products-nav__list {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width:1400px) {
  .products-nav__list {
    margin-bottom: 20px
  }
}
.products-nav__aside {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 25%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
/*.products-nav__aside > :not(:last-child) {
  height: 320px
}
@media only screen and (max-width:1725px) {
  .products-nav__aside > :not(:last-child) {
    height: 265px
  }
}
@media only screen and (max-width:1400px) {
  .products-nav__aside > :not(:last-child) {
    height: auto
  }
}*/
@media only screen and (max-width:1400px) {
  .products-nav__aside {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .products-nav__aside > :not(:last-child) {
    margin-bottom: 0;
    padding-right: 60px
  }
}
@media only screen and (max-width:560px) {
  .products-nav__aside {
    /*padding-left: 20px;*/
    flex-direction: column;
  }
}
.all-products-link{
  color: white;
  margin-top: 24px;
}
.all-products-link-mobile{
  display: none;
}
@media only screen and (max-width:1800px) {
  .all-products-link{
    margin-top: 20px;
  }
  .all-products-link.btn-with-icon .btn-with-icon__text {
    font-size: 16px !important;
  }
}
@media only screen and (max-width:1400px) {
  .all-products-link{
    margin-top: 12px;
  }
  .all-products-link-desktop{
    display: none !important;
  }
  .all-products-link-mobile{
    display: inline-block !important;
  }
}
@media only screen and (max-width:560px) {
  .all-products-link{
    margin: 0 0 40px;
  }
}
.products-nav .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}
@media only screen and (max-width:1024px) {
  .products-nav .menu {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px
  }
}
@media only screen and (max-width:767px) {
  .products-nav .menu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
  }
}
.products-nav .menu__row {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 27px!important
}
@media only screen and (max-width:1024px) {
  .products-nav .menu__row {
    display: block
  }
}
.products-nav .menu__row:not(.menu__header) {
  background: rgba(255,255,255,.07);
  /*border: 1px solid rgba(238,239,248,.3);*/
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 30px;
  padding: 32px
}
@media only screen and (max-width:1800px) {
  .products-nav .menu__row:not(.menu__header) {
    padding: 24px;
    border-radius: 28px;
  }
}
@media only screen and (max-width:1400px) {
  .products-nav .menu__row:not(.menu__header) {
    padding: 28px;
    border-radius: 27px;
  }
}
.products-nav .menu__row:not(.menu__header):not(:last-child) {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .products-nav .menu__row:not(.menu__header):not(:last-child) {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:1400px) {
  .products-nav .menu__row:not(.menu__header):not(:last-child) {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:1024px) {
  .products-nav .menu__row:not(.menu__header) {
    background: 0 0;
    border: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: unset;
    padding: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .products-nav .menu__row:not(.menu__header):not(:last-child) {
    margin-bottom: 0;
    margin-bottom: 20px
  }
}
@media only screen and (max-width:767px) {
  .products-nav .menu__row:not(.menu__header) {
    /*background: rgba(255,255,255,.07);
    /*border: 1px solid rgba(238,239,248,.3);*/
    /*-webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 20px*/
  }
}
/*@media only screen and (max-width:560px) {
  .products-nav .menu__row:not(.menu__header) {
    padding: 24px
  }
}*/
.products-nav .menu__row.menu__header {
  margin-bottom: 24px;
  line-height: 1;
  padding: 0 40px
}
@media only screen and (max-width:1725px) {
  .products-nav .menu__row.menu__header {
    margin-bottom: 20px;
    padding: 0 28px
  }
}
@media only screen and (max-width:1400px) {
  .products-nav .menu__row.menu__header {
    padding: 0 26px
  }
}
@media only screen and (max-width:1024px) {
  .products-nav .menu__row.menu__header {
    display: none
  }
}
@media only screen and (max-width:1725px) {
  .products-nav .menu__row {
    gap: 20px
  }
}
@media only screen and (max-width:1024px) {
  .products-nav .menu__row {
    gap: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
@media (min-width:1025px) {
  .products-nav .menu__content .menu__col {
    height: auto!important
  }
}
@media only screen and (max-width:1800px) {
  .products-nav .menu__content .menu__col {
    gap: 32px!important
  }
}
@media only screen and (max-width:1400px) {
  .products-nav .menu__content .menu__col {
    gap: 28px!important
  }
}
@media only screen and (max-width:1024px) {
  .products-nav .menu__content .menu__col {
    gap: 24px!important
  }
}
@media only screen and (max-width:768px) {
  .products-nav .menu__content .menu__col {
    display: block;
    margin-bottom: 40px
  }
  .products-nav .menu__content .menu__col .menu-item:not(:last-child) {
    margin-bottom: 8px
  }
}
@media only screen and (max-width:560px) {
  .products-nav .menu__content .menu__col {
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px !important;
    margin-bottom: 20px;
  }
  .products-nav .menu__content .menu__col .menu-item:not(:last-child){
    margin-bottom: 0;
  }
}
.products-nav .menu__col {
  -webkit-flex: 1 0 220px;
  -ms-flex: 1 0 220px;
  flex: 1 0 220px
}
@media only screen and (max-width:1024px) {
  .products-nav .menu__col {
    /*background: rgba(255,255,255,.07);*/
    /*border: 1px solid rgba(238,239,248,.3);*/
    /*-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 28px;
    padding: 24px 16px;*/
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 40px;
    /*min-height: 176px*/
    height: auto !important;
  }
  .products-nav .menu__col:last-of-type {
    margin-bottom: 0
  }
}
@media only screen and (max-width:767px) {
  .products-nav .menu__col {
    background: 0 0;
    border: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-radius: unset;
    padding: 0;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    margin-bottom: 25px;
    min-height: auto
  }
  .products-nav .menu__col:last-child {
    margin-bottom: 0
  }
}
.products-nav .menu--caption {
  display: none
}
@media only screen and (max-width:1024px) {
  .products-nav .menu--caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 16px;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    padding-left: 13px;
  }
}
@media only screen and (max-width:560px) {
  .products-nav .menu--caption {
    display: none
  }
}
.products-nav .menu-item {
  display: block;
  color: #fff
}
.products-nav .menu-item.only-mobile{
  display: none;
}
@media only screen and (max-width:768px) {
  .products-nav .menu-item.only-mobile{
    display: block;
  }
}
.products-nav .menu-item-wrap{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width:1024px) {
  .products-nav .menu-item-wrap{
    height: auto!important;
  }
}
.products-nav .menu-item:not(:last-child) {
  margin-bottom: 36px
}
@media only screen and (max-width:1800px) {
  .products-nav .menu-item:not(:last-child) {
    margin-bottom: 32px
  }
}
@media only screen and (max-width:1400px) {
  .products-nav .menu-item:not(:last-child) {
    margin-bottom: 28px
  }
}
@media only screen and (max-width:1024px) {
  .products-nav .menu-item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
    padding: 20px 24px;
  }
  .products-nav .menu-item:not(:last-child) {
    margin-bottom: 8px
  }
}
@media only screen and (max-width:767px) {
  .products-nav .menu-item:not(:last-child) {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
}
@media only screen and (max-width:560px) {
  .products-nav .menu-item {
    border-radius: 0;
    background: none;
    padding: 0;
  }
  .products-nav .menu-item:not(:last-child) {
    margin-bottom: 21px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}
.products-nav .menu-item__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  min-width: 30px;
  height: 30px;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.products-nav .menu-item__info {
  font-weight: 500
}
@media only screen and (max-width:767px) {
  .products-nav .menu-item__info {
    /*display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center*/
  }
}
@media only screen and (max-width:560px) {
  .products-nav .menu-item__info {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: center;
    padding-top: 5px;
  }
}
.products-nav .menu-item--title {
  font-size: 20px;
  background: linear-gradient(to left,rgba(255,255,255,.3),rgba(255,255,255,.2)) left bottom no-repeat;
  background-size: 100% 0;
  transition: background .1s;
  white-space: nowrap
}
@media only screen and (max-width:1725px) {
  .products-nav .menu-item--title {
    font-size: 15px
  }
}
@media only screen and (max-width:1024px) {
  .products-nav .menu-item--title {
    display: block;
    height: 17px;
    font-size: 16px;
  }
}
/*@media only screen and (max-width:767px) {
  .products-nav .menu-item--title {
    font-size: 14px
  }
}*/
.products-nav .menu-item--description {
  font-size: 14px;
  color: #f4f8fd;
  opacity: .5;
  line-height: 1.4;
  width: 100%;
  display: block;
  padding-top: 8px;
  max-width: 275px
}
@media only screen and (max-width:1725px) {
  .products-nav .menu-item--description {
    font-size: 12px;
    max-width: 240px
  }
}
@media only screen and (max-width:1800px) {
  .products-nav .menu-item--description {
    padding-top: 4px
  }
}
@media only screen and (max-width:1024px) {
  .products-nav .menu-item--description {
    max-width: none;
    font-size: 14px;
  }
}
@media only screen and (max-width:560px) {
  .products-nav .menu-item--description {
    display: none
  }
}
html.is-hidden {
  overflow: hidden
}
html.is-hidden body {
  overflow: hidden
}
.menu {
  overflow: hidden
}
.anima-menu-r {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 1s
}
.anima-menu-r-2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 1s;
  display: block
}
.section--menu {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  height: -webkit-fill-available;
  height: var(--appheight);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 499!important;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 1s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overscroll-behavior-y: contain
}
.section--menu a:not([class]):hover {
  opacity: .5
}
.section--menu.open {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.section--menu.open .anima-menu-r,
.section--menu.open .anima-menu-r-2 {
  transition-delay: .3s;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
.section--menu .container {
  margin-top: 210px;
  overflow-y: auto
}
@media only screen and (max-width:1725px) {
  .section--menu .container {
    margin-top: 162px
  }
}
@media only screen and (max-width:1400px) {
  .section--menu .container {
    margin-top: 130px
  }
}
@media only screen and (max-width:1024px) {
  .section--menu .container {
    margin-top: 126px
  }
}
@media only screen and (max-width:767px) {
  .section--menu .container {
    margin-top: 90px
  }
}
@media only screen and (max-width:560px) {
  .section--menu .container {
    margin-top: 98px
  }
}
.header--opened-nav {
  background: 0 0!important;
  -webkit-backdrop-filter: none!important;
  backdrop-filter: none!important
}
.header--opened-nav::after {
  content: none
}
.header--opened-nav a.link {
  color: #fff
}
.header--opened-nav a.link::before {
  background-color: #fff
}
.header--opened-nav .awesome-hover {
  color: #fff
}
.marquee3k__wrapper {
  will-change: transform
}
.nav a.active {
  opacity: 1!important
}
.nav a.active:before {
  background-color: #fff
}
.header--opened-nav .logo-white {
  display: block
}
.header--opened-nav .logo-gradient {
  display: none
}
.header--opened-nav .nav a:before {
  background-color: #fff
}
.header--opened-nav .btn-register:after {
  background: #fff!important
}
.header--opened-nav .btn-register .gradient-text {
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%)!important;
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent!important;
  background-clip: text!important;
  text-fill-color: transparent!important
}
.auth a.link::before {
  content: none
}
.auth a.link:hover {
  opacity: .5
}
.menu-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
@media only screen and (max-width:1725px) and (max-width:1400px) {
  .products-nav__list {
    display: block
  }
}
@media only screen and (max-width:1725px) and (max-width:1024px) {
  .products-nav__list {
    margin-bottom: 28px
  }
}
@media only screen and (max-width:1725px) and (max-width:767px) {
  .products-nav__list {
    margin-bottom: 0
  }
}
@media only screen and (max-width:767px) {
  .products-nav__list {
    margin-top: 20px
  }
}
@media only screen and (max-width:560px) {
  .products-nav__list {
    margin-top: 0
  }
}
@media only screen and (max-width:1725px) {
  .section--menu .container {
    padding-bottom: 60px
  }
}
.products-nav__info .products-nav--title {
  margin-bottom: 20px!important
}
@media only screen and (max-width:1725px) {
  .products-nav__info .products-nav--title {
    margin-bottom: 16px!important
  }
}
@media only screen and (max-width:1024px) {
  .products-nav__info .products-nav--title {
    margin-bottom: 12px!important
  }
}
@media only screen and (max-width:767px) {
  .products-nav__info .products-nav--title {
    margin-bottom: 16px!important
  }
}
@media only screen and (max-width:1024px) {
  .products-nav__info ul li {
    font-size: 15px;
    line-height: 100%
  }
  .products-nav__post > :not(:last-child) {
    margin-bottom: 12px
  }
}
.nav .inner {
  display: block;
  position: relative;
  overflow: hidden
}
.nav .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.nav .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.nav a:hover .normal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.nav a:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
a.js-open-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -92px;
  margin-top: -27px;
  width: 182px;
  height: 54px;
  border-radius: 60px;
  background-color: rgba(255,255,255,.3);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  opacity: 0;
  transition: all .25s;
  z-index: -1
}
@media only screen and (max-width:1800px) {
  a.js-open-menu::after {
    width: 137px;
    height: 42px;
    margin-left: -69.5px;
    margin-top: -21px
  }
}
@media only screen and (max-width:1024px) {
  a.js-open-menu::after {
    content: none
  }
}
a.js-open-menu.active::after {
  background-color: rgba(255,255,255,.08);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
a.js-open-menu.active .products-icon {
  color: #fff;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: rgba(255,255,255,.21)
}
a.js-open-menu.active:hover .products-icon {
  color: #425af0
}
.products-icon {
  width: 32px;
  height: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  background-color: rgba(255,255,255,.3);
  color: #425af0;
  transition: all .25s
}
.products-icon svg {
  display: block;
  margin: auto;
  transition: all .25s;
  width: 14px;
  height: 8px
}
@media (max-width: 1920px) {
  .products-icon svg {
    width: 12px;
    height: 7px
  }
}
@media only screen and (max-width:1800px) {
  .products-icon {
    width: 24px;
    height: 24px
  }
}
a.js-open-menu:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}
a.js-open-menu:hover .products-icon {
  background-color: #fff
}
.products-nav__list .menu .anima-menu-r .menu__row:not(.menu__header):last-of-type{
  margin-bottom: 0;
}
@media only screen and (max-width:1800px) {
  .products-nav__list .menu .anima-menu-r {
    gap: 0!important
  }
}
@media only screen and (max-width:1024px) {
  .menu__row:first-child {
    margin-right: 8px
  }
}
@media only screen and (max-width:768px) {
  .products-nav__list .menu .anima-menu-r {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-bottom: 0
  }
  .products-nav__list .menu .anima-menu-r .menu__row:first-child {
    margin-right: 0
  }
  .products-nav__list .menu .anima-menu-r .menu__row:not(.menu__header):last-of-type{
    display: none;
  }
}
.menu-item__labels {
  margin-top: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
@media only screen and (max-width:1800px) {
  .menu-item__labels {
    margin-top: 3px
  }
}
@media only screen and (max-width:1400px) {
  .menu-item__labels {
    margin-top: 4px
  }
}
@media only screen and (max-width:1024px) {
  .menu-item__labels {
    margin-top: 13px
  }
}
/*@media only screen and (max-width:768px) {
  .menu-item__labels {
    margin-left: 11px;
    margin-top: 0
  }
}*/
@media only screen and (max-width:560px) {
  .menu-item__labels {
    margin-left: 0;
    margin-top: 5px
  }
}
.menu-item__label {
  padding: 6px 7px;
  font-size: 11px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 4px;
  font-weight: 700
}
.menu-item__label:not(:last-child) {
  margin-right: 4px
}
.menu-item__label span {
  text-transform: uppercase;
  /*box-shadow: 0 1px 13px rgba(79,255,96,.1)*/
}
.menu-item__label.white {
  color: #eff3fe;
  background: rgba(255,255,255,.1)
}
.menu-item__label.yellow {
  color: #ffce4f;
  background: rgba(250,254,70,.13)
}
.menu-item__label.green {
  color: #4fff60;
  background: rgba(79,255,96,.13)
}
.main {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.footer {
  padding-top: 364px;
  padding-bottom: 48px;
  position: relative;
  z-index: 10
}
@media only screen and (max-width:1800px) {
  .footer {
    padding-top: 258px
  }
}
@media only screen and (max-width:560px) {
  .footer {
    padding-bottom: 75px
  }
}
@media only screen and (max-width:560px) {
  .footer .container {
    padding-left: 20px!important;
    padding-right: 20px!important
  }
}
@media only screen and (max-width:560px) {
  .footer-nav a {
    display: inline-block!important;
    line-height: 130%!important
  }
}
.footer__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
  color: #fff;
  font-weight: 500
}
@media only screen and (max-width:1800px) {
  .footer__wrap {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  .footer__wrap .row-62 {
    margin-left: -31px;
    margin-right: -31px
  }
  .footer__wrap .row-62 > [class*=col] {
    padding-left: 31px;
    padding-right: 31px
  }
  .footer__wrap .row-50 {
    margin-left: -20px;
    margin-right: -20px
  }
  .footer__wrap .row-50 > [class*=col] {
    padding-left: 20px;
    padding-right: 20px
  }
}
.footer__wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
  top: 0;
  position: absolute;
  opacity: .2
}
@media only screen and (max-width:1800px) {
  .footer__wrap .b-80,
  .footer__wrap .b-82 {
    margin-top: -48px
  }
  .footer__wrap .b80,
  .footer__wrap .b82 {
    margin-top: 48px
  }
}
.footer__col {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}
@media only screen and (max-width:1024px) {
  .footer__col:first-child {
    min-width: 100%;
    margin-bottom: 60px
  }
}
@media only screen and (max-width:560px) {
  .footer__col:first-child {
    margin-bottom: 48px
  }
}
.footer--logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.contacts {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.contacts span {
  font-size: 20px
}
@media only screen and (max-width:1800px) {
  .contacts span {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .contacts span {
    font-size: 12px
  }
}
.contacts span:not(:last-of-type) {
  margin-bottom: 12px
}
.contacts span:last-of-type {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .contacts span:last-of-type {
    margin-bottom: 24px
  }
}
@media only screen and (max-width:560px) {
  .contacts span:last-of-type {
    margin-bottom: 16px
  }
}
.contacts .contacts-adr {
  opacity: .5
}
@media only screen and (max-width:1800px) {
  .contacts .contacts-adr {
    font-size: 14px
  }
}
.soc-icons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end
}
@media only screen and (max-width:1800px) {
  .soc-icons {
    gap: 8px
  }
}
.soc-icons li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  cursor: pointer
}
@media only screen and (max-width:1800px) {
  .soc-icons li {
    width: 30px;
    height: 30px
  }
  .soc-icons li span {
    -webkit-transform: scale(.8);
    transform: scale(.8)
  }
}
.soc-icons li:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: inherit;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: .2;
  transition: .1s opacity
}
.soc-icons li:hover:after {
  opacity: .4
}
.soc-icons li > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  opacity: 0;
  z-index: 2;
  font-size: 0;
}
@media only screen and (max-width:560px) {
  .soc-icons {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .soc-icons li {
    width: 41px;
    height: 41px
  }
}
.footer-nav ul li:not(:last-child) {
  margin-bottom: 20px
}
@media only screen and (max-width:1800px) {
  .footer-nav ul li:not(:last-child) {
    margin-bottom: 16px
  }
}
@media only screen and (max-width:1024px) {
  .footer-nav ul li:not(:last-child) {
    margin-bottom: 12px
  }
}
@media only screen and (max-width:560px) {
  .footer-nav ul li:not(:last-child) {
    margin-bottom: 12px
  }
}
.footer-nav ul li a {
  color: #fff;
  opacity: .5;
  transition: .1s opacity;
  white-space: nowrap
}
@media only screen and (max-width:1800px) {
  .footer-nav ul li a {
    font-size: 14px
  }
}
/*@media only screen and (max-width:560px) {
  .footer-nav ul li a {
    font-size: 12px
  }
}*/
.footer-nav ul li a:before {
  background-color: #fff
}
.footer-nav ul li a:hover {
  opacity: 1
}
.footer__wrap-bottom {
  margin-top: 143px;
  color: #fff
}
@media only screen and (max-width:1800px) {
  .footer__wrap-bottom {
    max-width: 1080px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
}
@media only screen and (max-width:560px) {
  .footer__wrap-bottom {
    margin-top: 48px
  }
}
.copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  opacity: .5
}
.design-by {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: rgba(255,255,255,.5);
  text-align: right
}
.design-by strong {
  font-weight: 700;
  color: #fff
}
.config-slider__col-footer button.outline:before,
.configs__header button.outline:before,
.offer__footer button.outline:before,
.price-compare--values button.outline:before {
  height: 100%
}
@media only screen and (max-width:560px) {
  .footer--logo {
    width: 194px!important;
    height: 40px!important
  }
  .xs-hide {
    display: none
  }
  .design-by {
    text-align: left;
    font-size: 12px
  }
  .design-by strong {
    font-size: 14px
  }
}
.contacts a {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -.02em
}
.contacts a:hover {
  opacity: .5
}
@media only screen and (max-width:1800px) {
  .contacts a {
    font-size: 16px
  }
  .b-12 {
    margin-top: -8px
  }
  .b12 {
    margin-top: 8px
  }
}
@media only screen and (max-width:560px) {
  .footer__col:first-child {
    margin-bottom: 28px
  }
  .contacts a {
    font-size: 14px
  }
  .contacts .b-12 {
    margin-top: -4px
  }
  .contacts .b12 {
    margin-top: 12px
  }
  .contacts .b20 {
    margin-top: 15px
  }
}
.footer-nav a {
  display: block;
  line-height: 140%
}
@media only screen and (max-width:1725px) {
  .w116 {
    width: 40px
  }
}
@media only screen and (max-width:1700px) {
  .welcome-footer {
    bottom: 0
  }
}
@media only screen and (max-width:1650px) {
  .w300 {
    width: 260px
  }
  .vd-line {
    margin-left: 12px;
    margin-right: 12px
  }
}
@media only screen and (max-width:1500px) {
  .w140-resp {
    width: 140px
  }
}
@media only screen and (max-width:1440px) {
  .ssd-price .col-md-6.b20 {
    margin-top: 20px!important
  }
  .ssd-price .section--title {
    margin-bottom: 0
  }
  .ssd-price .text-20 {
    font-size: 16px
  }
  .ssd-price .b48 {
    margin-top: 32px
  }
  .ssd-price .text-32 {
    font-size: 28px;
    line-height: 120%
  }
  .ssd-price .b16 {
    margin-top: 12px
  }
  .ssd-price .ssd-price-item__head {
    padding: 24px 20px 16px
  }
  .ssd-price .ssd-price-item__body {
    padding: 48px 20px 20px
  }
  .ssd-price .text-60 {
    font-size: 48px;
    line-height: 110%
  }
  .ssd-price .b20 {
    margin-top: 12px
  }
  .ssd-price .b66 {
    margin-top: 52px
  }
  .ssd-price .b28 {
    margin-top: 20px
  }
  .ssd-price .ssd-price-change-data-wrap {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 6px
  }
  .ssd-price .b24 {
    margin-top: 20px
  }
  .ssd-price .text-16 {
    font-size: 14px
  }
  .ssd-price .ssd-price-storage-mark {
    width: 10px;
    height: 10px
  }
  .ssd-price .row-5 {
    margin-left: -3px;
    margin-right: -3px
  }
  .ssd-price .row-5 > [class*=col] {
    padding-left: 3px;
    padding-right: 3px
  }
  .ssd-price .ssd-price-storage-info {
    padding: 9px 18px
  }
  .ssd-price .increased-storage-w {
    height: 56px
  }
  .ssd-price .ssd-price-list-info {
    -webkit-transform: translateY(-56px);
    transform: translateY(-56px)
  }
  .price-vd .container {
    max-width: 1320px
  }
  .price-vd .text-32 {
    font-size: 28px
  }
  .price-vd .text-26 {
    font-size: 20px
  }
  .price-vd .text-20 {
    font-size: 16px
  }
  .price-vd .text-45 {
    font-size: 32px
  }
  .price-vd .b8 {
    margin-top: 4px
  }
  .price-vd .svg-image-gr-arrow-right {
    width: 20px
  }
  .price-vd .vd-line {
    margin-left: 20px;
    margin-right: 20px
  }
  .price-vd .w300 {
    width: 182px
  }
  .price-vd .w180 {
    width: 145px
  }
  .price-vd .w116 {
    width: 80px
  }
  .price-vd .ch-b60 {
    margin-top: 60px
  }
  .price-vd .price-row-vd__header {
    padding: 11px 28px
  }
  .price-vd .price-row-vd__body {
    padding: 24px 28px 24px
  }
  .price-vd .list-vd-legend {
    font-size: 14px
  }
  .b-28vd {
    margin-top: -28px
  }
  .b28vd {
    margin-top: 28px
  }
  .maw1280 {
    max-width: 1000px
  }
  .section.about-section-1 .offer {
    top: 60px
  }
  .section.about-section-1 .offer .offer--benefits {
    font-size: 20px;
    max-width: 480px
  }
  .section.about-section-1 .text-45 {
    font-size: 32px;
    line-height: 110%
  }
  .section.about-section-1 .row-40 {
    margin-left: -30px;
    margin-right: -30px
  }
  .section.about-section-1 .row-40 > [class*=col] {
    padding-left: 30px;
    padding-right: 30px
  }
  .w260 {
    width: 200px
  }
  .w220 {
    width: 180px
  }
  .maw1044 {
    max-width: 657px
  }
  .text-70 {
    font-size: 48px
  }
  .about-cloud-providers .text-45 {
    font-size: 32px
  }
  .about-cloud-providers .text-24 {
    font-size: 18px
  }
  .about-cloud-providers .b30 {
    margin-top: 20px
  }
  .about-pr-image img {
    width: 702px
  }
  .about-bq {
    max-width: 610px
  }
  .section.get-started {
    padding-top: 212px
  }
  .get-started .text-72 {
    font-size: 64px
  }
  .get-started .text-20 {
    font-size: 16px
  }
  .w800 {
    margin-right: 0
  }
  .ask-question-form {
    margin-top: 44px
  }
  .ask-question-form .b-44 {
    margin-top: -40px
  }
  .ask-question-form .b44 {
    margin-top: 40px
  }
  .ask-question-form .b40 {
    margin-top: 32px
  }
  .ask-question-form .text-16 {
    font-size: 14px
  }
  .ask-question-form [type=email],
  .ask-question-form [type=tel],
  .ask-question-form [type=text],
  .ask-question-form textarea {
    padding-bottom: 12px;
    font-size: 16px
  }
  .get-started .btn.medium {
    padding: 17.5px 32px
  }
  .get-started .btn.medium .btn__text {
    font-size: 15px;
    line-height: 100%;
    display: block
  }
  .get-started .btn-with-icon__text {
    font-size: 15px
  }
  .file-load-percent,
  .file__name {
    font-size: 14px
  }
  .file {
    padding: 8px 20px
  }
  .btn-file {
    width: 48px;
    height: 48px
  }
}
@media only screen and (max-width:1280px) {
  .field-error {
    font-size: 14px
  }
  .ssd-price .text-60 {
    font-size: 44px
  }
  .ssd-price .ssd-price-item__body {
    padding-top: 40px
  }
  .ssd-price .ssd-price-storage-info {
    padding-top: 7px;
    padding-bottom: 7px
  }
  .price-vd .container {
    max-width: 1132px
  }
  .price-vd .text-48 {
    font-size: 44px
  }
  .price-vd .vd-line {
    margin-left: 16px;
    margin-right: 16px
  }
  .price-vd .w180 {
    width: 145px
  }
  .price-vd .w116 {
    width: 40px
  }
  .price-vd .ch-b60 {
    margin-top: 40px
  }
  .price-vd .price-row-vd__header {
    padding: 12px 28px
  }
  .price-vd .price-row-vd__body {
    padding: 20px 28px 20px
  }
  .price-vd .b80 {
    margin-top: 60px
  }
  .price-vd .b32 {
    margin-top: 20px
  }
  .price-vd .b28 {
    margin-top: 24px
  }
  .noUi-horizontal .noUi-handle {
    width: 32px;
    height: 32px;
    right: -16px;
    top: -10px
  }
  .noUi-horizontal .noUi-handle::after {
    width: 16px;
    height: 16px
  }
  .about-bq {
    max-width: 587px
  }
  .about-pr-image img {
    width: 640px
  }
  .ask-question-form .row-6 {
    margin-left: -4px;
    margin-right: -4px
  }
  .ask-question-form .row-6 > [class*=col] {
    padding-left: 4px;
    padding-right: 4px
  }
  .ask-question-form .b20 {
    margin-top: 16px
  }
  .ask-question-form textarea {
    height: 31px
  }
}
@media only screen and (max-width:1024px) {
  .section-6 {
    background: linear-gradient(158.18deg,#faf9ff -1.51%,#cbd0ff 49.39%)
  }
  .ssd-price-values-area {
    max-width: 448px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }
  .ssd-price .text-60 {
    font-size: 40px
  }
  .ssd-price .b20 {
    margin-top: 9px
  }
  .ssd-price .ssd-price-item__body {
    padding-top: 36px
  }
  .ssd-price .ssd-price-storage-info {
    padding: 8px 14px 8px 12px
  }
  .md-tar {
    text-align: right
  }
  .ssd-price .ssd-price-list-info {
    -webkit-transform: none!important;
    transform: none!important
  }
  .ssd-price .ssd-price-storage-info {
    display: block
  }
  .ssd-price .increased-storage-w {
    height: 0;
    overflow: hidden;
    transition: all .4s
  }
  .ssd-price .increased-storage-w .increased-storage {
    right: 0
  }
  .ssd-price-storage-info--green .increased-storage-w,
  .ssd-price-storage-info--green-high .increased-storage-w,
  .ssd-price-storage-info--yellow .increased-storage-w {
    height: 57px
  }
  .ssd-price-storage-info--green .increased-storage--green,
  .ssd-price-storage-info--green-high .increased-storage--green-high,
  .ssd-price-storage-info--yellow .increased-storage--yellow {
    opacity: 1;
    visibility: visible
  }
  .ssd-wrap-sections .section-6 {
    padding-bottom: 1175px
  }
  .ssd-wrap-sections .section-8 {
    margin-top: -1110px
  }
  .price-vd .text-48 {
    font-size: 44px
  }
  .price-vd .vd-line {
    margin-left: 20px;
    margin-right: 20px;
    height: 50px
  }
  .price-vd .w180 {
    width: 152px
  }
  .price-vd .w300 {
    width: auto
  }
  .price-vd .ch-b60 {
    margin-top: 52px
  }
}
@media only screen and (max-width:1024px) and (max-width:1024px) {
  .price-vd .ch-b60 {
    margin-top: 60px!important
  }
}
@media only screen and (max-width:1024px) {
  .price-vd .price-row-vd__header {
    padding: 16px 32px
  }
}
@media only screen and (max-width:1024px) {
  .price-vd .price-row-vd__body {
    padding: 24px 32px 34px
  }
}
@media only screen and (max-width:1024px) {
  .price-vd .b80 {
    margin-top: 40px
  }
}
@media only screen and (max-width:1024px) {
  .price-vd .b28 {
    margin-top: 32px
  }
}
@media only screen and (max-width:1024px) {
  .price-vd .price-vd-footer {
    margin-top: 24px
  }
}
@media only screen and (max-width:1024px) {
  .price-vd .ch-b60 {
    padding-left: 32px;
    padding-right: 32px
  }
}
@media only screen and (max-width:1024px) {
  .b-28vd {
    margin-top: -20px
  }
}
@media only screen and (max-width:1024px) {
  .b28vd {
    margin-top: 20px
  }
}
@media only screen and (max-width:1024px) {
  .section.about-section-1 .offer {
    margin-top: 0
  }
}
@media only screen and (max-width:1024px) {
  .maw1280 {
    max-width: 478px
  }
}
@media only screen and (max-width:1024px) {
  .about-info-item-data {
    padding-bottom: 10px
  }
}
@media only screen and (max-width:1024px) {
  .section.about-section-1 .offer {
    top: 40px
  }
}
@media only screen and (max-width:1024px) {
  .section.about-section-1 .offer .offer__body {
    margin-bottom: 0
  }
}
@media only screen and (max-width:1024px) {
  .section.about-section-1 .offer .offer__footer {
    gap: 24px
  }
}
@media only screen and (max-width:1024px) {
  .section.get-started {
    padding-top: 140px
  }
}
@media only screen and (max-width:1024px) {
  .w800 {
    width: auto
  }
}
@media only screen and (max-width:1024px) {
  .file {
    padding: 7px 20px
  }
}
@media only screen and (max-width:1024px) {
  .btn-file {
    width: 46px;
    height: 46px
  }
}
@media only screen and (max-width:1024px) {
  .ssd-price-storage-info {
    display: block
  }
}
@media only screen and (max-width:768px) {
  .price-vd .sm-hide {
    display: none
  }
  .price-vd .b80 {
    margin-top: 36px
  }
  .price-vd .text-32 {
    font-size: 20px
  }
  .price-vd .ch-b60 {
    padding-left: 16px;
    padding-right: 16px
  }
  .price-vd .b-44 {
    margin-top: -32px
  }
  .price-vd .b44 {
    margin-top: 32px
  }
  .price-vd .text-48 {
    font-size: 40px
  }
  .price-vd .b30 {
    margin-top: 24px
  }
  .price-vd .range-gb-value {
    font-size: 12px
  }
  .price-vd .b14 {
    margin-top: 16px
  }
  .price-vd .price-row-vd__header {
    padding: 12px 16px
  }
  .price-vd .price-row-vd__body {
    padding: 16px 16px 20px
  }
  .price-vd .w340 {
    width: auto
  }
  .price-vd .text-26 {
    font-size: 16px
  }
  .price-vd .text-20 {
    font-size: 12px
  }
  .price-vd .text-45 {
    font-size: 20px
  }
  .price-vd .w180 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto
  }
  .price-vd .ch-b60 {
    margin-top: 48px
  }
  .price-vd .price-vd-footer {
    margin-top: 20px
  }
  .price-vd .btn-with-icon .text-20 {
    font-size: 16px
  }
  .price-vd .btn-with-icon .row-10 {
    margin-left: -15px;
    margin-right: -15px
  }
  .price-vd .btn-with-icon .row-10 > [class*=col] {
    padding-left: 15px;
    padding-right: 15px
  }
  .price-vd .btn-with-icon .svg-image-gr-arrow-right {
    width: 18px
  }
  .price-vd .col-lg-auto.col-12.order-lg-2.order-md-3.order-2.b24 {
    margin-top: 16px
  }
  .section-3 {
    min-height: auto!important
  }
}
@media only screen and (max-width:700px) {
  .ssd-price-storage-info--green .increased-storage-w,
  .ssd-price-storage-info--green-high .increased-storage-w,
  .ssd-price-storage-info--yellow .increased-storage-w {
    height: 78px
  }
  .section--title br {
    display: none
  }
}
@media only screen and (max-width:560px) {
  .ssd-price-storage-info--green .increased-storage-w,
  .ssd-price-storage-info--green-high .increased-storage-w,
  .ssd-price-storage-info--yellow .increased-storage-w {
    height: 71px
  }
  .ssd-price .b28 {
    margin-top: 16px
  }
  .ssd-price .text-20 {
    font-size: 14px
  }
  .ssd-price .b32 {
    margin-top: 24px
  }
  .ssd-price .row-8 {
    margin-left: -6px;
    margin-right: -6px
  }
  .ssd-price .row-8 > [class*=col] {
    padding-left: 6px;
    padding-right: 6px
  }
  .ssd-price .ssd-price-item__head {
    padding: 20px
  }
  .ssd-price .text-32 {
    font-size: 20px
  }
  .ssd-price .text-20 {
    font-size: 12px
  }
  .ssd-price .b16 {
    margin-top: 8px
  }
  .ssd-price .ssd-price-item__body {
    padding-top: 32px
  }
  .ssd-price .b66 {
    margin-top: 28px
  }
  .svg-icon-arrow {
    font-size: 0;
    line-height: 0
  }
  .svg-icon-arrow svg {
    display: block;
    width: 16px;
    height: 16px
  }
  .ssd-price .ssd-price-change-data-wrap {
    padding: 6px 12px
  }
  .ssd-price-change-data-wrap {
    font-size: 0
  }
  .ssd-price .text-16 {
    font-size: 12px
  }
  .md-tar {
    text-align: left
  }
  .btn-with-icon {
    display: inline-block;
    vertical-align: top
  }
  .btn-with-icon .text-18 {
    font-size: 16px
  }
}
@media only screen and (max-width:560px) {
  .ask-question-form .text-18 {
    font-size: 16px
  }
  .file {
    padding: 5px 12px
  }
  .btn-file {
    width: 34px;
    height: 34px
  }
  .file-load-percent,
  .file__name {
    font-size: 12px
  }
  .file__delete {
    width: 24px;
    height: 24px
  }
  .file__delete .svg-image-delete {
    width: 13px;
    height: 13px
  }
  .col-md-12 {
    max-width: 100%;
    -webkit-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    width: auto!important
  }
  .list-try {
    font-size: 16px
  }
  .noUi-horizontal .noUi-handle {
    width: 26px;
    height: 26px;
    right: -13px;
    top: -8px
  }
  .noUi-horizontal .noUi-handle::after {
    width: 12px;
    height: 12px
  }
  .sm-hide {
    display: none
  }
  .b-28vd {
    margin-top: -16px
  }
  .b28vd {
    margin-top: 16px
  }
  .w260 {
    width: auto
  }
  .w220 {
    width: auto
  }
  .section.about-section-1 .row-40 {
    margin-left: -10px;
    margin-right: -10px
  }
  .section.about-section-1 .row-40 > [class*=col] {
    padding-left: 10px;
    padding-right: 10px
  }
  .about-info-item {
    text-align: center
  }
  .section.about-section-1 .text-45 {
    font-size: 24px
  }
  .section.about-cloud-providers {
    padding-top: 217px;
    padding-bottom: 164px
  }
  .about-cloud-providers .text-45 {
    font-size: 24px
  }
  .about-cloud-providers .b30 {
    margin-top: 12px
  }
  .about-cloud-providers .text-24 {
    font-size: 14px
  }
  .section.get-started {
    padding-top: 185px
  }
  .social-btn {
    width: 50px;
    height: 50px
  }
  .get-started .text-72 {
    font-size: 36px
  }
  .get-started .text-20 {
    font-size: 12px;
    margin-top: 16px
  }
  .get-started .b28 {
    margin-top: 20px
  }
  .get-started .b60 {
    margin-top: 32px
  }
  .get-started .btn.medium .btn__text {
    font-size: 14px;
    line-height: 100%
  }
  .get-started .row-10 {
    margin-left: -6px;
    margin-right: -6px
  }
  .get-started .row-10 > [class*=col] {
    padding-left: 6px;
    padding-right: 6px
  }
  .get-started .btn-with-icon .text-18 {
    font-size: 14px
  }
  .social-btn [class*=svg-] {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }
  .ask-question-form [type=email],
  .ask-question-form [type=tel],
  .ask-question-form [type=text],
  .ask-question-form textarea {
    padding-bottom: 8px;
    font-size: 12px
  }
  .ask-question-form textarea {
    height: 23px
  }
  .field-error {
    font-size: 12px
  }
}
@media only screen and (max-width:576px) {
  .ssd-welcome h1.page-title {
    font-size: 40px
  }
}
@media only screen and (max-width:335px) {
  .ssd-price-storage-info--green .increased-storage-w,
  .ssd-price-storage-info--green-high .increased-storage-w,
  .ssd-price-storage-info--yellow .increased-storage-w {
    height: 88px
  }
}
@media only screen and (min-width:1441px) {
  .about-section-2 .section {
    padding-top: 350px
  }
  .section.about-cloud-providers {
    padding-top: 292px;
    padding-bottom: 292px
  }
}
@media only screen and (max-width:1024px) {
  .vd-title {
    text-align: center
  }
  .vd-title br {
    display: none
  }
}
.procloud-page-navigation{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 15px;
  margin-top: 28px;
}
.procloud-pages{
  display: flex;
  align-items: center;
  justify-items: center;
  background: #F8F8F8;
  border-radius: 44px;
}
.procloud-pages a,
.procloud-pages span{
  display: block;
  padding: 0 12px;
  line-height: 40px;
  color: #959595;
  text-decoration: none;
}

.procloud-page-navigation a:hover{
  color: #425AF0;
}
.procloud-page-navigation .procloud-page-previous,
.procloud-page-navigation .procloud-page-next{
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  padding: 0;
  background: #F8F8F8;
}
.procloud-page-navigation .procloud-page-previous{
  margin-right: 4px;
}
.procloud-page-navigation .procloud-page-next{
  margin-left: 4px;
}
.procloud-page-previous svg,
.procloud-page-next svg{
  width: 6px;
  height: 11px;
  fill: #959595;
}
.procloud-page-previous svg{
  margin-right: 2px;
}
.procloud-page-next svg{
  transform: rotate(180deg);
  margin-left: 2px;
}
span.procloud-page-previous svg,
span.procloud-page-next svg{
  opacity: 0.2;
}
a.procloud-page-previous:hover,
a.procloud-page-next:hover{
  background: #E7E7E7;;
}
.procloud-page-first{
  padding-left: 20px !important;
  border-radius: 100% 0 0 100%;
}
.procloud-page-last{
  padding-right: 20px !important;
  border-radius: 0 100% 100% 0;
}
.procloud-page-current,
.procloud-page-current.procloud-page-first,
.procloud-page-current.procloud-page-last{
  width: 40px;
  padding: 0 !important;
  text-align: center;
  border-radius: 100%;
  background: #425AF0;
  color: white !important;
}
@media (max-width: 1800px){
  .procloud-page-navigation {
    margin-top: 16px;
  }
}
@media (max-width: 1024px){
  .procloud-page-navigation {
    margin-top: 8px;
    margin-bottom: 60px;
  }
}
@media (max-width: 560px){
  .blog__wrap .procloud-page-navigation{
    margin: 0 -5px 20px;
  }
  .procloud-page-navigation{
    font-size: 12px;
    margin-top: 0;
  }
  .procloud-page-navigation .procloud-page-previous,
  .procloud-page-navigation .procloud-page-next{
    width: 35px;
    line-height: 35px;
  }
  .procloud-page-previous svg,
  .procloud-page-next svg{
    width: 6px;
  }
  .procloud-pages a,
  .procloud-pages span{
    line-height: 35px;
    padding: 0 10px;
  }
  .procloud-page-current,
  .procloud-page-current.procloud-page-first,
  .procloud-page-current.procloud-page-last{
    width: 35px;
  }
  .procloud-page-first{
    padding-left: 15px !important;
  }
  .procloud-page-last{
    padding-right: 15px !important;
  }
}
.link-copied-wrap{
  position: fixed;
  left: 0;
  bottom: -40px;
  z-index: 25;
  width: 100%;
}
.link-copied-wrap .container {
  z-index: 25;
}
.link-copied{
  background: #425AF0 url("../images/blog/link-copied-white.svg") 12px center no-repeat;
  box-shadow: 0 4px 14px rgba(95, 95, 241, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: 250px;
  color: white;
}
@media (max-width: 1440px){
  .link-copied{
    width: 228px;
    font-size: 14px;
  }
}
.desktop-hide{
  display: none;
}
@media (max-width: 1024px){
  .desktop-hide{
    display: block;
  }
}

.ssd-price-new{
  position: relative;
  padding-bottom: 275px;
}
.ssd-price-new .w1920 .parallax-el{
  top: auto;
  bottom: -13px;
  width: 42%;
  right: -17px;
}

.ssd-price-new__header{
  max-width: 1440px;
  padding-right: 100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.ssd-price-new__header-left{
  width: 40%;
  max-width: 490px;
}
.ssd-price-new__header-left h2{
  letter-spacing: -0.02em;
  background: linear-gradient(0deg, #F9FBFE, #F9FBFE), linear-gradient(109.91deg, #3D8DFA 0.49%, #424AED 48.45%, #9A43B8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ssd-price-new__header-left p{
  color: #FFFFFF;
  opacity: 0.7;
  font-size: 18px;
}
.ssd-price-new__header-right{
  width: 40%;
}
.ssd-price-new__header-right-title{
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  opacity: 0.4;
  padding-top: 30px;
}
.ssd-price-new_range_value{
  font-weight: 600;
  font-size: 60px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  padding: 20px 0 22px;
  color: white;
}
.ssd-price-new_range .noUi-target{
  height: 10px;
  background: #E1E4EA10;
  border-radius: 10px;
}
.ssd-price-new_range .noUi-connects{
  border-radius: 10px;
}
.ssd-price-new_range .noUi-connect{
  background: white;
}
.ssd-price-new_range .noUi-horizontal .noUi-handle{
  height: 36px;
  width: 36px;
  background: white;
}
.ssd-price-new .noUi-horizontal .noUi-handle::after{
  height: 16px;
  width: 16px;
  background: rgba(66, 90, 240, 0.8);
}
.ssd-price-new_range_start-end{
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #F9FBFE;
  opacity: 0.5;
}
.ssd-new-items{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  margin: auto;
  max-width: 1470px;
  padding-right: 100px;
}
.ssd-new-item-wrap{
  width: 33.33%;
}
.ssd-new-item{
  margin: 15px;
}
.ssd-new-item_head{
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(238, 239, 248, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px 20px 0 0;
  padding: 20px 24px;
  color: white;
}
.ssd-new-item_head-title{
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
.ssd-new-item_head-params{
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.ssd-new-item_head-param-space{
  font-size: 20px;
  opacity: 0.5;
  margin: 0 15px;
}
.ssd-new-item_body{
  background: linear-gradient(155.32deg, #FFFFFF -8.25%, #F2F7FD 101.22%), #FFFFFF;
  box-shadow: 9.72973px 19.4595px 38.9189px rgba(27, 25, 232, 0.08);
  border-radius: 0 0 20px 20px;
  padding: 32px 28px 20px;
}
.ssd-new-item_ppm{
  display: flex;
  align-items: flex-end;
}
.ssd-new-item_ppm > *{
  background: linear-gradient(109.91deg, #3D8DFA 0.49%, #424AED 48.45%, #9A43B8 98.7%), linear-gradient(109.91deg, #3D8DFA 0.49%, #424AED 48.45%, #9A43B8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ssd-new-item_ppm-value{
  font-weight: 600;
  font-size: 50px;
  line-height: 1.1;
  padding-right: 10px;
}
.ssd-new-item_ppm-param{
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  padding-bottom: 4px;
}
.ssd-new-item_pph{
  margin-top: 8px;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.2;
  color: #4F4F4F;
  opacity: 0.5;
}
.ssd-new-item_ppgb{
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
.ssd-new-item_ppgb-param{
  letter-spacing: -0.02em;
  background: linear-gradient(109.91deg, #3D8DFA 0.49%, #424AED 48.45%, #9A43B8 98.7%), linear-gradient(109.91deg, #3D8DFA 0.49%, #424AED 48.45%, #9A43B8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-right: 16px;
}
.ssd-new-item_ppgb-value{
  background: #EEEEEE;
  border-radius: 50px;
  width: 175px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ssd-new-item_ppgb-value span{
  background: linear-gradient(109.91deg, #3D8DFA 0.49%, #424AED 48.45%, #9A43B8 98.7%), linear-gradient(0deg, #43AF47, #43AF47), linear-gradient(0deg, #959595, #959595), #4F4F4F;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ssd-new-item_ppgb-value i{
  font-style: normal;
}
.ssd-new-aftertext{
  font-size: 14px;
  line-height: 1.4;
  color: #FFFFFF;
  opacity: 0.6;
  max-width: 1440px;
  margin: 16px auto;
}
@media (max-width: 1800px)
{
  .ssd-price-new{
    padding-bottom: 185px;
  }
  .ssd-price-new .w1920 .parallax-el{
    right: -45px;
    bottom: -9px;
  }
  .ssd-price-new__header,
  .ssd-new-items,
  .ssd-new-aftertext{
    padding-right: 0;
    max-width: 1120px;
  }
  .ssd-new-items{
    max-width: 1140px;
  }
  .ssd-new-item_head{
    padding: 16px 20px;
  }
  .ssd-new-item_head-title{
    font-size: 20px;
    margin-bottom: 0;
  }
  .ssd-price-new__header-right-title{
    padding-top: 12px;
    font-size: 20px;
  }
  .ssd-price-new_range_value{
    font-size: 50px;
    padding: 16px 0 22px;
  }
  .ssd-new-item_head-params,
  .ssd-new-item_pph,
  .ssd-new-item_ppgb,
  .ssd-new-item_ppm-param,
  .ssd-price-new_range_start-end,
  .ssd-new-item_head-param-space{
    font-size: 14px;
  }
  .ssd-new-item_head-param-space{
    margin: 0 8px;
  }
  .ssd-price-new_range_start-end{
    padding: 18px 0;
  }
  .ssd-price-new__header-left p{
    font-size: 16px;
  }
  .ssd-new-item_ppgb-value{
    height: 32px;
    width: 140px;
  }
  .ssd-new-item_body{
    padding: 28px 20px 16px;
  }
  .ssd-new-item_ppgb-param{
    margin-right: 20px;
  }
  .ssd-new-item_ppgb{
    margin-top: 42px;
  }
  .ssd-new-item_ppm-value{
    font-size: 40px;
  }
  .ssd-new-item{
    margin: 10px;
  }
}
@media (max-width: 1400px) {
  .ssd-new-item_ppgb {
    margin-top: 35px;
  }
  .ssd-price-new .w1920 .parallax-el{
    right: 40px;
    bottom: 163px;
    width: 33%;
  }
  .ssd-price-new_range_value{
    font-size: 40px;
  }
}
@media (max-width: 1280px) {
  .ssd-price-new .noUi-horizontal .noUi-handle{
    top: -12px;
    right: -19px;
  }
}
@media (max-width: 1250px){
  .ssd-new-items{
    margin: 0 -10px;
  }

}
@media (max-width: 1024px) {
  .ssd-new-item_head{
    padding: 12px 20px;
  }
  .ssd-new-item_ppgb{
    margin-top: 32px;
  }
  .ssd-new-item_body{
    padding: 16px 20px;
  }
  .ssd-new-item_ppm-value{
    font-size: 36px;
  }
  .ssd-price-new .increased-storage-w{
    display: none;
  }
  .ssd-new-item-wrap{
    width: 50%;
  }
  .ssd-price-new__header{
    flex-direction: column;
  }
  .ssd-price-new__header-left{
    width: 100%;
  }
  .ssd-price-new__header-right{
    padding-top: 60px;
    width: 100%;
  }
  .ssd-price-new__header-right-title{
    padding-top: 0;
  }
  .ssd-price-new_range_start-end{
    font-size: 16px;
  }
  .ssd-price-new .w1920 .parallax-el{
    right: -31px;
    bottom: 146px;
    width: 46%;
  }
  .ssd-price-new{
    padding-bottom: 132px;
  }
}
@media (max-width: 680px) {
  .ssd-price-new{
    padding-top: 80px;
  }
  .ssd-price-new .b48{
    margin-top: 15px;
  }
  .ssd-new-item-wrap{
    width: 100%;
  }
  .ssd-price-new__header-left{
    max-width: 370px;
  }
  .ssd-price-new__header-left p,
  .ssd-price-new_range_start-end,
  .ssd-new-aftertext{
    font-size: 12px;
  }
  .ssd-price-new_range_start-end{
    padding: 16px 0;
  }
  .ssd-price-new__header-right{
    padding-top: 40px;
  }
  .ssd-price-new__header-right-title{
    font-size: 16px;
  }
  .ssd-price-new_range .noUi-target{
    height: 8px;
  }
  .ssd-price-new .noUi-horizontal .noUi-handle{
    height: 26px;
    width: 26px;
    right: -13px;
    top: -8px;
  }
  .ssd-price-new .noUi-horizontal .noUi-handle::after{
    height: 12px;
    width: 12px;
  }
}
.virtual-disks-new{
  background: linear-gradient(155.32deg, #FAF9FF -8.25%, #F3F2FD 101.22%);
  min-height: auto!important;
  background: linear-gradient(170.02deg,#f4f3fd 3.98%,#e9e9ff 103.4%);
}
.virtual-disks-new .ssd-price-new__header-left h2{
  background: linear-gradient(84.37deg, #3D8DFA 0%, #424AED 48.83%, #9A43B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.virtual-disks-new .ssd-price-new__header-left p{
  color: rgba(30, 30, 30, 0.4);
}
.virtual-disks-new .ssd-price-new__header-right-title{
  color: rgba(30, 30, 30, 0.4);
}
.virtual-disks-new .ssd-price-new_range_value{
  letter-spacing: -0.02em;
  background: linear-gradient(84.37deg, #3D8DFA 0%, #424AED 48.83%, #9A43B8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
}
.virtual-disks-new .ssd-price-new_range .noUi-target{
  background: rgba(30, 30, 30, 0.04);
}
.virtual-disks-new .ssd-price-new_range .noUi-connect{
  background: linear-gradient(110.28deg, #3D8DFA 0.5%, #424AED 53.9%, #9A43B8 109.87%), linear-gradient(0deg, #FBFCFE, #FBFCFE), #1F6CD4;
  box-shadow: 10px 20px 40px rgba(27, 25, 232, 0.08);
}
.virtual-disks-new .ssd-price-new_range .noUi-horizontal .noUi-handle{
  background: linear-gradient(90.7deg, #3D8DFA -388.4%, #424AED -145.53%, #9A43B8 108.97%), linear-gradient(0deg, #FBFCFE, #FBFCFE), #1F6CD4;
  box-shadow: 10px 20px 40px rgba(27, 25, 232, 0.08);
}
.virtual-disks-new.ssd-price-new .noUi-horizontal .noUi-handle::after{
  background: #FCFDFF;
}
.virtual-disks-new .ssd-price-new_range_start-end{
  color: rgba(30, 30, 30, 0.3);
  opacity: 1;
}
.virtual-disks-new .ssd-new-item_head{
  background: rgba(66, 90, 240, 0.07);
  color: rgba(66, 90, 240, 0.8);
}
.virtual-disks-new .ssd-new-aftertext{
  color: rgba(30, 30, 30, 0.3);
  opacity: 1;
}
.virtual-disks-new .ssd-new-aftertext .btn-with-icon{
  margin-top: 24px;
}
.discuss-the-problem-link{
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
}
.discuss-the-problem-link-height{
  height: 100%;
}
.discuss-form{
  display: none;
  position: absolute;
  top: -56px;
  right: 80px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(238, 239, 248, 0.7);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 40px;
  padding: 30px 50px;
}

.discuss-form.opened{
  display: block;
}
.discuss-form-wrap{
  position: relative;
  width: 480px;
}
.discuss-form-close{
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  height: 48px;
  width: 48px;
  background: #424FEE10 url("/images/close.svg") center center no-repeat;
  border-radius: 100%;
}
.discuss-form-title{
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  background: linear-gradient(111.15deg, #3D8DFA 0.51%, #424AED 56.06%, #9A43B8 114.27%), linear-gradient(0deg, #FFFFFF, #FFFFFF), #014CB3;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 10px 0 50px;
}
.discuss-textarea{
  min-height: 168px;
}
.discuss-the-problem-form .textarea-wrap{
  max-height: 113px;
  overflow-y: auto;
  border-bottom: .5px solid #b9b8fe;
}
.ask-question-form.discuss-the-problem-form .textarea-wrap textarea{
  border-bottom: none;
}
.discuss-form .parsley-errors-list{
  position: absolute;
  top: auto;
  bottom: 16px;
  right: 15px;
  font-size: 14px;
  margin-top: 0;
}
.discuss-form input.parsley-error{
  /*box-shadow: inset 0 -10px 8px -10px red;*/
  padding-right: 170px;
}
.discuss-form .parsley-errors-list li::after,
.blog-article__main .blog-discuss ul.parsley-errors-list li:after{
  top: 6px;
  width: 5px;
  height: 5px;
}
@media(max-width: 1800px){
  .discuss-form .parsley-errors-list{
    bottom: 11px;
  }
  .discuss-form .parsley-errors-list li::after{
    top: 6px;
  }
  .discuss-the-problem-form .textarea-wrap {
    max-height: 85px;
  }
  .discuss-form-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .discuss-form{
    top: -50px;
    padding: 35px 40px;
  }
  .discuss-form-wrap{
    width: 415px;
  }
  .ask-question-form.discuss-the-problem-form [type=email],
  .ask-question-form.discuss-the-problem-form [type=tel],
  .ask-question-form.discuss-the-problem-form [type=text],
  .ask-question-form.discuss-the-problem-form textarea {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 12px;
  }
  .discuss-form-close{
    height: 40px;
    width: 40px;
    background-size: 13px auto;
  }
  .discuss-the-problem-form .b40{
    margin-top: 32px;
  }
  .discuss-the-problem-form .text-20{
    font-size: 15px;
  }
  .discuss-textarea{
    min-height: 140px;
  }
}
@media(max-width: 1400px){
  .discuss-form .parsley-errors-list{
    font-size: 12px;
  }
  .discuss-form input.parsley-error{
    padding-right: 150px;
  }
  .discuss-form{
    top: -30px;
    border-radius: 30px;
  }
  .discuss-the-problem-form .b40{
    margin-top: 28px;
  }
  .ask-question-form.discuss-the-problem-form [type=email],
  .ask-question-form.discuss-the-problem-form [type=tel],
  .ask-question-form.discuss-the-problem-form [type=text],
  .ask-question-form.discuss-the-problem-form textarea {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 12px;
  }
  .discuss-form-title {
    font-size: 18px;
    margin-bottom: 40px;
    margin-top: 0;
  }
  .discuss-form-close{
    height: 32px;
    width: 32px;
    background-size: 11px auto;
  }
  .discuss-form-wrap{
    width: 350px;
  }
  .discuss-textarea{
    min-height: 136px;
  }
  .discuss-the-problem-form .textarea-wrap{
    max-height: 81px;
  }
}
@media(max-width: 1150px){
  .discuss-form-wrap{
    width: 280px;
  }
  .discuss-form{
    padding: 35px 32px;
  }
  .discuss-textarea{
    min-height: 156px;
  }
}
@media(max-width: 1024px) {
  .discuss-form{
    top: -40px;
    right: 32px;
  }
}
@media(max-width: 850px) {
  .discuss-form {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    border-radius: 30px 30px 0 0;
  }
  .discuss-form-wrap {
    width: 100%;
  }
  .discuss-textarea {
    min-height: 136px;
  }
  .discuss-form {
    padding: 25px 16px 40px;
  }
}
@media(max-width: 560px){
  .discuss-form{
    bottom: 60px;
  }
  .is-mobile .discuss-form{
    padding-bottom: 120px;
  }
  .start-section .discuss-form{
    bottom: -25px;
    padding-bottom: 45px;
    border-radius: 30px;
  }
  .discuss-the-problem-link{
    margin: 16px 0 0 28px;
  }
}
@media(max-width: 375px){
  .discuss-textarea {
    min-height: 156px;
  }
}
div[id^="wait_comp_"]{
  display: none !important;
}

pre code.hljs{
  display:block;
  overflow-x:auto;
  padding:1em
}
code.hljs{
  padding:3px 5px !important
}
.hljs{
  background:#f3f3f3 !important;
  color:#444 !important;
  padding: 10px;
  margin: 10px 0px;
}
.hljs-comment{
  color:#697070 !important
}
.hljs-punctuation,
.hljs-tag{
  color:#444a !important
}
.hljs-tag .hljs-attr,
.hljs-tag .hljs-name{
  color:#444 !important
}
.hljs-attribute,
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-name,
.hljs-selector-tag{
  font-weight:700
}
.hljs-deletion,
.hljs-number,
.hljs-quote,
.hljs-selector-class,
.hljs-selector-id,
.hljs-string,
.hljs-template-tag,
.hljs-type{
  color:#800 !important
}
.hljs-section,
.hljs-title{
  color:#800 !important;
  font-weight:700
}
.hljs-link,
.hljs-operator,
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-symbol,
.hljs-template-variable,
.hljs-variable{
  color:#ab5656 !important
}
.hljs-literal{
  color:#695 !important
}
.hljs-addition,
.hljs-built_in,
.hljs-bullet,
.hljs-code{
  color:#397300 !important
}
.hljs-meta{
  color:#1f7199 !important
}
.hljs-meta .hljs-string{
  color:#38a !important
}
.hljs-emphasis{
  font-style:italic
}
.hljs-strong{
  font-weight:700
}

.partners-first{
  position: relative;
  margin-top: -100vh;
  background: linear-gradient(109.91deg, #4E87FF 0.49%, #4A52F8 48.45%, #AD66E1 98.7%);
  overflow: hidden;
}
.partners-first .cover-img{
  height: auto;
  width: 100%;
}
.partners-first .section-image{
  background: none;
}
.partners-first-logo{
  display: block;
  position: absolute;
  left: -2.08%;
  right: -2.11%;
  top: 1.76%;
  bottom: 18.52%;
  z-index: 0;
}
.partners-first-logo svg{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.partners-first .section-image{
  left: 0;
  bottom: auto;
}
@media (min-width: 1441px) {
  .partners-first .section-image{
    left: 565px;
  }
}
@media (min-width: 1281px) {
  .partners-first .section-image{
    left: 325px;
  }
}
@media (min-width: 1025px) {
  .partners-first .section-image{
    left: 336px;
  }
}
@media (min-width: 561px) {
  .partners-first .section-image{
    top: 49px;
  }
}
@media (max-width: 560px) {
  .partners-first .section-image{
    top: 291px;
  }
}

.partners-slogan-why{
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0;
  z-index: 1;
  white-space: nowrap;
  font-size: 0 !important;

}
.partners-slogan-why img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.partners__breadcrumbs .breadcrumbs,
.partners__breadcrumbs .breadcrumbs a{
  color: #FFFFFF80;
}
.partners__breadcrumbs .breadcrumbs a:hover{
  color: #FFFFFF;
}
.partners__breadcrumbs .breadcrumbs > :not(:last-child):after{
  background-image: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="white"/></svg>');
  background-position: 0 0;
  width: 6px;
  height: 10px;
}
.partners-first-content{
  padding-top: 250px;
  min-height: 100vh;
}
.partners-page-title{
  font-weight: 600;
  font-size: 72px;
  line-height: 1.1;
  color: white;
  max-width: 940px;
}
.partners-page-title br{
  display: none;
}
.partners-page-description{
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  color: white;
  max-width: 620px;
  padding: 20px 0 40px;
}
.partners-page-description p{
  line-height: 1.6;
}
.btn-become-partner{
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 22px 30px;
}
.partners-first .to-hide-animate-btn{
  position: relative;
  padding: 10px;
  margin: -10px;
}
.partners-first .section-why-procloud-footer{
  bottom: 0;
}
.partners-first .section-why-procloud-footer-el{
  margin-bottom: 0;
  margin-left: -1.2vw;
  font-size: 9.4vw;
  line-height: 0.75;
}
.partners-first-content .btn-register{
  padding: 21px 36px;
  display: inline-block;
  cursor: pointer;
}
.make-me-partner-now{
  cursor: pointer;
}
.partners-first-content .btn-register .btn-register__text{
  font-size: 20px;
  font-weight: 500;
}
.partners-numbers{
  padding: 120px 0 360px;
}
.partners-numbers__title{
  font-weight: 600;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
  max-width: 840px;
  margin: auto;
}
.partners-numbers__row{
  background: #FFFFFF;
  box-shadow: 10px 20px 40px rgba(27, 25, 232, 0.08);
  border-radius: 20px;
  max-width: 1320px;
  margin: 80px auto 0;
  display: flex;
  padding: 40px 0;
}
.partners-numbers__item{
  flex: 1 0 0;
}
.partners-numbers__row .partners-numbers__item:not(:last-of-type){
  border-right: 1px solid rgba(30, 30, 30, 0.1);
}
.partners-numbers__block{
  box-sizing: border-box;
  max-width: 200px;
  margin: auto;
}
.partners-number{
  font-weight: 700;
  font-size: 70px;
  line-height: 1.1;
}
.partners-number i{
  font-style: normal;
  padding-right: 14px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  color: #3D88F9;
}
.partners-number__descr{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(30, 30, 30, 0.4);
  color: rgb(30, 30, 30);
  padding-top: 4px;
}
.partners-how-to-become{
  padding: 240px 0;
  text-align: center;
  background: linear-gradient(0deg, #EDEFFF, #EDEFFF), linear-gradient(155.32deg, #FAF9FF -8.25%, #F3F2FD 101.22%), #FFFFFF;
}
.partners-how-to-become__title{
  font-weight: 600;
  font-size: 72px;
  line-height: 1.1;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.partners-how-to-become__row{
  list-style: none;
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  max-width: 1290px;
  counter-reset: partners-how;
}
.partners-how-to-become__row li{
  display: block;
  margin: 32px 16px 0;
  padding: 40px 40px 44px 118px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(30, 30, 30, 0.4);
  color: rgb(30, 30, 30);
  background: #FFFFFF;
  border-radius: 30px;
  width: calc(50% - 32px);
  text-align: left;
}
.partners-how-to-become__row li:before{
  content: counter(partners-how);
  counter-increment: partners-how;
  position: absolute;
  top: 32px;
  left: 32px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0EEFF;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.1;
  color: #425AF0;
  border-radius: 100%;
}
.partners-how-to-become__row li b{
  display: block;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.1;
  color: #1E1E1E;
  padding-bottom: 12px;
  max-width: 390px;
}
.partners-how-to-become__row li span{
  max-width: 400px;
  display: block;
}
.partners-how-to-become-btn{
  width: 234px;
  height: 60px;
  margin-top: 64px;
  padding: 20px 40px;
}
.partners-how-to-become-btn .btn-effect-zoom__text{
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.partners-how-to-become-btn.btn-effect-zoom.btn-effect-zoom-gradient::before{
  min-height: 56px;
  background: #DEE2FF;
}
.partners-how-to-become-btn.btn-effect-zoom.btn-effect-zoom-gradient::after{
  min-height: 60px;
  display: none;
}
.partners-how-to-become-btn .inner{
  z-index: 4;
}
.partners-how-to-become-btn.btn-effect-zoom .inner .hover{
  width: 100%;
}
.partners-who-may-be{
  background: linear-gradient(0deg, #EDEFFF, #EDEFFF), linear-gradient(155.32deg, #FAF9FF -8.25%, #F3F2FD 101.22%), #FFFFFF;
}
.partners-who-may-be__block{
  max-width: 1680px;
  margin: auto;
  background: url("../images/partners-who-may-be-bg.png") left center no-repeat;
  background-size: auto 100%;
  border-radius: 50px;
  padding: 160px 180px 150px;
  color: white;
}
.partners-who-may-be__title{
  display: block;
  margin: auto;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.1;
  text-align: center;
  max-width: 900px;
}
.partners-who-may-be__row{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.partners-who-may-be__item{
  width: calc(33.3% - 60px);
  margin: 30px 30px;
  display: flex;
  align-items: center;
}
.partners-who-may-be__item-icon{
  background: white;
  border-radius: 20px;
  height: 80px;
  width: 80px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.partners-who-may-be__item-icon img{
  display: block;
  height: 32px;
  width: auto;
  object-fit: cover;
}
.partners-who-may-be__item-text{
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #F4F8FD;
}
.partners-how-much{
  background: linear-gradient(0deg, #EDEFFF, #EDEFFF), linear-gradient(155.32deg, #FAF9FF -8.25%, #F3F2FD 101.22%), #FFFFFF;
  padding: 240px 0;
  text-align: center;
}
.partners-how-much__title{
  font-weight: 600;
  font-size: 72px;
  line-height: 1.1;
  max-width: 890px;
  display: inline-block;
  margin: auto;
}
.partners-how-much__descr{
  padding-top: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  color: rgba(30, 30, 30, 0.7);
  max-width: 670px;
  margin: auto;
}
.partners-how-much__row{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.partners-how-much__item{
  margin: 60px 20px 0;
  width: calc(33.3% - 40px);
  padding: 32px 20px 20px;
  background: #FFFFFF;
  border-radius: 30px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partners-how-much__item-data{
  padding: 0 20px;
}
.partners-how-much__item-name{
  display: inline-block;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  padding-bottom: 32px;
}
.partners-how-much_item-params .partners-how-much_item-param:first-of-type{
  border-top: 1px solid rgba(30, 30, 30, 0.1);
}
.partners-how-much_item-param{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  padding: 16px 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #1E1E1E;
}
.partners-how-much_item-param span{
  text-align: right;
  color: rgba(30, 30, 30, 0.7);
  color: rgb(30, 30, 30);
  font-size: 18px;
  white-space: nowrap;
  padding-left: 14px;
}
.partners-how-much_item-advantages{
  margin: 40px 0 0;
  list-style: none;
  padding: 0;
}
.partners-how-much_item-advantages li{
  padding: 0 0 24px 50px;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}
.partners-how-much_item-advantages li:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 14px;
  background: url("/images/label-blue-square.svg") top left no-repeat;
  background-size: 100% auto;
}
.partners-how-much__item-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0;
  height: 75px;
  background: rgba(66, 90, 240, 0.1);
  border-radius: 20px;
  font-weight: 500;
  font-size: 18px;
  padding: 0;
  transition: .3s ease;
}
.partners-how-much__item-btn:hover{
  background: rgba(66, 90, 240, 0.15);
  margin: 98px -2px -2px;
  height: 79px;
}
.partners-how-much__item-btn:after{
  display: none;
}
.partners-how-much__item-btn .btn-register__text{
  font-size: inherit;
}
.partners-how-much__item-btn.clicked{
  height: 71px;
  margin: 102px 2px 2px;
  font-size: 16px;
}
.partners-how-much__item-btn.deactivated > *{
  opacity: 0.3;
}
.make-me-partner{
  background: linear-gradient(87.04deg, #F0EDFF 22.28%, #EDEFFF 93.58%);
  border-radius: 0 0 40px 40px;
  position: relative;
  margin-bottom: -50px;
  z-index: 11;
}
.make-me-partner__row{
  max-width: 1280px;
  margin: auto;
  padding: 240px 0;
  display: flex;
  align-items: stretch;
}
.make-me-partner-form__picture{
  flex: 1 0 0;
  position: relative;
}
.make-me-partner-form__picture picture{
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  height: 100%;
  max-height: 600px;
  width: auto;
  object-fit: cover;
}
.make-me-partner-form__picture img{
  height: 100%;
  width: auto;
  object-fit: cover;
}
.make-me-partner__form{
  width: 800px;
  max-width: 100%;
}
.make-me-partner-form__title{
  font-weight: 600;
  font-size: 70px;
  line-height: 1.2;
  padding-bottom: 40px;
}
.feedback-block{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 -10px;
}
.feedback-field{
  margin: 8px 10px;
  width: 100%;
  position: relative;
}
.feedback-field-half{
  max-width: calc(50% - 20px);
}
.ask-question-form .feedback-field [type=email],
.ask-question-form .feedback-field [type=tel],
.ask-question-form .feedback-field [type=text],
.ask-question-form .feedback-field textarea{
  background: rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  padding: 21px 23px;
  border: 1px rgba(255, 255, 255, 0.8) solid;
  color: #424AED;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}
.ask-question-form .feedback-field textarea{
  line-height: 1.2;
  height: 170px;
}
.ask-question-form .feedback-field [type=email]::-webkit-input-placeholder,
.ask-question-form .feedback-field [type=tel]::-webkit-input-placeholder,
.ask-question-form .feedback-field [type=text]::-webkit-input-placeholder,
.ask-question-form .feedback-field textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.4);
}
.ask-question-form .feedback-field [type=email]::-moz-placeholder,
.ask-question-form .feedback-field [type=tel]::-moz-placeholder,
.ask-question-form .feedback-field [type=text]::-moz-placeholder,
.ask-question-form .feedback-field textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.4);
}
.ask-question-form .feedback-field [type=email]:-ms-input-placeholder,
.ask-question-form .feedback-field [type=tel]:-ms-input-placeholder,
.ask-question-form .feedback-field [type=text]:-ms-input-placeholder,
.ask-question-form .feedback-field textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.4);
}
.ask-question-form .feedback-field [type=email]::placeholder,
.ask-question-form .feedback-field [type=tel]::placeholder,
.ask-question-form .feedback-field [type=text]::placeholder,
.ask-question-form .feedback-field textarea::placeholder {
  opacity: 1;
  color: rgba(30, 30, 30, 0.4);
}
.feedback-field .parsley-error{
  border-color: rgba(223, 40, 40, 0.5) !important;
}
.feedback-field .parsley-errors-list.filled{
  position: absolute;
  bottom: 8px;
  right: 20px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #E25053;
}
.feedback-field .parsley-errors-list li{
  padding-left: 9px;
}
.feedback-field .parsley-errors-list li::after{
  height: 3px;
  width: 3px;
  top: 4px;
  background-color: #E25053;
}
.feedback-block .btn-file{
  height: 44px;
  width: 44px;
}
.feedback-block .svg-image-file{
  width: 24px;
}
.feedback-block .file{
  padding: 10px 20px;
}
.feedback-block .file__delete{
  margin-right: -5px;
  width: 24px;
  height: 24px;
}
.feedback-block .file__name{
  font-weight: 400;
  font-size: 14px;
}
.feedback-block .svg-image-delete{
  width: 12px;
}
.feedback-block .file-load-percent{
  display: none;
}
.feedback-footer{
  margin-top: 12px;
  display: flex;
}
.feedback-privacy{
  font-size: 14px;
  line-height: 1.4;
  color: rgba(148, 149, 149, 0.6);
  padding-left: 24px;
  flex: 1 0 0;
}
.feedback-submit{
  flex-shrink: 0;
}
.feedback-files{
  margin: 14px 0 32px;
}
.make-me-partner__form .ask-question-form{
  margin-top: 0;
}
@media (max-width: 1800px){
  .partners-first-logo{
    left: -4.38%;
    right: -6.79%;
    top: 2.41%;
    bottom: 17.97%;
  }
  .partners-slogan-why{
    font-size: 138px;
    bottom: -27px;
  }
  .partners-first-content{
    padding-top: 200px;
  }
  .partners-page-title{
    font-size: 64px;
    max-width: 755px;
  }
  .partners-page-description{
    padding: 16px 0 32px;
    font-size: 16px;
    max-width: 500px;
  }
  .partners-first-content .btn-register {
    padding: 18px 30px;
  }
  .partners-first-content .btn-register .btn-register__text{
    font-size: 15px;
  }
  .partners-numbers{
    padding-bottom: 200px;
  }
  .partners-numbers__title{
    font-size: 32px;
    max-width: 665px;
  }
  .partners-numbers__row{
    margin-top: 60px;
  }
  .partners-number{
    font-size: 60px;
  }
  .partners-number svg.infinity{
    display: inline-block;
    width: 66px !important;
    height: auto !important;
  }
  .partners-number__descr{
    font-size: 14px;
  }
  .partners-how-to-become{
    padding: 160px 0;
  }
  .partners-how-to-become__title{
    font-size: 64px;
  }
  .partners-how-to-become__row{
    max-width: 1052px;
    margin-top: 28px;
  }
  .partners-how-to-become__row li{
    margin: 24px 12px 0;
    width: calc(50% - 24px);
    padding: 32px 32px 32px 100px;
    font-size: 14px;
  }
  .partners-how-to-become__row li:before{
    width: 52px;
    height: 52px;
    font-size: 20px;
    top: 24px;
    left: 24px;
  }
  .partners-how-to-become__row li b{
    font-size: 24px;
    max-width: 350px;
  }
  .partners-how-to-become-btn{
    width: 196px;
    height: 50px;
    margin-top: 60px;
    padding-top: 17px;
  }
  .partners-how-to-become-btn .btn-effect-zoom__text{
    font-size: 16px;
  }
  .partners-how-to-become-btn.btn-effect-zoom.btn-effect-zoom-gradient::before{
    min-height: 46px;
  }
  .partners-how-to-become-btn.btn-effect-zoom.btn-effect-zoom-gradient::after{
    min-height: 50px;
  }
  .partners-who-may-be__block{
    max-width: 1320px;
    padding: 140px 130px 150px;
    border-radius: 40px;
  }
  .partners-who-may-be__title{
    font-size: 48px;
  }
  .partners-who-may-be__row{
    margin-top: 40px;
  }
  .partners-who-may-be__item{
    margin: 20px 30px;
    width: calc(33.3% - 60px);
  }
  .partners-who-may-be__item-icon{
    height: 60px;
    width: 60px;
    border-radius: 15px;
    margin-right: 16px;
  }
  .partners-who-may-be__item-icon img{
    height: 28px;
  }
  .partners-who-may-be__item-text{
    font-size: 16px;
  }
  .partners-how-much{
    padding: 160px 0;
  }
  .partners-how-much__title{
    font-size: 64px;
  }
  .partners-how-much__descr{
    font-size: 16px;
    padding-top: 28px;
  }
  .partners-how-much__item{
    width: calc(33.3% - 24px);
    margin: 60px 12px 0;
    padding: 24px 12px 12px;
    border-radius: 24px;
  }
  .partners-how-much__item-data{
    padding: 0 12px;
  }
  .partners-how-much__item-name{
    font-size: 24px;
    padding-bottom: 20px;
  }
  .partners-how-much_item-param{
    padding: 12px 0;
    font-size: 16px;
  }
  .partners-how-much_item-param span{
    font-size: 16px;
    opacity: 0.6;
    opacity: 1;
  }
  .partners-how-much_item-advantages{
    margin-top: 32px;
  }
  .partners-how-much_item-advantages li{
    font-size: 16px;
    padding: 0 0 20px 32px;
  }
  .partners-how-much_item-advantages li:before{
    width: 15px;
  }
  .partners-how-much__item-btn{
    height: 65px;
    font-size: 15px;
    border-radius: 15px;
  }
  .partners-how-much__item-btn:hover{
    margin: 98px -2px -2px;
    height: 69px;
  }
  .partners-how-much__item-btn.clicked{
    height: 61px;
    margin: 102px 2px 2px;
    font-size: 13px;
  }
  .make-me-partner-form__picture picture{
    right: 0;
    max-height: 500px;
  }
  .make-me-partner__row{
    padding: 160px 0;
  }
  .ask-question-form .feedback-field [type=email],
  .ask-question-form .feedback-field [type=tel],
  .ask-question-form .feedback-field [type=text],
  .ask-question-form .feedback-field textarea{
    font-size: 15px;
    line-height: 15px;
  }
  .feedback-submit .gradient-text{
    font-size: 15px;
  }
  .feedback-submit .svg-image-l-arrow-right{
    width: 18px;
  }
  .feedback-block{
    margin: 0 -8px;
  }
  .feedback-field-half {
    max-width: calc(50% - 16px);
  }
  .feedback-field {
    margin: 8px;
  }
  .make-me-partner__form{
    width: 740px;
  }
  .make-me-partner-form__title{
    font-size: 64px;
  }
  .feedback-field .parsley-errors-list.filled{
    right: 16px;
  }
}
@media (max-width: 1440px){
  .partners-numbers{
    padding-top: 0;
  }
  .partners-first-logo{
    left: -4.06%;
    right: -3.98%;
    top: -0.86%;
    bottom: 24.74%;
  }
  .partners-slogan-why{
    font-size: 122px;
    bottom: -23px;
  }
  .partners-numbers__title{
    font-size: 28px;
    max-width: 575px;
  }
  .partners-numbers__row{
    padding: 32px 0;
  }
  .partners-number{
    font-size: 50px;
  }
  .partners-number svg.infinity{
    width: 60px !important;
  }
  .partners-how-to-become{
    padding: 140px 0;
  }
  .partners-how-to-become__row{
    max-width: 1000px;
  }
  .partners-how-to-become__row li{
    margin: 20px 10px 0;
    width: calc(50% - 20px);
    padding: 32px 32px 32px 80px;
  }
  .partners-how-to-become__row li:before{
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
  .partners-how-to-become__row li b{
    font-size: 20px;
    padding-bottom: 8px;
    max-width: 275px;
  }
  .partners-how-to-become-btn{
    margin-top: 40px;
  }
  .partners-who-may-be__block{
    max-width: 1160px;
    padding: 120px 77px 123px;
    background: url("../images/partners-who-may-be-bg-1440.png") left center no-repeat;
    background-size: auto 100%;
  }
  .partners-who-may-be__row{
    margin-top: 44px;
  }
  .partners-who-may-be__item{
    margin: 16px 20px;
    width: calc(33.3% - 40px);
  }
  .partners-how-much__item {
    width: calc(33.3% - 20px);
    margin: 60px 10px 0;
  }
  .partners-how-much_item-param,
  .partners-how-much_item-param span{
    font-size: 14px;
  }
  .partners-how-much_item-advantages li{
    font-size: 14px;
  }
  .make-me-partner-form__picture picture {
    right: -60px;
    max-height: 460px;
  }
  .make-me-partner__form{
    width: 728px;
  }
  .feedback-privacy{
    font-size: 12px;
    padding-left: 20px;
  }
  .ask-question-form .feedback-field [type=email],
  .ask-question-form .feedback-field [type=tel],
  .ask-question-form .feedback-field [type=text],
  .ask-question-form .feedback-field textarea {
    padding: 17px 19px;
    font-size: 14px;
    line-height: 14px;
  }
  .make-me-partner-form__title{
    padding-bottom: 12px;
  }
  .feedback-footer{
    margin-top: 14px;
  }
  .feedback-block{
    margin: 0 -6px;
  }
  .feedback-field-half {
    max-width: calc(50% - 12px);
  }
  .feedback-field {
    margin: 6px;
  }
  .feedback-field .parsley-errors-list.filled{
    right: 12px;
  }
}
@media (max-width: 1280px){
  .make-me-partner__form{
    width: 588px;
  }
  .make-me-partner-form__picture picture {
    right: -32px;
  }
}
@media (max-width: 1200px){
  .partners-who-may-be__item-text br{
    display: none;
  }
}
@media (max-width: 1024px){
  .partners-first-logo{
    left: -6.77%;
    right: -73.31%;
    top: -0.64%;
    bottom: 43.98%;
  }
  .partners-slogan-why{
    font-size: 72px;
    bottom: -13px;
  }
  .partners-page-title{
    max-width: 490px;
  }
  .partners-page-description{
    max-width: 465px;
  }
  .partners-numbers{
    padding-bottom: 132px;
  }
  .partners-number__descr br{
    display: none;
  }
  .partners-numbers__row{
    background: none;
    box-shadow: none;
    border-radius: unset;
    flex-wrap: wrap;
    max-width: 720px;
    align-items: stretch;
    padding: 0;
    margin-top: 52px;
  }
  .partners-numbers__row .partners-numbers__item{
    border: none !important;
  }
  .partners-numbers__item{
    flex: 50% 0 0;
    padding: 8px;
  }
  .partners-numbers__block{
    max-width: none;
    background: linear-gradient(155.32deg, rgba(255, 255, 255, 0.5) -8.25%, rgba(242, 247, 253, 0.5) 101.22%), #FFFFFF;
    box-shadow: 10px 20px 40px rgba(27, 25, 232, 0.08);
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    height: 100%;
  }
  .partners-number{
    font-size: 56px;
  }
  .partners-number svg.infinity{
    width: 70px !important;
  }
  .partners-how-to-become__title{
    max-width: 490px;
  }
  .partners-how-to-become__row{
    max-width: 620px;
  }
  .partners-how-to-become__row li{
    border-radius: 24px;
    margin: 24px 0 0;
    width: 100%;
    padding: 24px 88px 24px 92px;
  }
  .partners-how-to-become__row li b{
    min-height: 44px;
    display: flex;
    align-items: center;
    max-width: 400px;
    padding-bottom: 0;
  }
  .partners-how-to-become__row li span{
    display: none;
    padding: 16px 0;
  }
  .partners-how-to-become__row li:after{
    content: '';
    position: absolute;
    top: 30px;
    right: 26px;
    height: 36px;
    width: 36px;
    background: rgba(240, 238, 255, 0.4) url("/images/arrow-blue.svg") center center no-repeat;
    background-size: 12px auto;
    z-index: 1;
    border-radius: 100%;
    transition: 0.2s;
  }
  .partners-how-to-become__row li.open:after{
    transform: rotate(180deg);
  }
  .partners-how-to-become-btn{
    margin-top: 20px;
    width: 100%;
    height: 72px;
    border-radius: 20px;
    max-width: 620px;
    padding-top: 28px;
  }
  .partners-how-to-become-btn.btn-effect-zoom.btn-effect-zoom-gradient::before{
    min-height: 72px;
    border-radius: 20px
  }
  .partners-who-may-be__block{
    max-width: 704px;
    padding: 60px 27px 44px 36px;
  }
  .partners-who-may-be__title{
    text-align: left;
    padding-left: 12px;
  }
  .partners-who-may-be__row{
    margin-top: 32px;
  }
  .partners-who-may-be__item{
    margin: 16px 12px;
    width: calc(50% - 24px);
  }
  .partners-how-much {
    padding: 140px 0;
  }
  .partners-how-much__row{
    margin-top: 20px;
  }
  .partners-how-much__item {
    width: 100%;
    margin: 32px 0 0;
    padding: 32px 20px 20px;
  }
  .partners-how-much__item-data{
    padding: 0 12px;
  }
  .partners-how-much__item-btn {
    margin: 42px 0 0;
  }
  .partners-how-much__item-btn.clicked{
    margin-top: 44px;
  }
  .partners-how-much__item-btn:hover{
    margin-top: 40px;
  }
  .make-me-partner-form__picture{
    display: none;
  }
  .make-me-partner__form{
    width: 100%;
  }
  .make-me-partner__row {
    padding: 140px 0;
  }
  .feedback-footer{
    margin-top: 10px;
  }
}
@media (max-width: 768px){
  .feedback-privacy br{
    display: none;
  }
  .feedback-privacy{
    padding-left: 0;
  }
  .feedback-submit{
    margin-top: 18px;
  }
  .feedback-footer{
    margin-top: 6px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .partners-numbers__row{
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
  }
  .partners-who-may-be__block{
    max-width: none;
    padding: 40px 16px 50px 28px;
    border-radius: 30px;
    background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%),#d9d9d9;
  }
  .partners-who-may-be__title{
    font-size: 36px;
    padding-left: 0;
    margin-left: 0;
    max-width: 300px;
  }
  .partners-who-may-be__row{
    margin-top: 22px;
  }
  .partners-who-may-be__item{
    margin: 10px 0;
    width: 100%;
  }
  .partners-who-may-be__item-icon{
    height: 40px;
    width: 40px;
    border-radius: 12px;
  }
  .partners-who-may-be__item-icon img{
    height: 24px;
  }
  .partners-who-may-be__item-text{
    font-size: 14px;
  }
}
@media (max-width: 560px){
  .ask-question-form .text-16{
    font-size: 12px;
  }
  .partners-first-logo {
    left: -73.33%;
    right: -102.67%;
    top: 3.28%;
    bottom: 49.97%;
  }
  .partners-slogan-why {
    display: none;
  }
  .partners-first-content {
    padding-top: 120px;
    min-height: 770px;
  }
  .partners-page-title {
    font-size: 45px;
    max-width: 320px;
  }
  .partners-page-title br{
    display: inline;
  }
  .partners-page-description {
    font-size: 14px;
    max-width: 330px;
  }
  .partners-numbers {
    padding-bottom: 112px;
  }
  .partners-numbers__title {
    font-size: 20px;
    max-width: 346px;
  }
  .partners-numbers__row {
    margin-top: 34px;
    margin-left: -6px;
    margin-right: -6px;
  }
  .partners-numbers__item {
    flex: 100% 0 0;
    padding: 6px;
  }
  .partners-numbers__block {
    max-width: 340px;
  }
  .partners-number {
    font-size: 48px;
  }
  .partners-number__descr {
    font-size: 14px;
  }
  .partners-number svg.infinity {
    width: 58px !important;
  }
  .partners-how-to-become {
    padding: 120px 0;
  }
  .partners-how-to-become__title {
    font-size: 36px;
    max-width: 325px;
  }
  .partners-how-to-become__row li {
    margin-top: 8px;
    padding: 14px 42px 14px 62px;
    border-radius: 16px;
  }
  .partners-how-to-become__row li:before {
    width: 28px;
    height: 28px;
    font-size: 14px;
    top: 18px;
    left: 18px;
  }
  .partners-how-to-become__row li:after {
    width: 24px;
    height: 24px;
    top: 20px;
    right: 18px;
    background-size: 10px auto;
  }
  .partners-how-to-become__row li b {
    min-height: 36px;
    font-size: 16px;
    max-width: none;
  }
  .partners-how-to-become__row li span {
    font-size: 14px;
    padding: 10px 0;
    max-width: none;
  }
  .partners-how-to-become-btn{
    margin-top: 40px;
  }
  .partners-how-to-become-btn{
    margin-top: 16px;
    height: 60px;
    border-radius: 20px;
    padding-top: 22px;
  }
  .partners-how-to-become-btn.btn-effect-zoom.btn-effect-zoom-gradient::before{
    min-height: 60px;
    border-radius: 16px;
  }
  .partners-how-much {
    padding: 120px 0;
  }
  .partners-how-much__title {
    font-size: 36px;
  }
  .partners-how-much__descr {
    font-size: 14px;
    padding-top: 16px;
    max-width: 354px;
  }
  .partners-how-much__row{
    margin-top: 38px;
  }
  .partners-how-much__item {
    width: 100%;
    margin: 20px 0 0;
    padding: 32px 12px 12px;
  }
  .partners-how-much__item-data{
    padding: 0 8px;
  }
  .partners-how-much__item-btn {
    margin: 60px 0 0;
  }
  .partners-how-much__item-btn.clicked{
    margin-top: 62px;
  }
  .make-me-partner__row {
    padding: 132px 0;
  }
  .make-me-partner-form__title {
    font-size: 36px;
    padding-bottom: 16px;
    max-width: 315px;
  }
  .feedback-block{
    margin: 0;
  }
  .feedback-field-half {
    max-width: none;
  }
  .feedback-field {
    margin: 4px 0;
  }
  .feedback-footer{
    margin-top: 8px;
    padding: 0;
  }
  .feedback-submit .gradient-text{
    font-size: 14px;
  }
  .section.make-me-partner{
    padding: 0;
  }
  .parsley-errors-list li::after {
    top: 5px;
  }
}
.dedicated-configurator{
  padding: 0 0 50px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 100px;
}
.dedicated-configurator-title{
  font-size: 52px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -1.04px;
}
.ded-conf-filter{
  position: relative;
  z-index: 11;
}
.ded-conf-filter-items{
  margin: 60px 0 24px;
  border-radius: 24px;
  background: #FFF;
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 32px;
}
.ded-conf-filter-selects{
  width: 33%;
  display: flex;
  gap: 20px;
}
.ded-conf-filter-ranges{
  flex: 1 0 0;
  display: flex;
  gap: 40px;
}
.ded-conf-filter-item{
  flex: 1 0 0;
}
.ded-conf-filter-selects .ded-conf-filter-item{
  max-width: calc((100% - 20px) / 2);
}
.ded-conf-filter-item_title{
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  padding-bottom: 16px;
  cursor: pointer;
}
.ded-conf-select{
  position: relative;
  transition: all .3s ease;
}
.ded-conf-select-title{
  position: relative;
  background: rgba(79, 79, 79, 0.20);
  border-radius: 12px;
  padding: 12px 12px 12px 16px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ded-conf-select-title span{
  position: relative;
  z-index: 1;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.ded-conf-select-title:before{
  content: '';
  position: absolute;
  z-index: 0;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background: white;
  border-radius: 11px;
}
.ded-conf-select-icon{
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  margin-left: 6px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ded-conf-select-icon svg{
  display: block;
  max-width: 10px;
  max-height: 10px;
  object-fit: cover;
  fill: #3F3F3F;
  opacity: 0.6;
  transition: all .3s ease;
}
.ded-conf-select.opened .ded-conf-select-title{
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
}
@media (min-width: 561px){
  .ded-conf-select:hover .ded-conf-select-title{
    background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  }
}
.ded-conf-select.opened .ded-conf-select-icon svg{
  transform: rotate(180deg);
  fill: #8046C8;
  opacity: 1;
}
.ded-conf-select-list{
  display: none;
  position: absolute;
  z-index: 2;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  padding: 8px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 5px 13px 0px rgba(66, 74, 237, 0.12);
}

.ded-conf-select-list-item{
  width: 100%;
  display: flex;
  padding: 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.24px;
  cursor: pointer;
  transition: all .3s ease;
  margin-bottom: 4px;
}
.ded-conf-select-list .ded-conf-select-list-item:last-of-type{
  margin-bottom: 0;
}
.ded-conf-select-list-item.selected{
  background: rgba(66, 74, 237, 0.07);
}
@media (min-width: 561px){
  .ded-conf-select-list-item:hover{
    background: rgba(66, 74, 237, 0.07);
  }
}
.ded-conf-select-list-item:after{
  content: '';
  display: none;
  width: 12px;
  height: 12px;
  background: url("../images/svg/checked.svg") center center no-repeat;
  transition: 0.2s;
}
.ded-conf-select-list-item.selected:after{
  display: block;
}
.ded-conf-filter-values{
  display: flex;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px 10px;
  flex-wrap: wrap;
}
.ded-conf-filter-value{
  display: flex;
  padding: 10px 10px 10px 14px;
  align-items: center;
  gap: 7px;
  border-radius: 50px;
  background: rgba(66, 74, 237, 0.10);
  color: #424AED;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  cursor: pointer;
  transition: all .3s ease;
}
.ded-conf-filter-value:hover{
  background: rgba(66, 74, 237, 0.15);
}
.ded-conf-filter-value u{
  text-decoration: none;
}
.ded-conf-filter-value.clear-filter{
  background: none;
  padding: 10px 5px;
}
.ded-conf-filter-value_delete{
  display: block;
  border-radius: 30px;
  width: 20px;
  height: 20px;
  background: white url("../images/svg/delete.svg") center center no-repeat;
  opacity: 0.7;
}
.ded-conf-filter .noUi-target{
  margin: 14px 10px 30px;
  height: 4px;
  border-radius: 40px;
  background: rgba(66, 74, 237, 0.10);
  box-shadow: 4.37px 8.739px 17.478px 0px rgba(27, 25, 232, 0.08);
}
.ded-conf-filter .noUi-horizontal .noUi-handle{
  height: 20px;
  width: 20px;
  top: -8px;
  right: -10px;
  box-shadow: 4.37px 8.739px 17.478px 0px rgba(27, 25, 232, 0.08);
}
.ded-conf-filter .noUi-horizontal .noUi-handle.noUi-handle-lower{
  background: #3d8dfa;
}
.ded-conf-filter .noUi-horizontal .noUi-handle.noUi-handle-upper,
.ded-conf-section .noUi-horizontal .noUi-handle.noUi-handle-lower{
  background: #9a43b8;
}
.ded-conf-filter .noUi-horizontal .noUi-handle::after{
  height: 9px;
  width: 9px;
}
.ded-conf-filter .noUi-connect{
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
}
.ded-conf-filter .noUi-horizontal .noUi-tooltip{
  border: none;
  background: none;
  padding: 0;
  bottom: -100%;
  color: #4F4F4F;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.24px;
}
.dcfs_title{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.64px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 17px;
}
.dcfs_items{
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  gap: 24px;
  flex-wrap: wrap;
}
.dcfs_item{
  width: calc((100% - (24px * 3)) / 4);
  padding: 28px 28px 28px 38px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.80);
  cursor: pointer;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
}
.dcfs_item:hover{
  box-shadow: 10px 10px 10px 0px rgba(80, 16, 160, 0.05);
}
.dcfs_item.selected{
  color: white;
  background: linear-gradient(113deg, #77ACF5 -22.46%, #686FF2 13.24%, #CB61F0 114.62%);
  box-shadow: 10px 10px 10px 0px rgba(80, 16, 160, 0.05);
}
.dcfs_name{
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.36px;
}
.dcfs_item.selected .dcfs_name{
  color: white;
}
.dcfs_props{
  padding: 16px 0 28px;
  display: flex;
  gap: 8px;
}
.dcfs_prop{
  border-radius: 60px;
  background: rgba(66, 74, 237, 0.07);
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.24px;
  white-space: nowrap;
}
.dcfs_item.selected .dcfs_prop{
  background: rgba(255, 255, 255, 0.15);
}
.dcfs_prop span{
  display: inline-block;
}
.dcfs_prop i{
  font-style: normal;
  padding: 0 10px;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 1px;
}
.dcfs_item.selected .dcfs_prop i{
  color: rgba(255, 255, 255, 0.30);
}
.ded-conf-cpu .dcfs_props .dcfs_prop:last-of-type{
  background: rgba(66, 74, 237, 0.65);
}
.ded-conf-cpu.selected .dcfs_props .dcfs_prop:last-of-type{
  background: linear-gradient(155deg, #FFF -8.25%, #F2F7FD 101.22%), rgba(255, 255, 255, 0.85);
}
.dcfs_item.selected .dcfs_prop span,
.ded-conf-cpu .dcfs_props .dcfs_prop:last-of-type span,
.ded-conf-cpu.selected .dcfs_price span{
  color: white;
  -webkit-text-fill-color: white;
}
.ded-conf-cpu.selected .dcfs_props .dcfs_prop:last-of-type span{
  color: #425af0;
  -webkit-text-fill-color: transparent;
}
.dcfs_price{
  border-radius: 60px;
  background: rgba(66, 74, 237, 0.07);
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  white-space: nowrap;
}
.ded-conf-cpu .dcfs_price{
  border-radius: unset;
  background: none;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.ded-conf-cpu .dcfs_price span{
  display: inline-block;
}
.ded-conf-cpu .dcfs_price b{
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
}
.ded-conf-ram{
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
}
.ded-conf-ram .dcfs_name{
  line-height: 28px;
  white-space: nowrap;
}
.ded-conf-ram .dcfs_props{
  padding: 0 10px;
  flex: 1 0 0;
}
.ded-conf-ram .dcfs_prop,
.ded-conf-ram.dcfs_item.selected .dcfs_prop{
  background: none;
  padding: 0;
  font-size: 16px;
}
.ded-conf-ram .dcfs_prop span{
  color: #4F4F4F;
  -webkit-text-fill-color: #4F4F4F;
  opacity: 0.6;
}
.ded-conf-ram .dcfs_prop i{
  color: #959595;
  -webkit-text-fill-color: #959595;
}
.ded-conf-ram.dcfs_item.selected .dcfs_prop i{
  color: white;
  -webkit-text-fill-color: white;
}
.ded-conf-ram.selected .dcfs_price,
.ded-conf-region.selected .dcfs_price{
  background: linear-gradient(155deg, #FFF -8.25%, #F2F7FD 101.22%), rgba(255, 255, 255, 0.85);
}
.dcfs-ssd-select{
  display: flex;
  gap: 52px;
  align-items: flex-end;
  margin: 0 0 48px;
}
.dcfs-ssd-select.dcfs-ip-select{
  margin-bottom: 0;
}
.dcfs-ssd-range{
  flex: 1 0 0;
}
.dcfs-ssd-selected{
  display: flex;
  align-items: center;
  width: 50%;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  padding: 24px 24px 24px 28px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.dcfs-ssd-selected_title{
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.36px;
  flex: 1 0 0;
  padding-right: 20px;
}
.dcfs-ssd-selected_params{
  display: flex;
  gap: 14px;
  color: #4F4F4F;
  opacity: 0.6;
}
.dcfs-ssd-selected_params-delimiter{
  margin: 0 5px;
  opacity: 0.5;
}
.dcfs-ssd-selected_price-wrap{
  display: flex;
  justify-content: flex-end;
  min-width: 128px;
  margin-left: 20px;
}
.ssd-selected-name-size{
  min-width: 78px;
}
.ssd-selected-tariff{
  min-width: 79px;
}
.dcfs-ssd-selected_price{
  border-radius: 60px;
  background: rgba(66, 74, 237, 0.07);
  padding: 6px 12px;
}
.dcfs-ssd-range .noUi-target{
  height: 10px;
  background:rgba(66, 74, 237, 0.1);
}
.dcfs-ssd-range .noUi-connects{
  border-radius: 13px;
}
.dcfs-ssd-range .noUi-connect{
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  box-shadow: 4.37px 8.739px 17.478px 0px rgba(27, 25, 232, 0.08);
}
.dcfs-ssd-range .noUi-horizontal .noUi-handle{
  height: 32px;
  width: 32px;
  top: -11px;
  right: -16px;
  box-shadow: 4.37px 8.739px 17.478px 0px rgba(27, 25, 232, 0.08);
}
.dcfs-ssd-range .noUi-horizontal .noUi-handle::after{
  height: 14px;
  width: 14px;
}
.dcfs-ssd-range .noUi-horizontal .noUi-tooltip{
  padding: 10px 14px;
  color: #425af0;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
  background: none;
  bottom: 150%;
}
.dcfs-ssd-range.dcfs-ip-range .noUi-horizontal .noUi-tooltip{
  min-width: 57px;
}
.dcfs-ssd-range .noUi-horizontal .noUi-tooltip:before{
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 60px;
  background: linear-gradient(155deg, #FFF -8.25%, #F2F7FD 101.22%), rgba(255, 255, 255, 0.85);
  box-shadow: 10px 10px 30px 0px rgba(80, 16, 160, 0.08);
}
.dcfs-ssd-range .noUi-horizontal .noUi-tooltip:after{
  content: '';
  position: absolute;
  z-index: -1;
  height: 20px;
  width: 20px;
  transform: translateX(-50%) rotate(45deg) ;
  background: #F4F8FE;
  transform-origin: center center;
  bottom: -7px;
  left: 50%;
  border-radius: 4px;
}
.range-titles{
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  color: #4F4F4F;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.28px;
  opacity: 0.6;
}
.ded-conf-ssd.dcfs_item{
  padding: 24px 24px 20px;
  width: calc((100% - (24px * 4)) / 5);
}
.ded-conf-ssd .dcfs_props{
  padding: 12px 0 24px;
}
.ded-conf-ssd.dcfs_item.selected .dcfs_prop{
  background: linear-gradient(155deg, #FFF -8.25%, #F2F7FD 101.22%), rgba(255, 255, 255, 0.85);
}
.ded-conf-ssd.dcfs_item.selected .dcfs_prop span{
  color: #425af0;
  -webkit-text-fill-color: transparent;
}
.ded-conf-ssd .dcfs_price{
  background: none;
  padding: 0;
  border-radius: 0;
  color: #4F4F4F;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.24px;
  opacity: 0.6;
}
.ded-conf-ssd.selected .dcfs_price{
  color: white;
  opacity: 0.7;
}
.ip-price{
  min-width: 20px;
}
.ip-count{
  min-width: 18px;
}
.dcfs_item.ded-conf-region{
  flex-direction: row;
  align-items: center;
  padding: 28px;
}
.dcfs_icon{
  height: 48px;
  width: 48px;
  border-radius: 100%;
  margin-right: 16px;
  overflow: hidden;
  box-shadow: 1px -3px 14px rgba(50, 41, 160, 0.07);
}
.dcfs_icon img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ded-conf-region_center{
  flex: 1 0 0;
}
.ded-conf-region .dcfs_props{
  padding: 0;
}
.ded-conf-region .dcfs_prop{
  padding: 0;
  background: none;
  color: #4F4F4F;
  opacity: 0.6;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}
.ded-conf-region.dcfs_item.selected .dcfs_prop{
  color: white;
  background: none;
  opacity: 0.7;
}
.ded-conf-region  .dcfs_price{
  align-self: flex-start;
}
.ded-conf-order{
  display: flex;
  align-items: stretch;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 10px 20px 40px 0px rgba(27, 25, 232, 0.08);
}
.ded-conf-result,
.ded-conf-form{
  display: flex;
  padding: 52px 44px 44px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 24px;
  flex: 1 0 0;
}
.ded-conf-result{
  background: linear-gradient(113deg, #86B9FD -22.46%, #575EEF 13.24%, #CD70EE 114.62%),
  linear-gradient(155deg, #FFF -8.25%, #F2F7FD 101.22%);
  color: white;
}

.ded-conf-form{
  background: linear-gradient(155deg, #FFF -8.25%, #F2F7FD 101.22%);
  background: white;
}
.ded-conf-order-title{
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 44px;
}
.ded-conf-order-items{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ded-conf-result-item{
  padding: 22px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
  display: flex;
  gap: 16px;
  align-items: center;
}
.ded-conf-result-item span{
  opacity: 0.7;
}
.ded-conf-result-item img{
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  overflow: hidden;
}
.ded-conf-result-item b{
  font-weight: 600;
}
.ded-conf-result-item i{
  font-style: normal;
  opacity: 0.4;
  color: #CACDFA;
}
.ded-conf-result-item u,
.ded-conf-result-item s{
  text-decoration: none;
}
.ded-conf-result-price{
  font-size: 20px;
  font-weight: 400;
  padding: 0 12px;
}
.ded-conf-result-price span{
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  display: inline-block;
}
.ded-conf-form-field{
  position: relative;
}
.ded-conf-form-field input{
  background: none;
  border: none;
  outline: none;
  padding: 24px;
  color: #424AED;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.28px;
  border-radius: 16px;
  background: rgba(66, 74, 237, 0.05);
  display: block;
  width: 100%;
}
.ded-conf-form-field input.parsley-error{
  box-shadow: inset 0 0 0 1px rgba(223, 40, 40, 0.50);
}
.ded-conf-form-field input::-webkit-input-placeholder {
  color: #424AED;
  opacity: 0.7;
}
.ded-conf-form-field input::-moz-placeholder{
  color: #424AED;
  opacity: 0.7;
}
.ded-conf-form-field input:-ms-input-placeholder{
  color: #424AED;
  opacity: 0.7;
}
.ded-conf-form-field input::placeholder{
  color: #424AED;
  opacity: 0.7;
}
.ded-conf-form-agree{
  padding: 12px 16px;
  color: rgba(79, 79, 79, 0.60);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.ded-conf-form .parsley-errors-list{
  position: absolute;
  top: auto;
  bottom: 12px;
  right: 24px;
  font-size: 12px;
  margin-top: 0;
}
.ded-conf-form .parsley-errors-list li::after {
  top: 5px;
  width: 5px;
  height: 5px;
}
.ded-conf-form .btn-effect-zoom{
  text-align: left;
  width: 295px;
  padding: 20px 28px;
}
.ded-conf-form .btn-effect-zoom__text{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.ded-conf-form .btn-effect-zoom .inner .hover{
  width: 100%;
}
.ded-conf-form .btn-effect-zoom.btn-effect-zoom-gradient::before{
  background: linear-gradient(155deg, #FFF -8.25%, #F2F7FD 101.22%);
  background: white;
  min-height: 50px;
  left: 1.5px;
  right: 1.5px;
}
.ded-conf-form .btn-effect-zoom.btn-effect-zoom-gradient::after{
  min-height: 53px;
}
.ded-conf-form-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.send-ded-conf{
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}
.send-ded-conf .inner {
  display: block;
  position: relative;
  overflow: hidden
}
.send-ded-conf .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.send-ded-conf .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.send-ded-conf .inner:hover .normal {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}
.send-ded-conf .inner:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.send-ded-conf svg{
  height: 24px;
  width: 24px;
}
.mobile-word{
  display: none;
}
.dedicated-configurator-scroll{
  position: fixed;
  z-index: 50;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.dedicated-configurator-scroll_wrap{
  border-radius: 50px;
  background: linear-gradient(113deg, #86B9FD -22.46%, #575EEF 13.24%, #CD70EE 114.62%);
  padding: 12px 12px 12px 24px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  cursor: pointer;
}
.dedicated-configurator-scroll:hover .dedicated-configurator-scroll_wrap{
  box-shadow: 10px 10px 10px 0px rgba(80, 16, 160, 0.05);
}
.ded-conf-scroll_price{
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
.ded-conf-scroll_text{
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ded-conf-scroll_icon{
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.10);
  padding: 12px;
}
.dedicated-configurator-scroll:hover .ded-conf-scroll_icon{
  background: rgba(255, 255, 255, 0.20);
}
.ded-conf-scroll_icon svg{
  width: 16px;
  height: 16px;
  display: block;
}
.ded-conf-add-ssd{
  position: relative;
  margin-top: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 20px 6px 6px;
  color: #424AED;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  cursor: pointer;
}
.ded-conf-add-ssd:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  background: rgba(66, 74, 237, 0.10);
  z-index: -1;
  transition: transform .5s cubic-bezier(.19,1,.22,1),-webkit-transform .5s cubic-bezier(.19,1,.22,1);
}
.ded-conf-add-ssd:hover:before{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.ded-conf-add-ssd .inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.ded-conf-add-ssd .inner .normal {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1), -webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.ded-conf-add-ssd:hover .normal {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.ded-conf-add-ssd .inner .hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px));
  transform: translateY(calc(100% + 41px));
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}
.ded-conf-add-ssd:hover .hover {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.ded-conf-add-ssd_icon{
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.70);
}
.ded-conf-add-ssd_icon svg{
  height: 12px;
  width: 12px;
}
.ded-conf-delete-ssd{
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 20px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.50);
  color: #FF4D00;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.28px;
  cursor: pointer;
}
.ded-conf-delete-ssd_icon{
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: rgba(255, 77, 0, 0.10);
}
.ded-conf-delete-ssd_icon svg{
  height: 16px;
  width: 16px;
  stroke: #FF4D00;
}
.faq-block{
  margin: 200px auto 80px;
  position: relative;
  max-width: 1360px;
  width: 100%;
}
.free-box .faq-block{
  margin: -60px auto 380px;
}
.free-box.section-data-center .faq-block{
  margin: 360px auto 60px;
}
.free-box .faq-block:before{
  content: '';
  position: absolute;
  top: -110px;
  right: -140px;
  bottom: -137px;
  left: -140px;
  border-radius: 60px;
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  z-index: -1;
}
.faq-block_title{
  text-align: center;
  margin-bottom: 77px;
  font-size: 68px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.36px;
  margin: 0 0 77px;
  padding: 0;
}
.free-box .faq-block_title .gradient-text{
  background: none;
  -webkit-text-fill-color: white;
}

.faq-block-items{
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 24px;
}
.faq-block-item{
  border-radius: 30px;
  background: #FFF;
  padding: 24px 24px 24px 40px;
  cursor: pointer;
}
.faq-block-question{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  gap: 40px;
}
.faq-block-question_text{
  display: flex;
  align-items: center;
}
.faq-block-item.opened .faq-block-question_text span{
  color: #425af0;
  background: linear-gradient(109.91deg,#3d8dfa .49%,#424aed 48.45%,#9a43b8 98.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq-block-question_icon{
  height: 56px;
  width: 56px;
  border-radius: 100%;
  background: rgba(66, 90, 240, 0.07);
  position: relative;
  flex-shrink: 0;
}
.faq-block-question_icon:before,
.faq-block-question_icon:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  transform: translate(-50%, -50%);
  transition: 0.2s ease;
}
.faq-block-question_icon:before{
  background: url("../images/svg/gradient-minus.svg") center center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.faq-block-question_icon:after{
  background: url("../images/svg/gradient-plus.svg") center center no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.faq-block-item.opened .faq-block-question_icon:after{
  opacity: 0;
}
.faq-block-answer{
  display: none;
}
.faq-block-answer_row{
  margin: 12px 270px 16px 0;
  padding: 20px;
  max-width: 1026px;
  border-radius: 20px;
  background: #F7F8FA;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
.faq-block-answer_author{
  display: flex;
  align-items: flex-start;
}
.faq-block-answer_author-icon{
  height: 52px;
  width: 52px;
  background: url("../images/svg/logo-in-white-circle.svg") center center no-repeat;
  background-size: 100% auto;
}
.faq-block-answer_author .gradient-text{
  display: none;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}
.faq-block-answer_text{
  color: #5A5A5A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.faq-block-answer_text a:hover{
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 0.8px;
}
.faq-block-answer_text p:not(:last-of-type){
  margin-bottom: 16px;
}
.popup-banner{
  display: none;
}
.popup-banner.fancybox-content{
  display: none;
  border-radius: 40px;
  overflow: hidden;
  padding: 0;
  cursor: initial !important;
}
.popup-banner .fancybox-close-small{
  height: 40px;
  width: 40px;
  background: white url("/images/close.svg") center center no-repeat;
  background-size: 15px 15px;
  border-radius: 100%;
  top: 40px !important;
  right: 40px !important;
  opacity: 0.85;
}
.popup-banner .fancybox-close-small svg{
  display: none;
}
.banner-text{
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.popup-banner-inner{
  box-sizing: border-box;
  padding: 40px 120px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner-test-cloud{
  width: 790px;
  min-height: 313px;
  background: url("../images/banners/banner-test-cloud.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.banner-test-cloud:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 128px;
  background: linear-gradient(89.67deg, #F4F3FF 5.16%, rgba(255, 255, 255, 0) 99.77%);
  z-index: 0;
}
.banner-button{
  display: inline-flex;
  align-items: center;
  gap: 24px;
  padding: 12px 12px 12px 28px;
  margin-top: 48px;
  width: auto;
}
.banner-button.btn-gradient-zoom::after{
  background: linear-gradient(112.95deg, #67A7FE -22.46%, #3B66FF 13.24%, #B74FF6 114.62%);
  min-height: 100%;
}
.banner-button .btn-gradient-zoom__text{
  font-size: 18px;
  font-weight: 400;
}
.banner-button-icon{
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
}
.colocation-page .main{
  background: linear-gradient(49deg, rgba(255, 255, 255, 0.00) 54.51%, rgba(226, 225, 254, 0.00) 96.9%);
}
.colocation-page .main > .section:not(:first-child):not(.section-3){
  background: none;
}
.colocation-page .section-data-center{
  z-index: 9 !important;
}
.colocation-page .free-box::after{
  display: none;
}
.colocation-page .section.section-data-center{
  padding-top: 50px;
}
.colocation-pricing{
  padding: 0;
  background: linear-gradient(180deg, #F6F6FE 0%, #FFF 91.5%) !important;
}
.colocation-pricing-block{
  max-width: 1640px;
  box-sizing: border-box;
  border-radius: 40px;
  background: linear-gradient(113deg, #67A7FE -4.58%, #3B66FF 41.79%, #B74FF6 91.93%), #D9D9D9;
  padding: 130px 233px;
  color: white;
  margin: auto;
}
.colocation-pricing-block .section--title{
  font-size: 60px;
  letter-spacing: -1.2px;
  text-align: center;
}
.colo-price-tabs{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
  margin-bottom: 72px;
}
.colo-price-tab{
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  color: #4D63FE;
  cursor: pointer;
  position: relative;
  transition: .3s ease;
}
.colo-price-tab:before{
  content: '';
  transition: .3s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: white;
  border-radius: 50px;
}
.colo-price-tab.outline{
  color: white;
}
.colo-price-tab.outline:before{
  background: rgba(255, 255, 255, 0.07);
}
.colo-price-tab.outline:hover:before{
  background: rgba(255, 255, 255, 0.14);
}
.colo-price-tab:hover:before{
  transform: translate(-50%, -50%) scale(1.02);
}
.colo-price-tab.clicked{
  font-size: 17px;
}

.colo-price-tab.clicked:before,
.colo-price-tab.clicked:hover:before{
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
.colo-price-tab.outline.clicked:before{
  background-color: rgba(255, 255, 255, 0.2);
}
.colocation-pricing-block .colo-table{
  max-width: none;
}
.colocation-pricing-block .colo-table__header{
  opacity: 0.4 !important;
  padding: 0 32px;
  margin-bottom: 20px;
  border: none;
}
.colocation-pricing-block .colo-table__header .colo-table__col{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
.colocation-pricing-block .colo-table__row,
.colocation-pricing-block .colo-table__row:nth-child(2n+1){
  padding: 32px;
  border-radius: 24px;
  opacity: 0.95;
  background: white;
  margin: 16px 0 0;
}
.colocation-pricing-block .colo-table__col:first-child{
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.colocation-pricing-block .colo-table__col:nth-child(2){
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding-left: 10px;
}
.colocation-pricing-block .colo-table__col{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.colocation-pricing-block .colo-table__footer{
  padding: 0 32px;
}
.colocation-pricing-block .colo-table__footer-text{
  margin-bottom: 12px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.colocation-pricing-block .colo-table__list{
  color: rgba(255, 255, 255, 0.60);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.8;
  max-width: 430px;
}
.colocation-pricing-block .colo-table__additional::before{
  background: rgba(255, 255, 255, 0.60);
  opacity: 0.8;
  top: 10px;
  left: -13px;
}
.colocation-pricing-block .colo-table__additional:not(:last-child){
  margin-bottom: 3px;
}
.colocation-pricing-block a.btn-with-icon{
  color: white;
}
.colocation-pricing-block .btn-with-icon .row-6 > [class*=col]{
  padding-left: 6px;
  padding-right: 6px;
}
.colocation-pricing-block .colo-table__col.opacity span{
  color: rgba(30, 30, 30, 0.40);
  font-weight: 400;
}
.colocation-pricing-block .colo-table__col.opacity{
  color: rgba(30, 30, 30, 0.40);
  opacity: 1;
}
.js-colo-tab-content{
  display: none;
}
.js-colo-tab-content.is-active{
  display: block;
}
.colo-data-centers .section-data-center__row{
  gap: 32px;
  align-items: stretch;
}
.section-data-center__col-left{
  display: flex;
  flex-direction: column;
}
.section-data-center__col-left .data-center-gallery-slider{
  flex: 1 0 0;
  max-width: 100%;
  margin-bottom: 24px;
}
.section-data-center__col-left .data-gallery-mini{
  max-width: 100%;
}
.colo-data-centers .data-center-gallery-slide{
  height: auto;
  min-height: 500px;
  border-radius: 30px;
}
.colo-data-centers .data-center-gallery-mini-slide{
  height: 140px;
  border-radius: 24px;
}
.section-data-center__col-right{
  margin: 0 !important;
  background: rgba(242, 244, 247, 0.8);
  border-radius: 32px;
}
.section-data-center__col-right-wrap{
  padding: 40px 48px 48px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}
.colo-data-centers .data-center__subtitle{
  font-size: 28px;
  line-height: 1.3;
  max-width: 560px;
  margin: 0;
}
.colo-data-centers .data-center__subtitle .gradient-text-blue{
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
.colo-data-centers .data-center__descr{
  color: #4F4F4F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  width: 100%;
}
.colo-data-centers .data-center__descr ul{
  line-height: 1.6;
}
.colo-data-centers .data-center__descr li{
  margin-bottom: 2px;
  list-style: none;
  position: relative;
}
.colo-data-centers .data-center__descr li:before{
  content: '';
  display: block;
  position: absolute;
  top: 13px;
  left: -15px;
  height: 3px;
  width: 3px;
  background: #4F4F49;
  border-radius: 100%;
}
.colo-data-centers .data-center__descr p{
  margin-bottom: 16px;
}
.data-center-specification{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 24px;
  cursor: pointer;
  position: relative;
  background: white;
  border-radius: 20px;
  transition: .3s ease;
}
.data-center-specification:hover{
  transform: scale(0.97);
}
/*.data-center-specification:before{
  content: '';
  display: block;
  position: absolute;
  background: white;
  border-radius: 20px;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .3s ease;
}
.data-center-specification:hover:before{
  transform: scale(1.03);
}*/
.data-center-specification-data-title{
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 12px;
  display: inline-block;
}
.data-center-specification:hover .data-center-specification-data-title{
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.data-center-specification-data-features{
  display: flex;
  justify-content: space-between;
  gap: 19px;
  color: rgba(30, 30, 30, 0.30);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.data-center-specification .data-center__label-inner{
  height: 46px;
  width: 46px;
  margin: 0;
  box-shadow: none;
  border-radius: 50px;
  flex: 0 0 auto;
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
}
.data-center-specification img.active {
  position: relative;
  display: block;
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.data-center-specification img.hover {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translateY(calc(100% + 41px)) translateX(-50%);
  transform: translateY(calc(100% + 41px)) translateX(-50%);
  transition: -webkit-transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
  transition: transform .6s cubic-bezier(.19,1,.22,1),-webkit-transform .6s cubic-bezier(.19,1,.22,1)
}
.data-center-specification .data-center__label-inner img{
  width: 22px;
  height: 22px;
}
.data-center-specification:hover .active {
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
}
.data-center-specification:hover .hover {
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  transform: translateY(-50%) translateX(-50%) !important;
}
.data-center-gallery-slider__pagination{
  position: absolute;
  z-index: 1;
  display: none;
  justify-content: center;
  bottom: 28px !important;
  gap: 12px;
}
.data-center-gallery-slider__pagination .swiper-pagination-bullet{
  background: white;
  opacity: 0.4;
  margin: 0 !important;
}
.data-center-gallery-slider__pagination .swiper-pagination-bullet-active{
  opacity: 1;
}
.round-header .header{
  padding-top: 60px;
}
.round-header .main{
  background: #F2F4FF;
}
.round-header .header.headroom--not-top{
  padding-top: 0;
}
.first-gradient{
  position: relative;
  margin: 0 30px;
  margin-top: calc(-100vh + 30px);
  overflow: hidden;
  border-radius: 60px;
  background: linear-gradient(112deg, #67A7FE -11.62%, #3B66FF 46.98%, #B74FF6 99.16%);
}
.first-gradient:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 223px;
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 6.59%, #FFF 96.73%);
  z-index: 1;
}
.first-gradient .container{
  z-index: 2;
}
.first-gradient-block{
  position: relative;
  min-height: 720px;
  padding: 208px 0 124px;
  color: white;
}
.first-gradient-block-picture{
  position: absolute;
  bottom: 0;
  left: 48%;
  width: 677px;
  height: 671px;
}
.fgb-health .first-gradient-block-picture{
  width: 1306px;
  height: 658px;
  left: auto;
  right: -46px;
}
.fgb-health div.first-gradient-block-title{
  display: none;
}
.first-gradient-block-picture picture,
.first-gradient-block-picture img{
  max-width: 100%;
  max-height: 100%;
}
.first-gradient-block-title{
  color: #FCFCFF;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
}
.first-gradient-block-descr{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.46;
  max-width: 610px;
}
.first-gradient-block-buttons{
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  gap: 32px;
}
.btn-gradient-zoom.fgb-test-button::after{
  background: white;
  z-index: -1;
  min-height: 100%;
}
.first-gradient-block-buttons .discuss-the-problem-link-height{
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50px;
}
.first-gradient-block-buttons .discuss-the-problem-link-height .discuss-the-problem-link{
  margin: 0;
}
.first-gradient-block-buttons .discuss-the-problem-link-height:hover{
  background: rgba(255, 255, 255, 0.1);
}
.fgb-test-button{
  padding: 8px 8px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: auto;
}
.fgb-test-button .btn-gradient-zoom__text{
  font-size: 18px;
  font-weight: 500;
}
.fgb-test-button-icon{
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: linear-gradient(113deg, #67A7FE -22.46%, #3B66FF 13.24%, #B74FF6 114.62%);
}
.first-gradient-block-buttons .gradient-text-blue{
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.first-gradient-block-buttons .btn-with-icon .btn-with-icon__text{
  font-size: 18px;
  font-weight: 400;
}
.first-gradient-block-buttons .btn-with-icon .svg-image-l-arrow-right{
  background: url("../images/svg/edit-white.svg") center center no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.discuss-form-round.discuss-form{
  top: 208px;
  right: 75px;
  -webkit-backdrop-filter: blur(95px);
  backdrop-filter: blur(95px);
  background: rgba(255, 255, 255, 0.10);
  border: none;
  border-radius: 50px;
  padding: 52px 60px;
}
.discuss-form-round .discuss-form-wrap{
  width: 645px;
  position: initial;
}
.discuss-form-round .discuss-form-title{
  background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 20px;
}
.discuss-form-round .discuss-form-close{
  height: 40px;
  width: 40px;
  top: 24px;
  right: 24px;
  background: url("../images/svg/close-white.svg") center center no-repeat;
  background-size: 100% auto;
}
.ask-question-form-row{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.ask-question-form-item{
  width: 100%;
  position: relative;
}
.blog-discuss .ask-question-form-row{
  gap: 12px;
}
.blog-discuss .discuss-textarea{
  min-height: 120px;
}
.blog-discuss .ask-question-form-row .ask-question-form-item:nth-of-type(1),
.blog-discuss .ask-question-form-row .ask-question-form-item:nth-of-type(2){
  width: calc(50% - 6px);
}
@media (max-width: 1800px) {
  .blog-discuss .ask-question-form-row{
    gap: 8px;
  }
  .blog-discuss .ask-question-form-row .ask-question-form-item:nth-of-type(1),
  .blog-discuss .ask-question-form-row .ask-question-form-item:nth-of-type(2){
    width: calc(50% - 4px);
  }
}
@media (max-width: 560px) {
  .blog-discuss .ask-question-form-row .ask-question-form-item:nth-of-type(1),
  .blog-discuss .ask-question-form-row .ask-question-form-item:nth-of-type(2){
    width: 100%;
  }
}
.discuss-form-round .ask-question-form [type=email],
.discuss-form-round .ask-question-form [type=tel],
.discuss-form-round .ask-question-form [type=text],
.discuss-form-round .ask-question-form textarea {
  border-radius: 16px;
  background: rgba(252, 252, 255, 0.85);
  padding: 20px;
  border: none;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  color: rgba(30, 30, 30, 1);
  opacity: 1;
}
.discuss-form-round .ask-question-form [type=email]::-webkit-input-placeholder,
.discuss-form-round .ask-question-form [type=tel]::-webkit-input-placeholder,
.discuss-form-round .ask-question-form [type=text]::-webkit-input-placeholder,
.discuss-form-round .ask-question-form textarea::-webkit-input-placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-round .ask-question-form [type=email]::-moz-placeholder,
.discuss-form-round .ask-question-form [type=tel]::-moz-placeholder,
.discuss-form-round .ask-question-form [type=text]::-moz-placeholder,
.discuss-form-round .ask-question-form textarea::-moz-placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-round .ask-question-form [type=email]:-ms-input-placeholder,
.discuss-form-round .ask-question-form [type=tel]:-ms-input-placeholder,
.discuss-form-round .ask-question-form [type=text]:-ms-input-placeholder,
.discuss-form-round .ask-question-form textarea:-ms-input-placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-round .ask-question-form [type=email]::placeholder,
.discuss-form-round .ask-question-form [type=tel]::placeholder,
.discuss-form-round .ask-question-form [type=text]::placeholder,
.discuss-form-round .ask-question-form textarea::placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-round .discuss-textarea{
  min-height: auto;
}
.discuss-form-round .ask-question-form textarea{
  height: 100%;
}
.discuss-form-round .text-color-1E{
  color: white;
  max-width: 350px;
  opacity: 0.8;
}
.discuss-form-round .text-color-95{
  color: white;
}
.discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(1),
.discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(2),
.discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(3){
  width: calc((100% - 20px) / 3);
  flex: 1 0 0;
}
.discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(5){
  flex: 1 0 0;
  width: auto;
  margin-top: 10px;
}
.discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(6){
  width: auto;
  margin-top: 10px;
}
.discuss-form-round .discuss-the-problem-form .textarea-wrap{
  border: none;
  max-height: none;
  height: 120px;
  border-radius: 16px;
}
.discuss-form-round .discuss-the-problem-form button{
  color: white;
}
.discuss-form-round.discuss-form .parsley-errors-list{
  bottom: 5px;
  right: 10px;
  font-size: 12px;
}
.discuss-form-round.discuss-form .parsley-errors-list li::after{
  top: 5px;
}
.discuss-form-round.discuss-form .svg-image-sending{
  background: url("../images/svg/sending-white.svg") center center no-repeat;
  background-size: 100% auto;
}
.discuss-form-round.discuss-form .svg-image-ok{
  background: url("../images/svg/ok-white.svg") center center no-repeat;
  background-size: 100% auto;
}
section.products{
  border-radius: 0 0 80px 80px;
  padding-bottom: 152px;
  margin-bottom: -80px;
  background: #F2F4FF;
  position: relative;
  z-index: 11;
}
.products-types{
  padding: 60px 0 70px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.products-type{
  padding: 16px 24px;
  border-radius: 50px;
  color: #5F60FD;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  transition: all .2s ease;
  text-align: center;
}
.products-type.clicked{
  font-size: 17px;
}
.products-type:before{
  border-radius: 50px;
}
.products-type.clicked:before,
.products-type.clicked:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
.js-clicked.clicked:before,
.js-clicked.clicked:hover:before{
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
.js-clicked.clicked.btn-gradient-zoom,
.js-clicked.clicked.mp-detail-button{
  transition: .2s ease !important;
  transform: scale(0.98);
}
.js-clicked.clicked.btn-gradient-zoom:after{
  transform: scale(1) translateY(-50%);
  transition: .2s ease !important;
}
.products-type.active{
  color: white;
  cursor: initial;
}
.products-type.active:before,
.products-type.active:hover:before{
  background: #5F60FD;
}
.products-type-blocks{
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.products-type-block{
  display: none;
}
.products-type-block.active{
  display: block;
}
.products-type-title{
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.45px;
}
.products-type-title .gradient-text{
  background: linear-gradient(113deg, #67A7FE -22.46%, #3B66FF 13.24%, #B74FF6 114.62%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.products-type-text,
.products-type-item-text{
  color: #4F4F4F;
  max-width: 800px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.products-type-item-text,
.products-type-text span{
  opacity: 0.6;
}
.products-type-items{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.products-type-item{
  width: calc((100% - 20px*2) / 3);
  display: flex;
  min-height: 320px;
  padding: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 40px;
  background: white;
  transition: transform .3s ease;
}
a.products-type-item:hover{
  transform: scale(.97);
}
.products-type-item-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #363636;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.48px;
  transition: all .3s ease;
}
a.products-type-item:hover .products-type-item-title span{
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.products-type-item-title:after{
  content: '';
  height: 60px;
  width: 60px;
}
a.products-type-item .products-type-item-title:after{
  background: url("../images/products-arrow.png") center center no-repeat;
  background-size: 100% auto;
}
.products-type-item-text{
  font-size: 16px;
  max-width: 420px;
  margin-top: 20px;
}
.products-type-item-labels{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}
.products-type-item-label{
  padding: 11px 19px;
  border-radius: 60px;
  background: #EFEEFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.btn-gradient-zoom.discuss-the-problem-link{
  padding: 20px 24px;
  width: auto;
  gap: 12px;
  margin: 0;
  justify-content: space-between;
}
.btn-gradient-zoom.discuss-the-problem-link::after{
  background: rgba(255, 255, 255, 0.05);
  min-height: 100%;
}
.btn-gradient-zoom.discuss-the-problem-link:hover::after{
  background: rgba(255, 255, 255, 0.1);
}
.btn-gradient-zoom.discuss-the-problem-link .btn-gradient-zoom__text{
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}
.discuss-the-problem-link-icon{
  background: url(../images/svg/edit-white.svg) center center no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.marketplace-first{
  min-height: 730px;
  position: relative;
  margin-top: -100vh;
  padding: 202px 0 156px;
}
.marketplace-first .section-image-bg{
  height: 100%;
  bottom: 0;
}
.marketplace-first .section-image-bg::after{
  display: none;
}
.marketplace-list{
  position: relative;
  border-radius: 0px 0px 50px 50px;
  background: linear-gradient(0deg, #F2F4FF 0%, #F2F4FF 100%), linear-gradient(178deg, #F3F2FF 1.38%, #F4F3FF 97.01%);
  padding: 100px 0 240px;
  margin-bottom: -50px;
  z-index: 11;
}
.marketplace-list .products-types{
  padding: 0 0 80px;
}
.marketplace-type-blocks{
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.marketplace-type-title{
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.04px;
  margin-bottom: 8px;
}
.marketplace-type-text{
  color: #4F4F4F;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 600px;
}
.marketplace-type-text span{
  opacity: 0.6;
}
.marketplace-type-items{
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 20px;
}
.marketplace-type-item{
  border-radius: 28px;
  background: white;
  min-height: 340px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  width: calc((100% - 20px* 4) / 5);
  transition: 0.3s ease;
  box-shadow: 10px 20px 40px 0px rgba(27, 25, 232, 0.03);
}
.marketplace-type-item-top{
  position: relative;
}
.marketplace-type-item-icon{
  height: 68px;
  width: 68px;
  border-radius: 16px;
  background: #F8F7FA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.market-vyos .marketplace-type-item-icon{
  padding: 7px;
}
.market-ispmanager .marketplace-type-item-icon{
  padding: 0;
}
.marketplace-type-item-icon picture{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketplace-type-item-icon picture img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.marketplace-type-item-bottom{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.marketplace-type-item-title{
  position: relative;
  color: #363636;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin-bottom: 8px;
  transition: 0.3s ease;
}
.marketplace-type-item-text{
  color: #4F4F4F;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  overflow: hidden;
}
.marketplace-type-item-text-wrap{
  transition: 0.3s ease;
  opacity: 0.6;
}
.marketplace-type-item:hover .marketplace-type-item-text-wrap{
  opacity: 0;
}
.marketplace-type-item-buttons{
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  transition: .3s ease;
}
.marketplace-type-item:hover .marketplace-type-item-buttons{
  visibility: visible;
  opacity: 1;
  bottom: 0;
}
.marketplace-type-item-buttons .btn{
  height: 56px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  background: none;
  transition: .2s ease;
  color: #5F60FD;
}
.marketplace-type-item-buttons .btn-empty{
  background: none;
  visibility: hidden;
  order: 2;
}
.marketplace-type-item-buttons .btn span{
  position: relative;
  z-index: 1;
}
.marketplace-type-item-buttons .btn:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: .2s ease;
  border-radius: 16px;
  z-index: 0;
  background: rgba(95, 96, 253, 0.07);
}
.marketplace-type-item-buttons .btn:hover:before{
  transform: translate(-50%, -50%) scale(1.02);
}
.marketplace-type-item-buttons .btn.marketplace-run-link{
  color: white;
}
.marketplace-type-item-buttons .btn.marketplace-run-link:before{
  background: #5F60FD;
}
.marketplace-first div.page-title{
  display: none;
}
.btn-gradient-zoom.discuss-the-problem-link-popup{
  padding: 8px 8px 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: auto;
  cursor: pointer;
}
.btn-gradient-zoom.discuss-the-problem-link-popup .btn-gradient-zoom__text{
  font-size: 18px;
  font-weight: 500;
}
.btn-gradient-zoom.discuss-the-problem-link-popup::after,
.btn-gradient-zoom.discuss-the-problem-link-popup:hover::after{
  background: linear-gradient(112deg, #67A7FE -11.62%, #3B66FF 46.98%, #B74FF6 99.16%);
  background-size: cover;
  min-height: 100%;
}
.gradient-arrow-right{
  background: url("../images/gradient-arrow-right.png") center center no-repeat;
  background-size: contain;
}
.discuss-the-problem-link-popup .gradient-arrow-right{
  background-color: white;
  height: 48px;
  width: 48px;
  z-index: 1;
  border-radius: 100%;
  background-size: 16px 16px;
}
.discuss-popup-opened .fancybox-bg{
  background: rgba(0, 0, 0, 0.30);
  opacity: 1;
}
.discuss-popup-opened .fancybox-container{
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
}
.discuss-popup-opened .discuss-form{
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
}
.discuss-popup-opened .discuss-form{
  display: block;
}
.fancybox-content.discuss-form-popup{
  background: none;
  padding: 0;
  cursor: initial !important;
}
.discuss-popup-arrow-right{
  display: block;
  height: 17px;
  width: 15px;
  background: url("../images/discuss-popup-arrow-right.png") center center no-repeat;
  background-size: 100% auto;
}
.discuss-form-popup .form-btn-default button{
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.discuss-form-popup .discuss-form{
  background: #F1F3FF;
  border: none;
  -webkit-backdrop-filter: blur(95px);
  backdrop-filter: blur(95px);
  border-radius: 50px;
  padding: 52px 60px;
}
.discuss-form-popup .discuss-form-wrap{
  width: 685px;
}
.discuss-form-popup .discuss-form-title{
  font-size: 24px;
  line-height: 48px;
  font-weight: 500;
  display: inline-block;
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 20px;
}
.discuss-form-popup .fancybox-button{
  display: none;
}
.discuss-form-popup .ask-question-form-row{
  gap: 12px;
  justify-content: space-between;
}
.discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(1),
.discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(2){
  width: calc((100% - 12px) / 2);
}
.discuss-form-popup .ask-question-form [type=email],
.discuss-form-popup .ask-question-form [type=tel],
.discuss-form-popup .ask-question-form [type=text],
.discuss-form-popup .ask-question-form textarea{
  border: none;
  background: white;
  border-radius: 16px;
  padding: 24px 20px;
  color: rgba(30, 30, 30);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.discuss-form-popup .ask-question-form [type=email]::-webkit-input-placeholder,
.discuss-form-popup .ask-question-form [type=tel]::-webkit-input-placeholder,
.discuss-form-popup .ask-question-form [type=text]::-webkit-input-placeholder,
.discuss-form-popup .ask-question-form textarea::-webkit-input-placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-popup .ask-question-form [type=email]::-moz-placeholder,
.discuss-form-popup .ask-question-form [type=tel]::-moz-placeholder,
.discuss-form-popup .ask-question-form [type=text]::-moz-placeholder,
.discuss-form-popup .ask-question-form textarea::-moz-placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-popup .ask-question-form [type=email]:-ms-input-placeholder,
.discuss-form-popup .ask-question-form [type=tel]:-ms-input-placeholder,
.discuss-form-popup .ask-question-form [type=text]:-ms-input-placeholder,
.discuss-form-popup .ask-question-form textarea:-ms-input-placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-popup .ask-question-form [type=email]::placeholder,
.discuss-form-popup .ask-question-form [type=tel]::placeholder,
.discuss-form-popup .ask-question-form [type=text]::placeholder,
.discuss-form-popup .ask-question-form textarea::placeholder {
  opacity: 0.4;
  color: inherit
}
.discuss-form-popup .ask-question-form.discuss-the-problem-form .textarea-wrap{
  border: none;
  height: 156px;
  max-height: none;
}
.discuss-form-popup .discuss-textarea{
  min-height: auto;
  margin-bottom: 12px;
}
.discuss-form-popup .ask-question-form.discuss-the-problem-form textarea{
  height: 100% !important;
}
.discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(5){
  flex: 1 0 0;
  max-width: 350px;
}
.discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(6){
  width: auto;
}
.discuss-form-privacy{
  color: rgba(30, 30, 30, 0.40);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 350px;
}
.blog-article__main .blog-discuss .discuss-form-privacy{
  font-size: 14px;
  line-height: 1.4;
  color: #949595;
  max-width: 392px;
}
@media (max-width: 680px), (min-width: 1025px) and (max-width: 1250px) {
  .blog-article__main .blog-discuss .discuss-form-privacy{
    font-size: 12px;
    max-width: 335px;
  }
}
.discuss-form-popup .discuss-form .parsley-errors-list,
.blog-discuss .parsley-errors-list{
  bottom: 7px;
  right: 12px;
}
.blog-article__main .blog-discuss .parsley-errors-list{
  margin: 0;
  position: absolute;
  color: rgba(255, 38, 38, .8);
}
.blog-article__main .blog-discuss ul.parsley-errors-list li{
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 38, 38, .8);
  padding-left: 15px;
}
.blog-article__main .blog-discuss ul.parsley-errors-list li:before{
  display: none;
}
.discuss-form-popup .ask-question-form{
  margin: 0;
}
body.discuss-popup-opened{
  overflow: hidden;
}
.round-header.mp-detail-page .main{
  background: #F7F9FF;
}
.mp-detail-first .first-gradient-block-buttons{
  gap: 20px;
}
.mp-detail-first .first-gradient-block{
  padding: 152px 0 140px;
  min-height: 730px;
}
.mp-detail-first .first-gradient-block-descr{
  max-width: 685px;
}
.mp-breadcrumb{
  padding: 0;
  margin: 0 0 48px;
  list-style: none;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.mp-breadcrumb a{
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.mp-breadcrumb a:hover{
  color: rgba(255, 255, 255, 0.9);
}
.mp-breadcrumb li:not(:last-of-type){
  display: flex;
  align-items: center;
}
.mp-breadcrumb li:not(:last-of-type):after{
  content: '';
  margin: 0 10px;
  background: none;
  height: 6px;
  width: 6px;
  transform: rotate(45deg);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.mp-params{
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.mp-param{
  padding: 16px 20px;
  position: relative;
  font-size: 16px;
  line-height: 16px;
}
.mp-param:after{
  content: '';
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transition: .3s ease;
  transform: translate(-50%, -50%);
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.07);
}
.mp-detail-main {
  position: relative;
  padding: 80px 0 158px;
  border-radius: 0 0 60px 60px;
  margin-bottom: -60px;
  background: #F7F9FF;
  z-index: 11;
}
.mp-detail-main-row{
  display: flex;
  gap: 120px;
  align-items: stretch;
}
.mp-detail-main-left{
  flex: 0 1 780px;
}
.mp-detail-main-right{
  flex: 0 0 470px;
  position: relative;
}
.mp-detail-main-right-wrap{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.mp-detail-tabs{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}
.mp-detail-tab{
  padding: 16px 20px;
  color: #5F60FD;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  transition: 0.2s ease;
}
.mp-detail-tab.clicked{
  font-size: 15px;
}
.mp-detail-tab.active {
  color: white;
  cursor: initial;
}
.mp-detail-tab:before{
  border-radius: 50px;
}
.mp-detail-tab.active:before,
.mp-detail-tab.active:hover:before{
  background: #5F60FD;
}
.mp-detail-tab.clicked:before,
.mp-detail-tab.clicked:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
.mp-detail-tab-data{
  display: none;
}
.mp-detail-tab-data.active{
  display: block;
}
.mp-detail-tab-data.blog-article__main{
  padding: 0;
  border: none;
  color: rgba(30, 30, 30, 0.8);
}
.mp-detail-tab-data.blog-article__main h2{
  font-size: 28px;
}
.mp-detail-support-contacts{
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin-bottom: 56px;
}
.mp-detail-support-contact-wrap{
  width: calc((100% - 12px) / 2);
}
.mp-detail-support-contact{
  height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 20px;
  transition: 0.2s ease;
}
/*
.mp-detail-support-contact:hover{
  transform: scale(0.95);
}*/
.mp-detail-support-contact span{
  font-weight: 500;
  display: block;
  padding-bottom: 4px;
}
.mp-detail-support-contact a{
  color: #5F60FD;
}
.mp-detail-support-contact a:hover{
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 4px;
}
.mp-detail-support-contact_icon{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 3px;
}
.mp-detail-support-contact_icon.icon-phone{
  padding: 6px;
}
.mp-detail-support-contact_text{
  flex: 1 0 0;
  width: calc(100% - 40px - 16px);
}
.mp-detail-support-contact_text a{
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mp-detail-tabs-data .like-h2{
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 615px;
}
.mp-detail-make-request{
  display: inline-block;
  color: #5F60FD;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 24px 32px;
  width: 260px;
  cursor: pointer;
}
.mp-detail-make-request.clicked{
  font-size: 15px;
}
.mp-detail-make-request:before{
  border-radius: 20px;
}
.mp-detail-make-request.clicked:before,
.mp-detail-make-request.clicked:hover:before {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
}
.mp-detail-server-price{
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  border-radius: 32px;
  background: #F1F4FB;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05px;
}
.mp-detail-server-price b{
  font-size: 48px;
  font-weight: 600;
}
.mp-detail-server-price span.mp-detail-server-price-name{
  color: rgba(0, 0, 0, 0.30);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05px;
}
.mp-detail-features{
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #263238;
  padding: 0 24px;
}
.mp-detail-feature{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1px;
}
.mp-detail-feature span:last-of-type{
  text-align: right;
}
.mp-detail-feature-empty{
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
}
.mp-detail-buttons{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.mp-detail-button{
  position: relative;
  width: calc((100% - 16px) / 2);
  padding: 20px 24px;
  color: #5F60FD;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.mp-detail-button:after{
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background: url("../images/arrow-right-top.png") center center no-repeat;
  background-size: 100% auto;
}
.mp-detail-button:before{
  border-radius: 16px;
}
.background-zoom{
  position: relative;
  cursor: pointer;
}
.background-zoom:before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transition: 0.2s ease;
  transform: translate(-50%, -50%);
  background: rgba(95, 96, 253, 0.07);
  z-index: -1;
}
.background-zoom:hover:before{
  transform: translate(-50%, -50%) scale(1.02);
  background: rgba(95, 96, 253, 0.14);
}
.mp-detail-more-title{
  color: #4B4B4B;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 28px;
}
.mp-detail-more-items{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mp-detail-more-item{
  padding: 28px 32px 28px 24px;
  display: flex;
  gap: 12px;
  border-radius: 24px;
  background: #F0F2FA;
  transition: .2s ease;
}
.mp-detail-more-item:not(.no-link):hover{
  transform: scale(0.98);
}
.mp-detail-more-item-icon{
  height: 60px;
  width: 60px;
  padding: 11px;
  flex-shrink: 0;
}
.mp-detail-more-item-icon a{
  display: block;
  height: 100%;
  width: 100%;
}
.mp-detail-more-item-right{
  flex: 1 0 0;
  position: relative;
}
.mp-detail-more-item-icon picture{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mp-detail-more-item-icon picture img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.mp-detail-more-item-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 4px;
}
.mp-detail-more-item-title a,
.mp-detail-more-item-title span{
  display: inline-block;
  color: #49494A;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.36px;
}
.mp-detail-more-item-title a:hover{
  color: #5F60FD;
}
.mp-detail-more-item-label{
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(95, 96, 253, 0.10);
  color: #5F60FD;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.mp-detail-more-item-text{
  color: #4F4F4F;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.3;
  opacity: 0.7;
  /*display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;*/
}
.text-block .color-light,
.text-block ul.color-light p,
.text-block ul.color-light span
.text-block ol.color-light p,
.text-block ol.color-light span,
.text-block ol.color-light li:before{
  color: rgba(30, 30, 30, 0.6) !important;
}
.text-block li code,
.text-block p code{
  position: relative;
  display: inline;
  padding: 4px 8px;
  color: #47484A;
  font-family: Monaco, sans-serif;
  font-size: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.text-block li code:after,
.text-block p code:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #EAEEF9;
  border-radius: 7px;
}
.text-block li code.wide:after,
.text-block p code.wide:after{
  border-radius: 20px;
}
.text-block li code:not(.wide):hover:after,
.text-block p code:not(.wide):hover:after{
  left: -1px;
  top: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
}
.text-block code .copy-code{
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.text-block code.deactivated{
  opacity: 0.6;
}
.text-block li code:not(.wide) .copy-code:before,
.text-block p code:not(.wide) .copy-code:before{
  display: none;
}
.text-block code .copy-code:after{
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/svg/copy-small.svg") center center no-repeat;
  background-size: 16px auto;
  transition: 0.3s ease;
}
.text-block code .copy-code.clicked:after{
  background-size: 12px auto;
}
.text-block code .copy-code.deactivated{
  opacity: 0.6;
}
.text-block > code .copy-code,
.text-block code.wide .copy-code{
  height: 36px;
  width: 36px;
  background-size: 20px auto;
  margin: 0;
}
.text-block > code .copy-code:before,
.text-block code.wide .copy-code:before{
  background: white;
  border-radius: 12px;
  z-index: 0;
}
.text-block > code .copy-code:after,
.text-block code.wide .copy-code:after{
  background: url("../images/svg/copy.svg") center center no-repeat;
  background-size: 20px auto;
}
.text-block code.wide .copy-code.clicked:after{
  background-size: 16px auto;
}
.text-block li > *:not(code):last-child{
  margin-bottom: 0 !important;
}
.text-block li > p,
.text-block li > code{
  margin-bottom: 20px !important;
}
.text-block h3,
.text-block .like-h3{
  font-size: 28px;
}
.text-block h2 + ul,
.text-block h2 + ol,
.text-block h3 + ul,
.text-block h3 + ol{
  margin-top: 20px;
}
.text-block > *:last-child{
  margin-bottom: 0;
}
.help-with{
  padding: 180px 0 200px;
}
.solutions-block-title{
  font-size: 68px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -1.36px;
}
.help-with-title{
  text-align: center;
  max-width: 811px;
  margin: 0 auto 80px;
}
.help-with-items{
  margin: auto;
  max-width: 1490px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  min-height: 400px;
}
.help-with-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  min-height: 415px;
  padding: 40px;
  border-radius: 40px;
  background: #FFF;
  width: calc((100% - 16px*3) / 4);
  box-shadow: 10px 20px 40px 0 rgba(27, 25, 232, 0.03);
}
.help-with-item-wide{
  position: relative;
  width: calc((100% - 16px) / 2);
  padding-left: calc((100% - 16px*3) / 4 + 32px);
}
.help-with-item-wide:before{
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  bottom: 16px;
  width: calc((100% - 16px) / 2 - 16px);
  border-radius: 32px;
}
.help-with-item-picture-1:before{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%),
  url("../images/help-with-image-1.jpeg") lightgray 1.042px 0px / 99.907% 100% no-repeat;
  background-size: 895px auto;
  background-position: 76% 70%;
}
.help-with-item-picture-2:before{
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%),
  url("../images/help-with-image-2.jpeg") lightgray -83.349px 0px / 108.791% 100% no-repeat;
  background-size: 1072px 586px;
  background-position: 83% 100%;
}
.help-with-item-title {
  color: #414141;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.56px;
}
.help-with-item-text {
  color: rgba(51, 51, 51, 0.4);
  font-size: 16px;
  line-height: 1.4;
}
.help-with-item-last{
  width: 100%;
  border-radius: 32px;
  background: rgba(163, 176, 248, 0.10);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 32px 32px 40px;
  gap: 32px;
}
.help-with-item-last-text{
  color: rgba(51, 51, 51, 0.4);
  font-size: 18px;
  line-height: 1.4;
}
.help-with-item-last-text .gradient-text{
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.64px;
  margin-bottom: 8px;
}
.help-with-link{
  padding: 32px 80px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  flex-shrink: 0;
}
.help-with-link span{
  position: relative;
  z-index: 1;
}
.help-with-link.background-zoom:before{
  border-radius: 20px;
  background: white;
  z-index: 0;
}
.swiper-main.swiper-icons .swiper-slide{
  width: 275px;
  height: 285px;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}
.swiper-main.swiper-icons .swiper-slide picture{
  width: 180px;
  height: 180px;
}
.swiper-main.swiper-icons .swiper-slide picture img{
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.solution-products{
  padding: 240px 0;
}
.solution-products-title{
  max-width: 780px;
  text-align: center;
  margin: 0 auto 20px;
}
.solution-products-text{
  max-width: 955px;
  color: rgba(51, 51, 51, 0.6);
  font-size: 20px;
  line-height: 1.4;
  margin: auto;
  text-align: center;
}
.solution-products-items{
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 24px;
}
.solution-products-item-wrap{
  width: calc((100% - 24px*2) / 3);
}
.solution-products-item{
  border-radius: 32px;
  background: #FFF;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
  width: 100%;
  transition: transform .3s ease;
  box-shadow: 10px 20px 40px 0 rgba(27, 25, 232, 0.03);
}
.solution-products-item:hover {
  transform: scale(.97);
}
.solution-products-item-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.solution-products-item:hover .solution-products-item-title span {
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.solution-products-item-title:after{
  content: '';
  flex-shrink: 0;
  height: 60px;
  width: 60px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
.solution-cloud-servers .solution-products-item-title:after{
  background-image: url("../images/svg/solutions-cloud-servers.svg");
}
.solution-cloud-servers-gpu .solution-products-item-title:after{
  background-image: url("../images/svg/solutions-cloud-servers-gpu.svg");
}
.solution-virtual-disks .solution-products-item-title:after{
  background-image: url("../images/svg/solutions-virtual-disks.svg");
}
.solution-virtual-firewall .solution-products-item-title:after{
  background-image: url("../images/svg/solutions-virtual-firewall.svg");
}
.solution-object-storage .solution-products-item-title:after{
  background-image: url("../images/svg/solutions-object-storage.svg");
}
.solution-cloud-manager .solution-products-item-title:after{
  background-image: url("../images/svg/solutions-cloud-manager.svg");
}
.solution-products-item-text{
  color: rgba(79, 79, 79, 0.6);
  font-size: 20px;
  line-height: 1.4;
}
.solution-products-item-detail{
  padding: 23px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  width: 100%;
}
.solution-products-item-detail span{
  position: relative;
  z-index: 1;
}
.solution-products-item-detail.background-zoom:before{
  border-radius: 20px;
  background: rgba(66, 90, 240, 0.06);
  z-index: 0;
}
.solution-products-item-detail.background-zoom:hover:before{
  background: rgba(66, 90, 240, 0.12);
}
.solutions-try{
  position: relative;
  z-index: 12;
  margin-bottom: -150px;
}
.solutions-try .procloud-try__footer-description{
  font-size: 14px;
  font-weight: 400;
}
.solutions-try .procloud-try{
  max-width: 1080px;
  padding: 52px 0 52px 60px;
  height: auto;
  min-height: 480px;
  border-radius: 40px;
  background: linear-gradient(112deg, #67A7FE -11.62%, #3B66FF 46.98%, #B74FF6 99.16%);
  box-shadow: 10px 20px 40px 0 rgba(27, 25, 232, 0.08);
}
.solutions-try .procloud-try__title{
  font-size: 68px;
  letter-spacing: -1.36px;
  margin-bottom: 30px;
}
.solutions-try .procloud-try__description{
  font-size: 20px;
}
.solutions-try .btn-effect-zoom{
  min-width: 320px;
  width: auto;
  padding: 14px 28px;
  font-size: 20px;
}
.solutions-try .btn-effect-zoom__text{
  font-size: 20px;
}
.solutions-try .btn-effect-zoom::after{
  min-height: 100%;
}
.solutions-try .procloud-try__decor{
  max-width: 582px;
  right: -40px;
  top: -70px;
}
.solutions-try + .section-why-procloud{
  padding-top: 300px;
}
.advantages-gradient .section__wrap-header .section--description{
  max-width: 665px;
  font-weight: 400;
  letter-spacing: -0.4px;
}
.advantages-gradient-boxes{
  display: flex;
  gap: 40px;
}
.advantages-gradient-boxes .to-animate-cards__col{
  position: relative;
  flex: 1 0 0;
}
.advantages-gradient-boxes .advantage-box{
  border-radius: 40px;
}
.advantages-gradient-boxes .advantage-box-info{
  padding: 0 30px 30px;
}
.advantages-gradient-boxes .advantage-desc{
  font-size: 18px;
}
.section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(2){
  top: 135px;
}
.section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(3){
  top: 55px;
}
.section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(4){
  top: 23px;
}
.free-block{
  position: relative;
  z-index: 12;
  border-radius: 50px;
  /*background: linear-gradient(87deg, #F8F7FF 38%, #E0DBFF 86.27%);*/
  background: #F2F0FF;
  margin: -250px 0 -100px;
  top: 100px;
  padding: 160px 0 145px;
}
.free-block-row{
  display: flex;
  align-items: center;
  gap: 40px;
}
.free-block-image{
  width: 716px;
}
.free-block-image picture{
  max-width: 100%;
}
.free-block-image picture img{
  max-width: 100%;
  object-fit: contain;
}
.free-block .solutions-block-title{
  margin-bottom: 20px;
}
.free-block-text{
  color: rgba(79, 79, 79, 0.6);
  font-size: 20px;
  line-height: 1.4;
}
.free-block-text p{
  max-width: 600px;
}
.free-block .btn-effect-zoom{
  margin-top: 40px;
  width: auto;
  padding: 24px 40px;
}
.free-block .btn-effect-zoom .row{
  gap: 105px;
}
.free-block .btn-effect-zoom.btn-effect-zoom-gradient::before{

  height: calc(100% - 4px);
  background: #F2F0FF;
}
.free-block .btn-effect-zoom.btn-effect-zoom-gradient::after{

  height: 100%;
}
.section__content-new .section--description{
  font-weight: 400;
  margin-bottom: 80px;
}
.js-sticky{
  transition: 0.4s ease;
}
/*.js-sticky.in-stick{
  padding-top: 60px;
}*/
.mp-detail-opnsense .first-gradient-block-picture,
.mp-detail-vyos .first-gradient-block-picture{
  width: 695px;
  height: 695px;
}
.mp-back-link{
  display: none;
}
.marketplace-type-item-label{
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(95, 96, 253, 0.10);
  color: #5F60FD;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.24px;
  text-transform: uppercase;
}
.menu-marketplace{
  box-sizing: border-box;
  padding: 28px !important;
  max-width: 356px;
  min-height: 155px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  color: white;
  margin: 40px 0 120px;
  position: relative;
  transition: .2s ease;
}
.menu-marketplace:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.07);
  transition: .2s ease;
}
.menu-marketplace:hover:after{
  transform: scale(1.02);
}
.menu-marketplace.clicked{
  transform: scale(0.98);
}
.menu-marketplace.clicked:hover:after,
.menu-marketplace.clicked:after{
  transform: none;
}
.menu-marketplace:hover .menu-marketplace-name{
  opacity: .5;
}
.menu-marketplace-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.menu-marketplace-text{
  color: #F4F8FD;
  opacity: 0.5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
svg.tooltip-i{
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 12px;
  cursor: pointer;
  vertical-align: bottom;
}
.tippy-box{
  border-radius: 20px;
  background: #8B8B92;
  padding: 15px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1px;
}
.tippy-arrow{
  color:#8B8B92;
}
.tippy-box p:not(:last-child){
  margin-bottom: 10px;
}
.isp-tariffs{
  display: flex;
  gap: 16px;
}
.blog-article__main div.isp-tariff,
.isp-tariff{
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  border-radius: 32px;
  background: rgba(66, 74, 237, 0.07);
  height: 312px;
  padding: 32px;
  line-height: 1.2;
  transition: .2s ease;
}
.isp-tariff:hover{
  transform: scale(0.95);
}
.blog-article__main div.isp-tariff_name,
.isp-tariff_name{
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.blog-article__main div.isp-tariff_name span{
  font-size: 24px;
  line-height: 1.2;
}
.blog-article__main div.isp-tariff_text,
.isp-tariff_text{
  color: #9E9E9E;
  font-size: 14px;
  line-height: 1.2;
}
.isp-tariff_content{
  flex: 1 0 0;
}
.blog-article__main div.isp-tariff_price,
.isp-tariff_price{
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 12px;
}
.blog-article__main div.isp-tariff_price span,
.isp-tariff_price span{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
.blog-article__main a.isp-tariff_link,
.isp-tariff_link{
  border-radius: 13px;
  background: white;
  display: block;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
}
.blog-article__main a.isp-tariff_link span{
  font-size: 16px;
  line-height: 1.2;
}
.blog-article__main table.calculate-tariff{
  font-size: 12px;
}
.blog-article__main table.calculate-tariff td b{
  padding-right: 10px;
}
.blog-article__main table.calculate-tariff tr:not(.grey-block-total) td{
  background: rgba(217, 217, 217, .19);
}
.blog-article__main table.calculate-tariff tr td:not(:first-of-type){
  white-space: nowrap;
}
.blog-article__main table.calculate-tariff tr td:first-of-type{
  padding-left: 20px;
  width: 80%;
}
.blog-article__main table.calculate-tariff tr td:nth-of-type(2){
  font-weight: 600;
  text-align: right;
}
.blog-article__main table.calculate-tariff tr td:last-of-type{
  padding-right: 20px;
}
.blog-article__main table.calculate-tariff tr:not(.grey-block-bottom) td:last-of-type{
  text-align: right;
}
.blog-article__main table.calculate-tariff tr td{
  border: none;
}
.blog-article__main table.calculate-tariff tr.grey-block-top td{
  padding-top: 25px;
}
.blog-article__main table.calculate-tariff tr.grey-block-top td:first-of-type{
  border-radius: 12px 0 0 0;
}
.blog-article__main table.calculate-tariff tr.grey-block-top td:last-of-type{
  border-radius: 0 12px 0 0;
}
.blog-article__main table.calculate-tariff tr.grey-block-bottom td{
  border-radius: 0 0 12px 12px;
  border: none;
  padding-bottom: 25px;
}
.blog-article__main table.calculate-tariff tr.grey-block-total td:not(:last-of-type)
{
  color: #425af0;
  font-weight: 600;
  opacity: 1;
  font-size: 14px;
}
.section-grey{
  background: linear-gradient(87deg, #F0EDFF 22.28%, #EDEFFF 93.58%);
}
.section-light-grey{
  background: linear-gradient(155deg, #FAF9FF -8.25%, #F3F2FD 101.22%);
}
.cloud-servers-support{
  max-width: 660px;
}
.cloud-servers-support a{
  text-decoration: underline;
  text-decoration-thickness: 0.8px;
  text-underline-offset: 4px;
}
.cloud-servers-support p a:hover{
  text-decoration: none;
}
.section-pricing{
  padding: 120px 0;
}
.section-pricing + .section{
  padding-top: 120px;
}
.section-pricing .container{
  max-width: 1400px;
}
.section-pricing-title{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 48px;
}
.section-pricing-title h2.text-72{
  margin-bottom: 0;
}
.btn-gradient-zoom.section-pricing-switch{
  width: auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  cursor: pointer;
}
.btn-gradient-zoom.section-pricing-switch::after{
  min-height: 50px;
}
.btn-gradient-zoom.section-pricing-switch svg{
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.btn-gradient-zoom.section-pricing-switch .btn-gradient-zoom__text{
  font-size: 18px;
}
.section-pricing-content{
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 80px;
}
.section-pricing-content_left{
  width: 320px;
}
.section-pricing-menu{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}
.section-pricing-menu a{
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #E6E6E6;
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.section-pricing-menu a:hover span,
.section-pricing-menu a.active span{
  background: linear-gradient(113deg, #67A7FE -11.49%, #3B66FF 36.48%, #B74FF6 89.26%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-pricing-content_right{
  flex: 1 0 0;
}
.configs .config-table__text .config-table__col,
.configs .config-table__footer .config-table__col{
  white-space: normal;
}
.pricing-grid{
  display: grid;
  grid-template-columns: 3fr 1fr 1fr 2fr;
}
.pricing-grid-text,
.pricing-grid-footer,
.pricing-grid-anchor{
  grid-column-start: 1;
  grid-column-end: 5;
}
.pricing-grid-title{
  margin-bottom: 24px;
}
.pricing-grid .pricing-grid-anchor:not(:first-of-type) + .pricing-grid-text .pricing-grid-title{
  margin-top: 48px;
}
.pricing-grid-descr{
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  max-width: 640px;
}
.pricing-grid-col{
  padding: 18px 16px;
  color: #4F4F4F;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
.pricing-grid-col_blue{
  background: rgba(66, 90, 240, 0.04);
}
.pricing-grid-col.pricing-grid-col_first{
  text-align: left;
  padding-left: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.pricing-grid-col.pricing-grid-col_last{
  padding-right: 12px;
  font-weight: 600;
}
.pricing-grid-col.pricing-grid-col_header{
  border-bottom: 1px solid #1e1e1e;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #1e1e1e;
  white-space: nowrap;
}
.pricing-grid-footer{
  margin-top: 24px;
  color: #4F4F4F;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.6;
}
.pricing-section-all .pricing-grid-text,
.pricing-section-all .pricing-grid-footer:not(:last-of-type),
.pricing-section-all .pricing-grid-col_header:not(.pricing-grid-col_header-start){
  display: none;
}

@media only screen and (max-width:1800px) {
  .menu-marketplace{
    max-width: 306px;
    margin-bottom: 80px;
  }
  .menu-marketplace-title{
    font-size: 16px;
  }
  .discuss-form-popup .discuss-form .parsley-errors-list,
  .blog-discuss .parsley-errors-list,
  .blog-article__main .blog-discuss .parsley-errors-list{
    font-size: 12px;
    bottom: 4px;
    right: 10px;
  }
  .discuss-form-popup .discuss-form .parsley-errors-list li,
  .blog-discuss .parsley-errors-list li,
  .blog-article__main .blog-discuss ul.parsley-errors-list li{
    padding-left: 12px;
  }
  .blog-article__main .blog-discuss ul.parsley-errors-list li{
    font-size: 12px;
    line-height: 1.4;
  }
  .text-block h3,
  .text-block .like-h3{
    font-size: 24px;
  }
  .help-with{
    padding-top: 140px;
  }
  .round-header .help-with .container,
  .help-with .container{
    padding: 0 78px;
  }
  .solutions-block-title{
    font-size: 56px;
    letter-spacing: -1.12px;
  }
  .help-with-title{
    margin-bottom: 60px;
  }
  .help-with-items{
    gap: 12px;
  }
  .help-with-item{
    padding: 36px;
    width: calc((100% - 12px*3) / 4);
    border-radius: 32px;
  }
  .help-with-item-wide{
    width: calc((100% - 12px) / 2);
    padding-left: calc((100% - 12px*3) / 4 + 32px);
  }
  .help-with-item-last{
    margin-top: 4px;
    border-radius: 28px;
    padding: 20px 20px 20px 32px;
  }
  .help-with-item-last-text{
    font-size: 16px;
  }
  .help-with-item-last-text .gradient-text{
    font-size: 28px;
    letter-spacing: -0.56px;
  }
  .help-with-item-title{
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .section__content-new .section--title{
    font-size: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 18px;
  }
  .section__content-new .section--description{
    font-size: 18px;
    margin-bottom: 80px;
  }
  .swiper-main.swiper-icons .swiper-slide{
    width: 250px;
    height: 270px;
  }
  .solution-products{
    padding: 190px 0;
  }
  .solution-products .container{
    max-width: 1285px;
  }
  .solution-products-title{
    max-width: 680px;
  }
  .solution-products-text{
    max-width: 743px;
    font-size: 16px;
  }
  .solution-products-items{
    margin-top: 44px;
    gap: 16px;
  }
  .solution-products-item-wrap{
    width: calc((100% - 16px* 2) / 3);
  }
  .solution-products-item{
    padding: 32px;
  }
  .solution-products-item-title{
    font-size: 20px;
    line-height: 24px;
  }
  .solution-products-item-title span{
    max-width: 180px;
  }
  .solution-products-item-text{
    font-size: 16px;
    line-height: 24px;
  }
  .solution-products-item-detail.background-zoom:before{
    border-radius: 16px;
  }
  .solution-products-item-detail{
    font-size: 16px;
    line-height: 20px;
  }
  .solutions-try{
    margin-bottom: -100px;
  }
  .solutions-try .text-90{
    font-size: 60px;
    margin-bottom: 30px;
  }
  .solutions-try .procloud-try{
    min-height: 460px;
    max-width: 1040px;
  }
  .solutions-try .procloud-try__description{
    font-size: 18px;
  }
  .solutions-try + .section-why-procloud{
    padding-top: 240px;
  }
  .advantages-gradient .section--title{
    font-size: 56px;
    letter-spacing: -1.12px;
  }
  .advantages-gradient .section__wrap-header .section--description{
    margin-top: 24px;
    max-width: 555px;
    line-height: 24px;
  }
  .advantages-gradient .b78{
    margin-top: 0;
  }
  .advantages-gradient-boxes{
    gap: 32px;
    justify-content: center;
  }
  .advantages-gradient-boxes .to-animate-cards__col{
    max-width: 290px;
  }
  .advantages-gradient-boxes .advantage-box-info {
    padding: 0 16px 32px;
  }
  .advantages-gradient-boxes .advantage-box-icon{
    height: 150px;
    width: 150px;
    margin: auto;
  }
  .advantages-gradient-boxes .advantage-box-icon picture,
  .advantages-gradient-boxes .advantage-box-icon img{
    max-width: 100%;
  }
  .advantages-gradient-boxes .advantage-title{
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  .advantages-gradient-boxes .advantage-desc {
    font-size: 16px;
    max-width: 240px;
    margin: auto;
  }
  .advantages-gradient-boxes .to-animate-cards__col,
  .advantages-gradient-boxes .advantage-box {
    min-height: 390px;
    max-width: 290px;
  }
  .advantages-gradient-boxes .advantage-box {
    border-radius: 32px;
  }
  .free-block{
    padding: 120px 0 96px;
    border-radius: 40px;
  }
  .free-block-row{
    gap: 80px;
  }
  .free-block-image{
    width: 636px;
  }
  .free-block-text{
    font-size: 18px;
  }
  .free-block-text p{
    max-width: 465px;
  }
  .free-block-text .solutions-block-title{
    max-width: 400px;
  }
  .free-block .btn-effect-zoom{
    margin-top: 32px;
    padding: 13px 28px;
  }
  .free-block .btn-effect-zoom .row{
    gap: 45px;
  }
  .mp-detail-first .first-gradient-block{
    min-height: 540px;
    padding: 118px 0 68px;
  }
  .mp-breadcrumb{
    margin-bottom: 34px;
  }
  .mp-param{
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .mp-param .long-title{
    display: none;
  }
  .mp-detail-first .first-gradient-block-descr{
    max-width: 535px;
  }
  .mp-detail-server-price span.mp-detail-server-price-name{
    line-height: 1.2;
  }
  .mp-detail-main-row{
    gap: 80px;
  }
  .mp-detail-main-left {
    flex: 0 1 800px;
  }
  .mp-detail-main{
    padding: 60px 0 132px;
  }
  .mp-detail-tab{
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .mp-detail-tab.clicked{
    font-size: 13px;
  }
  .mp-detail-tab-data.blog-article__main h2,
  .mp-detail-tabs-data .like-h2{
    font-size: 24px;
  }
  .mp-detail-tabs-data .like-h2{
    max-width: 400px;
  }
  .mp-detail-feature{
    font-size: 15px;
  }
  .discuss-form-popup .discuss-form{
    padding: 40px;
    border-radius: 40px;
  }
  .discuss-form-popup .discuss-form-title{
    font-size: 20px;
    line-height: 40px;
  }
  .discuss-form-popup .discuss-form-close{
    background-size: 16px auto;
    height: 40px;
    width: 40px;
  }
  .discuss-form-popup .discuss-form-wrap{
    width: 490px;
  }
  .discuss-form-popup .ask-question-form-row{
    gap: 8px;
  }
  .discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(1),
  .discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(2){
    width: calc((100% - 8px) / 2);
  }
  .discuss-form-popup .ask-question-form [type=email],
  .discuss-form-popup .ask-question-form [type=tel],
  .discuss-form-popup .ask-question-form [type=text],
  .discuss-form-popup .ask-question-form textarea{
    padding: 16px 20px;
    background: rgba(252, 252, 255, 0.90);
    font-size: 14px;
  }
  .discuss-form-popup .ask-question-form.discuss-the-problem-form .textarea-wrap{
    height: 92px;
  }
  .discuss-form-privacy{
    font-size: 12px;
    max-width: 295px;
  }
  .discuss-form-popup .discuss-the-problem-form .text-20{
    font-size: 16px;
  }
  .btn-gradient-zoom.discuss-the-problem-link-popup{
    padding: 12px 12px 12px 24px;
    gap: 26px;
  }
  .btn-gradient-zoom.discuss-the-problem-link-popup .btn-gradient-zoom__text{
    font-size: 15px;
  }
  .discuss-the-problem-link-popup .gradient-arrow-right{
    height: 36px;
    width: 36px;
    background-size: 12px 12px;
  }
  .marketplace-first{
    min-height: 572px;
    padding: 162px 0 119px;
  }
  .marketplace-first h1.page-title{
    font-size: 70px;
    margin-bottom: 12px;
  }
  .marketplace-list{
    padding: 60px 0 80px;
    border-radius: 0px 0px 40px 40px;
    margin-bottom: -40px;
  }
  .marketplace-type-blocks{
    gap: 60px;
  }
  .marketplace-type-title{
    font-size: 48px;
    letter-spacing: -0.96px;
  }
  .marketplace-type-items{
    margin-top: 32px;
  }
  .marketplace-type-item{
    width: calc((100% - 20px*3) / 4);
    min-height: 360px;
  }
  .marketplace-type-item-title{
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .btn-gradient-zoom.discuss-the-problem-link .btn-gradient-zoom__text{
    font-size: 15px;
  }
  .discuss-the-problem-link-icon{
    height: 20px;
    width: 20px;
  }
  section.products{
    padding-bottom: 114px;
    border-radius: 0 0 60px 60px;
  }
  .products-types{
    padding: 60px 0 40px;
  }
  .products-type{
    padding: 16px 20px;
    font-size: 16px;
    line-height: 16px;
  }
  .products-type.clicked{
    font-size: 15px;
  }
  .products-type-blocks{
    gap: 80px;
  }
  .products-type-title{
    font-size: 32px;
    letter-spacing: -0.32px;
  }
  .products-type-text{
    font-size: 16px;
    max-width: 667px;
  }
  .products-type-items{
    margin-top: 32px;
    gap: 16px;
  }
  .products-type-item{
    padding: 32px;
    border-radius: 32px;
    width: calc((100% - 16px*2) / 3);
    min-height: 285px;
  }
  .products-type-item-title{
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .products-type-item-title:after{
    height: 52px;
    width: 52px;
  }
  .products-type-item-text{
    font-size: 15px;
    max-width: 360px;
  }
  .products-type-item-label{
    font-size: 15px;
    line-height: 22px;
  }
  .first-gradient{
    margin: 0 10px;
    margin-top: calc(-100vh + 10px);
    border-radius: 40px;
  }
  .first-gradient:before{
    height: 220px;
  }
  .round-header .container{
    padding-left: 50px;
    padding-right: 50px;
  }
  .first-gradient-block{
    min-height: 540px;
    padding: 152px 0 96px;
  }
  .round-header .header{
    padding-top: 30px;
  }
  .first-gradient-block-title{
    font-size: 52px;
  }
  .fgb-solutions .first-gradient-block-title{
    font-size: 60px;
  }
  .first-gradient-block-descr{
    font-size: 16px;
    max-width: 480px;
  }
  .first-gradient-block-picture{
    width: 503px;
    height: 487px;
  }
  .mp-detail-opnsense .first-gradient-block-picture,
  .mp-detail-vyos .first-gradient-block-picture{
    height: 543px;
    width: 543px;
    left: auto;
    right: 10%;
    bottom: -14px;
  }
  .fgb-health .first-gradient-block-picture{
    width: 955px;
    height: 482px;
    right: auto;
    left: 380px;
    bottom: 30px;
  }
  .first-gradient-block-buttons{
    margin-top: 40px;
    gap: 20px;
  }
  .fgb-test-button{
    gap: 16px;
    padding: 12px 12px 12px 24px;
  }
  .fgb-test-button.btn-gradient-zoom::after{
    min-height: 100%;
  }
  .fgb-test-button .btn-gradient-zoom__text{
    font-size: 15px;
  }
  .fgb-test-button-icon{
    height: 36px;
    width: 36px;
  }
  .fgb-test-button-icon .svg-image-arrow-right-white{
    width: 18px;
  }
  .first-gradient-block-buttons .btn-with-icon .btn-with-icon__text{
    font-size: 15px !important;
  }
  .first-gradient-block-buttons .btn-with-icon .svg-image-l-arrow-right{
    width: 20px;
    height: 20px;
  }
  .discuss-form-round.discuss-form{
    top: 103px;
    right: 140px;
    padding: 40px;
    border-radius: 40px;
  }
  .discuss-form-round .discuss-form-close{
    top: 20px;
    right: 20px;
  }
  .discuss-form-round .discuss-form-title{
    font-size: 20px;
  }
  .discuss-form-round .ask-question-form{
    margin: 0;
  }
  .discuss-form-round .discuss-form-wrap{
    width: 490px;
  }
  .ask-question-form-row{
    gap: 8px;
  }
  .discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(1),
  .discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(2){
    width: calc((100% - 8px) / 2);
  }
  .discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(3){
    width: 100%;
    flex: auto 0 0;
  }
  .discuss-form-round .ask-question-form [type=email],
  .discuss-form-round .ask-question-form [type=tel],
  .discuss-form-round .ask-question-form [type=text],
  .discuss-form-round .ask-question-form textarea{
    padding: 16px 20px;
  }
  .discuss-form-round .discuss-the-problem-form .textarea-wrap{
    height: 92px;
  }
  .discuss-form-round .text-color-1E{
    font-size: 12px;
    max-width: 292px;
  }
  .discuss-form-round .discuss-the-problem-form .text-20{
    font-size: 16px;
  }
  .section-data-center__title{
    font-size: 64px;
  }
  .colo-data-centers .tabs-data-center-body{
    margin-top: 52px;
  }
  .colo-data-centers .section-data-center__row{
    gap: 16px;
  }
  .section-data-center__col-right-wrap{
    padding: 32px;
  }
  .colo-data-centers .data-center__subtitle{
    font-size: 24px;
  }
  .colo-data-centers .data-center-gallery-slide{
    min-height: 388px;
    border-radius: 20px;
  }
  .colo-data-centers .data-center-gallery-mini-slide{
    height: 100px;
    border-radius: 20px;
  }
  .colo-data-centers .data-center__descr{
    font-size: 16px;
  }
  .colo-data-centers .data-center__descr li:before{
    top: 12px;
  }
  .section-data-center__col-left .data-center-gallery-slider{
    margin-bottom: 20px;
    min-height: 388px;
  }
  .colocation-pricing-block{
    max-width: 1320px;
    padding: 130px 193px;
  }
  .colocation-pricing-block .section--title{
    font-size: 56px;
    letter-spacing: -1.12px;
    margin-bottom: 32px;
  }
  .colo-price-tabs{
    gap: 16px;
    margin-bottom: 56px;
  }
  .colocation-pricing-block .colo-table__header,
  .colocation-pricing-block .colo-table__footer{
    padding: 0 24px;
  }
  .colocation-pricing-block .colo-table__header .colo-table__col{
    font-size: 16px;
  }
  .colocation-pricing-block .colo-table__row,
  .colocation-pricing-block .colo-table__row:nth-child(2n+1){
    padding: 28px 24px;
    margin-top: 12px;
  }
  .colocation-pricing-block .colo-table__col{
    font-size: 16px;
  }
  .colocation-pricing-block .btn-with-icon .btn-with-icon__text{
    font-size: 18px !important;
  }
  .colocation-pricing-block .svg-image-right-arrow{
    width: 16px;
  }
  .colo-price-tab{
    padding: 16px 20px;
    font-size: 16px;
  }
  .colo-price-tab.clicked{
    font-size: 15px;
  }
  .banner-test-cloud{
    width: 675px;
    min-height: 290px;
    background: url("../images/banners/banner-test-cloud-1440.jpg") center center no-repeat;
    background-size: cover;
  }
  .banner-text{
    font-size: 40px;
    line-height: 52px;
  }
  .banner-button{
    margin-top: 44px;
  }
  .banner-button-icon{
    height: 40px;
    width: 40px;
  }
  .faq-block{
    max-width: 1160px;
    margin: 160px auto 0;
  }
  .free-box .faq-block{
    margin-bottom: 300px;
  }
  .free-box .faq-block:before{
    top: -100px;
    right: -80px;
    bottom: -100px;
    left: -80px;
    border-radius: 50px;
  }
  .faq-block_title{
    font-size: 56px;
    letter-spacing: -1.12px;
    margin-bottom: 60px;
  }
  .faq-block-items{
    gap: 20px;
  }
  .faq-block-item{
    padding: 20px 20px 20px 32px;
  }
  .faq-block-question_icon{
    height: 48px;
    width: 48px;
  }
  .faq-block-question_icon:before,
  .faq-block-question_icon:after{
    height: 14px;
    width: 14px;
  }
  .faq-block-answer_row{
    margin: 0 115px 16px 0;
  }
  .ded-conf-result,
  .ded-conf-form{
    padding: 36px 28px 32px;
  }
  .ded-conf-result{
    gap: 30px;
  }
  .ded-conf-form{
    gap: 32px;
  }
  .ded-conf-order-title{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 40px;
  }
  .ded-conf-result-price{
    font-size: 16px;
  }
  .ded-conf-result-price span{
    font-size: 32px;
    line-height: 40px;
  }
  .ded-conf-result-item u{
    display: none;
  }
  .send-ded-conf{
    font-size: 14px;
    line-height: 20px;
  }
  .ded-conf-form .btn-effect-zoom{
    width: 260px;
    padding: 16px 24px;
  }
  .ded-conf-form .btn-effect-zoom__text{
    font-size: 16px;
    line-height: 20px;
  }
  .dcfs_item.ded-conf-region{
    padding: 16px;
  }
  .ded-conf-region .dcfs_price{
    align-self: center;
  }
  .dcfs_price{
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  .ded-conf-region .dcfs_prop{
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.26px;
  }
  .dcfs-ssd-select{
    margin: 22px 0 32px;
    gap: 32px;
  }
  .dcfs-ssd-selected_title{
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .dcfs-ssd-selected_title .clear-ssd-name{
    display: none;
  }
  .dcfs-ssd-selected_price-wrap{
    margin-left: 10px;
  }
  .dcfs-ssd-selected{
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .dcfs-ssd-selected_params{
    gap: 12px
  }
  .ssd-selected-name-size{
    min-width: 72px;
  }
  .ssd-selected-tariff{
    min-width: 74px;
  }
  .dcfs-ssd-range .noUi-horizontal .noUi-tooltip{
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.28px;
  }
  .dcfs-ssd-range.dcfs-ip-range .noUi-horizontal .noUi-tooltip{
    min-width: 47px;
  }
  .dcfs-ssd-selected_price-wrap{
    min-width: 95px;
    font-size: 13px;
  }
  .dcfs-ssd-selected{
    padding: 16px 16px 16px 24px;
    border-radius: 20px;
  }
  .ded-conf-ssd.dcfs_item{
    padding: 20px 20px 16px;
    width: calc((100% - (20px * 4)) / 5);
  }
  .ded-conf-ssd .dcfs_props{
    padding: 8px 0 16px;
  }
  .dedicated-configurator-title{
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .ded-conf-filter-item_title{
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.26px;
    padding-bottom: 12px;
  }
  .ded-conf-select-title{
    font-size: 13px;
  }
  .dedicated-configurator{
    gap: 80px;
  }
  .dcfs_title{
    font-size: 24px;
    letter-spacing: -0.48px;
    padding-bottom: 24px;
  }
  .dcfs_items{
    gap: 20px;
  }
  .dcfs_item{
    width: calc((100% - (20px * 3)) / 4);
    padding: 24px 24px 24px 28px;
    padding: 20px;
    border-radius: 20px;
  }
  .dcfs_name{
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .dcfs_props{
    padding: 12px 0 28px;
    padding: 12px 0 20px;
  }
  .ded-conf-cpu .dcfs_price b{
    font-size: 24px;
  }
  /*.dcfs_prop{
      font-size: 11px;
      letter-spacing: -0.22px;
  }*/
  .ded-conf-ssd .dcfs_prop{
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  .dcfs_prop i{
    padding: 0 5px;
  }
  .dcfs_item.ded-conf-ram{
    padding: 20px;
  }
  .ded-conf-ram .dcfs_prop,
  .ded-conf-ram.dcfs_item.selected .dcfs_prop{
    font-size: 14px;
  }
}
@media only screen and (max-width:1725px) {
  .menu-marketplace{
    margin: 34px 0 60px;
  }
}
@media only screen and (max-width:1550px) {
  .dcfs_item{
    width: calc((100% - (20px * 2)) / 3);
  }
}
@media only screen and (max-width:1450px) {
  .mp-detail-main-left {
    flex: 0 1 660px;
  }
  .isp-tariffs{
    gap: 12px;
  }
  .blog-article__main div.isp-tariff,
  .isp-tariff{
    padding: 24px;
    border-radius: 24px;
    height: 275px;
  }
  .blog-article__main div.isp-tariff_name,
  .isp-tariff_name,
  .blog-article__main div.isp-tariff_name span{
    font-size: 21px;
    line-height: 1.2;
  }
  .blog-article__main div.isp-tariff_price span, .isp-tariff_price span{
    font-size: 28px;
  }
  .blog-article__main a.isp-tariff_link span{
    font-size: 15px;
  }
}
@media only screen and (max-width:1439px) {
  /*.js-sticky.in-stick{
    padding-top: 40px;
  }*/
  .help-with{
    padding: 120px 0;
  }
  .round-header .help-with .container,
  .help-with .container {
    padding: 0 60px;
  }
  .help-with-item {
    width: calc((100% - 12px) / 2);
    border-radius: 28px;
    min-height: 280px;
  }
  .help-with-item-wide{
    width: 100%;
    padding-left: calc((100% - 16px) / 2 + 48px);
  }
  .help-with-item-picture-1{
    order: -1;
  }
  .help-with-item-picture-1:before{
    background-size: 717px 367px;
    background-position: 76% 55%;
  }
  .help-with-item-wide.help-with-item-picture-2{
    order: 2;
    padding-left: 36px;
    padding-right: calc((100% - 16px) / 2 + 48px);
  }
  .help-with-item-wide.help-with-item-picture-2:before{
    left: auto;
    right: 16px;
    background-size: 1049px 570px;
    background-position: 88% 83%;
  }
  .help-with-item-last{
    margin-top: 0;
    order: 3;
    padding: 24px 24px 24px 32px;
  }
  .help-with-item-last-text{
    max-width: 500px;
  }
  .section__content-new .section--description{
    font-size: 20px;
    margin-bottom: 40px;
  }
  .solution-products{
    padding: 160px 0 120px;
  }
  .solution-products .container {
    max-width: 1165px;
  }
  .solution-products-title{
    max-width: 675px;
  }
  .solution-products-text{
    max-width: 695px;
  }
  .solution-products-item{
    border-radius: 28px;
  }
  .solution-products-item-title:after{
    height: 52px;
    width: 52px;
  }
  .solution-products-item-detail{
    padding: 20px 0;
  }
  .solutions-try .procloud-try{
    min-height: 420px;
    max-width: 980px;
    padding: 48px 0 40px 60px;
  }
  .solutions-try .text-90{
    font-size: 56px;
    letter-spacing: -1.12px;
    margin-bottom: 20px;
  }
  .solutions-try .procloud-try__description{
    font-size: 16px;
  }
  .solutions-try .procloud-try__decor {
    max-width: 520px;
    right: -30px;
    top: -60px;
  }
  .advantages-gradient .section__wrap-header .section--description{
    margin-top: 16px;
  }
  .advantages-gradient .b78 {
    margin-top: 43px;
  }
  .advantages-gradient-boxes{
    gap: 16px;
  }
  .advantages-gradient-boxes .to-animate-cards__col,
  .advantages-gradient-boxes .advantage-box{
    max-width: 265px;
    min-height: 370px;
  }
  .advantages-gradient-boxes .advantage-box-icon {
    height: 125px;
    width: 125px;
  }
  .free-block{
    padding: 80px 0;
  }
  .free-block-row{
    gap: 30px;
  }
  .free-block-image{
    position: relative;
    margin-left: -75px;
  }
  .fgb-health .first-gradient-block-picture{
    width: 861px;
    height: 434px;
    right: auto;
    left: 325px;
    bottom: 17px;
  }
  .mp-detail-opnsense .first-gradient-block-picture,
  .mp-detail-vyos .first-gradient-block-picture{
    left: 570px;
    right: auto;
    bottom: -30px;
  }
  .mp-detail-first .first-gradient-block{
    min-height: 517px;
    padding: 108px 0 50px;
  }
  .mp-params{
    margin-bottom: 16px;
  }
  .mp-detail-first .first-gradient-block-descr{
    max-width: 530px;
  }
  .mp-detail-main{
    padding: 56px 0 132px;
    border-radius: 0px 0px 48px 48px;
    margin-bottom: -48px;
  }
  .mp-detail-main-left{
    flex: 0 1 640px;
  }
  .mp-detail-main-right {
    flex: 0 0 436px;
  }
  .mp-detail-server-price{
    font-size: 18px;
  }
  .mp-detail-server-price b{
    font-size: 38px;
  }
  .mp-detail-more-title{
    font-size: 20px;
  }
  .mp-detail-more-item{
    padding: 28px 28px 28px 16px;
  }
  .mp-detail-support-contact-wrap{
    width: 100%;
  }
  .discuss-form-popup .ask-question-form.discuss-the-problem-form .textarea-wrap{
    height: 52px;
  }
  .marketplace-first {
    min-height: 485px;
    padding: 140px 0 62px;
  }
  .marketplace-list {
    padding: 60px 0 35px;
  }
  .marketplace-list .products-types{
    padding-bottom: 60px;
  }
  .marketplace-type-items{
    gap: 16px;
  }
  .marketplace-type-item {
    width: calc((100% - 16px) / 2);
    min-height: 265px;
    gap: 20px;
  }
  .marketplace-type-item-buttons{
    flex-direction: row;
    padding-top: 20px;
  }
  .marketplace-type-item-buttons .btn{
    flex: 1 0 0;
  }
  .marketplace-type-item-buttons .btn-empty{
    flex: auto;
  }
  section.products {
    padding-bottom: 53px;
    border-radius: 0 0 48px 48px;
  }
  .products-type{
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
  }
  .products-type.clicked{
    font-size: 13px;
  }
  .products-type-item{
    padding: 28px;
  }
  .products-type-item-title {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .products-type-item-title:after{
    height: 48px;
    width: 48px;
  }
  .products-type-item-label{
    padding: 12px 16px;
    font-size: 14px;
    line-height: 16px;
  }
  .round-header .header{
    padding-top: 20px;
  }
  .first-gradient .container{
    padding-left: 43px;
    padding-right: 43px;
  }
  .first-gradient{
    border-radius: 30px;
  }
  .first-gradient:before{
    height: 218px;
  }
  .first-gradient-block{
    min-height: 500px;
    padding: 140px 0 76px;
  }
  .discuss-form-round.discuss-form{
    right: 67px;
  }
  .first-gradient-block-title {
    font-size: 48px;
  }
  .first-gradient-block-buttons{
    margin-top: 36px;
  }
  .discuss-form-round .discuss-the-problem-form .textarea-wrap{
    height: 52px;
  }
  .section-data-center__col-left .data-center-gallery-slider{
    margin-bottom: 8px;
    min-height: 330px;
  }
  .colo-data-centers .tabs-data-center-body{
    margin-top: 60px;
  }
  .colo-data-centers .data-center-gallery-slide{
    min-height: 330px;
  }
  .section-data-center__title{
    font-size: 54px;
  }
  .colo-data-centers .data-center-gallery-mini-slide{
    height: 132px;
  }
  .data-gallery-mini.swiper-grid-column > .swiper-wrapper{
    max-height: 400px;
    max-width: 100%;
  }
  .colocation-pricing-block{
    max-width: 1200px;
    padding: 130px 133px;
  }
  .colocation-pricing-block .section--title{
    margin-bottom: 24px;
  }
  .colo-price-tab{
    padding: 12px 20px;
    font-size: 14px;
  }
  .colo-price-tab.clicked{
    font-size: 13px;
  }
  .colocation-pricing-block .colo-table__col,
  .colocation-pricing-block .colo-table__footer-text{
    font-size: 16px;
  }
  .colocation-pricing-block .colo-table__list{
    font-size: 14px;
  }
  .colocation-pricing-block .colo-table__additional::before{
    top: 8px;
  }
  .colocation-pricing-block .btn-with-icon .btn-with-icon__text {
    font-size: 16px !important;
  }
  .free-box.section-data-center .faq-block{
    margin-top: 300px;
  }
  .banner-test-cloud{
    width: 585px;
    min-height: 260px;
    background: url("../images/banners/banner-test-cloud-1280.jpg") center center no-repeat;
    background-size: cover;
  }
  .popup-banner-inner{
    padding: 32px 100px 32px 32px;
  }
  .popup-banner .fancybox-close-small{
    top: 32px !important;
    right: 32px !important;
  }
  .banner-text{
    font-size: 36px;
    line-height: 47px;
  }
  .banner-button{
    margin-top: 40px;
    padding-left: 24px;
    gap: 20px;
  }
  .banner-button .btn-gradient-zoom__text{
    font-size: 16px;
  }
  .banner-button-icon{
    height: 36px;
    width: 36px;
  }
  .faq-block{
    max-width: 1080px;
    margin-bottom: 20px;
  }
  .free-box .faq-block:before{
    right: -60px;
    left: -60px;
  }
  .faq-block-question{
    font-size: 16px;
  }
  .faq-block-answer_text{
    font-size: 15px;
  }
  .faq-block_title{
    margin-bottom: 40px;
  }
  .dcfs-ssd-selected_params-delimiter{
    margin: 0;
  }
  .ded-conf-result-item{
    gap: 12px;
  }
  .ded-conf-result-item b{
    padding-right: 4px;
  }
  .ded-conf-result-item span{
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  .ded-conf-form-agree{
    font-size: 12px;
    line-height: 16px;
  }
  .dcfs_icon{
    height: 40px;
    width: 40px;
  }
  .ded-conf-filter-items{
    margin: 40px 0 24px;
  }
  .ded-conf-filter-ranges{
    gap: 32px;
  }
  .dcfs_item.ded-conf-ram{
    width: calc((100% - (20px * 3)) / 4);
  }
  /*.ded-conf-ssd .dcfs_prop,
  .ded-conf-ram .dcfs_prop,
  .ded-conf-ram.dcfs_item.selected .dcfs_prop{
      font-size: 12px;
  }
  .ded-conf-ram .dcfs_price{
      font-size: 12px;
  }*/

  .dcfs-ssd-range .noUi-horizontal .noUi-handle{
    height: 28px;
    width: 28px;
    top: -9px;
    right: -14px;
    box-shadow: 4.37px 8.739px 17.478px 0px rgba(27, 25, 232, 0.08);
  }
  .dcfs-ssd-range .noUi-horizontal .noUi-handle::after{
    height: 12px;
    width: 12px;
  }
  .range-titles{
    padding-top: 12px;
  }
}
@media only screen and (max-width:1400px) {
  .section-pricing-content{
    gap: 53px;
  }
  .products-nav__aside{
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .products-nav__aside .products-nav--title{
    font-size: 16px;
  }
  .products-nav__info ul li a{
    font-size: 16px;
  }
  .products-nav__info ul li:not(:last-child){
    margin-bottom: 16px;
  }
  .products-nav__aside .w1280-auto{
    width: 100%;
    margin-top: 48px;
  }
  .products-nav__aside > :not(:last-child){
    padding-right: 0;
  }
  .menu-marketplace{
    margin-top: 0;
    min-width: 55%;
    min-height: auto;
    gap: 9px;
  }
  .menu-marketplace:after{
    border-radius: 28px;
  }
}
@media only screen and (max-width:1279px) {
  .isp-tariffs {
    flex-direction: column;
    gap: 8px;
  }
  .blog-article__main div.isp-tariff, .isp-tariff{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    height: auto;
  }
  .mp-detail-main-left{
    flex: 0 1 560px;
  }
  .help-with-item{
    min-height: 300px;
  }
  .solution-products .container{
    max-width: 960px;
  }
  .solution-products-item-wrap{
    width: calc((100% - 16px) / 2);
  }
  .advantages-gradient-boxes{
    flex-wrap: wrap;
    gap: 28px;
    max-width: 600px;
    margin: auto;
  }
  .advantages-gradient-boxes .to-animate-cards__col,
  .advantages-gradient-boxes .advantage-box{
    width: 280px;
    max-width: none;
    flex: 0 0 auto;
  }
  .section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(1),
  .section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(3){
    top: 52px;
  }
  .section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(2),
  .section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(4){
    top: 0;
  }
  .products-type-item{
    width: calc((100% - 16px) / 2);
    min-height: 255px;
  }
  .products-type-item-text{
    max-width: 430px;
  }
  .discuss-form-round.discuss-form{
    right: 0;
  }
  .discuss-form-round .discuss-form-wrap{
    width: 400px;
  }
  .colocation-pricing-block{
    padding: 130px 55px;
    border-radius: 40px;
  }
  .colocation-pricing-block .section--title{
    font-size: 40px;
    margin-bottom: 20px;
  }
  .colo-price-tabs{
    gap: 10px;
    margin-bottom: 28px;
  }
  .colocation-pricing-block .colo-table__header{
    margin-bottom: 12px;
  }
  .colocation-pricing-block .colo-table__row,
  .colocation-pricing-block .colo-table__row:nth-child(2n+1){
    margin-top: 8px;
    padding: 24px 20px;
  }
  .colocation-pricing-block .colo-table__header{
    padding: 0 20px;
  }
  .colocation-pricing-block .colo-table__footer{
    padding: 0;
  }
  .colocation-pricing-block .colo-table__header .colo-table__col{
    font-size: 14px;
  }
  .colocation-pricing-block .colo-table__footer-text{
    font-size: 15px;
  }
  .colocation-pricing-block .colo-table__list{
    font-size: 13px;
  }
  .faq-block{
    max-width: 1080px;
  }
  .free-box .faq-block:before{
    top: -100px;
    bottom: -100px;
    right: 0;
    left: 0;
  }
  .free-box .faq-block{
    padding: 0 60px;
  }
  .ded-conf-order{
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
  }
  .ded-conf-order-title{
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 28px;
  }
  .dcfs-ssd-select{
    gap: 20px;
    margin-top: 0;
  }
  .dcfs-ssd-select.dcfs-ip-select{
    margin-top: 14px;
  }
  .dcfs-ssd-selected{
    width: calc(50% - 10px);
  }
  /*.ssd-selected-name-size,
  .ssd-selected-tariff,
  .ip-count{
      padding-left: 10px;
  }*/
  .ded-conf-filter-items,
  .ded-conf-filter-ranges{
    gap: 20px;
  }
  /*.dcfs_item{
      padding: 24px 24px 28px;
  }*/
  .dcfs_item.ded-conf-ram{
    width: calc((100% - (20px * 2)) / 3);
  }
  .ded-conf-ssd.dcfs_item{
    width: calc((100% - (20px * 2)) / 3);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px 16px 20px;
  }
  .ded-conf-ssd .dcfs_props{
    padding: 0;
  }
  .ded-conf-ssd .dcfs_price{
    padding-top: 14px;
    min-width: 100%;
  }
  .dcfs-ssd-selected{
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 12px 12px 16px;
  }
  .dcfs-ssd-selected_title {
    min-width: 100%;
    font-size: 14px;
    letter-spacing: -0.28px;
    padding-bottom: 5px;
  }
  .dcfs-ssd-selected_title .clear-ssd-name{
    display: inline;
  }
  .dcfs-ssd-selected_price-wrap{
    margin-top: -24px;
  }
}
@media only screen and (max-width:1200px) {
  .section-pricing-content_left{
    width: 230px;
  }
  .section-pricing-menu a{
    font-size: 20px;
    line-height: 1.33;
  }
  .pricing-grid-col.pricing-grid-col_header{
    font-size: 18px;
  }
  .pricing-grid-col{
    font-size: 16px;
    padding: 14px 12px;
  }
  .free-block{
    margin: -150px 0 0;
  }
  .colocation-page .section.section-data-center{
    padding-top: 200px;
  }
  .free-box.section-data-center .faq-block{
    margin-top: 240px;
  }
  .dcfs_item{
    width: calc((100% - 20px) / 2);
  }
  .faq-block{
    margin-bottom: 140px;
  }
  .free-box .faq-block{
    margin-top: 120px;
  }
}
@media only screen and (max-width:1150px) {
  .mp-detail-main-right {
    flex: 0 0 400px;
  }
  .data-center-gallery-slider__pagination{
    display: flex;
  }
  .section-data-center__col-left .data-gallery-mini,
  .section-data-center__col-left .data-center-gallery-slider__btns{
    display: none;
  }
  .colo-data-centers .data-center-gallery-slide,
  .section-data-center__col-left .data-center-gallery-slider{
    min-height: 412px;
  }
  .colo-data-centers .section-data-center__row{
    gap: 20px;
  }
  .section-data-center__title{
    font-size: 52px;
  }
  .colo-data-centers .tabs-data-center-body{
    margin-top: 40px;
  }
}
@media only screen and (max-width:1100px) {
  .mp-detail-opnsense .first-gradient-block-picture,
  .mp-detail-vyos .first-gradient-block-picture{
    left: 495px;
  }
  .round-header .header{
    padding-top: 10px;
  }
  .round-header .container{
    padding-left: 30px;
    padding-right: 30px;
  }
  .first-gradient .container{
    padding-left: 22px;
    padding-right: 22px;
  }
  .first-gradient {
    margin: 0 8px;
    margin-top: calc(-100vh + 8px);
  }
  .first-gradient:before{
    height: 200px;
  }
  .first-gradient-block{
    padding: 138px 0 44px;
    min-height: 490px;
  }
  .discuss-form-round.discuss-form{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 600;
    border-radius: 0;
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    height: var(--appheight);
    overflow-y: auto;
    overscroll-behavior-y: contain;
    z-index: 499 !important;
    padding: 0 20px;
  }
  .discuss-form-round.discuss-form.opened{
    /*display: flex;
    justify-content: center;
    align-items: center;*/
  }
  .discuss-form-round .discuss-form-wrap{
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 490px;
    margin-top: 30px;
    padding-bottom: 70px;
  }
  .discuss-form-round .discuss-form-close{
    right: 0;
    top: 0;
  }
  .discuss-form-round .discuss-form-title{
    line-height: 40px;
    margin-bottom: 30px;
  }
  .discuss-form-round .discuss-the-problem-form .textarea-wrap{
    height: 102px;
  }
  .first-gradient-block-descr{
    width: 59%;
    max-width: 420px;
  }
  .first-gradient-block-picture{
    left: 55%;
    right: auto;
    bottom: -70px;
    width: 549px;
    height: 531px;
  }
  .discuss-form-round.discuss-form .parsley-errors-list{
    font-size: 11px;
    bottom: 3px;
  }
  .parsley-errors-list li{
    padding-left: 13px;
  }
  .discuss-form-round.discuss-form .parsley-errors-list li::after{
    top: 4px;
  }
  body.discuss-opened{
    overflow: hidden;
  }
  .discuss-opened .header,
  .discuss-opened footer,
  .discuss-opened .first-gradient-block-buttons .fgb-test-button{
    transition: none;
    opacity: 0;
    z-index: -1;
  }
  .discuss-opened .first-gradient{
    margin: 0;
    margin-top: -100vh;
    height: 100vh;
    border-radius: 0;
  }
  .discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(1),
  .discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(2){
    width: 100%;
    flex: auto 0 0;
  }
  .dcfs-ssd-selected_params{
    display: block;
  }
  .dcfs-ssd-selected_params-delimiter{
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .ssd-selected-name-size,
  .ssd-selected-tariff,
  .ip-count{
    margin-left: 9px;
  }
}
@media only screen and (max-width:1024px) {
  .pricing-grid-col .sm-show{
    display: inline-block;
  }
  .section-pricing{
    padding: 80px 0;
  }
  .section-pricing + .section{
    padding-top: 80px;
  }
  .section-pricing-content{
    gap: 32px;
  }
  .menu-image{
    background: linear-gradient(112deg, #67A7FE -11.62%, #3B66FF 46.98%, #B74FF6 99.16%);
  }
  .menu-image picture{
    display: none;
  }
  .products-nav__aside{
    margin-top: -28px;
  }
  .menu-marketplace{
    min-width: 100%;
    order: 1;
    margin-top: 40px;
    padding: 24px !important;
  }
  .menu-marketplace:after{
    border-radius: 20px;
  }
  .all-products-link-mobile{
    margin: 0 0 0 24px;
  }
  .products-nav__aside .w1280-auto{
    order: 2;
    margin: 40px 0 0 24px;
  }
  .products-nav__aside .products-nav--title{
    display: none;
  }
  .products-nav__info ul li a{
    font-size: 20px;
    line-height: 24px;
  }
  .products-nav__info ul li:not(:last-child){
    margin-bottom: 24px;
  }
}
@media only screen and (max-width:1023px) {
  .section-pricing-content_left{
    display: none;
  }
  .pricing-grid-title .text-45{
    font-size: 32px;
  }
  .pricing-grid-descr{
    font-size: 14px;
  }
  .section-pricing-title{
    gap: 40px;
  }
  .js-sticky{
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
    padding: 0 !important;
  }
  .section.section-why-procloud.advantages-gradient{
    padding-bottom: 218px !important;
  }
  .solution-products-title {
    max-width: 625px;
  }
  .solution-products-text{
    max-width: 595px;
  }
  .solution-products .container{
    max-width: 764px;
  }
  .solution-products-items{
    gap: 12px;
    margin-top: 32px;
  }
  .solution-products-item-wrap{
    width: 100%;
  }
  .solution-products-item{
    gap: 8px;
  }
  .solution-products-item-title{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .solution-products-item-title span{
    order: 2;
    max-width: none;
  }
  .solution-products-item-detail{
    margin-top: 12px;
    padding: 24px 0;
  }
  .lazy-tablet-hide{
    display: none;
  }
  .help-with {
    padding: 80px 0;
  }
  .help-with-title{
    margin-bottom: 52px;
  }
  .solutions-block-title{
    font-size: 52px;
    letter-spacing: -1.04px;
  }
  .solution-products{
    padding-bottom: 0;
  }
  .solutions-try .procloud-try{
    min-height: 680px;
    max-width: 600px;
  }
  .solutions-try .procloud-try__decor{
    right: auto;
    top: 160px;
    left: 50px;
  }
  .round-header .help-with .container,
  .help-with .container{
    padding: 0 32px;
  }
  .help-with-item-picture-1,
  .help-with-item-picture-2{
    order: 0;
  }
  .help-with-item-wide,
  .help-with-item-wide.help-with-item-picture-2{
    padding-left: 36px;
    padding-right: 36px;
  }
  .help-with-item-last{
    flex-direction: column;
    gap: 24px;
    padding: 32px;
  }
  .help-with-item-last-text{
    max-width: none;
  }
  .help-with-link{
    width: 100%;
    text-align: center;
  }
  .help-with-item-wide:before{
    display: none;
  }
  .help-with-item {
    width: 100%;
    border-radius: 32px;
    min-height: auto;
  }
  .section__content-new .section--title{
    max-width: 540px;
  }
  .solutions-try + .section-why-procloud{
    padding-top: 185px;
  }
  .advantages-gradient .section--title{
    font-size: 64px;
    letter-spacing: -1.28px;
    max-width: 480px;
    margin: auto;
  }
  .advantages-gradient .section__wrap-header .section--description{
    max-width: 445px;
  }
  .free-block{
    border-radius: 32px;
    margin-top: -100px;
  }
  .free-block-row{
    justify-content: flex-end;
    padding: 0 6.5%;
  }
  .free-block-image{
    display: none;
  }
  .free-block-text .solutions-block-title{
    font-size: 60px;
  }
  .fgb-solutions .first-gradient-block-title {
    font-size: 48px;
  }
  .fgb-health .first-gradient-block-picture{
    display: none;
  }
  .mp-detail-first .first-gradient-block-picture{
    display: none;
  }
  .mp-detail-first .first-gradient-block{
     min-height: 432px;
    padding: 108px 0 24px;
  }
  .mp-detail-main{
    padding: 60px 0 70px;
    border-radius: 0px 0px 40px 40px;
    margin-bottom: -40px;
  }
  .mp-breadcrumb{
    display: none;
  }
  .mp-back-link{
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 14px;
    margin-bottom: 24px;
  }
  .mp-back-link span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background: white;
    border-radius: 100%;
  }
  .mp-back-link svg{
    height: 12px;
    width: 12px;
  }
  .mp-params{
    margin-bottom: 24px;
  }
  .mp-detail-first .first-gradient-block-descr{
    max-width: 546px;
  }
  .mp-detail-main-row{
    flex-direction: column;
    max-width: 640px;
    gap: 40px;
  }
  .mp-detail-server-price span.mp-detail-server-price-name{
    max-width: 460px;
  }
  .mp-detail-buttons{
    margin-bottom: 12px;
  }
  .mp-detail-more-items{
    gap: 8px;
  }
  .discuss-popup-opened .fancybox-bg,
  .discuss-popup-opened .fancybox-container,
  .discuss-form-popup .discuss-form{
    background: #E5E8FF;
  }
  .fancybox-content.discuss-form-popup{
    height: 100%;
    width: 100%;
  }
  .discuss-popup-opened .discuss-form-popup .discuss-form{
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(1),
  .discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(2){
    width: 100%;
  }
  .discuss-form-popup .ask-question-form.discuss-the-problem-form .textarea-wrap{
    height: 102px;
  }
  .discuss-form-popup .discuss-form-title{
    margin-bottom: 30px;
  }
  .marketplace-first {
    min-height: 525px;
    padding: 153px 0 118px;
  }
  .marketplace-list {
    padding: 60px 0 32px;
  }
  .marketplace-first h1.page-title{
    margin-bottom: 19px;
  }
  .marketplace-list .products-types{
    padding-bottom: 48px;
  }
  .marketplace-type-blocks{
    gap: 80px;
  }
  .marketplace-type-items {
    gap: 12px;
  }
  .marketplace-type-item {
    width: 100%;
    min-height: 265px;
    gap: 32px;
  }
  .marketplace-type-item-buttons{
    padding-top: 12px;
  }
  section.products {
    padding-bottom: 32px;
    border-radius: 0 0 40px 40px;
  }
  .products-types{
    gap: 8px;
  }
  .products-type-text{
    max-width: 623px;
  }
  .products-type-item{
    position: relative;
    width: 100%;
    min-height: auto;
    padding: 28px 28px 36px 36px;
  }
  .products-type-item-labels{
    margin: 0;
    position: absolute;
    top: 28px;
    right: 28px;
  }
  .products-type-item-title{
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }
  .products-type-item.no-link{
    padding-bottom: 28px;
  }
  .products-type-item.no-link .products-type-item-title{
    padding-right: 170px;
  }
  .products-type-item-title:after{
    height: 40px;
    width: 40px;
  }
  .products-type-item-text{
    margin-top: 16px;
    font-size: 16px;
    max-width: 575px;
  }
  .colocation-pricing-block .section--title{
    max-width: 445px;
    margin-left: auto;
    margin-right: auto;
  }
  .colocation-pricing-block .colo-table__footer-inner {
    -webkit-flex: 0 1 70%;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
  }
  .colocation-pricing-block .colo-table__list{
    font-size: 12px;
  }
  .free-box.section-data-center .faq-block{
    margin-top: 180px;
  }
  .faq-block{
    margin: 120px auto 60px;
  }
  .free-box .faq-block:before{
    top: -70px;
    bottom: -70px;
    border-radius: 40px;
  }
  .free-box .faq-block{
    padding: 0 48px;
    margin: 180px auto 200px;
  }
  .faq-block_title{
    margin-bottom: 32px;
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .faq-block-item{
    padding-left: 28px;
  }
  .faq-block-answer_row{
    margin: 16px 8px 8px 0;
  }
  .dcfs-ssd-selected_params-delimiter{
    font-size: 0;
    line-height: 0;
    display: block;
  }
  .dedicated-configurator-scroll{
    bottom: 24px;
  }
  .dedicated-configurator-scroll_wrap{
    width: 260px;
    position: relative;
  }
  .ded-conf-scroll_price{
    font-size: 14px;
    line-height: 18px;
    align-self: flex-end;
  }
  .ded-conf-scroll_price span{
    font-size: 20px;
    line-height: 22px;
    display: inline-block;
  }
  .ded-conf-scroll_text span{
    display: block;
    position: absolute;
    top: 10px;
    left: 24px;
    font-size: 13px;
    opacity: 0.4;
  }
  .range-titles{
    font-size: 12px;
  }
  .ded-conf-ssd.dcfs_item{
    width: calc((100% - (20px)) / 2);
  }
  .dedicated-configurator-title{
    font-size: 32px;
    letter-spacing: -0.64px;
  }
  .ded-conf-filter-items{
    padding: 28px 24px;
    flex-direction: column;
    gap: 28px;
  }
  .ded-conf-filter-item_title{
    padding-bottom: 8px;
  }
  .ded-conf-filter-ranges{
    gap: 20px;
  }
  .ded-conf-filter-selects,
  .ded-conf-filter-ranges{
    width: 100%;
  }
  .dedicated-servers .section--title{
    font-size: 48px;
  }
  .dcfs_item.ded-conf-ram{
    width: calc((100% - 20px) / 2);
  }
  .dedicated-configurator{
    gap: 72px;
  }
  .ded-conf-ram .dcfs_prop,
  .ded-conf-ram.dcfs_item.selected .dcfs_prop,
  .dcfs-ssd-selected_params{
    font-size: 13px;
  }
  .ssd-selected-name-size{
    min-width: 66px;
  }
  .ssd-selected-tariff{
    min-width: 68px;
  }
  .ded-conf-ssd .dcfs_prop{
    font-size: 13px;
    letter-spacing: -0.26px;
  }
}
@media only screen and (max-width:768px) {
  .pricing-grid{
    grid-template-columns: 3fr 0.75fr 1fr 1fr;
  }
  .pricing-grid-col{
    font-size: 14px;
  }
  .pricing-grid-col.pricing-grid-col_header{
    font-size: 16px;
  }
  .btn-gradient-zoom.section-pricing-switch{
    gap: 8px;
    padding: 6px 12px;
  }
  .btn-gradient-zoom.section-pricing-switch::after{
    min-height: 44px;
  }
  .btn-gradient-zoom.section-pricing-switch .btn-gradient-zoom__text{
    font-size: 14px;
  }
  .btn-gradient-zoom.section-pricing-switch svg{
    width: 20px;
    height: 20px;
  }
  .first-gradient-block-picture{
    display: none;
  }
  .mp-detail-first .first-gradient-block-descr{
    width: 100%;
  }
  .new-advantages .w1920{
    display: none;
  }
  .new-advantages .section--title{
    text-align: center;
  }
  .section-3.new-advantages .grid .grid-item{
    border-radius: 32px;
    background: #FFF;
    padding: 32px 40px;
    box-shadow: 10px 20px 40px 0 rgba(27, 25, 232, 0.03);
    margin: 0 !important;
  }
  .section-3.new-advantages .grid{
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 60px;
  }
  .new-advantages .grid .grid-item:not(.wow){
    display: none;
  }
  .section-3.new-advantages .grid .grid-item picture{
    position: relative;
    width: 56px !important;
    height: 56px !important;
    margin-bottom: 20px;
  }
  .section-3.new-advantages .grid .grid-item__title{
    margin-bottom: 12px;
    font-size: 24px;
    letter-spacing: -0.48px;
    max-width: none;
  }
  .section-3.new-advantages .grid .grid-item__content{
    max-width: none;
    font-size: 16px;
  }
}
@media only screen and (max-width:767px) {
  .products-nav__aside{
    margin-top: -20px;
  }
  .help-with-title{
    max-width: 415px;
  }
  .free-block{
    margin: -200px 0 -100px;
  }
  .colocation-page .section.section-data-center{
    padding-top: 100px;
  }
  .colo-data-centers .data-center-gallery-slide,
  .section-data-center__col-left .data-center-gallery-slider{
    min-height: 340px;
  }
  .colocation-pricing-block{
    padding: 40px 20px 20px;
  }
  .colocation-pricing-block .section--title{
    font-size: 36px;
    letter-spacing: -0.72px;
    margin-bottom: 32px;
  }
  .colo-price-tabs{
    margin-bottom: 38px;
    gap: 8px;
  }
  .colo-price-tab{
    padding: 12px 16px;
    font-size: 14px;
    line-height: 16px;
  }
  .colo-price-tab.clicked{
    font-size: 13px;
  }
  .colocation-pricing-block .colo-table__row,
  .colocation-pricing-block .colo-table__row:nth-child(2n+1){
    padding: 20px;
  }
  .colocation-pricing-block .colo-table__col{
    font-size: 14px;
  }
  .colocation-pricing-block .colo-table__list{
    font-size: 14px;
  }
  .colocation-pricing-block .colo-table__footer-text{
    font-size: 14px;
  }
  .colocation-pricing-block .svg-image-right-arrow{
    width: 15px;
  }
  .dcfs_item{
    width: 100%;
  }
  .faq-block{
    margin-bottom: -20px;
  }
  .free-box .faq-block{
    margin-top: 80px;
  }
}
@media only screen and (max-width:700px) {
  .advantages-gradient-boxes{
    gap: 16px;
  }
  .advantages-gradient-boxes .to-animate-cards__col,
  .advantages-gradient-boxes .advantage-box{
    width: 100%;
    min-height: auto;
    padding: 0;
  }
  .section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(1),
  .section.section-why-procloud .advantages-gradient-boxes .to-animate-cards__col:nth-child(3){
    top: 0;
  }
  .advantages-gradient-boxes .advantage-box-icon{
    display: none;
  }
  .advantages-gradient-boxes .advantage-box-info{
    padding: 28px;
    text-align: left;
  }
  .advantages-gradient-boxes .advantage-title{
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }
  .advantages-gradient-boxes .advantage-desc{
    line-height: 1.5;
    max-width: none;
  }
  .free-block{
    margin-top: -250px;
  }
  .products-type-blocks{
    gap: 60px;
  }
  .products-type-title{
    font-size: 28px;
    letter-spacing: -0.28px;
    margin-bottom: 12px;
  }
  .products-type-items{
    margin-top: 40px;
  }
  .products-type-item{
    padding: 32px;
  }
  .products-type-item.no-link{
    padding-bottom: 32px;
  }
  .products-type-item-labels{
    position: relative;
    top: auto;
    right: auto;
    margin-top: 19px;
  }
  .products-type-item-title{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.36px;
  }
  .products-type-item-text{
    margin-top: 8px;
  }
  .products-type-item.no-link .products-type-item-title{
    padding: 0;
  }
  .colo-table__footer{
    flex-direction: column;
  }
  .colo-table__footer-inner{
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  .colocation-pricing-block{
    border-radius: 32px;
  }
  .colocation-pricing-block .colo-table__footer .col-md {
    padding-left: 0 !important;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    min-height: auto;
  }
  .colocation-pricing-block a.btn-with-icon{
    text-align: center;
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.13);
    margin-top: 20px;
  }
  .colocation-pricing-block .svg-image-right-arrow{
    display: none;
  }
  .banner-test-cloud{
    width: 305px;
    min-height: 315px;
    background: url("../images/banners/banner-test-cloud-375.jpg") center center no-repeat;
    background-size: cover;
  }
  .popup-banner-inner{
    padding: 24px 60px 24px 24px;
  }
  .popup-banner .fancybox-close-small{
    top: 24px !important;
    right: 24px !important;
    height: 32px;
    width: 32px;
    background-size: 12px 12px;
  }
  .banner-text {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-text span{
    display: block;
  }
  .banner-button{
    gap: 42px;
  }
  .dcfs-ssd-selected_params{
    display: flex;
  }
  .dcfs-ssd-selected_params-delimiter{
    font-size: inherit;
    line-height: inherit;
  }
  .ssd-selected-name-size,
  .ssd-selected-tariff,
  .ip-count{
    margin-left: 0;
  }
  .ded-conf-order{
    border-radius: 20px;
  }
  .ded-conf-order-title{
    font-size: 16px;
    padding-bottom: 16px;
  }
  .ded-conf-result{
    padding: 16px 16px 20px;
    gap: 36px;
  }
  .ded-conf-form{
    padding: 24px 16px;
  }
  .ded-conf-form-agree{
    padding: 0;
  }
  .ded-conf-form-bottom{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .send-ded-conf{
    margin: 0 16px;
    gap: 8px;
  }
  .send-ded-conf svg{
    height: 20px;
    width: 20px;
  }
  .ded-conf-form .btn-effect-zoom{
    order: -1;
    width: 100%;
  }
  .ded-conf-form .btn-effect-zoom.btn-effect-zoom-gradient:hover::before,
  .ded-conf-form .btn-effect-zoom:hover::after{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .ded-conf-result-price span{
    font-size: 28px;
  }
  .mobile-word{
    display: inline-block;
  }
  .desktop-word{
    display: none;
  }
  .ded-conf-result-item{
    padding: 12px 16px;
    flex-wrap: wrap;
    gap: 0 8px;
  }
  .ded-conf-result-item b{
    width: 100%;
  }
  .ded-conf-result-item img{
    height: 18px;
    width: 18px;
  }
  .dcfs_items{
    gap: 12px;
  }
  .dcfs_item.ded-conf-ram{
    width: 100%;
  }
  .dcfs_item.ded-conf-ram{
    padding: 16px;
  }
  .ded-conf-ssd.dcfs_item{
    padding: 12px 12px 16px 16px;
  }
  .ded-conf-ram .dcfs_name,
  .ded-conf-ssd .dcfs_name{
    font-size: 14px;
  }
  .ded-conf-ssd.dcfs_item,
  .dcfs-ssd-selected{
    width: 100%;
  }
  .dcfs-ssd-select,
  .dcfs-ssd-select.dcfs-ip-select{
    gap: 9px;
    flex-direction: column;
    align-items: stretch;
    margin: 42px 0 20px;
  }
  .dcfs-ssd-select.dcfs-ip-select{
    margin-bottom: 0;
  }
}
@media only screen and (max-width:576px) {
  .free-box .faq-block{
    margin-top: 160px;
  }
  .section.section-why-procloud.advantages-gradient .section-image{
    display: block;
  }
}
@media only screen and (max-width:560px) {
  .section-pricing-title{
    flex-direction: column;
  }
  .pricing-grid-col{
    padding: 10px 4px;
  }
  .blog-article__main table.calculate-tariff td b{
    display: block;
    padding: 0;
  }
  .blog-article__main div.isp-tariff, .isp-tariff{
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .blog-article__main div.isp-tariff_price, .isp-tariff_price{
    margin-top: 25px;
  }
  .products-nav__aside{
    margin-top: 0;
  }
  .all-products-link-mobile{
    margin-left: 16px;
  }
  .menu-marketplace{
    gap: 16px;
  }
  .menu-marketplace:after{
    border-radius: 24px;
  }
  .products-nav__aside .w1280-auto{
    margin: 32px 0 0 16px;
  }
  .text-block h3,
  .text-block .like-h3{
    font-size: 20px;
  }
  .lazy-mobile-hide{
    display: none;
  }
  .round-header .help-with .container,
  .help-with .container{
    padding: 0 16px;
  }
  .help-with {
    padding: 72px 0;
  }
  .solutions-block-title{
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .help-with-title{
    margin-bottom: 40px;
    max-width: 355px;
  }
  .help-with-item{
    padding: 32px;
    border-radius: 28px;
    gap: 16px;
  }
  .help-with-item-title{
    font-size: 18px;
    letter-spacing: -0.36px;
  }
  .help-with-item-last-text .gradient-text{
    font-size: 24px;
    letter-spacing: -0.48px;
    margin-bottom: 16px;
  }
  .help-with-link{
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .help-with-link.background-zoom:before{
    border-radius: 16px;
  }
  .section__content-new .section--title{
    max-width: 320px;
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .section__content-new .section--description{
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section__content.section__content-new{
    margin-top: -52px;
  }
  .swiper-main.swiper-icons .swiper-slide{
    width: 135px;
    height: 150px;
    border-radius: 28px;
  }
  .swiper-main.swiper-icons .swiper-slide picture{
    width: 100px;
    height: 100px;
  }
  .solution-products{
    padding-top: 96px;
  }
  .solution-products-item-title{
    font-size: 18px;
    line-height: 24px;
  }
  .solution-products-item-detail{
    padding: 20px 0;
  }
  .solutions-try .procloud-try {
    border-radius: 32px;
    padding: 40px 32px 32px;
    min-height: 660px;
  }
  .solutions-try .text-90{
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .solutions-try .procloud-try__decor{
    top: 200px;
    left: 10px;
  }
  .solutions-try .procloud-try__description{
    font-weight: 400;
  }
  .solutions-try .btn-effect-zoom{
    max-width: 100%;
    padding: 14px 16px;
  }
  .solutions-try .btn-effect-zoom__text{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .solutions-try .svg-image-arrow-hover-zoom{
    width: 20px;
  }
  .solutions-try .procloud-try__footer-description{
    font-size: 12px;
  }
  .solutions-try{
    margin-bottom: -150px;
  }
  .advantages-gradient .section--title{
    font-size: 40px;
    letter-spacing: -0.8px;
    max-width: 275px;
  }
  .solutions-try + .section-why-procloud{
    padding-top: 255px;
  }
  .free-block{
    padding: 68px 0 76px;
    margin: -150px 0 -50px;
  }
  .free-block-row{
    padding: 0;
    flex-direction: column;
  }
  .free-block-text .solutions-block-title{
    font-size: 40px;
    max-width: 235px;
    margin-bottom: 16px;
  }
  .free-block-text{
    font-size: 16px;
  }
  .free-block-text p{
    max-width: 300px;
  }
  .free-block .btn-effect-zoom.btn-effect-zoom-gradient::before{
    min-height: calc(100% - 3px);
    left: 1.5px;
    right: 1.5px;
  }
  .free-block .btn-effect-zoom .svg-image-gradient-arrow-right{
    width: 20px;
  }
  .free-block .btn-effect-zoom{
    padding: 14px 16px 14px 20px;
  }
  .free-block .btn-effect-zoom__text{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
  .fgb-health div.first-gradient-block-title{
    display: block;
  }
  .fgb-health h1.first-gradient-block-title{
    display: none;
  }
  .fgb-health .first-gradient-block-picture{
    display: block;
    width: 358px;
    height: 284px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mp-detail-first .first-gradient-block{
    padding: 92px 0 45px;
  }
  .first-gradient-block.fgb-solutions{
    padding-bottom: 276px;
  }
  .mp-params{
    gap: 8px;
    margin-bottom: 28px;
  }
  .mp-detail-main{
    padding: 32px 0 16px;
  }
  .mp-detail-main-right-wrap{
    gap: 32px;
  }
  .mp-detail-features{
    gap: 16px;
  }
  .mp-detail-buttons{
    gap: 8px;
    margin-bottom: 28px;
  }
  .mp-detail-button{
    width: 100%;
  }
  .mp-detail-server-price{
    padding: 24px 23px;
    font-size: 16px;
    gap: 17px;
  }
  .mp-detail-server-price b{
    font-size: 40px;
  }
  .mp-detail-server-price span.mp-detail-server-price-name{
    font-size: 13px;
  }
  .mp-detail-first .first-gradient-block-buttons{
    gap: 12px;
  }
  .mp-detail-tabs{
    margin-bottom: 32px;
    gap: 8px;
  }
  .mp-detail-tab span{
    display: none;
  }
  .mp-detail-more-items{
    gap: 12px;
  }
  .mp-detail-more-item{
    padding: 28px;
    gap: 32px;
    flex-direction: column;
  }
  .mp-detail-more-item-icon{
    border-radius: 12px;
  }
  .mp-detail-more-item-title{
    margin-bottom: 8px;
  }
  .mp-detail-more-item-text{
    display: block;
  }
  .mp-detail-more-item-title a,
  .mp-detail-more-item-title span{
    line-height: 1.2;
  }
  .mp-detail-more-item-right.with-label{
    padding-bottom: 44px;
  }
  .mp-detail-more-item-label{
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .mp-detail-make-request{
    width: 100%;
  }
  .discuss-form-popup .discuss-form-wrap{
    width: 320px;
  }
  .discuss-form-popup .ask-question-form-row .ask-question-form-item:nth-of-type(5){
    flex: auto 0 0;
    max-width: none;
    margin-bottom: 30px;
  }
  .marketplace-first {
    min-height: 519px;
    padding: 118px 0 73px;
  }
  .marketplace-list {
    padding: 40px 0 20px;
  }
  .marketplace-first h1.page-title,
  .marketplace-first div.page-title{
    font-size: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
  }
  .marketplace-first .page-description{
    font-size: 16px;
    max-width: 320px;
  }
  .marketplace-list .products-types{
    justify-content: flex-start;
    padding-bottom: 40px;
  }
  .marketplace-type-title{
    font-size: 40px;
    letter-spacing: -0.8px;
  }
  .marketplace-type-items{
    margin-top: 24px;
    gap: 8px;
  }
  .marketplace-type-item{
    padding: 28px;
    min-height: 290px;
  }
  .marketplace-type-item-icon{
    width: 60px;
    height: 60px;
    padding: 13px;
  }
  .marketplace-type-item-buttons{
    flex-direction: column;
    padding-top: 0;
  }
  .discuss-form-round .ask-question-form [type=email],
  .discuss-form-round .ask-question-form [type=tel],
  .discuss-form-round .ask-question-form [type=text],
  .discuss-form-round .ask-question-form textarea{
    padding: 20px;
    font-size: 15px;
  }
  section.products{
    padding-bottom: 16px;
  }
  .products-types{
    justify-content: center;
  }
  .products-type-title,
  .products-type-text{
    text-align: center;
    /*max-width: 320px;
    margin-left: auto;
    margin-right: auto;*/
  }
  .first-gradient {
    margin: 0 6px;
    margin-top: calc(-100vh + 6px);
  }
  .round-header .container{
    padding-left: 16px;
    padding-right: 16px;
  }
  .first-gradient .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .first-gradient-block {
    padding: 108px 0 300px;
  }
  .first-gradient-block-picture{
    width: 407px;
    height: 396px;
    bottom: -75px;
    left: 50%;
    transform: translateX(-50%);
  }
  .first-gradient-block-title {
    font-size: 44px;
    margin-bottom: 12px;
  }
  .first-gradient-block-descr{
    width: 100%;
    max-width: none;
  }
  .first-gradient-block-buttons{
    margin-top: 20px;
    gap: 12px;
    flex-direction: column;
  }
  .first-gradient-block-buttons .discuss-the-problem-link .row{
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .first-gradient-block-buttons .discuss-the-problem-link .row .col,
  .first-gradient-block-buttons .discuss-the-problem-link .row .col-auto{
    padding: 0;
  }
  .round-header .header {
    padding-top: 8px;
  }
  .round-header .header .container{
    padding-left: 27px;
    padding-right: 27px;
  }
  .discuss-form-round.discuss-form{
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
  }
  .discuss-form-round .discuss-form-wrap{
    width: 320px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .discuss-form-round .discuss-form-title{
    margin-bottom: 50px;
  }
  .discuss-form-round .ask-question-form{
    flex: 1 0 0;
  }
  .ask-question-form-row{
    position: relative;
  }
  .discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(6){
    margin-top: 50px;
  }
  .discuss-form-round .discuss-the-problem-form .textarea-wrap{
    height: 132px;
  }
  .discuss-form-round .ask-question-form .ask-question-form-item:nth-of-type(5){
    flex: auto 0 0;
    width: 100%;
    max-width: none;
  }
  .new-advantages .section--title{
    font-size: 40px;
    letter-spacing: -0.8px;
    max-width: 320px;
    margin: auto;
  }
  .section-3.new-advantages .grid{
    padding-top: 40px;
    gap: 12px;
  }
  .new-advantages .grid .grid-item{
    padding: 32px;
    border-radius: 24px;
  }
  .section-3.new-advantages .grid .grid-item__title{
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
  }
  .data-center-gallery-slider__pagination{
    bottom: 16px !important;
    gap: 7px;
  }
  .data-center-gallery-slider__pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
  }
  .colocation-page .section.section-data-center{
    padding-top: 150px;
  }
  .colocation-page .section-3{
    padding-bottom: 100px;
  }
  .colo-data-centers .section-data-center__row{
    gap: 40px;
  }
  .section-data-center__col-right{
    border-radius: 24px;
  }
  .section-data-center__col-right-wrap{
    padding: 24px;
  }
  .colo-data-centers .data-center__subtitle{
    font-size: 20px;
    width: 100%;
    max-width: none;
  }
  .section-data-center__title{
    font-size: 36px;
  }
  .data-center-specification .data-center__label-inner{
    width: 36px;
    height: 36px;
  }
  .data-center-specification .data-center__label-inner img{
    width: 20px;
    height: 20px;
  }
  .data-center-specification-data-title{
    font-size: 14px;
    padding-bottom: 8px;
  }
  .data-center-specification-data-features{
    gap: 9px;
  }
  .data-center-specification-data-features,
  .colo-data-centers .data-center__descr{
    font-size: 14px;
  }
  .colo-data-centers .data-center__descr li:before{
    top: 11px;
    height: 2px;
    width: 2px;
  }
  .colocation-pricing-block{
    border-radius: 32px;
  }
  .colocation-pricing-block .colo-table__header {
    display: none;
  }
  .colocation-pricing-block .colo-table__row,
  .colocation-pricing-block .colo-table__row:nth-child(2n+1){
    flex-direction: column;
    margin: 0 0 8px;
  }
  .colocation-pricing-block .colo-table__col:first-child{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  .colocation-pricing-block .colo-table__col:nth-child(2){
    padding: 0 0 7px;
    display: flex;
    justify-content: space-between;
  }
  .colocation-pricing-block .colo-table__col:nth-child(2):before{
    content: 'ЦОД';
  }
  .colocation-pricing-block .colo-table__col:last-child{
    display: flex;
    justify-content: space-between;
    color: rgba(30, 30, 30, 0.40);
  }
  .colocation-pricing-block .colo-table__col:last-child:before{
    content: 'Цена';
  }
  .colocation-pricing-block .colo-table__col{
    flex: 1 0 0 !important;
    font-weight: 400;
  }
  .colocation-pricing-block .colo-table__footer .col-md .btn-with-icon{
    margin-top: 20px;
  }
  .free-box.section-data-center .faq-block{
    margin-top: 120px;
  }
  .faq-block{
    margin-bottom: 80px;
  }
  .free-box .faq-block:before{
    top: -40px;
    bottom: -28px;
    border-radius: 32px;
  }
  .free-box .faq-block{
    padding: 0 20px;
    margin: 120px auto;
  }
  .faq-block-items{
    gap: 8px;
  }
  .faq-block-item{
    padding: 16px 20px;
    border-radius: 20px;
  }
  .faq-block-question{
    gap: 10px;
  }
  .faq-block-question_icon{
    height: 36px;
    width: 36px;
  }
  .faq-block-question_icon:before,
  .faq-block-question_icon:after{
    height: 11px;
    width: 11px;
  }
  .faq-block_title{
    margin-bottom: 28px;
    font-size: 36px;
    letter-spacing: -0.72px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-block-answer_row{
    flex-direction: column;
    margin-right: 0;
  }
  .faq-block-answer_author{
    order: 2;
    align-items: center;
  }
  .faq-block-answer_author-icon{
    height: 32px;
    width: 32px;
  }
  .faq-block-question,
  .faq-block-answer_text{
    font-size: 13px;
  }
  .faq-block-answer_author .gradient-text{
    display: block;
  }
  .dcfs-ssd-selected_params{
    display: block;
  }
  .dcfs-ssd-selected_params-delimiter{
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .ssd-selected-name-size,
  .ssd-selected-tariff,
  .ip-count{
    margin-left: 9px;
  }
  .ded-conf-add-ssd{
    font-size: 12px;
    letter-spacing: -0.24px;
    margin-top: 12px;
    padding: 6px 12px 6px 6px;
  }
  .ded-conf-delete-ssd{
    padding: 6px 6px 6px 12px;
    font-size: 12px;
    letter-spacing: -0.24px;
  }
  .ded-conf-add-ssd_icon,
  .ded-conf-delete-ssd_icon{
    height: 24px;
    width: 24px;
  }
  .ded-conf-add-ssd_icon svg,
  .ded-conf-delete-ssd_icon svg{
    height: 12px;
    width: 12px;
  }
  .dcfs_item{
    padding: 20px 20px 12px;
  }
  .dcfs_name{
    font-size: 15px;
    letter-spacing: -0.3px;
    line-height: 18px;
  }
  .dcfs_props{
    padding: 8px 0 12px;
  }
  .ded-conf-cpu .dcfs_price{
    font-size: 12px;
  }
  .ded-conf-cpu .dcfs_price b{
    font-size: 20px;
  }
  .ded-conf-filter-items{
    border-radius: 20px;
  }
  .dcfs-ssd-select{
    margin-top: 50px;
  }
  .dcfs-ssd-selected_title{
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  .dcfs-ssd-range .noUi-horizontal .noUi-tooltip{
    font-size: 12px;
    letter-spacing: -0.24px;
    padding: 6px 10px;
  }
  .dcfs-ssd-range.dcfs-ip-range .noUi-horizontal .noUi-tooltip{
    min-width: 35px;
  }
  .dedicated-configurator{
    gap: 52px;
  }
  .dcfs_title{
    padding-bottom: 16px;
    font-size: 20px;
  }
  .dedicated-configurator-title {
    font-size: 24px;
    letter-spacing: -0.48px;
    line-height: 1.2;
    max-width: 287px;
  }
  .dedicated-configurator-title .d-inline{
    display: block !important;
  }
  .ded-conf-filter-items{
    margin: 24px 0 20px;
    padding: 24px 20px;
    flex-direction: column;
    gap: 20px;
  }
  .ded-conf-filter-ranges{
    flex-direction: column;
  }
  .ded-conf-filter-value{
    padding: 6px 6px 6px 12px;
    font-size: 12px;
  }
  .ded-conf-filter-value.clear-filter{
    padding: 6px 5px;
  }
  .dedicated-servers .section--title{
    font-size: 40px;
  }
  .ded-conf-result-item span{
    font-size: 13px;
    letter-spacing: -0.26px;
  }
  .ded-conf-result-item b{
    padding: 0 0 4px;
  }
}
@media only screen and (max-width:480px) {
  .section-pricing{
    padding: 40px 0;
  }
  .section-pricing + .section{
    padding-top: 40px;
  }
  .pricing-grid-col{
    font-size: 12px;
    padding: 8px 4px;
  }
  .pricing-grid-col.pricing-grid-col_header{
    font-size: 12px;
  }
  .pricing-grid-col.pricing-grid-col_first{
    padding-left: 4px;
  }
  .pricing-grid-col.pricing-grid-col_last{
    padding-right: 4px;
  }
  .colo-data-centers .data-center-gallery-slide,
  .section-data-center__col-left .data-center-gallery-slider{
    min-height: 215px;
  }
  .ded-conf-filter-selects{
    flex-direction: column;
  }
  .ded-conf-filter-selects .ded-conf-filter-item{
    max-width: 100%;
  }
  .ded-conf-cpu .dcfs_price{
    font-size: 12px;
  }
  .ded-conf-cpu .dcfs_price b{
    font-size: 20px;
  }
  .dedicated-servers .section--title{
    font-size: 30px;
  }
  .ded-conf-cpu.dcfs_item{
    padding: 16px;
  }
}
@media only screen and (max-width:420px) {
  .solution-products-title,
  .solution-products-text{
    max-width: 320px;
  }
  .solutions-try .procloud-try__decor{
    top: 225px;
  }
  .advantages-gradient .section__wrap-header .section--description{
    max-width: 304px;
  }
  .advantages-gradient-boxes .advantage-title{
    max-width: 230px;
  }
  .solutions-try .btn-effect-zoom{
    min-width: 100%;
  }
  .marketplace-first h1.page-title{
    display: none;
  }
  .marketplace-first div.page-title{
    font-weight: 600;
    display: inline-block;
  }
}
