*:not(svg):not(use), *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:active, *:hover, *:focus, a:active, a:hover {
  outline: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, menu, section, summary {
  display: block;
}

nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-flow: row wrap;
}

main {
  width: 100%;
  display: block;
}

audio, canvas, iframe, img, video, progress {
  border: 0;
  vertical-align: middle;
}

audio:not([controls]), [hidden], template {
  display: none;
  height: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

i, address, dfn {
  font-style: normal;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}

select {
  cursor: pointer;
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  overflow: visible;
  cursor: pointer;
  text-transform: none;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

td, th {
  padding: 0;
}

optgroup {
  font-weight: 700;
}

legend,
fieldset,
input,
optgroup,
button,
select,
figure,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  resize: none;
  border: none;
  color: inherit;
  margin: 0;
  padding: 0;
  overflow: auto;
}

b, strong {
  font-weight: bold;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

blockquote, q {
  quotes: none;
  margin: 0;
  padding: 0;
}

input[type=number] {
  -webkit-appearance: none;
  position: relative;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-animation: autofill 0 forwards;
  animation: autofill 0 forwards;
}

header ul, footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

svg:not(:root), svg {
  border: 0;
  vertical-align: middle;
  overflow: hidden;
  color: inherit;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

use {
  color: inherit;
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

path {
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

input::-ms-clear, ::-webkit-inner-spin-button {
  display: none !important;
}

::-webkit-file-upload-button {
  border: none;
  padding: 0;
  opacity: 0;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg#ProximaNova") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg#ProximaNova") format("svg");
  font-weight: 400;
  font-style: normal;
}
html, body {
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
  margin: 0;
  color: var(--default-color);
  background: white;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  border: none;
  letter-spacing: normal;
  -webkit-font-kerning: none;
          font-kerning: none;
  text-rendering: optimizeSpeed;
  height: 100%;
  overflow-scrolling: revert;
  width: 100%;
}

.svg-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.ajax-content {
  display: none;
}

.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

*::-moz-selection {
  background: rgba(208, 0, 122, 0.2);
  text-shadow: none;
}

*::selection {
  background: rgba(208, 0, 122, 0.2);
  text-shadow: none;
}

button {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 0;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease;
}

a:hover,
a:focus-visible {
  color: var(--content-accent);
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.lozad + noscript img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lozad[data-loaded=true] {
  -webkit-animation-name: fade;
     -moz-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1s;
     -moz-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
input {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

label input {
  width: 100%;
  height: 100%;
}

#page.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

header {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}

footer {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.page-hero {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 0;
  margin-bottom: 2.0833333333vw;
}

.page-hero h1 {
  padding: 9.375vw 0;
  font-size: 3.3333333333vw;
  color: var(--accent-text-color);
  max-width: 70%;
}

.page-hero .page-hero__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.page-hero .page-hero__image:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.page-hero .page-hero__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.site-header {
  background: var(--accent-color);
  color: var(--accent-text-color);
}

.header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.logo {
  width: auto;
  height: 3.125vw;
}

header a:hover,
header a:focus-visible {
  color: white;
}

header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  font-size: 1.0416666667vw;
}

header nav ul li.current_page_item a {
  cursor: default;
  background: var(--accent-color-darkened);
  color: white;
}

header nav ul a {
  padding: 1.5625vw;
  display: inline-block;
}

header nav ul a:hover,
header nav ul a:focus-visible {
  background: var(--accent-color-darkened);
}

footer {
  background: var(--accent-color);
  margin-top: 2.6041666667vw;
  padding: 2.6041666667vw 0;
  color: var(--accent-text-color);
}

.footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

footer li + li {
  margin-left: 1.0416666667vw;
}

footer li a:hover,
footer li a:focus-visible {
  text-decoration: underline;
  color: inherit;
}

.editor-content {
  line-height: 1.5;
  font-size: 0.9375vw;
}

.editor-content iframe {
  max-width: 100%;
  max-height: 100%;
}

.editor-content blockquote {
  background: var(--tran-bg);
  position: relative;
  font-weight: 700;
}

.editor-content blockquote:before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.333 95.332' style='enable-background:new 0 0 95.333 95.332;' xml:space='preserve'%3E%3Cpath fill='%23000' d='M30.512,43.939c-2.348-0.676-4.696-1.019-6.98-1.019c-3.527,0-6.47,0.806-8.752,1.793 c2.2-8.054,7.485-21.951,18.013-23.516c0.975-0.145,1.774-0.85,2.04-1.799l2.301-8.23c0.194-0.696,0.079-1.441-0.318-2.045 s-1.035-1.007-1.75-1.105c-0.777-0.106-1.569-0.16-2.354-0.16c-12.637,0-25.152,13.19-30.433,32.076 c-3.1,11.08-4.009,27.738,3.627,38.223c4.273,5.867,10.507,9,18.529,9.313c0.033,0.001,0.065,0.002,0.098,0.002 c9.898,0,18.675-6.666,21.345-16.209c1.595-5.705,0.874-11.688-2.032-16.851C40.971,49.307,36.236,45.586,30.512,43.939z'/%3E%3Cpath fill='%23000' d='M92.471,54.413c-2.875-5.106-7.61-8.827-13.334-10.474c-2.348-0.676-4.696-1.019-6.979-1.019 c-3.527,0-6.471,0.806-8.753,1.793c2.2-8.054,7.485-21.951,18.014-23.516c0.975-0.145,1.773-0.85,2.04-1.799l2.301-8.23 c0.194-0.696,0.079-1.441-0.318-2.045c-0.396-0.604-1.034-1.007-1.75-1.105c-0.776-0.106-1.568-0.16-2.354-0.16 c-12.637,0-25.152,13.19-30.434,32.076c-3.099,11.08-4.008,27.738,3.629,38.225c4.272,5.866,10.507,9,18.528,9.312 c0.033,0.001,0.065,0.002,0.099,0.002c9.897,0,18.675-6.666,21.345-16.209C96.098,65.559,95.376,59.575,92.471,54.413z'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.editor-content ul,
.editor-content ol {
  margin: 0;
  padding: 0;
  counter-reset: custom-counter;
}

.editor-content ul li,
.editor-content ol li {
  list-style: none;
  position: relative;
  counter-increment: custom-counter;
}

.editor-content ul li:before {
  content: "";
  background: var(--content-accent);
  border-radius: 1px;
  display: inline-block;
  -webkit-transform: translateY(-20%);
     -moz-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
          transform: translateY(-20%);
}

.editor-content ol li:before {
  content: counter(custom-counter) ". ";
  display: inline-block;
  color: black;
  font-weight: 700;
}

.editor-content h1 {
  border-bottom: 1px solid var(--smoke);
}

.editor-content table {
  display: block;
  overflow: auto;
}

.editor-content table td {
  background: #E8E8E8;
}

.editor-content table th {
  background: var(--accent-color);
  color: white;
}

.editor-content table tr:nth-child(odd) td {
  background: #F8F8F8;
}

.simple-gallery {
  display: block;
}

.editor-content .post-stream-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.editor-content .post-stream-box iframe {
  width: 50%;
}

.editor-content .editor-content-slider .glide {
  margin: 0 auto;
}

.editor-content .editor-content-slider .glide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.editor-content-slider .glide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -webkit-calc(100% + 0.2604166667vw);
  bottom: -moz-calc(100% + 0.2604166667vw);
  bottom: calc(100% + 0.2604166667vw);
}

.editor-content .alignright {
  float: right;
  margin-left: 0.78125vw;
  margin-bottom: 0.78125vw;
  height: auto;
}

.editor-content .alignleft {
  float: left;
  margin-right: 0.78125vw;
  margin-bottom: 0.78125vw;
  height: auto;
}

.editor-content .aligncenter {
  margin: 1.0416666667vw auto;
  display: block;
  height: auto;
}

.fb_iframe_widget_fluid span {
  max-width: 100%;
}

.editor-content figure {
  max-width: 100%;
  margin-top: 1.0416666667vw;
  margin-bottom: 1.0416666667vw;
}

.editor-content figcaption {
  font-size: 80%;
  text-align: center;
  margin-top: 5px;
  opacity: 0.8;
}

.editor-content figure img {
  height: auto;
}

.editor-content img {
  border-radius: 8px;
}

.oEmbed-element {
  text-align: center;
  min-width: auto;
  max-width: 100%;
}

.oEmbed-element * {
  min-width: auto !important;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 100%;
}

.tg-output {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 0.4166666667vw;
  background: var(--accent-color);
  padding: 0.5208333333vw 1.0416666667vw;
  font-size: 1.0416666667vw;
  color: white;
  margin: 1.0416666667vw 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.tg-output:hover {
  color: white;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.tg-output .icon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin-right: 1.3020833333vw;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.editor-content video {
  width: 100%;
  height: auto;
}

.editor-content a {
  text-decoration: underline;
}

.editor-content a:hover {
  color: var(--content-accent);
}

.docs-repeater {
  margin: 5.2083333333vw 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.6041666667vw 1fr 2.6041666667vw 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2.6041666667vw;
}

.doc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 1.25vw;
  padding: 1.5625vw;
  background: white;
  -webkit-box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0.5208333333vw;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
}

.doc:hover,
.doc:focus-visible {
  -webkit-box-shadow: 5px 5px 25px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 25px 2px rgba(0, 0, 0, 0.25);
}

.doc .icon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin-right: 1.0416666667vw;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.burger-line {
  fill: none;
  stroke: var(--accent-text-color);
  stroke-width: 7;
  -webkit-transition: stroke 0.3s ease, stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: stroke 0.3s ease, stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke 0.3s ease, stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-line1 {
  stroke-dasharray: 60, 207;
  stroke-width: 7;
}

.burger-line2 {
  stroke-dasharray: 60, 60;
  stroke-width: 7;
}

.burger-line3 {
  stroke-dasharray: 40, 207;
  stroke-width: 7;
}

.active .burger-line1 {
  stroke-dasharray: 90, 207;
  stroke-dashoffset: -134;
  stroke-width: 7;
}

.active .burger-line2 {
  stroke-dasharray: 1, 60;
  stroke-dashoffset: -30;
  stroke-width: 7;
}

.active .burger-line3 {
  stroke-dasharray: 90, 207;
  stroke-dashoffset: -134;
  stroke-width: 7;
}

.burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}

.burger:before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
}

.mobile-menu {
  display: none;
}

.mobile-menu.active {
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
}

.mobile-menu nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile-menu nav li.current_page_item a {
  color: var(--accent-text-color);
}

.mobile-menu nav li {
  list-style: none;
}

.mobile-menu nav li + li {
  margin-top: 15px;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 900;
}

.overlay.active {
  pointer-events: all;
  opacity: 1;
}

.mobile-contacts {
  margin-top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.mobile-contacts a + a {
  margin-left: 20px;
}

.mobile-contacts a {
  width: 30px;
  height: 30px;
  color: var(--accent-color);
}

.home-contacts {
  margin: 2.6041666667vw 0;
}

.home-contacts .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
  font-size: 1.25vw;
}

.home-contacts .contact + .contact {
  margin-top: 1.0416666667vw;
}

.home-contacts .contact .icon {
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  margin-right: 1.0416666667vw;
  color: var(--content-accent);
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

@media (min-width: 1201px) and (max-width: 1600px) {
  html, body {
    font-size: 0.9375vw;
  }
  .container-main {
    padding: 0 8.8541666667vw;
  }
  .editor-content p + p {
    margin-top: 1.0416666667vw;
  }
  .editor-content div {
    margin: 1.0416666667vw 0;
  }
  .editor-content blockquote {
    margin: 2.6041666667vw 0;
    padding: 2.6041666667vw;
  }
  .editor-content blockquote:before {
    height: 4.1666666667vw;
    width: 4.1666666667vw;
  }
  .editor-content ul,
  .editor-content ol {
    margin: 1.0416666667vw 0;
  }
  .editor-content ul li + li,
  .editor-content ol li + li {
    margin-top: 0.5208333333vw;
  }
  .editor-content ul li:before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    margin-right: 0.78125vw;
  }
  .editor-content ol li:before {
    min-width: 1.5625vw;
  }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    margin: 1.0416666667vw 0;
  }
  .editor-content h1 {
    font-size: 1.875vw;
    margin-top: 2.0833333333vw;
    padding-bottom: 1.0416666667vw;
  }
  .editor-content h2 {
    font-size: 1.5625vw;
  }
  .editor-content h3 {
    font-size: 1.25vw;
  }
  .editor-content h4 {
    font-size: 1.1458333333vw;
  }
  .editor-content h5 {
    font-size: 1.0416666667vw;
  }
  .editor-content h6 {
    font-size: 0.9375vw;
  }
  .editor-content table {
    margin: 1.0416666667vw 0;
  }
  .editor-content table td {
    padding: 0.78125vw;
  }
  .editor-content table th {
    padding: 1.0416666667vw 0.78125vw;
  }
  .editor-content .post-stream-box {
    margin: 1.0416666667vw 0;
  }
  .editor-content .post-stream-box iframe {
    height: 15.625vw;
  }
  .editor-content .editor-content-slider {
    margin: 1.0416666667vw 0;
    margin-top: 2.0833333333vw;
  }
  .editor-content .editor-content-slider .glide__slide {
    height: 20.8333333333vw;
  }
  .editor-content .editor-content-slider .glide {
    width: 50%;
  }
  .editor-content .fb-video {
    margin: 1.0416666667vw 0;
  }
}

@media (min-width: 1601px) {
  html, body {
    font-size: 0.9375vw;
  }
  .container-main {
    padding: 0 8.8541666667vw;
  }
  .editor-content p + p {
    margin-top: 1.0416666667vw;
  }
  .editor-content div {
    margin: 1.0416666667vw 0;
  }
  .editor-content blockquote {
    margin: 2.6041666667vw 0;
    padding: 2.6041666667vw;
  }
  .editor-content blockquote:before {
    height: 4.1666666667vw;
    width: 4.1666666667vw;
  }
  .editor-content ul,
  .editor-content ol {
    margin: 1.0416666667vw 0;
  }
  .editor-content ul li + li,
  .editor-content ol li + li {
    margin-top: 0.5208333333vw;
  }
  .editor-content ul li:before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    margin-right: 0.78125vw;
  }
  .editor-content ol li:before {
    min-width: 1.5625vw;
  }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    margin: 1.0416666667vw 0;
  }
  .editor-content h1 {
    font-size: 1.875vw;
    margin-top: 2.0833333333vw;
    padding-bottom: 1.0416666667vw;
  }
  .editor-content h2 {
    font-size: 1.5625vw;
  }
  .editor-content h3 {
    font-size: 1.25vw;
  }
  .editor-content h4 {
    font-size: 1.1458333333vw;
  }
  .editor-content h5 {
    font-size: 1.0416666667vw;
  }
  .editor-content h6 {
    font-size: 0.9375vw;
  }
  .editor-content table {
    margin: 1.0416666667vw 0;
  }
  .editor-content table td {
    padding: 0.78125vw;
  }
  .editor-content table th {
    padding: 1.0416666667vw 0.78125vw;
  }
  .editor-content .post-stream-box {
    margin: 1.0416666667vw 0;
  }
  .editor-content .post-stream-box iframe {
    height: 15.625vw;
  }
  .editor-content .editor-content-slider {
    margin: 1.0416666667vw 0;
    margin-top: 2.0833333333vw;
  }
  .editor-content .editor-content-slider .glide__slide {
    height: 20.8333333333vw;
  }
  .editor-content .editor-content-slider .glide {
    width: 50%;
  }
  .editor-content .fb-video {
    margin: 1.0416666667vw 0;
  }
}

@media (max-width: 1200px) {
  html, body {
    font-size: 0.9375vw;
  }
  .container-main {
    padding: 0 8.8541666667vw;
  }
  .editor-content p + p {
    margin-top: 1.0416666667vw;
  }
  .editor-content div {
    margin: 1.0416666667vw 0;
  }
  .editor-content blockquote {
    margin: 2.6041666667vw 0;
    padding: 2.6041666667vw;
  }
  .editor-content blockquote:before {
    height: 4.1666666667vw;
    width: 4.1666666667vw;
  }
  .editor-content ul,
  .editor-content ol {
    margin: 1.0416666667vw 0;
  }
  .editor-content ul li + li,
  .editor-content ol li + li {
    margin-top: 0.5208333333vw;
  }
  .editor-content ul li:before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    margin-right: 0.78125vw;
  }
  .editor-content ol li:before {
    min-width: 1.5625vw;
  }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    margin: 1.0416666667vw 0;
  }
  .editor-content h1 {
    font-size: 1.875vw;
    margin-top: 2.0833333333vw;
    padding-bottom: 1.0416666667vw;
  }
  .editor-content h2 {
    font-size: 1.5625vw;
  }
  .editor-content h3 {
    font-size: 1.25vw;
  }
  .editor-content h4 {
    font-size: 1.1458333333vw;
  }
  .editor-content h5 {
    font-size: 1.0416666667vw;
  }
  .editor-content h6 {
    font-size: 0.9375vw;
  }
  .editor-content table {
    margin: 1.0416666667vw 0;
  }
  .editor-content table td {
    padding: 0.78125vw;
  }
  .editor-content table th {
    padding: 1.0416666667vw 0.78125vw;
  }
  .editor-content .post-stream-box {
    margin: 1.0416666667vw 0;
  }
  .editor-content .post-stream-box iframe {
    height: 15.625vw;
  }
  .editor-content .editor-content-slider {
    margin: 1.0416666667vw 0;
    margin-top: 2.0833333333vw;
  }
  .editor-content .editor-content-slider .glide__slide {
    height: 20.8333333333vw;
  }
  .editor-content .editor-content-slider .glide {
    width: 50%;
  }
  .editor-content .fb-video {
    margin: 1.0416666667vw 0;
  }
}

@media (max-width: 1024px) {
  html, body {
    font-size: 18px;
  }
  .container-main {
    padding: 0px 15px;
  }
  .page-hero {
    margin-bottom: 20px;
  }
  .page-hero h1 {
    font-size: 36px;
    padding: 80px 0;
  }
  .header-inner {
    padding: 10px 0;
  }
  .logo {
    height: 50px;
    width: auto;
  }
  header nav ul {
    display: none;
  }
  footer {
    margin-top: 30px;
    padding: 30px 0;
  }
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }
  footer ul {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer li {
    padding: 5px 0;
    margin-right: 15px;
  }
  footer li:last-child {
    margin-right: 0;
  }
  footer li + li {
    margin-left: 0;
  }
  .editor-content {
    font-size: 16px;
  }
  .editor-content p + p {
    margin-top: 15px;
  }
  .editor-content div {
    margin: 15px 0;
  }
  .editor-content blockquote {
    margin: 40px 0;
    padding: 40px;
  }
  .editor-content blockquote:before {
    height: 50px;
    width: 50px;
  }
  .editor-content ul,
  .editor-content ol {
    margin: 15px 0;
  }
  .editor-content ul li + li,
  .editor-content ol li + li {
    margin-top: 15px;
  }
  .editor-content ul li:before {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .editor-content ol li:before {
    min-width: 30px;
  }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    margin: 15px 0;
  }
  .editor-content h1 {
    font-size: 30px;
    margin-top: 30px;
    padding-bottom: 10px;
  }
  .editor-content h2 {
    font-size: 26px;
  }
  .editor-content h3 {
    font-size: 22px;
  }
  .editor-content h4 {
    font-size: 20px;
  }
  .editor-content h5 {
    font-size: 18px;
  }
  .editor-content h6 {
    font-size: 16px;
  }
  .editor-content table {
    margin: 15px 0;
  }
  .editor-content table td {
    padding: 10px;
  }
  .editor-content table th {
    padding: 15px 10px;
  }
  .editor-content .post-stream-box {
    margin: 15px 0;
  }
  .editor-content .post-stream-box iframe {
    height: 30vw;
    min-height: 185px;
    min-width: 290px;
  }
  .editor-content .editor-content-slider {
    margin: 15px 0;
    margin-top: 30px;
  }
  .editor-content .editor-content-slider .glide__slide {
    height: 20vw;
    min-height: 200px;
  }
  .editor-content-slider .glide__arrows {
    bottom: -webkit-calc(100% + 5px);
    bottom: -moz-calc(100% + 5px);
    bottom: calc(100% + 5px);
  }
  .editor-content .alignright {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .editor-content .alignleft {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .editor-content .aligncenter {
    margin: 15px auto;
  }
  .editor-content figure {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .editor-content .fb-video {
    margin: 15px 0;
  }
  .tg-output {
    margin: 15px 0;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 18px;
  }
  .tg-output .icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .docs-repeater {
    margin: 50px 0;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .doc {
    border-radius: 10px;
    font-size: 18px;
    padding: 20px;
  }
  .doc .icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
  }
  .mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
    background: #EEEEEE;
    z-index: 1000;
    padding: 50px 30px;
    -webkit-box-shadow: 10px 2px 15px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 10px 2px 15px 2px rgba(0, 0, 0, 0.25);
    max-width: 90vw;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
  }
  .home-contacts {
    margin: 30px 0;
  }
  .home-contacts .contact {
    font-size: 20px;
  }
  .home-contacts .contact + .contact {
    margin-top: 20px;
  }
  .home-contacts .contact .icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
}

@media (max-width: 700px) {
  .docs-repeater {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 500px) {
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  footer li {
    margin-right: 0;
  }
  .editor-content .editor-content-slider .glide {
    width: 100%;
  }
}

@media (max-width: desktoppx) {
  html, body {
    font-size: 0.9375vw;
  }
  .container-main {
    padding: 0 8.8541666667vw;
  }
  .editor-content p + p {
    margin-top: 1.0416666667vw;
  }
  .editor-content div {
    margin: 1.0416666667vw 0;
  }
  .editor-content blockquote {
    margin: 2.6041666667vw 0;
    padding: 2.6041666667vw;
  }
  .editor-content blockquote:before {
    height: 4.1666666667vw;
    width: 4.1666666667vw;
  }
  .editor-content ul,
  .editor-content ol {
    margin: 1.0416666667vw 0;
  }
  .editor-content ul li + li,
  .editor-content ol li + li {
    margin-top: 0.5208333333vw;
  }
  .editor-content ul li:before {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
    margin-right: 0.78125vw;
  }
  .editor-content ol li:before {
    min-width: 1.5625vw;
  }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    margin: 1.0416666667vw 0;
  }
  .editor-content h1 {
    font-size: 1.875vw;
    margin-top: 2.0833333333vw;
    padding-bottom: 1.0416666667vw;
  }
  .editor-content h2 {
    font-size: 1.5625vw;
  }
  .editor-content h3 {
    font-size: 1.25vw;
  }
  .editor-content h4 {
    font-size: 1.1458333333vw;
  }
  .editor-content h5 {
    font-size: 1.0416666667vw;
  }
  .editor-content h6 {
    font-size: 0.9375vw;
  }
  .editor-content table {
    margin: 1.0416666667vw 0;
  }
  .editor-content table td {
    padding: 0.78125vw;
  }
  .editor-content table th {
    padding: 1.0416666667vw 0.78125vw;
  }
  .editor-content .post-stream-box {
    margin: 1.0416666667vw 0;
  }
  .editor-content .post-stream-box iframe {
    height: 15.625vw;
  }
  .editor-content .editor-content-slider {
    margin: 1.0416666667vw 0;
    margin-top: 2.0833333333vw;
  }
  .editor-content .editor-content-slider .glide__slide {
    height: 20.8333333333vw;
  }
  .editor-content .editor-content-slider .glide {
    width: 50%;
  }
  .editor-content .fb-video {
    margin: 1.0416666667vw 0;
  }
}
