/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html {
  font-size: 100%;
}
@media (max-width: 1680px) {
  html {
    font-size: 95%;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 1280px) {
  html {
    font-size: 85%;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 80%;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #F2F2F2;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}

body, p, ul, ol, table {
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}

b, strong {
  font-weight: 700 !important;
}

.main {
  min-height: calc(100vh - 132px);
}

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

.btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 14px 31px;
  background: #f4a2a1;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #222222;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  background: #C1272D;
  color: #ffffff;
}

.page-title {
  font-size: 36px;
  font-size: 2.25rem;
  color: #222222;
  font-weight: 700;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.26;
  margin: 0 0 48px;
}
@media (max-width: 768px) {
  .page-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  .page-title {
    margin: 0 0 24px;
  }
}

.news-block {
  padding: 72px 0;
}
@media (max-width: 480px) {
  .news-block {
    padding: 36px 0;
  }
}
.news-block .wrapper h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #222222;
  font-weight: 700;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.26;
  margin: 0 0 30px;
}
@media (max-width: 768px) {
  .news-block .wrapper h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  .news-block .wrapper h2 {
    margin: 0 0 15px;
  }
}
.news-block .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .news-block .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .news-block .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.news-block .wrapper .grid .single {
  border-radius: 16px;
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.news-block .wrapper .grid .single .photo {
  width: 100%;
  display: block;
  text-decoration: none;
}
.news-block .wrapper .grid .single .photo:hover:after {
  background: rgba(1, 91, 188, 0.3);
}
.news-block .wrapper .grid .single .photo:after {
  content: "";
  display: block;
  padding-top: 66.66%;
  width: 100%;
  background: rgba(1, 91, 188, 0);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.news-block .wrapper .grid .single .info {
  padding: 24px;
  background: #ffffff;
  height: 100%;
}
.news-block .wrapper .grid .single .info .title {
  color: #C1272D;
  display: inline-block;
  font-weight: 700;
  margin: 0 0 8px;
}
.news-block .wrapper .grid .single .info a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  font-weight: 700;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.2;
  margin: 0 0 20px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .news-block .wrapper .grid .single .info a {
    margin: 0 0 12px;
  }
}
.news-block .wrapper .grid .single .info a:hover {
  color: #C1272D;
}
.news-block .wrapper .grid .single .info p {
  margin: 0;
}
.news-block .wrapper .center-btn {
  margin: 30px auto 0;
}

.text-popup {
  max-width: 640px;
  background: #ffffff;
  margin: 0 auto;
}
.text-popup .wrap {
  padding: 30px;
}
.text-popup .wrap h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #222222;
  font-weight: 500;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.6;
  margin: 0 0 20px;
}
table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
table tr td {
  padding: 8px 8px;
  border: 1px solid #cccccc;
  vertical-align: top;
}
.table-wrap {
  width: 100%;
  overflow-x: auto;
}

header {
  background: #ffffff;
  padding: 11px 0;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  text-decoration: none;
  display: inline-block;
}
header .wrapper .logo img {
  height: 50px;
  width: auto;
  display: block;
}
header .wrapper .nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header .wrapper .nav .nav-wrap {
    display: none;
  }
}
header .wrapper .nav .nav-wrap ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .wrapper .nav .nav-wrap ul li {
  margin: 0 24px 0 0;
}
header .wrapper .nav .nav-wrap ul li:last-of-type {
  margin: 0;
}
header .wrapper .nav .nav-wrap ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222222;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .wrapper .nav .nav-wrap ul li a:hover {
  color: #C1272D;
}
header .wrapper .nav .lang {
  display: flex;
  margin: 0 0 0 24px;
}
@media (max-width: 1024px) {
  header .wrapper .nav .lang {
    margin: 0 24px 0 0;
  }
}
@media (max-width: 480px) {
  header .wrapper .nav .lang {
    margin: 0 12px 0 0;
  }
}
header .wrapper .nav .lang a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 28px;
  padding: 4px 0;
  border: 1px solid #222222;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .nav .lang a:last-of-type {
  margin: 0;
}
header .wrapper .nav .lang a.active, header .wrapper .nav .lang a:hover {
  background: #222222;
  color: #ffffff;
}
header .wrapper .nav .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 15px;
}
@media (max-width: 1024px) {
  header .wrapper .nav .responsive-btn {
    display: block;
  }
}
header .wrapper .nav .responsive-btn:hover span {
  background: #C1272D;
}
header .wrapper .nav .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 6px;
}
header .wrapper .nav .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .nav .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 6px;
}
header .wrapper .nav .responsive-btn span {
  width: 25px;
  height: 3px;
  background: #222222;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .nav .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .nav .responsive-btn span:nth-of-type(2) {
  top: 6px;
  left: 0;
}
header .wrapper .nav .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .nav .responsive-btn span:last-of-type {
  margin: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: calc(100% - 30px);
    right: -100vw;
    position: fixed;
    top: 72px;
    background: #F2F2F2;
    height: calc(100vh - 72px);
    z-index: 100;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .responsive-menu {
    width: 100%;
  }
}
.responsive-menu .wrap {
  height: auto;
  padding: 0 48px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .responsive-menu .wrap {
    padding-bottom: 48px;
  }
}
.responsive-menu .wrap .nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.responsive-menu .wrap .nav ul li {
  margin: 0 auto 14px;
  width: 100%;
  text-align: center;
}
.responsive-menu .wrap .nav ul li:last-of-type {
  margin: 0;
}
.responsive-menu .wrap .nav ul li a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.responsive-menu .wrap .nav ul li a:hover {
  color: #C1272D;
}
.responsive-menu .wrap .nav .lang {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
}
.responsive-menu .wrap .nav .lang a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 30px;
  padding: 4px 0;
  border: 1px solid #222222;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.responsive-menu .wrap .nav .lang a:last-of-type {
  margin: 0;
}
.responsive-menu .wrap .nav .lang a.active, .responsive-menu .wrap .nav .lang a:hover {
  background: #222222;
  color: #ffffff;
}
.responsive-menu.active {
  right: 0;
}

footer {
  padding: 18px 0;
  background: #ffffff;
}
footer .wrapper span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #222222;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  opacity: 0.64;
}

.main.page-home .top-block {
  height: auto;
  width: 100%;
  background: linear-gradient(103.42deg, #C1272D 7.83%, #C1272D 46.74%, #ED1C24 95.6%);
  background-blend-mode: multiply;
}
.main.page-home .top-block .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.main.page-home .top-block .wrapper .wrap {
  padding: 72px 0 48px;
}
@media (max-width: 480px) {
  .main.page-home .top-block .wrapper .wrap {
    padding: 72px 0 36px;
  }
}
.main.page-home .top-block .wrapper .wrap .left {
  max-width: 800px;
  width: 100%;
}
.main.page-home .top-block .wrapper .wrap .left h1 {
  font-size: 52px;
  font-size: 3.25rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.15;
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-home .top-block .wrapper .wrap .left h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.main.page-home .top-block .wrapper .wrap .left .text {
  margin: 16px 0 0;
}
.main.page-home .top-block .wrapper .wrap .left .text p {
  color: #ffffff;
}
.main.page-home .top-block .wrapper .wrap .right {
  width: 100%;
  margin: 0 0 0 40px;
  position: absolute;
  top: 16px;
  right: 0;
  text-align: right;
}
@media (max-width: 480px) {
  .main.page-home .top-block .wrapper .wrap .right {
    text-align: center;
  }
}
.main.page-home .top-block .wrapper .wrap .right * {
  color: #ffffff;
}
.main.page-home .top-block .wrapper .wrap .right p {
  margin: 0;
}
.main.page-home .urls-block {
  padding: 72px 0 72px;
}
@media (max-width: 480px) {
  .main.page-home .urls-block {
    padding: 36px 0 36px;
  }
}
.main.page-home .urls-block .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .main.page-home .urls-block .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-home .urls-block .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-home .urls-block .wrapper .grid .single {
  height: 182px;
  padding: 24px 24px;
  background: #f4a2a1;
  display: flex;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .main.page-home .urls-block .wrapper .grid .single {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .main.page-home .urls-block .wrapper .grid .single {
    flex-wrap: wrap;
    height: auto;
  }
}
.main.page-home .urls-block .wrapper .grid .single:hover {
  background: #C1272D;
}
.main.page-home .urls-block .wrapper .grid .single:hover span {
  color: #ffffff;
}
.main.page-home .urls-block .wrapper .grid .single span {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #C1272D;
  font-weight: 700;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.4;
  display: block;
  letter-spacing: 0.5px;
  z-index: 2;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .main.page-home .urls-block .wrapper .grid .single span {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .main.page-home .urls-block .wrapper .grid .single span {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}
.main.page-home .urls-block .wrapper .grid .single .img-wrap {
  height: 134px;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main.page-home .urls-block .wrapper .grid .single .img-wrap {
    width: 90px;
    height: 90px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .main.page-home .urls-block .wrapper .grid .single .img-wrap {
    width: 60px;
    height: 60px;
    right: inherit;
    position: relative;
    margin: 24px auto 0;
    top: inherit;
    bottom: inherit;
  }
}
.main.page-home .urls-block .wrapper .grid .single .img-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}
.main.page-home .urls-block .wrapper .additional-note {
  text-align: center;
  margin: 24px auto 0;
}
.main.page-home .urls-block .wrapper .additional-note a {
  color: #C1272D;
}
@media (max-width: 1024px) {
  .main.page-home .news-block .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .main.page-home .news-block .wrapper .grid .single {
    max-width: 640px;
    margin: 0 auto;
  }
}

.main.page-default.page-accordion .content-block .wrapper .text-wrap > *:nth-of-type(1) {
  margin-top: 0;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion {
  margin: 36px 0 0;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single {
  border: 1px solid #C1272D;
  position: relative;
  margin: 0 0 16px;
  border-radius: 10px;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single:last-of-type {
  margin: 0;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header {
  position: relative;
  cursor: pointer;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header.ui-state-active h3 {
  color: #C1272D;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header.ui-state-active .icon:before {
  transform: rotate(45deg);
  margin-top: 3px;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header h3 {
  padding: 16px 16px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #222222;
  font-weight: 500;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.6;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  width: calc(100% - 40px);
}
@media (max-width: 1280px) {
  .main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header h3 {
    padding: 36px 36px;
  }
}
@media (max-width: 768px) {
  .main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header h3 {
    padding: 24px 24px;
  }
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 24px;
  height: 24px;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .header .icon:before {
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  width: 10px;
  content: "";
  height: 10px;
  transform: rotate(225deg);
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .acc-text {
  padding: 0 16px 16px 16px;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .acc-text .popup-links {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 10px;
  flex-direction: column;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .acc-text .popup-links .single-popup-link {
  font-size: 16px;
  font-size: 1rem;
  color: #C1272D;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  background: #f4a2a1;
  display: inline-block;
  margin: 0 0 10px;
  align-self: flex-start;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .acc-text .tabs .tabs-nav {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 10px;
  flex-direction: column;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .acc-text .tabs .tabs-nav li {
  margin: 0 0 10px;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .acc-text .tabs .tabs-nav li.ui-state-active a {
  background: #C1272D;
  color: #f4a2a1;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .accordion .single .acc-text .tabs .tabs-nav li a {
  font-size: 16px;
  font-size: 1rem;
  color: #C1272D;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  background: #f4a2a1;
  display: inline-block;
}
.main.page-default.page-accordion .content-block .wrapper .text-wrap .text-2 {
  margin: 36px 0 0;
}
.main.page-default .content-block {
  padding: 72px 0;
}
@media (max-width: 480px) {
  .main.page-default .content-block {
    padding: 36px 0;
  }
}
.main.page-default .content-block .wrapper {
  max-width: 920px;
}
.main.page-default .content-block .wrapper .text-wrap .table-fix .table-wrap {
  width: 100%;
}
@media (max-width: 768px) {
  .main.page-default .content-block .wrapper .text-wrap .table-fix .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1em;
  }
}
.main.page-default .content-block .wrapper .text-wrap .text a {
  color: #C1272D;
}

.main.page-buttons .urls-block {
  padding: 72px 0 0;
}
@media (max-width: 480px) {
  .main.page-buttons .urls-block {
    padding: 36px 0 0;
  }
}
.main.page-buttons .urls-block .wrapper .text-1 {
  text-align: center;
  margin: 0 auto 24px;
}
.main.page-buttons .urls-block .wrapper .text-1 a {
  color: #C1272D;
}
.main.page-buttons .urls-block .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .main.page-buttons .urls-block .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-buttons .urls-block .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-buttons .urls-block .wrapper .grid .single {
  height: 182px;
  padding: 24px 24px;
  background: #f4a2a1;
  display: flex;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .main.page-buttons .urls-block .wrapper .grid .single {
    height: 160px;
  }
}
@media (max-width: 768px) {
  .main.page-buttons .urls-block .wrapper .grid .single {
    flex-wrap: wrap;
    height: auto;
  }
}
.main.page-buttons .urls-block .wrapper .grid .single:hover {
  background: #C1272D;
}
.main.page-buttons .urls-block .wrapper .grid .single:hover span {
  color: #ffffff;
}
.main.page-buttons .urls-block .wrapper .grid .single span {
  font-size: 27px;
  font-size: 1.6875rem;
  color: #C1272D;
  font-weight: 700;
  font-family: "Encode Sans", sans-serif;
  line-height: 1.4;
  display: block;
  letter-spacing: 0.5px;
  z-index: 2;
  position: relative;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .main.page-buttons .urls-block .wrapper .grid .single span {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .main.page-buttons .urls-block .wrapper .grid .single span {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}
.main.page-buttons .urls-block .wrapper .grid .single .img-wrap {
  height: 134px;
  width: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .main.page-buttons .urls-block .wrapper .grid .single .img-wrap {
    width: 90px;
    height: 90px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .main.page-buttons .urls-block .wrapper .grid .single .img-wrap {
    width: 60px;
    height: 60px;
    right: inherit;
    position: relative;
    margin: 24px auto 0;
    top: inherit;
    bottom: inherit;
  }
}
.main.page-buttons .urls-block .wrapper .grid .single .img-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}
.main.page-buttons .urls-block .wrapper .text-2 {
  text-align: center;
  margin: 24px auto 0;
}
.main.page-buttons .urls-block .wrapper .text-2 a {
  color: #C1272D;
}

/*# sourceMappingURL=style.css.map */
