@charset "UTF-8";
@font-face {
  font-family: "PT Sans bold";
  src: url("../font/Inter-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "PT Sans";
  src: url("../font/Inter-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0 0 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }

  .fancybox-slide--image {
    padding: 6px 0 0 0; }

  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?14846347");
  src: url("../font/fontello.eot?14846347#iefix") format("embedded-opentype"), url("../font/fontello.woff2?14846347") format("woff2"), url("../font/fontello.woff?14846347") format("woff"), url("../font/fontello.ttf?14846347") format("truetype"), url("../font/fontello.svg?14846347#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8 */
  /* For safety - reset parent styles, that can break glyph codes */
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120% */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3) */ }

.icon-cog:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-up-big:before {
  content: ""; }

.icon-down-big:before {
  content: ""; }

.icon-left-big:before {
  content: ""; }

.icon-right-big:before {
  content: ""; }

.icon-ruler-combined-solid:before {
  content: ""; }

.icon-viber-brands:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-attach:before {
  content: ""; }

.icon-art-gallery:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-eye-1:before {
  content: ""; }

.icon-basket-1:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-vkontakte:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-calc:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-odnoklassniki:before {
  content: ""; }

.icon-calendar-check-o:before {
  content: ""; }

.icon-industry:before {
  content: ""; }

.icon-shopping-basket:before {
  content: ""; }

.icon-telegram:before {
  content: ""; }

.icon-twitter-bird:before {
  content: ""; }

/*! Flickity v2.1.1 https://flickity.metafizzy.co---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  /*background: hsla(0, 0%, 100%, 1) */
  background: transparent;
  background: #FFB468;
  border: none;
  /*color: #333 */
  outline: none; }

.flickity-button:hover {
  /*background: white */
  /*background: transparent */
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  /*box-shadow: 0 0 0 5px #19F */ }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: #fff; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 30px;
  height: 40px;
  /*border-radius: 50% */
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 0; }

.flickity-prev-next-button.next {
  right: 0; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  /*opacity: 0.25 */
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  /*opacity: 1 */
  background: #FE5535; }

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1300px; } }
.container-fluid {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
html {
  height: 100%; }

body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  background: #fff;
  color: #000;
  font-family: "PT Sans", Tahoma, sans-serif;
  font-weight: 400;
  margin: 0 auto;
  height: 100%; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

#page_content {
  flex: 1 0 auto;
  width: 100%; }

footer {
  flex: 0 0 auto; }

h1, h2, h3, h4, p, ul, li, img {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  line-height: 1.2; }

a {
  text-decoration: none; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%; }

.compensate-for-scrollbar {
  margin-right: auto !important; }

h1, h2, h3, h4, #header .right_block .top-contacts .tel a, #header .right_block .top-contacts .city .trigger_demo3, .first_mon .oplata .progg input[type="text"], .first_mon .gde_gruz .progg input[type="text"], .first_mon .order-control .progg input[type="text"], .first_mon .oplata .progg input[type="submit"], .first_mon .gde_gruz .progg input[type="submit"], .first_mon .order-control .progg input[type="submit"], .tabs .tabs__caption, .site_menu ul li a, input[type="submit"], button, #form-calc p, #forma .d_f select, #forma .d_f input, #forma .d_f input[type="submit"], .bullets_2 .item p, .header_block ul li a, #footer a, .custom_modal .modal_form .modal_header p:first-child, .custom_modal .modal_form .modal_body .form-group input[type="text"],
.custom_modal .modal_form .modal_body .form-group input[type="email"], .tooltip .tooltip__icon {
  font-family: "PT Sans bold", Tahoma, sans-serif; }

.bf {
  font-family: "PT Sans bold", Tahoma, sans-serif;
  color: #000; }

#fixed_cta a:before {
  font-family: "fontello";
  text-rendering: auto; }

.d-n {
  display: none; }

.d-n-i {
  display: none !important; }

#header {
  height: 60px;
  max-width: 1450px; }
  #header .row {
    height: 60px; }
  #header #logo {
    margin-bottom: 0; }
    #header #logo img {
      width: 150px; }
      @media (min-width: 992px) {
        #header #logo img {
          width: 210px; } }
  #header .right_block {
    position: static; }
    #header .right_block .mobile {
      display: none;
      cursor: pointer; }
      @media (max-width: 992px) {
        #header .right_block .mobile {
          display: block;
          height: 60px; } }
      #header .right_block .mobile img {
        display: none; }
        @media (max-width: 992px) {
          #header .right_block .mobile img {
            display: block; } }
    @media (max-width: 992px) {
      #header .right_block .top-contacts {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        text-align: left;
        background: #0038FF;
        color: #fff !important;
        padding: 10px 20px;
        width: 100%;
        z-index: 200;
        text-align: center; } }
    #header .right_block .top-contacts .close_button {
      position: absolute;
      right: 30px;
      top: 20px; }
    @media (max-width: 992px) {
      #header .right_block .top-contacts .bf {
        color: #fff !important;
        padding: 15px; } }
    #header .right_block .top-contacts.shown {
      display: block; }
    #header .right_block .top-contacts .feed {
      width: 100%; }
      @media (max-width: 992px) {
        #header .right_block .top-contacts .feed .d-flex {
          flex-wrap: wrap;
          flex-direction: column; } }
    #header .right_block .top-contacts .dropcontainer_demo3 {
      display: none; }
    #header .right_block .top-contacts .tel a {
      color: #000;
      text-decoration: none; }
      @media (max-width: 992px) {
        #header .right_block .top-contacts .tel a {
          color: #fff; } }
    #header .right_block .top-contacts .city [data-src="#city_choise"] {
      cursor: pointer; }
    #header .right_block .top-contacts .bf {
      margin: 0 10px;
      white-space: nowrap; }
      @media (max-width: 992px) {
        #header .right_block .top-contacts .bf {
          margin: 10px; } }
      #header .right_block .top-contacts .bf img {
        margin-right: 7px; }
        @media (max-width: 992px) {
          #header .right_block .top-contacts .bf img {
            display: none; } }

#page_content {
  max-width: 1450px;
  margin: 0 auto; }

.first_mon h1 {
  font-size: 70px;
  text-align: center;
  max-width: 800px;
  margin: 60px auto 60px; }
  @media (max-width: 992px) {
    .first_mon h1 {
      font-size: 46px;
      margin: 20px auto 40px; } }
  @media (max-width: 590px) {
    .first_mon h1 {
      font-size: 36px;
      margin: 20px auto 40px; } }
.first_mon .oplata .progg, .first_mon .gde_gruz .progg, .first_mon .order-control .progg {
  display: flex; }
  @media (max-width: 768px) {
    .first_mon .oplata .progg, .first_mon .gde_gruz .progg, .first_mon .order-control .progg {
      flex-direction: column; } }
  .first_mon .oplata .progg input[type="text"], .first_mon .gde_gruz .progg input[type="text"], .first_mon .order-control .progg input[type="text"] {
    border: 2px solid #5d80ff;
    height: 50px;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 15px; }
    .first_mon .oplata .progg input[type="text"]:focus, .first_mon .gde_gruz .progg input[type="text"]:focus, .first_mon .order-control .progg input[type="text"]:focus {
      outline: none; }
    .first_mon .oplata .progg input[type="text"]::placeholder, .first_mon .gde_gruz .progg input[type="text"]::placeholder, .first_mon .order-control .progg input[type="text"]::placeholder {
      color: #000;
      font-size: 16px; }
    .first_mon .oplata .progg input[type="text"]::-webkit-input-placeholder, .first_mon .gde_gruz .progg input[type="text"]::-webkit-input-placeholder, .first_mon .order-control .progg input[type="text"]::-webkit-input-placeholder {
      color: #000;
      font-size: 16px; }
    .first_mon .oplata .progg input[type="text"]::-ms-input-placeholder, .first_mon .gde_gruz .progg input[type="text"]::-ms-input-placeholder, .first_mon .order-control .progg input[type="text"]::-ms-input-placeholder {
      color: #000;
      font-size: 16px; }
    .first_mon .oplata .progg input[type="text"]:-moz-placeholder, .first_mon .gde_gruz .progg input[type="text"]:-moz-placeholder, .first_mon .order-control .progg input[type="text"]:-moz-placeholder {
      color: #000;
      opacity: 1;
      font-size: 16px; }
    .first_mon .oplata .progg input[type="text"]::-moz-placeholder, .first_mon .gde_gruz .progg input[type="text"]::-moz-placeholder, .first_mon .order-control .progg input[type="text"]::-moz-placeholder {
      color: #000;
      opacity: 1;
      font-size: 16px; }
    .first_mon .oplata .progg input[type="text"]:-ms-input-placeholder, .first_mon .gde_gruz .progg input[type="text"]:-ms-input-placeholder, .first_mon .order-control .progg input[type="text"]:-ms-input-placeholder {
      color: #000;
      font-size: 16px; }
    @media (max-width: 768px) {
      .first_mon .oplata .progg input[type="text"], .first_mon .gde_gruz .progg input[type="text"], .first_mon .order-control .progg input[type="text"] {
        width: 100%;
        flex: 0 0 100%;
        margin-right: 0; } }
  .first_mon .oplata .progg input[type="submit"], .first_mon .gde_gruz .progg input[type="submit"], .first_mon .order-control .progg input[type="submit"] {
    background: linear-gradient(270deg, #0038FF 0%, #65B5FF 98.99%);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border: 0;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    min-width: 218px;
    max-width: 40%;
    border-radius: 5px; }
    @media (max-width: 400px) {
      .first_mon .oplata .progg input[type="submit"], .first_mon .gde_gruz .progg input[type="submit"], .first_mon .order-control .progg input[type="submit"] {
        max-width: 100%; } }

.tabs {
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 25px 2px rgba(158, 158, 158, 0.25);
  -moz-box-shadow: 10px 10px 25px 2px rgba(158, 158, 158, 0.25);
  box-shadow: 10px 10px 25px 2px rgba(158, 158, 158, 0.25); }
  @media (max-width: 992px) {
    .tabs {
      flex-direction: column; } }
  .tabs .tabs__caption {
    background: #f2f2f2;
    padding: 20px 40px;
    padding: 10px 30px;
    list-style: none;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
    width: 32%; }
    @media (max-width: 992px) {
      .tabs .tabs__caption {
        width: 100%;
        text-align: left; } }
    .tabs .tabs__caption li {
      margin: 20px 0;
      cursor: pointer; }
      .tabs .tabs__caption li.active {
        color: #063FFF;
        text-decoration: underline; }
  .tabs .tabs__content {
    display: none;
    padding: 40px;
    padding: 30px;
    width: 68%;
    position: relative; }
    @media (max-width: 992px) {
      .tabs .tabs__content {
        width: 100%; } }
    .tabs .tabs__content.active {
      display: block; }

.site_menu ul {
  list-style-type: none;
  columns: 3 auto; }
  @media (max-width: 590px) {
    .site_menu ul {
      columns: 1 auto; } }
  .site_menu ul li {
    list-style-type: none;
    margin-bottom: 15px; }
    .site_menu ul li a {
      color: #000; }
      .site_menu ul li a:hover {
        color: #063FFF; }

input[type="text"], input[type="number"], textarea {
  border: 2px solid #5d80ff;
  height: 50px;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  font-size: 16px; }
  input[type="text"]:focus, input[type="number"]:focus, textarea:focus {
    outline: none; }
  input[type="text"]::placeholder, input[type="number"]::placeholder, textarea::placeholder {
    color: #888;
    font-size: 16px; }
  input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888;
    font-size: 16px; }
  input[type="text"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #888;
    font-size: 16px; }
  input[type="text"]:-moz-placeholder, input[type="number"]:-moz-placeholder, textarea:-moz-placeholder {
    color: #888;
    opacity: 1;
    font-size: 16px; }
  input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #888;
    opacity: 1;
    font-size: 16px; }
  input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888;
    font-size: 16px; }

input[type="submit"], button {
  background: linear-gradient(270deg, #0038FF 0%, #65B5FF 98.99%);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border: 0;
  height: 50px;
  border-radius: 5px; }

#form-calc {
  max-width: 400px; }
  #form-calc p {
    font-size: 24px;
    margin-bottom: 20px; }
  #form-calc input {
    width: 100%;
    margin-bottom: 10px; }
  #form-calc textarea {
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
  #form-calc #mes-button button {
    width: 100%; }

#forma {
  width: 100%;
  display: block; }
  @media (max-width: 992px) {
    #forma {
      width: 100%; } }
  #forma .d_f {
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    width: 100%;
    flex: 0 0 100%;
    position: relative; }
    @media (max-width: 992px) {
      #forma .d_f {
        flex-direction: column;
        width: 100%;
        flex: 0 0 100%; } }
    #forma .d_f select {
      border: 2px solid #5d80ff;
      height: 50px;
      padding: 10px;
      border-radius: 5px;
      display: block;
      font-size: 16px;
      width: 100%;
      flex: 0 0 100%;
      background: #fff; }
      #forma .d_f select:focus {
        outline: none; }
    #forma .d_f input {
      border: 2px solid #5d80ff;
      height: 50px;
      padding: 10px;
      border-radius: 5px;
      width: 100%;
      display: block; }
      #forma .d_f input:focus {
        outline: none; }
      #forma .d_f input::placeholder {
        color: #000;
        font-size: 16px; }
      #forma .d_f input::-webkit-input-placeholder {
        color: #000;
        font-size: 16px; }
      #forma .d_f input::-ms-input-placeholder {
        color: #000;
        font-size: 16px; }
      #forma .d_f input:-moz-placeholder {
        color: #000;
        opacity: 1;
        font-size: 16px; }
      #forma .d_f input::-moz-placeholder {
        color: #000;
        opacity: 1;
        font-size: 16px; }
      #forma .d_f input:-ms-input-placeholder {
        color: #000;
        font-size: 16px; }
    #forma .d_f .hfstr, #forma .d_f .hfstr1, #forma .d_f .hfstr2 {
      width: 48%; }
      @media (max-width: 992px) {
        #forma .d_f .hfstr, #forma .d_f .hfstr1, #forma .d_f .hfstr2 {
          width: 100%;
          flex: 0 0 100%;
          margin-right: 0; } }
    #forma .d_f .hfstr1 {
      margin-right: 4%;
      margin-bottom: 10px; }
      @media (max-width: 992px) {
        #forma .d_f .hfstr1 {
          margin-right: 0; } }
    #forma .d_f .hfstr:first-child {
      margin-bottom: 10px; }
    #forma .d_f.d_f2 {
      margin-bottom: 0; }
      #forma .d_f.d_f2 .hfstr1 {
        margin-bottom: 0;
        order: 1; }
        @media (max-width: 992px) {
          #forma .d_f.d_f2 .hfstr1 {
            order: 2; } }
      #forma .d_f.d_f2 .hfstr2 {
        order: 2;
        align-items: center; }
        @media (max-width: 992px) {
          #forma .d_f.d_f2 .hfstr2 {
            margin-top: -10px;
            order: 1; } }
    #forma .d_f .forma__input_change {
      display: flex;
      width: 4%;
      align-items: center;
      position: static; }
      @media (max-width: 992px) {
        #forma .d_f .forma__input_change {
          position: absolute;
          margin-left: 4px;
          left: 100%;
          top: 0;
          bottom: 0;
          width: 20px; } }
      #forma .d_f .forma__input_change img {
        width: 17px;
        height: 22px;
        display: block;
        margin: 0 auto;
        cursor: pointer; }
    #forma .d_f input[type="submit"] {
      background: linear-gradient(270deg, #0038FF 0%, #65B5FF 98.99%);
      color: #fff;
      font-size: 20px;
      cursor: pointer;
      border: 0;
      height: 60px; }
    #forma .d_f #calc-sum {
      height: 60px;
      line-height: 60px;
      font-size: 22px; }

.bullets_2 {
  display: flex;
  flex-direction: row;
  margin-top: 80px; }
  @media (max-width: 992px) {
    .bullets_2 {
      flex-direction: column;
      margin-top: 60px; } }
  .bullets_2 .item {
    display: block;
    flex: 0 0 14.2758%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (max-width: 1150px) {
      .bullets_2 .item {
        flex: 0 0 33.333333%;
        width: 33.333333%;
        margin-top: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 992px) {
      .bullets_2 .item {
        flex: 0 0 50%;
        width: 50%;
        margin-top: 20px;
        margin-bottom: 20px; } }
    .bullets_2 .item .img_container {
      width: 70px;
      height: 70px;
      display: block;
      margin: 0 auto; }
      .bullets_2 .item .img_container img {
        display: block;
        width: 70px;
        height: 70px; }
    .bullets_2 .item p {
      text-align: center;
      margin-top: 15px; }

.terminals {
  margin-top: 40px; }
  .terminals .item {
    margin-top: 20px; }
    .terminals .item:first-child {
      margin-top: 0; }
  .terminals h2 {
    font-size: 50px;
    margin: 60px auto 30px; }
    @media (max-width: 992px) {
      .terminals h2 {
        font-size: 30px;
        margin: 30px auto 20px; } }
  .terminals h3 {
    font-size: 20px;
    margin-bottom: 9px; }
  .terminals #map {
    margin-top: 60px;
    width: 100%;
    height: 450px; }
    @media (max-width: 992px) {
      .terminals #map {
        margin-top: 20px; } }
  .terminals [class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%); }

.services .header_block {
  margin: 0 0 20px; }
  .services .header_block h2 {
    font-size: 50px;
    margin: 60px auto 30px; }
    @media (max-width: 992px) {
      .services .header_block h2 {
        font-size: 30px;
        margin: 30px auto 20px; } }
  .services .header_block p {
    margin-bottom: 20px; }
.services h3 {
  font-size: 23px;
  margin: 0 0 19px;
  color: #063FFF; }
.services .margin_blocks .item {
  height: 100%; }
@media (max-width: 768px) {
  .services .margin_blocks {
    margin-bottom: 20px; } }
.services .item {
  border: 2px solid #C9C9C9;
  padding: 25px;
  margin-bottom: 20px; }
  .services .item:last-child {
    margin-bottom: 0; }
  .services .item p {
    margin-bottom: 15px; }
    .services .item p:last-child {
      margin-bottom: 0; }
  .services .item ul {
    padding-left: 25px;
    margin-bottom: 15px; }
    .services .item ul li {
      margin: 5px 0; }

.text_block {
  margin-bottom: 80px; }
  .text_block h2 {
    font-size: 50px;
    margin: 60px auto 50px; }
    @media (max-width: 992px) {
      .text_block h2 {
        font-size: 30px;
        margin: 30px auto 20px; } }
  .text_block .text {
    columns: auto;
    column-width: 100%;
    column-count: 2; }
    @media (max-width: 992px) {
      .text_block .text {
        column-count: 1; } }
    .text_block .text p {
      margin-bottom: 15px;
      display: inline-block; }

#city_choise {
  columns: auto;
  column-width: 100%;
  column-count: 2; }
  #city_choise ul {
    list-style: none;
    padding: 0; }
    #city_choise ul li {
      padding: 10px; }
      #city_choise ul li a {
        color: #063FFF;
        font-family: "PT Sans bold", Tahoma, sans-serif; }
        #city_choise ul li a:hover {
          color: #000;
          text-decoration: underline; }

.page_text_block {
  margin-bottom: 80px; }
  .page_text_block .text h2 {
    font-size: 26px;
    margin-bottom: 20px; }
  .page_text_block .text h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  .page_text_block .text p {
    margin-bottom: 15px;
    display: inline-block; }
  .page_text_block .text ul, .page_text_block .text ol {
    margin-top: 0;
    margin-bottom: 15px;
    display: inline-block;
    padding-left: 25px; }
  .page_text_block .text img {
    display: block;
    margin-bottom: 15px; }

#contacts {
  margin-bottom: 80px; }
  #contacts .contacts__margin_block {
    margin-top: 20px; }
  #contacts h2 {
    font-size: 23px;
    margin: 0 0 15px; }
  #contacts p {
    margin-top: 10px; }
    #contacts p span {
      display: block; }

#documents {
  margin-bottom: 80px; }
  #documents .documents_item_file {
    position: relative;
    margin-bottom: 10px; }
    #documents .documents_item_file a {
      display: inline-block;
      padding-left: 24px;
      text-decoration: underline;
      color: #000; }
      #documents .documents_item_file a:hover {
        text-decoration: none; }
      #documents .documents_item_file a:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 26px;
        top: -1px;
        left: 0;
        text-align: center;
        background: url("../img/file.png");
        background-size: cover; }
  #documents .documents_item_image {
    margin-top: 30px; }
    #documents .documents_item_image a {
      display: inline-block;
      width: 31.33333%;
      padding: 0 1%; }

.header_block {
  margin-top: 60px; }
  .header_block ul {
    list-style: none;
    padding: 0; }
    .header_block ul li {
      display: inline-block; }
      .header_block ul li:before {
        content: "- ";
        padding: 0 5px; }
      .header_block ul li:first-child:before {
        content: "";
        padding: 0; }
      .header_block ul li a {
        color: #000; }
  .header_block h1 {
    font-size: 50px;
    margin: 10px auto 20px; }
    @media (max-width: 992px) {
      .header_block h1 {
        font-size: 30px;
        margin: 10px auto 20px; } }

#fixed_cta {
  width: 40px;
  position: fixed;
  z-index: 999;
  bottom: 10px;
  right: 10px; }
  @media (min-width: 768px) {
    #fixed_cta {
      bottom: 24px;
      right: 24px; } }
  #fixed_cta a {
    background: #063FFF;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    color: #fff; }
    #fixed_cta a:last-child {
      margin-bottom: 0; }
    #fixed_cta a.icon-calc {
      position: relative;
      background: #009255;
      line-height: 48px;
      color: #fff; }
      #fixed_cta a.icon-calc:before {
        content: "";
        font-size: 22px; }
    #fixed_cta a.whatsapp {
      position: relative;
      background: #009255;
      line-height: 45px;
      color: #fff;
      font-size: 24px;
      box-sizing: border-box; }

#footer {
  background: #000;
  padding: 50px 0;
  color: #fff; }
  #footer .footer_content {
    max-width: 1450px;
    margin: 0 auto; }
    #footer .footer_content .footer_menu {
      margin-bottom: 20px; }
  #footer ul {
    list-style: none; }
  #footer a {
    display: block;
    color: #fff;
    display: inline-block; }
  #footer .contacts {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      #footer .contacts {
        margin-bottom: 0; } }
    #footer .contacts .but, #footer .contacts .custom_modal .modal_form .submit_but, .custom_modal .modal_form #footer .contacts .submit_but {
      display: inline-block;
      margin: 20px 0 0;
      padding: 14px 30px;
      font-size: 1rem;
      color: #fff; }
    #footer .contacts .copyright {
      margin-bottom: 20px; }
  #footer .social {
    margin-bottom: 20px;
    margin-left: -10px; }
    @media (min-width: 992px) {
      #footer .social {
        margin-bottom: 0; } }
    #footer .social a {
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      background: #fff;
      color: #2A1313;
      float: left;
      border-radius: 500px;
      margin: 8px;
      font-size: 1.3rem; }

.custom_modal .fancybox-content {
  padding: 30px; }
.custom_modal #modal {
  max-width: 430px; }
.custom_modal .modal_form .modal_header {
  margin-bottom: 8px; }
  .custom_modal .modal_form .modal_header p:first-child {
    font-size: 2em;
    margin-bottom: 5px; }
.custom_modal .modal_form .modal_body p {
  margin-bottom: 10px; }
.custom_modal .modal_form .modal_body .form-group {
  margin-bottom: 15px; }
  .custom_modal .modal_form .modal_body .form-group:last-child {
    margin-bottom: 0; }
  .custom_modal .modal_form .modal_body .form-group input[type="text"],
  .custom_modal .modal_form .modal_body .form-group input[type="email"] {
    display: block;
    width: 100%;
    border: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 45px;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    border: 2px solid #bcbcbc;
    font-size: 1rem; }
.custom_modal .modal_form .submit_but {
  display: inline-block;
  height: 56px;
  width: 100%;
  font-size: 1em;
  border: 0;
  margin-top: 10px; }
.custom_modal .modal_form .social {
  width: 100%;
  margin-bottom: 10px; }
  .custom_modal .modal_form .social p {
    margin-right: 10px;
    margin-bottom: 5px;
    display: block; }
  .custom_modal .modal_form .social a {
    display: inline-block;
    margin-right: 8px; }
  .custom_modal .modal_form .social .fab {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    background: #063FFF;
    color: #fff;
    border-radius: 500px;
    font-size: 1.3rem; }
    .custom_modal .modal_form .social .fab:hover {
      background: #2A1313; }
.custom_modal .modal_form .small {
  font-size: 0.8em;
  margin-top: 10px; }
  .custom_modal .modal_form .small a {
    text-decoration: underline; }
    .custom_modal .modal_form .small a:hover {
      text-decoration: none; }
.custom_modal .modal_form .errors {
  color: #FE5535; }

b, strong {
  font-family: "PT Sans bold", Tahoma, sans-serif; }

.tooltip {
  display: inline-block;
  position: relative; }
  .tooltip .tooltip__icon {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    background: #063FFF;
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 500px; }
  .tooltip .tooltip__content {
    display: none;
    position: absolute;
    top: -15px;
    left: 20px;
    max-width: 150px;
    font-size: 13px;
    line-height: 1;
    background: #fff;
    z-index: 33;
    padding: 5px;
    border: 1px solid #063FFF; }
    .tooltip .tooltip__content.shown {
      display: block; }
    .tooltip .tooltip__content:before {
      content: "";
      position: absolute;
      right: 100%;
      top: 3px;
      border-top: 5px solid transparent;
      border-right: 5px solid #063FFF;
      border-bottom: 5px solid transparent; }

.page_form_block {
  font-size: 15px;
  margin-bottom: 80px; }
  .page_form_block h2 {
    margin-top: 20px;
    margin-bottom: 15px; }
  .page_form_block input[type=text] {
    width: 100%; }
    .page_form_block input[type=text]:disabled {
      background: #f2f2f2; }

.checkbox_input {
  margin-top: 5px;
  margin-bottom: 5px; }
  .checkbox_input input[type="text"] {
    height: 35px;
    width: auto; }
  .checkbox_input input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .checkbox_input label {
    display: inline-block;
    vertical-align: middle; }
  .checkbox_input .checkbox_input__extra_input {
    margin-top: 10px;
    margin-bottom: 5px; }

.amount_input {
  margin-top: 5px; }
  .amount_input .row {
    margin-right: -5px;
    margin-left: -5px; }
    .amount_input .row div[class*='col-'] {
      padding-right: 5px;
      padding-left: 5px;
      margin-top: 5px; }
  .amount_input input {
    height: 35px; }
  .amount_input input[type="radio"] {
    height: auto; }
  .amount_input input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0; }
  .amount_input div[class*='col-'] {
    position: relative; }
  .amount_input .list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 5px;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    z-index: 10;
    max-height: 250px;
    overflow-y: scroll;
    display: none; }
    .amount_input .list.shown {
      display: block; }
    .amount_input .list div {
      cursor: pointer;
      padding: 3px 0; }
      .amount_input .list div:hover {
        background: #063FFF;
        color: #fff; }
  .amount_input .radio_text {
    display: flex;
    margin-top: 8px;
    flex-wrap: nowrap; }
    .amount_input .radio_text input {
      margin: 0; }
    .amount_input .radio_text input[type="checkbox"] {
      margin-right: 8px; }

.send_letter {
  margin-top: 20px; }
  .send_letter .b_1, .send_letter .b_2 {
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px; }
    @media (min-width: 576px) {
      .send_letter .b_1, .send_letter .b_2 {
        width: auto; } }
  .send_letter .b_1 {
    margin-right: 0;
    background: linear-gradient(175deg, #0038FF 0%, #65B5FF 100%); }
    @media (min-width: 576px) {
      .send_letter .b_1 {
        margin-right: 10px; } }
  .send_letter .b_2 {
    background: #c8c8c8;
    color: #000;
    margin-top: 15px; }
    @media (min-width: 576px) {
      .send_letter .b_2 {
        margin-top: 0; } }

input[type="checkbox"], input[type="radio"] {
  cursor: pointer; }

.radio_input.header {
  margin-bottom: 10px;
  margin-top: 15px; }
.radio_input .radio_input__radio_text {
  display: flex; }
  .radio_input .radio_input__radio_text input[type="checkbox"] {
    margin: 0 10px 0 0; }

.tabs_delivery input[type="text"] {
  height: 35px; }
.tabs_delivery select {
  border: 2px solid #5d80ff;
  height: 35px;
  padding: 5px;
  border-radius: 5px;
  display: block;
  font-size: 16px;
  width: 100%;
  flex: 0 0 100%;
  background: #fff; }
  .tabs_delivery select:focus {
    outline: none; }
.tabs_delivery .tabs_delivery__caption input[type="radio"] {
  cursor: pointer; }
.tabs_delivery .tabs_delivery__caption label {
  display: block;
  margin-top: 5px; }
.tabs_delivery .tabs_delivery__v1, .tabs_delivery .tabs_delivery__v2 {
  margin-top: 5px;
  display: none; }
.tabs_delivery .tabs_delivery__v1.shown, .tabs_delivery .tabs_delivery__v2.shown {
  display: block; }
.tabs_delivery .tabs_delivery__v2 {
  margin-top: 5px; }
  .tabs_delivery .tabs_delivery__v2 input {
    margin-top: 5px; }
  .tabs_delivery .tabs_delivery__v2 .row {
    margin-right: -5px;
    margin-left: -5px; }
    .tabs_delivery .tabs_delivery__v2 .row div[class*='col-'] {
      padding-right: 5px;
      padding-left: 5px;
      margin-top: 5px; }

.checkbox_input .checkbox_input__extra_input {
  display: none; }
  .checkbox_input .checkbox_input__extra_input .row {
    margin-right: -5px;
    margin-left: -5px; }
    .checkbox_input .checkbox_input__extra_input .row div[class*='col-'] {
      padding-right: 5px;
      padding-left: 5px;
      margin-top: 5px; }
  .checkbox_input .checkbox_input__extra_input.shown {
    display: flex; }
  .checkbox_input .checkbox_input__extra_input input[type="text"] {
    height: 35px;
    width: 100%; }
  .checkbox_input .checkbox_input__extra_input select {
    border: 2px solid #5d80ff;
    height: 35px;
    padding: 5px;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    width: 100%;
    flex: 0 0 100%;
    background: #fff; }
    .checkbox_input .checkbox_input__extra_input select:focus {
      outline: none; }
  .checkbox_input .checkbox_input__extra_input button {
    color: #000;
    background: #c8c8c8;
    height: 35px;
    font-family: "PT Sans";
    font-size: 14px;
    width: 100%; }

.add_third_face {
  display: none;
  margin-top: 5px; }
  .add_third_face.shown {
    display: flex; }
  .add_third_face input[type="text"] {
    border-radius: 5px 0 0 5px;
    margin-right: 0 !important;
    border-right: 0;
    width: 100% !important; }
  .add_third_face button {
    height: 35px;
    width: 35px;
    border-radius: 0;
    background: #fff;
    border: 2px solid #5d80ff;
    border-right: 0; }
    .add_third_face button:last-child {
      border-radius: 0 5px 5px 0;
      border-right: 2px solid #5d80ff; }
    .add_third_face button.b_1 {
      background: url("../img/but/new.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .add_third_face button.b_2 {
      background: url("../img/but/edit.png");
      background-position: center center;
      background-repeat: no-repeat; }
    .add_third_face button.b_3 {
      background: url("../img/but/clear.png");
      background-position: center center;
      background-repeat: no-repeat; }

.modal_window__form {
  padding: 20px;
  font-size: 15px;
  min-width: 320px;
  background: #fff;
  box-shadow: none; }
  .modal_window__form form {
    box-shadow: none; }
    .modal_window__form form .item {
      margin-top: 10px; }
    .modal_window__form form input[type="text"] {
      height: 35px;
      width: 100%; }
    .modal_window__form form button {
      font-size: 14px;
      height: 40px;
      width: 100%;
      padding-right: 10px;
      padding-left: 10px;
      background: linear-gradient(175deg, #0038FF 0%, #65B5FF 100%); }

#text_warning .fancybox-close-small, #add_third_face .fancybox-close-small {
  padding: 0; }
  #text_warning .fancybox-close-small.fancybox-button, #add_third_face .fancybox-close-small.fancybox-button {
    height: 28px;
    width: 28px; }

.tabs_2 {
  box-shadow: none;
  display: block; }
  .tabs_2 .tabs_caption {
    display: flex;
    list-style-type: none;
    height: auto; }
    .tabs_2 .tabs_caption li {
      cursor: pointer;
      height: 30px;
      line-height: 30px;
      text-align: center;
      background: #f2f2f2;
      width: 100%;
      margin-right: 10px; }
      .tabs_2 .tabs_caption li:last-child {
        margin-right: 0; }
      .tabs_2 .tabs_caption li.active {
        background: linear-gradient(175deg, #0038FF 0%, #65B5FF 100%);
        color: #fff; }
  .tabs_2 .tabs_content {
    display: none; }
    .tabs_2 .tabs_content.active {
      display: block; }

/*# sourceMappingURL=style.css.map */
