@charset "UTF-8";
@import url(libs/bootstrap.min.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

@font-face {
  font-family: 'RobotoBold';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'RobotoLight';
  src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

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;
  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 * {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          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;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .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;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .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;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  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--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 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;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  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-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--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  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;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.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;
  -webkit-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .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 {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.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;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .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-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.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;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .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 {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          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;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          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;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-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; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
          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;
  -webkit-border-radius: 3px;
          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;
  -webkit-transition: all .2s;
  transition: all .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;
  -webkit-border-radius: 0;
          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: rgba(0, 0, 0, 0);
  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;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          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: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

body {
  background-color: #fff;
  font-family: Arial, sans-serif; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%; }

b {
  font-weight: 600; }

.container {
  max-width: 960px; }

.h2 {
  width: 100%;
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400; }
  .h2 b {
    width: 100%;
    font-weight: 500; }

.paragraph {
  color: #000;
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.3; }

.text_regular {
  font-family: "Roboto", Arial, sans-serif; }

.text_blue {
  color: #0756a5;
  font-weight: 600; }

.text_red {
  color: #ea0000;
  font-weight: 600; }

.underline {
  text-decoration: underline; }

.no-mb {
  margin-bottom: 0; }

.list__item {
  position: relative;
  color: #000;
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 27px;
  margin-bottom: 22px;
  line-height: 1.3; }
  .list__item:last-child {
    margin-bottom: 0; }
  .list__item:after {
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #659acf;
    content: ""; }

.list__item a {
  color: #000;
  text-decoration: underline; }
  .list__item a:hover {
    text-decoration: none; }

.autor {
  margin: 50px 0 0 0; }
  .autor a {
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.3;
    color: #000;
    text-decoration: underline; }
  .autor a:hover {
    color: #979797;
    text-decoration: none; }

.date {
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 14px;
  color: #575757; }

.slider .slick-dots {
  position: absolute;
  bottom: -20px;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .slider .slick-dots li {
    margin: 0 3px;
    background-color: #DDDCDA;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 10px;
    height: 10px; }
  .slider .slick-dots button {
    position: relative;
    background-color: #DDDCDA;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 10px;
    height: 10px;
    outline: none;
    content: ""; }
    .slider .slick-dots button:before {
      content: ""; }
  .slider .slick-dots .slick-active button {
    background-color: #3285DB; }

@media screen and (max-width: 990px) {
  .h2 {
    margin-bottom: 25px; }
  .content-block {
    padding: 30px 0; } }

@media screen and (max-width: 767px) {
  .h2 {
    text-align: center; }
  .content-block-image {
    margin-bottom: 28px;
    text-align: center; }
  .list-wrap {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 60px; }
    .list-wrap:last-child {
      margin-bottom: 30px; }
  .list-heading {
    margin-bottom: 10px; }
  .list__item {
    margin-bottom: 20px; } }

@media screen and (max-width: 599px) {
  .h1 {
    padding: 0 10px; }
  .diplom-table-wrap {
    margin-top: 50px; } }

@media screen and (max-width: 479px) {
  .list-wrap:last-child {
    margin-bottom: 15px; }
  .table-link {
    height: 70px;
    padding: 0 3px; } }

.video-block {
  padding: 27px 0;
  background-color: #f4f4f4; }

.video-block iframe {
  display: block;
  width: 100%;
  max-width: 375px;
  height: 211px;
  margin: 0 auto; }

.video-block__paragraph {
  margin-bottom: 0; }
  .video-block__paragraph:last-child {
    margin-top: 20px; }

@media screen and (max-width: 767px) {
  .video-block__video {
    margin-bottom: 20px; }
  .video-block iframe {
    width: 100%;
    max-width: none; } }

.partners {
  padding: 20px 0 45px 0;
  background-color: #e9e9e9; }
  .partners .h2 {
    margin-bottom: 30px; }

.partners__item {
  text-align: center; }
  .partners__item img {
    margin-bottom: 15px;
    width: 100%; }
  .partners__item span {
    color: #000000;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline; }
  .partners__item a:hover span {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  .partners {
    padding: 25px 0 35px 0; }
  .partners__item {
    width: 256px;
    margin: 0 auto 55px auto;
    padding: 0; }
    .partners__item img {
      max-width: 212px; } }

.black-list-wrap {
  padding: 22px 0 75px 0; }

.black-list__text_top {
  margin-bottom: 57px; }

.black-list .h2 {
  margin-bottom: 14px; }

.black-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 7px; }
  .black-list__item:last-child {
    margin-bottom: 10px; }

.black-list__number {
  display: inline-block;
  width: 22px;
  margin-right: 4px;
  margin-bottom: 0; }

.black-list__text {
  color: #000;
  display: inline-block;
  margin-bottom: 0;
  position: relative; }
  .black-list__text:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #000;
    content: ""; }

.black-list__text:hover {
  color: #000; }
  .black-list__text:hover:before {
    display: none; }

.black-content {
  padding: 22px 0 50px 0; }

.black-content_top {
  margin-bottom: 54px; }
  .black-content_top ul {
    margin-bottom: 20px; }
  .black-content_top li {
    margin-bottom: 3px; }
    .black-content_top li:last-child {
      margin-bottom: 0; }

.black-content-image {
  margin-bottom: 16px; }
  .black-content-image:last-child {
    margin-bottom: 0; }
  .black-content-image img {
    max-width: 230px; }

@media screen and (max-width: 768px) {
  .black-list__text_top {
    margin-bottom: 44px; }
  .black-list .h2 {
    margin-bottom: 20px;
    text-align: left; }
  .black-list__text {
    max-width: -webkit-calc(100% - 25px);
    max-width: calc(100% - 25px);
    margin-left: 0; }
    .black-list__text:before {
      width: 100%;
      height: 1px;
      position: absolute;
      bottom: 0px;
      left: 0;
      background-color: #000;
      content: ""; } }

.samples {
  padding: 60px 0 150px 0; }
  .samples .container {
    overflow: hidden; }
  .samples a {
    display: inline-block;
    width: 100%; }
  .samples .h2 {
    margin-bottom: 0;
    text-align: left; }
  .samples__text {
    line-height: 1.4;
    color: #7d7d7d;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px; }

.samples-block-1 {
  margin-bottom: 95px; }

.samples-slider {
  margin-top: 14px; }
  .samples-slider li {
    margin-bottom: 32px; }
  .samples-slider .no-mb {
    margin-bottom: 0; }
  .samples-slider img {
    width: 100%; }

@media screen and (max-width: 676px) {
  .samples__heading {
    text-align: left; }
  .samples-slider li {
    margin-bottom: 0; } }

.head {
  position: relative;
  padding-bottom: 50px; }
  .head .container {
    position: relative; }

.header {
  height: 28px;
  background-color: #959ea8;
  z-index: 2; }

.nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.mobile-contact {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  display: none; }
  .mobile-contact li {
    border-bottom: 1px solid #999; }
  .mobile-contact a {
    display: inline-block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    padding: 16px; }
  .mobile-contact i {
    color: #fff;
    margin-right: 10px; }

.header__nav ul {
  width: 100%;
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.header__nav li {
  margin-right: 17px; }
  .header__nav li:last-child {
    margin-right: 0; }

.header__nav a {
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 13px; }
  .header__nav a:hover {
    color: #e2e2e2; }

.head-middle {
  padding: 30px 0; }

.head-middle_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.head-middle_right {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
		  
.header-attent {
  display: none;   /*  блок Объявление вкл/выкл */
  top: 0;
  left: 0;
  right: 0;
  background-color: #df560a;
  height: 40px;
  z-index: 2; }	

#zakaz-oformlen-attent {
  display: none;  /*  блок Объявление вкл/выкл */
}
  
		  
.attention-top-row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 15px 0px 15px;
	background-color: #df560a;
	/* background-color: #172243; */
	z-index: 29;}

.attention-top-row.title {
	margin: 0;
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border: none;
	text-align: center;}		  

.logo {
  padding-left: 0; }

.lang__stick {
  position: relative; }
  .lang__stick:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 50px;
    background-color: #E0E0E0;
    content: ""; }

.lang__title {
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 13px;
  color: #978888;
  margin-bottom: 7px; }

.lang__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.lang__item {
  margin-right: 4px; }
  .lang__item:last-child {
    margin-right: 0; }

.header__contact {
  max-width: 210px;
  margin-right: 39px; }

.contact_top, .contact_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .contact_top a, .contact_bottom a {
    text-decoration: none;
    color: inherit; }

.contact_top {
  margin-bottom: 7px; }

.contact_bottom {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.contact__item {
  color: #fff;
  font-size: 14px;
  margin-right: 4px; }
  .contact__item:last-child {
    margin-right: 0; }

.contact__phone {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  font-family: "Roboto", Arial, sans-serif; }

.contact__phone_small {
  color: #7c7977;
  font-size: 16px;
  margin: 0 10px; }

.head__order {
  width: 152px;
  line-height: 36px;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  text-align: center;
  background-color: #4caf50;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #3A873D;
  border-right: 2px solid #3A873D; }
  .head__order:hover {
    color: #fff;
    border-color: #338637;
    background-color: #338637; }

.head-bottom {
  background-color: #0756a5;
  margin-bottom: 10px; }

.nav_bottom {
  padding: 0;
  margin: 0 auto; }
  .nav_bottom ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #0756a5; }
  .nav_bottom li {
    border-right: 1px solid #3D7BB9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 60px; }
    .nav_bottom li:hover {
      background-color: #044B92;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .nav_bottom li:hover .header__nav_bottom a {
      color: #E5BBAD; }
    .nav_bottom li:last-child {
      border-right: 0; }
  .nav_bottom a {
    padding: 0 12px;
    display: inline-block;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 600; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: right;
  clear: both;
  margin-bottom: 40px; }
  .social li {
    cursor: pointer; }
  .social i {
    color: #ABABAB;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .social i:hover {
      color: #0756A5; }

.social_mob li {
  margin-right: 23px; }
  .social_mob li:last-child {
    margin-right: 0; }

.h1 {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 -30px; }

.nav-mobile {
  display: none; }

.nav-mobile-list {
  display: none;
  width: 100%; }
  .nav-mobile-list a {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative; }
  .nav-mobile-list li {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #3D7BB9;
    background-color: #0756A5;
    color: #fff;
    font-weight: 600;
    font-size: 20px; }

.hamburger {
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #3D7BB9;
  background-color: #0756A5;
  color: #fff;
  font-weight: 600;
  font-size: 20px; }

.nav-mobile__flag {
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 23px; }

@media screen and (max-width: 990px) {
  .head .row {
    margin-left: 0;
    margin-right: 0; }
  .head-middle {
    padding: 20px 0px; }
  .head-middle_right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .head-middle_left {
    padding: 0px; }
  .header__contact {
    margin-left: 0; }
  .nav_bottom a {
    padding: 0 5px;
    font-size: 14px; }
  .h1 {
    margin: 0; } }

@media screen and (max-width: 767px) {
  .head {
    padding-bottom: 30px; }
  .logo {
    text-align: center;
    padding: 0;
    margin-bottom: 24px; }
  .logo img {
    width: 315px; }
  .h1 {
    margin-top: 30px; }
  .hamburger {
    display: block; }
  .header {
    display: none; }
  .head-middle_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__contact {
    margin-right: 0;
    margin-bottom: 20px; }
  .contact_top {
    margin-bottom: 5px; }
  .contact_bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav_bottom {
    display: none; }
  .head-middle__container {
    margin: 0 0 17px 0; }
  .head-middle_left {
    margin: 0 auto; }
  .lang {
    display: none; }
  .nav-mobile {
    display: block; }
  .social {
    display: none; }
  .social_mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
    margin-bottom: 0;
    padding-right: 15px; } }

@media screen and (max-width: 599px) {
  .header {
    position: static; }
    .header .container {
      padding-left: 15px;
      padding-right: 15px; }
  .head-middle {
    padding: 20px 0; } }

/*END__HEAD*/
.numbers {
  background-color: #efefef;
  padding: 19px 0 58px 0; }

.numbers__heading {
  color: #000000;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 15px; }

.numbers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative; }
  .numbers-list:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: ""; }

.numbers-list__checkbox {
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.numbers-list__item {
  position: relative;
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .numbers-list__item:nth-child(4n) {
    border-right: 0; }
  .numbers-list__item:hover {
    background-color: #F4FAFF;
    z-index: 2;
	transform: scale(1.05);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2); }
  .numbers-list__item_active {
    background-color: #cde5fd; }

.numbers-list__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 120px;
  width: 100%; }

.numbers-list__heading {
  min-height: 70px;
  color: #414141;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5px; }

.numbers-list__size {
  position: relative;
  color: #7d7d7d;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  height: 28px;
  margin-bottom: 22px; }
  .numbers-list__size p {
    margin-bottom: 5px; }
  .numbers-list__size a {
    position: absolute;
    top: 0;
    right: 0;
    height: 12px;
    color: #0756a5;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: underline; }
    .numbers-list__size a:hover {
      text-decoration: none; }

.numbers-list__order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #777777;
  height: 36px; }
  .numbers-list__order a {
    display: inline-block;
    width: 83px;
    line-height: 32px;
    background-color: #4caf50;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #4caf50;
    border-top: 2px solid rgba(255, 255, 255, 0.4);
    border-left: 2px solid rgba(255, 255, 255, 0.4);
    border-bottom: 2px solid #3A873D;
    border-right: 2px solid #3A873D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .numbers-list__order a:hover {
      border-color: #338637;
      background-color: #338637; }

.numbers-list__price span {
  margin-left: 10px;
  color: #000;
  font-weight: bold; }

@media screen and (max-width: 900px) {
  .numbers-list__item {
    width: 33.3%;
    border-right: 1px solid #CECECE; }
    .numbers-list__item:nth-child(4n) {
      border-right: 1px solid #CECECE; }
    .numbers-list__item:nth-child(3n) {
      border-right: 0; } }

@media screen and (max-width: 670px) {
  .numbers .container {
    padding: 0; }
  .numbers__heading {
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .numbers-list__item {
    width: 50%;
    border-right: 1px solid #CECECE; }
    .numbers-list__item:nth-child(3n) {
      border-right: 1px solid #CECECE; }
    .numbers-list__item:nth-child(2n) {
      border-right: 0; } }

@media screen and (max-width: 480px) {
  .numbers-list__item {
    min-height: 300px;
    padding: 15px; }
  .numbers-list__image {
    height: 100px; }
  .numbers-list__heading {
    height: 51px;
    font-size: 14px; }
  .numbers-list__order {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto; }
  .numbers-list__size {
    margin-bottom: 10px; }
  .numbers-list__price {
    margin-bottom: 5px;
    height: 36px; } }

.flip-scroll tr {
  border-bottom: 1px dotted #b8b8b8; }

.flip-scroll th {
  padding: 18px 0;
  border-top: 1px dotted #b8b8b8;
  border-bottom: 1px dotted #b8b8b8;
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 14px;
  vertical-align: middle; }
  .flip-scroll th:first-child {
    padding-left: 0; }

.flip-scroll td {
  padding: 10px 0 5px 0;
  color: #000;
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 14px;
  vertical-align: middle; }
  .flip-scroll td:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

.flip-scroll__row {
  padding: 8px 0; }
  .flip-scroll__row:hover {
    background-color: #dddddd; }

.flip-scroll img {
  max-width: 125px; }

.flip-scroll p {
  max-width: 145px;
  text-align: center; }

.flip-scroll .long {
  width: 14.51613%;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .flip-scroll .long_big {
    font-size: 16px; }

.flip-scroll .numeric {
  padding: 0 25px; }

.flip-scroll .center-cotent {
  text-align: center; }

.region-table {
  padding: 20px 0 30px 0; }
  .region-table th {
    padding: 10px 20px 5px 20px;
    font-weight: 500; }
  .region-table__heading {
    margin-bottom: 27px; }
  .region-table td {
    width: 130px; }
  .region-table .long {
    width: 187px;
    padding-right: 0; }
  .region-table .flip-scroll__row {
    cursor: default; }
  .region-table .numeric {
    padding: 0 10px; }
  .region-table img {
    margin: 8px 0; }

.diplom-table-wrap {
  margin-top: 54px; }
  .diplom-table-wrap .h2 {
    font-size: 17px;
    margin-bottom: 20px; }

.diplom-table {
  width: 100%; }
  .diplom-table thead {
    border-top: 1px dotted #b8b8b8;
    border-bottom: 1px dotted #b8b8b8; }
  .diplom-table tr {
    border-bottom: 1px dotted #b8b8b8; }
  .diplom-table th {
    padding: 10px 0;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.8; }
  .diplom-table td {
    padding: 8px 0;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle; }
  .diplom-table__row:hover {
    background-color: #dddddd; }
  .diplom-table .column_1 {
    width: 50px;
    text-align: center; }
  .diplom-table .column_2 {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .diplom-table .code {
    font-weight: 700; }

@media screen and (max-width: 940px) {
  .flip-scroll {
    margin-top: 40px; }
    .flip-scroll .container {
      overflow-x: scroll; }
    .flip-scroll table {
      width: 100%; }
    .flip-scroll td, .flip-scroll th {
      border-collapse: collapse; }
    .flip-scroll .numeric {
      padding: 0 12px; } }

.links {
  padding: 42px 0 50px 0;
  background-color: #2e78c2; }
  .links .h2 {
    color: #fff;
    margin-bottom: 35px;
    text-align: center; }

.links-link-list li {
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center; }
  .links-link-list li:last-child {
    margin-bottom: 0; }

.links-link-list p {
  padding-left: 24px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  position: relative; }
  .links-link-list p:before {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 6px;
    left: 0;
    content: ""; }

.links-link-list a {
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline; }
  .links-link-list a:hover {
    text-decoration: none; }

.text-block {
  padding: 39px 0 70px 0; }

.text-block__heading {
  margin-top: 7px;
  margin-bottom: 40px; }

.text-block__image img {
  display: block;
  margin: 0 auto; }

.text-block-list {
  margin: 36px 0 28px 0; }

.text-block__slider {
  margin-top: 40px; }
  .text-block__slider li {
    margin-bottom: 30px; }
  .text-block__slider .no-mb {
    margin-bottom: 0; }
  .text-block__slider img {
    width: 100%; }

.diplom-text-block {
  padding: 20px 0 40px 0; }

.diplom-text-block__heading {
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .text-block__image {
    margin-bottom: 50px; }
  .text-block {
    padding: 35px 0 70px 0; }
  .text-block__heading {
    margin-bottom: 30px; }
  .text-block__slider li {
    margin-bottom: 0px; } }

.types-wrap {
  padding: 22px 0; }
  .types-wrap__image {
    margin-top: 97px; }
  .types-wrap__image_mob {
    display: none;
    max-width: 290px;
    margin: 30px auto 40px auto; }
  .types-wrap__heading {
    font-size: 22px;
    margin-bottom: 70px; }

.types__heading {
  font-size: 22px;
  margin-bottom: 12px; }

.types__item {
  margin-bottom: 15px; }
  .types__item img {
    margin-bottom: 5px; }

.types__item_top {
  margin-top: 40px; }

.old-type-wrap {
  padding: 22px 0; }

.old-type-wrap__image img {
  display: block;
  margin: 0 auto; }

.old-type-wrap__heading {
  font-size: 22px;
  margin-bottom: 30px; }

.old-type {
  margin-top: 39px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .old-type li {
    width: 29%;
    text-align: center;
    margin-bottom: 32px; }
  .old-type .paragraph {
    font-size: 14px;
    max-width: 150px;
    margin: 0 auto; }

.old-type-image {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  margin-bottom: 25px; }
  .old-type-image img {
    max-width: 100%;
    max-height: 100%; }

@media screen and (max-width: 767px) {
  .types-wrap {
    padding: 22px 0; }
    .types-wrap__image {
      display: none; }
    .types-wrap__image_mob {
      display: block; } }

@media screen and (max-width: 599px) {
  .type__item img {
    display: block;
    margin: 0 auto 5px auto; }
  .old-type-wrap {
    padding: 22px 0; }
  .old-type-wrap__image img {
    max-width: 290px;
    margin-bottom: 35px; }
  .old-type-wrap__heading {
    margin-bottom: 25px; }
  .old-type {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
    .old-type li {
      width: 45%; }
  .old-type-image {
    margin-bottom: 15px; } }

.page-404 {
  padding: 20px 0 200px 0; }

.page-404__image img {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .page-404__image {
    margin-bottom: 50px; } }

.order .h2 {
  text-align: left; }

.order_top {
  padding: 19px 40px;
  background-color: #efefef; }

.order__title-wrap {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px; }
  .order__title-wrap .error {
    margin-left: 9px; }

.order-type {
  margin-bottom: 70px; }
  .order-type .numbers-list__item {
    padding-top: 50px; }
  .order-type .numbers-list__order {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .order-type .numbers-list__image {
    height: 71px; }

.order-frameworks:before {
  display: none; }

.order-frameworks .numbers-list__checkbox {
  top: 20px; }

.order-frameworks .numbers-list__image {
  height: 79px; }

.order-frameworks .numbers-list__item {
  padding-top: 55px;
  border-bottom: none; }
  .order-frameworks .numbers-list__item:last-child {
    border-right: 0; }

.order-frameworks .numbers-list__size {
  margin-bottom: 34px; }

.small-select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .small-select select {
    height: 33px;
    width: 47px;
    padding-left: 10px;
    margin-right: 19px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    position: relative; }
  .small-select .selected {
    border-color: #7b7b7b; }

.big-select select {
  width: 235px;
  padding: 15px 0 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Arial, sans-serif;
  font-size: 18px;
  border-color: #c5c6c6;
  background-color: #F9F9F9;
  font-weight: 400; }

  .big-select-radio {
    padding: 14px 0px 20px 0px;
  }

.star {
  display: inline;
  color: #ee470d;
  font-size: 30px;
  margin-left: 5px; }

.error {
  position: relative;
  display: inline-block;
  padding: 8px 11px 6px 11px;
  background-color: #C61319;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 5px;
          border-radius: 5px; }
		  
		  
label.error { display: none; }	


.radio {
  display: none; }
  .radio + label {
    position: relative;
    content: " ";
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 2px solid #a09f9c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; }
  .radio + label:before {
    opacity: 0;
    position: absolute;
    content: " ";
    width: 9px;
    height: 9px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #1655D6;
    -webkit-border-radius: 50%;
            border-radius: 50%; }
  .radio:checked + label:before {
    opacity: 1; }

.radio-2 {
      width: 19px;
      height: 19px;
      cursor: pointer;
  }    

.checkbox {
  display: none; }
  .checkbox + label {
    position: relative;
    content: " ";
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    border: 2px solid #a09f9c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer; }
  .checkbox + label:before {
    opacity: 0;
    position: absolute;
    content: " ";
    width: 18px;
    height: 18px;
    top: 0px;
    left: 0px;
    background: url(../img/check.png) no-repeat;
    -webkit-border-radius: 2px;
            border-radius: 2px; }
  .checkbox:checked + label:before {
    opacity: 1; }

.order_middle {
  padding-top: 39px;
  /* padding-bottom: 75px;*/
  background-color: #fff; }
  .order_middle .container {
    padding: 0 30px; }

.label {
  display: inline-block; }

.order__row {
  margin-bottom: 18px; }
  .order__row .h2 {
    margin-bottom: 5px; }
  .order__row b {
    font-weight: 500; }
  .order__row:last-child {
    margin-bottom: 50px; }

.order__input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .order__input-wrap .error {
    margin-left: 5px; }

.label-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.label {
  display: inline-block;
  width: auto;
  font-size: 18px; }

.input {
  display: inline-block;
  padding: 10px 0 11px 18px;
  border: 1px solid #c5c6c6;
  color: #000;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5F5F5));
  background: linear-gradient(#FFFFFF, #F5F5F5); }
  .input_long {
    width: 537px; }
  .input::-webkit-input-placeholder {
    color: #b6b6b6; }
  .input::-moz-placeholder {
    color: #b6b6b6; }
  .input:-moz-placeholder {
    color: #b6b6b6; }
  .input:-ms-input-placeholder {
    color: #b6b6b6; }

.files {
  padding-bottom: 50px; }
  .files__heading {
    padding-bottom: 2px;
	padding-top: 45px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 25px; }

.files__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.files-browse {
  margin-top: 15px; }
  .files-browse__item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .files-browse__item:last-child {
      margin-bottom: 0; }
  .files-browse__text {
    color: #000;
    word-break: break-all;
    font-size: 16px;
    font-family: "Myriad Pro", Arial, sans-serif; }
  .files-browse label {
    display: inline-block;
    padding: 6px 20px 6px 20px;
    background-color: #e1e1e1;
    border: 1px solid #c9c9c9;
    margin-right: 5px;
    font-size: 17px;
    font-family: "Myriad Pro", Arial, sans-serif; }
  .files-browse input[type='file'] {
    display: none; }

.files-browse__top {
  margin-bottom: 15px; }

.files-browse__bottom {
  cursor: pointer; }
  .files-browse__bottom svg {
    width: 21px;
    height: 21px;
    margin-right: 3px; }
  .files-browse__bottom span {
    color: #000;
    font-size: 17px;
    font-family: "Myriad Pro", Arial, sans-serif; }

.files-info {
  /*max-width: 455px;*/
  max-height: 170px;
  padding: 15px 15px 15px 20px;
  background-color: #efefef; }
  .files-info__text {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px; }
  .files-info ul {
    margin: 10px 0; }
  .files-info li {
    padding-left: 27px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    .files-info li:before {
      width: 7px;
      height: 7px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #659ACF;
      position: absolute;
      top: 6px;
      left: 0;
      content: ""; }

@media screen and (min-width: 767px) {
  .files-info {
    margin-left: 20px;
    max-width: 455px;
  }
}      

.payment {
  padding-bottom: 75px; }
  .payment__heading {
    padding-bottom: 2px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 45px; }

.deliver {
  padding-bottom: 85px; }
  .deliver__heading {
    padding-bottom: 2px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px; }

.deliver__inputs {
  margin-top: 40px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }
  .radio-wrap:last-child {
    margin-bottom: 0; }
  .radio-wrap label {
    margin-right: 24px; }

.radio-text .label {
  margin-bottom: 0; }

.radio-text span {
  display: block;
  width: 100%;
  color: #999999;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

.order_bottom {
  padding-bottom: 90px;
  position: relative; }
  .order_bottom .container {
    border-top: 1px solid #dddddd;
    position: relative;
    padding-top: 25px;
    padding-left: 30px; }
  .order_bottom .error {
    position: absolute;
    top: 5px;
    left: 30px;
    white-space: nowrap; }

    

.pay {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  padding: 20px 0;
}



.submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.submit__button {
  display: block;
  margin-right: 25px;
  width: 180px;
  line-height: 36px;
  background-color: #4caf50;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-left: 2px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid #3A873D;
  border-right: 2px solid #3A873D; }
  .submit__button:hover {
    color: #fff;
    border-color: #338637;
    background-color: #338637; }

.submit .h2 {
  max-width: 250px;
  margin-bottom: 0; }

.descript {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .descript .star {
    margin-right: 3px; }

@media screen and (max-width: 1100px) {
  .order_bottom .container {
    padding-top: 0; }
  .order_bottom .error {
    position: static;
    margin-top: 5px;
    white-space: normal; } }

@media screen and (max-width: 767px) {
  .input_long {
    width: 100%; }
  .order_top {
    padding-left: 0;
    padding-right: 0; }
    .order_top .container {
      padding: 0; }
  .order__title-wrap .error {
    margin-left: 0;
    margin-top: 8px; }
  .order_middle .container {
    padding: 0 15px; }
  .order_bottom .container {
    padding-left: 15px;
    padding-top: 15px;
   }
  .deliver__heading, .payment__heading, .files__heading {
    padding-bottom: 7px; }
  .files {
    padding-bottom: 90px; }
    .files__content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .files-browse {
    margin: 34px 0; }
  .order__input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .order__input-wrap .error {
      margin-left: 0;
      margin-top: 8px; }
  .radio-wrap {
    padding-left: 0; }
    .radio-wrap label.radio-text {
      margin-right: 0; }
  .submit {
    /* margin-bottom: 26px; */ } }

@media screen and (max-width: 500px) {
  .radio-wrap label.radio-text {
    margin-right: 0;
    max-width: 300px; }
  .submit__button {
    margin-right: 15px; }
  .submit .h2 {
    max-width: 160px;
    margin-bottom: 0;
    text-align: center; } }

@media screen and (max-width: 360px) {
  .radio-wrap label.radio-text {
    max-width: 220px; }
  .submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .submit__button {
    margin-right: 0;
    margin-bottom: 5px;
   }
  .submit .h2 {
    max-width: 230px;
    /*text-align: left;*/ } }

.news-list {
  padding: 22px 0; }
  .news-list .h2 {
    margin-bottom: 7px; }
  .news-list a {
    color: #000;
    font-weight: 600;
    text-decoration: underline; }
    .news-list a:hover {
      text-decoration: none; }
  .news-list .date {
    margin-bottom: 22px; }
  .news-list .paragraph {
    margin-bottom: 0;
    line-height: 1.1; }
  .news-list__image img {
    width: 100%;
    display: block;
    margin: 0 auto; }

.news-list__item {
  margin-bottom: 68px; }
  .news-list__item:last-child {
    margin-bottom: 0; }

.news-content {
  padding: 22px 0; }
  .news-content .date {
    margin-bottom: 20px; }
  .news-content__image img {
    width: 100%;
    display: block;
    margin: 0 auto; }

@media screen and (max-width: 767px) {
  .news-list .h2, .news-content .h2 {
    text-align: left; }
  .news-list__image, .news-content__image {
    margin-bottom: 17px; }
  .news-list__image img {
    max-width: 210px; }
  .news-list__item {
    margin-bottom: 70px; } }

.thank-you {
  padding: 20px 0 50px 0; }

.thank-you__image img {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 767px) {
  .page-404__image {
    margin-bottom: 50px; }
  .thank-you__image {
    margin-bottom: 40px; } }

.deliver-block .h2 {
  margin-bottom: 15px; }

.deliver-block__image img {
  display: block;
  margin: 0 auto; }

.deliver-block__map {
  width: 100%;
  margin-top: 42px; }

.deliver-block-list .list__item {
  margin-bottom: 15px; }
  .deliver-block-list .list__item:last-child {
    margin-bottom: 0; }
  .deliver-block-list .list__item:after {
    left: 4px; }

.deliver-block {
  margin-bottom: 100px; }

@media screen and (max-width: 767px) {
  .deliver-block .h2 {
    margin-bottom: 25px; }
  .deliver-block__image img {
    margin-bottom: 35px; }
  .deliver-block__map {
    margin-top: 20px; }
  .deliver-block {
    margin-bottom: 50px; } }

.contact-block {
  padding: 22px 0; }
  .contact-block .h2 {
    margin-bottom: 14px; }
  .contact-block h2.contact-block__heading_top {
    margin-bottom: 48px; }
  .contact-block .paragraph {
    margin-bottom: 0;
    line-height: 1.2; }
  .contact-block .paragraph_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .contact-block a {
    color: #000; }
  .contact-block__icon {
    width: 20px;
    height: 20px;
    margin-left: 4px; }
    .contact-block__icon_ml {
      margin-left: 10px; }

.contact-block__row_top {
  margin-bottom: 72px; }

.contact-block__row_bottom {
  margin-bottom: 20px; }

.contact-block__map {
  width: 100%; }

@media screen and (max-width: 767px) {
  .contact-block .paragraph {
    text-align: center; }
  .contact-block .paragraph_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .contact-block__item {
    margin-bottom: 50px; }
  .contact-block__item_nomb {
    margin-bottom: 0; }
  .contact-block__row_top {
    margin-bottom: 40px; } }

.sertificates {
  padding: 40px 0 70px 0; }
  .sertificates .h2 {
    text-align: center;
    margin-bottom: 40px; }
  .sertificates img {
    max-width: 170px; }

@media screen and (max-width: 767px) {
  .sertificates img {
    margin: 0 auto; } }

.region {
  padding: 60px 0 114px 0; }
  .region .h2 {
    margin-bottom: 27px; }

.city-link-list li {
  margin-bottom: 5px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .city-link-list li:before {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #659ACF;
    position: absolute;
    top: 6px;
    left: 0;
    content: ""; }
  .city-link-list li:last-child {
    margin-bottom: 0; }

.city-link-list a {
  color: #000;
  font-family: "RobotoLight", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: underline; }
  .city-link-list a:hover {
    text-decoration: none; }

.no-padding-right {
  padding-right: 0; }

@media screen and (max-width: 767px) {
  .ukraine-order {
    padding-bottom: 85px; } }

.footer {
  padding: 21px 0 26px 0;
  background-color: #E9E9E9;
  position: relative;
  overflow: hidden; }
  .footer__logo {
    margin-bottom: 25px;
    width: 204px; }
  .footer__copy {
    color: #000;
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase; }

.footer-block_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: static; }

.footer-contact {
  margin-bottom: 30px; }
  .footer-contact li {
    margin-bottom: 20px;
    text-align: left; }
    .footer-contact li:last-child {
      margin-bottom: 0; }
  .footer-contact a, .footer-contact p {
    display: block;
    text-align: right;
    color: #000;
    font-family: "RobotoLight", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px; }
  .footer-contact .underline:hover {
    text-decoration: none; }

.footer__loc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .footer__loc img {
    margin-right: 10px; }

.footer-link-list {
  margin-bottom: 25px; }
  .footer-link-list:last-child {
    margin-bottom: 0; }
  .footer-link-list li {
    padding-left: 0;
    margin-bottom: 3px; }
    .footer-link-list li:before {
      display: none; }
  .footer-link-list a {
    font-size: 14px; }

@media screen and (max-width: 768px) {
  .footer-block_2 {
    margin-top: 23px; }
  .footer__copy {
    position: absolute;
    right: 15px;
    bottom: 30px; }
  .decore-image {
    width: 200%;
    max-width: 200%; }
  .footer__loc img {
    margin-right: 5px; } }


.content-block {
    padding: 20px 0px 44px 0px;
}
  
.content-block__heading {
    margin-bottom: 20px;
}

.content-block .list__item {
    position: relative;
    padding-left: 27px;
    margin-bottom: 9px;

}
.content-block .list__item:last-child {
    margin-bottom: 0px;  
}

.content-block .list__link {
    color: #0756a5;
    font-size: 15px;
}

.docs__image {
  width: 100%; }
  .docs__image_1 {
    margin-bottom: 75px; }
  .docs__image_mob {
    display: none;
    margin: 0 auto; }
    .docs__image_mob_1 {
      margin-bottom: 50px; }
	  
	  

@media screen and (max-width: 768px) {
    .content-block {
        padding-top: 25px;
    }
	.docs__image {
      width: 100%; }
    .docs__image_mob {
      display: block; }
    .docs__image_1, .docs__image_2 {
      display: none; }

}


.thx-block-zakaz {
  display: block;
  background: #cce5ff;
  border-radius: 10px;
  border: solid 2px #a9bed3;
  padding: 15px;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  margin-bottom: 30px;
}

.thx-block-zakaz-name {
  margin-bottom: 4px;
  /* font-weight: bold; */
  background: #badbfd;
  border-radius: 5px;
  padding: 7px;
}

.thx-block-zakaz-res {
  font-weight: bold;
  margin-bottom: 7px;
  padding: 7px;
  line-height: 17px;
}


#uploadProgress {
  position: fixed; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  display: flex;
  justify-content: center; 
  align-items: center; 
  z-index: 1000; 
}

.loader, #progressBarContainer {
  position: absolute; 
}

.loader {
  border: 16px solid #f3f3f300; 
  border-radius: 50%;
  border-top: 16px solid #3498db; 
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#progressBarContainer {
  width: 60%; 
  background-color: #ddd;
  height: 15px; 
  margin-top: 160px; 
}

#progressBar {
  height: 100%;
  background-color: #3498db;
  text-align: center;
  line-height: 15px; 
  color: white;
  width: 0%; 
}

#progressBarInfo {
  width: 90%;
  height: 15px;
  margin-top: 210px;
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-family: "Myriad Pro", Arial, sans-serif;
  color: #ffffff;
}


#imagePreview img {
  max-width: 100%; /* или другой размер, который вам подходит */
  height: auto;
  margin-top: 10px;
}


#label-add-docs {
  color: #000;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}


.copyable {
  cursor: pointer;
  color: #0074c9;
  margin: 2px;
}