@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@font-face {
  font-family: "MuseoSansCyrl-300";
  src: url(../fonts/MuseoSansCyrl-300.eot);
  src: url(../fonts/MuseoSansCyrl-300.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-300.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-300.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-300.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansCyrl-500";
  src: url(../fonts/MuseoSansCyrl-500.eot);
  src: url(../fonts/MuseoSansCyrl-500.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-500.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-500.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-500.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansCyrl-700";
  src: url(../fonts/MuseoSansCyrl-700.eot);
  src: url(../fonts/MuseoSansCyrl-700.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-700.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-700.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-700.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "MuseoSansCyrl-900";
  src: url(../fonts/MuseoSansCyrl-900.eot);
  src: url(../fonts/MuseoSansCyrl-900.eot?#iefix) format("embedded-opentype"),
    url(../fonts/MuseoSansCyrl-900.woff) format("woff"),
    url(../fonts/MuseoSansCyrl-900.woff2) format("woff2"),
    url(../fonts/MuseoSansCyrl-900.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.is-hidden,
.slick-slide.slick-loading img {
  display: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
fieldset {
  vertical-align: baseline;
  border: 0;
}
fieldset,
img,
table {
  margin: 0;
  padding: 0;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a img,
img,
table {
  border: 0;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
button,
input {
  margin: 0;
  padding: 0;
  border: 0;
}
.slick-list:focus,
a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
  outline: 0;
}
ol,
ul {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  vertical-align: top;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
button {
  background-color: transparent;
}
a:focus,
a:hover {
  text-decoration: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: top;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.icon-close {
  width: 1em;
  height: 1em;
  fill: #fff;
}
.icon-remove,
.icon-sld-arr-l,
.icon-sld-arr-r {
  width: 1em;
  height: 1em;
  fill: initial;
}
.icon-calendar {
  width: 80px;
  height: 80px;
  background-image: url(../img/sprite.png);
  background-position: 0 -80px;
}
.icon-checklist,
.icon-coin-hand,
.icon-docs {
  width: 47px;
  height: 65px;
  background-image: url(../img/sprite.png);
  background-position: 0 -260px;
}
.icon-coin-hand,
.icon-docs {
  width: 48px;
  background-position: -286px -155px;
}
.icon-docs {
  width: 80px;
  height: 80px;
  background-position: -196px 0;
}
.icon-handshake,
.icon-magnifying-glass,
.icon-med-center {
  width: 96px;
  height: 70px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
}
.icon-magnifying-glass,
.icon-med-center {
  width: 70px;
  background-position: -196px -90px;
}
.icon-med-center {
  width: 65px;
  height: 65px;
  background-position: -160px -170px;
}
.icon-med-insurance,
.icon-money-shield,
.icon-peoples {
  width: 51px;
  height: 65px;
  background-image: url(../img/sprite.png);
  background-position: -286px -80px;
}
.icon-money-shield,
.icon-peoples {
  width: 60px;
  height: 80px;
  background-position: -90px -170px;
}
.icon-peoples {
  width: 80px;
  background-position: -106px 0;
}
.icon-rocket,
.icon-smartphone,
.icon-zoom-docs {
  width: 65px;
  height: 65px;
  background-image: url(../img/sprite.png);
  background-position: -106px -90px;
}
.icon-smartphone,
.icon-zoom-docs {
  width: 52px;
  height: 70px;
  background-position: -286px 0;
}
.icon-zoom-docs {
  width: 80px;
  height: 80px;
  background-position: 0 -170px;
}
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}
.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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  left: 0;
  top: 0;
}
.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide,
.slick-slide img {
  display: block;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format("woff2"),
    url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format("woff"),
    url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format("truetype");
}
.zmdi {
  font: 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.zmdi-hc-2x {
  font-size: 2em;
}
.zmdi-hc-3x {
  font-size: 3em;
}
.zmdi-hc-4x {
  font-size: 4em;
}
.zmdi-hc-5x {
  font-size: 5em;
}
.zmdi-hc-fw {
  width: 1.28571429em;
  text-align: center;
}
.zmdi-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.zmdi-hc-ul > li {
  position: relative;
}
.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em;
}
.zmdi-hc-border,
.zmdi-hc-border-circle {
  padding: 0.1em 0.25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px;
}
.zmdi-hc-border-circle {
  border-radius: 50%;
}
.zmdi.pull-left {
  float: left;
  margin-right: 0.15em;
}
.zmdi.pull-right {
  float: right;
  margin-left: 0.15em;
}
.zmdi-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}
.zmdi-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}
.zmdi-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zmdi-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.zmdi-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.zmdi-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.zmdi-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.zmdi-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.zmdi-hc-stack-1x {
  line-height: inherit;
}
.zmdi-hc-stack-2x {
  font-size: 2em;
}
.zmdi-hc-inverse {
  color: #fff;
}
.zmdi-3d-rotation:before {
  content: "\f101";
}
.zmdi-airplane-off:before {
  content: "\f102";
}
.zmdi-airplane:before {
  content: "\f103";
}
.zmdi-album:before {
  content: "\f104";
}
.zmdi-archive:before {
  content: "\f105";
}
.zmdi-assignment-account:before {
  content: "\f106";
}
.zmdi-assignment-alert:before {
  content: "\f107";
}
.zmdi-assignment-check:before {
  content: "\f108";
}
.zmdi-assignment-o:before {
  content: "\f109";
}
.zmdi-assignment-return:before {
  content: "\f10a";
}
.zmdi-assignment-returned:before {
  content: "\f10b";
}
.zmdi-assignment:before {
  content: "\f10c";
}
.zmdi-attachment-alt:before {
  content: "\f10d";
}
.zmdi-attachment:before {
  content: "\f10e";
}
.zmdi-audio:before {
  content: "\f10f";
}
.zmdi-badge-check:before {
  content: "\f110";
}
.zmdi-balance-wallet:before {
  content: "\f111";
}
.zmdi-balance:before {
  content: "\f112";
}
.zmdi-battery-alert:before {
  content: "\f113";
}
.zmdi-battery-flash:before {
  content: "\f114";
}
.zmdi-battery-unknown:before {
  content: "\f115";
}
.zmdi-battery:before {
  content: "\f116";
}
.zmdi-bike:before {
  content: "\f117";
}
.zmdi-block-alt:before {
  content: "\f118";
}
.zmdi-block:before {
  content: "\f119";
}
.zmdi-boat:before {
  content: "\f11a";
}
.zmdi-book-image:before {
  content: "\f11b";
}
.zmdi-book:before {
  content: "\f11c";
}
.zmdi-bookmark-outline:before {
  content: "\f11d";
}
.zmdi-bookmark:before {
  content: "\f11e";
}
.zmdi-brush:before {
  content: "\f11f";
}
.zmdi-bug:before {
  content: "\f120";
}
.zmdi-bus:before {
  content: "\f121";
}
.zmdi-cake:before {
  content: "\f122";
}
.zmdi-car-taxi:before {
  content: "\f123";
}
.zmdi-car-wash:before {
  content: "\f124";
}
.zmdi-car:before {
  content: "\f125";
}
.zmdi-card-giftcard:before {
  content: "\f126";
}
.zmdi-card-membership:before {
  content: "\f127";
}
.zmdi-card-travel:before {
  content: "\f128";
}
.zmdi-card:before {
  content: "\f129";
}
.zmdi-case-check:before {
  content: "\f12a";
}
.zmdi-case-download:before {
  content: "\f12b";
}
.zmdi-case-play:before {
  content: "\f12c";
}
.zmdi-case:before {
  content: "\f12d";
}
.zmdi-cast-connected:before {
  content: "\f12e";
}
.zmdi-cast:before {
  content: "\f12f";
}
.zmdi-chart-donut:before {
  content: "\f130";
}
.zmdi-chart:before {
  content: "\f131";
}
.zmdi-city-alt:before {
  content: "\f132";
}
.zmdi-city:before {
  content: "\f133";
}
.zmdi-close-circle-o:before {
  content: "\f134";
}
.zmdi-close-circle:before {
  content: "\f135";
}
.zmdi-close:before {
  content: "\f136";
}
.zmdi-cocktail:before {
  content: "\f137";
}
.zmdi-code-setting:before {
  content: "\f138";
}
.zmdi-code-smartphone:before {
  content: "\f139";
}
.zmdi-code:before {
  content: "\f13a";
}
.zmdi-coffee:before {
  content: "\f13b";
}
.zmdi-collection-bookmark:before {
  content: "\f13c";
}
.zmdi-collection-case-play:before {
  content: "\f13d";
}
.zmdi-collection-folder-image:before {
  content: "\f13e";
}
.zmdi-collection-image-o:before {
  content: "\f13f";
}
.zmdi-collection-image:before {
  content: "\f140";
}
.zmdi-collection-item-1:before {
  content: "\f141";
}
.zmdi-collection-item-2:before {
  content: "\f142";
}
.zmdi-collection-item-3:before {
  content: "\f143";
}
.zmdi-collection-item-4:before {
  content: "\f144";
}
.zmdi-collection-item-5:before {
  content: "\f145";
}
.zmdi-collection-item-6:before {
  content: "\f146";
}
.zmdi-collection-item-7:before {
  content: "\f147";
}
.zmdi-collection-item-8:before {
  content: "\f148";
}
.zmdi-collection-item-9-plus:before {
  content: "\f149";
}
.zmdi-collection-item-9:before {
  content: "\f14a";
}
.zmdi-collection-item:before {
  content: "\f14b";
}
.zmdi-collection-music:before {
  content: "\f14c";
}
.zmdi-collection-pdf:before {
  content: "\f14d";
}
.zmdi-collection-plus:before {
  content: "\f14e";
}
.zmdi-collection-speaker:before {
  content: "\f14f";
}
.zmdi-collection-text:before {
  content: "\f150";
}
.zmdi-collection-video:before {
  content: "\f151";
}
.zmdi-compass:before {
  content: "\f152";
}
.zmdi-cutlery:before {
  content: "\f153";
}
.zmdi-delete:before {
  content: "\f154";
}
.zmdi-dialpad:before {
  content: "\f155";
}
.zmdi-dns:before {
  content: "\f156";
}
.zmdi-drink:before {
  content: "\f157";
}
.zmdi-edit:before {
  content: "\f158";
}
.zmdi-email-open:before {
  content: "\f159";
}
.zmdi-email:before {
  content: "\f15a";
}
.zmdi-eye-off:before {
  content: "\f15b";
}
.zmdi-eye:before {
  content: "\f15c";
}
.zmdi-eyedropper:before {
  content: "\f15d";
}
.zmdi-favorite-outline:before {
  content: "\f15e";
}
.zmdi-favorite:before {
  content: "\f15f";
}
.zmdi-filter-list:before {
  content: "\f160";
}
.zmdi-fire:before {
  content: "\f161";
}
.zmdi-flag:before {
  content: "\f162";
}
.zmdi-flare:before {
  content: "\f163";
}
.zmdi-flash-auto:before {
  content: "\f164";
}
.zmdi-flash-off:before {
  content: "\f165";
}
.zmdi-flash:before {
  content: "\f166";
}
.zmdi-flip:before {
  content: "\f167";
}
.zmdi-flower-alt:before {
  content: "\f168";
}
.zmdi-flower:before {
  content: "\f169";
}
.zmdi-font:before {
  content: "\f16a";
}
.zmdi-fullscreen-alt:before {
  content: "\f16b";
}
.zmdi-fullscreen-exit:before {
  content: "\f16c";
}
.zmdi-fullscreen:before {
  content: "\f16d";
}
.zmdi-functions:before {
  content: "\f16e";
}
.zmdi-gas-station:before {
  content: "\f16f";
}
.zmdi-gesture:before {
  content: "\f170";
}
.zmdi-globe-alt:before {
  content: "\f171";
}
.zmdi-globe-lock:before {
  content: "\f172";
}
.zmdi-globe:before {
  content: "\f173";
}
.zmdi-graduation-cap:before {
  content: "\f174";
}
.zmdi-home:before {
  content: "\f175";
}
.zmdi-hospital-alt:before {
  content: "\f176";
}
.zmdi-hospital:before {
  content: "\f177";
}
.zmdi-hotel:before {
  content: "\f178";
}
.zmdi-hourglass-alt:before {
  content: "\f179";
}
.zmdi-hourglass-outline:before {
  content: "\f17a";
}
.zmdi-hourglass:before {
  content: "\f17b";
}
.zmdi-http:before {
  content: "\f17c";
}
.zmdi-image-alt:before {
  content: "\f17d";
}
.zmdi-image-o:before {
  content: "\f17e";
}
.zmdi-image:before {
  content: "\f17f";
}
.zmdi-inbox:before {
  content: "\f180";
}
.zmdi-invert-colors-off:before {
  content: "\f181";
}
.zmdi-invert-colors:before {
  content: "\f182";
}
.zmdi-key:before {
  content: "\f183";
}
.zmdi-label-alt-outline:before {
  content: "\f184";
}
.zmdi-label-alt:before {
  content: "\f185";
}
.zmdi-label-heart:before {
  content: "\f186";
}
.zmdi-label:before {
  content: "\f187";
}
.zmdi-labels:before {
  content: "\f188";
}
.zmdi-lamp:before {
  content: "\f189";
}
.zmdi-landscape:before {
  content: "\f18a";
}
.zmdi-layers-off:before {
  content: "\f18b";
}
.zmdi-layers:before {
  content: "\f18c";
}
.zmdi-library:before {
  content: "\f18d";
}
.zmdi-link:before {
  content: "\f18e";
}
.zmdi-lock-open:before {
  content: "\f18f";
}
.zmdi-lock-outline:before {
  content: "\f190";
}
.zmdi-lock:before {
  content: "\f191";
}
.zmdi-mail-reply-all:before {
  content: "\f192";
}
.zmdi-mail-reply:before {
  content: "\f193";
}
.zmdi-mail-send:before {
  content: "\f194";
}
.zmdi-mall:before {
  content: "\f195";
}
.zmdi-map:before {
  content: "\f196";
}
.zmdi-menu:before {
  content: "\f197";
}
.zmdi-money-box:before {
  content: "\f198";
}
.zmdi-money-off:before {
  content: "\f199";
}
.zmdi-money:before {
  content: "\f19a";
}
.zmdi-more-vert:before {
  content: "\f19b";
}
.zmdi-more:before {
  content: "\f19c";
}
.zmdi-movie-alt:before {
  content: "\f19d";
}
.zmdi-movie:before {
  content: "\f19e";
}
.zmdi-nature-people:before {
  content: "\f19f";
}
.zmdi-nature:before {
  content: "\f1a0";
}
.zmdi-navigation:before {
  content: "\f1a1";
}
.zmdi-open-in-browser:before {
  content: "\f1a2";
}
.zmdi-open-in-new:before {
  content: "\f1a3";
}
.zmdi-palette:before {
  content: "\f1a4";
}
.zmdi-parking:before {
  content: "\f1a5";
}
.zmdi-pin-account:before {
  content: "\f1a6";
}
.zmdi-pin-assistant:before {
  content: "\f1a7";
}
.zmdi-pin-drop:before {
  content: "\f1a8";
}
.zmdi-pin-help:before {
  content: "\f1a9";
}
.zmdi-pin-off:before {
  content: "\f1aa";
}
.zmdi-pin:before {
  content: "\f1ab";
}
.zmdi-pizza:before {
  content: "\f1ac";
}
.zmdi-plaster:before {
  content: "\f1ad";
}
.zmdi-power-setting:before {
  content: "\f1ae";
}
.zmdi-power:before {
  content: "\f1af";
}
.zmdi-print:before {
  content: "\f1b0";
}
.zmdi-puzzle-piece:before {
  content: "\f1b1";
}
.zmdi-quote:before {
  content: "\f1b2";
}
.zmdi-railway:before {
  content: "\f1b3";
}
.zmdi-receipt:before {
  content: "\f1b4";
}
.zmdi-refresh-alt:before {
  content: "\f1b5";
}
.zmdi-refresh-sync-alert:before {
  content: "\f1b6";
}
.zmdi-refresh-sync-off:before {
  content: "\f1b7";
}
.zmdi-refresh-sync:before {
  content: "\f1b8";
}
.zmdi-refresh:before {
  content: "\f1b9";
}
.zmdi-roller:before {
  content: "\f1ba";
}
.zmdi-ruler:before {
  content: "\f1bb";
}
.zmdi-scissors:before {
  content: "\f1bc";
}
.zmdi-screen-rotation-lock:before {
  content: "\f1bd";
}
.zmdi-screen-rotation:before {
  content: "\f1be";
}
.zmdi-search-for:before {
  content: "\f1bf";
}
.zmdi-search-in-file:before {
  content: "\f1c0";
}
.zmdi-search-in-page:before {
  content: "\f1c1";
}
.zmdi-search-replace:before {
  content: "\f1c2";
}
.zmdi-search:before {
  content: "\f1c3";
}
.zmdi-seat:before {
  content: "\f1c4";
}
.zmdi-settings-square:before {
  content: "\f1c5";
}
.zmdi-settings:before {
  content: "\f1c6";
}
.zmdi-shield-check:before {
  content: "\f1c7";
}
.zmdi-shield-security:before {
  content: "\f1c8";
}
.zmdi-shopping-basket:before {
  content: "\f1c9";
}
.zmdi-shopping-cart-plus:before {
  content: "\f1ca";
}
.zmdi-shopping-cart:before {
  content: "\f1cb";
}
.zmdi-sign-in:before {
  content: "\f1cc";
}
.zmdi-sort-amount-asc:before {
  content: "\f1cd";
}
.zmdi-sort-amount-desc:before {
  content: "\f1ce";
}
.zmdi-sort-asc:before {
  content: "\f1cf";
}
.zmdi-sort-desc:before {
  content: "\f1d0";
}
.zmdi-spellcheck:before {
  content: "\f1d1";
}
.zmdi-storage:before {
  content: "\f1d2";
}
.zmdi-store-24:before {
  content: "\f1d3";
}
.zmdi-store:before {
  content: "\f1d4";
}
.zmdi-subway:before {
  content: "\f1d5";
}
.zmdi-sun:before {
  content: "\f1d6";
}
.zmdi-tab-unselected:before {
  content: "\f1d7";
}
.zmdi-tab:before {
  content: "\f1d8";
}
.zmdi-tag-close:before {
  content: "\f1d9";
}
.zmdi-tag-more:before {
  content: "\f1da";
}
.zmdi-tag:before {
  content: "\f1db";
}
.zmdi-thumb-down:before {
  content: "\f1dc";
}
.zmdi-thumb-up-down:before {
  content: "\f1dd";
}
.zmdi-thumb-up:before {
  content: "\f1de";
}
.zmdi-ticket-star:before {
  content: "\f1df";
}
.zmdi-toll:before {
  content: "\f1e0";
}
.zmdi-toys:before {
  content: "\f1e1";
}
.zmdi-traffic:before {
  content: "\f1e2";
}
.zmdi-translate:before {
  content: "\f1e3";
}
.zmdi-triangle-down:before {
  content: "\f1e4";
}
.zmdi-triangle-up:before {
  content: "\f1e5";
}
.zmdi-truck:before {
  content: "\f1e6";
}
.zmdi-turning-sign:before {
  content: "\f1e7";
}
.zmdi-wallpaper:before {
  content: "\f1e8";
}
.zmdi-washing-machine:before {
  content: "\f1e9";
}
.zmdi-window-maximize:before {
  content: "\f1ea";
}
.zmdi-window-minimize:before {
  content: "\f1eb";
}
.zmdi-window-restore:before {
  content: "\f1ec";
}
.zmdi-wrench:before {
  content: "\f1ed";
}
.zmdi-zoom-in:before {
  content: "\f1ee";
}
.zmdi-zoom-out:before {
  content: "\f1ef";
}
.zmdi-alert-circle-o:before {
  content: "\f1f0";
}
.zmdi-alert-circle:before {
  content: "\f1f1";
}
.zmdi-alert-octagon:before {
  content: "\f1f2";
}
.zmdi-alert-polygon:before {
  content: "\f1f3";
}
.zmdi-alert-triangle:before {
  content: "\f1f4";
}
.zmdi-help-outline:before {
  content: "\f1f5";
}
.zmdi-help:before {
  content: "\f1f6";
}
.zmdi-info-outline:before {
  content: "\f1f7";
}
.zmdi-info:before {
  content: "\f1f8";
}
.zmdi-notifications-active:before {
  content: "\f1f9";
}
.zmdi-notifications-add:before {
  content: "\f1fa";
}
.zmdi-notifications-none:before {
  content: "\f1fb";
}
.zmdi-notifications-off:before {
  content: "\f1fc";
}
.zmdi-notifications-paused:before {
  content: "\f1fd";
}
.zmdi-notifications:before {
  content: "\f1fe";
}
.zmdi-account-add:before {
  content: "\f1ff";
}
.zmdi-account-box-mail:before {
  content: "\f200";
}
.zmdi-account-box-o:before {
  content: "\f201";
}
.zmdi-account-box-phone:before {
  content: "\f202";
}
.zmdi-account-box:before {
  content: "\f203";
}
.zmdi-account-calendar:before {
  content: "\f204";
}
.zmdi-account-circle:before {
  content: "\f205";
}
.zmdi-account-o:before {
  content: "\f206";
}
.zmdi-account:before {
  content: "\f207";
}
.zmdi-accounts-add:before {
  content: "\f208";
}
.zmdi-accounts-alt:before {
  content: "\f209";
}
.zmdi-accounts-list-alt:before {
  content: "\f20a";
}
.zmdi-accounts-list:before {
  content: "\f20b";
}
.zmdi-accounts-outline:before {
  content: "\f20c";
}
.zmdi-accounts:before {
  content: "\f20d";
}
.zmdi-face:before {
  content: "\f20e";
}
.zmdi-female:before {
  content: "\f20f";
}
.zmdi-male-alt:before {
  content: "\f210";
}
.zmdi-male-female:before {
  content: "\f211";
}
.zmdi-male:before {
  content: "\f212";
}
.zmdi-mood-bad:before {
  content: "\f213";
}
.zmdi-mood:before {
  content: "\f214";
}
.zmdi-run:before {
  content: "\f215";
}
.zmdi-walk:before {
  content: "\f216";
}
.zmdi-cloud-box:before {
  content: "\f217";
}
.zmdi-cloud-circle:before {
  content: "\f218";
}
.zmdi-cloud-done:before {
  content: "\f219";
}
.zmdi-cloud-download:before {
  content: "\f21a";
}
.zmdi-cloud-off:before {
  content: "\f21b";
}
.zmdi-cloud-outline-alt:before {
  content: "\f21c";
}
.zmdi-cloud-outline:before {
  content: "\f21d";
}
.zmdi-cloud-upload:before {
  content: "\f21e";
}
.zmdi-cloud:before {
  content: "\f21f";
}
.zmdi-download:before {
  content: "\f220";
}
.zmdi-file-plus:before {
  content: "\f221";
}
.zmdi-file-text:before {
  content: "\f222";
}
.zmdi-file:before {
  content: "\f223";
}
.zmdi-folder-outline:before {
  content: "\f224";
}
.zmdi-folder-person:before {
  content: "\f225";
}
.zmdi-folder-star-alt:before {
  content: "\f226";
}
.zmdi-folder-star:before {
  content: "\f227";
}
.zmdi-folder:before {
  content: "\f228";
}
.zmdi-gif:before {
  content: "\f229";
}
.zmdi-upload:before {
  content: "\f22a";
}
.zmdi-border-all:before {
  content: "\f22b";
}
.zmdi-border-bottom:before {
  content: "\f22c";
}
.zmdi-border-clear:before {
  content: "\f22d";
}
.zmdi-border-color:before {
  content: "\f22e";
}
.zmdi-border-horizontal:before {
  content: "\f22f";
}
.zmdi-border-inner:before {
  content: "\f230";
}
.zmdi-border-left:before {
  content: "\f231";
}
.zmdi-border-outer:before {
  content: "\f232";
}
.zmdi-border-right:before {
  content: "\f233";
}
.zmdi-border-style:before {
  content: "\f234";
}
.zmdi-border-top:before {
  content: "\f235";
}
.zmdi-border-vertical:before {
  content: "\f236";
}
.zmdi-copy:before {
  content: "\f237";
}
.zmdi-crop:before {
  content: "\f238";
}
.zmdi-format-align-center:before {
  content: "\f239";
}
.zmdi-format-align-justify:before {
  content: "\f23a";
}
.zmdi-format-align-left:before {
  content: "\f23b";
}
.zmdi-format-align-right:before {
  content: "\f23c";
}
.zmdi-format-bold:before {
  content: "\f23d";
}
.zmdi-format-clear-all:before {
  content: "\f23e";
}
.zmdi-format-clear:before {
  content: "\f23f";
}
.zmdi-format-color-fill:before {
  content: "\f240";
}
.zmdi-format-color-reset:before {
  content: "\f241";
}
.zmdi-format-color-text:before {
  content: "\f242";
}
.zmdi-format-indent-decrease:before {
  content: "\f243";
}
.zmdi-format-indent-increase:before {
  content: "\f244";
}
.zmdi-format-italic:before {
  content: "\f245";
}
.zmdi-format-line-spacing:before {
  content: "\f246";
}
.zmdi-format-list-bulleted:before {
  content: "\f247";
}
.zmdi-format-list-numbered:before {
  content: "\f248";
}
.zmdi-format-ltr:before {
  content: "\f249";
}
.zmdi-format-rtl:before {
  content: "\f24a";
}
.zmdi-format-size:before {
  content: "\f24b";
}
.zmdi-format-strikethrough-s:before {
  content: "\f24c";
}
.zmdi-format-strikethrough:before {
  content: "\f24d";
}
.zmdi-format-subject:before {
  content: "\f24e";
}
.zmdi-format-underlined:before {
  content: "\f24f";
}
.zmdi-format-valign-bottom:before {
  content: "\f250";
}
.zmdi-format-valign-center:before {
  content: "\f251";
}
.zmdi-format-valign-top:before {
  content: "\f252";
}
.zmdi-redo:before {
  content: "\f253";
}
.zmdi-select-all:before {
  content: "\f254";
}
.zmdi-space-bar:before {
  content: "\f255";
}
.zmdi-text-format:before {
  content: "\f256";
}
.zmdi-transform:before {
  content: "\f257";
}
.zmdi-undo:before {
  content: "\f258";
}
.zmdi-wrap-text:before {
  content: "\f259";
}
.zmdi-comment-alert:before {
  content: "\f25a";
}
.zmdi-comment-alt-text:before {
  content: "\f25b";
}
.zmdi-comment-alt:before {
  content: "\f25c";
}
.zmdi-comment-edit:before {
  content: "\f25d";
}
.zmdi-comment-image:before {
  content: "\f25e";
}
.zmdi-comment-list:before {
  content: "\f25f";
}
.zmdi-comment-more:before {
  content: "\f260";
}
.zmdi-comment-outline:before {
  content: "\f261";
}
.zmdi-comment-text-alt:before {
  content: "\f262";
}
.zmdi-comment-text:before {
  content: "\f263";
}
.zmdi-comment-video:before {
  content: "\f264";
}
.zmdi-comment:before {
  content: "\f265";
}
.zmdi-comments:before {
  content: "\f266";
}
.zmdi-check-all:before {
  content: "\f267";
}
.zmdi-check-circle-u:before {
  content: "\f268";
}
.zmdi-check-circle:before {
  content: "\f269";
}
.zmdi-check-square:before {
  content: "\f26a";
}
.zmdi-check:before {
  content: "\f26b";
}
.zmdi-circle-o:before {
  content: "\f26c";
}
.zmdi-circle:before {
  content: "\f26d";
}
.zmdi-dot-circle-alt:before {
  content: "\f26e";
}
.zmdi-dot-circle:before {
  content: "\f26f";
}
.zmdi-minus-circle-outline:before {
  content: "\f270";
}
.zmdi-minus-circle:before {
  content: "\f271";
}
.zmdi-minus-square:before {
  content: "\f272";
}
.zmdi-minus:before {
  content: "\f273";
}
.zmdi-plus-circle-o-duplicate:before {
  content: "\f274";
}
.zmdi-plus-circle-o:before {
  content: "\f275";
}
.zmdi-plus-circle:before {
  content: "\f276";
}
.zmdi-plus-square:before {
  content: "\f277";
}
.zmdi-plus:before {
  content: "\f278";
}
.zmdi-square-o:before {
  content: "\f279";
}
.zmdi-star-circle:before {
  content: "\f27a";
}
.zmdi-star-half:before {
  content: "\f27b";
}
.zmdi-star-outline:before {
  content: "\f27c";
}
.zmdi-star:before {
  content: "\f27d";
}
.zmdi-bluetooth-connected:before {
  content: "\f27e";
}
.zmdi-bluetooth-off:before {
  content: "\f27f";
}
.zmdi-bluetooth-search:before {
  content: "\f280";
}
.zmdi-bluetooth-setting:before {
  content: "\f281";
}
.zmdi-bluetooth:before {
  content: "\f282";
}
.zmdi-camera-add:before {
  content: "\f283";
}
.zmdi-camera-alt:before {
  content: "\f284";
}
.zmdi-camera-bw:before {
  content: "\f285";
}
.zmdi-camera-front:before {
  content: "\f286";
}
.zmdi-camera-mic:before {
  content: "\f287";
}
.zmdi-camera-party-mode:before {
  content: "\f288";
}
.zmdi-camera-rear:before {
  content: "\f289";
}
.zmdi-camera-roll:before {
  content: "\f28a";
}
.zmdi-camera-switch:before {
  content: "\f28b";
}
.zmdi-camera:before {
  content: "\f28c";
}
.zmdi-card-alert:before {
  content: "\f28d";
}
.zmdi-card-off:before {
  content: "\f28e";
}
.zmdi-card-sd:before {
  content: "\f28f";
}
.zmdi-card-sim:before {
  content: "\f290";
}
.zmdi-desktop-mac:before {
  content: "\f291";
}
.zmdi-desktop-windows:before {
  content: "\f292";
}
.zmdi-device-hub:before {
  content: "\f293";
}
.zmdi-devices-off:before {
  content: "\f294";
}
.zmdi-devices:before {
  content: "\f295";
}
.zmdi-dock:before {
  content: "\f296";
}
.zmdi-floppy:before {
  content: "\f297";
}
.zmdi-gamepad:before {
  content: "\f298";
}
.zmdi-gps-dot:before {
  content: "\f299";
}
.zmdi-gps-off:before {
  content: "\f29a";
}
.zmdi-gps:before {
  content: "\f29b";
}
.zmdi-headset-mic:before {
  content: "\f29c";
}
.zmdi-headset:before {
  content: "\f29d";
}
.zmdi-input-antenna:before {
  content: "\f29e";
}
.zmdi-input-composite:before {
  content: "\f29f";
}
.zmdi-input-hdmi:before {
  content: "\f2a0";
}
.zmdi-input-power:before {
  content: "\f2a1";
}
.zmdi-input-svideo:before {
  content: "\f2a2";
}
.zmdi-keyboard-hide:before {
  content: "\f2a3";
}
.zmdi-keyboard:before {
  content: "\f2a4";
}
.zmdi-laptop-chromebook:before {
  content: "\f2a5";
}
.zmdi-laptop-mac:before {
  content: "\f2a6";
}
.zmdi-laptop:before {
  content: "\f2a7";
}
.zmdi-mic-off:before {
  content: "\f2a8";
}
.zmdi-mic-outline:before {
  content: "\f2a9";
}
.zmdi-mic-setting:before {
  content: "\f2aa";
}
.zmdi-mic:before {
  content: "\f2ab";
}
.zmdi-mouse:before {
  content: "\f2ac";
}
.zmdi-network-alert:before {
  content: "\f2ad";
}
.zmdi-network-locked:before {
  content: "\f2ae";
}
.zmdi-network-off:before {
  content: "\f2af";
}
.zmdi-network-outline:before {
  content: "\f2b0";
}
.zmdi-network-setting:before {
  content: "\f2b1";
}
.zmdi-network:before {
  content: "\f2b2";
}
.zmdi-phone-bluetooth:before {
  content: "\f2b3";
}
.zmdi-phone-end:before {
  content: "\f2b4";
}
.zmdi-phone-forwarded:before {
  content: "\f2b5";
}
.zmdi-phone-in-talk:before {
  content: "\f2b6";
}
.zmdi-phone-locked:before {
  content: "\f2b7";
}
.zmdi-phone-missed:before {
  content: "\f2b8";
}
.zmdi-phone-msg:before {
  content: "\f2b9";
}
.zmdi-phone-paused:before {
  content: "\f2ba";
}
.zmdi-phone-ring:before {
  content: "\f2bb";
}
.zmdi-phone-setting:before {
  content: "\f2bc";
}
.zmdi-phone-sip:before {
  content: "\f2bd";
}
.zmdi-phone:before {
  content: "\f2be";
}
.zmdi-portable-wifi-changes:before {
  content: "\f2bf";
}
.zmdi-portable-wifi-off:before {
  content: "\f2c0";
}
.zmdi-portable-wifi:before {
  content: "\f2c1";
}
.zmdi-radio:before {
  content: "\f2c2";
}
.zmdi-reader:before {
  content: "\f2c3";
}
.zmdi-remote-control-alt:before {
  content: "\f2c4";
}
.zmdi-remote-control:before {
  content: "\f2c5";
}
.zmdi-router:before {
  content: "\f2c6";
}
.zmdi-scanner:before {
  content: "\f2c7";
}
.zmdi-smartphone-android:before {
  content: "\f2c8";
}
.zmdi-smartphone-download:before {
  content: "\f2c9";
}
.zmdi-smartphone-erase:before {
  content: "\f2ca";
}
.zmdi-smartphone-info:before {
  content: "\f2cb";
}
.zmdi-smartphone-iphone:before {
  content: "\f2cc";
}
.zmdi-smartphone-landscape-lock:before {
  content: "\f2cd";
}
.zmdi-smartphone-landscape:before {
  content: "\f2ce";
}
.zmdi-smartphone-lock:before {
  content: "\f2cf";
}
.zmdi-smartphone-portrait-lock:before {
  content: "\f2d0";
}
.zmdi-smartphone-ring:before {
  content: "\f2d1";
}
.zmdi-smartphone-setting:before {
  content: "\f2d2";
}
.zmdi-smartphone-setup:before {
  content: "\f2d3";
}
.zmdi-smartphone:before {
  content: "\f2d4";
}
.zmdi-speaker:before {
  content: "\f2d5";
}
.zmdi-tablet-android:before {
  content: "\f2d6";
}
.zmdi-tablet-mac:before {
  content: "\f2d7";
}
.zmdi-tablet:before {
  content: "\f2d8";
}
.zmdi-tv-alt-play:before {
  content: "\f2d9";
}
.zmdi-tv-list:before {
  content: "\f2da";
}
.zmdi-tv-play:before {
  content: "\f2db";
}
.zmdi-tv:before {
  content: "\f2dc";
}
.zmdi-usb:before {
  content: "\f2dd";
}
.zmdi-videocam-off:before {
  content: "\f2de";
}
.zmdi-videocam-switch:before {
  content: "\f2df";
}
.zmdi-videocam:before {
  content: "\f2e0";
}
.zmdi-watch:before {
  content: "\f2e1";
}
.zmdi-wifi-alt-2:before {
  content: "\f2e2";
}
.zmdi-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-wifi-info:before {
  content: "\f2e4";
}
.zmdi-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-wifi-off:before {
  content: "\f2e6";
}
.zmdi-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-wifi:before {
  content: "\f2e8";
}
.zmdi-arrow-left-bottom:before {
  content: "\f2e9";
}
.zmdi-arrow-left:before {
  content: "\f2ea";
}
.zmdi-arrow-merge:before {
  content: "\f2eb";
}
.zmdi-arrow-missed:before {
  content: "\f2ec";
}
.zmdi-arrow-right-top:before {
  content: "\f2ed";
}
.zmdi-arrow-right:before {
  content: "\f2ee";
}
.zmdi-arrow-split:before {
  content: "\f2ef";
}
.zmdi-arrows:before {
  content: "\f2f0";
}
.zmdi-caret-down-circle:before {
  content: "\f2f1";
}
.zmdi-caret-down:before {
  content: "\f2f2";
}
.zmdi-caret-left-circle:before {
  content: "\f2f3";
}
.zmdi-caret-left:before {
  content: "\f2f4";
}
.zmdi-caret-right-circle:before {
  content: "\f2f5";
}
.zmdi-caret-right:before {
  content: "\f2f6";
}
.zmdi-caret-up-circle:before {
  content: "\f2f7";
}
.zmdi-caret-up:before {
  content: "\f2f8";
}
.zmdi-chevron-down:before {
  content: "\f2f9";
}
.zmdi-chevron-left:before {
  content: "\f2fa";
}
.zmdi-chevron-right:before {
  content: "\f2fb";
}
.zmdi-chevron-up:before {
  content: "\f2fc";
}
.zmdi-forward:before {
  content: "\f2fd";
}
.zmdi-long-arrow-down:before {
  content: "\f2fe";
}
.zmdi-long-arrow-left:before {
  content: "\f2ff";
}
.zmdi-long-arrow-return:before {
  content: "\f300";
}
.zmdi-long-arrow-right:before {
  content: "\f301";
}
.zmdi-long-arrow-tab:before {
  content: "\f302";
}
.zmdi-long-arrow-up:before {
  content: "\f303";
}
.zmdi-rotate-ccw:before {
  content: "\f304";
}
.zmdi-rotate-cw:before {
  content: "\f305";
}
.zmdi-rotate-left:before {
  content: "\f306";
}
.zmdi-rotate-right:before {
  content: "\f307";
}
.zmdi-square-down:before {
  content: "\f308";
}
.zmdi-square-right:before {
  content: "\f309";
}
.zmdi-swap-alt:before {
  content: "\f30a";
}
.zmdi-swap-vertical-circle:before {
  content: "\f30b";
}
.zmdi-swap-vertical:before {
  content: "\f30c";
}
.zmdi-swap:before {
  content: "\f30d";
}
.zmdi-trending-down:before {
  content: "\f30e";
}
.zmdi-trending-flat:before {
  content: "\f30f";
}
.zmdi-trending-up:before {
  content: "\f310";
}
.zmdi-unfold-less:before {
  content: "\f311";
}
.zmdi-unfold-more:before {
  content: "\f312";
}
.zmdi-apps:before {
  content: "\f313";
}
.zmdi-grid-off:before {
  content: "\f314";
}
.zmdi-grid:before {
  content: "\f315";
}
.zmdi-view-agenda:before {
  content: "\f316";
}
.zmdi-view-array:before {
  content: "\f317";
}
.zmdi-view-carousel:before {
  content: "\f318";
}
.zmdi-view-column:before {
  content: "\f319";
}
.zmdi-view-comfy:before {
  content: "\f31a";
}
.zmdi-view-compact:before {
  content: "\f31b";
}
.zmdi-view-dashboard:before {
  content: "\f31c";
}
.zmdi-view-day:before {
  content: "\f31d";
}
.zmdi-view-headline:before {
  content: "\f31e";
}
.zmdi-view-list-alt:before {
  content: "\f31f";
}
.zmdi-view-list:before {
  content: "\f320";
}
.zmdi-view-module:before {
  content: "\f321";
}
.zmdi-view-quilt:before {
  content: "\f322";
}
.zmdi-view-stream:before {
  content: "\f323";
}
.zmdi-view-subtitles:before {
  content: "\f324";
}
.zmdi-view-toc:before {
  content: "\f325";
}
.zmdi-view-web:before {
  content: "\f326";
}
.zmdi-view-week:before {
  content: "\f327";
}
.zmdi-widgets:before {
  content: "\f328";
}
.zmdi-alarm-check:before {
  content: "\f329";
}
.zmdi-alarm-off:before {
  content: "\f32a";
}
.zmdi-alarm-plus:before {
  content: "\f32b";
}
.zmdi-alarm-snooze:before {
  content: "\f32c";
}
.zmdi-alarm:before {
  content: "\f32d";
}
.zmdi-calendar-alt:before {
  content: "\f32e";
}
.zmdi-calendar-check:before {
  content: "\f32f";
}
.zmdi-calendar-close:before {
  content: "\f330";
}
.zmdi-calendar-note:before {
  content: "\f331";
}
.zmdi-calendar:before {
  content: "\f332";
}
.zmdi-time-countdown:before {
  content: "\f333";
}
.zmdi-time-interval:before {
  content: "\f334";
}
.zmdi-time-restore-setting:before {
  content: "\f335";
}
.zmdi-time-restore:before {
  content: "\f336";
}
.zmdi-time:before {
  content: "\f337";
}
.zmdi-timer-off:before {
  content: "\f338";
}
.zmdi-timer:before {
  content: "\f339";
}
.zmdi-android-alt:before {
  content: "\f33a";
}
.zmdi-android:before {
  content: "\f33b";
}
.zmdi-apple:before {
  content: "\f33c";
}
.zmdi-behance:before {
  content: "\f33d";
}
.zmdi-codepen:before {
  content: "\f33e";
}
.zmdi-dribbble:before {
  content: "\f33f";
}
.zmdi-dropbox:before {
  content: "\f340";
}
.zmdi-evernote:before {
  content: "\f341";
}
.zmdi-facebook-box:before {
  content: "\f342";
}
.zmdi-facebook:before {
  content: "\f343";
}
.zmdi-github-box:before {
  content: "\f344";
}
.zmdi-github:before {
  content: "\f345";
}
.zmdi-google-drive:before {
  content: "\f346";
}
.zmdi-google-earth:before {
  content: "\f347";
}
.zmdi-google-glass:before {
  content: "\f348";
}
.zmdi-google-maps:before {
  content: "\f349";
}
.zmdi-google-pages:before {
  content: "\f34a";
}
.zmdi-google-play:before {
  content: "\f34b";
}
.zmdi-google-plus-box:before {
  content: "\f34c";
}
.zmdi-google-plus:before {
  content: "\f34d";
}
.zmdi-google:before {
  content: "\f34e";
}
.zmdi-instagram:before {
  content: "\f34f";
}
.zmdi-language-css3:before {
  content: "\f350";
}
.zmdi-language-html5:before {
  content: "\f351";
}
.zmdi-language-javascript:before {
  content: "\f352";
}
.zmdi-language-python-alt:before {
  content: "\f353";
}
.zmdi-language-python:before {
  content: "\f354";
}
.zmdi-lastfm:before {
  content: "\f355";
}
.zmdi-linkedin-box:before {
  content: "\f356";
}
.zmdi-paypal:before {
  content: "\f357";
}
.zmdi-pinterest-box:before {
  content: "\f358";
}
.zmdi-pocket:before {
  content: "\f359";
}
.zmdi-polymer:before {
  content: "\f35a";
}
.zmdi-share:before {
  content: "\f35b";
}
.zmdi-stackoverflow:before {
  content: "\f35c";
}
.zmdi-steam-square:before {
  content: "\f35d";
}
.zmdi-steam:before {
  content: "\f35e";
}
.zmdi-twitter-box:before {
  content: "\f35f";
}
.zmdi-twitter:before {
  content: "\f360";
}
.zmdi-vk:before {
  content: "\f361";
}
.zmdi-wikipedia:before {
  content: "\f362";
}
.zmdi-windows:before {
  content: "\f363";
}
.zmdi-aspect-ratio-alt:before {
  content: "\f364";
}
.zmdi-aspect-ratio:before {
  content: "\f365";
}
.zmdi-blur-circular:before {
  content: "\f366";
}
.zmdi-blur-linear:before {
  content: "\f367";
}
.zmdi-blur-off:before {
  content: "\f368";
}
.zmdi-blur:before {
  content: "\f369";
}
.zmdi-brightness-2:before {
  content: "\f36a";
}
.zmdi-brightness-3:before {
  content: "\f36b";
}
.zmdi-brightness-4:before {
  content: "\f36c";
}
.zmdi-brightness-5:before {
  content: "\f36d";
}
.zmdi-brightness-6:before {
  content: "\f36e";
}
.zmdi-brightness-7:before {
  content: "\f36f";
}
.zmdi-brightness-auto:before {
  content: "\f370";
}
.zmdi-brightness-setting:before {
  content: "\f371";
}
.zmdi-broken-image:before {
  content: "\f372";
}
.zmdi-center-focus-strong:before {
  content: "\f373";
}
.zmdi-center-focus-weak:before {
  content: "\f374";
}
.zmdi-compare:before {
  content: "\f375";
}
.zmdi-crop-16-9:before {
  content: "\f376";
}
.zmdi-crop-3-2:before {
  content: "\f377";
}
.zmdi-crop-5-4:before {
  content: "\f378";
}
.zmdi-crop-7-5:before {
  content: "\f379";
}
.zmdi-crop-din:before {
  content: "\f37a";
}
.zmdi-crop-free:before {
  content: "\f37b";
}
.zmdi-crop-landscape:before {
  content: "\f37c";
}
.zmdi-crop-portrait:before {
  content: "\f37d";
}
.zmdi-crop-square:before {
  content: "\f37e";
}
.zmdi-exposure-alt:before {
  content: "\f37f";
}
.zmdi-exposure:before {
  content: "\f380";
}
.zmdi-filter-b-and-w:before {
  content: "\f381";
}
.zmdi-filter-center-focus:before {
  content: "\f382";
}
.zmdi-filter-frames:before {
  content: "\f383";
}
.zmdi-filter-tilt-shift:before {
  content: "\f384";
}
.zmdi-gradient:before {
  content: "\f385";
}
.zmdi-grain:before {
  content: "\f386";
}
.zmdi-graphic-eq:before {
  content: "\f387";
}
.zmdi-hdr-off:before {
  content: "\f388";
}
.zmdi-hdr-strong:before {
  content: "\f389";
}
.zmdi-hdr-weak:before {
  content: "\f38a";
}
.zmdi-hdr:before {
  content: "\f38b";
}
.zmdi-iridescent:before {
  content: "\f38c";
}
.zmdi-leak-off:before {
  content: "\f38d";
}
.zmdi-leak:before {
  content: "\f38e";
}
.zmdi-looks:before {
  content: "\f38f";
}
.zmdi-loupe:before {
  content: "\f390";
}
.zmdi-panorama-horizontal:before {
  content: "\f391";
}
.zmdi-panorama-vertical:before {
  content: "\f392";
}
.zmdi-panorama-wide-angle:before {
  content: "\f393";
}
.zmdi-photo-size-select-large:before {
  content: "\f394";
}
.zmdi-photo-size-select-small:before {
  content: "\f395";
}
.zmdi-picture-in-picture:before {
  content: "\f396";
}
.zmdi-slideshow:before {
  content: "\f397";
}
.zmdi-texture:before {
  content: "\f398";
}
.zmdi-tonality:before {
  content: "\f399";
}
.zmdi-vignette:before {
  content: "\f39a";
}
.zmdi-wb-auto:before {
  content: "\f39b";
}
.zmdi-eject-alt:before {
  content: "\f39c";
}
.zmdi-eject:before {
  content: "\f39d";
}
.zmdi-equalizer:before {
  content: "\f39e";
}
.zmdi-fast-forward:before {
  content: "\f39f";
}
.zmdi-fast-rewind:before {
  content: "\f3a0";
}
.zmdi-forward-10:before {
  content: "\f3a1";
}
.zmdi-forward-30:before {
  content: "\f3a2";
}
.zmdi-forward-5:before {
  content: "\f3a3";
}
.zmdi-hearing:before {
  content: "\f3a4";
}
.zmdi-pause-circle-outline:before {
  content: "\f3a5";
}
.zmdi-pause-circle:before {
  content: "\f3a6";
}
.zmdi-pause:before {
  content: "\f3a7";
}
.zmdi-play-circle-outline:before {
  content: "\f3a8";
}
.zmdi-play-circle:before {
  content: "\f3a9";
}
.zmdi-play:before {
  content: "\f3aa";
}
.zmdi-playlist-audio:before {
  content: "\f3ab";
}
.zmdi-playlist-plus:before {
  content: "\f3ac";
}
.zmdi-repeat-one:before {
  content: "\f3ad";
}
.zmdi-repeat:before {
  content: "\f3ae";
}
.zmdi-replay-10:before {
  content: "\f3af";
}
.zmdi-replay-30:before {
  content: "\f3b0";
}
.zmdi-replay-5:before {
  content: "\f3b1";
}
.zmdi-replay:before {
  content: "\f3b2";
}
.zmdi-shuffle:before {
  content: "\f3b3";
}
.zmdi-skip-next:before {
  content: "\f3b4";
}
.zmdi-skip-previous:before {
  content: "\f3b5";
}
.zmdi-stop:before {
  content: "\f3b6";
}
.zmdi-surround-sound:before {
  content: "\f3b7";
}
.zmdi-tune:before {
  content: "\f3b8";
}
.zmdi-volume-down:before {
  content: "\f3b9";
}
.zmdi-volume-mute:before {
  content: "\f3ba";
}
.zmdi-volume-off:before {
  content: "\f3bb";
}
.zmdi-volume-up:before {
  content: "\f3bc";
}
.zmdi-n-1-square:before {
  content: "\f3bd";
}
.zmdi-n-2-square:before {
  content: "\f3be";
}
.zmdi-n-3-square:before {
  content: "\f3bf";
}
.zmdi-n-4-square:before {
  content: "\f3c0";
}
.zmdi-n-5-square:before {
  content: "\f3c1";
}
.zmdi-n-6-square:before {
  content: "\f3c2";
}
.zmdi-neg-1:before {
  content: "\f3c3";
}
.zmdi-neg-2:before {
  content: "\f3c4";
}
.zmdi-plus-1:before {
  content: "\f3c5";
}
.zmdi-plus-2:before {
  content: "\f3c6";
}
.zmdi-sec-10:before {
  content: "\f3c7";
}
.zmdi-sec-3:before {
  content: "\f3c8";
}
.zmdi-zero:before {
  content: "\f3c9";
}
.zmdi-airline-seat-flat-angled:before {
  content: "\f3ca";
}
.zmdi-airline-seat-flat:before {
  content: "\f3cb";
}
.zmdi-airline-seat-individual-suite:before {
  content: "\f3cc";
}
.zmdi-airline-seat-legroom-extra:before {
  content: "\f3cd";
}
.zmdi-airline-seat-legroom-normal:before {
  content: "\f3ce";
}
.zmdi-airline-seat-legroom-reduced:before {
  content: "\f3cf";
}
.zmdi-airline-seat-recline-extra:before {
  content: "\f3d0";
}
.zmdi-airline-seat-recline-normal:before {
  content: "\f3d1";
}
.zmdi-airplay:before {
  content: "\f3d2";
}
.zmdi-closed-caption:before {
  content: "\f3d3";
}
.zmdi-confirmation-number:before {
  content: "\f3d4";
}
.zmdi-developer-board:before {
  content: "\f3d5";
}
.zmdi-disc-full:before {
  content: "\f3d6";
}
.zmdi-explicit:before {
  content: "\f3d7";
}
.zmdi-flight-land:before {
  content: "\f3d8";
}
.zmdi-flight-takeoff:before {
  content: "\f3d9";
}
.zmdi-flip-to-back:before {
  content: "\f3da";
}
.zmdi-flip-to-front:before {
  content: "\f3db";
}
.zmdi-group-work:before {
  content: "\f3dc";
}
.zmdi-hd:before {
  content: "\f3dd";
}
.zmdi-hq:before {
  content: "\f3de";
}
.zmdi-markunread-mailbox:before {
  content: "\f3df";
}
.zmdi-memory:before {
  content: "\f3e0";
}
.zmdi-nfc:before {
  content: "\f3e1";
}
.zmdi-play-for-work:before {
  content: "\f3e2";
}
.zmdi-power-input:before {
  content: "\f3e3";
}
.zmdi-present-to-all:before {
  content: "\f3e4";
}
.zmdi-satellite:before {
  content: "\f3e5";
}
.zmdi-tap-and-play:before {
  content: "\f3e6";
}
.zmdi-vibration:before {
  content: "\f3e7";
}
.zmdi-voicemail:before {
  content: "\f3e8";
}
.zmdi-group:before {
  content: "\f3e9";
}
.zmdi-rss:before {
  content: "\f3ea";
}
.zmdi-shape:before {
  content: "\f3eb";
}
.zmdi-spinner:before {
  content: "\f3ec";
}
.zmdi-ungroup:before {
  content: "\f3ed";
}
.zmdi-500px:before {
  content: "\f3ee";
}
.zmdi-8tracks:before {
  content: "\f3ef";
}
.zmdi-amazon:before {
  content: "\f3f0";
}
.zmdi-blogger:before {
  content: "\f3f1";
}
.zmdi-delicious:before {
  content: "\f3f2";
}
.zmdi-disqus:before {
  content: "\f3f3";
}
.zmdi-flattr:before {
  content: "\f3f4";
}
.zmdi-flickr:before {
  content: "\f3f5";
}
.zmdi-github-alt:before {
  content: "\f3f6";
}
.zmdi-google-old:before {
  content: "\f3f7";
}
.zmdi-linkedin:before {
  content: "\f3f8";
}
.zmdi-odnoklassniki:before {
  content: "\f3f9";
}
.zmdi-outlook:before {
  content: "\f3fa";
}
.zmdi-paypal-alt:before {
  content: "\f3fb";
}
.zmdi-pinterest:before {
  content: "\f3fc";
}
.zmdi-playstation:before {
  content: "\f3fd";
}
.zmdi-reddit:before {
  content: "\f3fe";
}
.zmdi-skype:before {
  content: "\f3ff";
}
.zmdi-slideshare:before {
  content: "\f400";
}
.zmdi-soundcloud:before {
  content: "\f401";
}
.zmdi-tumblr:before {
  content: "\f402";
}
.zmdi-twitch:before {
  content: "\f403";
}
.zmdi-vimeo:before {
  content: "\f404";
}
.zmdi-whatsapp:before {
  content: "\f405";
}
.zmdi-xbox:before {
  content: "\f406";
}
.zmdi-yahoo:before {
  content: "\f407";
}
.zmdi-youtube-play:before {
  content: "\f408";
}
.zmdi-youtube:before {
  content: "\f409";
}
.zmdi-import-export:before,
.zmdi-swap-vertical-:before {
  content: "\f30c";
}
.zmdi-airplanemode-inactive:before {
  content: "\f102";
}
.zmdi-airplanemode-active:before,
.zmdi-rate-review:before {
  content: "\f103";
}
.zmdi-comment-sign:before {
  content: "\f25a";
}
.zmdi-network-warning:before {
  content: "\f2ad";
}
.zmdi-shopping-cart-add:before {
  content: "\f1ca";
}
.zmdi-file-add:before {
  content: "\f221";
}
.zmdi-network-wifi-scan:before {
  content: "\f2e4";
}
.zmdi-collection-add:before {
  content: "\f14e";
}
.zmdi-format-playlist-add:before {
  content: "\f3ac";
}
.zmdi-format-queue-music:before {
  content: "\f3ab";
}
.zmdi-plus-box:before {
  content: "\f277";
}
.zmdi-tag-backspace:before {
  content: "\f1d9";
}
.zmdi-alarm-add:before {
  content: "\f32b";
}
.zmdi-battery-charging:before {
  content: "\f114";
}
.zmdi-daydream-setting:before {
  content: "\f217";
}
.zmdi-more-horiz:before {
  content: "\f19c";
}
.zmdi-book-photo:before {
  content: "\f11b";
}
.zmdi-incandescent:before {
  content: "\f189";
}
.zmdi-wb-iridescent:before {
  content: "\f38c";
}
.zmdi-calendar-remove:before {
  content: "\f330";
}
.zmdi-refresh-sync-disabled:before {
  content: "\f1b7";
}
.zmdi-refresh-sync-problem:before {
  content: "\f1b6";
}
.zmdi-crop-original:before {
  content: "\f17e";
}
.zmdi-power-off:before {
  content: "\f1af";
}
.zmdi-power-off-setting:before {
  content: "\f1ae";
}
.zmdi-leak-remove:before {
  content: "\f38d";
}
.zmdi-star-border:before {
  content: "\f27c";
}
.zmdi-brightness-low:before {
  content: "\f36d";
}
.zmdi-brightness-medium:before {
  content: "\f36e";
}
.zmdi-brightness-high:before {
  content: "\f36f";
}
.zmdi-smartphone-portrait:before {
  content: "\f2d4";
}
.zmdi-live-tv:before {
  content: "\f2d9";
}
.zmdi-format-textdirection-l-to-r:before {
  content: "\f249";
}
.zmdi-format-textdirection-r-to-l:before {
  content: "\f24a";
}
.zmdi-arrow-back:before {
  content: "\f2ea";
}
.zmdi-arrow-forward:before {
  content: "\f2ee";
}
.zmdi-arrow-in:before {
  content: "\f2e9";
}
.zmdi-arrow-out:before {
  content: "\f2ed";
}
.zmdi-rotate-90-degrees-ccw:before {
  content: "\f304";
}
.zmdi-adb:before {
  content: "\f33a";
}
.zmdi-network-wifi:before {
  content: "\f2e8";
}
.zmdi-network-wifi-alt:before {
  content: "\f2e3";
}
.zmdi-network-wifi-lock:before {
  content: "\f2e5";
}
.zmdi-network-wifi-off:before {
  content: "\f2e6";
}
.zmdi-network-wifi-outline:before {
  content: "\f2e7";
}
.zmdi-network-wifi-info:before {
  content: "\f2e4";
}
.zmdi-layers-clear:before {
  content: "\f18b";
}
.zmdi-colorize:before {
  content: "\f15d";
}
.zmdi-format-paint:before {
  content: "\f1ba";
}
.zmdi-format-quote:before {
  content: "\f1b2";
}
.zmdi-camera-monochrome-photos:before {
  content: "\f285";
}
.zmdi-sort-by-alpha:before {
  content: "\f1cf";
}
.zmdi-folder-shared:before {
  content: "\f225";
}
.zmdi-folder-special:before {
  content: "\f226";
}
.zmdi-comment-dots:before {
  content: "\f260";
}
.zmdi-reorder:before {
  content: "\f31e";
}
.zmdi-dehaze:before {
  content: "\f197";
}
.zmdi-sort:before {
  content: "\f1ce";
}
.zmdi-pages:before {
  content: "\f34a";
}
.zmdi-stack-overflow:before {
  content: "\f35c";
}
.zmdi-calendar-account:before {
  content: "\f204";
}
.zmdi-paste:before {
  content: "\f109";
}
.zmdi-cut:before {
  content: "\f1bc";
}
.zmdi-save:before {
  content: "\f297";
}
.zmdi-smartphone-code:before {
  content: "\f139";
}
.zmdi-directions-bike:before {
  content: "\f117";
}
.zmdi-directions-boat:before {
  content: "\f11a";
}
.zmdi-directions-bus:before {
  content: "\f121";
}
.zmdi-directions-car:before {
  content: "\f125";
}
.zmdi-directions-railway:before {
  content: "\f1b3";
}
.zmdi-directions-run:before {
  content: "\f215";
}
.zmdi-directions-subway:before {
  content: "\f1d5";
}
.zmdi-directions-walk:before {
  content: "\f216";
}
.zmdi-local-hotel:before {
  content: "\f178";
}
.zmdi-local-activity:before,
.zmdi-local-play:before {
  content: "\f1df";
}
.zmdi-local-airport:before {
  content: "\f103";
}
.zmdi-local-atm:before {
  content: "\f198";
}
.zmdi-local-bar:before {
  content: "\f137";
}
.zmdi-local-cafe:before {
  content: "\f13b";
}
.zmdi-local-car-wash:before {
  content: "\f124";
}
.zmdi-local-convenience-store:before {
  content: "\f1d3";
}
.zmdi-local-dining:before {
  content: "\f153";
}
.zmdi-local-drink:before {
  content: "\f157";
}
.zmdi-local-florist:before {
  content: "\f168";
}
.zmdi-local-gas-station:before {
  content: "\f16f";
}
.zmdi-local-grocery-store:before {
  content: "\f1cb";
}
.zmdi-local-hospital:before {
  content: "\f177";
}
.zmdi-local-laundry-service:before {
  content: "\f1e9";
}
.zmdi-local-library:before {
  content: "\f18d";
}
.zmdi-local-mall:before {
  content: "\f195";
}
.zmdi-local-movies:before {
  content: "\f19d";
}
.zmdi-local-offer:before {
  content: "\f187";
}
.zmdi-local-parking:before {
  content: "\f1a5";
}
.zmdi-local-pharmacy:before {
  content: "\f176";
}
.zmdi-local-phone:before {
  content: "\f2be";
}
.zmdi-local-pizza:before {
  content: "\f1ac";
}
.zmdi-local-post-office:before {
  content: "\f15a";
}
.zmdi-local-printshop:before {
  content: "\f1b0";
}
.zmdi-local-see:before {
  content: "\f28c";
}
.zmdi-local-shipping:before {
  content: "\f1e6";
}
.zmdi-local-store:before {
  content: "\f1d4";
}
.zmdi-local-taxi:before {
  content: "\f123";
}
.zmdi-local-wc:before {
  content: "\f211";
}
.zmdi-my-location:before {
  content: "\f299";
}
.zmdi-directions:before {
  content: "\f1e7";
}
body {
  min-width: 320px;
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #5a5f62;
}
body.is-locked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
}
.container {
  position: relative;
  z-index: 2;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.main {
  position: relative;
  margin: 90px 0 0;
}
.section-title {
  position: relative;
  padding-bottom: 17px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
}
.section-title::after {
  position: absolute;
  bottom: 5px;
  width: 100px;
  height: 3px;
  border-radius: 2px;
  content: "";
}
.section-title_white {
  color: #fff;
}
.section-title_white::after {
  background-color: #00bff3;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#acd4fe),
    to(#e6f2ff)
  );
  background-image: -webkit-linear-gradient(left, #acd4fe 0%, #e6f2ff 100%);
  background-image: -o-linear-gradient(left, #acd4fe 0%, #e6f2ff 100%);
  background-image: linear-gradient(to right, #acd4fe 0%, #e6f2ff 100%);
}
.section-title_black,
.section-title_blue span {
  color: #333;
}
.section-title_black::after,
.section-title_blue::after {
  background-color: #00bff3;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
}
.section-title_blue {
  color: #1c9bee;
}
.section-title_center {
  text-align: center;
}
.section-title_center::after {
  left: calc(50% - 50px);
}
.section-title_left {
  text-align: left;
}
.section-title_left::after {
  left: 7px;
}
.section-title_left-center {
  padding-right: 120px;
  padding-bottom: 0;
  text-align: left;
}
.section-title_left-center::after {
  right: 0;
  bottom: 50%;
  margin-bottom: -5px;
  content: "";
}
.section-title_full-white,
.section-title_white .section-title span {
  color: #fff;
}
.section-title span,
.title-sm span {
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
}
.section-title_blue .section-title span {
  color: #1c9bee;
}
.file-block__add-btn input,
.form-ask__choice-item input,
.form-submit-btn input,
.nav__list li ul .list-item:after,
.section-title_no-decor::after {
  display: none;
}
.title-lg,
.title-sm {
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 58px;
  line-height: 62px;
  color: #fff;
}
.title-sm {
  font-size: 24px;
  line-height: 29px;
  color: #1c9bee;
}
.title-sm span {
  color: #333;
  font-family: "MuseoSansCyrl-500", Arial, sans-serif;
}
.btn,
.btn span {
  position: relative;
}
.btn {
  display: inline-block;
  padding: 19px 30px;
  outline: 0;
  border-radius: 50px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 2px 1px rgba(31, 23, 3, 0.18);
  text-align: center;
  -webkit-box-shadow: 0 16px 15px rgba(6, 44, 69, 0.13);
  box-shadow: 0 16px 15px rgba(6, 44, 69, 0.13);
  overflow: hidden;
  cursor: pointer;
}
.btn::after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  height: calc(200% + 4px);
  pointer-events: none;
  -webkit-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
  content: "";
}
.btn:hover::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn span {
  z-index: 1;
}
.btn_blue,
.btn_yellow {
  border-radius: 35px;
}
.btn_yellow::after {
  border: 1px solid #f6db2c;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffeb3e),
    color-stop(50%, #f5ac0f),
    to(#ffeb3e)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #ffeb3e 0%,
    #f5ac0f 50%,
    #ffeb3e 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #ffeb3e 0%,
    #f5ac0f 50%,
    #ffeb3e 100%
  );
  background-image: linear-gradient(
    to top,
    #ffeb3e 0%,
    #f5ac0f 50%,
    #ffeb3e 100%
  );
}
.btn_blue::after {
  border: 1px solid #71cbff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#59bffa),
    color-stop(50%, #1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(
    bottom,
    #59bffa 0%,
    #1799ed 50%,
    #59bffa 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    #59bffa 0%,
    #1799ed 50%,
    #59bffa 100%
  );
  background-image: linear-gradient(
    to top,
    #59bffa 0%,
    #1799ed 50%,
    #59bffa 100%
  );
}
.btn_fluid {
  width: 100%;
}
.btn_md {
  min-width: 400px;
}
.dashed-link {
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #5c6164;
  border-bottom: 1px dashed rgba(34, 144, 202, 0.7);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.dashed-link:hover {
  border-bottom-color: transparent;
}
.circle-decor {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.has-cover-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.has-grad,
.nav__list li {
  position: relative;
}
.has-grad__bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.has-grad__bg::after,
.has-striped-bg::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
}
.has-grad__bg::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1c9bed),
    to(#57bef9)
  );
  background-image: -webkit-linear-gradient(left, #1c9bed 0%, #57bef9 100%);
  background-image: -o-linear-gradient(left, #1c9bed 0%, #57bef9 100%);
  background-image: linear-gradient(to right, #1c9bed 0%, #57bef9 100%);
  opacity: 0.8;
  pointer-events: none;
}
.has-striped-bg {
  position: relative;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#e3ebf6),
    to(#f0f6f9)
  );
  background-image: -webkit-linear-gradient(bottom, #e3ebf6 0%, #f0f6f9 100%);
  background-image: -o-linear-gradient(bottom, #e3ebf6 0%, #f0f6f9 100%);
  background-image: linear-gradient(to top, #e3ebf6 0%, #f0f6f9 100%);
}
.has-striped-bg::after {
  z-index: 1;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    transparent,
    #fbfbfb 1px,
    #fbfbfb 1px,
    #fbfbfb 4px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    transparent,
    #fbfbfb 1px,
    #fbfbfb 1px,
    #fbfbfb 4px
  );
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    #fbfbfb 1px,
    #fbfbfb 1px,
    #fbfbfb 4px
  );
}
.call-block,
.call-block__tel,
.call-block__tel-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.call-block {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.call-block__tel,
.call-block__tel-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-block__tel {
  margin-bottom: 2px;
  font-size: 22px;
  color: #333;
}
.call-block__tel:hover {
  color: #0d6daa;
}
.call-block__tel {
  margin-left: 4px;
  color: #1c9bee;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.call-block__tel-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background: #7f898e -webkit-gradient(linear, left top, right top, from(#1799ed), to(#59bffa));
  background: #7f898e -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background: #7f898e -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background: #7f898e linear-gradient(to right, #1799ed 0%, #59bffa 100%);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
}
.call-block__link {
  margin-left: 2px;
}
.request__top-text {
  margin-bottom: 30px;
}
.request__title {
  margin-bottom: 10px;
  text-align: center;
}
.request__form-inner {
  margin-bottom: 22px;
  padding: 40px 36px 40px 36px;
  -webkit-box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  border-radius: 17px;
  border: 3px solid #fff;
  background-color: #fff;
}
.request__form-row {
  margin: 0 -8px;
}
.request__form-row:not(:last-child) {
  margin: 0 -8px 10px;
}
.request__form-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 16px);
  flex: 0 1 calc(50% - 16px);
  width: calc(50% - 16px);
  margin: 0 8px;
}
.request__form-field_ask {
  padding-left: 30px;
}
.request__form-actions,
.request__form-field_ask,
.request__form-field_upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.request__form-field_upload {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 15px;
  height: 53px;
}
.request__form-actions {
  text-align: left;
}
.request_popup .request__form-actions {
  margin-top: 15px;
  text-align: left;
}
.request_popup .request__form-submit {
  width: 100%;
  max-width: 360px;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  padding: 26px 0 0;
  background: #fff;
}
.header.is-fixed {
  height: 100px;
  -webkit-box-shadow: 0 0 15px rgba(113, 203, 255, 0.5);
  box-shadow: 0 0 15px rgba(113, 203, 255, 0.5);
}
.header::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #369fd9;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
  content: "";
}
.header__container {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header .link-home {
  max-width: 15rem;
}
.header__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
}
.footer__title span,
.header__title span {
  color: #1c9bee;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
}
.nav {
  margin: 0 auto;
}
.nav.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s 0s,
    -webkit-transform 0.4s ease;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.is-active .nav__list li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.nav__list li:not(:last-child) {
  margin-right: 28px;
}
.nav__list li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
  content: "";
}
.nav__list li:hover ul {
  visibility: visible;
  opacity: 1;
}
.nav__list li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nav__list li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.nav__list li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nav__list li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.nav__list li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.nav__list li a {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #5c6164;
  border-bottom: 1px dashed transparent;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.nav__list li a:hover {
  color: #1c9bee;
  border-bottom-color: rgba(34, 144, 202, 0.7);
}
.nav__list li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 16rem;
  top: 100%;
  left: -1rem;
  background-color: #fff;
  padding: 1rem 0;
  -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__list li ul .list-item {
  padding: 0.5rem 1rem;
  margin: 0;
}
.nav-btn {
  display: none;
  position: relative;
  top: -5px;
  border: 0;
  outline: 0;
  padding: 0;
  z-index: 11;
}
.nav-btn.is-active span {
  color: #1c9bee;
}
.nav-btn__burger {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.nav-btn__lines {
  display: block;
  position: relative;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-btn__lines,
.nav-btn__lines:after,
.nav-btn__lines:before {
  width: 40px;
  height: 3px;
}
.nav-btn.is-active .nav-btn__lines {
  background: 0 0;
}
.nav-btn__lines:before {
  content: "";
  bottom: 10px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer::after,
.nav-btn__lines:after,
.nav-btn__lines:before {
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
}
.nav-btn__lines:after {
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  content: "";
  top: 10px;
}
.nav-btn.is-active .nav-btn__lines:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.nav-btn.is-active .nav-btn__lines:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
    transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.footer {
  position: relative;
  padding: 32px 0 20px;
}
.footer::after {
  top: 100%;
  width: 100%;
  height: 3px;
  content: "";
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 240px;
  flex: 0 1 240px;
}
.footer__copyright {
  padding: 24px 0 0;
  font-size: 15px;
  color: #a9b0b3;
  text-align: center;
  border-top: 1px solid rgba(70, 157, 214, 0.2);
}
.form-field {
  position: relative;
}
.form-field__input {
  width: 100%;
  height: 60px;
  padding: 0 30px 0 78px;
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 46px;
  border-radius: 30px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-field__input:-moz-placeholder,
.form-field__input::-moz-placeholder {
  color: #75797b;
  opacity: 1;
}
.form-field__input::-webkit-input-placeholder {
  color: #75797b;
}
.form-field__input:focus {
  border-color: #1799ed;
}
.form-field.has-error .form-field__input {
  border-color: #d51d48;
}
.form-field__icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60px;
  color: #3198f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
.form-field.has-error .form-field__icon {
  color: #d51d48;
}
.form-field__icon::after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
  width: 1px;
  height: 30px;
  background-color: #ebebeb;
  content: "";
}
.form-field__icon .zmdi {
  position: relative;
  top: -1px;
  right: -4px;
}
.textarea {
  display: block;
  width: 100%;
  height: 122px;
  padding: 18px 36px;
  resize: none;
  -webkit-box-shadow: 0 15px 40px rgba(18, 3, 58, 0.15);
  box-shadow: 0 15px 40px rgba(18, 3, 58, 0.15);
  border-radius: 23px;
  background-color: #ebe9f2;
  border: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.textarea:focus {
  background-color: #fff;
}
.form-submit-btn {
  cursor: pointer;
}
.form-ask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.form-ask__text {
  margin-right: 23px;
  color: #333;
}
.form-ask__choice,
.form-ask__choice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-ask__choice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-ask__choice-item {
  cursor: pointer;
}
.form-ask__choice-item:not(:last-child),
.slider-dots li:not(:last-child) {
  margin-right: 15px;
}
.form-ask__choice-item input:checked + .form-ask__choice-visual {
  border-color: #1799ed;
}
.form-ask__choice-item input:checked + .form-ask__choice-visual::after {
  opacity: 1;
}
.form-ask__choice-text {
  color: #75797b;
}
.form-ask__choice-visual {
  position: relative;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid rgba(23, 153, 237, 0.5);
  border-radius: 50%;
}
.file-block__add-btn span,
.form-ask__choice-visual,
.form-ask__choice-visual::after {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-ask__choice-visual::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
  border-radius: 50%;
  opacity: 0;
  content: "";
}
.file-block {
  position: relative;
  text-align: left;
  color: #3198f0;
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
}
.file-block__add-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.is-active .file-block__add-btn {
  opacity: 0;
  pointer-events: none;
}
.file-block__add-btn:hover span {
  border-bottom-color: transparent;
}
.file-block__add-btn span {
  margin-left: 10px;
  border-bottom: 1px solid rgba(49, 152, 240, 0.6);
}
.file-block__name-field,
.file-block__remove-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  pointer-events: none;
}
.file-block__remove-btn {
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
  line-height: 15px;
  width: 122px;
  -webkit-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
  color: #3198f0;
  font-size: 15px;
}
.is-active .file-block__remove-btn {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: auto;
}
.file-block__remove-btn:hover {
  color: #d51d48;
}
.file-block__remove-btn:hover svg {
  fill: #d51d48;
}
.file-block__remove-btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 15px;
  margin-right: 11px;
  fill: #3198f0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.file-block__name-field {
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
  width: 220px;
  height: 15px;
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 12px;
}
.is-active .file-block__name-field {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: auto;
}
.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 25px;
}
.captcha input,
.captcha__field {
  -webkit-box-flex: 0;
  height: 55px;
  border-radius: 3px;
  background-color: #fff;
}
.captcha__field {
  position: relative;
  margin-right: 5px;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  width: 130px;
  padding: 5px;
}
.captcha_mod .captcha__field {
  border: 1px solid #e0e0e0;
}
.captcha__field img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.captcha input {
  -ms-flex: 0 1 225px;
  flex: 0 1 225px;
  width: 225px;
  padding: 0 25px;
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 55px;
}
.captcha input:-moz-placeholder,
.captcha input::-moz-placeholder {
  color: #a3a8ac;
  opacity: 1;
}
.captcha input::-webkit-input-placeholder {
  color: #a3a8ac;
}
.captcha_mod {
  margin: 35px 0 30px;
}
.captcha_mod input {
  border: 1px solid #e0e0e0;
}
.captcha_request {
  margin: 0 0 0 15px;
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1300;
  overflow: auto;
  outline: 0;
  text-align: center;
  font-size: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  will-change: opacity, transform;
}
.popup:after,
.popup__container {
  display: inline-block;
  vertical-align: middle;
}
.popup:after {
  content: "";
  height: 100%;
  width: 0;
}
.popup.opened {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}
.popup__close {
  position: absolute;
  top: -35px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
}
.popup__close:hover svg {
  fill: #1c9bee;
}
.popup__close svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.popup__container {
  max-width: 874px;
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin: 30px auto;
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease,
    -webkit-transform 0.5s ease;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  will-change: transform, opacity;
  text-align: left;
  border-radius: 5px;
}
.popup__container_xs {
  max-width: 440px;
}
.popup__container_lg {
  max-width: 855px;
}
.popup__inner {
  padding: 45px 25px 50px;
  -webkit-box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  border-radius: 17px;
  background-color: #fff;
}
.popup__inner p {
  color: #5c6164;
  font-size: 18px;
  line-height: 24px;
}
body.popup-opened {
  overflow: hidden;
}
.popup.opened .popup__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.popup__inner p,
.thanks-popup {
  text-align: center;
}
.thanks-popup__title {
  margin-bottom: 14px;
  text-transform: uppercase;
}
.thanks-popup__btn {
  display: none;
}
.call-popup p {
  margin-bottom: 20px;
}
.call-popup__title {
  margin-bottom: 20px;
  text-align: center;
}
.call-popup__form-row {
  margin: 0 0 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.call-popup__form-field:not(:last-child) {
  margin-bottom: 10px;
}
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
.slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
}
.slider-dots_white li button,
.slider-dots_white li button::after {
  background: rgba(255, 255, 255, 0.5);
}
.slider-dots_white li.slick-active button {
  background-color: #fff;
}
.slider-dots_blue li button::after,
.slider-dots_white li.slick-active button::after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
}
.slider-dots_white li.slick-active button::before {
  border-color: rgba(255, 255, 255, 0.5);
}
.slider-dots_blue li button {
  background: rgba(190, 228, 246, 0.6);
}
.slider-dots_blue li.slick-active button::after {
  opacity: 1;
}
.slider-dots_blue li.slick-active button::before {
  border-color: #59bffa;
}
.slider-btn:hover,
.slider-dots li.slick-active button::before {
  opacity: 1;
}
.slider-btn,
.slider-dots li button,
.slider-dots li button::after,
.slider-dots li button::before {
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.slider-dots li button {
  width: 10px;
  height: 10px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative;
}
.slider-dots li button::before {
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  opacity: 0;
  border: 1px solid;
  content: "";
}
.slider-btn,
.slider-dots li button::after,
.slider-dots li button::before {
  position: absolute;
}
.slider-dots li button::after {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  top: 0;
}
.slider-btn {
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-top: -10px;
  background-color: #fff;
  border: 1px solid rgba(113, 203, 255, 0.5);
}
.slider-btn.slick-disabled {
  pointer-events: none;
  opacity: 0.2;
}
.slider-btn_prev {
  left: 20%;
}
.slider-btn_prev svg {
  left: -1px;
}
.slider-btn_next {
  right: 20%;
}
.slider-btn_next svg {
  right: -1px;
}
.slider-btn svg {
  position: relative;
  fill: #1c9bee;
}
.screen {
  position: relative;
  padding: 120px 0 78px;
  overflow: hidden;
}
.screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.screen__title {
  margin-bottom: 32px;
}
.screen__content {
  margin-top: -40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 825px;
  flex: 0 0 825px;
}
.screen__img {
  position: absolute;
  top: -128px;
  right: -100px;
  z-index: 1;
  pointer-events: none;
}
.screen__form-inner {
  margin-bottom: 22px;
  padding: 35px 50px 43px 40px;
  background: #fff;
  -webkit-box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  border-radius: 17px;
}
.screen__form-title {
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 20px;
}
.screen__form-row {
  margin: 0 -8px;
}
.screen__form-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 16px);
  flex: 0 1 calc(50% - 16px);
  width: calc(50% - 16px);
  margin: 0 8px;
}
.screen__form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.screen__circle-img {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.15;
}
.screen__circle-img_l {
  top: -65.5%;
  left: -26.8%;
  width: 951px;
  height: 952px;
  -webkit-transform: rotate(122deg);
  -ms-transform: rotate(122deg);
  transform: rotate(122deg);
}
.screen__circle-img_r {
  right: -15%;
  top: -93%;
  width: 798px;
  height: 799px;
  -webkit-transform: rotate(-68deg);
  -ms-transform: rotate(-68deg);
  transform: rotate(-68deg);
}
.screen__grad-bg {
  top: 13px;
}
.promo {
  padding: 72px 0 60px;
}
.promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.promo__img-wrap,
.promo__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40.09009%;
  flex: 0 1 40.09009%;
}
.promo__text {
  -ms-flex: 0 1 59.90991%;
  flex: 0 1 59.90991%;
  padding: 10px 0 0 43px;
}
.promo__title {
  margin-bottom: 35px;
}
.promo__descr {
  color: #5c6164;
}
.promo__descr p {
  line-height: 24px;
}
.promo__descr p:not(:last-child) {
  margin-bottom: 13px;
}
.services {
  position: relative;
  padding: 70px 0 82px;
  overflow: hidden;
}
.services__container {
  z-index: 3;
}
.services__title {
  margin-bottom: 40px;
}
.services__row {
  margin: 0 -30px;
}
.services__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  padding: 0 30px;
}
.services__item:nth-child(3) ~ .services__item {
  padding: 50px 30px 0;
}
.services__item-top {
  position: relative;
  padding: 25px;
  margin-bottom: 43px;
  -webkit-box-shadow: 0 0 38px rgba(145, 155, 167, 0.1);
  box-shadow: 0 0 38px rgba(145, 155, 167, 0.1);
  border-radius: 17px;
  background-color: #fff;
}
.services__item-img-wrap {
  position: relative;
  height: 190px;
  width: 136px;
  margin: 0 auto;
}
.services__item-img-wrap img,
.testimonials__item-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.services__item-img-wrap img:nth-child(2) {
  position: absolute;
  left: calc(100% - 77px);
  bottom: 17px;
  width: 154px;
  height: 108px;
  -webkit-box-shadow: 0 4px 9px rgba(10, 50, 77, 0.15);
  box-shadow: 0 4px 9px rgba(10, 50, 77, 0.15);
}
.services__item-label {
  color: #fff;
  font-family: "MuseoSansCyrl-700", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.services__item-info,
.services__item-label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services__item-label-wrap {
  position: absolute;
  top: 9%;
  right: 11%;
  width: 83px;
  height: 83px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #c01a41;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(192, 26, 65, 0.98)),
    to(rgba(213, 29, 72, 0.98))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(192, 26, 65, 0.98) 0%,
    rgba(213, 29, 72, 0.98) 100%
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(192, 26, 65, 0.98) 0%,
    rgba(213, 29, 72, 0.98) 100%
  );
  background-image: linear-gradient(
    to top,
    rgba(192, 26, 65, 0.98) 0%,
    rgba(213, 29, 72, 0.98) 100%
  );
  border-radius: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services__item-label-wrap::after {
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #c01a41;
  opacity: 0.5;
  border-radius: 50%;
  content: "";
}
.services__item-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.services__item-price,
.services__item-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services__item-price {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #515151;
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.services__item-price span {
  margin-bottom: 5px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 20px;
  color: #1c9bee;
}
.services__item-price-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  width: 140px;
  height: 140px;
  margin-top: -8px;
  background: url(../img/decor/price-circle.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.services__item-descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px 0 0 19px;
}
.services__item-descr p {
  color: #5c6164;
  font-size: 15px;
}
.services__item-title {
  margin-bottom: 10px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333;
}
.services__circle-decor {
  position: absolute;
  top: 42%;
  right: -5.6%;
  width: 791px;
  height: 791px;
  opacity: 0.1;
}
.pros {
  padding: 70px 0 88px;
}
.pros__title {
  text-align: center;
  margin-bottom: 47px;
}
.pros__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  min-width: 255px;
  margin: 0 15px;
  padding: 35px 10px 20px;
  min-height: 240px;
  -webkit-box-shadow: 0 16px 15px rgba(3, 14, 27, 0.1);
  box-shadow: 0 16px 15px rgba(3, 14, 27, 0.1);
  border-radius: 17px;
  background-color: #fff;
  text-align: center;
}
.pros__item-icon {
  margin: 0 auto 20px;
}
.pros__item-content {
  position: relative;
  padding: 25px 0 0;
}
.pros__item-content::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 191, 243, 0.2);
  content: "";
}
.pros__item-title {
  margin-bottom: 5px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #1c9bee;
}
.pros__item-descr {
  line-height: 24px;
  color: #333;
}
.reasons {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}
.reasons__title {
  margin-bottom: 10px;
}
.reasons__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.reasons__col {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 31.53153%;
  flex: 0 1 31.53153%;
}
.reasons__center {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 36.93694%;
  flex: 0 1 36.93694%;
  margin: 30px 0 0;
}
.reasons__center::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 46%;
  width: 100%;
  height: 75%;
  background: url(../img/other/eclipse.png) no-repeat 50% 50% / cover;
  content: "";
}
.reasons__center-img {
  width: 72.43902%;
  margin: 20px auto 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.reasons__center-img.big {
  margin: 0 auto;
  background-position: 50% 0;
  width: 50%;
}
.reasons__center-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 119.19192%;
}
.reasons__item {
  position: relative;
}
.reasons__item:not(:last-child) {
  padding-bottom: 50px;
}
.reasons__item_l {
  padding-right: 37px;
  text-align: right;
}
.reasons__item_l:nth-child(2) {
  margin-right: 54px;
}
.reasons__item_r {
  padding-left: 37px;
  text-align: left;
}
.reasons__item_r:nth-child(2) {
  margin-left: 57px;
}
.reasons__item-circle {
  position: absolute;
  top: 14px;
}
.reasons__item_l .reasons__item-circle {
  right: 6px;
}
.reasons__item_r .reasons__item-circle {
  left: 6px;
}
.reasons__item-circle::after,
.reasons__item-circle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
}
.reasons__item-circle::before {
  width: 15px;
  height: 15px;
  border: 1px solid #2fa6f1;
  opacity: 0.5;
}
.reasons__item-circle::after {
  width: 9px;
  height: 9px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
}
.reasons__item-title {
  margin-bottom: 10px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #1c9bee;
}
.reasons__bg-img {
  position: absolute;
}
.reasons__bg-img_l {
  left: 0;
  bottom: 0;
  width: 614px;
  height: 368px;
}
.reasons__bg-img_r {
  right: -13%;
  bottom: 0;
  width: 903px;
  height: 602px;
}
.delivery {
  position: relative;
  padding: 72px 0 88px;
}
.delivery__container:after {
  content: "";
  display: table;
  clear: both;
}
.delivery__bg-img {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -670px;
  bottom: 0;
  width: 540px;
  z-index: 3;
  pointer-events: none;
}
.delivery__circle-img {
  bottom: -31%;
  left: 50%;
  margin-left: -775px;
  width: 715px;
  height: 716px;
  opacity: 0.15;
}
.delivery__content {
  position: relative;
  float: right;
  width: 65.76577%;
}
.delivery__content::after {
  position: absolute;
  right: 0;
  bottom: 31px;
  width: 360px;
  height: 1px;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fff),
    to(rgba(255, 255, 255, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: -o-linear-gradient(
    right,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background-image: linear-gradient(
    to left,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 0.5;
  content: "";
}
.delivery__title {
  margin-bottom: 15px;
  line-height: 52px;
}
.delivery__title::after {
  left: 197px;
  bottom: 42px;
}
.delivery__info {
  margin-bottom: 20px;
  padding: 36px 15px 32px 32px;
  -webkit-box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  box-shadow: 0 8px 20px rgba(6, 53, 83, 0.13);
  border-radius: 17px;
  border: 3px solid #fff;
  background-color: #fff;
}
.delivery__info-text {
  margin-bottom: 13px;
  line-height: 24px;
}
.delivery__info-tel {
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #f6b415;
}
.work {
  padding: 70px 0 82px;
  overflow: hidden;
}
.work__container {
  max-width: 1010px;
}
.work__title {
  margin-bottom: 30px;
}
.work__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px -85px 0;
}
.work__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.33333%;
  flex: 0 1 33.33333%;
  width: 33.33333%;
  padding: 0 65px;
  text-align: center;
}
.is-ie .work__item {
  max-width: 383px;
}
.work__item:nth-child(3) ~ .work__item {
  padding: 50px 65px 0;
}
.work__item:nth-child(3n) .work__item-top::after {
  display: none;
}
.work__item-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 16px;
  width: 140px;
  height: 140px;
  background: #fff url(../img/decor/work-item_eclipse.svg) no-repeat 50% 100% /
    auto;
  border-radius: 50%;
}
.work__item-top::after {
  position: absolute;
  top: 50%;
  right: -152%;
  margin-top: -8px;
  width: 166px;
  height: 7px;
  background: url(../img/decor/line-circle.svg);
  content: "";
}
.work__item-count {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #1c9bee;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.9px;
}
.work__item-icon {
  margin: 0 auto;
}
.is-ie .work__item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.work__item-title {
  margin-bottom: 10px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #333;
}
.work__circle-img {
  top: -8%;
  right: -14.9%;
  width: 770px;
  height: 900px;
  opacity: 0.1;
}
.guarantees {
  position: relative;
  padding: 67px 0;
  height: 615px;
}
.guarantees__content {
  position: relative;
  z-index: 1;
  max-width: 825px;
}
.guarantees__content::after {
  position: absolute;
  right: 43px;
  bottom: 32px;
  width: 360px;
  height: 1px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1c9bee),
    to(rgba(28, 155, 238, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    #1c9bee 0%,
    rgba(28, 155, 238, 0) 100%
  );
  background-image: -o-linear-gradient(
    left,
    #1c9bee 0%,
    rgba(28, 155, 238, 0) 100%
  );
  background-image: linear-gradient(
    to right,
    #1c9bee 0%,
    rgba(28, 155, 238, 0) 100%
  );
  opacity: 0.3;
  content: "";
}
.guarantees__title {
  max-width: 530px;
  margin-bottom: 42px;
}
.guarantees__row {
  margin: 0 -15px 45px;
}
.guarantees__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.33333% - 30px);
  flex: 0 1 calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  margin: 0 15px;
  padding: 28px 20px 35px;
  -webkit-box-shadow: 0 16px 15px rgba(6, 44, 69, 0.13);
  box-shadow: 0 16px 15px rgba(6, 44, 69, 0.13);
  border-radius: 17px;
  border: 1px solid #71cbff;
  background-color: #fff;
  text-align: center;
}
.guarantees__item-icon-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 31px;
  padding-bottom: 15px;
}
.guarantees__item-icon-wrap::after {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -8px;
  height: 1px;
  border-radius: 1px;
  background-color: #8bcded;
  opacity: 0.3;
  content: "";
}
.guarantees__item-title {
  margin-bottom: 5px;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #1c9bee;
}
.guarantees__item-descr {
  color: #333;
}
.guarantees__bg-img {
  pointer-events: none;
  position: absolute;
  top: -98px;
  right: -113px;
}
.guarantees__circle-img {
  top: 10px;
  left: -4%;
  width: 771px;
  height: 770px;
  opacity: 0.05;
  z-index: 1;
}
.testimonials {
  position: relative;
  z-index: 2;
  padding: 67px 0 86px;
}
.testimonials__title {
  margin-bottom: 28px;
}
.testimonials__slider .slick-list {
  margin: 0 -15px;
}
.testimonials__slider-dots {
  margin-top: 40px;
}
.testimonials__item {
  padding: 50px 15px 0;
}
.testimonials__item-content {
  position: relative;
  margin-bottom: 30px;
  padding: 65px 25px 25px 32px;
  border-radius: 17px 17px 17px 0;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}
.testimonials__item-content::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #fff transparent transparent;
  content: "";
}
.testimonials__item-img-wrap {
  position: absolute;
  top: -43px;
  left: 30px;
  width: 94px;
  height: 94px;
  border: 3px solid #f7bc1b;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials__item-title {
  padding-left: 30px;
  color: #fff;
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
}
.testimonials__item-title span {
  font-family: "MuseoSansCyrl-300", Arial, sans-serif;
  font-weight: 400;
}
.testimonials__item-text {
  font-size: 16px;
  line-height: 20px;
}
.partners {
  padding: 70px 0 81px;
}
.partners__title {
  margin-bottom: 30px;
}
.partners__slider .slick-list {
  margin: 0 -7px;
  padding: 15px 0;
}
.partners__slider-dots {
  margin-top: 38px;
}
.partners__item {
  width: 210px;
  margin: 0 7px;
  height: 124px;
  border-radius: 17px;
  border: 1px solid rgba(113, 203, 255, 0.5);
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.partners__item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 13px 15px rgba(6, 44, 69, 0.1);
  box-shadow: 0 13px 15px rgba(6, 44, 69, 0.1);
}
.partners__item-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.request-section {
  position: relative;
  padding: 70px 0 75px;
}
.request-section__title {
  margin: 0 -55px 42px 0;
}
.request-section__content {
  max-width: 825px;
}
.request-section__bg-img {
  position: absolute;
  top: -45%;
  right: -12%;
  pointer-events: none;
}
.request-section__circle-img {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -13.6%;
  width: 715px;
  height: 716px;
  opacity: 0.15;
}
.contact {
  position: relative;
  z-index: 2;
  height: 520px;
}
.contact__map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact__map .gm-style-cc,
.contact__map .gmnoprint {
  display: none;
}
.contact__container {
  padding-top: 80px;
}
.contact__info {
  position: relative;
  width: 360px;
  padding: 45px 28px 60px;
  -webkit-box-shadow: 0 16px 15px rgba(6, 44, 69, 0.13);
  box-shadow: 0 16px 15px rgba(6, 44, 69, 0.13);
  border-radius: 3px 3px 17px 17px;
  background: #fff;
}
.contact__info::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#1799ed),
    to(#59bffa)
  );
  background-image: -webkit-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: -o-linear-gradient(left, #1799ed 0%, #59bffa 100%);
  background-image: linear-gradient(to right, #1799ed 0%, #59bffa 100%);
  content: "";
}
.contact__info-title {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
}
.contact__info-inner {
  margin-bottom: 30px;
}
.contact__info-address {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-style: normal;
}
.contact__info-tel {
  font-family: "MuseoSansCyrl-900", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: rgba(90, 95, 98, 0.9);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.contact__info-tel:hover {
  color: #1799ed;
}
.contact__info-icon {
  margin-right: 17px;
  color: #1c9bee;
}
.contact__info-icon.zmdi-pin-drop {
  position: absolute;
  top: 2px;
  left: 5px;
  margin-right: 0;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media only screen and (max-width: 1199px) {
  .desk-only {
    display: none;
  }
  .section-title {
    font-size: 38px;
    line-height: 44px;
  }
  .title-lg {
    font-size: 42px;
    line-height: 50px;
  }
  .request__form-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .header__call-block {
    margin-left: auto;
    margin-right: 30px;
  }
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    padding-bottom: 100px;
    overflow: auto;
    opacity: 0;
    border: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    transition: transform 0.4s ease, opacity 0.4s ease, visibility 0s 0.4s,
      -webkit-transform 0.4s ease;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 0 25px rgba(28, 155, 238, 0.5);
    box-shadow: inset 0 0 25px rgba(28, 155, 238, 0.5);
  }
  .nav_footer {
    display: none;
  }
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: auto;
    height: 100%;
    padding-bottom: 0;
  }
  .nav__list li {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .nav__list li:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .nav__list li:not(:last-child)::after {
    display: none;
  }
  .nav__list li a {
    font-family: "MuseoSansCyrl-500", Arial, sans-serif;
    font-weight: 400;
    color: #1c9bee;
    font-size: 16px;
  }
  .nav__list li ul {
    background-color: transparent;
    position: static;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
    padding-top: 1.5rem;
  }
  .nav__list li ul .list-item {
    margin-bottom: 1rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .nav__list li ul .list-item:last-child {
    margin-bottom: 0;
  }
  .nav-btn {
    display: block;
  }
  .captcha {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 30px;
  }
  .screen__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 63.06306%;
    flex: 0 1 63.06306%;
  }
  .screen__img {
    top: -8%;
    right: 15px;
  }
  .screen__form {
    max-width: 500px;
  }
  .screen__form-inner {
    padding: 25px 30px 35px 20px;
  }
  .screen__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .screen__form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0;
  }
  .screen__form-field:not(:last-child) {
    margin-bottom: 8px;
  }
  .screen__form-actions {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .delivery__content::after,
  .screen__circle-img_l {
    display: none;
  }
  .promo__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .promo__text {
    padding: 10px 0 0 30px;
  }
  .promo__title {
    margin-bottom: 25px;
  }
  .services__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 400px;
  }
  .services__item:nth-child(2) ~ .services__item {
    padding: 50px 30px 0;
  }
  .services__circle-decor {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .pros {
    padding: 70px 0 60px;
  }
  .pros__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pros__item {
    margin: 0 15px 30px;
  }
  .delivery__bg-img {
    margin-left: -530px;
  }
  .delivery__circle-img {
    bottom: -22%;
    left: 70%;
  }
  .delivery__content {
    width: 55%;
  }
  .delivery__title::after {
    left: 367px;
    bottom: 35px;
  }
  .work__circle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .guarantees {
    overflow: hidden;
    height: auto;
  }
  .guarantees__content {
    margin: 0 auto;
    text-align: center;
  }
  .guarantees__content::after {
    display: none;
  }
  .guarantees__title {
    text-align: center;
    padding: 0 0 17px;
    max-width: none;
  }
  .guarantees__title::after,
  .request-section__title::after {
    bottom: 5px;
    left: calc(50% - 50px);
  }
  .guarantees__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .guarantees__item {
    min-width: 254px;
  }
  .guarantees__bg-img {
    display: none;
  }
  .guarantees__circle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .request-section__title {
    margin: 0 0 30px;
    padding: 0 0 17px;
    text-align: center;
  }
  .request-section__content {
    margin: 0 auto;
  }
  .request-section__bg-img {
    display: none;
  }
  .request-section__circle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1023px) {
  body {
    font-size: 16px;
  }
  .request__form-inner {
    padding: 50px 25px 30px;
  }
  .screen__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%;
  }
  .screen__img {
    right: -100px;
  }
  .screen__form {
    max-width: 430px;
  }
  .screen__form-submit {
    width: 100%;
  }
  .reasons {
    padding: 85px 0;
  }
  .reasons__item_l {
    padding-right: 27px;
  }
  .reasons__item_l:nth-child(2) {
    margin-right: 44px;
  }
  .reasons__item_r {
    padding-left: 27px;
  }
  .reasons__item_r:nth-child(2) {
    margin-left: 44px;
  }
  .reasons__item-title {
    font-size: 20px;
  }
  .reasons__item-descr {
    font-size: 15px;
  }
  .delivery__title::after {
    display: none;
  }
  .work__row {
    margin: 60px -15px 0;
  }
  .work__item {
    padding: 0 15px;
  }
  .work__item:nth-child(3) ~ .work__item {
    padding: 50px 15px 0;
  }
  .work__item-top::after {
    width: 90px;
    right: -70%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
  }
  .guarantees__content {
    max-width: 600px;
  }
  .guarantees__item:nth-child(2) ~ .guarantees__item {
    margin: 30px 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .main {
    margin: 70px 0 0;
  }
  .title-lg {
    font-size: 38px;
    line-height: 46px;
  }
  .btn {
    padding: 12px 15px;
    font-size: 16px;
  }
  .btn_md {
    display: block;
    min-width: 0;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .request__form-inner {
    padding: 15px;
  }
  .request__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .request__form-field {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0;
  }
  .request__form-field_ask {
    padding: 15px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .request__form-field:not(:last-child) {
    margin: 0 0 8px;
  }
  .request_popup .request__form-submit {
    max-width: none;
  }
  .header {
    padding: 15px 0;
  }
  .header,
  .header.is-fixed {
    height: auto;
  }
  .header__call-block {
    display: none;
  }
  .nav {
    top: 70px;
    padding-bottom: 70px;
  }
  .footer {
    padding: 25px 0 20px;
  }
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-align: center;
  }
  .form-field__input {
    padding: 0 20px 0 48px;
    height: 50px;
    font-size: 14px;
  }
  .form-field__icon {
    width: 40px;
  }
  .file-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .file-block__add-btn {
    margin-bottom: 5px;
  }
  .file-block__remove-btn {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
  }
  .is-active .file-block__remove-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .file-block__name-field {
    position: static;
    width: 100%;
    height: 25px;
    text-align: center;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .captcha {
    margin: 0 auto 20px;
  }
  .captcha__field {
    height: 50px;
  }
  .captcha_mod .captcha__field {
    margin: 0 0 5px;
  }
  .captcha input {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    height: 50px;
    line-height: 50px;
  }
  .captcha_mod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .captcha_mod .captcha__field,
  .captcha_mod input {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .popup__inner {
    padding: 30px 25px 35px;
  }
  .popup__inner p {
    font-size: 16px;
  }
  .screen {
    padding: 40px 0 50px;
  }
  .screen__title {
    margin-bottom: 20px;
  }
  .screen__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    margin: 0;
  }
  .screen__img {
    display: none;
  }
  .screen__form {
    max-width: none;
  }
  .screen__form-inner {
    padding: 25px 15px 30px;
  }
  .screen__form-title {
    padding-left: 0;
    font-size: 18px;
    text-align: center;
  }
  .screen__form-title span {
    display: block;
  }
  .screen__circle-img_r {
    top: -44%;
  }
  .screen__grad-bg {
    top: 0;
  }
  .promo {
    padding: 40px 0 50px;
  }
  .promo__img-wrap {
    display: none;
  }
  .promo__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding: 0;
  }
  .services {
    padding: 40px 0 50px;
  }
  .services__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services__item:nth-child(1) ~ .services__item {
    padding: 50px 30px 0;
  }
  .services__item-price {
    font-size: 16px;
  }
  .services__item-price span {
    font-size: 24px;
  }
  .services__item-price-wrap {
    margin: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    width: 110px;
    height: 110px;
  }
  .services__item-descr {
    padding: 10px 0 0 10px;
  }
  .services__item-title {
    font-size: 18px;
  }
  .services__circle-decor {
    display: none;
  }
  .pros {
    padding: 40px 0 30px;
  }
  .reasons {
    padding: 40px 0 50px;
  }
  .reasons__title {
    margin-bottom: 30px;
  }
  .reasons__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .reasons__col {
    margin: 0;
  }
  .reasons__col:not(:last-child) {
    margin-bottom: 30px;
  }
  .reasons__center {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 290px;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .reasons__item:not(:last-child) {
    padding-bottom: 30px;
  }
  .reasons__item_l {
    text-align: left;
    padding-right: 0;
    padding-left: 25px;
  }
  .reasons__item_l:nth-child(2) {
    margin-right: 0;
  }
  .reasons__item_r {
    padding-left: 25px;
  }
  .reasons__item_r:nth-child(2) {
    margin-left: 0;
  }
  .reasons__item_l .reasons__item-circle {
    right: auto;
    left: 6px;
  }
  .reasons__bg-img_l {
    display: none;
  }
  .reasons__bg-img_r {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .delivery {
    padding: 40px 0 50px;
  }
  .delivery__bg-img,
  .work__item-top::after {
    display: none;
  }
  .delivery__circle-img {
    top: 15px;
    bottom: auto;
    left: 50%;
    margin-left: 0;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .delivery__content {
    width: 100%;
  }
  .delivery__title {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
  }
  .delivery__info {
    padding: 20px 15px;
    text-align: center;
  }
  .delivery__info-text {
    text-align: left;
  }
  .delivery__info-tel {
    font-size: 25px;
  }
  .delivery__info-btn {
    width: 100%;
  }
  .work {
    padding: 40px 0 50px;
  }
  .work__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .work__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
  .work__item:nth-child(1) ~ .work__item {
    padding: 50px 15px 0;
  }
  .work__circle-img {
    display: none;
  }
  .guarantees__content {
    max-width: 400px;
  }
  .guarantees__item:nth-child(1) ~ .guarantees__item {
    margin: 30px 15px 0;
  }
  .testimonials {
    padding: 40px 0 60px;
  }
  .testimonials__slider {
    padding-bottom: 30px;
  }
  .partners {
    padding: 40px 0 50px;
  }
  .partners__title {
    margin-bottom: 20px;
  }
  .partners__slider {
    padding-bottom: 15px;
  }
  .request-section {
    padding: 40px 0 50px;
  }
  .contact {
    height: auto;
  }
  .contact__map {
    position: static;
    height: 300px;
  }
  .contact__container {
    padding: 0;
  }
  .contact__info {
    width: 100%;
    padding: 30px 15px;
  }
  .contact__info,
  .contact__info::before {
    border-radius: 0;
  }
}
/*# sourceMappingURL=app.css.map */
