html {
  min-height: 100vh;
}

html.is-hidden {
  overflow: hidden;
}

body {
  background: #fff;
  font-family: "museo_sans", Arial, Verdana, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.2px;
  color: #373f41;
  opacity: 1;
  min-height: 100vh;
}

.global-wrapper {
  min-width: 320px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.global-pad {
  padding-top: 60px;
}

ol,
ul {
  list-style: none;
  margin-bottom: 0;
}

input {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  outline: none !important;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
}

::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

body a:hover,
body a:active,
body a:focus {
  text-decoration: none;
  outline: 0;
}

input:focus {
  border: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
}

html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="hidden"] {
  display: none;
}

button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-upper {
  text-transform: uppercase;
}

.min {
  display: block;
}

.col-mod-left {
  padding-left: 0;
}

.col-mod-right {
  padding-right: 0;
}

ul:not([class]) {
  margin: 0 0 1em;
  list-style-type: disc;
  padding-left: 15px;
}

ul:not([class]) li {
  margin-bottom: 5px;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ol:not([class]) {
  margin: 0 0 1em;
  padding-left: 15px;
  list-style-type: decimal;
}

ol:not([class]) li {
  margin-bottom: 5px;
}

ol:not([class]) li:last-child {
  margin-bottom: 0;
}

.main-btn {
  display: inline-block;
  min-width: 115px;
  height: 54px;
  line-height: 54px;
  background-color: #00bffe;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 1em;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  white-space: nowrap;
  z-index: 1;
}

.main-btn:hover {
  background-color: #0099cb;
}

.main-btn:active {
  -webkit-box-shadow: inset 1px 2px #004c65;
  box-shadow: inset 1px 2px #004c65;
  border-top: 1px solid #004c65;
}

.main-btn.green-btn {
  background: #66ca6e;
}

.main-btn.green-btn:hover {
  background-color: #41bc4b;
}

.main-btn.green-btn:active {
  -webkit-box-shadow: inset 1px 2px #27702d;
  box-shadow: inset 1px 2px #27702d;
  border-top: 1px solid #27702d;
}

h1,
.main-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1em;
}

h2,
.section-title {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1em;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1em;
}

h4,
.h4 {
  font-size: 1.1125rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .row {
    display: block;
  }
  ::i-block-chrome,
  .row:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
  }
}

@media (min-resolution: 0.001dpcm) {
  _:-o-prefocus .row,
  body .row {
    display: block;
  }
  _:-o-prefocus .row:after,
  body .row:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
  }
}

[class^="col-"] {
  float: left;
}

.de-york-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background-color: #6ec679;
  border-radius: 2px;
  padding: 0 1.2em;
  color: #fff;
  text-align: center;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  white-space: nowrap;
}

.de-york-btn:hover {
  background: #49b857;
  color: #fff;
}

.de-york-btn:active {
  color: #fff;
  border-top: 1px solid #3a9445;
  box-shadow: inset 1px 2px #3a9445;
}

.de-york-btn:focus {
  color: #fff;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .row:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
  }
}

@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museo_sans_cyrl300/ofont.ru_museo_sans_cyrl_300-webfont.woff2")
      format("woff2"),
    url("../fonts/museo_sans_cyrl300/ofont.ru_museo_sans_cyrl_300-webfont.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MuseoSansCyrl-300";
  src: url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.otf")
      format("opentype"),
    url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.woff") format("woff"),
    url("../fonts/MuseoSansCyrl-300/MuseoSansCyrl-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museo_sans_cyrl100/ofont.ru_museo_sans_cyrl_100-webfont.woff2")
      format("woff2"),
    url("../fonts/museo_sans_cyrl100/ofont.ru_museo_sans_cyrl_100-webfont.woff")
      format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museo_sans_cyrl500/museosanscyrl-webfont.woff2")
      format("woff2"),
    url("../fonts/museo_sans_cyrl500/museosanscyrl-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museo_sans_cyrl700/museosanscyrl_2-webfont.woff2")
      format("woff2"),
    url("../fonts/museo_sans_cyrl700/museosanscyrl_2-webfont.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "museo_sans";
  src: url("../fonts/museo_sans_cyrl900/museosanscyrl_3-webfont.woff2")
      format("woff2"),
    url("../fonts/museo_sans_cyrl900/museosanscyrl_3-webfont.woff")
      format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "glipf-icon";
  src: url("../fonts/icons-meetings/glipf-icon.eot?5am02o");
  src: url("../fonts/icons-meetings/glipf-icon.eot?5am02o#iefix")
      format("embedded-opentype"),
    url("../fonts/icons-meetings/glipf-icon.ttf?5am02o") format("truetype"),
    url("../fonts/icons-meetings/glipf-icon.woff?5am02o") format("woff"),
    url("../fonts/icons-meetings/glipf-icon.svg?5am02o#glipf-icon")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="glipf-"],
[class*=" glipf-"] {
  font-family: "glipf-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glipf-pdf:before {
  content: "\e913";
}

.glipf-agenda:before {
  content: "\e900";
  color: #00a0e3;
}

.glipf-cellphone:before {
  content: "\e901";
}

.glipf-clock:before {
  content: "\e902";
  color: #00a0e3;
}

.glipf-cvorum:before {
  content: "\e903";
  color: #00a0e3;
}

.glipf-email:before {
  content: "\e904";
}

.glipf-facebook:before {
  content: "\e905";
  color: #3a589b;
}

.glipf-file:before {
  content: "\e906";
  color: #00a0e3;
}

.glipf-hammer:before {
  content: "\e907";
  color: #00a0e3;
}

.glipf-instagram .path1:before {
  content: "\e908";
  color: black;
}

.glipf-instagram .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: white;
}

.glipf-instagram .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: white;
}

.glipf-instagram .path4:before {
  content: "\e90b";
  margin-left: -1em;
  color: white;
}

.glipf-profile:before {
  content: "\e90c";
}

.glipf-status:before {
  content: "\e90d";
  color: #00a0e3;
}

.glipf-telephone:before {
  content: "\e90e";
}

.glipf-union:before {
  content: "\e90f";
  color: #00a0e3;
}

.glipf-user:before {
  content: "\e910";
  color: #00a0e3;
}

.glipf-vk .path1:before {
  content: "\e911";
  color: #4d76a1;
}

.glipf-vk .path2:before {
  content: "\e912";
  margin-left: -1em;
  color: white;
}

/*.wrapper-loader {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1000;
}

.wrapper-loader img {
  -webkit-animation: circle 1s linear infinite;
          animation: circle 1s linear infinite;
}*/

.wrapper-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  z-index: 1001;
}

.preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: rotatePreloader 2s infinite ease-in;
  animation: rotatePreloader 2s infinite ease-in;
}

.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader div:nth-child(1) {
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-animation: rotateCircle1 2s infinite linear;
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

.preloader div:nth-child(2) {
  -webkit-transform: rotateZ(36deg);
  transform: rotateZ(36deg);
  -webkit-animation: rotateCircle2 2s infinite linear;
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

.preloader div:nth-child(3) {
  -webkit-transform: rotateZ(72deg);
  transform: rotateZ(72deg);
  -webkit-animation: rotateCircle3 2s infinite linear;
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

.preloader div:nth-child(4) {
  -webkit-transform: rotateZ(108deg);
  transform: rotateZ(108deg);
  -webkit-animation: rotateCircle4 2s infinite linear;
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

.preloader div:nth-child(5) {
  -webkit-transform: rotateZ(144deg);
  transform: rotateZ(144deg);
  -webkit-animation: rotateCircle5 2s infinite linear;
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

.preloader div:nth-child(6) {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
  -webkit-animation: rotateCircle6 2s infinite linear;
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

.preloader div:nth-child(7) {
  -webkit-transform: rotateZ(216deg);
  transform: rotateZ(216deg);
  -webkit-animation: rotateCircle7 2s infinite linear;
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

.preloader div:nth-child(8) {
  -webkit-transform: rotateZ(252deg);
  transform: rotateZ(252deg);
  -webkit-animation: rotateCircle8 2s infinite linear;
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

.preloader div:nth-child(9) {
  -webkit-transform: rotateZ(288deg);
  transform: rotateZ(288deg);
  -webkit-animation: rotateCircle9 2s infinite linear;
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

.preloader div:nth-child(10) {
  -webkit-transform: rotateZ(324deg);
  transform: rotateZ(324deg);
  -webkit-animation: rotateCircle10 2s infinite linear;
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@-webkit-keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}

@keyframes rotatePreloader {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}

@-webkit-keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
    transform: rotateZ(36deg);
  }

  7% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  57% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 1;
    -webkit-transform: rotateZ(36deg);
    transform: rotateZ(36deg);
  }

  7% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  57% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }

  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  12% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }

  62% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }

  5.0001% {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  12% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }

  62% {
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }

  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }

  17% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }

  67% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }

  10.0002% {
    opacity: 1;
    -webkit-transform: rotateZ(-36deg);
    transform: rotateZ(-36deg);
  }

  17% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }

  67% {
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }

  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }

  22% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }

  72% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }

  15.0003% {
    opacity: 1;
    -webkit-transform: rotateZ(-72deg);
    transform: rotateZ(-72deg);
  }

  22% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }

  72% {
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }

  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }

  27% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }

  77% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }

  20.0004% {
    opacity: 1;
    -webkit-transform: rotateZ(-108deg);
    transform: rotateZ(-108deg);
  }

  27% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }

  77% {
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }

  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }

  32% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }

  82% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }

  25.0005% {
    opacity: 1;
    -webkit-transform: rotateZ(-144deg);
    transform: rotateZ(-144deg);
  }

  32% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }

  82% {
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }

  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }

  37% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }

  87% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }

  30.0006% {
    opacity: 1;
    -webkit-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }

  37% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }

  87% {
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }

  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }

  42% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }

  92% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }

  35.0007% {
    opacity: 1;
    -webkit-transform: rotateZ(-216deg);
    transform: rotateZ(-216deg);
  }

  42% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }

  92% {
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }

  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }

  47% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }

  97% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }

  40.0008% {
    opacity: 1;
    -webkit-transform: rotateZ(-252deg);
    transform: rotateZ(-252deg);
  }

  47% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }

  97% {
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }

  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }

  52% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }

  102% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }

  45.0009% {
    opacity: 1;
    -webkit-transform: rotateZ(-288deg);
    transform: rotateZ(-288deg);
  }

  52% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }

  102% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
  }

  100% {
    -webkit-transform: rotateZ(-324deg);
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

/*@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}*/

/*****HEADER*****/
.ui-header {
  padding: 0.75em 0;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

.ui-header .container {
  max-width: 1920px;
}

.ui-header .right-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ui-header.is-overflow {
  overflow-y: scroll;
}

.head-logo img {
  max-width: 100%;
}

.head_phone-number {
  margin-right: 1em;
  font-weight: 600;
  font-size: 1.5rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.head_phone-number:hover {
  color: #00bffe;
}

.head_phone-number .glipf-telephone {
  color: #00bffe;
  position: relative;
  top: 2px;
  margin-right: 0.7em;
}

.callback-btn {
  width: 100%;
  max-width: 215px;
}

.callback-btn .glipf-cellphone {
  display: none;
}

.callback-btn .glipf-cellphone:before {
  color: #00a0e3;
}

.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  padding: 1em 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  visibility: visible !important;
  width: 100%;
  z-index: 100;
}

.scroll-transform {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.hamburger {
  display: none;
  padding: 0;
  cursor: pointer;
  width: 30px;
  height: 20px;
  margin-right: 1em;
}

.hamburger.is-active .hamburger-inner {
  background: #ffd800;
}

.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background: #ffd800;
}

.hamburger.is-active .hamburger-box:after {
  opacity: 0;
}

.hamburger.is-active .hamburger-box:before {
  opacity: 0;
}

.hamburger-box {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.hamburger-inner {
  background: #ffd800;
}

.hamburger-inner:after,
.hamburger-inner:before {
  background: #ffd800;
}

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 100%;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  height: 3px;
}

.hamburger--spring .hamburger-inner:before {
  top: 7px;
}

.hamburger--spring .hamburger-inner:after {
  top: 14px;
}

.main-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

/***main-section**/
.main-section {
  background: #f8f8f8;
}

.main-section .container {
  max-width: 1920px;
}

.main-section .left-column {
  padding: 3em 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-section .text {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.main-section_desc {
  max-width: 800px;
  padding-right: 2em;
  width: 100%;
}

.main-section_desc .large-text {
  font-size: 1.5rem;
  margin-bottom: 1.2em;
}

.main-section_desc .green-text {
  display: inline-block;
  background: #74c87e;
  color: #fff;
  padding: 0.2em;
}

.main-title_mod {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.7em;
}

.benefits-list {
  color: #47ad53;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 2.4em;
}

.benefits-list li {
  padding-left: 2.5em;
  margin-bottom: 0.8em;
  position: relative;
}

.benefits-list li:before {
  content: "";
  display: block;
  height: 18px;
  width: 9px;
  border-right: 2px solid #74c87e;
  border-bottom: 2px solid #74c87e;
  position: absolute;
  top: 1px;
  left: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.access-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  /* max-width: 830px; */
}

.access-form .form-control {
  /* -webkit-box-flex: 32%;
  -webkit-flex: 32% 0 0;
  -ms-flex: 32% 0 0px;
  flex: 32% 0 0;
  max-width: 32%; */
}

.demo-access_form-btn {
  -webkit-box-flex: 32%;
  -webkit-flex: 32% 0 0;
  -ms-flex: 32% 0 0px;
  flex: 32% 0 0;
  max-width: 32%;
  min-width: auto;
}

.main-section_subtitle {
  display: block;
  font-size: 1.125rem;
}

.form-search {
  margin-bottom: 3.8em;
}

.form-search p {
  font-size: 0.875rem;
}

.form-group {
  margin-bottom: 1em;
}

.form-control {
  background: #ffffff;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  padding: 0 1em;
  width: 100%;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.form-control:focus {
  border: 1px solid #00a0e3;
}

.form-control::-webkit-input-placeholder {
  color: #757575;
  font-weight: 300;
  font-size: 0.875rem;
}

.form-control::-moz-placeholder {
  color: #757575;
  font-weight: 300;
  font-size: 0.875rem;
}

.form-control::-ms-input-placeholder {
  color: #757575;
  font-weight: 300;
  font-size: 0.875rem;
}

.form-control::input-placeholder {
  color: #757575;
  font-weight: 300;
  font-size: 0.875rem;
}

.form-search_flex-panel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-search_flex-panel .main-btn {
  -webkit-box-flex: 114px;
  -webkit-flex: 114px 0 0;
  -ms-flex: 114px 0 0px;
  flex: 114px 0 0;
  max-width: 114px;
  height: 50px;
  line-height: 50px;
}
.access-form .main-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 0;
  -ms-flex: 0 0 0px;
  flex: 0 0 0;
  min-width: 156px;
  line-height: 50px;
}

.form-search_flex-panel p {
  -webkit-flex-basis: -webkit-calc(100% - 138px);
  -ms-flex-preferred-size: calc(100% - 138px);
  flex-basis: calc(100% - 138px);
  max-width: -webkit-calc(100% - 138px);
  max-width: calc(100% - 138px);
}

.form-search_fields {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: -webkit-calc(100% - 130px);
  -ms-flex-preferred-size: calc(100% - 130px);
  flex-basis: calc(100% - 130px);
  max-width: -webkit-calc(100% - 130px);
  max-width: calc(100% - 130px);
}

.form-control_number {
  -webkit-box-flex: 133px;
  -webkit-flex: 133px 0 0;
  -ms-flex: 133px 0 0px;
  flex: 133px 0 0;
  max-width: 133px;
  border-right: none;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.form-control_phone {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.form-control_phone {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.main-section_bg-box {
  height: -webkit-calc(100% - 3em);
  height: calc(100% - 3em);
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: end;
  justify-content: center;
  padding-left: 1em;
  background-size: cover;
}

.main-section_contact-box {
  background: #00a0e3;
  max-width: 396px;
  color: #fff;
  padding: 1.2em;
  position: relative;
  top: 1em;
  width: 100%;
}

.main-section_contact-box p {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.main-section_contact-box a {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.main-section_contact-box a:hover {
  color: #d9d9d9;
}

.main-section_contact-box_mod {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-section_contact-box_mod .number {
  font-size: 5.25rem;
  font-weight: 900;
  margin-right: 10px;
  line-height: 0.9;
}

.main-section_contact-box_mod p {
  line-height: 1.5;
}

.main-section_contact-title {
  font-size: 1.5rem;
  color: #fff;
  display: block;
  margin-bottom: 1em;
}

.mobile-application {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-application li:first-child {
  margin-right: 1.2em;
}

.mobile-application li {
  max-width: 134px;
}

.mobile-application img {
  display: block;
  max-width: 100%;
}

/***advantages-section**/
.advantages-section {
  padding: 3em 0;
}
.advantages-section iframe {
  max-width: 100%;
}

.advantages-section .top-text {
  font-size: 1.125rem;
  margin-bottom: 2.5em;
}

.advantages-section .section-title {
  margin-bottom: 0.7em;
}

.advantages-item_icon {
  display: block;
  font-size: 2.5rem;
  height: 40px;
  margin-bottom: 0.4em;
}

.advantages-item_text {
  display: block;
  font-size: 1.875rem;
  height: 40px;
  color: #00a0e3;
  font-weight: 500;
  margin-bottom: 0.4em;
}

.advantages-item_title {
  font-size: 1.5rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.3em;
}

.advantages-item {
  margin-bottom: 2.5em;
}

.advantages-item p {
  font-size: 0.875rem;
  line-height: 1.8;
}

.document-box {
  background: #f8f8f8;
  padding: 1.2em 2em;
  position: relative;
  top: -2em;
}

.sidebar_bd-box {
  border: 2px solid #00a0e3;
  top: -4.2em;
}

.sidebar_bd-box .color-text {
  color: #00a0e3;
  font-weight: 700;
}

.document-list {
  font-size: 0.875rem;
  padding-left: 0.5em;
  line-height: 1.8;
}

.document-list li {
  margin-bottom: 1.2em;
  position: relative;
  padding-left: 12px;
}

.document-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00a0e3;
}

.document-list li:last-child {
  margin-bottom: 0;
}

.document-list a {
  color: #00a0e3;
  border-bottom: 1px solid #00a0e3;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}

.document-list a:hover {
  border-bottom-color: transparent;
}

.advantages-section_content .left-column,
.advantages-section_content .right-column {
  padding: 0 15px;
}

.advantages-section_content .left-column {
  -webkit-box-flex: 75%;
  -webkit-flex: 75% 0 0;
  -ms-flex: 75% 0 0px;
  flex: 75% 0 0;
  max-width: 75%;
}

.advantages-section_content .right-column {
  -webkit-box-flex: 25%;
  -webkit-flex: 25% 0 0;
  -ms-flex: 25% 0 0px;
  flex: 25% 0 0;
  max-width: 25%;
}

.form-callback {
  background: #fff;
  -webkit-border-radius: 8px 3px 8px 8px;
  border-radius: 8px 3px 8px 8px;
  padding: 3em;
}

.form-callback .form-title {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.9em;
  text-align: center;
}

.form-callback .form-group {
  margin-bottom: 0.5em;
  position: relative;
}

.form-callback .form-group .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8em;
  font-size: 1.3rem;
  height: 25px;
  margin: auto;
}

.form-callback .form-group .icon:before {
  color: #00bffe;
}

.form-callback .form-group .glipf-email {
  font-size: 1.5rem;
  top: 2px;
}

.form-callback .form-control {
  padding: 0 15px 0 3.5em;
}

.form-callback .wrapper-submit-btn {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
}

.form-callback .form-submit-btn {
  height: 60px;
  line-height: 60px;
  width: 200px;
}

.form-callback .bottom-text {
  display: block;
  font-size: 0.875rem;
  text-align: center;
}

.form-callback a {
  color: inherit;
  border-bottom: 1px solid #212121;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}

.form-callback a:hover {
  border-bottom-color: transparent;
}

.input-error {
  border: 1px solid red !important;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-backdrop {
  z-index: 120;
}

.modal {
  z-index: 150;
}

button.close {
  content: "";
  width: 30px;
  height: 30px;
  border: none;
  background: #00bffe;
  position: absolute;
  top: 0.9em;
  right: 0.9em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 1 !important;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

button.close:hover {
  background: #0082ac;
}

button.close:after,
button.close:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

button.close:after {
  width: 50%;
  height: 4px;
}

button.close:before {
  height: 50%;
  width: 4px;
}

/**inner-page_section**/
.main-content_mod {
  padding: 1em 0 3em;
  background: #f8f8f8;
  height: 100%;
}

.back-page_btn {
  display: inline-block;
  padding-left: 15px;
  color: #999999;
  font-weight: 300;
  font-size: 0.875rem;
  position: relative;
  margin-bottom: 1.78em;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.back-page_btn:hover {
  color: #00bffe;
}

.back-page_btn:hover:before {
  border-color: #00bffe;
}

.back-page_btn:before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.tab-container {
  margin-top: 4em;
}

.tab-names {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 2.2em;
}

.tab {
  cursor: pointer;
  position: relative;
  padding-bottom: 0.5em;
}

.tab.active:after {
  left: 0;
  width: 100%;
}

.tab:after {
  content: "";
  display: block;
  height: 4px;
  background: #00bffe;
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab:first-child {
  margin-right: 2em;
}

.table-meetings {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  color: #54656f;
}

.table-meetings th {
  text-align: left;
  padding: 0 0.5em 1em;
}

.table-meetings th:nth-child(1) {
  width: 26.5%;
  padding-left: 1.5em;
}

.table-meetings th:nth-child(2) {
  width: 14%;
}

.table-meetings th:nth-child(3) {
  width: 13%;
}

.table-meetings th:nth-child(4) {
  width: 13%;
}

.table-meetings th:nth-child(5) {
  width: 14%;
}

.table-meetings th:nth-child(6) {
  width: 14%;
}

.table-meetings th:nth-child(7) {
  width: 4.2%;
  padding: 0;
}

.meeting-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.75rem;
  color: #000;
  padding: 1.5em 1em;
  position: relative;
  min-height: 107px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 1.75969px 5.27907px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.75969px 5.27907px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.3em;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.meeting-item .hidden-text {
  color: #000;
  display: none;
  font-weight: 600;
}

.meeting-item:hover {
  -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
}

.meeting-item .column {
  padding: 0 0.5em;
}

.meeting-item .column:nth-child(1) {
  max-width: 26%;
  -webkit-box-flex: 26%;
  -webkit-flex: 26% 0 0;
  -ms-flex: 26% 0 0px;
  flex: 26% 0 0;
}

.meeting-item .column:nth-child(2) {
  max-width: 14%;
  -webkit-box-flex: 14%;
  -webkit-flex: 14% 0 0;
  -ms-flex: 14% 0 0px;
  flex: 14% 0 0;
}

.meeting-item .column:nth-child(3) {
  max-width: 14%;
  -webkit-box-flex: 14%;
  -webkit-flex: 14% 0 0;
  -ms-flex: 14% 0 0px;
  flex: 14% 0 0;
}

.meeting-item .column:nth-child(4) {
  max-width: 14%;
  -webkit-box-flex: 14%;
  -webkit-flex: 14% 0 0;
  -ms-flex: 14% 0 0px;
  flex: 14% 0 0;
}

.meeting-item .column:nth-child(5) {
  max-width: 14%;
  -webkit-box-flex: 14%;
  -webkit-flex: 14% 0 0;
  -ms-flex: 14% 0 0px;
  flex: 14% 0 0;
}

.meeting-item .column:nth-child(6) {
  max-width: 14%;
  -webkit-box-flex: 14%;
  -webkit-flex: 14% 0 0;
  -ms-flex: 14% 0 0px;
  flex: 14% 0 0;
}

.meeting-item .column:nth-child(7) {
  max-width: 4%;
  -webkit-box-flex: 4%;
  -webkit-flex: 4% 0 0;
  -ms-flex: 4% 0 0px;
  flex: 4% 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.meeting-item .blue-arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #00bffe;
  border-right: 2px solid #00bffe;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.meeting-item_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.meetings-item_title {
  display: inline-block;
  color: #1a1a1a;
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  padding-left: 1.5em;
}

.meetings-item_title.voting:before {
  background: #ffb800;
}

.meetings-item_title.notification:before {
  background: #63cc3e;
}

.meetings-item_title.complete:before {
  background: #cc3e3e;
}

.meetings-item_title:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.meeting-item_status {
  font-weight: 600;
}

.meeting-item_status.voting {
  color: #ffb800;
}

.meeting-item_status.notification {
  color: #63cc3e;
}

.meeting-item_status.complete {
  color: #cc3e3e;
}

/*****voting-section********/
.voting-section {
  padding-top: 0.5em;
}

.voting-section .right-column {
  -webkit-box-flex: 410px;
  -webkit-flex: 410px 0 0;
  -ms-flex: 410px 0 0px;
  flex: 410px 0 0;
  max-width: 410px;
  padding: 0 15px;
}

.voting-section .left-column {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.voting-section h1 {
  margin-bottom: 1.55em;
}

.unified-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 1.75969px 5.27907px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.75969px 5.27907px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2em 1.7em;
  font-size: 1.125rem;
  margin-bottom: 1.7em;
}

.unified-box a:not([class]) {
  color: #00a0e3;
  border-bottom: 1px solid #00a0e3;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}

.unified-box a:not([class]):hover {
  border-bottom-color: transparent;
}

.unified-box .phone-number,
.unified-box .site-link,
.unified-box .email {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.unified-box .phone-number:hover,
.unified-box .site-link:hover,
.unified-box .email:hover {
  color: #00a0e3;
}

.unified-box .large-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.unified-box .number-qustion {
  color: #00a0e3;
}

.unified-box p {
  color: #585858;
  font-weight: 300;
}

.unified-box p:last-child {
  margin-bottom: 0;
}

.unified-box .thank-box p {
  margin-bottom: 1.5em;
}

.unified-box .thank-box p:last-child {
  margin-bottom: 0;
}

.unified-box .thank-box strong {
  font-weight: 600;
  color: #000;
  display: block;
}

.unified-box_title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.3em;
  color: #1a1a1a;
  font-size: 1.5rem;
  font-weight: 600;
}

.unified-box_title [class^="glipf-"] {
  margin-right: 0.5em;
  padding-top: 5px;
}

.meeting-information_list li {
  margin-bottom: 0.8em;
}

.meeting-information_list .item-title {
  color: #000000;
  display: block;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.meeting-information_list p {
  color: #585858;
  font-weight: 300;
}

.meeting-information_list p:last-child {
  margin-bottom: 0;
}

.meeting-information_list-other li {
  margin-bottom: 1.3em;
}

.meeting-information_list-mod {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.meeting-information_list-mod li {
  -webkit-box-flex: 54%;
  -webkit-flex: 54% 0 0;
  -ms-flex: 54% 0 0px;
  flex: 54% 0 0;
  max-width: 54%;
  padding: 0 15px;
}

.meeting-information_list-mod li:nth-child(even) {
  -webkit-box-flex: 46%;
  -webkit-flex: 46% 0 0;
  -ms-flex: 46% 0 0px;
  flex: 46% 0 0;
  max-width: 46%;
}

.meeting-information_list-mod li:last-child {
  margin-bottom: 0;
}

.status-meeting {
  margin-bottom: 1.5em;
  font-weight: 600;
}

.status-meeting.there-vote {
  color: #ffb800;
}

.status-meeting.vote-counted {
  color: #3ecc4c;
}

.status-meeting.voting-results {
  color: #cc3e3e;
}

.participate-btn {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
}

.choose-option_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choose-option_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #454545;
  cursor: pointer;
  margin-right: 1em;
  height: 54px;
  min-width: 129px;
  padding: 0.2em 1em;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.choose-option_list li:last-child {
  margin-right: 0;
}

.choose-option_list li.active {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0 2px #00bffe;
  box-shadow: 0 0 0 2px #00bffe;
}

.next-page_btn {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 600;
}

.next-page_btn .text {
  position: relative;
  padding-right: 14px;
}

.next-page_btn .text:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-map_list {
  font-size: 1.125rem;
}

.site-map_list li {
  margin-bottom: 1em;
}

.site-map_list a {
  color: #00a0e3;
  border-bottom: 1px solid #00a0e3;
  -webkit-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}

.site-map_list a:hover {
  border-bottom-color: transparent;
}

.answer-table {
  width: 100%;
  color: #585858;
  font-weight: 300;
  margin-bottom: 1.8em;
}

.answer-table tr {
  border-bottom: 1px solid #cdcdcd;
}

.answer-table tr:first-child td {
  padding-top: 0;
}

.answer-table td {
  padding: 1.8em 0.5em;
}

.answer-table td:last-child {
  text-align: right;
}

.answer-table td:first-child {
  padding-left: 0;
}

.voting-results_text {
  color: #585858;
}

.voting-results_text strong {
  display: block;
  font-weight: 600;
  color: #000;
}

.decision-form_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.decision-form_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  color: #000;
  -webkit-box-flex: 47%;
  -webkit-flex: 47% 0 0;
  -ms-flex: 47% 0 0px;
  flex: 47% 0 0;
  max-width: 47%;
  padding: 0 15px;
}

.decision-form_list .glipf-pdf {
  margin-right: 0.5em;
  font-size: 1.4rem;
}

/***main-footer***/
.main-footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 2.2em 0;
  line-height: 1.5;
}

.main-footer a {
  color: inherit;
}

.main-footer a:hover {
  color: inherit;
}

.main-footer .container {
  padding-right: 6%;
}

.footer-logo {
  margin-top: 10px;
  margin-bottom: 2em;
}

.footer-logo img {
  max-width: 100%;
  height: auto;
}

.footer-adress {
  display: block;
  font-style: normal;
  margin-bottom: 1.4em;
}

.footer-adress:last-child {
  margin-bottom: 0;
}

.footer-adress strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.2em;
}

.footer-contact {
  margin-bottom: 0.5em;
}

.footer-contact strong {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.2em;
}

.footer-phone-number {
  font-size: 1.25rem;
}

.footer-email {
  margin-bottom: 1em;
}

.footer-email a {
  color: #00a0e3;
  border-bottom: 1px solid #00a0e3;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.footer-email a:hover {
  color: #00a0e3;
  border-bottom-color: transparent;
}

.social-network {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-network-list {
  margin-left: 7px;
}

.social-network-list li {
  display: inline-block;
  padding: 0 4px;
  vertical-align: middle;
}

.social-network-list a {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.social-network-list a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-network-list .icon {
  font-size: 2.4rem;
}

.social-network-list .icon.glipf-vk {
  font-size: 2.2rem;
}

.social-network-list .icon.glipf-instagram {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.social-network-list .icon.glipf-instagram .path1 {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.social-network-list .icon.glipf-instagram .path1:before {
  background: -webkit-linear-gradient(45deg, #f8984d 20%, #8748a7 100%);
  background: -o-linear-gradient(45deg, #f8984d 20%, #8748a7 100%);
  background: linear-gradient(45deg, #f8984d 20%, #8748a7 100%);
  -webkit-background-clip: text;
  color: transparent;
  text-shadow: none;
}

.scroll-to-top {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #00bffe;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 2em;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.4s;
  transition: opacity 0.6s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s;
  transition: transform 0.4s, opacity 0.6s, -webkit-transform 0.4s;
  z-index: 100;
}

.scroll-to-top:after {
  content: "";
  display: block;
  height: 30%;
  width: 30%;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 4px;
  bottom: 0;
  left: -1px;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.scroll-to-top:hover {
  opacity: 0.7;
}

.scroll-to-top-visible {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scroll-to-top-visible.is-hidden {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .marking-letter_item {
    height: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  h1,
  .main-title {
    font-size: 2rem;
  }
  h2,
  .section-title {
    font-size: 2rem;
  }
  .advantages-item_title {
    font-size: 1.25rem;
  }
  .advantages-item p {
    line-height: 1.4;
  }
  .document-box {
    padding-left: 1em;
    padding-right: 1em;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
  .main-footer .container {
    padding-right: 15px;
  }
  .meeting-information_list-mod {
    display: block;
  }
  .meeting-information_list-mod li {
    max-width: 100%;
  }
  .meeting-information_list-mod li:nth-child(even) {
    max-width: 100%;
  }
  .main-section_desc {
    padding-right: 0;
  }
  .access-form .form-control {
    -webkit-box-flex: 31%;
    -webkit-flex: 31% 0 0;
    -ms-flex: 31% 0 0px;
    flex: 31% 0 0;
    max-width: 31%;
  }
  .demo-access_form-btn {
    -webkit-box-flex: 34%;
    -webkit-flex: 34% 0 0;
    -ms-flex: 34% 0 0px;
    flex: 34% 0 0;
    max-width: 34%;
  }
  .main-title_mod {
    font-size: 2.5rem;
  }
  .benefits-list li {
    padding-left: 1.4em;
  }
}

@media only screen and (max-width: 991px) {
  .main-section_bg-box {
    padding-left: 2em;
  }
  .main-section_desc {
    padding-right: 0;
  }
  .form-search_flex-panel_mod {
    display: block;
  }
  .form-search_fields {
    max-width: 100%;
    margin-bottom: 0.7em;
  }
  .form-search_flex-panel .form-search_submit {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
  }
  .form-search_flex-panel {
    display: block;
    margin-bottom: 1.2em;
  }
  .form-search_flex-panel p {
    max-width: 100%;
  }
  .meeting-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .meeting-item .hidden-text {
    display: block;
    margin-bottom: 0.2em;
  }
  .meeting-item .column:nth-child(1) {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    padding-bottom: 0.5em;
  }
  .meeting-item .column:nth-child(2) {
    max-width: 19%;
    -webkit-box-flex: 19%;
    -webkit-flex: 19% 0 0;
    -ms-flex: 19% 0 0px;
    flex: 19% 0 0;
  }
  .meeting-item .column:nth-child(3) {
    max-width: 39%;
    -webkit-box-flex: 19%;
    -webkit-flex: 19% 0 0;
    -ms-flex: 19% 0 0px;
    flex: 19% 0 0;
  }
  .meeting-item .column:nth-child(4) {
    max-width: 39%;
    -webkit-box-flex: 19%;
    -webkit-flex: 19% 0 0;
    -ms-flex: 19% 0 0px;
    flex: 19% 0 0;
  }
  .meeting-item .column:nth-child(5) {
    max-width: 19%;
    -webkit-box-flex: 19%;
    -webkit-flex: 19% 0 0;
    -ms-flex: 19% 0 0px;
    flex: 19% 0 0;
  }
  .meeting-item .column:nth-child(6) {
    max-width: 39%;
    -webkit-box-flex: 19%;
    -webkit-flex: 19% 0 0;
    -ms-flex: 19% 0 0px;
    flex: 19% 0 0;
  }
  .meeting-item .column:nth-child(7) {
    max-width: 5%;
    -webkit-box-flex: 5%;
    -webkit-flex: 5% 0 0;
    -ms-flex: 5% 0 0px;
    flex: 5% 0 0;
  }
  .table-meetings {
    display: none;
  }
  .voting-section .right-column {
    max-width: 370px;
    -webkit-box-flex: 370px;
    -webkit-flex: 370px 0 0;
    -ms-flex: 370px 0 0px;
    flex: 370px 0 0;
  }
  .meeting-information_list {
    font-size: 0.935rem;
  }
  .unified-box_title {
    font-size: 1.25rem;
  }
  .unified-box_title [class^="glipf-"] {
    padding-top: 3px;
  }
  .document-box {
    top: 0;
  }
  .advantages-section .min {
    display: inline;
  }
  .social-network {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .decision-form_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .decision-form_list li {
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
    max-width: 100%;
    margin-bottom: 0.5em;
  }
  .main-section_desc .large-text {
    font-size: 1.25rem;
  }
  .access-form_mod {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .access-form_mod .form-control {
    -webkit-box-flex: 49%;
    -webkit-flex: 49% 0 0;
    -ms-flex: 49% 0 0px;
    flex: 49% 0 0;
    max-width: 49%;
  }
  .access-form_mod .demo-access_form-btn {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    max-width: 50%;
    margin-top: 0.5em;
    margin-left: auto;
    margin-right: auto;
  }
  .document-box {
    margin-bottom: 1.2em;
  }
}

@media only screen and (max-width: 767px) {
  .document-box {
    top: 0;
  }
  .main-section_bg-box {
    min-height: 300px;
  }
  .main-section .left-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main-section_desc {
    max-width: 570px;
  }
  .advantages-section .min {
    display: inline;
  }
  .head_phone-number {
    font-size: 1rem;
  }
  .meeting-item .column {
    padding-bottom: 10px;
  }
  .meeting-item .column:nth-child(2) {
    max-width: 32%;
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
    -ms-flex: 32% 0 0px;
    flex: 32% 0 0;
  }
  .meeting-item .column:nth-child(3) {
    max-width: 32%;
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
    -ms-flex: 32% 0 0px;
    flex: 32% 0 0;
  }
  .meeting-item .column:nth-child(4) {
    max-width: 32%;
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
    -ms-flex: 32% 0 0px;
    flex: 32% 0 0;
  }
  .meeting-item .column:nth-child(5) {
    max-width: 32%;
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
    -ms-flex: 32% 0 0px;
    flex: 32% 0 0;
  }
  .meeting-item .column:nth-child(6) {
    max-width: 32%;
    -webkit-box-flex: 32%;
    -webkit-flex: 32% 0 0;
    -ms-flex: 32% 0 0px;
    flex: 32% 0 0;
  }
  .meeting-item .column:nth-child(7) {
    max-width: 5%;
    -webkit-box-flex: 5%;
    -webkit-flex: 5% 0 0;
    -ms-flex: 5% 0 0px;
    flex: 5% 0 0;
    text-align: right;
  }
  .meeting-item .blue-arrow {
    position: relative;
    top: 1em;
  }
  .voting-section .right-column {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100% 0 0;
    -ms-flex: 100% 0 0px;
    flex: 100% 0 0;
  }
  .unified-box {
    padding: 1.2em;
  }
  .answer-table td {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  .unified-box {
    font-size: 0.935rem;
  }
  .decision-form_list li {
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
    max-width: 50%;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 575px) {
  .scroll-to-top {
    opacity: 0.7;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    right: 18px;
    left: auto;
  }
  .scroll-to-top:before {
    content: "";
    display: block;
    width: 140%;
    height: 140%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #dbc64d;
    position: absolute;
    top: -5px;
    left: -5px;
    z-index: -1;
  }
  .scroll-to-top:after {
    left: 0;
    top: 2px;
  }
  .callback-btn {
    font-size: 0;
    min-width: auto;
    width: auto;
    background-color: transparent;
    height: auto;
    line-height: 1;
  }
  .callback-btn:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 0;
  }
  .callback-btn .glipf-cellphone {
    font-size: 1.5rem;
    display: block;
  }
  .head_phone-number {
    font-size: 0;
  }
  .head_phone-number .glipf-telephone {
    font-size: 1.4rem;
    position: relative;
    top: -1px;
  }
  .form-callback {
    padding: 1.5em;
    padding-top: 3em;
  }
  .main-section_contact-title {
    font-size: 1.25rem;
  }
  h1,
  .main-title {
    font-size: 1.6rem;
  }
  .main-section_subtitle {
    font-size: 0.935rem;
  }
  .form-search_flex-panel .main-btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }
  .form-search {
    margin-bottom: 1.7em;
  }
  h2,
  .section-title {
    font-size: 1.6rem;
  }
  .advantages-section .top-text {
    font-size: 0.935rem;
  }
  body {
    font-size: 0.935rem;
  }
  .advantages-section {
    padding: 2.2em 0 0;
  }
  .footer-logo {
    margin: 0 0 1em;
  }
  .footer-adress {
    margin-bottom: 1em;
  }
  .form-search_fields {
    display: block;
  }
  .form-control_number {
    max-width: 100%;
    margin-bottom: 0.6em;
  }
  .mobile-application {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-adress:last-child {
    margin-bottom: 1em;
  }
  .footer-contact {
    margin-bottom: 0;
  }
  .meeting-item .column:nth-child(2) {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
  .meeting-item .column:nth-child(3) {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
  .meeting-item .column:nth-child(4) {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
  .meeting-item .column:nth-child(5) {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
  .meeting-item .column:nth-child(6) {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
  .meeting-item .column:nth-child(7) {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50% 0 0;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }
  .meetings-item_title {
    padding-right: 2em;
    padding-left: 1em;
    position: relative;
    z-index: 2;
  }
  .meetings-item_title.is-active:after {
    top: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .meetings-item_title:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #585858;
    border-right: 2px solid #585858;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .unified-box {
    padding: 0.7em;
    margin-bottom: 1em;
  }
  .meeting-item {
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.7em;
    min-height: auto;
  }
  .tab-names {
    font-size: 1.125rem;
    margin-bottom: 1em;
  }
  h1,
  .main-title {
    font-size: 1.25rem;
  }
  .tab-container {
    margin-top: 2em;
  }
  .back-page_btn {
    margin-bottom: 1.2em;
  }
  .main-content_mod {
    padding-bottom: 1.5em;
  }
  .voting-section h1 {
    font-size: 1.25rem;
    margin-bottom: 1em;
  }
  .voting-section {
    padding-top: 0;
  }
  .unified-box_title {
    font-size: 1.125rem;
    padding-right: 2em;
    position: relative;
    z-index: 2;
    -webkit-transition: margin-bottom 0.2s;
    -o-transition: margin-bottom 0.2s;
    transition: margin-bottom 0.2s;
  }
  .unified-box_title.is-active {
    margin-bottom: 0;
  }
  .unified-box_title.is-active:after {
    top: 3px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .unified-box_title:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #585858;
    border-right: 2px solid #585858;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .unified-box_title-mod:after {
    display: none;
  }
  .meeting-information_list {
    font-size: 0.875rem;
  }
  .meeting-information_list li {
    margin-bottom: 0.5em;
  }
  .unified-box_staus {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .unified-box_staus .unified-box_title {
    padding-right: 0.5em;
    margin-bottom: 0.4em;
    font-size: 0.8125rem;
  }
  .participate-btn {
    font-size: 0.8125rem;
    max-width: 170px;
    height: 47px;
    padding-left: 0.3em;
    padding-right: 0.3em;
    line-height: 47px;
  }
  .unified-box_title-status {
    font-size: 0.7rem;
  }
  .unified-box_title-status [class^="glipf-"] {
    display: none;
  }
  .status-meeting {
    margin-bottom: 0;
  }
  .voting-section .right-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .unified-box_staus {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  .choose-option_list {
    width: 100%;
    overflow: auto;
    padding: 2px 0;
  }
  .choose-option_list li {
    min-width: auto;
    -webkit-box-flex: 100px;
    -webkit-flex: 100px 0 0;
    -ms-flex: 100px 0 0px;
    flex: 100px 0 0;
    max-width: 100px;
    font-size: 0.8125rem;
    margin-right: 0.5em;
  }
  .unified-box .large-text {
    font-size: 1.125rem;
  }
  .unified-box {
    font-size: 0.875rem;
  }
  .unified-box .thank-box p {
    margin-bottom: 1em;
  }
  .answer-table {
    margin-bottom: 1em;
  }
  .decision-form_list {
    margin: 0 -7px;
  }
  .decision-form_list li {
    font-size: 0.8125rem;
    padding: 0 7px;
  }
  .decision-form_list .glipf-pdf {
    font-size: 1.2rem;
  }
  .main-title_mod {
    font-size: 1.8rem;
  }
  .main-section_desc .large-text {
    font-size: 1.125rem;
    margin-bottom: 0.7em;
  }
  .benefits-list {
    margin-bottom: 1.2em;
  }
  .main-section .left-column {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .advantages-item {
    margin-bottom: 1.25em;
  }
  .access-form {
    display: block;
  }
  .access-form .form-control {
    max-width: 100%;
    margin-bottom: 0.7em;
  }
  .demo-access_form-btn {
    max-width: 100%;
    width: 100%;
  }
  .access-form_mod .demo-access_form-btn {
    max-width: 100%;
  }
}

.nav-head {
  background: #5b5b5b;
}

.nav-head.is-open {
  display: block;
}

.nav-head.is-scroll {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  z-index: 100;
}

.nav-head.is-scroll .nav-phone-number {
  height: auto;
}

.nav-head.is-scroll .order-job-link {
  height: 0;
  overflow: hidden;
}

.nav-head.is-scroll .nav-logo {
  display: block;
}
.nav-head-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 0;
}

.nav-head-list li {
  display: inline-block;
  color: #fff;
  font-family: "MuseoSansCyrl-500";
  vertical-align: middle;
}

.nav-head-list li.nav-logo {
  display: none;
}

.nav-head-list li.parent {
  padding-right: 1.4em;
  position: relative;
  cursor: pointer;
}

.nav-head-list li.parent:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
}

.nav-head-list li.parent.is-active {
  color: #00a0e3;
}

.nav-head-list li.parent.is-active:after {
  top: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-head-list a {
  display: block;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-head-list a.active {
  color: #00a0e3;
}

.nav-head-list a:hover {
  color: #00a0e3;
}

.nav-head-list a.order-job-link {
  color: #73c563;
}

.drop-down-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  padding: 1em 2em 1em 1em;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(25, 28, 29, 0.15);
  visibility: hidden;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s, visibility 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  z-index: 100;
}

.drop-down-menu.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.drop-down-menu li {
  display: block;
  margin-bottom: 1em;
  color: #000;
  white-space: nowrap;
}

.drop-down-menu li:last-child {
  margin-bottom: 0;
}

.drop-down-menu a {
  color: inherit;
}
