/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/FontAwesome.eot?v=4.7.0");
  src: url("../fonts/FontAwesome.eot?#iefix&v=4.7.0") format('embedded-opentype'),url("../fonts/FontAwesome.woff2?v=4.7.0") format('woff2'),url("../fonts/FontAwesome.woff?v=4.7.0") format('woff'),url("../fonts/FontAwesome.ttf?v=4.7.0") format('truetype'),url("../fonts/FontAwesome.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  transform: scale(-1,1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  transform: scale(1,-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}

.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}

.fa-krw:before,
.fa-won:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*! jQuery UI - v1.12.1 - 2018-06-21
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default!important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: 700;
}

.ui-widget-header a {
  color: #333;
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: 400;
  color: #454545;
}

.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: 400;
  color: #2b2b2b;
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: 400;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-list:focus,
.slick-slide:focus {
  outline: 0;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/helveticaneuecyr-light.otf") format("opentype");
}

@font-face {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/helveticaneuecyr-roman.otf") format("opentype");
}

@font-face {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/helveticaneuecyr-medium.otf") format("opentype");
}

@font-face {
  font-family: Helvetica;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/helveticaneuecyr-bold.otf") format("opentype");
}

@font-face {
  font-family: CenturyGothic;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/CenturyGothic.woff") format("woff");
}

@font-face {
  font-family: CenturyGothic;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/CenturyGothic-Bold.woff") format("woff");
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #242424;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

img {
  max-width: 100%;
  border: none;
}

button:focus,
input:focus,
textarea:focus {
  outline: 0;
}

button,
input,
textarea {
  padding: 0;
  font-family: Helvetica;
}

table {
  border-collapse: collapse;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

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

.about .about-content,
.about .about-content .action,
.about .about-content li,
.advantages .advantages-list,
.advantages .advantages-list .item .head,
.advantages .clients .slick-track,
.breadcrumbs ul,
.calc-popup .channel-type .body .item,
.calc-popup .channel-type .channel-group,
.calc-popup .channel-type .head,
.calc-popup .channel-type .head .th,
.calc-popup .channel-type label,
.calc-popup .connection-type .body .item,
.calc-popup .connection-type .connection-group,
.calc-popup .connection-type .head,
.calc-popup .connection-type .head .th,
.calc-popup .connection-type label,
.calc-popup .order-form form,
.calc-popup .os-type .body .item,
.calc-popup .os-type .head,
.calc-popup .os-type .head .th,
.calc-popup .os-type .os-group,
.calc-popup .os-type label,
.calc-popup .platform-type .platform-group,
.calc-popup .platform-type label,
.calc-popup .server-type,
.calc-popup .server-type .body .item,
.calc-popup .server-type .head,
.calc-popup .server-type .head .th,
.calc-popup .server-type .qty,
.calc-popup .server-type .remove-item,
.calc-popup .storage-type,
.calc-popup .storage-type .body .item,
.calc-popup .storage-type .head,
.calc-popup .storage-type .head .th,
.calc-popup .storage-type .qty,
.calc-popup .storage-type .remove-item,
.call-info .list,
.call-service .list,
.callback form,
.cloud-adv .list,
.cloud-plans .item .body,
.cloud-plans .item .body li,
.cloud-plans .list,
.cloud-receive .list,
.colocation-info .list,
.colocation-tabs .tabs-content .tab-item .row,
.contacts-banner .contacts,
.contacts-banner .phone,
.data-attrs .item,
.data-attrs .list,
.error-page h1,
.main-banner .container,
.main-banner .image .slider .slick-track,
.main-banner .text li,
.main-news .list,
.news-list,
.news-nav li a,
.number-get .list,
.page-banner .container,
.page-banner .image .slider .slick-track,
.page-banner .text h1,
.page-banner .text li,
.page-top .list,
.popup.callback-popup form,
.rent-config .form-group,
.rent-config label,
.rent-info .list,
.services .list,
.sip-info .list,
.sip-service .item.item-6,
.voip-adv .list,
.voip-info .list,
footer .footer-info,
footer .footer-info .social ul,
footer .footer-top,
footer .logo,
footer .logo a,
header .container,
header .logo,
header .logo a,
header .main-nav .logo a,
header .main-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.advantages .clients .item,
.advantages .clients .list,
.calc-popup .channel-type .price-group,
.calc-popup .channel-type .radio,
.calc-popup .connection-type .price-group,
.calc-popup .connection-type .radio,
.calc-popup .os-type .price-group,
.calc-popup .os-type .radio,
.calc-popup .platform-type .radio,
.calc-popup .server-type .price-group,
.calc-popup .server-type .qty span,
.calc-popup .storage-type .price-group,
.calc-popup .storage-type .qty span,
.call-info .item .icon,
.call-service .img .icon,
.cloud-adv .img .icon,
.colocation-info .item .head,
.colocation-info .item .head .icon,
.colocation-tabs .tabs-nav,
.colocation-tabs .tabs-nav li a,
.data-tabs>.tabs-nav ul,
.data-tabs>.tabs-nav ul li a,
.data-tabs>.tabs-nav ul li span,
.error-page .error-content,
.news-nav li a span,
.news-nav ul,
.number-get .item .icon,
.number-info .item .icon,
.page-banner .image .slider .item,
.pagination li a,
.pagination li span,
.pagination ul,
.phone-tabs .tabs-nav ul,
.phone-tabs .tabs-nav ul li a,
.phone-tabs .tabs-nav ul li span,
.rent-config label .radio,
.rent-info .item .head,
.rent-info .item .head .icon,
.services .item .icon,
.sip-info .item .icon,
.voip-adv .item .head,
.voip-info .item .icon,
footer .footer-info .social li a,
footer .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: 320px;
  height: 100%;
  color: #222129;
  font-family: Helvetica;
  font-weight: 300;
  font-size: 15px;
}

body.menu-active {
  overflow: hidden;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 6;
}

header .container {
  align-items: center;
  justify-content: space-between;
  max-width: 1340px;
}

header .logo {
  align-items: center;
}

header .logo a {
  align-items: center;
}

header .logo img {
  width: 100px;
}

header .logo span {
  margin-left: 10px;
  font-family: CenturyGothic;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  letter-spacing: .3em;
  text-transform: uppercase;
}

header .mobile-btn {
  display: none;
  cursor: pointer;
}

header .mobile-btn span {
  display: block;
  margin-bottom: 5px;
  width: 40px;
  height: 5px;
  background: #fff;
  box-shadow: 0 3px 1px 0 #3a68b5;
}

header .mobile-btn span:last-child {
  margin-bottom: 0;
}

header .main-nav .logo {
  display: none;
}

header .main-nav .logo a {
  align-items: center;
}

header .main-nav .logo img {
  width: 70px;
}

header .main-nav ul {
  align-items: center;
}

header .main-nav li {
  position: relative;
}

header .main-nav li:before {
  content: '';
  position: absolute;
  left: 17px;
  top: -50px;
  width: 1px;
  height: 60px;
  background: #fff;
  transition: .2s ease;
  opacity: 0;
}

header .main-nav li:after {
  content: '';
  position: absolute;
  left: 17px;
  width: 1px;
  height: 700px;
  background: rgba(255,255,255,.15);
  transition: .2s ease;
  opacity: 0;
}

header .main-nav li a {
  position: relative;
  margin: 0 12px;
  padding-left: 18px;
  color: #fff;
  text-transform: uppercase;
}

header .main-nav li a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: 0 0;
  transition: .2s ease;
}

header .main-nav li.active a,
header .main-nav li:hover a {
  text-shadow: 0 3px 1px #3a68b5;
}

header .main-nav li.active a:before,
header .main-nav li:hover a:before {
  background: #fff;
  box-shadow: 0 3px 1px 0 #3a68b5;
}

header .main-nav li.active:after,
header .main-nav li.active:before {
  opacity: 1;
}

.main-banner {
  padding-top: 104px;
  height: 848px;
  color: #fff;
  background: url("../img/main_banner.png") no-repeat center;
  background-size: cover;
}

.main-banner .container {
  position: relative;
  height: 100%;
}

.main-banner .text {
  margin-top: 50px;
  width: 50%;
}

.main-banner .text h1 {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: .08em;
  text-shadow: 0 3px 1px #3a68b5;
}

.main-banner .text h1 span {
  font-size: 35px;
}

.main-banner .text li {
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 200;
  letter-spacing: .05em;
  text-shadow: 0 2px 1px #3a68b5;
}

.main-banner .text li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.main-banner .text li b {
  display: contents;
  padding: 0 5px;
}

.main-banner .image {
  width: 50%;
}

.main-banner .image .slider {
  background: url("../img/slider_ellipse.png") no-repeat center;
  background-size: cover;
}

.main-banner .image .slider .slick-track {
  align-items: center;
}

.main-banner .image .slider .item {
  height: 100%;
}

.main-banner .image .slider .item img {
  margin: 0 auto;
}

.page-banner {
  padding-top: 104px;
  height: 848px;
  color: #fff;
  background: url("../img/main_banner.png") no-repeat center;
}

.page-banner .container {
  position: relative;
  height: 100%;
}

.page-banner .text {
  margin-top: 50px;
  width: 50%;
}

.page-banner .text h1 {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: .08em;
  text-shadow: 0 3px 1px #3a68b5;
}

.page-banner .text h1 img {
  margin-right: 15px;
  margin-top: 5px;
  width: 60px;
  height: 50px;
}

.page-banner .text li {
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 200;
  text-shadow: 0 2px 1px #3a68b5;
}

.page-banner .text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.page-banner .image {
  width: 50%;
}

.page-banner .image .slider {
  height: 600px;
  background: url("../img/slider_ellipse.png") no-repeat center;
}

.page-banner .image .slider .slick-track {
  align-items: center;
}

.page-banner .image .slider .item {
  height: 100%;
}

.page-banner .image .slider .item img {
  margin: 0 auto;
}

.page-banner.cloud .action {
  margin-top: 40px;
}

.page-banner.cloud .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  border-color: #fff;
  color: #fff;
}

.page-banner.cloud .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.about {
  margin-top: -70px;
  padding-bottom: 30px;
  background: url("../img/about_bg.png") no-repeat center top;
  background-size: 75%;
}

.about .title {
  margin-bottom: 20px;
  text-align: center;
}

.about .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.about .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.about .title p {
  font-size: 18px;
  font-weight: 700;
  color: #706869;
  text-transform: uppercase;
}

.about .about-content li {
  align-items: center;
  margin-bottom: 20px;
}

.about .about-content .img {
  width: 126px;
  text-align: center;
}

.about .about-content .img img:nth-child(2) {
  margin-top: 10px;
}

.about .about-content .text {
  padding-left: 25px;
  width: calc(100% - 126px);
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.about .about-content .text b {
  font-weight: 700;
  color: #4577e8;
}

.about .about-content .text a {
  color: #4577e8;
  text-decoration: underline;
}

.about .about-content .text a:hover {
  text-decoration: none;
}

.about .about-content .action {
  align-items: center;
  margin-top: 25px;
}

.about .about-content .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin-left: 30px;
  text-decoration: none;
}

.about .about-content .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.services {
  padding-bottom: 80px;
  border-bottom: 1px solid #ecf3fe;
}

.services .title {
  margin-bottom: 20px;
  text-align: center;
}

.services .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.services .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.services .title p {
  font-size: 18px;
  font-weight: 700;
  color: #706869;
}

.services .item {
  width: 33.33%;
  text-align: center;
}

.services .item .icon {
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #ecf3fe;
}

.services .item .icon:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.services .item .icon img {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
}

.services .item .icon.animate svg path {
  stroke-dasharray: 671,389;
}

.services .item svg {
  margin: 0 auto;
  overflow: visible;
}

.services .item svg path {
  fill: none;
  stroke-width: 2px;
  stroke-dashoffset: 281;
  stroke-dasharray: 281,389;
  transition: 2s ease;
}

.services .item:first-child .service-link:before {
  width: 240px;
  height: 240px;
  background-image: url("../img/service_cloud_icon.svg");
}

.services .item:nth-child(2) img {
  left: calc(50% - 25px);
  top: calc(50% - 25px);
  width: 50px;
}

.services .item:nth-child(2) .service-link:before {
  width: 240px;
  height: 240px;
  background-image: url("../img/service_data_icon.svg");
}

.services .item:nth-child(3) img {
  left: calc(50% - 37.5px);
  top: calc(50% - 24px);
  width: 75px;
}

.services .item:nth-child(3) .service-link:before {
  width: 280px;
  height: 240px;
  background-image: url("../img/service_telephony_icon.svg");
}

.services .item h4 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 21px;
}

.services .item ul {
  padding: 0 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.services .item ul li span {
  color: #4577e8;
}

.services .item .service-link {
  position: relative;
  padding: 25px 0 45px 0;
  height: calc(100% - 84px);
  overflow: hidden;
  transition: box-shadow .2s ease;
}

.services .item .service-link:before {
  content: '';
  position: absolute;
  bottom: -25px;
  right: -55px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: .2s ease;
}

.services .item .service-link:hover {
  box-shadow: 0 -15px 18px 0 rgba(0,0,0,.2);
}

.services .item .service-link:hover:before {
  opacity: .1;
}

.services .item .order-link {
  padding: 15px 0;
}

.services .item .order-link a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

.services .item .order-link a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.advantages {
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f2f6fe url("../img/circle_bg.png") no-repeat center top;
}

.advantages .container {
  padding-top: 200px;
}

.advantages .clients {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 35px 0;
  max-width: 1200px;
  width: 100%;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 3px 50px 0 rgba(0,0,0,.15);
}

.advantages .clients h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.advantages .clients .slick-track {
  align-items: center;
}

.advantages .clients .list .slick-list {
  width: 100%;
}

.advantages .clients .list .slick-track {
  align-items: initial;
}

.advantages .clients .list img {
  display: inline-block;
  max-width: 120px;
  width: 100%;
}

.advantages .clients .item {
  position: relative;
  float: none;
  height: initial;
  width: 14.2%;
  text-align: center;
}

.advantages .clients .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  height: 20px;
  width: 1px;
  background: #4577e8;
}

.advantages .clients .item a {
  display: block;
}

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

.advantages .title h3 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.advantages .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.advantages .advantages-scheme {
  position: relative;
  margin-bottom: 70px;
  height: 320px;
}

.advantages .advantages-scheme .item {
  position: absolute;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(34,33,41,.15);
  transition: .4s ease;
}

.advantages .advantages-scheme .item:first-child {
  left: 0;
  top: 0;
  width: 400px;
}

.advantages .advantages-scheme .item:nth-child(2) {
  left: 440px;
  top: 0;
  width: 205px;
}

.advantages .advantages-scheme .item:nth-child(3) {
  right: 0;
  top: 0;
  width: 500px;
}

.advantages .advantages-scheme .item:nth-child(4) {
  left: 0;
  top: 105px;
  width: 260px;
}

.advantages .advantages-scheme .item:nth-child(5) {
  right: 0;
  top: 105px;
  width: 240px;
}

.advantages .advantages-scheme .item:nth-child(6) {
  left: 75px;
  top: 250px;
  width: 245px;
}

.advantages .advantages-scheme .item:nth-child(7) {
  left: 410px;
  top: 225px;
  width: 250px;
}

.advantages .advantages-scheme .item:nth-child(8) {
  right: 145px;
  top: 220px;
  width: 310px;
}

.advantages .advantages-scheme .item.img {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 726px;
  height: 179px;
}

.advantages .advantages-scheme .item.active {
  color: #4577e8;
  background: rgba(255,255,255,.8);
  box-shadow: 0 2px 8px 0 rgba(0,0,0,.07);
}

.advantages .advantages-scheme .item.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4px;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(to right,#adc3f5,#eef3fd);
}

.advantages .advantages-list {
  margin: 0 -15px 0 -15px;
}

.advantages .advantages-list .item {
  margin: 0 15px;
  margin-bottom: 60px;
  width: calc(33.33% - 30px);
  border-radius: 5px;
  border: 1px solid #a7a6a6;
  background: linear-gradient(#f2f6fe,#fff);
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.2);
}

.advantages .advantages-list .item .head {
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
  margin-top: -35px;
  margin-left: 15px;
  padding: 0 15px 0 5px;
  background: linear-gradient(#f2f6fe,#f5f8fe);
}

.advantages .advantages-list .item .icon {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  background: url("../img/icon_blue_bg.svg") no-repeat;
}

.advantages .advantages-list .item .icon img {
  position: absolute;
  left: 26px;
  top: 15px;
  width: 30px;
}

.advantages .advantages-list .item h4 {
  padding-left: 20px;
  width: calc(100% - 70px);
  font-size: 16px;
  font-weight: 700;
  color: #4577e8;
  text-shadow: 0 1px 1px #fff;
  text-transform: uppercase;
}

.advantages .advantages-list .item ul {
  position: relative;
  padding: 5px 15px 25px 65px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.advantages .advantages-list .item ul:before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  width: 20px;
  height: 100px;
  background: url("../img/adv_list_icon.svg") no-repeat;
}

.main-news {
  padding-top: 40px;
  border-top: 1px solid #ecf3fe;
  border-bottom: 1px solid #ecf3fe;
}

.main-news .title {
  margin-bottom: 30px;
  text-align: center;
}

.main-news .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.main-news .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.main-news .list {
  margin: 0 -15px 0 -15px;
}

.main-news .item {
  margin: 0 15px;
  width: calc(33.33% - 30px);
  transition: .2s ease;
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.11);
}

.main-news .item:hover {
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
}

.main-news .item .date {
  margin: 20px 0;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #a8acb9;
  text-transform: uppercase;
  text-align: center;
}

.main-news .item h4 {
  margin-bottom: 20px;
  text-align: center;
}

.main-news .item h4 a {
  display: block;
  margin: 0 auto;
  width: 75%;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: .2s ease;
}

.main-news .item h4 a:hover {
  color: #4577e8;
}

.main-news .item p {
  padding: 0 25px 40px 25px;
  font-size: 16px;
  line-height: 24px;
}

.main-news .action {
  padding: 35px 0;
}

.main-news .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  width: 160px;
  font-size: 14px;
  color: #fff;
  border-color: #4373e1;
  background: #4373e1;
}

.main-news .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.main-news .action a:hover {
  color: #4373e1;
  background: 0 0;
}

footer {
  border-top: 1px solid #fff;
  background: #ecf3fe;
}

footer .footer-top {
  height: 80px;
  border-bottom: 1px solid #e2eaf5;
}

footer .footer-nav {
  width: 75%;
}

footer .footer-nav ul {
  justify-content: flex-end;
  height: 100%;
}

footer .footer-nav li {
  margin: 0 27px;
}

footer .footer-nav li a {
  font-size: 14px;
  transition: .2s ease;
}

footer .footer-nav li a:hover {
  color: #4577e8;
}

footer .logo {
  align-items: center;
  width: 25%;
}

footer .logo a {
  align-items: center;
}

footer .logo img {
  width: 70px;
}

footer .logo span {
  margin-left: 15px;
  font-family: CenturyGothic;
  font-weight: 700;
  font-size: 20px;
  color: #6e6566;
  letter-spacing: .66em;
  text-transform: uppercase;
}

footer .footer-info {
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #e2eaf5;
}

footer .footer-info .phone {
  text-align: center;
}

footer .footer-info .phone a {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #4577e8;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  transition: .2s ease;
}

footer .footer-info .phone a:before {
  content: '\f095';
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 22px;
  font-family: FontAwesome;
}

footer .footer-info .phone a:hover {
  text-decoration: underline;
}

footer .footer-info .social ul {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

footer .footer-info .social li {
  margin-right: 15px;
}

footer .footer-info .social li.fb a {
  border-color: #3b5999;
}

footer .footer-info .social li.fb a:before {
  content: '\f09a';
  color: #3b5999;
}

footer .footer-info .social li.fb a:hover {
  background: #3b5999;
}

footer .footer-info .social li.tw a {
  border-color: #1da1f2;
}

footer .footer-info .social li.tw a:before {
  content: '\f099';
  color: #1da1f2;
}

footer .footer-info .social li.tw a:hover {
  background: #1da1f2;
}

footer .footer-info .social li.ig a {
  border-color: #c94a91;
}

footer .footer-info .social li.ig a:before {
  content: '\f16d';
  color: #c94a91;
}

footer .footer-info .social li.ig a:hover {
  background: #c94a91;
}

footer .footer-info .social li.li {
  margin-right: 0;
}

footer .footer-info .social li.li a {
  border-color: #0077b5;
}

footer .footer-info .social li.li a:before {
  content: '\f0e1';
  color: #0077b5;
}

footer .footer-info .social li.li a:hover {
  background: #0077b5;
}

footer .footer-info .social li a {
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
  background: 0 0;
  transition: .2s ease;
}

footer .footer-info .social li a:before {
  display: inline-block;
  font-family: FontAwesome;
  transition: .2s ease;
}

footer .footer-info .social li a:hover:before {
  color: #fff;
}

footer .footer-info .contacts li {
  font-size: 12px;
  line-height: 18px;
}

footer .footer-info .contacts a {
  text-decoration: underline;
}

footer .footer-info .contacts a:hover {
  text-decoration: none;
}

footer .footer-info .schedule li {
  font-size: 12px;
  line-height: 18px;
}

footer .copyright {
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
}

footer .copyright .pp {
  margin-bottom: 10px;
}

footer .copyright a {
  text-decoration: underline;
}

footer .copyright a:hover {
  text-decoration: none;
}

.page-top {
  position: relative;
  margin-top: -70px;
}

.page-top.cloud-top .text .cube {
  left: -33px;
  top: -65px;
  width: 170px;
  height: 133px;
  background-image: url("../img/cube_5.png");
}

.page-top.data-top .text .cube {
  left: 20px;
  top: -88px;
  width: 146px;
  height: 164px;
  background-image: url("../img/cube_1.png");
}

.page-top.phone-top .text .cube {
  left: -60px;
  top: -65px;
  width: 185px;
  height: 102px;
  background-image: url("../img/cube_4.png");
}

.page-top .top-bg-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 150px;
  font-weight: 700;
  font-family: CenturyGothic;
  line-height: 150px;
  letter-spacing: .05em;
  color: #fcfaf2;
  text-transform: uppercase;
  text-align: center;
  z-index: -1;
}

.page-top.animate .text .cube {
  opacity: 1;
  transform: translateY(0) rotate(0);
}

.page-top .title {
  margin-bottom: 60px;
  text-align: center;
}

.page-top .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.page-top .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.page-top .text {
  position: relative;
  margin-bottom: 45px;
  padding: 40px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  border: 1px solid #a2a1a1;
  border-radius: 3px;
  background: linear-gradient(#fff,#f2f6fe);
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.2);
}

.page-top .text:before {
  content: '';
  position: absolute;
  left: 15px;
  top: -1px;
  width: 115px;
  height: 1px;
  background: #fff;
}

.page-top .text .cube {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 5;
  opacity: 0;
  transition: .5s ease;
  transform: translateY(-100px) rotate(45deg);
}

.page-top .list {
  margin-bottom: 40px;
}

.page-top .list .item {
  position: relative;
  margin: 0 auto;
  width: 25%;
  max-width: 200px;
}

.page-top .list .item:after {
  content: '';
  position: absolute;
  right: -60px;
  top: -20px;
  width: 20px;
  height: 100px;
  background: url("../img/adv_list_icon.svg") no-repeat;
  transform: rotate(90deg);
}

.page-top .list .item:last-child:after {
  display: none;
}

.page-top .list .icon {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 70px;
  height: 70px;
  background: url("../img/icon_white_bg.svg") no-repeat;
}

.page-top .list .icon img {
  position: absolute;
  left: 26px;
  top: 15px;
  width: 30px;
}

.page-top .list h4 {
  font-size: 16px;
  font-weight: 500;
  color: #4577e8;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
}

.cloud-receive {
  padding: 30px 0;
  border-bottom: 1px solid #ecf3fe;
}

.cloud-receive .title {
  margin-bottom: 40px;
  text-align: center;
}

.cloud-receive .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.cloud-receive .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.cloud-receive .list {
  margin: 0 -20px 0 -20px;
}

.cloud-receive .item {
  position: relative;
  margin: 0 20px;
  width: calc(50% - 40px);
}

.cloud-receive .item:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 35px;
  right: 0;
  width: 200px;
  height: 200px;
  opacity: .1;
  background-repeat: no-repeat;
  z-index: -1;
}

.cloud-receive .item:first-child:before {
  background-image: url("../img/safe_icon.svg");
}

.cloud-receive .item:nth-child(2):before {
  background-image: url("../img/preparation_icon.svg");
}

.cloud-receive .item h5 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #4577e8;
  border-bottom: 1px solid #4577e8;
}

.cloud-receive .item li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 20px;
}

.cloud-receive .item li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4373e1;
}

.cloud-video {
  padding: 30px 0;
  border-bottom: 1px solid #ecf3fe;
}

.cloud-video .title {
  margin-bottom: 40px;
  text-align: center;
}

.cloud-video .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.cloud-video .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.cloud-video .video-wrap {
  margin: 0 auto;
  max-width: 560px;
  height: 315px;
  text-align: center;
}

.cloud-plans {
  padding: 50px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f6f7fe url("../img/circle_bg.png") no-repeat center top;
}

.cloud-plans .title {
  margin-bottom: 40px;
  text-align: center;
}

.cloud-plans .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.cloud-plans .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.cloud-plans .list {
  margin: 0 -13px 0 -13px;
}

.cloud-plans .item {
  margin: 0 13px;
  width: calc(25% - 26px);
  border-radius: 3px;
  border: 1px solid #a7a6a6;
  transition: .2s ease;
}

.cloud-plans .item:hover {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
}

.cloud-plans .item:hover .head {
  color: #fff;
  background: url("../img/plan_bg.jpg") no-repeat center;
  background-size: cover;
}

.cloud-plans .item:hover .head h3 {
  color: #fff;
  text-shadow: 0 3px 1px #3a68b5;
}

.cloud-plans .item:hover .head h3:after {
  background: linear-gradient(to right,#93aff1,#eef3fd);
}

.cloud-plans .item .head {
  padding: 25px 25px 0 25px;
  text-align: center;
}

.cloud-plans .item .head h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #4577e8;
  text-transform: uppercase;
}

.cloud-plans .item .head h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.cloud-plans .item .head span {
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 2px solid #a7a6a6;
}

.cloud-plans .item .body {
  padding: 20px 20px 30px 20px;
}

.cloud-plans .item .body li {
  align-items: center;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  max-width: 100%;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
}

.cloud-plans .item .body li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  font-size: 18px;
  font-family: FontAwesome;
  color: #4577e8;
}

.cloud-plans .item .action {
  margin-top: 20px;
  align-self: flex-end;
  width: 100%;
}

.cloud-plans .item .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.cloud-plans .item .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.cloud-adv {
  padding: 30px 0;
  border-bottom: 1px solid #ecf3fe;
}

.cloud-adv .title {
  margin-bottom: 40px;
  text-align: center;
}

.cloud-adv .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.cloud-adv .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.cloud-adv .list {
  margin: 0 -20px 0 -20px;
}

.cloud-adv .item {
  position: relative;
  margin: 0 20px;
  width: calc(33.33% - 40px);
}

.cloud-adv .item i {
  position: absolute;
  left: 0;
  top: -65px;
  font-size: 150px;
  font-weight: 700;
  font-style: normal;
  font-family: CenturyGothic;
  line-height: 150px;
  letter-spacing: .05em;
  color: #fcfaf2;
  z-index: -1;
}

.cloud-adv .item h5 {
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #4577e8;
  border-bottom: 1px solid #4577e8;
}

.cloud-adv .item p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 27px;
}

.cloud-adv .item span {
  font-size: 16px;
  line-height: 27px;
  color: #4577e8;
}

.cloud-adv .img {
  margin-bottom: 25px;
  position: relative;
}

.cloud-adv .img .icon {
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 2;
}

.cloud-adv .img .icon:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.cloud-adv .img .icon svg {
  margin: 0 auto;
  overflow: visible;
}

.cloud-adv .img .icon svg path {
  fill: none;
  stroke-width: 2px;
  stroke-dashoffset: 281;
  stroke-dasharray: 281,389;
  transition: 2s ease;
}

.cloud-adv .img .icon img {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
}

.cloud-adv .img .icon.animate svg path {
  stroke-dasharray: 671,389;
}

.cloud-adv .img .line {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#f2f5fd 0,#4c7ce9 50%,#f2f5fd 100%);
}

.cloud-adv .img .point {
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4577e8;
  opacity: 0;
}

.cloud-adv .img .point.point-1 {
  animation: slidePointLeft;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.cloud-adv .img .point.point-2 {
  animation: slidePointRight;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.cloud-adv .img .point.point-3 {
  animation: slidePointLeft;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-iteration-count: infinite;
}

.cloud-adv .img .point.point-4 {
  animation: slidePointRight;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-iteration-count: infinite;
}

.callback {
  padding-top: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ecf3fe;
  background: url("../img/callback_bg.jpg") no-repeat center;
  background-size: cover;
}

.callback.sent {
  height: initial;
}

.callback.sent .title {
  margin-bottom: 30px;
}

.callback .container {
  max-width: 590px;
}

.callback .title {
  margin-bottom: 40px;
  text-align: center;
}

.callback .title h3 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.callback .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.callback .title span {
  font-size: 16px;
  font-weight: 700;
  color: #706869;
}

.callback form {
  align-items: center;
  justify-content: space-between;
}

.callback form label {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 45%;
}

.callback form label:nth-child(5) {
  width: 100%;
}

.callback form label .label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
  transition: transform .3s ease;
  cursor: text;
}

.callback form label.focused .label {
  transform: translateY(-20px);
  font-size: 13px;
}

.callback form label.error span {
  color: red;
}

.callback form label.error input {
  color: red;
  border-bottom-color: red;
}

.callback form label input,
.callback form label textarea {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #222129;
  border: none;
  border-bottom: 1px solid #517fe9;
  background: 0 0;
}

.callback form label textarea {
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  resize: none;
}

.callback form .action {
  margin: 20px 0;
  width: 100%;
}

.callback form .action button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 154px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4373e1;
}

.callback form .action button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

@keyframes slidePointLeft {
  0% {
    left: 540px;
    opacity: 1;
  }

  100% {
    left: 0;
    opacity: 0;
  }
}

@keyframes slidePointRight {
  0% {
    right: 540px;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 0;
  }
}

.data-tabs .tab-item {
  display: none;
}

.data-tabs .tab-item:first-child {
  display: block;
}

.data-tabs>.tabs-nav ul {
  margin-bottom: 40px;
}

.data-tabs>.tabs-nav ul li {
  margin: 0 10px;
  opacity: .5;
}

.data-tabs>.tabs-nav ul li a {
  position: relative;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: rgba(0,0,0,.5);
  background: url("../img/tab_icon_center.svg") center repeat;
  transition: .2s ease;
}

.data-tabs>.tabs-nav ul li a:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 7px;
  width: calc(100% + 4px);
  height: 46px;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,.5);
  z-index: -1;
}

.data-tabs>.tabs-nav ul li span {
  position: relative;
  padding: 0 30px;
  width: 100%;
  height: 46px;
}

.data-tabs>.tabs-nav ul li span:before {
  content: '';
  position: absolute;
  left: -9px;
  top: -6px;
  width: 12px;
  height: 58px;
  background: url("../img/tab_icon_side.svg") no-repeat;
}

.data-tabs>.tabs-nav ul li span:after {
  content: '';
  position: absolute;
  right: -9px;
  top: -6px;
  width: 12px;
  height: 58px;
  background: url("../img/tab_icon_side.svg") no-repeat;
  transform: rotate(180deg);
}

.data-tabs>.tabs-nav ul li.active {
  opacity: 1;
}

.data-tabs>.tabs-nav ul li.active a {
  color: #4577e8;
}

.data-tabs>.tabs-nav ul li:hover a {
  color: #4577e8;
}

.colocation-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f6fe;
}

.colocation-info .title {
  margin-bottom: 20px;
  text-align: center;
}

.colocation-info .title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.colocation-info .title h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 284px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.colocation-info .title h3:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 284px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#93aff1,#eef3fd);
}

.colocation-info .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.colocation-info .list {
  margin: 50px -23px 0 -23px;
}

.colocation-info .item {
  margin: 0 23px;
  width: calc(33.33% - 46px);
  border-radius: 5px;
  border: 1px solid #a7a6a6;
  background: linear-gradient(#fff,#f2f6fe);
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.2);
  text-align: center;
}

.colocation-info .item .head {
  display: inline-flex;
  margin-top: -27px;
  margin-bottom: 10px;
  padding: 0 15px;
  background: #fff;
}

.colocation-info .item .head .icon {
  position: relative;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(#4577e8,#fff);
}

.colocation-info .item .head .icon:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 1;
}

.colocation-info .item .head .icon img {
  position: relative;
  max-width: 30px;
  z-index: 2;
}

.colocation-info .item .head h4 {
  font-size: 16px;
  font-weight: 700;
  color: #4577e8;
  text-transform: uppercase;
}

.colocation-info .item p {
  padding: 0 20px 30px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.colocation-order {
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f2f6fe url("../img/circle_bg.png") no-repeat center top;
}

.colocation-order .title {
  text-align: center;
}

.colocation-order .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.colocation-order .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.rent-info {
  border-bottom: 1px solid #f2f6fe;
}

.rent-info .title {
  margin-bottom: 20px;
  text-align: center;
}

.rent-info .title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.rent-info .title h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 284px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.rent-info .title h3:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 284px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#93aff1,#eef3fd);
}

.rent-info .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.rent-info .list {
  margin: 50px -23px 0 -23px;
}

.rent-info .item {
  margin: 0 23px;
  margin-bottom: 45px;
  width: calc(33.33% - 46px);
  border-radius: 5px;
  border: 1px solid #a7a6a6;
  background: linear-gradient(#fff,#f2f6fe);
  box-shadow: 0 8px 8px 0 rgba(0,0,0,.2);
  text-align: center;
}

.rent-info .item .head {
  display: inline-flex;
  margin-top: -27px;
  margin-bottom: 10px;
  padding: 0 15px;
  background: #fff;
}

.rent-info .item .head .icon {
  position: relative;
  margin-right: 10px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(#4577e8,#fff);
}

.rent-info .item .head .icon:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 1;
}

.rent-info .item .head .icon img {
  position: relative;
  max-width: 30px;
  z-index: 2;
}

.rent-info .item .head h4 {
  font-size: 16px;
  font-weight: 700;
  color: #4577e8;
  text-transform: uppercase;
}

.rent-info .item p {
  padding: 0 20px 30px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.colocation-tabs {
  text-align: center;
}

.colocation-tabs .tabs-nav {
  display: inline-flex;
  margin-bottom: 50px;
  border-radius: 3px;
  box-shadow: 0 3px 50px 0 rgba(0,0,0,.15);
}

.colocation-tabs .tabs-nav li a {
  padding: 0 30px;
  height: 52px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-right: 1px solid #a4b8d5;
  background: #fff;
  transition: .2s ease;
}

.colocation-tabs .tabs-nav li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.colocation-tabs .tabs-nav li:last-child a {
  border-right: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.colocation-tabs .tabs-nav li.active a {
  color: #fff;
  background: #4373e1;
}

.colocation-tabs .tabs-nav li:hover:not(.active) a {
  color: #4373e1;
}

.colocation-tabs .tabs-content {
  text-align: left;
}

.colocation-tabs .tabs-content .tab-item:last-child .price {
  margin-top: 10px;
}

.colocation-tabs .tabs-content .image {
  padding-right: 35px;
  width: 30%;
}

.colocation-tabs .tabs-content .image .server {
  position: relative;
  width: 300px;
  perspective: 1000px;
}

.colocation-tabs .tabs-content .image .server>span {
  position: relative;
  display: block;
  width: 100%;
  height: 32px;
  background: url("../img/server_unit.png") no-repeat;
  transform: translateY(-100px);
  opacity: 0;
}

.colocation-tabs .tabs-content .image .server>span.sel:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: rotateX(90deg);
  background-image: url("../img/server_unit_sel.png");
}

.colocation-tabs .tabs-content .image .server .name {
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #fff;
  opacity: .5;
  text-shadow: 0 2px 3px rgba(0,0,0,.3),0 0 2px #4373e1;
  text-align: center;
  text-transform: uppercase;
}

.colocation-tabs .tabs-content .image .server.animate>span {
  transition: .5s ease;
}

.colocation-tabs .tabs-content .image .server.animate>span:first-child {
  opacity: 1;
  transition-delay: .7s;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(2) {
  opacity: 1;
  transition-delay: .6s;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(3) {
  opacity: 1;
  transition-delay: .5s;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(4) {
  opacity: 1;
  transition-delay: .4s;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(5) {
  opacity: 1;
  transition-delay: .3s;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(6) {
  opacity: 1;
  transition-delay: .2s;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(7) {
  opacity: 1;
  transition-delay: .1s;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(8) {
  opacity: 1;
  transform: translateY(0);
}

.colocation-tabs .tabs-content .image .server.animate>span:nth-child(8):before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
  width: 285px;
  height: 40px;
  background: url("../img/unit_shadow.png") no-repeat;
}

.colocation-tabs .tabs-content .image .server.animate>span.sel:after {
  opacity: 1;
  transform: rotateX(0);
  transition: .5s ease;
  transition-delay: 1.2s;
}

.colocation-tabs .tabs-content .image .price {
  margin-top: 60px;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.colocation-tabs .tabs-content .image .price .label {
  margin-bottom: 5px;
}

.colocation-tabs .tabs-content .image .price .value {
  font-weight: 700;
  font-family: CenturyGothic;
}

.colocation-tabs .tabs-content .image .price span {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.colocation-tabs .tabs-content .text {
  padding-left: 35px;
  width: 70%;
}

.colocation-tabs .tabs-content .text li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 27px;
}

.colocation-tabs .tabs-content .text li:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4373e1;
}

.colocation-tabs .tabs-content .text li:last-child {
  margin-bottom: 0;
}

.colocation-tabs .tabs-content .action {
  margin-top: 60px;
  width: 100%;
}

.colocation-tabs .tabs-content .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 264px;
  color: #fff;
  background: #4577e8;
}

.colocation-tabs .tabs-content .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.rent-config {
  padding: 40px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #f6f7fe url("../img/circle_bg.png") no-repeat center top;
}

.rent-config .title {
  margin-bottom: 30px;
  text-align: center;
}

.rent-config .title h3 {
  position: relative;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.rent-config .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.rent-config .title span {
  font-size: 16px;
  font-weight: 700;
  color: #706869;
}

.rent-config .form-group {
  align-items: center;
  margin-bottom: 40px;
}

.rent-config .form-group .label {
  padding-right: 40px;
  width: 40%;
  font-size: 17px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  text-align: right;
}

.rent-config .select {
  position: relative;
  margin-right: 50px;
  width: 410px;
  height: 40px;
  border-bottom: 2px solid #5c88eb;
  cursor: pointer;
}

.rent-config .select.qty {
  margin: 0;
  width: 64px;
}

.rent-config .select:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4576e8 transparent transparent transparent;
}

.rent-config .select select {
  position: relative;
  padding: 0 20px 0 5px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}

.rent-config .select select:focus {
  outline: 0;
}

.rent-config label {
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}

.rent-config label:last-child {
  margin-right: 0;
}

.rent-config label input {
  display: none;
}

.rent-config label input:checked+.radio:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4373e1;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.8);
}

.rent-config label span {
  display: inline-block;
  font-size: 16px;
  width: calc(100% - 30px);
}

.rent-config label .radio {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4373e1;
  cursor: pointer;
}

.rent-config .slider {
  position: relative;
  margin-right: 50px;
  width: 410px;
  border: none;
  border-radius: 0;
  height: 6px;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.8);
  background: #e9e9e9;
}

.rent-config .slider .ui-slider-handle {
  top: -7px;
  width: 20px;
  height: 20px;
  border: none;
  outline: 0;
  background: url("../img/slider_handle.svg") no-repeat;
  cursor: pointer;
  box-shadow: 0 1px 6px 0 rgba(0,0,0,.8);
}

.rent-config .slider .ui-widget-header {
  background: #4577e8;
}

.rent-config .slider .ui-slider-range {
  opacity: .7;
  border-radius: 0;
}

.rent-config .slider .from {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 14px;
}

.rent-config .slider .to {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 14px;
}

.rent-config .value {
  font-size: 17px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #4577e8;
  letter-spacing: .05em;
}

.rent-config .action button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 264px;
}

.rent-config .action button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.rent-config .action button:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.rent-config .action button:disabled:hover {
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  box-shadow: none;
}

.data-attrs {
  padding-top: 30px;
  border-top: 1px solid #f2f6fe;
  border-bottom: 1px solid #f2f6fe;
  counter-reset: pos;
}

.data-attrs .title {
  margin-bottom: 50px;
  text-align: center;
}

.data-attrs .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.data-attrs .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.data-attrs .list {
  position: relative;
  justify-content: space-between;
}

.data-attrs .item {
  position: relative;
  margin-bottom: 80px;
  width: 50%;
}

.data-attrs .item:after {
  counter-increment: pos;
  content: counter(pos);
  position: absolute;
  left: 0;
  top: -80px;
  font-size: 150px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #f2f6fe;
  z-index: -1;
}

.data-attrs .item:nth-child(2n) {
  justify-content: flex-end;
  text-align: right;
}

.data-attrs .item:nth-child(2n):after {
  left: auto;
  right: 0;
}

.data-attrs .item:nth-child(2n) li {
  text-align: left;
}

.data-attrs .item .inner {
  width: 340px;
}

.data-attrs .item h5 {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #4577e8;
  border-bottom: 1px solid #4577e8;
}

.data-attrs .item li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-size: 15px;
  line-height: 20px;
}

.data-attrs .item li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  font-family: FontAwesome;
  color: #4577e8;
}

.data-attrs .line {
  position: absolute;
}

.data-attrs .line.line-1 {
  top: -25px;
  left: 125px;
  width: 225px;
  height: 2px;
  background: linear-gradient(#d5e0fa,#bccef5);
}

.data-attrs .line.line-1:before {
  content: '';
  position: absolute;
  right: 0;
  width: 2px;
  height: 88px;
  background: #bccef5;
}

.data-attrs .line.line-1:after {
  content: '';
  position: absolute;
  left: 223px;
  bottom: -88px;
  width: 142px;
  height: 2px;
  background: linear-gradient(#bccef5,#abc2f2);
}

.data-attrs .line.line-1 .point {
  top: 83px;
  right: -142px;
  animation: attrPoint1 3s ease;
  animation-iteration-count: infinite;
}

.data-attrs .line.line-2 {
  top: -25px;
  right: 125px;
  width: 225px;
  height: 2px;
  background: linear-gradient(#bccef5,#d5e0fa);
}

.data-attrs .line.line-2:before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 88px;
  background: #bccef5;
}

.data-attrs .line.line-2:after {
  content: '';
  position: absolute;
  right: 223px;
  bottom: -88px;
  width: 142px;
  height: 2px;
  background: linear-gradient(#abc2f2,#bccef5);
}

.data-attrs .line.line-2 .point {
  top: 83px;
  left: -142px;
  animation: attrPoint2 3s ease;
  animation-iteration-count: infinite;
}

.data-attrs .line.line-3 {
  top: -25px;
  left: 125px;
  width: 365px;
  height: 2px;
  background: linear-gradient(#d5e0fa,#abc2f2);
}

.data-attrs .line.line-3 .point {
  right: 0;
  top: -5px;
  animation: attrPoint3 3s ease;
  animation-iteration-count: infinite;
}

.data-attrs .line.line-4 {
  top: -25px;
  right: 125px;
  width: 365px;
  height: 2px;
  background: linear-gradient(#abc2f2,#d5e0fa);
}

.data-attrs .line.line-4 .point {
  left: 0;
  top: -5px;
  animation: attrPoint4 3s ease;
  animation-iteration-count: infinite;
}

.data-attrs .line.line-5 {
  top: -25px;
  left: 125px;
  width: 225px;
  height: 2px;
  background: linear-gradient(#d5e0fa,#bccef5);
}

.data-attrs .line.line-5:before {
  content: '';
  position: absolute;
  right: 0;
  top: -88px;
  width: 2px;
  height: 88px;
  background: #bccef5;
}

.data-attrs .line.line-5:after {
  content: '';
  position: absolute;
  left: 223px;
  bottom: 88px;
  width: 142px;
  height: 2px;
  background: linear-gradient(#bccef5,#abc2f2);
}

.data-attrs .line.line-5+.inner {
  width: 380px;
}

.data-attrs .line.line-5 .point {
  top: -93px;
  right: -142px;
  animation: attrPoint5 3s ease;
  animation-iteration-count: infinite;
}

.data-attrs .line.line-6 {
  top: -25px;
  right: 125px;
  width: 225px;
  height: 2px;
  background: linear-gradient(#d5e0fa,#bccef5);
}

.data-attrs .line.line-6:before {
  content: '';
  position: absolute;
  left: 0;
  top: -88px;
  width: 2px;
  height: 88px;
  background: #bccef5;
}

.data-attrs .line.line-6:after {
  content: '';
  position: absolute;
  right: 223px;
  bottom: 88px;
  width: 142px;
  height: 2px;
  background: linear-gradient(#bccef5,#abc2f2);
}

.data-attrs .line.line-6 .point {
  top: -93px;
  left: -142px;
  animation: attrPoint6 3s ease;
  animation-iteration-count: infinite;
}

.data-attrs .line .point {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4577e8;
  opacity: 0;
  z-index: 1;
}

.data-attrs .item-img {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
}

.data-attrs .item-img:after {
  display: none;
}

@keyframes attrPoint1 {
  0% {
    opacity: 1;
    transform: translate(0,0);
  }

  35% {
    opacity: .8;
    transform: translate(-138px,0);
  }

  55% {
    opacity: .6;
    transform: translate(-138px,-88px);
  }

  100% {
    opacity: .2;
    transform: translate(-365px,-88px);
  }
}

@keyframes attrPoint2 {
  0% {
    opacity: 1;
    transform: translate(0,0);
  }

  35% {
    opacity: .8;
    transform: translate(138px,0);
  }

  55% {
    opacity: .6;
    transform: translate(138px,-88px);
  }

  100% {
    opacity: .2;
    transform: translate(365px,-88px);
  }
}

@keyframes attrPoint3 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: .2;
    transform: translate(-365px);
  }
}

@keyframes attrPoint4 {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: .2;
    transform: translate(365px);
  }
}

@keyframes attrPoint5 {
  0% {
    opacity: 1;
    transform: translate(0,0);
  }

  35% {
    opacity: .8;
    transform: translate(-138px,0);
  }

  55% {
    opacity: .6;
    transform: translate(-138px,88px);
  }

  100% {
    opacity: .2;
    transform: translate(-365px,88px);
  }
}

@keyframes attrPoint6 {
  0% {
    opacity: 1;
    transform: translate(0,0);
  }

  35% {
    opacity: .8;
    transform: translate(138px,0);
  }

  55% {
    opacity: .6;
    transform: translate(138px,88px);
  }

  100% {
    opacity: .2;
    transform: translate(365px,88px);
  }
}

.phone-tabs .tab-item {
  display: none;
}

.phone-tabs .tab-item:first-child {
  display: block;
}

.phone-tabs .tabs-nav ul {
  margin-bottom: 40px;
}

.phone-tabs .tabs-nav ul li {
  margin: 0 10px;
  opacity: .5;
}

.phone-tabs .tabs-nav ul li a {
  position: relative;
  height: 60px;
  font-size: 20px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: rgba(0,0,0,.5);
  background: url("../img/tab_icon_center.svg") center repeat;
  transition: .2s ease;
}

.phone-tabs .tabs-nav ul li a:before {
  content: '';
  position: absolute;
  left: -2px;
  top: 7px;
  width: calc(100% + 4px);
  height: 46px;
  box-shadow: 0 3px 15px 0 rgba(0,0,0,.5);
  z-index: -1;
}

.phone-tabs .tabs-nav ul li span {
  position: relative;
  padding: 0 30px;
  width: 100%;
  height: 46px;
}

.phone-tabs .tabs-nav ul li span:before {
  content: '';
  position: absolute;
  left: -9px;
  top: -6px;
  width: 12px;
  height: 58px;
  background: url("../img/tab_icon_side.svg") no-repeat;
}

.phone-tabs .tabs-nav ul li span:after {
  content: '';
  position: absolute;
  right: -9px;
  top: -6px;
  width: 12px;
  height: 58px;
  background: url("../img/tab_icon_side.svg") no-repeat;
  transform: rotate(180deg);
}

.phone-tabs .tabs-nav ul li.active {
  opacity: 1;
}

.phone-tabs .tabs-nav ul li.active a {
  color: #4577e8;
}

.phone-tabs .tabs-nav ul li:hover a {
  color: #4577e8;
}

.sip-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f6fe;
}

.sip-info .title {
  margin-bottom: 20px;
  text-align: center;
}

.sip-info .title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.sip-info .title h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 480px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.sip-info .title h3:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 480px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#93aff1,#eef3fd);
}

.sip-info .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.sip-info .list {
  margin: 0 -50px 0 -50px;
  margin-bottom: 50px;
}

.sip-info .item {
  position: relative;
  margin: 0 50px;
  width: calc(33.33% - 100px);
  text-align: center;
}

.sip-info .item:after {
  content: '';
  position: absolute;
  right: -56px;
  top: 0;
  width: 20px;
  height: 100px;
  background: url("../img/adv_list_icon.svg") no-repeat;
  transform: rotate(90deg);
}

.sip-info .item:last-child:after {
  display: none;
}

.sip-info .item .icon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(#4577e8,#fff);
}

.sip-info .item .icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  z-index: 2;
  box-sizing: border-box;
}

.sip-info .item .icon:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 1;
}

.sip-info .item .icon img {
  position: relative;
  max-width: 40px;
  z-index: 2;
}

.sip-info .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.sip-info .item p span {
  color: #4577e8;
}

.sip-info .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 264px;
  color: #fff;
  background: #4577e8;
}

.sip-info .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.sip-service {
  padding: 40px 0;
  border-top: 1px solid #fff;
  background: #f2f6fe url("../img/circle_bg.png") no-repeat center top;
}

.sip-service .title {
  margin-bottom: 50px;
  text-align: center;
}

.sip-service .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.sip-service .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.sip-service .sip-scheme {
  position: relative;
  margin: 0 auto;
  margin-bottom: 50px;
  height: 560px;
  width: 1060px;
}

.sip-service .item {
  position: absolute;
  z-index: 5;
}

.sip-service .item span {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
}

.sip-service .item.center {
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 168px;
}

.sip-service .item.center span {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-align: center;
  color: #4577e8;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-shadow: 0 2px 1px #fff;
}

.sip-service .item.item-1 {
  top: 0;
  left: 0;
}

.sip-service .item.item-1 span {
  text-align: left;
}

.sip-service .item.item-2 {
  top: 125px;
  left: 275px;
}

.sip-service .item.item-3 {
  top: 210px;
  left: 0;
}

.sip-service .item.item-4 {
  bottom: 0;
  left: 40px;
}

.sip-service .item.item-5 {
  bottom: 0;
  left: 410px;
  text-align: center;
}

.sip-service .item.item-6 {
  align-items: center;
  bottom: 210px;
  right: 330px;
}

.sip-service .item.item-6 span {
  display: inline-block;
  margin-right: 20px;
}

.sip-service .item.item-7 {
  bottom: 0;
  right: 30px;
}

.sip-service .item.item-8 {
  bottom: 200px;
  right: 30px;
}

.sip-service .item.item-9 {
  top: 0;
  right: 0;
  text-align: right;
}

.sip-service .line {
  position: absolute;
  height: 2px;
  background: #d1d0cd;
}

.sip-service .line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #4577e8;
  animation: phone 2s ease;
  animation-iteration-count: infinite;
}

.sip-service .line.line-1 {
  left: 315px;
  top: 190px;
  width: 165px;
  transform: rotate(180deg);
}

.sip-service .line.line-1:after {
  animation: phone-start 2s ease;
  animation-iteration-count: infinite;
}

.sip-service .line.line-2 {
  top: 132px;
  left: 103px;
  width: 190px;
  transform: rotate(-150deg);
}

.sip-service .line.line-2:after {
  animation: phone-finish 2s ease;
  animation-iteration-count: infinite;
}

.sip-service .line.line-3 {
  top: 226px;
  left: 62px;
  width: 224px;
  transform: rotate(162deg);
}

.sip-service .line.line-3:after {
  animation: phone-finish 2s ease;
  animation-iteration-count: infinite;
}

.sip-service .line.line-4 {
  bottom: 217px;
  left: 88px;
  width: 461px;
  transform: rotate(142deg);
}

.sip-service .line.line-5 {
  bottom: 290px;
  right: 362px;
  width: 167px;
  transform: rotate(37deg);
}

.sip-service .line.line-5:after {
  animation: phone-start 2s ease;
  animation-iteration-count: infinite;
}

.sip-service .line.line-6 {
  bottom: 160px;
  right: 360px;
  width: 181px;
  transform: rotate(138deg);
}

.sip-service .line.line-6:after {
  animation: phone-finish 2s ease;
  animation-iteration-count: infinite;
}

.sip-service .line.line-7 {
  bottom: 163px;
  right: 171px;
  width: 210px;
  transform: rotate(36deg);
}

.sip-service .line.line-7:after {
  animation: phone-finish 2s ease;
  animation-iteration-count: infinite;
}

.sip-service .line.line-8 {
  top: 244px;
  right: 117px;
  width: 344px;
  transform: rotate(16deg);
}

.sip-service .line.line-9 {
  top: 143px;
  right: 109px;
  width: 370px;
  transform: rotate(-8deg);
}

.sip-service .text {
  font-size: 16px;
  line-height: 27px;
}

@keyframes phone {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes phone-start {
  0% {
    width: 0;
  }

  50% {
    width: 100%;
  }

  100% {
    width: 100%;
  }
}

@keyframes phone-finish {
  0% {
    width: 0;
  }

  50% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.voip-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f6fe;
}

.voip-info .title {
  margin-bottom: 20px;
  text-align: center;
}

.voip-info .title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.voip-info .title h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 460px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.voip-info .title h3:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 460px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#93aff1,#eef3fd);
}

.voip-info .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.voip-info .text p span {
  color: #4577e8;
  text-decoration: underline;
}

.voip-info .list {
  margin: 30px -15px 30px -15px;
}

.voip-info .item {
  position: relative;
  margin: 0 15px;
  width: calc(20% - 30px);
  text-align: center;
}

.voip-info .item:after {
  content: '';
  position: absolute;
  right: -19px;
  top: -8px;
  width: 20px;
  height: 100px;
  background: url("../img/adv_list_icon.svg") no-repeat;
  transform: rotate(90deg);
}

.voip-info .item:last-child:after {
  display: none;
}

.voip-info .item .icon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(#4577e8,#fff);
}

.voip-info .item .icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  z-index: 2;
  box-sizing: border-box;
}

.voip-info .item .icon:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 1;
}

.voip-info .item .icon img {
  position: relative;
  max-width: 40px;
  z-index: 2;
}

.voip-info .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #4577e8;
  text-transform: uppercase;
}

.voip-info .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 264px;
  color: #fff;
  background: #4577e8;
}

.voip-info .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.voip-adv {
  padding: 40px 0;
  border-top: 1px solid #fff;
  background: #f2f6fe url("../img/circle_bg.png") no-repeat center top;
}

.voip-adv .title {
  margin-bottom: 50px;
  text-align: center;
}

.voip-adv .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.voip-adv .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.voip-adv .list {
  margin: 0 -13px 0 -13px;
}

.voip-adv .item {
  position: relative;
  margin: 0 13px;
  width: calc(33.33% - 26px);
  border-radius: 5px;
}

.voip-adv .item:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 5px;
}

.voip-adv .item .head {
  position: relative;
  height: 173px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
}

.voip-adv .item .head h3 {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #fff;
  line-height: 48px;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0 3px 1px #3a68b5;
}

.voip-adv .item .head h3:after {
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 15px;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#b2c3df,#e0e8f5);
}

.voip-adv .item .head h3 span {
  display: block;
}

.voip-adv .item .body {
  position: relative;
  padding: 20px;
  height: 395px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.voip-adv .item .body p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.voip-adv .item .body li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #4577e8;
}

.voip-adv .item .body li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  font-size: 18px;
  font-family: FontAwesome;
  color: #4577e8;
}

.voip-adv .item:first-child:before {
  background: linear-gradient(to right,#4577e8,transparent);
}

.voip-adv .item:first-child .head {
  background-image: url("../img/voip_head_1.jpg");
}

.voip-adv .item:first-child .body {
  background-image: url("../img/voip_body_1.jpg");
}

.voip-adv .item:nth-child(2):before {
  background: linear-gradient(120deg,transparent,#4577e8);
}

.voip-adv .item:nth-child(2) .head {
  background-image: url("../img/voip_head_2.jpg");
}

.voip-adv .item:nth-child(2) .body {
  background-image: url("../img/voip_body_2.jpg");
}

.voip-adv .item:nth-child(3):before {
  background: linear-gradient(#4577e8,transparent);
}

.voip-adv .item:nth-child(3) .head {
  background-image: url("../img/voip_head_3.jpg");
}

.voip-adv .item:nth-child(3) .body {
  background-image: url("../img/voip_body_3.jpg");
}

.number-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f6fe;
}

.number-info .title {
  margin-bottom: 20px;
  text-align: center;
}

.number-info .title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.number-info .title h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 485px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.number-info .title h3:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 485px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#93aff1,#eef3fd);
}

.number-info .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.number-info .text p span {
  font-weight: 700;
  color: #4577e8;
}

.number-info .text h4 {
  margin: 40px 0 30px 0;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #4577e8;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
}

.number-info .list {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: repeat(5,1fr);
  margin: 30px 0;
}

.number-info .item {
  position: relative;
  text-align: center;
}

.number-info .item:after {
  content: '';
  position: absolute;
  right: -19px;
  top: -8px;
  width: 20px;
  height: 100px;
  background: url("../img/adv_list_icon.svg") no-repeat;
  transform: rotate(90deg);
}

.number-info .item:last-child:after {
  display: none;
}

.number-info .item .icon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(#4577e8,#fff);
}

.number-info .item .icon:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  z-index: 2;
  box-sizing: border-box;
}

.number-info .item .icon:before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 1;
}

.number-info .item .icon img {
  position: relative;
  max-width: 40px;
  z-index: 2;
}

.number-info .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #4577e8;
  text-transform: uppercase;
}

.number-info .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 264px;
  color: #fff;
  background: #4577e8;
}

.number-info .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.number-get {
  padding: 40px 0;
  border-top: 1px solid #fff;
  background: #f2f6fe url("../img/circle_bg.png") no-repeat center top;
}

.number-get .title {
  margin-bottom: 50px;
  text-align: center;
}

.number-get .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.number-get .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.number-get .list {
  margin: 30px -75px 50px -75px;
}

.number-get .item {
  position: relative;
  margin: 0 75px;
  width: calc(25% - 150px);
  text-align: center;
}

.number-get .item:after {
  content: '';
  position: absolute;
  right: -80px;
  top: -8px;
  width: 20px;
  height: 100px;
  background: url("../img/adv_list_icon.svg") no-repeat;
  transform: rotate(90deg);
}

.number-get .item:last-child:after {
  display: none;
}

.number-get .item .icon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(#4577e8,#fff);
}

.number-get .item .icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  z-index: 2;
  box-sizing: border-box;
}

.number-get .item .icon:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 1;
}

.number-get .item .icon img {
  position: relative;
  max-width: 40px;
  z-index: 2;
}

.number-get .item p {
  margin: 0 auto;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  color: #4577e8;
  text-transform: uppercase;
}

.number-get .action {
  margin-bottom: 50px;
}

.number-get .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 264px;
  color: #fff;
  background: #4577e8;
}

.number-get .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.number-get .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.number-get .text p span {
  color: #4577e8;
  text-decoration: underline;
}

.call-info {
  padding-bottom: 50px;
  border-bottom: 1px solid #f2f6fe;
}

.call-info .title {
  margin-bottom: 20px;
  text-align: center;
}

.call-info .title h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.call-info .title h3:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 500px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.call-info .title h3:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 500px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#93aff1,#eef3fd);
}

.call-info .text p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 27px;
}

.call-info .text p span {
  font-weight: 700;
  color: #4577e8;
}

.call-info .list {
  margin: 30px -70px 30px -70px;
}

.call-info .item {
  position: relative;
  margin: 0 70px;
  width: calc(25% - 140px);
  text-align: center;
}

.call-info .item:after {
  content: '';
  position: absolute;
  right: -75px;
  top: -8px;
  width: 20px;
  height: 100px;
  background: url("../img/adv_list_icon.svg") no-repeat;
  transform: rotate(90deg);
}

.call-info .item:last-child:after {
  display: none;
}

.call-info .item .icon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(#4577e8,#fff);
}

.call-info .item .icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: 0 0;
  z-index: 2;
  box-sizing: border-box;
}

.call-info .item .icon:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 1;
}

.call-info .item .icon img {
  position: relative;
  max-width: 40px;
  z-index: 2;
}

.call-info .item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}

.call-info .item p span {
  color: #4577e8;
}

.call-info .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 264px;
  color: #fff;
  background: #4577e8;
}

.call-info .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.call-service {
  padding: 40px 0;
  border-top: 1px solid #fff;
  background: #f2f6fe url("../img/circle_bg.png") no-repeat center top;
}

.call-service .title {
  margin-bottom: 50px;
  text-align: center;
}

.call-service .title h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.call-service .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.call-service .list {
  margin: 0 -20px 0 -20px;
}

.call-service .item {
  position: relative;
  margin: 0 20px;
  width: calc(33.33% - 40px);
}

.call-service .item i {
  position: absolute;
  left: 0;
  top: -65px;
  font-size: 150px;
  font-weight: 700;
  font-style: normal;
  font-family: CenturyGothic;
  line-height: 150px;
  letter-spacing: .05em;
  color: #fcfaf2;
}

.call-service .item h5 {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  color: #4577e8;
  border-bottom: 1px solid #4577e8;
}

.call-service .item P {
  position: relative;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 27px;
}

.call-service .img {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.call-service .img .icon {
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  width: 124px;
  height: 124px;
  border-radius: 50%;
  background: #ecf3fe;
  z-index: 2;
}

.call-service .img .icon:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.call-service .img .icon svg {
  margin: 0 auto;
  overflow: visible;
}

.call-service .img .icon svg path {
  fill: none;
  stroke-width: 2px;
  stroke-dashoffset: 281;
  stroke-dasharray: 281,389;
  transition: 2s ease;
}

.call-service .img .icon img {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 30px);
  width: 60px;
}

.call-service .img .icon.animate svg path {
  stroke-dasharray: 671,389;
}

.call-service .img .line {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right,#f2f5fd 0,#4c7ce9 50%,#f2f5fd 100%);
}

.call-service .img .point {
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4577e8;
  opacity: 0;
}

.call-service .img .point.point-1 {
  animation: slidePointLeft;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.call-service .img .point.point-2 {
  animation: slidePointRight;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.call-service .img .point.point-3 {
  animation: slidePointLeft;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-iteration-count: infinite;
}

.call-service .img .point.point-4 {
  animation: slidePointRight;
  animation-duration: 2s;
  animation-delay: .5s;
  animation-iteration-count: infinite;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  background: rgba(0,0,0,.5);
  z-index: 10;
  perspective: 500px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.popup.sent .title {
  margin-bottom: 0;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup-content {
  opacity: 1;
  transform: translateY(0);
  cursor: default;
}

.popup.iso-popup .popup-content {
  width: auto;
  height: 90%;
  max-height: initial;
  max-width: 90%;
  overflow: initial;
  cursor: zoom-in;
}

.popup.iso-popup .popup-close {
  right: 10px;
}

.popup.iso-popup .inner {
  padding: 30px;
  height: 100%;
}

.popup.iso-popup img {
  max-height: 100%;
}

.popup.iso-popup.zoom-in .popup-content {
  height: auto;
  max-height: 90vh;
  overflow: auto;
  cursor: zoom-out;
}

.popup.iso-popup.zoom-in .popup-content::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

.popup.iso-popup.zoom-in .popup-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.popup.iso-popup.zoom-in .popup-content::-webkit-scrollbar-thumb {
  background: #4577e8;
  border: 0 none #fff;
  border-radius: 50px;
}

.popup.iso-popup.zoom-in .popup-content::-webkit-scrollbar-track {
  background: #333;
  border: 0 none #fff;
  border-radius: 50px;
}

.popup.iso-popup.zoom-in .popup-content::-webkit-scrollbar-track:hover {
  background: #666;
  cursor: pointer;
}

.popup.iso-popup.zoom-in .popup-content::-webkit-scrollbar-track:active {
  background: #666;
}

.popup.iso-popup.zoom-in .popup-content::-webkit-scrollbar-corner {
  background: 0 0;
}

.popup:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popup .popup-content {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  width: 680px;
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  vertical-align: middle;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
  background: url("../img/popup_bg.jpg") no-repeat;
  background-size: cover;
  transform-style: preserve-3d;
  transform: translateY(20%);
  transition: .3s ease;
  opacity: 0;
}

.popup .popup-content::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

.popup .popup-content::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.popup .popup-content::-webkit-scrollbar-thumb {
  background: #4577e8;
  border: 0 none #fff;
  border-radius: 50px;
}

.popup .popup-content::-webkit-scrollbar-track {
  background: #333;
  border: 0 none #fff;
  border-radius: 50px;
}

.popup .popup-content::-webkit-scrollbar-track:hover {
  background: #666;
  cursor: pointer;
}

.popup .popup-content::-webkit-scrollbar-track:active {
  background: #666;
}

.popup .popup-content::-webkit-scrollbar-corner {
  background: 0 0;
}

.popup .inner {
  padding: 30px 45px;
}

.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: 700;
  color: #222129;
  transition: .2s ease;
  cursor: pointer;
}

.popup .popup-close:hover {
  color: #4373e1;
}

.popup .title {
  margin-bottom: 40px;
  text-align: center;
}

.popup .title h3 {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.popup .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.popup .title span {
  font-size: 16px;
  font-weight: 700;
  color: #706869;
}

.popup.callback-popup form {
  align-items: center;
  justify-content: space-between;
}

.popup.callback-popup form label {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 45%;
}

.popup.callback-popup form label:nth-child(5) {
  width: 100%;
}

.popup.callback-popup form label .label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 14px;
  transition: .3s ease;
  cursor: text;
}

.popup.callback-popup form label.focused .label {
  transform: translateY(-20px);
  font-size: 13px;
}

.popup.callback-popup form label.error span {
  color: red;
}

.popup.callback-popup form label.error input {
  color: red;
  border-bottom-color: red;
}

.popup.callback-popup form label input,
.popup.callback-popup form label textarea {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #222129;
  border: none;
  border-bottom: 1px solid #517fe9;
  background: 0 0;
}

.popup.callback-popup form label textarea {
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  resize: none;
}

.popup.callback-popup form .action {
  margin-top: 40px;
  width: 100%;
}

.popup.callback-popup form .action button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 154px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4373e1;
}

.popup.callback-popup form .action button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.popup.cookie-popup {
  top: initial;
  right: 0;
  bottom: 20px;
  width: auto;
  height: auto;
  background: 0 0;
}

.popup.cookie-popup .popup-content {
  width: 900px;
}

.popup.cookie-popup p {
  margin-bottom: 5px;
  line-height: 20px;
}

.popup.cookie-popup a {
  color: #4577e8;
  text-decoration: underline;
}

.popup.cookie-popup a:hover {
  text-decoration: none;
}

.popup.cookie-popup button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.popup.cookie-popup button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.contacts-banner {
  position: relative;
  padding-top: 106px;
  height: 760px;
  color: #fff;
  background: url("../img/contacts.png") no-repeat center;
  z-index: 2;
}

.contacts-banner .text {
  margin-top: 50px;
  width: 47%;
}

.contacts-banner h1 {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  line-height: 60px;
  letter-spacing: .08em;
  text-shadow: 0 3px 1px #3a68b5;
}

.contacts-banner .phone {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #7595dc;
}

.contacts-banner .phone a {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #fff;
  line-height: 28px;
  letter-spacing: .1em;
  text-shadow: 0 3px 1px #3a68b5;
}

.contacts-banner .phone .icon {
  display: inline-block;
}

.contacts-banner .phone .icon:before {
  content: '\f095';
  font-size: 22px;
  font-family: FontAwesome;
}

.contacts-banner .contacts {
  align-items: center;
  justify-content: space-between;
}

.contacts-banner .contacts-list {
  width: 50%;
}

.contacts-banner .adress {
  position: relative;
  padding: 0 20px;
}

.contacts-banner .adress:before {
  content: '\f041';
  position: absolute;
  top: 5px;
  left: 0;
  font-family: FontAwesome;
  font-size: 18px;
}

.contacts-banner .adress p {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: CenturyGothic;
  font-weight: 300;
  line-height: 28px;
}

.contacts-banner .email {
  position: relative;
  padding-left: 25px;
}

.contacts-banner .email:before {
  content: '\f0e0';
  position: absolute;
  top: 5px;
  left: 0;
  font-family: FontAwesome;
  font-size: 16px;
}

.contacts-banner .email a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: CenturyGothic;
  font-weight: 300;
  line-height: 28px;
}

.contacts-banner .schedule {
  width: 50%;
}

.contacts-banner .schedule span {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: CenturyGothic;
  font-weight: 300;
  line-height: 28px;
}

.contacts-banner .manager {
  margin-top: 25px;
  width: 50%;
}

.contacts-banner .manager span {
  display: block;
  font-size: 16px;
  font-family: CenturyGothic;
  font-weight: 300;
  line-height: 28px;
}

.contacts-banner .manager a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: CenturyGothic;
  font-weight: 300;
  line-height: 28px;
}

.contacts-map {
  position: relative;
  margin-top: -140px;
  z-index: 1;
}

.contacts-map .map {
  height: 470px;
}

.contacts-map .pin-wrap {
  position: absolute;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  margin-left: -20px;
}

.contacts-map .pin {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -40px;
  margin-left: -20px;
}

.contacts-map .pin:after {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  transform: rotateZ(-45deg);
  border: 12px solid #4373e1;
  border-radius: 50% 50% 50% 50%;
}

.contacts-map .pin:before {
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  content: '';
  transform: rotateZ(-45deg);
  border: 12px solid #2156d0;
  border-radius: 50% 50% 50% 0;
}

.contacts-map .shadow {
  position: absolute;
}

.contacts-map .shadow:after {
  position: absolute;
  left: -120px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -25px;
  content: '';
  transform: rotateX(55deg);
  border-radius: 50%;
  box-shadow: rgba(0,0,0,.5) 100px 0 30px;
}

.contacts-map .pulse {
  position: absolute;
  margin-top: -35px;
  margin-left: -30px;
  transform: rotateX(55deg);
}

.contacts-map .pulse::after {
  display: block;
  width: 60px;
  height: 60px;
  content: '';
  animation: pulsate 1s ease-out;
  animation-delay: 1.1s;
  animation-iteration-count: infinite;
  opacity: 0;
  border-radius: 50%;
  box-shadow: 0 0 1px 2px rgba(0,0,0,.5);
  box-shadow: 0 0 6px 3px #4373e1;
}

@keyframes pulsate {
  0% {
    transform: scale(.1,.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2,1.2);
    opacity: 0;
  }
}

.news {
  padding-top: 106px;
  background: url("../img/news_bg.jpg") no-repeat center -15px;
}

.news .title {
  margin: 40px 0 20px 0;
  text-align: center;
}

.news .title h1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.news .title h1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.news .action {
  padding-bottom: 40px;
}

.news .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

.news .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.news-single {
  padding-top: 106px;
  background: url("../img/news_bg.jpg") no-repeat center -15px;
}

.news-single .title {
  margin: 40px 0 20px 0;
  text-align: center;
}

.news-single .title h1 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.news-single .title h1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.news-single .title span {
  font-size: 12px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #a8acb9;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.news-nav {
  margin-bottom: 35px;
}

.news-nav li {
  margin-right: 30px;
}

.news-nav li:last-child {
  margin-right: 0;
}

.news-nav li a {
  position: relative;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  font-family: CenturyGothic;
  height: 32px;
  color: #a8acb9;
  text-transform: uppercase;
  transition: .2s ease;
}

.news-nav li a:before {
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 18px;
  opacity: 0;
  background: linear-gradient(to right,#4373e1,#ecf3fe);
  z-index: 0;
}

.news-nav li a:hover {
  color: #4373e1;
}

.news-nav li a span {
  position: relative;
  padding: 0 15px;
  padding-left: 40px;
  height: 100%;
  width: 100%;
  border-radius: 18px;
  z-index: 1;
}

.news-nav li a span:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
}

.news-nav li:first-child span:before {
  background-image: url("../img/news_g_icon.svg");
}

.news-nav li:nth-child(2) span:before {
  background-image: url("../img/service_cloud_g_icon.svg");
}

.news-nav li:nth-child(3) span:before {
  top: 10px;
  background-image: url("../img/service_telephony_g_icon.svg");
}

.news-nav li:nth-child(4) span:before {
  top: 9px;
  background-image: url("../img/service_data_g_icon.svg");
}

.news-nav li.active a:before {
  opacity: 1;
}

.news-nav li.active a span {
  color: #4373e1;
  background: #ecf3fe;
}

.news-nav li.active:first-child span:before {
  background-image: url("../img/news_icon.svg");
}

.news-nav li.active:nth-child(2) span:before {
  background-image: url("../img/service_cloud_icon.svg");
}

.news-nav li.active:nth-child(3) span:before {
  background-image: url("../img/service_telephony_icon.svg");
}

.news-nav li.active:nth-child(4) span:before {
  background-image: url("../img/service_data_icon.svg");
}

.news-list {
  margin: 0 -23px 0 -23px;
  position: relative;
}

.news-list.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background: #fff;
}

.news-list.loading:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
  margin: auto;
  width: 43px;
  height: 11px;
  background: url("../img/ajax-loader.gif") no-repeat;
}

.news-list .item {
  margin: 0 23px;
  margin-bottom: 40px;
  width: calc(33.33% - 46px);
  transition: .2s ease;
  box-shadow: 0 6px 6px 0 rgba(0,0,0,.11);
  background: #fff;
}

.news-list .item:hover {
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
}

.news-list .item .date {
  margin: 20px 0;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #a8acb9;
  text-transform: uppercase;
  text-align: center;
}

.news-list .item h4 {
  margin-bottom: 20px;
  text-align: center;
}

.news-list .item h4 a {
  display: block;
  margin: 0 auto;
  width: 75%;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: .2s ease;
}

.news-list .item h4 a:hover {
  color: #4577e8;
}

.news-list .item p {
  padding: 0 25px 40px 25px;
  font-size: 16px;
  line-height: 24px;
}

.pagination {
  padding: 40px 0;
}

.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  width: 30px;
  height: 30px;
  font-size: 16px;
  transition: .2s ease;
}

.pagination li a:hover {
  color: #4373e1;
}

.pagination li span {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  background: #4373e1;
}

.pagination li.prev a {
  color: #aeb2be;
  transition: .2s ease;
}

.pagination li.prev a:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 20px;
}

.pagination li.prev a:hover {
  color: #4373e1;
}

.pagination li.next a {
  color: #aeb2be;
  transition: .2s ease;
}

.pagination li.next a:before {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 20px;
}

.pagination li.next a:hover {
  color: #4373e1;
}

.breadcrumbs {
  padding-top: 40px;
}

.breadcrumbs li {
  margin-right: 30px;
}

.breadcrumbs li a {
  position: relative;
  font-size: 14px;
  font-weight: 200;
  transition: .2s ease;
}

.breadcrumbs li a:hover {
  color: #4577e8;
}

.breadcrumbs li a:after {
  content: '/';
  position: absolute;
  right: -20px;
}

.breadcrumbs li span {
  font-size: 14px;
  font-weight: 200;
}

.news-content {
  padding-bottom: 50px;
  font-size: 16px;
  line-height: 24px;
}

.news-content p {
  margin-bottom: 25px;
}

.news-content .img-block {
  text-align: center;
}

.error-page {
  padding-top: 120px;
  background: url("../img/news_bg.jpg") no-repeat center top;
}

.error-page .error-content {
  flex-direction: column;
  height: 100%;
  min-height: 640px;
}

.error-page h1 {
  position: relative;
  align-items: center;
  margin-bottom: 50px;
}

.error-page h1:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 285px;
  height: 40px;
  background: url("../img/unit_shadow.png") no-repeat;
}

.error-page h1 span {
  display: inline-block;
  padding: 0 20px;
  font-size: 200px;
  font-weight: 700;
  font-family: CenturyGothic;
  color: #4373e1;
  text-shadow: 0 4px 5px #c5c5c6;
}

.error-page h1 img {
  width: 210px;
}

.error-page h3 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  font-family: CenturyGothic;
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
}

.error-page h3:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 160px;
  height: 5px;
  border-radius: 3px;
  background: linear-gradient(to right,#eef3fd,#93aff1);
}

.error-page .action a {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4373e1;
}

.error-page .action a:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.privacy-popup .popup-content {
  width: 100%;
  max-width: 1000px;
  text-align: left;
}

.privacy-popup h2 {
  margin-bottom: 20px;
  text-align: center;
}

.privacy-popup h3 {
  margin: 20px 0;
  text-align: center;
}

.privacy-popup p {
  margin-bottom: 5px;
  line-height: 20px;
}

.privacy-popup ul {
  line-height: 20px;
  margin-bottom: 5px;
}

.privacy-popup a {
  color: #4577e8;
  text-decoration: underline;
}

.privacy-popup a:hover {
  text-decoration: none;
}

.calc-popup .popup-content {
  width: 1200px;
  text-align: left;
}

.calc-popup .calc-form {
  text-align: left;
}

.calc-popup .title {
  margin-bottom: 20px;
}

.calc-popup .description {
  margin-bottom: 25px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.calc-popup .platform-type {
  margin-bottom: 30px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: rgba(255,255,255,.8);
}

.calc-popup .platform-type .body {
  width: 100%;
}

.calc-popup .platform-type .platform-group {
  justify-content: center;
  padding: 0 10px;
}

.calc-popup .platform-type label {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  cursor: pointer;
}

.calc-popup .platform-type input {
  display: none;
}

.calc-popup .platform-type input:checked+.radio:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4373e1;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.8);
}

.calc-popup .platform-type .radio {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4373e1;
  cursor: pointer;
}

.calc-popup .platform-type img {
  width: 90px;
}

.calc-popup .server-type {
  align-self: center;
  margin-bottom: 30px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: rgba(255,255,255,.8);
}

.calc-popup .server-type .form-group {
  padding: 0 15px;
  width: 25%;
}

.calc-popup .server-type .label {
  margin-bottom: 10px;
  font-size: 16px;
}

.calc-popup .server-type .head {
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}

.calc-popup .server-type .head .th {
  position: relative;
  width: 25%;
  font-weight: 700;
}

.calc-popup .server-type .head .th:nth-child(1) {
  width: 40%;
}

.calc-popup .server-type .head .th:nth-child(2) {
  width: 20%;
  justify-content: center;
  align-items: center;
}

.calc-popup .server-type .head .th:nth-child(3) {
  width: 20%;
  justify-content: center;
}

.calc-popup .server-type .head .th:nth-child(4) {
  width: 20%;
  justify-content: center;
}

.calc-popup .server-type .info i {
  display: inline-block;
  margin-left: 10px;
  font-style: normal;
  cursor: pointer;
}

.calc-popup .server-type .info i:after {
  content: '\f05a';
  font-family: FontAwesome;
  font-size: 20px;
  color: #4577e8;
}

.calc-popup .server-type .info:hover .info-popup {
  opacity: 1;
  z-index: 3;
}

.calc-popup .server-type .info .server-info-popup {
  position: absolute;
  left: 0;
  padding: 15px;
  background: #fff;
  width: 400px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  border: 1px solid #a7a6a6;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
  transform: translateY(10px);
  transition: .2s ease;
}

.calc-popup .server-type .info .sla-info-popup {
  position: absolute;
  left: -200px;
  padding: 20px;
  background: #fff;
  width: 800px;
  font-size: 14px;
  font-weight: 300;
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  border: 1px solid #a7a6a6;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
  transform: translateY(10px);
  transition: .2s ease;
}

.calc-popup .server-type .info .sla-info-popup tr:nth-child(2n) td {
  background: #efefef;
}

.calc-popup .server-type .info .sla-info-popup th {
  padding: 5px;
  font-size: 15px;
  border: 1px solid #ccc;
}

.calc-popup .server-type .info .sla-info-popup td {
  padding: 3px;
  border: 1px solid #ccc;
}

.calc-popup .server-type .body {
  width: 100%;
}

.calc-popup .server-type .body .item {
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.calc-popup .server-type .server-group {
  padding: 0 10px;
  width: 40%;
}

.calc-popup .server-type .server-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .server-type .server-group .select {
  position: relative;
  margin-right: 50px;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #5c88eb;
  background: #fff;
  cursor: pointer;
}

.calc-popup .server-type .server-group .select:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4576e8 transparent transparent transparent;
}

.calc-popup .server-type .server-group .select select {
  position: relative;
  padding: 0 20px 0 5px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}

.calc-popup .server-type .sla-group {
  padding: 0 10px;
  width: 20%;
}

.calc-popup .server-type .sla-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .server-type .sla-group .select {
  position: relative;
  margin: 0 auto;
  width: 100px;
  height: 40px;
  border-bottom: 2px solid #5c88eb;
  background: #fff;
  cursor: pointer;
}

.calc-popup .server-type .sla-group .select:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4576e8 transparent transparent transparent;
}

.calc-popup .server-type .sla-group .select select {
  position: relative;
  padding: 0 20px 0 5px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}

.calc-popup .server-type .qty-group {
  padding: 0 10px;
  width: 20%;
  text-align: center;
}

.calc-popup .server-type .qty-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .server-type .qty-group .qty {
  justify-content: center;
}

.calc-popup .server-type .qty {
  align-items: center;
}

.calc-popup .server-type .qty span {
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: #5c88eb;
  cursor: pointer;
  transition: .2s ease;
  background: 0 0;
  user-select: none;
}

.calc-popup .server-type .qty span:hover {
  background: #fff;
}

.calc-popup .server-type .qty input {
  margin: 0 10px;
  padding: 0 5px;
  width: 80px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid #5c88eb;
  text-align: center;
}

.calc-popup .server-type .price-group {
  padding: 0 10px;
  width: 20%;
  font-family: CenturyGothic;
}

.calc-popup .server-type .price-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .server-type .price {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.calc-popup .server-type .currency {
  margin-top: 3px;
  font-size: 16px;
}

.calc-popup .server-type .add-item {
  margin-top: 10px;
  padding: 0 10px;
}

.calc-popup .server-type .add-item button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  width: 140px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.calc-popup .server-type .add-item button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.calc-popup .server-type .remove-item {
  position: absolute;
  right: 10px;
  align-items: center;
}

.calc-popup .server-type .remove-item button {
  display: block;
  padding: 0;
  color: red;
  height: 30px;
  width: 30px;
  font-weight: 700;
  font-size: 26px;
  cursor: pointer;
  background: 0 0;
  border: 1px solid transparent;
  transition: .2s ease;
}

.calc-popup .server-type .remove-item button:hover {
  border-color: #ccc;
}

.calc-popup .os-type {
  margin-bottom: 30px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: rgba(255,255,255,.8);
}

.calc-popup .os-type .head {
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}

.calc-popup .os-type .head .th {
  width: 20%;
  font-weight: 700;
}

.calc-popup .os-type .head .th:nth-child(1) {
  width: 40%;
}

.calc-popup .os-type .head .th:nth-child(2) {
  justify-content: center;
}

.calc-popup .os-type .body {
  width: 100%;
}

.calc-popup .os-type .body .item {
  justify-content: space-between;
}

.calc-popup .os-type .os-group {
  padding: 0 10px;
  width: 35%;
}

.calc-popup .os-type .os-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .os-type .price-group {
  padding: 0 10px;
  width: 20%;
  font-family: CenturyGothic;
}

.calc-popup .os-type .price-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .os-type .price {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.calc-popup .os-type .currency {
  margin-top: 3px;
  font-size: 16px;
}

.calc-popup .os-type label {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  height: 40px;
  cursor: pointer;
}

.calc-popup .os-type input {
  display: none;
}

.calc-popup .os-type input:checked+.radio:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4373e1;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.8);
}

.calc-popup .os-type .radio {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4373e1;
  cursor: pointer;
}

.calc-popup .storage-type {
  align-self: center;
  margin-bottom: 30px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: rgba(255,255,255,.8);
}

.calc-popup .storage-type .label {
  margin-bottom: 10px;
  font-size: 16px;
}

.calc-popup .storage-type .head {
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}

.calc-popup .storage-type .head .th {
  width: 40%;
  font-weight: 700;
}

.calc-popup .storage-type .head .th:nth-child(2) {
  justify-content: center;
}

.calc-popup .storage-type .head .th:nth-child(3) {
  width: 20%;
  justify-content: center;
}

.calc-popup .storage-type .body {
  width: 100%;
}

.calc-popup .storage-type .body .item {
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}

.calc-popup .storage-type .storage-group {
  padding: 0 10px;
  width: 40%;
}

.calc-popup .storage-type .storage-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .storage-type .storage-group .select {
  position: relative;
  margin-right: 50px;
  width: 100%;
  max-width: 413px;
  height: 40px;
  border-bottom: 2px solid #5c88eb;
  background: #fff;
  cursor: pointer;
}

.calc-popup .storage-type .storage-group .select:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4576e8 transparent transparent transparent;
}

.calc-popup .storage-type .storage-group .select select {
  position: relative;
  padding: 0 20px 0 5px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}

.calc-popup .storage-type .qty-group {
  padding: 0 10px;
  width: 40%;
  text-align: center;
}

.calc-popup .storage-type .qty-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .storage-type .qty-group .qty {
  justify-content: center;
}

.calc-popup .storage-type .qty {
  align-items: center;
}

.calc-popup .storage-type .qty span {
  height: 40px;
  width: 40px;
  font-size: 24px;
  color: #5c88eb;
  cursor: pointer;
  transition: .2s ease;
  background: 0 0;
  user-select: none;
}

.calc-popup .storage-type .qty span:hover {
  background: #fff;
}

.calc-popup .storage-type .qty input {
  margin: 0 10px;
  padding: 0 5px;
  width: 80px;
  height: 40px;
  font-size: 16px;
  font-weight: 300;
  border: none;
  border-bottom: 2px solid #5c88eb;
  text-align: center;
}

.calc-popup .storage-type .price-group {
  padding: 0 10px;
  width: 20%;
  font-family: CenturyGothic;
}

.calc-popup .storage-type .price-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .storage-type .price {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.calc-popup .storage-type .currency {
  margin-top: 3px;
  font-size: 16px;
}

.calc-popup .storage-type .add-item {
  margin-top: 10px;
  padding: 0 10px;
}

.calc-popup .storage-type .add-item button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  width: 140px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

.calc-popup .storage-type .add-item button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.calc-popup .storage-type .remove-item {
  position: absolute;
  right: 10px;
  align-items: center;
}

.calc-popup .storage-type .remove-item button {
  display: block;
  padding: 0;
  color: red;
  height: 30px;
  width: 30px;
  font-weight: 700;
  font-size: 26px;
  cursor: pointer;
  background: 0 0;
  border: 1px solid transparent;
  transition: .2s ease;
}

.calc-popup .storage-type .remove-item button:hover {
  border-color: #ccc;
}

.calc-popup .storage-type .info i {
  display: inline-block;
  margin-left: 10px;
  font-style: normal;
  cursor: pointer;
}

.calc-popup .storage-type .info i:after {
  content: '\f05a';
  font-family: FontAwesome;
  font-size: 20px;
  color: #4577e8;
}

.calc-popup .storage-type .info:hover .info-popup {
  opacity: 1;
  z-index: 3;
}

.calc-popup .storage-type .info .storage-info-popup {
  position: absolute;
  left: 60px;
  padding: 15px;
  background: #fff;
  width: 800px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  border: 1px solid #a7a6a6;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.3);
  transform: translateY(10px);
  transition: .2s ease;
}

.calc-popup .storage-type .info .storage-info-popup li {
  margin-bottom: 5px;
}

.calc-popup .storage-type .info .storage-info-popup p {
  margin-bottom: 5px;
  font-size: 15px;
}

.calc-popup .channel-type {
  margin-bottom: 30px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: rgba(255,255,255,.8);
}

.calc-popup .channel-type .head {
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}

.calc-popup .channel-type .head .th {
  width: 20%;
  font-weight: 700;
}

.calc-popup .channel-type .head .th:nth-child(1) {
  width: 40%;
}

.calc-popup .channel-type .head .th:nth-child(2) {
  justify-content: center;
}

.calc-popup .channel-type .body {
  width: 100%;
}

.calc-popup .channel-type .body .item {
  justify-content: space-between;
}

.calc-popup .channel-type .channel-group {
  padding: 0 10px;
  width: 80%;
}

.calc-popup .channel-type .channel-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .channel-type .price-group {
  align-items: flex-start;
  padding: 0 10px;
  width: 20%;
  font-family: CenturyGothic;
}

.calc-popup .channel-type .price-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .channel-type .price {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.calc-popup .channel-type .currency {
  margin-top: 3px;
  font-size: 16px;
}

.calc-popup .channel-type .price-tip {
  display: none;
  margin-top: 10px;
  width: 100%;
}

.calc-popup .channel-type .price-tip i {
  display: inline-block;
  margin-right: 5px;
  margin-top: -1px;
  font-style: normal;
  vertical-align: middle;
}

.calc-popup .channel-type .price-tip i:after {
  content: '\f05a';
  font-family: FontAwesome;
  font-size: 20px;
  color: #4577e8;
}

.calc-popup .channel-type .price-tip span {
  width: calc(100% - 25px);
}

.calc-popup .channel-type label {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  height: 40px;
  cursor: pointer;
}

.calc-popup .channel-type label span:last-child {
  width: calc(100% - 30px);
}

.calc-popup .channel-type input {
  display: none;
}

.calc-popup .channel-type input:checked+.radio:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4373e1;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.8);
}

.calc-popup .channel-type .radio {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4373e1;
  cursor: pointer;
}

.calc-popup .connection-type {
  margin-bottom: 30px;
  padding: 20px 10px;
  border: 1px solid #ccc;
  background: rgba(255,255,255,.8);
}

.calc-popup .connection-type .head {
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
  font-size: 16px;
}

.calc-popup .connection-type .head .th {
  width: 20%;
  font-weight: 700;
}

.calc-popup .connection-type .head .th:nth-child(1) {
  width: 40%;
}

.calc-popup .connection-type .head .th:nth-child(2) {
  justify-content: center;
}

.calc-popup .connection-type .body {
  width: 100%;
}

.calc-popup .connection-type .body .item {
  justify-content: space-between;
}

.calc-popup .connection-type .connection-group {
  padding: 0 10px;
  width: 80%;
}

.calc-popup .connection-type .connection-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .connection-type .price-group {
  align-items: flex-start;
  padding: 0 10px;
  width: 20%;
  font-family: CenturyGothic;
}

.calc-popup .connection-type .price-group:before {
  content: attr(data-label);
  display: none;
  width: 30%;
  font-weight: 700;
}

.calc-popup .connection-type .price {
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}

.calc-popup .connection-type .currency {
  margin-top: 3px;
  font-size: 16px;
}

.calc-popup .connection-type label {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  min-height: 40px;
  width: 100%;
  cursor: pointer;
}

.calc-popup .connection-type label span:last-child {
  width: calc(100% - 30px);
}

.calc-popup .connection-type input {
  display: none;
}

.calc-popup .connection-type input:checked+.radio:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4373e1;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.8);
}

.calc-popup .connection-type .radio {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4373e1;
  cursor: pointer;
}

.calc-popup .connection-type .select {
  position: relative;
  margin-right: 50px;
  width: 100%;
  height: 40px;
  border-bottom: 2px solid #5c88eb;
  background: #fff;
  cursor: pointer;
}

.calc-popup .connection-type .select:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #4576e8 transparent transparent transparent;
}

.calc-popup .connection-type .select select {
  position: relative;
  padding: 0 20px 0 5px;
  height: 100%;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
}

.calc-popup .total-price {
  margin-top: 30px;
  font-size: 20px;
  font-family: CenturyGothic;
  font-weight: 700;
  text-align: center;
}

.calc-popup .total-price b {
  font-size: 30px;
  color: #5c88eb;
}

.calc-popup .total-price i {
  font-style: normal;
}

.calc-popup .order {
  margin-top: 30px;
}

.calc-popup .order button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
}

.calc-popup .order button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.calc-popup .order-form {
  display: none;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 700px;
}

.calc-popup .order-form form {
  align-items: center;
  justify-content: space-between;
}

.calc-popup .order-form form label {
  position: relative;
  display: block;
  margin-bottom: 20px;
  width: 45%;
}

.calc-popup .order-form form label:nth-child(5) {
  width: 100%;
}

.calc-popup .order-form form label .label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: 15px;
  transition: transform .3s ease;
  cursor: text;
}

.calc-popup .order-form form label.focused .label {
  transform: translateY(-20px);
  font-size: 13px;
}

.calc-popup .order-form form label.error span {
  color: red;
}

.calc-popup .order-form form label.error input {
  color: red;
  border-bottom-color: red;
}

.calc-popup .order-form form label input,
.calc-popup .order-form form label textarea {
  width: 100%;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #222129;
  border: none;
  border-bottom: 1px solid #517fe9;
  background: 0 0;
}

.calc-popup .order-form form label textarea {
  line-height: 40px;
  width: 100%;
  overflow: hidden;
  resize: none;
}

.calc-popup .order-form form .action {
  margin: 20px 0;
  width: 100%;
}

.calc-popup .order-form form .action button {
  display: block;
  padding: 0;
  width: 224px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: 500;
  color: #4577e8;
  border: 1px solid #4577e8;
  background: 0 0;
  transition: .2s ease;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  width: 154px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  background: #4373e1;
}

.calc-popup .order-form form .action button:hover {
  color: #fff;
  background: #4577e8;
  box-shadow: 0 15px 34px 0 rgba(0,0,0,.15);
}

.calc-popup .success-message {
  padding: 20px 0;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media (max-width:1400px) {
  .container {
    padding: 0 15px;
  }

  .main-banner,
  .page-banner {
    overflow: hidden;
  }

  .page-banner .text ul {
    line-height: 50px;
  }

  .page-banner .text li:before {
    top: 20px;
  }

  .sip-info .list {
    margin: 0;
  }

  .number-get .list {
    margin: 30px 0;
  }

  .call-info .list {
    margin: 30px 0;
  }

  .cloud-adv .list {
    margin: 0;
  }
}

@media (max-width:1200px) {
  header {
    padding: 20px 0;
  }

  header .logo img {
    width: 60px;
  }

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

  header .main-nav li:after,
  header .main-nav li:before {
    display: none;
  }

  .page-banner {
    padding-top: 80px;
  }

  .main-banner {
    padding-top: 80px;
  }

  .main-banner .text h1 {
    font-size: 36px;
    line-height: 50px;
  }

  .main-banner .text h1 span {
    font-size: 30px;
  }

  .main-banner .text p {
    font-size: 20px;
    line-height: 30px;
  }

  .main-banner .cube,
  .page-banner .cube {
    display: none;
  }

  .advantages .advantages-scheme .item.img {
    display: none;
  }

  .advantages .advantages-scheme {
    display: flex;
    flex-wrap: wrap;
  }

  .advantages .advantages-scheme .item {
    position: static;
  }

  .advantages .advantages-scheme .item:first-child,
  .advantages .advantages-scheme .item:nth-child(2),
  .advantages .advantages-scheme .item:nth-child(3),
  .advantages .advantages-scheme .item:nth-child(4),
  .advantages .advantages-scheme .item:nth-child(5),
  .advantages .advantages-scheme .item:nth-child(6),
  .advantages .advantages-scheme .item:nth-child(7),
  .advantages .advantages-scheme .item:nth-child(8) {
    width: 50%;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
  }

  .advantages .advantages-scheme {
    height: initial;
  }

  .page-banner .text h1 {
    margin-bottom: 25px;
    font-size: 34px;
  }

  .page-banner.cloud h1 {
    line-height: 50px;
  }

  .page-banner .text h1 img {
    display: none;
  }

  .page-banner .text h1 span {
    width: 100%;
  }

  .page-banner .text ul {
    line-height: 40px;
  }

  .page-banner.cloud .text ul {
    line-height: 26px;
  }

  .page-banner .text li {
    font-size: 17px;
  }

  .page-banner.cloud .text li {
    font-size: 16px;
  }

  .page-banner .text li:before {
    top: 15px;
  }

  .page-banner.cloud .text li:before {
    top: 8px;
  }

  .page-top .list .item:after {
    display: none;
  }

  .phone-tabs .title h3:after,
  .phone-tabs .title h3:before {
    display: none;
  }

  .sip-service {
    display: none;
  }

  .voip-adv .item .body {
    height: auto;
  }

  .data-tabs .title h3:after,
  .data-tabs .title h3:before {
    display: none;
  }

  .colocation-tabs .tabs-nav li a {
    padding: 0 20px;
  }

  .data-attrs .item-img {
    display: none;
  }

  .data-attrs .line {
    display: none;
  }

  .data-attrs .item:nth-child(2n) {
    justify-content: flex-start;
    text-align: left;
  }

  .data-attrs .item {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .data-attrs .item .inner {
    width: 100%;
  }

  .news-list {
    margin: 0;
  }

  .news-list .item {
    margin: 0 15px;
    margin-bottom: 40px;
    width: calc(33.33% - 30px);
  }

  .contacts-banner {
    padding-top: 80px;
  }

  .contacts-banner .text {
    width: 60%;
  }

  .number-get .item {
    margin: 0 50px;
    width: calc(25% - 100px);
  }

  .call-info .item {
    margin: 0 50px;
    width: calc(25% - 100px);
  }

  .colocation-info .list {
    margin: 50px 0 0 0;
  }

  .rent-info .list {
    margin: 50px 0 0 0;
  }

  .news,
  .news-single {
    padding-top: 80px;
    background-position: center -40px;
  }

  footer .logo span {
    margin-left: 5px;
    font-size: 18px;
  }

  .cloud-receive .item:before {
    left: 0;
  }

  .calc-popup .popup-content {
    width: 95%;
  }

  .calc-popup .server-type .qty input {
    margin: 0 5px;
    width: 55px;
  }
}

@media (max-width:992px) {
  header .logo {
    margin: 0;
    width: initial;
  }

  header .logo a {
    margin-bottom: 0;
  }

  header .mobile-btn {
    display: block;
  }

  header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 11;
    transition: transform .2s ease;
    transform: translateX(-100%);
  }

  header .main-nav.open {
    transform: translateX(0);
  }

  header .menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10;
    cursor: pointer;
  }

  header .main-nav ul {
    display: block;
  }

  header .main-nav li a {
    display: block;
    margin: 0 20px;
    padding: 10px 0 10px 20px;
    font-weight: 700;
    color: #242424;
  }

  header .main-nav .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
    width: 100%;
  }

  header .main-nav .logo span {
    color: #242424;
  }

  header .main-nav li.active a,
  header .main-nav li:hover a {
    color: #3a68b5;
    text-shadow: none;
  }

  header .main-nav li.active a:before,
  header .main-nav li:hover a:before {
    top: 11px;
    box-shadow: 0 2px 2px 0 #3a68b5;
  }

  .page-banner {
    padding-top: 106px;
    height: 650px;
    background-size: cover;
  }

  .page-banner .text {
    margin-top: 0;
  }

  .main-banner .image .slider,
  .page-banner .image .slider {
    background: 0 0;
  }

  .main-banner .text h1 {
    font-size: 26px;
    line-height: 40px;
  }

  .main-banner .text h1 span {
    font-size: 26px;
  }

  .main-banner .text p {
    width: 100%;
    font-size: 18px;
  }

  footer .footer-info .logo span {
    margin-left: 10px;
    font-size: 18px;
  }

  .cloud-plans .item {
    margin-bottom: 26px;
    width: calc(50% - 26px);
  }

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

  .page-top .top-bg-text {
    font-size: 120px;
  }

  .page-banner .text h1 {
    margin-bottom: 15px;
    font-size: 30px;
  }

  .phone-tabs .item:after {
    display: none;
  }

  .sip-info .item {
    margin: 0 40px;
    width: calc(33.33% - 80px);
  }

  .voip-info .list {
    justify-content: center;
  }

  .voip-info .item {
    margin-bottom: 30px;
    width: calc(33.33% - 30px);
  }

  .voip-adv .item .head h3 {
    font-size: 22px;
    line-height: 40px;
  }

  .number-get .item {
    margin: 0 30px;
    width: calc(25% - 60px);
  }

  .call-info .item {
    margin: 0 30px;
    width: calc(25% - 60px);
  }

  .colocation-info .item {
    margin: 0 15px;
    width: calc(33.33% - 30px);
  }

  .colocation-tabs .tabs-nav li {
    width: 25%;
  }

  .colocation-tabs .tabs-nav li a {
    font-size: 15px;
  }

  .colocation-tabs .tabs-content .image {
    width: 300px;
  }

  .colocation-tabs .tabs-content .text {
    width: calc(100% - 300px);
  }

  .colocation-tabs .tabs-content .text li {
    margin-bottom: 10px;
  }

  .colocation-tabs .tabs-content .action {
    margin-top: 30px;
  }

  .rent-info .item {
    margin: 0 15px;
    margin-bottom: 45px;
    width: calc(33.33% - 30px);
  }

  .rent-config .form-group .label {
    width: 25%;
  }

  .news-list .item {
    width: calc(50% - 30px);
  }

  .contacts-banner {
    padding-top: 106px;
    background-size: initial;
  }

  .contacts-banner .text {
    margin-top: 50px;
    width: 100%;
  }

  .error-page {
    margin-top: -35px;
    padding-top: 85px;
  }

  .advantages .advantages-list .item {
    width: calc(50% - 30px);
  }

  header .logo img {
    width: 100px;
  }

  .news,
  .news-single {
    padding-top: 106px;
    background-position: center -15px;
  }

  footer .logo {
    margin-bottom: 15px;
    padding-top: 20px;
    width: 100%;
    justify-content: center;
  }

  footer .footer-top {
    height: auto;
  }

  footer .footer-nav {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
  }

  footer .footer-nav ul {
    justify-content: center;
  }

  footer .footer-nav li {
    margin: 0 20px;
  }

  footer .footer-info .contacts {
    margin-bottom: 15px;
    width: 50%;
    order: 1;
    text-align: center;
  }

  footer .footer-info .phone {
    width: 50%;
    order: 3;
  }

  footer .footer-info .phone a {
    padding: 0;
  }

  footer .footer-info .phone a:before {
    display: none;
  }

  footer .footer-info .social {
    width: 50%;
    order: 4;
  }

  footer .footer-info .social ul {
    justify-content: center;
  }

  footer .footer-info .schedule {
    margin-bottom: 15px;
    width: 50%;
    order: 2;
    text-align: center;
  }

  .about .about-content .action p {
    margin-bottom: 5px;
    width: 100%;
  }

  .about .about-content .action a {
    margin: 0;
  }

  .page-banner.cloud .text li {
    margin-bottom: 5px;
  }

  .page-banner.cloud .action {
    margin-top: 10px;
  }

  .calc-popup .inner {
    padding: 30px 20px;
  }

  .calc-popup .server-type .qty span {
    width: 30px;
  }

  .calc-popup .server-type .qty input {
    width: 43px;
  }

  .calc-popup .server-type .info .sla-info-popup {
    left: -250px;
    width: 600px;
  }

  .calc-popup .storage-type .info .storage-info-popup {
    width: 600px;
  }

  .calc-popup .os-type .os-group {
    width: 50%;
  }

  .calc-popup .server-type .price {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .calc-popup .server-type .currency {
    width: 100%;
    text-align: center;
  }

  .calc-popup .server-type .remove-item {
    right: 0;
  }

  .calc-popup .storage-type .price {
    margin: 0;
    width: 100%;
    text-align: center;
  }

  .calc-popup .storage-type .currency {
    width: 100%;
    text-align: center;
  }

  .calc-popup .storage-type .remove-item {
    right: 0;
  }

  .popup.cookie-popup .popup-content {
    width: 95%;
  }
}

@media (max-width:768px) {
  .main-banner {
    height: auto;
  }

  .main-banner .text {
    margin-top: 25px;
    width: 100%;
  }

  .main-banner .image {
    width: 100%;
  }

  .main-banner .image .slider {
    margin: 0 auto;
    max-width: 350px;
  }

  .services .item {
    margin-bottom: 20px;
    width: 100%;
  }

  .advantages .advantages-list {
    margin: 0;
  }

  .advantages .advantages-list .item {
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
    max-width: 370px;
  }

  .main-news .item {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 450px;
  }

  .main-news .item:last-child {
    margin-bottom: 0;
  }

  .main-news .item img {
    width: 100%;
  }

  .advantages .advantages-scheme .item:first-child,
  .advantages .advantages-scheme .item:nth-child(2),
  .advantages .advantages-scheme .item:nth-child(3),
  .advantages .advantages-scheme .item:nth-child(4),
  .advantages .advantages-scheme .item:nth-child(5),
  .advantages .advantages-scheme .item:nth-child(6),
  .advantages .advantages-scheme .item:nth-child(7),
  .advantages .advantages-scheme .item:nth-child(8) {
    width: 100%;
  }

  footer .footer-info .logo {
    margin-bottom: 20px;
    justify-content: center;
    width: 100%;
  }

  footer .footer-info .phone {
    padding: 0;
    width: 50%;
  }

  footer .footer-info .social {
    width: 50%;
  }

  .popup .popup-content {
    width: 95%;
  }

  .popup .inner {
    padding: 30px 20px;
  }

  .page-banner {
    margin-bottom: 30px;
    height: auto;
  }

  .page-banner .text {
    width: 100%;
  }

  .page-banner .image {
    width: 100%;
  }

  .page-banner .image .slider,
  .page-banner .image .slider .item {
    height: auto;
  }

  .page-top {
    margin-top: 0;
  }

  .page-top .top-bg-text {
    display: none;
  }

  .cloud-adv .item {
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  .cloud-adv .item p {
    margin-bottom: 10px;
  }

  .cloud-adv .img {
    overflow: hidden;
  }

  .page-top .list .item {
    margin-bottom: 20px;
    width: 50%;
  }

  .callback {
    padding-bottom: 30px;
    height: auto;
  }

  .sip-info .list {
    display: block;
  }

  .sip-info .item {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 220px;
  }

  .voip-info .item {
    margin-bottom: 20px;
    width: calc(50% - 30px);
  }

  .voip-adv .list {
    margin: 0;
  }

  .voip-adv .item {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 390px;
  }

  .number-get .item {
    margin-bottom: 20px;
    width: calc(50% - 60px);
  }

  .call-info .list {
    grid-template-columns: repeat(1,1fr);
  }

  .call-info .item {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 200px;
  }

  .call-service .item {
    margin-bottom: 20px;
    width: calc(100% - 40px);
    text-align: center;
  }

  .colocation-info .list {
    grid-template-columns: repeat(1,1fr);
  }

  .colocation-info .item {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    max-width: 350px;
  }

  .colocation-tabs .tabs-nav li {
    margin-bottom: 5px;
    width: 50%;
  }

  .colocation-tabs .tabs-nav li a {
    border: none;
  }

  .colocation-tabs .tabs-content .image {
    margin: 0 auto;
    margin-bottom: 60px;
  }

  .colocation-tabs .tabs-content .text {
    width: 100%;
  }

  .colocation-order .title h3,
  .data-attrs .title h3,
  .rent-config .title h3 {
    font-size: 26px;
  }

  .data-attrs .item {
    padding: 0 10px;
  }

  .rent-info .list {
    grid-template-columns: repeat(1,1fr);
  }

  .rent-info .item {
    margin: 0 auto;
    margin-bottom: 45px;
    width: 100%;
    max-width: 350px;
  }

  .rent-config .form-group {
    justify-content: center;
  }

  .rent-config .form-group .label {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .rent-config .select,
  .rent-config .slider {
    width: calc(100% - 125px);
  }

  .news-nav {
    margin-bottom: 20px;
  }

  .news-nav li {
    margin: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 50%;
  }

  .news-nav li a {
    height: 40px;
  }

  .news-list .item {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
    max-width: 370px;
  }

  .news-single .title h1 {
    font-size: 26px;
  }

  .news-content p {
    margin-bottom: 15px;
  }

  .contacts-banner h1 {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
  }

  .contacts-banner .phone a {
    font-size: 24px;
  }

  .contacts-banner .adress {
    margin-bottom: 10px;
  }

  .contacts-banner .email {
    margin-bottom: 10px;
    width: 100%;
  }

  .contacts-banner .schedule {
    width: 100%;
  }

  .contacts-banner .email a {
    display: block;
  }

  .error-page h1 span {
    font-size: 180px;
  }

  .about {
    margin-top: 0;
  }

  footer .footer-info .contacts {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }

  footer .footer-info .phone:before {
    display: none;
  }

  footer .footer-info .social ul {
    justify-content: center;
  }

  footer .footer-info .schedule {
    width: 100%;
  }

  .contacts-banner .contacts-list {
    width: 100%;
  }

  .contacts-banner .manager {
    margin-top: 15px;
    width: 100%;
  }

  .cloud-receive {
    padding-bottom: 0;
  }

  .cloud-receive .list {
    margin: 0;
  }

  .cloud-receive .item {
    margin: 0;
    margin-bottom: 30px;
    width: 100%;
  }

  .page-banner.cloud .text li {
    margin-bottom: 10px;
  }

  .page-banner.cloud .action {
    margin-top: 20px;
  }

  .cloud-plans .item {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
    max-width: 400px;
  }

  .calc-popup .server-type .body .item,
  .calc-popup .storage-type .body .item {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
  }

  .calc-popup .server-type .remove-item,
  .calc-popup .storage-type .remove-item {
    top: -25px;
    right: -10px;
  }

  .calc-popup .channel-type .head,
  .calc-popup .connection-type .head,
  .calc-popup .os-type .head,
  .calc-popup .server-type .head,
  .calc-popup .storage-type .head {
    display: none;
  }

  .calc-popup .channel-type .channel-group,
  .calc-popup .channel-type .price-group,
  .calc-popup .connection-type .connection-group,
  .calc-popup .connection-type .price-group,
  .calc-popup .os-type .os-group,
  .calc-popup .os-type .price-group,
  .calc-popup .server-type .price-group,
  .calc-popup .server-type .qty-group,
  .calc-popup .server-type .server-group,
  .calc-popup .server-type .sla-group,
  .calc-popup .storage-type .price-group,
  .calc-popup .storage-type .qty-group,
  .calc-popup .storage-type .storage-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
  }

  .calc-popup .connection-type .connection-group {
    height: auto;
  }

  .calc-popup .channel-type .channel-group:before,
  .calc-popup .os-type .os-group:before,
  .calc-popup .server-type .qty-group:before,
  .calc-popup .server-type .server-group:before,
  .calc-popup .server-type .sla-group:before,
  .calc-popup .storage-type .qty-group:before,
  .calc-popup .storage-type .storage-group:before {
    display: block;
    text-align: left;
  }

  .calc-popup .connection-type .connection-group:before {
    display: block;
    width: 100%;
    text-align: left;
  }

  .calc-popup .channel-type .price-group:before,
  .calc-popup .connection-type .price-group:before,
  .calc-popup .os-type .price-group:before,
  .calc-popup .server-type .price-group:before,
  .calc-popup .storage-type .price-group:before {
    display: block;
    text-align: left;
    width: 40%;
  }

  .calc-popup .channel-type .price,
  .calc-popup .connection-type .price,
  .calc-popup .os-type .price,
  .calc-popup .server-type .price,
  .calc-popup .storage-type .price {
    margin-left: auto;
    margin-right: 5px;
    width: auto;
  }

  .calc-popup .server-type .currency,
  .calc-popup .storage-type .currency {
    width: auto;
  }

  .calc-popup .server-type .server-group .select,
  .calc-popup .server-type .sla-group .select,
  .calc-popup .storage-type .storage-group .select {
    margin: 0;
    width: 70%;
  }

  .calc-popup .server-type .qty,
  .calc-popup .storage-type .qty {
    width: 70%;
  }

  .calc-popup .server-type .qty input,
  .calc-popup .storage-type .qty input {
    margin: 0 10px;
    width: calc(100% - 100px);
  }

  .calc-popup .server-type .qty span,
  .calc-popup .storage-type .qty span {
    width: 40px;
  }

  .calc-popup .os-type label {
    margin-right: 0;
  }

  .calc-popup .channel-type label {
    margin: 0;
    padding-right: 20px;
    width: 35%;
  }

  .calc-popup .connection-type label {
    margin: 0;
    padding: 5px 0;
    width: 100%;
  }

  .calc-popup .connection-type .select {
    margin-right: 0;
  }

  .popup.cookie-popup .inner {
    padding: 20px;
  }

  .popup.cookie-popup p {
    font-size: 12px;
    line-height: 16px;
  }

  .popup.cookie-popup .popup-close {
    top: 2px;
    right: 7px;
  }
}

@media (max-width:480px) {
  header .main-nav {
    width: 280px;
  }

  header .logo img {
    width: 80px;
  }

  header .logo span {
    margin-left: 10px;
    font-size: 16px;
  }

  .main-banner .text h1 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }

  .main-banner .text h1 span {
    font-size: 18px;
  }

  .main-banner .text p {
    text-align: center;
  }

  .services .title h3 {
    font-size: 26px;
  }

  .services .item .service-link {
    padding-bottom: 25px;
  }

  .advantages .title h3 {
    font-size: 26px;
  }

  footer .footer-info .phone {
    margin-bottom: 20px;
    width: 100%;
  }

  footer .footer-info .social {
    width: 100%;
  }

  footer .footer-info .social ul {
    justify-content: center;
  }

  footer .footer-nav {
    padding: 10px 0;
    height: auto;
  }

  footer .footer-nav li {
    width: 100%;
    text-align: center;
  }

  footer .footer-nav li a {
    display: block;
    padding: 3px 0;
  }

  .popup .title {
    margin-bottom: 20px;
  }

  .popup .title h3 {
    font-size: 26px;
  }

  .popup.callback-popup form label {
    margin-bottom: 10px;
    width: 100%;
  }

  .popup.callback-popup form .action {
    margin-top: 20px;
  }

  .popup.callback-popup form .action button {
    width: 100%;
  }

  .main-banner,
  .page-banner {
    padding-top: 92px;
  }

  .page-banner .text h1 {
    margin-bottom: 10px;
    line-height: 40px;
    font-size: 25px;
    text-align: center;
  }

  .page-banner .text ul {
    line-height: 34px;
  }

  .page-banner .text li {
    font-size: 20px;
  }

  .page-banner .text li:before {
    top: 12px;
  }

  .page-top .title {
    margin-bottom: 80px;
  }

  .page-top .title h3 {
    font-size: 24px;
  }

  .page-top .list .item {
    width: 100%;
  }

  .callback .title h3 {
    font-size: 24px;
  }

  .callback form label {
    margin-bottom: 15px;
    width: 100%;
  }

  .callback form label:nth-child(4) {
    margin-top: 0;
  }

  .callback form .action {
    margin-top: 20px;
  }

  .callback form .action button {
    width: 100%;
  }

  .phone-tabs .tabs-nav ul li {
    width: 100%;
  }

  .voip-info .list {
    grid-template-columns: repeat(1,1fr);
  }

  .voip-info .item {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
    max-width: 220px;
  }

  .voip-adv .item .head h3 {
    line-height: 40px;
  }

  .number-get .list {
    grid-template-columns: repeat(1,1fr);
  }

  .number-get .item {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 100%;
    max-width: 220px;
  }

  .data-tabs>.tabs-nav ul li {
    width: 100%;
  }

  .data-tabs>.tabs-nav ul li a {
    font-size: 17px;
  }

  .data-tabs>.tabs-nav ul li span {
    padding: 0 10px;
  }

  .colocation-info {
    padding-bottom: 0;
  }

  .colocation-info .text,
  .rent-info .text {
    text-align: center;
  }

  .colocation-tabs .tabs-nav li {
    width: 100%;
  }

  .colocation-tabs .tabs-content .text {
    padding-left: 0;
  }

  .data-attrs .item {
    width: 100%;
  }

  .data-attrs .item li {
    margin-bottom: 15px;
  }

  .rent-config .select,
  .rent-config .slider {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%;
  }

  .news-nav li {
    width: 100%;
  }

  .news-list .item p {
    padding: 0 20px 20px 20px;
  }

  .news,
  .news-single {
    padding-top: 92px;
    background-position: center -29px;
  }

  .news .action a {
    width: 100%;
  }

  .news-single .title h1 {
    font-size: 22px;
  }

  .contacts-banner {
    padding-top: 92px;
    height: 750px;
    background-size: cover;
  }

  .contacts-banner .text {
    margin-top: 20px;
  }

  .contacts-banner .phone {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .contacts-banner .phone a {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .contacts-banner .phone .icon {
    display: none;
  }

  .error-page h1 {
    margin-bottom: 20px;
  }

  .error-page h1 span {
    font-size: 100px;
  }

  .error-page h1 img {
    width: 120px;
  }

  .error-page h3 {
    font-size: 22px;
  }

  .error-page .error-content {
    min-height: 500px;
  }

  .about .about-content .img {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .about .about-content .text {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .about .about-content .action a {
    margin: 0 auto;
  }

  .cloud-receive .title h3 {
    font-size: 24px;
  }

  .page-banner.cloud .action a {
    margin: 0 auto;
  }

  .privacy-popup h2 {
    font-size: 20px;
  }

  .privacy-popup .popup-content {
    text-align: center;
  }

  .cloud-plans .list {
    margin: 0;
  }

  .calc-popup .channel-type .channel-group,
  .calc-popup .os-type .os-group,
  .calc-popup .os-type .price-group,
  .calc-popup .server-type .price-group,
  .calc-popup .server-type .qty-group,
  .calc-popup .server-type .server-group,
  .calc-popup .server-type .sla-group,
  .calc-popup .storage-type .price-group,
  .calc-popup .storage-type .qty-group,
  .calc-popup .storage-type .storage-group {
    height: auto;
  }

  .calc-popup .channel-type .channel-group:before,
  .calc-popup .connection-type .connection-group:before,
  .calc-popup .os-type .os-group:before,
  .calc-popup .server-type .qty-group:before,
  .calc-popup .server-type .server-group:before,
  .calc-popup .server-type .sla-group:before,
  .calc-popup .storage-type .qty-group:before,
  .calc-popup .storage-type .storage-group:before {
    width: 100%;
    text-align: center;
  }

  .calc-popup .server-type .server-group .select,
  .calc-popup .server-type .sla-group .select,
  .calc-popup .storage-type .storage-group .select {
    width: 100%;
  }

  .calc-popup .server-type .qty,
  .calc-popup .storage-type .qty {
    width: 100%;
  }

  .calc-popup .channel-type .price-group,
  .calc-popup .connection-type .price-group,
  .calc-popup .os-type .price-group,
  .calc-popup .server-type .price-group,
  .calc-popup .storage-type .price-group {
    justify-content: center;
  }

  .calc-popup .channel-type .price-group:before,
  .calc-popup .connection-type .price-group:before,
  .calc-popup .os-type .price-group:before,
  .calc-popup .server-type .price-group:before,
  .calc-popup .storage-type .price-group:before {
    width: 100%;
    text-align: center;
  }

  .calc-popup .channel-type .price,
  .calc-popup .connection-type .price,
  .calc-popup .os-type .price,
  .calc-popup .server-type .price,
  .calc-popup .storage-type .price {
    margin-left: initial;
  }

  .calc-popup .server-type .add-item,
  .calc-popup .storage-type .add-item {
    width: 100%;
  }

  .calc-popup .server-type .add-item button,
  .calc-popup .storage-type .add-item button {
    margin: 0 auto;
  }

  .calc-popup .order-form form label {
    width: 100%;
  }

  .calc-popup .order-form form .action button {
    width: 100%;
  }

  .calc-popup .platform-type .platform-group {
    justify-content: center;
  }

  .calc-popup .platform-type label {
    margin: 0 8px;
  }

  .calc-popup .platform-type img {
    width: 60px;
  }

  .calc-popup .channel-type label {
    padding: 0;
    width: 50%;
  }

  .calc-popup .total-price span:first-child {
    display: block;
  }

  .calc-popup .connection-type label {
    padding: 10px 0;
  }
}