@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

:root {
  --sp: url('../images/sprite0750.png?a6df6bf8');
  --ss: url('../images/sprite6cc0.svg?42fba7df');
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  min-height: 100vh;
}

a,
body {
  color: #00204c;
}

body {
  margin: 0;
  min-width: 320px;
  background: #fff;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input[type='email'],
input[type='text'],
textarea {
  box-shadow: none;
  border-radius: 0;
}

input[type='email']::-ms-clear,
input[type='text']::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input[type='password']::-ms-reveal {
  display: none;
}

details,
menu {
  display: block;
}

[hidden],
template {
  display: none;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(fonts/ProximaNova-Regular.woff2) format('woff2'),
    url(fonts/ProximaNova-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(fonts/ProximaNova-Semibold.woff2) format('woff2'),
    url(fonts/ProximaNova-Semibold.woff) format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(fonts/ProximaNova-Bold.woff2) format('woff2'),
    url(fonts/ProximaNova-Bold.woff) format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNova';
  src: url(fonts/ProximaNova-Extrabld.woff2) format('woff2'),
    url(fonts/ProximaNova-Extrabld.woff) format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNovaCond';
  src: url(fonts/ProximaNovaCond-Regular.woff2) format('woff2'),
    url(fonts/ProximaNovaCond-Regular.woff) format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ProximaNovaCond';
  src: url(fonts/ProximaNovaCond-Bold.woff2) format('woff2'),
    url(fonts/ProximaNovaCond-Bold.woff) format('woff');
  font-weight: 700;
  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;
  height: 100%;
  left: 0;
  outline: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar {
  opacity: 0;
  position: absolute;
  z-index: 99997;
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
}

.fancybox-caption {
  opacity: 0;
  position: absolute;
}

.fancybox-navigation .fancybox-button {
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  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;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

@media (max-width: 767px) {
  .fancybox-slide--html {
    padding: 0 !important;
  }
}

.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-image,
.fancybox-slide--image .fancybox-content,
.fancybox-spaceball {
  background: 0 0;
  left: 0;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: visible;
  transform-origin: top left;
  transition-property: transform, opacity;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  border: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.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;
}

.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;
  color: #ccc;
}

.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.datepicker--time-row input[type='range']:focus,
.fancybox-button:focus {
  outline: 0;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}

.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--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #005fad;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: 0 0;
  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-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;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  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);
}

.fancybox-caption {
  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%,
    transparent 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px;
  }
}

.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;
}

.fancybox-loading {
  animation: rotate 0.5s linear infinite;
  background: 0 0;
  border-top: 3px solid #fc0;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

@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;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}

.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;
}

.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;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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: 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 {
  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: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 2px solid #005fad;
  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;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after,
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-,
.datepicker--cell.-current-.-in-range- {
  color: #005fad;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-current-.-focus-,
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: 0;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #005fad;
}

.datepicker--cell.-selected-.-focus- {
  background: #005fad;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #005fad;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99993;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.-only-timepicker- .datepicker--content,
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action,
.datepicker--nav-title {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #00204c;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade-,
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #00204c;
}

.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: 0 0;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #005fad;
  border-color: #005fad;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #005fad;
  border-color: #005fad;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #005fad;
  border-color: #005fad;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -ms-transition: background 0.2s;
  transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: 0;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade-,
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #005fad;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #005fad;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: 0;
}

.select2-container {
  font: 700 15px/1 'ProximaNova', sans-serif;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container * :focus {
  outline: 0 !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 50px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn span,
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
  padding-left: 10px;
}

.select2-container .select2-search--inline,
.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background: #e8e8e8;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 10px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background: #e8e8e8;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #757575;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: 0;
  outline: 0;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role='group'] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled='true'] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
  background-color: #666;
  color: #fff;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #005fad;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 10px;
}

.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 99993 !important;
}

.ui-timepicker,
.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 205px;
  margin: 0;
}

.ui-timepicker {
  list-style: none outside none;
  text-align: center;
}

.ui-timepicker-viewport {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
}

.ui-timepicker-standard {
  font: 700 15px/1 'ProximaNova', sans-serif;
  background: #e8e8e8;
  color: #000;
  margin: 0;
}

.ui-timepicker-standard a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  cursor: pointer;
}

.ui-timepicker-standard a:hover {
  background: #005fad;
  color: #fff;
}

.ui-timepicker-standard .ui-state-hover {
  background-color: #e8e8e8;
}

.ui-timepicker-standard .ui-menu-item {
  margin: 0;
  padding: 0;
}

.ui-timepicker-hidden {
  display: none;
}

.grid-row,
.popup {
  box-sizing: border-box;
}

.popup {
  padding: 0;
}

.popup.popup-callback {
  padding: 70px 60px 85px;
  width: 570px;
}

@media (max-width: 767px) {
  .popup.popup-callback {
    padding: 45px 15px 15px;
  }
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.grid-row.ha-between {
  justify-content: space-between;
}

.grid-row.ha-end {
  justify-content: flex-end;
}

.grid-row.va-center {
  align-content: center;
  align-items: center;
}

.grid-row.va-stretch {
  align-items: stretch;
}

.grid-row.va-end {
  align-items: flex-end;
}

.grid-row.gutter-0 {
  margin-left: 0;
  margin-right: 0;
}

.grid-row.gutter-0 > div {
  padding-left: 0;
  padding-right: 0;
}

.grid-row.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.grid-row.gutter-10 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.grid-row.gutter-16 {
  margin-left: -8px;
  margin-right: -8px;
}

.grid-row.gutter-16 > div {
  padding-left: 8px;
  padding-right: 8px;
}

.grid-row.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.grid-row.gutter-20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.grid-row .col-lg-1,
.grid-row .col-lg-10,
.grid-row .col-lg-11,
.grid-row .col-lg-12,
.grid-row .col-lg-2,
.grid-row .col-lg-3,
.grid-row .col-lg-4,
.grid-row .col-lg-5,
.grid-row .col-lg-6,
.grid-row .col-lg-7,
.grid-row .col-lg-8,
.grid-row .col-lg-9,
.grid-row .col-md-1,
.grid-row .col-md-10,
.grid-row .col-md-11,
.grid-row .col-md-12,
.grid-row .col-md-2,
.grid-row .col-md-3,
.grid-row .col-md-4,
.grid-row .col-md-5,
.grid-row .col-md-6,
.grid-row .col-md-7,
.grid-row .col-md-8,
.grid-row .col-md-9,
.grid-row .col-sm-1,
.grid-row .col-sm-10,
.grid-row .col-sm-11,
.grid-row .col-sm-12,
.grid-row .col-sm-2,
.grid-row .col-sm-3,
.grid-row .col-sm-4,
.grid-row .col-sm-5,
.grid-row .col-sm-6,
.grid-row .col-sm-7,
.grid-row .col-sm-8,
.grid-row .col-sm-9,
.grid-row .col-xs-1,
.grid-row .col-xs-10,
.grid-row .col-xs-11,
.grid-row .col-xs-12,
.grid-row .col-xs-2,
.grid-row .col-xs-3,
.grid-row .col-xs-4,
.grid-row .col-xs-5,
.grid-row .col-xs-6,
.grid-row .col-xs-7,
.grid-row .col-xs-8,
.grid-row .col-xs-9,
.grid-row > .col {
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 100%;
}

.col-lg-11,
.col-lg-12,
.fancyimage img {
  width: 100%;
  display: block;
}

.col-lg-11 {
  width: 91.66666667%;
}

.col-lg-10,
.col-lg-9 {
  width: 83.33333333%;
  display: block;
}

.col-lg-9 {
  width: 75%;
}

.col-lg-7,
.col-lg-8 {
  width: 66.66666667%;
  display: block;
}

.col-lg-7 {
  width: 58.33333333%;
}

.col-lg-5,
.col-lg-6 {
  width: 50%;
  display: block;
}

.col-lg-5 {
  width: 41.66666667%;
}

.col-lg-3,
.col-lg-4 {
  width: 33.33333333%;
  display: block;
}

.col-lg-3 {
  width: 25%;
}

.col-lg-1,
.col-lg-2 {
  width: 16.66666667%;
  display: block;
}

.col-lg-1 {
  width: 8.33333333%;
}

.col-lg-0 {
  width: 0;
  display: none;
}

.col-lg-offset-12 {
  margin-left: 100%;
}

.col-lg-offset-11 {
  margin-left: 91.66666667%;
}

.col-lg-offset-10 {
  margin-left: 83.33333333%;
}

.col-lg-offset-9 {
  margin-left: 75%;
}

.col-lg-offset-8 {
  margin-left: 66.66666667%;
}

.col-lg-offset-7 {
  margin-left: 58.33333333%;
}

.col-lg-offset-6 {
  margin-left: 50%;
}

.col-lg-offset-5 {
  margin-left: 41.66666667%;
}

.col-lg-offset-4 {
  margin-left: 33.33333333%;
}

.col-lg-offset-3 {
  margin-left: 25%;
}

.col-lg-offset-2 {
  margin-left: 16.66666667%;
}

.col-lg-offset-1 {
  margin-left: 8.33333333%;
}

.col-lg-offset-0 {
  margin-left: 0;
}

.hidden-lg {
  display: none;
}

.visible-lg {
  display: block;
}

@media (max-width: 1024px) {
  .col-md-11,
  .col-md-12 {
    width: 100%;
    display: block;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10,
  .col-md-9 {
    width: 83.33333333%;
    display: block;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-7,
  .col-md-8 {
    width: 66.66666667%;
    display: block;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-5,
  .col-md-6 {
    width: 50%;
    display: block;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-3,
  .col-md-4 {
    width: 33.33333333%;
    display: block;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-1,
  .col-md-2 {
    width: 16.66666667%;
    display: block;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-0 {
    width: 0;
    display: none;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
}

@media (max-width: 767px) {
  .col-sm-11,
  .col-sm-12 {
    width: 100%;
    display: block;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10,
  .col-sm-9 {
    width: 83.33333333%;
    display: block;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-7,
  .col-sm-8 {
    width: 66.66666667%;
    display: block;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-5,
  .col-sm-6 {
    width: 50%;
    display: block;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-3,
  .col-sm-4 {
    width: 33.33333333%;
    display: block;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-1,
  .col-sm-2 {
    width: 16.66666667%;
    display: block;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-0 {
    width: 0;
    display: none;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
}

@media (max-width: 479px) {
  .col-xs-11,
  .col-xs-12 {
    width: 100%;
    display: block;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10,
  .col-xs-9 {
    width: 83.33333333%;
    display: block;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-7,
  .col-xs-8 {
    width: 66.66666667%;
    display: block;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-5,
  .col-xs-6 {
    width: 50%;
    display: block;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-3,
  .col-xs-4 {
    width: 33.33333333%;
    display: block;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-1,
  .col-xs-2 {
    width: 16.66666667%;
    display: block;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-0 {
    width: 0;
    display: none;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}

body.glaza {
  color: #000;
}

body.glaza *,
body.glaza :after,
body.glaza :before {
  transition: none !important;
}

.glaza .anti-bug,
body.glaza img {
  filter: grayscale(1);
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

@media (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

.anti-bug {
  width: 152px;
  height: 149px;
  background: var(--sp) 0 0 no-repeat;
  margin: 80px auto;
}

@media (max-width: 767px) {
  .anti-bug {
    margin: 30px auto;
  }
}

.anti-bug-1 {
  margin: 30px 30px 0;
  display: block;
}

.anti-bug-1:last-of-type {
  margin-bottom: 30px;
}

.anti-bug-1 + .anti-bug-1 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .anti-bug-1 {
    margin: 30px auto 0;
  }
}

.h1,
h1 {
  margin: 1.8em 0 1.6em;
  text-align: center;
  font: 800 30px/1.27 'ProximaNova', sans-serif;
}

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 26px;
  }
}

.glaza .h1,
.glaza h1 {
  font-size: 32px;
}

@media (max-width: 767px) {
  .glaza .h1,
  .glaza h1 {
    font-size: 28px;
  }
}

.h2,
h2 {
  margin: 2.4em 0 1.3em;
  text-align: center;
  font: 800 26px/1.08 'ProximaNova', sans-serif;
}

@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 22px;
  }
}

.glaza .h2,
.glaza h2 {
  font-size: 28px;
}

@media (max-width: 767px) {
  .glaza .h2,
  .glaza h2 {
    font-size: 22px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn:focus,
a:focus {
  outline: 0;
}

.btn,
.glaza a {
  color: #000;
}

.btn {
  transition: all 0.3s ease;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  font: 700 11px/1 'ProximaNova', sans-serif;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
  border: 2px solid #fc0;
  padding: 10px;
  text-transform: uppercase;
}

.btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  transition: height 0.3s ease;
  left: 0;
  bottom: 0;
}

.btn:hover:before {
  height: 100%;
}

.btn.gray,
.btn.yellow {
  font-size: 16px;
  padding: 15px;
}

.btn.yellow,
.btn:before {
  background: #fc0;
}

.btn,
.btn.gray:before,
.btn.yellow:before,
.glaza .btn.yellow:before,
.glaza .btn:before,
.glaza .text-content table th {
  background: #fff;
}

.btn.gray {
  background: #666;
  color: #fff;
  border: 2px solid #666;
}

.btn.gray:hover {
  color: #666;
}

.glaza .btn {
  font-size: 13px;
  border: 2px solid #000;
  background: #fff;
}

.glaza .btn.yellow {
  background: #fff;
  font-size: 18px;
}

.form,
.js-loader.load {
  position: relative;
}

.js-loader.load:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
}

.js-loader.load:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 3px solid #fc0;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 10;
  animation: 0.5s rotate infinite linear;
}

.form {
  background: #fff;
  border: 1px solid #00204c;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.form.load:before {
  width: auto;
  height: auto;
  left: -1px;
  top: -17px;
  right: -1px;
  bottom: -26px;
}

.form .form-title {
  font: 800 26px/1.08 'ProximaNova', sans-serif;
  text-align: center;
  margin-top: -17px;
  margin-bottom: 43px;
  background: #fff;
  padding: 0 20px;
}

.form .btn {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}

.form .form-row {
  position: relative;
  margin-bottom: 33px;
  text-align: center;
  width: 100%;
}

.form .form-row.button-row {
  margin-bottom: -26px;
}

.form .form-row.docs-btn {
  margin-bottom: 0;
  position: absolute;
  top: calc(100% + 40px);
  left: 0;
}

.form input,
.form input[type='tel'],
.form input[type='text'] {
  text-align: center;
  padding: 0 10px;
}

.form input,
.form input[type='tel'],
.form input[type='text'],
.form textarea {
  background: #e8e8e8;
  border: 1px solid transparent;
  font: 700 15px/1 'ProximaNova', sans-serif;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.form input:focus,
.form input[type='tel']:focus,
.form input[type='text']:focus,
.form textarea:focus {
  outline: 0 !important;
}

.form .price {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  font: 700 15px/1 'ProximaNova', sans-serif;
  color: #000;
  margin-bottom: 0;
  max-height: 0;
}

.form .price.show {
  opacity: 1;
  visibility: visible;
  margin-bottom: 33px;
  max-height: 50px;
}

.form .double-field {
  max-width: 270px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.form .double-field .form-row {
  width: calc(50% - 7px);
}

.form input,
.form input[type='tel'],
.form input[type='text'] {
  max-width: 270px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form .select2-container,
.form textarea {
  max-width: 270px;
  height: 50px;
}

.form textarea {
  text-align: center;
  resize: none;
  padding: 20px 10px;
  height: 150px;
}

.form .error-message {
  color: #fe1118;
  font: 13px/1 'ProximaNova', sans-serif;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  width: 100%;
  text-align: center;
}

.form .error-message ~ .error-message {
  display: none !important;
}

.glaza .form {
  border: 0;
}

.glaza .form .form-title {
  font-size: 28px;
}

.glaza .form input,
.glaza .form input[type='tel'],
.glaza .form input[type='text'],
.glaza .form textarea {
  font-size: 17px;
}

.glaza .form .error-message {
  color: #000;
  font-size: 15px;
  top: calc(100% + 1px);
}

@media (max-width: 767px) {
  .form {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .form.load:before {
    top: -17px;
    bottom: 0;
  }
  .form .form-title {
    font-size: 22px;
    padding: 0 10px;
    margin-top: -12px;
    margin-bottom: 20px;
  }
  .form .form-description {
    font: 12px/18px 'ProximaNova', sans-serif;
  }
  .form .form-row {
    margin-bottom: 24px;
  }
  .form .form-row.button-row {
    margin-bottom: 15px;
  }
  .form .form-row.docs-btn {
    margin-bottom: 15px;
    position: relative;
    top: 0;
  }
}

.page-form {
  width: 450px;
  max-width: 100%;
  margin: 106px auto 113px;
}

.page-form .form {
  margin-bottom: 150px;
}

.page-form.review-page-form {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .page-form {
    margin: 100px auto 50px;
  }
  .page-form .form {
    margin-bottom: 0;
  }
  .page-form.review-page-form .form-title {
    margin-bottom: 30px;
  }
}

.text-content {
  font: 20px/1.75 'ProximaNova', sans-serif;
}

.text-content .small {
  font-size: 18px;
}

.text-content .small p {
  margin: 1em 0;
}

.text-content p {
  margin: 1.7em 0;
}

.text-content p.with-list {
  margin-bottom: 0;
}

.text-content .center-block ul + p,
.text-content p.with-list + ol,
.text-content p.with-list + ul {
  margin-top: 0;
}

.text-content a:not(.btn) {
  transition: border 0.3s ease;
  border-bottom: 1px solid;
}

.text-content a:not(.btn):hover {
  border-bottom-color: transparent;
}

.text-content .columns {
  display: flex;
  justify-content: space-between;
}

.text-content .columns.middle {
  align-items: center;
}

.text-content .columns .col {
  margin-bottom: 0.7em;
  box-sizing: border-box;
}

.text-content .columns .col:not(:last-of-type) {
  padding-right: 30px;
}

.text-content .columns .col .h1,
.text-content .columns .col .h2,
.text-content .columns .col h1,
.text-content .columns .col h2 {
  text-align: left;
}

.text-content .center {
  text-align: center;
}

.text-content .center-block,
header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-content .center-block ul,
.text-content .grid-row ul {
  margin: 0;
}

.text-content ol {
  counter-reset: li;
}

.text-content ol li,
.text-content ul li {
  padding-left: 20px;
  position: relative;
}

.text-content ol li:before {
  content: counter(li) '.';
  counter-increment: li;
  font: 700 20px/1.75 'ProximaNova', sans-serif;
  position: absolute;
  left: -2px;
  top: 0;
}

.text-content ol,
.text-content ul {
  list-style: none;
  padding: 0;
  margin: 1.9em 0;
}

.text-content ul li:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #00204c;
  border-radius: 50%;
  left: 4px;
  top: 13px;
}

.text-content table {
  margin: 0.3em auto;
  border-collapse: collapse;
}

.text-content table th {
  background: #e8e8e8;
  font-weight: 400;
}

.text-content table td,
.text-content table th {
  border: 1px solid #00204c;
  padding: 4px 30px 2px;
}

.glaza .text-content,
.glaza .text-content ol li:before {
  font-size: 22px;
}

.glaza .text-content .small {
  font-size: 20px;
}

.glaza .text-content a:hover {
  border-bottom-color: #000;
}

.glaza .text-content ul li:before {
  background: #000;
  top: 14px;
}

.glaza .text-content table td,
.glaza .text-content table th {
  border: 1px solid #000;
}

@media (max-width: 767px) {
  .glaza .text-content table td,
  .glaza .text-content table th,
  .text-content,
  .text-content .small,
  .text-content ol li:before {
    font-size: 14px;
  }
  .text-content .columns {
    display: block;
  }
  .text-content .columns .col {
    padding-right: 0;
    width: 100%;
  }
  .text-content .columns .col:not(:last-of-type) {
    padding-right: 0;
  }
  .text-content .columns .col .h1,
  .text-content .columns .col .h2,
  .text-content .columns .col h1,
  .text-content .columns .col h2 {
    text-align: center;
  }
  .text-content ul li:before {
    top: 8px;
  }
  .text-content table td,
  .text-content table th {
    padding: 4px 5px 2px;
    font-size: 12px;
  }
  .glaza .text-content,
  .glaza .text-content .small,
  .glaza .text-content ol li:before {
    font-size: 16px;
  }
  .glaza .text-content ul li:before {
    top: 9px;
  }
}

header {
  padding-top: 20px;
  z-index: 1;
}

header .logo {
  margin-top: 4px;
  height: 109px;
  flex-direction: column;
  justify-content: flex-end;
}

header .logo:before {
  content: '';
  position: relative;
  vertical-align: middle;
  min-height: 70px;
  margin: 0 auto;
  display: none !important;
}

header .logo.logo-1 {
  width: 59px;
}

header .logo.logo-1:before {
  width: 59px;
  height: 70px;
  background: var(--ss) -2px -76px no-repeat;
}

header .logo.logo-2 {
  margin-left: 20px;
  width: 105px;
}

header .logo.logo-2:before {
  width: 91px;
  height: 70px;
  background: var(--ss) -2px -2px no-repeat;
}

header .logo a,
header .logo span {
  transition: opacity 0.3s ease;
  color: #00204c;
  font: 10px/1.4 'ProximaNova', sans-serif;
  text-align: center;
  display: block;
  margin-top: 12px;
  white-space: nowrap;
  text-decoration: none;
}

header .logo a:hover {
  opacity: 0.7;
}

header .header-title {
  font: 600 20px/1.5 'ProximaNova', sans-serif;
}

header .header-desc {
  font: 600 14px/1.6 'ProximaNova', sans-serif;
  padding-top: 10px;
}

header .glaza {
  text-align: center;
  padding-top: 10px;
}

header .glaza a {
  transition: all 0.3s ease;
  color: #00204c;
  font: 14px/1.6 'ProximaNova', sans-serif;
  border-bottom: 2px solid #00204c;
}

header .glaza a:hover {
  border-bottom-color: transparent;
}

header .right {
  padding-left: 0 !important;
  text-align: center;
}

header .right .btn {
  padding: 10px;
  font-size: 16px;
}

.bread a,
header .phone {
  transition: border 0.3s ease;
}

header .phone {
  color: #00204c;
  font: 600 20px/1.5 'ProximaNova', sans-serif;
  border-bottom: 1px solid transparent;
}

header .phone:hover {
  border-bottom-color: #00204c;
}

header .worktime {
  font: 14px/1.28 'ProximaNova', sans-serif;
  padding-top: 13px;
  padding-bottom: 17px;
}

header .burger {
  display: none;
}

header .header-menu {
  background: #e53e3e;
  margin-top: 24px;
  position: relative;
  z-index: 10;
}

header .header-menu .container {
  padding: 0;
}

.bread,
header .header-menu .menu {
  display: flex;
  list-style: none;
  padding: 0;
}

header .header-menu .menu {
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

header .header-menu .item {
  transition: background 0.3s ease;
  color: #fff;
  text-transform: uppercase;
  font: 700 14px/1 'ProximaNovaCond', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 15px;
  white-space: nowrap;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

header .header-menu .item span {
  display: flex;
  position: relative;
  z-index: 1;
}

header .header-menu .item.subitem {
  justify-content: flex-start;
  padding: 15px;
  font-weight: 400;
}

header .header-menu .item.subitem:after {
  left: 0;
  right: 0;
}

header .header-menu .item.arrow:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0;
  border-color: #fff transparent transparent;
  margin-right: 6px;
  z-index: 1;
}

header .header-menu a.item:hover,
header .header-menu span.item {
  background: #ffffff30;
}

header .header-menu .submenu {
  transition: all 0.3s ease;
  margin: 0;
  padding: 0;
  position: absolute;
  background: #e53e3e;
  top: 100%;
  left: 0;
  white-space: nowrap;
  list-style: none;
  opacity: 0;
  visibility: hidden;
}

.bread li,
header,
header .header-menu li {
  position: relative;
}

header .header-menu li:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.glaza header .logo {
  filter: grayscale(1);
}

.glaza header .header-title {
  font-size: 22px;
}

.glaza header .header-desc,
.glaza header .header-menu .item {
  font-size: 16px;
}

.glaza header .header-menu a.item:hover,
.glaza header .header-menu span.item,
.glaza header a.item:hover,
.glaza header span.item {
  background: #fff;
  color: #000;
}

.glaza footer,
.glaza header .header-menu,
.glaza header .submenu {
  background: #000;
}

.glaza header .header-menu a.item:hover.arrow:before,
.glaza header .header-menu span.item.arrow:before {
  border-color: #000 transparent transparent;
}

.glaza header .glaza a {
  color: #000;
  font-size: 16px;
  border-bottom: 2px solid #000;
}

.bread a:hover,
.glaza header .glaza a:hover,
footer .menu a:hover {
  border-bottom-color: transparent;
}

.glaza header .phone {
  color: #000;
  font-size: 22px;
  white-space: nowrap;
}

.glaza footer .menu a,
.glaza header .worktime {
  font-size: 16px;
}

@media (max-width: 1024px) {
  header .burger {
    width: 26px;
    height: 20px;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    margin-right: 30px;
    transition-delay: 0.15s;
    display: flex;
  }
  header .burger i {
    width: 100%;
    height: 2px;
    background: #fff;
    position: relative;
  }
  header .burger i:after,
  header .burger:after,
  header .burger:before {
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
  }
  header .burger i:after {
    height: 100%;
    top: 0;
  }
  header .burger:after,
  header .burger:before {
    height: 2px;
    transition-delay: 0.15s;
  }
  header .burger:before {
    top: 0;
    transform-origin: 0 50%;
  }
  header .burger:after {
    bottom: 0;
    transform-origin: 100% 50%;
  }
  header .burger.show {
    transform: rotate(135deg);
    transition-delay: 0s;
  }
  header .burger.show:after,
  header .burger.show:before {
    transform: scaleX(0);
    transition-delay: 0s;
  }
  header .burger.show i:after {
    transform: rotate(90deg);
    transition-delay: 0.15s;
  }
  header .burger.show ~ .menu {
    transform: translateX(100%);
  }
  header .logo.logo-2 {
    margin-left: 0;
  }
  header .header-title {
    font-size: 17px;
  }
  header .header-desc {
    font-size: 12px;
    line-height: 1.4;
    padding-top: 5px;
  }
  header .header-menu .container {
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  header .header-menu .menu {
    transition: transform 0.3s ease;
    position: absolute;
    max-height: calc(100vh - 229px);
    overflow: auto;
    top: 100%;
    right: 100%;
    background: #00204c;
    flex-direction: column;
    width: 320px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  header .header-menu .item {
    justify-content: flex-start;
    padding: 15px;
  }
  header .header-menu .item.hover ~ .submenu {
    display: block;
  }
  header .header-menu li {
    width: 100%;
  }
  header .header-menu .submenu {
    display: none;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  header .header-menu .submenu .item {
    padding-left: 30px;
  }
  .glaza header .header-title {
    font-size: 19px;
  }
  .glaza header .header-desc {
    font-size: 14px;
  }
  .glaza header .header-menu .menu {
    background: #000;
  }
}

@media (max-width: 767px) {
  header {
    display: flex;
    flex-direction: column;
    padding-top: 0;
  }
  header .logo {
    margin-top: 0;
    z-index: 11;
    position: absolute;
    right: -20px;
    top: -51px;
    transform: scale(0.4);
    height: 72px !important;
    transform-origin: 50% 0;
  }
  header .logo.logo-1 {
    right: 50px;
    margin-top: 2px;
  }
  header .logo.logo-2::before {
    width: 91px;
    height: 70px;
    background: var(--ss) -97px -2px no-repeat;
  }
  header .logo a,
  header .logo span {
    display: none;
  }
  header .glaza {
    padding-bottom: 10px;
  }
  header .header-desc,
  header .header-title {
    text-align: center;
  }
  header .right {
    padding-left: 15px !important;
  }
  header .worktime {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .header-menu {
    order: -1;
    margin-top: 0;
    margin-bottom: 10px;
  }
  header .header-menu .menu {
    max-height: calc(100vh - 50px);
    width: 100%;
  }
}

.bread {
  flex-wrap: wrap;
  font: 14px/1 'ProximaNova', sans-serif;
  margin: 30px 0;
}

.bread + h1 {
  margin-top: 30px;
}

.bread a {
  border-bottom: 1px solid;
}

.bread li {
  padding-right: 25px;
  margin-bottom: 10px;
}

.bread li:after,
.bread li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 3px);
  border-style: solid;
  border-width: 3px 0 3px 4px;
}

.bread li:before {
  border-color: transparent transparent transparent #00204c;
  right: 9px;
}

.bread li:after {
  border-color: transparent transparent transparent #fff;
  right: 10px;
}

.bread li:last-child {
  padding-right: 0;
}

.bread li:last-child:after,
.bread li:last-child:before {
  display: none;
}

@media (max-width: 767px) {
  .bread {
    justify-content: center;
  }
}

footer {
  background: #e53e3e;
  color: #fff;
  padding-top: 22px;
  margin-top: auto;
  box-sizing: border-box;
}

footer .logo {
  font: 16px 'ProximaNova', sans-serif;
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

footer .text {
  font: 12px 'ProximaNova', sans-serif;
}

footer .text + .text {
  margin-top: 35px;
}

footer .bottom {
  border-top: 1px solid #fff;
  margin-top: 33px;
  padding: 26px 0;
  text-align: center;
}

footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

footer .menu li {
  padding: 10px 0 0;
}

footer .menu a {
  transition: border 0.3s ease;
  color: #fff;
  font: 14px 'ProximaNova', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.glaza footer .logo {
  font-size: 18px;
}

.glaza footer .logo:before {
  filter: grayscale(1);
}

.glaza footer .text {
  font-size: 14px;
}

.glaza footer .bottom {
  border-top: 2px solid #fff;
}

@media (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }
  footer .menu li {
    padding: 15px 0 0;
  }
  footer .text + .text {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}

.bug-menu {
  margin-top: 6px;
  display: flex;
  padding: 0 30px 0 10px;
}

.bug-menu .column {
  width: 50%;
  box-sizing: border-box;
  padding-right: 35px;
  padding-left: 20px;
}

.bug-menu .column + .column {
  padding-right: 0;
  padding-left: 50px;
}

.bug-menu .item-wrap {
  display: flex;
  justify-content: flex-end;
}

.bug-menu .item {
  width: 120px;
  height: 76px;
  color: #00204c;
  font: 800 12px/1 'ProximaNova', sans-serif;
  position: relative;
  text-transform: uppercase;
  margin-top: 46px;
  display: block;
  background: #fc0;
}

.bug-menu .item span {
  width: 100%;
  height: 100%;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 204, 0, 0.7);
  position: relative;
}

.bug-menu .item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bug-menu .item:hover span,
.glaza .bug-menu .item span {
  background: 0 0;
}

.bug-menu .item.bug-1:before {
  width: 56px;
  height: 60px;
  background: var(--sp) -154px -59px no-repeat;
}

.bug-menu .item.bug-2:before {
  width: 51px;
  height: 63px;
  background: var(--sp) -217px 0 no-repeat;
}

.bug-menu .item.bug-3:before {
  width: 58px;
  height: 39px;
  background: var(--sp) -82px -151px no-repeat;
}

.bug-menu .item.bug-4:before {
  width: 57px;
  height: 54px;
  background: var(--sp) -270px 0 no-repeat;
}

.bug-menu .item.bug-5:before {
  width: 44px;
  height: 60px;
  background: var(--sp) -270px -121px no-repeat;
}

.bug-menu .item.bug-6:before {
  width: 48px;
  height: 63px;
  background: var(--sp) -270px -56px no-repeat;
}

.bug-menu .item.bug-7:before {
  width: 46px;
  height: 49px;
  background: var(--sp) -217px -65px no-repeat;
}

.bug-menu .item.bug-8:before {
  width: 80px;
  height: 42px;
  background: var(--sp) 0 -151px no-repeat;
}

.bug-menu .item.bug-9:before {
  width: 60px;
  height: 53px;
  background: var(--sp) 0 -195px no-repeat;
}

.bug-menu .item.bug-10:before {
  width: 61px;
  height: 57px;
  background: var(--sp) -154px 0 no-repeat;
}

.bug-menu .item.bug-11:before {
  width: 66px;
  height: 32px;
  background: var(--sp) -142px -151px no-repeat;
}

.bug-menu .item.bug-12:before {
  width: 42px;
  height: 58px;
  background: var(--sp) -270px -183px no-repeat;
}

.glaza .bug-menu .item {
  color: #000;
  font-size: 14px;
  background: #fff;
  border: 1px solid #000;
}

.glaza .bug-menu .item:before {
  display: none;
}

.glaza .bug-menu .item:hover {
  color: #fff;
  background: #000;
}

@media (max-width: 1024px) {
  .bug-menu {
    padding: 0;
  }
  .bug-menu .column {
    padding-right: 15px;
    padding-left: 0;
  }
  .bug-menu .column + .column {
    padding-right: 0;
    padding-left: 15px;
  }
  .bug-menu .item-wrap {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .bug-menu {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .bug-menu .column {
    width: 100%;
    padding-right: 0;
  }
  .bug-menu .column + .column {
    padding-left: 0;
  }
  .bug-menu .item {
    width: 100px;
    height: 70px;
    margin-top: 20px;
  }
}

.gray-block {
  margin-bottom: 62px;
}

.gray-block .title {
  width: 386px;
  max-width: 100%;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  color: #fc0;
  background: #00204c;
  font: 600 20px/1.4 'ProximaNova', sans-serif;
  margin: 0 auto;
}

.gray-block .title b {
  flex-wrap: 800;
  text-transform: uppercase;
}

.gray-block .content {
  background: #e8e8e8;
  box-sizing: border-box;
  border: 1px solid #00204c;
  font: 21px/1.67 'ProximaNova', sans-serif;
  padding: 33px 60px 0;
}

.gray-block .content b {
  font-weight: 700;
}

.gray-block .content .row {
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-start;
}

.gray-block .content .row:last-of-type {
  padding-bottom: 35px;
}

.gray-block .content .center {
  text-align: center;
  justify-content: center;
}

.gray-block .content .columns,
.gray-block .content .equals {
  display: flex;
  align-items: center;
}

.gray-block .content .columns .col {
  width: 50%;
  box-sizing: border-box;
  display: flex;
}

.gray-block .content .columns .col:first-of-type {
  text-align: right;
  justify-content: flex-end;
  padding-right: 40px;
}

.gray-block .content .columns .col:last-of-type {
  padding-left: 40px;
}

.gray-block .content .equals .equal-col {
  box-sizing: border-box;
}

.gray-block .content .equals .equal-col:first-of-type {
  text-align: right;
}

.gray-block .content .equals .equal-col:last-of-type {
  text-align: left;
}

.glaza .gray-block .title {
  color: #fff;
  background: #000;
  font-size: 22px;
}

.glaza .gray-block .content {
  background: #fff;
  border: 1px solid #000;
  font-size: 23px;
}

@media (max-width: 1024px) {
  .gray-block .content {
    font-size: 18px;
    padding: 33px 30px 0;
  }
  .gray-block .content .row {
    padding-bottom: 30px;
  }
  .gray-block .content .row:last-of-type {
    padding-bottom: 30px;
  }
  .gray-block .content .columns {
    display: block;
  }
  .gray-block .content .columns .col {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .gray-block .content .columns .col:first-of-type {
    text-align: center;
    justify-content: center;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .gray-block .content .columns .col:last-of-type {
    padding-left: 0;
  }
  .glaza .gray-block .content {
    font-size: 20px;
    padding: 33px 20px 0;
  }
}

@media (max-width: 767px) {
  .gray-block {
    margin: 0 -15px 50px;
  }
  .gray-block .content {
    font-size: 12px;
    padding: 30px 10px 0;
  }
  .gray-block .content .equals {
    overflow: auto;
  }
  .gray-block .content .equals .equal-col {
    white-space: nowrap;
  }
  .glaza .gray-block .content {
    font-size: 14px;
  }
}

.price-block {
  margin-bottom: 62px;
}

.price-block .title {
  width: 386px;
  max-width: 100%;
  text-align: center;
  padding: 7px;
  box-sizing: border-box;
  color: #fc0;
  background: #00204c;
  font: 600 20px/1.4 'ProximaNova', sans-serif;
  margin: 0 auto;
}

.price-block .title b {
  flex-wrap: 800;
  text-transform: uppercase;
}

.price-block .content {
  background: #e8e8e8;
  box-sizing: border-box;
  border: 1px solid #00204c;
  font: 21px/1.67 'ProximaNova', sans-serif;
  padding: 33px 60px;
}

.price-block .content b,
.yellow-block .text b {
  font-weight: 700;
}

.price-block .content .row {
  display: flex;
  justify-content: flex-start;
}

.price-block .content .center {
  text-align: center;
  justify-content: center;
}

.price-block .content .columns {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.price-block .content .columns .col {
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 30px;
}

.price-block .content .columns .col:nth-of-type(even) {
  text-align: right;
}

.price-block .content .columns .column-title {
  font: 700 24px/1.4 'ProximaNova', sans-serif;
  margin-bottom: 0.4em;
}

.price-block .content .advantages {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  text-align: center;
}

.price-block .content .advantages .col {
  width: 33.3%;
  box-sizing: border-box;
  padding: 0 0 20px;
}

.price-block .content .advantages .icon {
  width: 46px;
  height: 46px;
  background: var(--sp) -217px -116px no-repeat;
  margin: 0 auto 5px;
}

.price-block .content .text-content .small {
  font: 14px/1.2 'ProximaNova', sans-serif;
}

.price-block .content .text-content > :last-child {
  margin-bottom: 0;
}

.glaza .price-block .title {
  color: #fff;
  background: #000;
  font-size: 22px;
}

.glaza .price-block .content {
  background: #fff;
  border: 1px solid #000;
  font-size: 23px;
}

@media (max-width: 1024px) {
  .price-block .content {
    font-size: 16px;
    padding: 33px 30px;
  }
  .price-block .content .columns .col:nth-of-type(even) {
    padding-left: 10px;
  }
  .price-block .content .columns .col:nth-of-type(odd) {
    padding-right: 10px;
  }
  .price-block .content .columns .column-title {
    font: 700 20px/1.4 'ProximaNova', sans-serif;
  }
  .price-block .content .text-content {
    font-size: 16px;
  }
  .price-block .content .text-content .small {
    font: 12px/1.2 'ProximaNova', sans-serif;
  }
  .glaza .price-block .content {
    font-size: 20px;
    padding: 33px 20px 0;
  }
}

@media (max-width: 767px) {
  .price-block {
    margin: 0 -15px 50px;
  }
  .price-block .content {
    font-size: 14px;
    padding: 30px 10px;
    text-align: center;
  }
  .price-block .content .columns .col {
    width: 100%;
  }
  .price-block .content .columns .col:nth-of-type(even) {
    text-align: center;
  }
  .price-block .content .columns .column-title {
    font-size: 16px;
  }
  .price-block .content .advantages .col {
    width: 50%;
    padding: 0 0 10px;
  }
  .glaza .price-block .content,
  .price-block .content .text-content {
    font-size: 14px;
  }
}

.bordered-block,
.yellow-block {
  display: flex;
  align-items: center;
}

.yellow-block {
  justify-content: center;
  margin: 40px 0;
}

.yellow-block > div {
  background: #fc0;
  color: #00204c;
  width: 450px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 23px 20px 21px;
  text-align: center;
}

.yellow-block .h2,
.yellow-block h2 {
  margin: 0;
}

.yellow-block .h2 + .text,
.yellow-block h2 + .text {
  padding-top: 16px;
}

.yellow-block .text {
  font: 600 20px/1.75 'ProximaNova', sans-serif;
}

.yellow-block a {
  white-space: nowrap;
}

.glaza .yellow-block > div {
  background: #000;
  color: #fff;
}

.glaza .yellow-block a {
  color: #fff;
  border-bottom-color: transparent;
}

.glaza .yellow-block a:hover {
  border-bottom-color: #fff;
}

.glaza .yellow-block .text {
  font-size: 22px;
}

@media (max-width: 767px) {
  .yellow-block .text {
    font-size: 14px;
  }
  .glaza .yellow-block .text {
    font-size: 16px;
  }
}

.bordered-block {
  border: 1px solid #00204c;
  padding: 0 30px 24px;
  flex-direction: column;
  margin: 90px 0;
  text-align: center;
}

.bordered-block .h2,
.bordered-block h2 {
  margin-top: -16px;
  margin-bottom: 17px;
  padding: 0 20px;
  background: #fff;
}

.bordered-block > div {
  font-weight: 600;
}

.bordered-block ol,
.bordered-block ul {
  text-align: left;
}

.glaza .bordered-block {
  border-color: #000;
}

.reviews-list p {
  position: relative;
  padding-top: 2.2em;
  padding-bottom: 3px;
}

.reviews-list p:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 4px;
  left: 0;
  top: 0;
  background: #00204c;
}

.reviews-list p:first-of-type {
  padding-top: 0;
}

.reviews-list p:first-of-type:before {
  display: none;
}

.glaza .reviews-list p:before {
  background: #000;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.tabs .tab-wrap {
  width: calc(50% - 21px);
}

.tabs .tab-wrap:first-of-type {
  text-align: right;
}

.tabs i {
  width: 2px;
  height: 28px;
  display: block;
  background: #00204c;
  margin: 0 20px;
}

.tabs .tab {
  font: 400 26px/1.08 'ProximaNova', sans-serif;
}

.tabs a.tab {
  transition: border 0.3s ease;
  border-bottom: 1px solid #00204c;
}

.tabs a.tab:hover {
  border-bottom-color: transparent;
}

@media (max-width: 767px) {
  .tabs .tab-wrap {
    width: auto;
  }
  .tabs .tab {
    font-size: 19px;
  }
}

.fancyimage {
  transition: opacity 0.3s ease;
  margin-bottom: 30px;
  display: block;
}

.fancyimage:hover {
  opacity: 0.7;
}

.fly-btn {
  transition: all 0.3s ease;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: -60px;
  right: 0;
  background: #37d007;
  color: #fff;
  text-decoration: none;
  display: none;
  align-items: center;
  justify-content: center;
  height: 60px;
  font: 600 24px/1 'ProximaNova', sans-serif;
  text-transform: uppercase;
  opacity: 0;
}

.fly-btn.show {
  transform: translateY(-100%);
  opacity: 1;
}

@media (max-width: 767px) {
  .fly-btn {
    display: flex;
  }
}

.success-page .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.success-page h1 {
  margin-top: 0;
}

/*новое*/

.txt_logo {
	text-align: center;
}

.spn_logo {
	font-size: 3em;
    font-family: fantasy;
}

.spn_region {
	font-size: 1.5em;
	line-height: 1.5em;	
}

.spn_logo span{
	color: #e53e3e;
}

/* ============================================================
   Уникальный блок цен и преимуществ СЭС (оптимизирован)
   Подключается в общий CSS-файл или в <style> на странице
   ============================================================ */
.ses-price-block {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    margin: 40px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #1a2a3a;
}
.ses-price-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
    color: #1e2b3c;
    position: relative;
}
.ses-price-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #e63946;
    margin: 12px auto 0;
    border-radius: 2px;
}

/* Сетка цен */
.ses-price-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 35px;
}
.ses-price-col {
    background: #f8fafc;
    border-radius: 16px;
    padding: 25px 20px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.ses-price-col:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.06);
}
.ses-col-head {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1a2a3a;
    padding-bottom: 10px;
    border-bottom: 2px solid #e63946;
    display: inline-block;
}
.ses-price-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ses-price-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #dce2e9;
    font-size: 16px;
}
.ses-price-list li:last-child {
    border-bottom: none;
}
.ses-price-list li strong {
    color: #e63946;
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}
.ses-note {
    color: #6b7b8d;
    font-size: 14px !important;
    border-bottom: none !important;
    justify-content: flex-start;
    gap: 6px;
    margin-top: 5px;
}

/* Преимущества */
.ses-advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.ses-adv-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f1f4f8;
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #2c3e50;
    transition: background 0.3s;
}
.ses-adv-item:hover {
    background: #e6eef7;
}
.ses-adv-icon {
    font-size: 20px;
    line-height: 1;
}

/* Гарантия и примечание */
.ses-warranty {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.ses-warranty p {
    margin-bottom: 15px;
}
.ses-small-note {
    font-size: 13px;
    color: #7c8a97;
}

/* Адаптивность */
@media (max-width: 768px) {
    .ses-price-cols {
        grid-template-columns: 1fr;
    }
    .ses-adv-item {
        width: 100%;
        justify-content: center;
    }
    .ses-price-list li {
        font-size: 15px;
    }
}

/* ============================================================
   Стили блока "Телефоны отделений" (таблицы)
   ============================================================ */
.ses-phones-block {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    margin: 40px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #1a2a3a;
}

.ses-phones-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #1e2b3c;
    position: relative;
}
.ses-phones-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #e63946;
    margin: 12px auto 0;
    border-radius: 2px;
}

.ses-phones-subtitle {
    text-align: center;
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 20px;
}

.ses-main-phone {
    background: #f1f4f8;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto 25px;
    max-width: 500px;
}
.main-phone-icon {
    font-size: 24px;
}
.main-phone-text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #1a2a3a;
    line-height: 32px;
}
.main-phone-text strong {
    color: #e63946;
    font-size: 24px;
}

.ses-phones-desc {
    text-align: center;
    font-size: 15px;
    color: #4a5568;
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.ses-region-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e2b3c;
    margin: 30px 0 15px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

/* Обёртка таблицы для адаптивности */
.ses-table-wrapper {
    overflow-x: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    margin-bottom: 10px;
    max-width: 700px;
    margin:0 auto;
}

.ses-phone-table {
    width: 100%;
    border-collapse: collapse;
    background: #f8fafc;
    font-size: 15px;
    /*min-width: 500px;*/
}

.ses-phone-table th {
    background: #eef2f6;
    font-weight: 600;
    color: #1a2a3a;
    padding: 14px 16px;
    text-align: left;
    border-bottom: 2px solid #dce2e9;
}
.ses-phone-table th:last-child {
    text-align: right;
}

.ses-phone-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e9ecef;
    color: #2c3e50;
}
.ses-phone-table td:first-child {
    font-weight: 500;
}
.ses-phone-table td:last-child {
    text-align: right;
    font-weight: 700;
    color: #e63946;
}

.ses-phone-table tbody tr:hover {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    transition: 0.2s;
}

.ses-phones-note {
    text-align: center;
    font-size: 14px;
    color: #7c8a97;
    margin-top: 25px;
    line-height: 1.6;
}
.ses-phones-note strong {
    color: #e63946;
}

/* Адаптивность для маленьких экранов */
@media (max-width: 600px) {
    .ses-phones-block {
        padding: 25px 15px;
    }
    .ses-table-wrapper {
        overflow-x: auto;
    }
    .ses-phone-table {
        /*min-width: 400px;*/
    }
}

/* ============================================================
Стили блока "Самостоятельная обработка" (diy = do it yourself)
Общие настройки для обоих вариантов. Второй вариант использует
класс .ses-diy-text-block и наследует часть общих стилей.
============================================================ */

/* Общий контейнер (используется для карточек и текстового варианта) */
.ses-diy-block,
.ses-diy-text-block {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
    margin: 40px 0;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #1a2a3a;
}

.ses-diy-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    color: #1e2b3c;
    position: relative;
}
.ses-diy-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #e63946;
    margin: 12px auto 0;
    border-radius: 2px;
}

.ses-diy-subtitle {
    text-align: center;
    font-size: 18px;
    color: #4a5568;
    margin-bottom: 30px;
    font-weight: 500;
}

/* Сетка карточек (Вариант 1) */
.ses-diy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.ses-diy-card {
    background: #f8fafc;
    border-radius: 14px;
    padding: 18px 18px 18px 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 8px rgba(0,0,0,0.02);
}
.ses-diy-card:hover {
    background: #eef2f6;
    transform: translateY(-2px);
}

.ses-diy-marker {
    width: 4px;
    height: 100%;
    min-height: 60px;
    background: #e63946;
    border-radius: 2px;
    flex-shrink: 0;
    align-self: stretch;
}
/* Для корректной высоты marker */
.ses-diy-card-inner {
    flex: 1;
}
.ses-diy-card-inner h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #1a2a3a;
}
.ses-diy-card-inner p {
    font-size: 15px;
    color: #4a5568;
    line-height: 1.5;
    margin: 0;
}

/* Текстовый вариант (Вариант 2) */
.ses-diy-text-content p {
    font-size: 16px;
    color: #2c3e50;
    line-height: 1.7;
    margin-bottom: 14px;
    padding-left: 16px;
    border-left: 3px solid #e63946;
}

.ses-diy-footer {
    text-align: center;
    font-size: 15px;
    color: #4a5568;
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.6;
}

/* Адаптивность */
@media (max-width: 600px) {
    .ses-diy-grid {
        grid-template-columns: 1fr;
    }
    .ses-diy-title {
        font-size: 26px;
    }
}

/* ============================================================
Блок "Рост популяции клопов и резистентность"
Выделен цветной подложкой и рамкой
============================================================ */
.ses-expert-block {
    background: #fff5f5; /* светло-красный фон */
    border-left: 6px solid #e63946;
    border-radius: 0 16px 16px 0;
    padding: 30px 28px;
    margin: 40px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.04);
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #1a2a3a;
    line-height: 1.7;
}
.ses-expert-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1e2b3c;
    text-align: left;
}
.ses-expert-text {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 16px;
}
.ses-expert-text:last-of-type {
    margin-bottom: 20px;
}
.ses-expert-block p strong {
    color: #e63946;
}
/* Для мобильных */
@media (max-width: 600px) {
    .ses-expert-block {
        padding: 20px 18px;
    }
    .ses-expert-title {
        font-size: 20px;
    }
}