html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

/**
* http://code.iamkate.com/html-and-css/fixing-browsers-broken-monospace-font-handling/
*/
pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  padding: 0;
}

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

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

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a:focus {
  outline: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

img,
iframe,
object,
embed,
svg {
  vertical-align: middle;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

[disabled] {
  cursor: default;
}

.grid, .f-calculator__list, .f-calculator__packets, .inp-suggest ul, .list-anchors, .b-files__list, .b-icon__list, .b-timeline__list, .m-lang__list, .m-main__list, .m-social__list, .m-submenu__list, .footer__list, .footer__sublist {
  margin: 0;
}

.grid__cell, .f-calculator__item, .f-calculator__packet, .inp-suggest li, .list-anchors li, .b-files__item, .b-icon__item, .b-timeline__item, .m-lang__item, .m-main__item, .m-social__item, .m-submenu__item, .footer__list li, .footer__subitem {
  margin: 0;
  padding: 0;
  background: none;
}

.grid, .f-calculator__list, .f-calculator__packets {
  counter-reset: none;
}

.grid__cell, .f-calculator__item, .f-calculator__packet {
  position: static;
}

.grid__cell::before, .f-calculator__item::before, .f-calculator__packet::before {
  content: normal;
  counter-increment: none;
  position: static;
  top: auto;
  left: auto;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid__cell {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
}

html {
  color: #000000;
  font-family: "Roboto", blinkmacsystemfont, "Segoe UI", helvetica, arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  html {
    font-size: 15px;
    line-height: 1.66667;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 1.5em 0 0.9em;
  font-family: "Futura PT", "Roboto", sans-serif;
  font-weight: bold;
}

h1,
.h1 {
  margin: 1.5em 0 0.55em;
  font-family: "Futura Condensed", "Roboto", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  h1,
  .h1 {
    font-size: 70px;
  }
}

h2,
.h2 {
  font-size: 20px;
  line-height: 1.25;
}

@media (min-width: 1000px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 1.25;
  }
}

h3,
.h3 {
  font-size: 15px;
  line-height: 1.66667;
}

@media (min-width: 1000px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.5;
  }
}

h4,
.h4 {
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  h4,
  .h4 {
    font-size: 15px;
    line-height: 1.66667;
  }
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 1.66667em;
}

hr {
  height: 1px;
  margin: 1.66667em 0;
  border: solid #d6d6d6;
  border-width: 1px 0 0;
  overflow: hidden;
}

blockquote {
  margin: 0 0 1.66667em;
  padding: 0;
}

blockquote p {
  margin-bottom: 0;
}

a {
  color: #000000;
  text-decoration: underline;
  transition: color 0.3s;
  -webkit-tap-highlight-color: transparent;
}

.hoverevents a:hover {
  color: #d8bf06;
}

ul,
ol,
dl {
  margin: 0 0 1.66667em;
  padding: 0;
  list-style: none;
}

li {
  margin: 0 0 35px;
  padding: 0 0 0 41px;
}

@media (min-width: 768px) {
  li {
    padding: 0 0 0 58px;
  }
}

ul li {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='45' height='2' viewBox='0 0 45 2'%3e%3cline x2='45' transform='translate(0 1)' fill='none' stroke='%23ffe100' stroke-width='2'/%3e%3c/svg%3e");
  background-position: 0 0.85em;
  background-repeat: no-repeat;
  background-size: 28px 2px;
}

@media (min-width: 768px) {
  ul li {
    background-size: 45px 2px;
  }
}

ul ul li {
  padding: 0 0 0 32px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='2' viewBox='0 0 22 2'%3e%3cline x2='22' transform='translate(0 1)' fill='none' stroke='%23ffe100' stroke-width='2'/%3e%3c/svg%3e");
  background-size: 22px 2px;
}

ol {
  counter-reset: item;
}

ol li {
  position: relative;
}

ol li::before {
  content: counter(item) ".";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
}

ol ol li::before {
  content: counter(item, lower-alpha) ".";
}

dt {
  margin: 0;
  font-weight: bold;
}

dd {
  margin: 0 0 0.83334em;
  padding: 0;
}

table {
  clear: both;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
  margin: 0 0 1.66667em;
  border-top: 1px solid #d6d6d6;
}

caption {
  padding: 0 0 10px;
  font-weight: bold;
  text-align: left;
  caption-side: top;
}

td,
th {
  vertical-align: top;
  padding: 12px 0;
  border-bottom: 1px solid #d6d6d6;
}

th {
  font-weight: bold;
  text-align: left;
}

thead th {
  background: #f8f8f8;
}

figure {
  margin-bottom: 1.66667em;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  figure {
    margin-bottom: 6.00001em;
  }
}

figcaption {
  margin-top: 0.5em;
}

@media (max-width: 1279.98px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.icon-svg__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0);
}

.icon-svg::before {
  content: '';
  display: block;
}

.icon-svg--arrow-left {
  width: 14px;
}

.icon-svg--arrow-left::before {
  padding-top: 100%;
}

.icon-svg--arrow {
  width: 14px;
}

.icon-svg--arrow::before {
  padding-top: 100%;
}

.icon-svg--avatar {
  width: 20px;
}

.icon-svg--avatar::before {
  padding-top: 100%;
}

.icon-svg--check-circle {
  width: 512px;
}

.icon-svg--check-circle::before {
  padding-top: 100%;
}

.icon-svg--chevron-down {
  width: 448px;
}

.icon-svg--chevron-down::before {
  padding-top: 114.28571%;
}

.icon-svg--chevron-left {
  width: 265px;
}

.icon-svg--chevron-left::before {
  padding-top: 164.79245%;
}

.icon-svg--chevron-right {
  width: 265px;
}

.icon-svg--chevron-right::before {
  padding-top: 164.79245%;
}

.icon-svg--cze-flag {
  width: 18px;
}

.icon-svg--cze-flag::before {
  padding-top: 100%;
}

.icon-svg--cze {
  width: 52.9px;
}

.icon-svg--cze::before {
  padding-top: 89.22495%;
}

.icon-svg--en-flag {
  width: 18px;
}

.icon-svg--en-flag::before {
  padding-top: 100%;
}

.icon-svg--error-circle {
  width: 512px;
}

.icon-svg--error-circle::before {
  padding-top: 100%;
}

.icon-svg--facebook {
  width: 18px;
}

.icon-svg--facebook::before {
  padding-top: 100%;
}

.icon-svg--file {
  width: 384px;
}

.icon-svg--file::before {
  padding-top: 133.33333%;
}

.icon-svg--flag {
  width: 55px;
}

.icon-svg--flag::before {
  padding-top: 100%;
}

.icon-svg--hide {
  width: 20px;
}

.icon-svg--hide::before {
  padding-top: 100%;
}

.icon-svg--hotel {
  width: 59px;
}

.icon-svg--hotel::before {
  padding-top: 98.30508%;
}

.icon-svg--info {
  width: 23.635px;
}

.icon-svg--info::before {
  padding-top: 100%;
}

.icon-svg--linkedin {
  width: 18px;
}

.icon-svg--linkedin::before {
  padding-top: 100%;
}

.icon-svg--network {
  width: 55px;
}

.icon-svg--network::before {
  padding-top: 100%;
}

.icon-svg--phone {
  width: 31.8px;
}

.icon-svg--phone::before {
  padding-top: 109.43396%;
}

.icon-svg--play-reverse {
  width: 80px;
}

.icon-svg--play-reverse::before {
  padding-top: 100%;
}

.icon-svg--play {
  width: 32px;
}

.icon-svg--play::before {
  padding-top: 100%;
}

.icon-svg--recent {
  width: 512px;
}

.icon-svg--recent::before {
  padding-top: 100%;
}

.icon-svg--reset {
  width: 512px;
}

.icon-svg--reset::before {
  padding-top: 100%;
}

.icon-svg--show {
  width: 20px;
}

.icon-svg--show::before {
  padding-top: 100%;
}

.icon-svg--straight-arrow {
  width: 18.7px;
}

.icon-svg--straight-arrow::before {
  padding-top: 39.57219%;
}

.icon-svg--svk-flag {
  width: 18px;
}

.icon-svg--svk-flag::before {
  padding-top: 100%;
}

.icon-svg--upload {
  width: 512px;
}

.icon-svg--upload::before {
  padding-top: 100%;
}

.icon-svg--warning {
  width: 25.963px;
}

.icon-svg--warning::before {
  padding-top: 89.71999%;
}

.icon-svg--youtube {
  width: 23px;
}

.icon-svg--youtube::before {
  padding-top: 70.43478%;
}

.burger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 21px;
  text-transform: uppercase;
  text-decoration: none;
}

.burger__line {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 2px;
  background: currentColor;
}

.burger__line::before, .burger__line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: currentColor;
  transition: transform 0.3s;
}

.burger__line::before {
  transform: translateY(8px);
}

.burger__line::after {
  transform: translateY(-8px);
}

.menu-open .burger__line {
  background: transparent;
}

.menu-open .burger__line::before {
  transform: rotate(-45deg);
}

.menu-open .burger__line::after {
  transform: rotate(45deg);
}

.burger__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
}

.btn__text {
  position: relative;
  display: block;
  min-width: 195px;
  padding: 13px 47px 10px;
  border-bottom: 5px solid #d8bf06;
  background-color: #fedf05;
  color: #000000;
  font-family: "Futura PT", "Roboto", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn--secondary .btn__text {
  padding: 11px 47px;
  border: 3px solid #fedf05;
  background: #ffffff;
}

.btn--sm .btn__text {
  min-width: 100px;
  padding: 7px 12px 6px;
  border-bottom: 0;
  font-size: 14px;
}

.btn:disabled, .btn.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.hoverevents .btn:hover .btn__text {
  background-color: #d8bf06;
}

.hoverevents .btn--secondary:hover .btn__text {
  border-color: #d8bf06;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  .btn__text {
    padding: 16px 40px 14px;
    border-bottom: 4px solid #d8bf06;
    font-size: 15px;
  }
  .btn--secondary .btn__text {
    padding: 15px 20px 14px;
  }
}

@media (min-width: 1000px) {
  .btn--sm .btn__text {
    min-width: 130px;
    padding: 13px 25px 12px;
    font-size: 17px;
  }
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform,opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

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

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform,opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

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

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

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

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

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

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

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

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

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

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

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

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

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

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium.woff") format("woff");
  font-display: swap;
}

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

@font-face {
  font-family: 'Futura Condensed';
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/FuturaCondensed.woff2") format("woff2"), url("../fonts/FuturaCondensed.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Futura PT';
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/FuturaPTBold.woff2") format("woff2"), url("../fonts/FuturaPTBold.woff") format("woff");
  font-display: swap;
}

.row-main {
  position: relative;
  max-width: 1044px;
  margin: 0 auto;
  padding: 0 20px;
}

.row-main::before, .row-main::after {
  content: '';
  display: table;
}

.row-main::after {
  clear: both;
}

.grid {
  margin-bottom: -16px;
  margin-left: -16px;
}

.grid__cell {
  position: relative;
  border: 16px solid transparent;
  border-width: 0 0 16px 16px;
  -o-border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
     border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3C/svg%3E");
}

.grid__cell--top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.grid__cell--middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.grid__cell--bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.grid__cell--eq {
  display: -ms-flexbox;
  display: flex;
}

.grid__cell--eq > * {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.grid--lg {
  margin-bottom: -50px;
  margin-left: -50px;
}

.grid--lg .grid__cell {
  border: 50px solid transparent;
  border-width: 0 0 50px 50px;
}

.grid--x-sm {
  margin-left: -20px;
}

.grid--x-sm .grid__cell {
  border-left-width: 20px;
}

.grid--x-md {
  margin-left: -25px;
}

.grid--x-md .grid__cell {
  border-left-width: 25px;
}

.grid--middle {
  -ms-flex-align: center;
      align-items: center;
}

.grid--bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.grid--center {
  -ms-flex-pack: center;
      justify-content: center;
}

.grid--right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.grid--space-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.size--auto {
  width: auto;
}

.size--autogrow {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: auto;
}

.size--1-12 {
  width: 8.33333%;
}

.size--2-12 {
  width: 16.66667%;
}

.size--3-12 {
  width: 25%;
}

.size--4-12 {
  width: 33.33333%;
}

.size--5-12 {
  width: 41.66667%;
}

.size--6-12 {
  width: 50%;
}

.size--7-12 {
  width: 58.33333%;
}

.size--8-12 {
  width: 66.66667%;
}

.size--9-12 {
  width: 75%;
}

.size--10-12 {
  width: 83.33333%;
}

.size--11-12 {
  width: 91.66667%;
}

.size--12-12 {
  width: 100%;
}

@media (min-width: 480px) {
  .size--auto\@sm {
    width: auto;
  }
  .size--autogrow\@sm {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@sm {
    width: 8.33333%;
  }
  .size--2-12\@sm {
    width: 16.66667%;
  }
  .size--3-12\@sm {
    width: 25%;
  }
  .size--4-12\@sm {
    width: 33.33333%;
  }
  .size--5-12\@sm {
    width: 41.66667%;
  }
  .size--6-12\@sm {
    width: 50%;
  }
  .size--7-12\@sm {
    width: 58.33333%;
  }
  .size--8-12\@sm {
    width: 66.66667%;
  }
  .size--9-12\@sm {
    width: 75%;
  }
  .size--10-12\@sm {
    width: 83.33333%;
  }
  .size--11-12\@sm {
    width: 91.66667%;
  }
  .size--12-12\@sm {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .size--auto\@md {
    width: auto;
  }
  .size--autogrow\@md {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@md {
    width: 8.33333%;
  }
  .size--2-12\@md {
    width: 16.66667%;
  }
  .size--3-12\@md {
    width: 25%;
  }
  .size--4-12\@md {
    width: 33.33333%;
  }
  .size--5-12\@md {
    width: 41.66667%;
  }
  .size--6-12\@md {
    width: 50%;
  }
  .size--7-12\@md {
    width: 58.33333%;
  }
  .size--8-12\@md {
    width: 66.66667%;
  }
  .size--9-12\@md {
    width: 75%;
  }
  .size--10-12\@md {
    width: 83.33333%;
  }
  .size--11-12\@md {
    width: 91.66667%;
  }
  .size--12-12\@md {
    width: 100%;
  }
}

@media (min-width: 1000px) {
  .size--auto\@lg {
    width: auto;
  }
  .size--autogrow\@lg {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@lg {
    width: 8.33333%;
  }
  .size--2-12\@lg {
    width: 16.66667%;
  }
  .size--3-12\@lg {
    width: 25%;
  }
  .size--4-12\@lg {
    width: 33.33333%;
  }
  .size--5-12\@lg {
    width: 41.66667%;
  }
  .size--6-12\@lg {
    width: 50%;
  }
  .size--7-12\@lg {
    width: 58.33333%;
  }
  .size--8-12\@lg {
    width: 66.66667%;
  }
  .size--9-12\@lg {
    width: 75%;
  }
  .size--10-12\@lg {
    width: 83.33333%;
  }
  .size--11-12\@lg {
    width: 91.66667%;
  }
  .size--12-12\@lg {
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .size--auto\@xl {
    width: auto;
  }
  .size--autogrow\@xl {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    width: auto;
  }
  .size--1-12\@xl {
    width: 8.33333%;
  }
  .size--2-12\@xl {
    width: 16.66667%;
  }
  .size--3-12\@xl {
    width: 25%;
  }
  .size--4-12\@xl {
    width: 33.33333%;
  }
  .size--5-12\@xl {
    width: 41.66667%;
  }
  .size--6-12\@xl {
    width: 50%;
  }
  .size--7-12\@xl {
    width: 58.33333%;
  }
  .size--8-12\@xl {
    width: 66.66667%;
  }
  .size--9-12\@xl {
    width: 75%;
  }
  .size--10-12\@xl {
    width: 83.33333%;
  }
  .size--11-12\@xl {
    width: 91.66667%;
  }
  .size--12-12\@xl {
    width: 100%;
  }
}

.img {
  position: relative;
  display: block;
  background: #f8f8f8;
  overflow: hidden;
}

.img::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.img img,
.img iframe {
  width: 100%;
  height: 100%;
}

.img__holder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.img--content::before {
  padding-top: 67.01807%;
}

.img--news::before {
  padding-top: 66.99267%;
}

.img--advantages::before, .img--common::before {
  padding-top: 66.66667%;
}

.img--video img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.img--video::before {
  padding-top: 56.25%;
}

.img--resolve::before {
  padding-top: 75.30364%;
}

.inp-select, .inp-text {
  display: block;
  width: 100%;
  padding: 11px 15px 12px;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  background-color: #ffffff;
  color: #000000;
  font-size: 1rem;
  line-height: 20px;
  transition: background-color 0.3s, border-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.inp-select:disabled, .inp-text:disabled {
  background-color: #f8f8f8;
}

.inp-select:focus, .inp-text:focus {
  border-color: #000000;
}

.has-error .inp-select, .has-error .inp-text {
  border-color: #fd0d1b;
}

.has-ok .inp-select, .has-ok .inp-text {
  border-color: #4eb741;
}

.inp-error {
  display: block;
  padding: 10px 15px 15px;
  border: 1px solid #fd0d1b;
  background-color: #ffe2e2;
}

.inp-error .inp-fix {
  padding-right: 0;
}

.inp-error .inp-text {
  border-color: #d6d6d6;
}

fieldset {
  padding-top: 20px;
}

.inp-file {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.inp-file__inp {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  width: 2000px;
  margin-left: -1000px;
  font-size: 100px;
  line-height: 200px;
  opacity: 0;
  cursor: pointer;
}

.inp-file .icon-svg {
  width: 12px;
}

.inp-file__text {
  text-decoration: underline;
}

.inp-file__info {
  margin-left: 5px;
  color: #a2a2a2;
}

.inp-file.is-focus {
  color: #d8bf06;
}

.inp-fix {
  position: relative;
  display: block;
}

.inp-fix .icon-svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  transform: translateY(-50%);
}

.has-error .inp-fix {
  padding-right: 30px;
  color: #fd0d1b;
}

.has-warning .inp-fix {
  padding-right: 30px;
  color: #ffaa00;
}

.has-ok .inp-fix {
  padding-right: 30px;
  color: #4eb741;
}

.inp-fix--date {
  max-width: 290px;
}

.inp-info {
  display: block;
  margin-top: 5px;
}

.inp-info .icon-svg {
  width: 20px;
}

.inp-info.item-icon {
  padding-left: 30px;
}

.has-error .inp-info {
  color: #fd0d1b;
}

.has-warning .inp-info {
  color: #ffaa00;
}

.has-ok .inp-info {
  color: #4eb741;
}

.input__field {
  width: 100%;
  min-height: 44px;
  padding: 9px 20px 10px;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  font-size: 16px;
}

.input__field::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.input__field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.input__field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.input__field::placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.input__field:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.input__field:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.input__field:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.input__field:focus::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.input__field:not(:disabled):focus {
  outline: 3px solid #fedf05;
}

textarea.input__field {
  height: auto;
}

.inp-item {
  position: relative;
  display: block;
  vertical-align: top;
  min-height: 25px;
  padding-left: 32px;
  cursor: pointer;
}

.inp-item__inp {
  position: absolute;
  left: -5000px;
}

.inp-item__text {
  display: block;
  font-size: 15px;
  line-height: 1.66667;
}

.inp-item__text::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 2px solid #d6d6d6;
  background: #ffffff;
  transition: border-color 0.3s;
}

.inp-item__text::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 7px;
  width: 8px;
  height: 8px;
  background: #000000;
  opacity: 0;
  transition: opacity 0.3s;
}

.inp-item__title {
  display: block;
}

.inp-item--radio .inp-item__text::before {
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
}

.inp-item--radio .inp-item__text::after {
  top: 9px;
  border-radius: 5px;
}

.inp-item--checkbox .inp-item__text::after {
  left: 5px;
  width: 14px;
  height: 8px;
  border: solid #000000;
  border-width: 0 0 3px 3px;
  background: transparent;
  transform: rotate(-45deg);
}

.inp-item--label-hidden {
  display: inline-block;
  padding-left: 0;
}

.inp-item--label-hidden .inp-item__text-inner {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.inp-item--bg {
  padding: 0;
}

.inp-item--bg .inp-item__text {
  padding: 15px 15px 15px 50px;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  background: #f8f8f8;
  transition: background 0.3s;
}

.inp-item--bg .inp-item__text::before, .inp-item--bg .inp-item__text::after {
  transform: translate(15px, 15px);
}

.has-error .inp-item__text::before {
  border-color: #fd0d1b;
}

.inp-item__inp:focus + .inp-item__text::before {
  border-color: #000000;
}

.inp-item__inp:disabled + .inp-item__text {
  color: rgba(0, 0, 0, 0.5);
  cursor: default;
}

.inp-item__inp:disabled + .inp-item__text::before {
  background: #f8f8f8;
}

.inp-item__inp:checked + .inp-item__text::before {
  border-color: #fedf05;
  background: #fedf05;
}

.inp-item__inp:checked + .inp-item__text::after {
  opacity: 1;
}

.inp-item--bg .inp-item__inp:checked + .inp-item__text {
  background: #cccccc;
}

.inp-item--bg .inp-item__inp:checked + .inp-item__text::before {
  border-color: #d6d6d6;
}

.inp-label {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.25em;
  font-weight: 600;
}

.label {
  display: block;
  margin-bottom: 10px;
}

.label__text {
  display: block;
  font-weight: bold;
}

.label__hint {
  display: block;
}

.inp-pswd {
  display: inline-block;
  cursor: pointer;
}

.inp-pswd__inp {
  position: absolute;
  left: -5000px;
}

.inp-pswd__show, .inp-pswd__hide {
  text-decoration: underline;
}

.inp-pswd__hide {
  display: none;
}

.inp-pswd .item-icon {
  padding-right: 30px;
}

.inp-pswd .icon-svg {
  width: 20px;
}

.inp-pswd__inp:checked ~ .inp-pswd__hide {
  display: block;
}

.inp-pswd__inp:checked ~ .inp-pswd__show {
  display: none;
}

.inp-select {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' data-prefix='fas' data-icon='chevron-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' class='svg-inline--fa fa-chevron-down fa-w-14 fa-3x'%3E%3Cpath fill='currentColor' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-position: top 50% right 15px;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  color: #000000;
}

.inp-select::-ms-expand {
  display: none;
}

@keyframes animation-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.js-suggest {
  position: relative;
  z-index: 0;
}

.js-suggest.is-focused {
  z-index: 10;
}

.js-suggest__inp + .btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  border: 2px solid;
  border-radius: 8px;
  border-top-color: transparent;
  opacity: 0;
  transition: opacity 0.3s;
}

.js-suggest__inp + .btn .icon-svg {
  transition: opacity 0.3s;
}

.js-suggest__inp-wrapper {
  position: relative;
}

.js-suggest__inp {
  position: relative;
  z-index: 10;
}

.js-suggest__inp:focus {
  border-color: #d6d6d6;
  border-bottom-color: transparent;
  outline: 3px transparent !important;
}

.js-suggest__inp.is-loading + .btn::after {
  opacity: 1;
  animation: animation-rotate 0.8s infinite linear;
}

.js-suggest__inp.is-loading + .btn .icon-svg {
  opacity: 0;
}

.inp-suggest {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block !important;
  padding: 43px 15px 12px;
  border: 1px solid #d6d6d6;
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.inp-suggest.is-visible {
  display: block;
  opacity: 1;
  pointer-events: all;
}

.inp-suggest__header {
  position: relative;
  display: block;
  margin-top: 1px !important;
  padding-top: 11px;
  padding-left: 24px;
  border-top: 1px solid #d6d6d6;
  color: #a2a2a2;
  font-size: 12px;
}

.inp-suggest__header::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23a2a2a2' d='M504 255.531c.253 136.64-111.18 248.372-247.82 248.468-59.015.042-113.223-20.53-155.822-54.911-11.077-8.94-11.905-25.541-1.839-35.607l11.267-11.267c8.609-8.609 22.353-9.551 31.891-1.984C173.062 425.135 212.781 440 256 440c101.705 0 184-82.311 184-184 0-101.705-82.311-184-184-184-48.814 0-93.149 18.969-126.068 49.932l50.754 50.754c10.08 10.08 2.941 27.314-11.313 27.314H24c-8.837 0-16-7.163-16-16V38.627c0-14.254 17.234-21.393 27.314-11.314l49.372 49.372C129.209 34.136 189.552 8 256 8c136.81 0 247.747 110.78 248 247.531zm-180.912 78.784l9.823-12.63c8.138-10.463 6.253-25.542-4.21-33.679L288 256.349V152c0-13.255-10.745-24-24-24h-16c-13.255 0-24 10.745-24 24v135.651l65.409 50.874c10.463 8.137 25.541 6.253 33.679-4.21z'/%3E%3C/svg%3E");
}

.inp-suggest ul {
  padding: 4px 0 0;
}

.inp-suggest li::before {
  display: none;
}

.inp-suggest li a {
  display: block;
  padding: 6px 0 2px;
  text-decoration: none;
}

.inp-text::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.inp-text:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.inp-text::-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.inp-text::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.inp-text:focus::-moz-placeholder {
  color: rgba(162, 162, 162, 0.5);
}

.inp-text:focus:-ms-input-placeholder {
  color: rgba(162, 162, 162, 0.5);
}

.inp-text:focus::-ms-input-placeholder {
  color: rgba(162, 162, 162, 0.5);
}

.inp-text:focus::placeholder {
  color: rgba(162, 162, 162, 0.5);
}

textarea.inp-text {
  height: auto;
}

.item-icon {
  position: relative;
}

.item-icon--before {
  padding-left: 20px;
}

.item-icon--before .icon-svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.item-icon--after {
  padding-right: 20px;
}

.item-icon--after .icon-svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .item-icon--before .icon-svg--play {
    width: 16px;
  }
}

@media (min-width: 1000px) {
  .item-icon--before {
    padding-left: 23px;
  }
  .item-icon--before .icon-svg__play {
    width: 18px;
  }
  .item-icon--after {
    padding-right: 23px;
  }
  .item-icon--lg {
    padding-left: 42px;
  }
  .item-icon--xl {
    padding-left: 46px;
  }
  .item-icon--xl .icon-svg {
    width: 30px;
  }
}

.js-copy-text {
  font-family: "Futura PT", "Roboto", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.js-copy-text .item-icon {
  padding-left: 30px;
}

.js-copy-text .item-icon .icon-svg {
  width: 20px;
  color: #4eb741;
}

.js-copy-text__inner {
  padding: 3px 20px 1px;
  border: 3px solid #fedf05;
  transition: color 0.3s;
}

.hoverevents .js-copy-text:hover {
  color: #000000;
}

.hoverevents .js-copy-text:hover .js-copy-text__inner {
  color: #d8bf06;
}

.link-mask::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.list-anchors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 15px;
  line-height: 1.66667;
}

.list-anchors li:first-child {
  font-weight: 500;
}

.list-anchors a {
  display: block;
  padding: 1px 10px 1px 0;
}

@media (max-width: 767.98px) {
  .list-anchors {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-anchors li {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 50%;
  }
  .list-anchors li:first-child {
    width: 100%;
    margin-bottom: 6px;
  }
}

@media (min-width: 768px) {
  .list-anchors li:first-child {
    padding-right: 20px;
  }
  .list-anchors li:last-child {
    padding-left: 40px;
  }
  .list-anchors a {
    padding: 10px 20px;
  }
}

.list-arrows {
  margin-bottom: 4px;
}

.list-arrows li {
  margin-bottom: 12px;
  padding-left: 20px;
  background-image: none;
}

@media (min-width: 768px) {
  .list-arrows li {
    margin-bottom: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Vrstva_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14'%3e%3cpath id='path-1' d='M6.6,1.2L6,2C5.7,2.3,5.7,2.8,6,3.1l3.7,3.6h-9C0.3,6.7,0,7,0,7.5v1c0,0.4,0.3,0.8,0.7,0.8h9L6,13 c-0.3,0.3-0.3,0.8,0,1.1l0.6,0.7c0.3,0.3,0.8,0.3,1.1,0l6.1-6.2c0.3-0.3,0.3-0.8,0-1.1L7.7,1.3C7.4,0.9,6.9,0.9,6.6,1.2z'/%3e%3c/svg%3e");
    background-position: 0 0.3em;
    background-size: 11px 13px;
  }
}

.message {
  position: relative;
  padding: 15px 20px 15px 55px;
  background: #d1effe;
  color: #000000;
}

.message > :last-child {
  margin-bottom: 0;
}

.message .icon-svg {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 25px;
  color: #0078bb;
}

.message--error li::before, .message--ok li::before, .message--warning li::before {
  background-color: #ffffff;
}

.message--error a, .message--ok a, .message--warning a {
  color: #ffffff;
}

.message--error {
  background: #ffdede;
}

.message--error .icon-svg {
  color: #ff1e29;
}

.message--ok {
  background: #e0ffde;
}

.message--ok .icon-svg {
  color: #4eb741;
}

.message--warning {
  background: #fff6de;
}

.message--warning .icon-svg {
  color: #ffaa00;
}

.js-object-fixed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.phone-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  height: 40px;
  background: #fedf05;
  color: #000000;
  font-family: "Futura Condensed", "Roboto", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 25px;
  text-decoration: none;
}

.phone-link__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
}

.phone-link__icon .icon-svg {
  width: 22px;
}

.phone-link__num {
  padding: 2px 13px 0;
}

.phone-link--lg {
  height: 60px;
  font-size: 32px;
}

.phone-link--lg .phone-link__icon {
  width: 60px;
  height: 60px;
}

.phone-link--lg .phone-link__icon .icon-svg {
  width: 32px;
}

.hoverevents .phone-link:hover {
  color: #000000;
}

.hoverevents .phone-link:hover .icon-svg {
  animation: shake 5s infinite;
}

@media (min-width: 1000px) {
  .phone-link {
    height: 64px;
    font-size: 50px;
  }
  .phone-link__icon {
    width: 64px;
    height: 64px;
  }
  .phone-link__icon .icon-svg {
    width: 32px;
  }
  .phone-link--lg {
    height: 90px;
    font-size: 70px;
  }
  .phone-link--lg .phone-link__icon {
    width: 90px;
    height: 90px;
  }
  .phone-link--lg .phone-link__icon .icon-svg {
    width: 46px;
  }
}

@keyframes shake {
  0% {
    transform: translate3d(-2px, 0, 0);
  }
  1% {
    transform: translate3d(2px, 2px, 0);
  }
  2% {
    transform: translate3d(-2px, -2px, 0);
  }
  3% {
    transform: translate3d(2px, 0, 0);
  }
  4% {
    transform: translate3d(0, 0, 0);
  }
  5% {
    transform: translate3d(-2px, 0, 0);
  }
  6% {
    transform: translate3d(2px, 2px, 0);
  }
  7% {
    transform: translate3d(-2px, -2px, 0);
  }
  8% {
    transform: translate3d(2px, 0, 0);
  }
  9% {
    transform: translate3d(0, 0, 0);
  }
}

.progress__label {
  margin: 0;
  padding: 0 0 6px 0;
  color: #000000;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.15;
}

.progress__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.progress__label {
  margin-top: 12px;
}

.progress__note {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.33333;
}

.progress__bar {
  width: 100%;
  height: 4px;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.progress__bar:not([value]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.progress__bar[value] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.progress__bar[value]::-webkit-progress-bar {
  border-radius: 0;
  background: #cbf2c7;
}

.progress__bar[value]::-webkit-progress-value {
  border-radius: 0;
  background-color: #4eb741;
  transition: all 0.3s;
}

.progress__bar[value]::-moz-progress-bar {
  border-radius: 0;
  background-color: #4eb741;
  transition: all 0.3s;
}

.b-advantages {
  position: relative;
}

.b-advantages > * {
  z-index: 1;
}

.b-advantages::before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  height: 180px;
  background: #fedf05;
}

.b-advantages__subtitle {
  display: block;
  margin-bottom: 4px;
}

.b-advantages__icon {
  padding: 0 10px;
}

.b-advantages__list {
  margin-bottom: -35px;
}

.b-advantages__content > :last-child {
  margin-bottom: 0;
}

.b-advantages--table .b-advantages__content {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.b-advantages--secondary::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  height: 180px;
  background: #f8f8f8;
}

@media (max-width: 767.98px) {
  .b-advantages br {
    display: none;
  }
  .b-advantages__img {
    margin-bottom: 9px;
  }
}

@media (min-width: 768px) {
  .b-advantages::before {
    right: calc(50% + 200px);
    height: 300px;
  }
  .b-advantages--table .b-advantages__wrap {
    min-height: 620px;
  }
  .b-advantages--secondary::after {
    right: calc(50% + 7px);
    left: auto;
    width: 335px;
    height: 300px;
  }
}

@media (min-width: 1000px) {
  .b-advantages::before {
    right: calc(50% + 340px);
    height: 370px;
  }
  .b-advantages--secondary::after {
    height: 370px;
  }
  .b-advantages--lg::before {
    height: 444px;
  }
  .b-advantages--md::before {
    height: 400px;
  }
}

.b-article {
  position: relative;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.b-article__content > :last-child {
  margin-bottom: 0;
}

.b-article__icon {
  margin-bottom: 15px;
  color: #000000;
}

.b-article__icon .icon-svg {
  width: 33px;
}

.b-article__title {
  margin-top: 15px;
  line-height: 1.25;
}

.b-article__title a {
  text-decoration: none;
}

.b-article__more {
  text-decoration: underline;
  transition: color 0.3s;
}

.b-article--secondary {
  padding: 40px 20px 20px;
}

.b-article--secondary::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 12px;
  background: #fedf05;
  transition: height 0.3s;
}

.b-article--secondary .b-article__title a {
  text-decoration: underline;
}

.hoverevents .b-article:hover::before {
  height: 24px;
}

.hoverevents .b-article:hover .b-article__more {
  color: #d8bf06;
}

@media (min-width: 768px) {
  .b-article {
    padding: 36px 35px 31px;
  }
  .b-article--secondary {
    padding: 38px 36px 58px;
  }
}

.b-avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-style: normal;
}

.b-avatar a[href^='mailto'] {
  overflow-wrap: anywhere;
}

.b-avatar__img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.b-avatar__content {
  margin-bottom: 0;
  padding-left: 15px;
}

.b-avatar__content a {
  text-decoration: none;
}

.b-avatar__name {
  display: block;
}

@media (min-width: 768px) {
  .b-avatar__img {
    width: 70px;
  }
  .b-avatar__content {
    padding-left: 18px;
  }
  .b-avatar--lg .b-avatar__img {
    width: 80px;
  }
}

.b-common__content {
  padding: 20px;
}

.b-common__content > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .b-common__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .b-common__content, .b-common__img {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    width: 50%;
  }
  .b-common__content {
    padding: 40px 85px;
  }
  .b-common__img {
    width: calc(50% + 16px);
  }
}

.b-content {
  position: relative;
}

.b-content::before {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  left: 50%;
  height: 100px;
  background: #fedf05;
}

.b-content__content {
  max-width: 664px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .b-content::before {
    height: 200px;
  }
}

@media (min-width: 1000px) {
  .b-content::before {
    top: -100px;
    left: calc(50% + 101px);
    height: 340px;
  }
}

.b-cta {
  position: relative;
  text-align: center;
}

.b-cta__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.b-cta__wrap {
  padding: 30px 0 110px;
}

.b-cta__content > :last-child, .b-cta__side > :last-child {
  margin-bottom: 0;
}

.b-cta__img {
  width: 130px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

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

.b-cta__subtitle {
  margin: 18px 0 4px;
}

.b-cta__link {
  display: block;
  margin: 10px 0;
  color: #fedf05;
}

.b-cta--secondary {
  color: #ffffff;
}

.b-cta--secondary .b-cta__bg {
  opacity: 1;
}

.b-cta--secondary .b-cta__bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.72);
}

.b-cta--no-overlay .b-cta__bg::after {
  display: none;
}

.b-cta--tertiary .b-cta__img {
  width: 230px;
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .b-cta__wrap {
    position: relative;
  }
  .b-cta__btn {
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
  }
}

@media (min-width: 768px) {
  .b-cta {
    text-align: left;
  }
  .b-cta__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 60px 0;
  }
  .b-cta__content {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 60%;
    padding-right: 20px;
  }
  .b-cta__side {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 40%;
  }
  .b-cta__img {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 200px;
  }
  .b-cta--secondary .b-cta__img {
    width: 253px;
  }
  .b-cta--secondary .b-cta__wrap {
    min-height: 526px;
  }
  .b-cta--tertiary .b-cta__content {
    max-width: 488px;
  }
}

@media (min-width: 1000px) {
  .b-cta__wrap {
    padding: 90px 0;
  }
  .b-cta--tertiary .b-cta__img {
    width: 430px;
  }
}

.b-files__item {
  margin-bottom: 10px;
}

.b-files__item:last-child {
  margin-bottom: 0;
}

.b-files__link .icon-svg {
  width: 14px;
}

.b-icon {
  background: #ffffff;
  font-weight: 500;
  line-height: 1.33333;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.b-icon__item {
  position: relative;
  padding: 17px 20px 19px;
}

.b-icon__item span {
  display: block;
}

.b-icon__item + .b-icon__item {
  border-top: 1px solid #f8f8f8;
}

@media (max-width: 999.98px) {
  .b-icon__item .item-icon {
    padding-left: 45px;
  }
  .b-icon__item .icon-svg {
    width: 24px;
  }
}

@media (min-width: 768px) {
  .b-icon__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .b-icon__item + .b-icon__item {
    border-top: none;
    border-left: 1px solid #f8f8f8;
  }
}

@media (min-width: 1000px) {
  .b-icon__item {
    padding: 30px 32px 34px 30px;
  }
}

.b-img {
  background: #f8f8f8;
}

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

.b-img--secondary {
  background: #ffffff;
}

@media (max-width: 767.98px) {
  .b-img__item img {
    width: auto;
    max-width: 84px;
    max-height: 48px;
  }
}

@media (min-width: 768px) {
  .b-img__title {
    margin-bottom: 60px;
  }
}

@media (min-width: 1000px) {
  .b-img--secondary .b-img__list {
    padding-left: 85px;
  }
  .b-img--secondary .b-img__item:nth-child(4n + 1) {
    text-align: left;
  }
}

.b-intro-main {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 26px 0 20px;
}

.b-intro-main br {
  display: none;
}

.b-intro-main__title {
  margin-bottom: 14px;
}

.b-intro-main__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.b-intro-main__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left top;
     object-position: left top;
}

.b-intro-main__inner {
  position: relative;
  z-index: 1;
  max-width: 620px;
}

.b-intro-main__btns {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -20px -16px;
  font-weight: 500;
}

.b-intro-main__btns > * {
  margin: 0 0 20px 16px;
}

.b-intro-main__icon {
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

@media (max-width: 999.98px) {
  .b-intro-main__img {
    opacity: 0.25;
  }
}

@media (max-width: 767.98px) {
  .b-intro-main__btns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .b-intro-main__btns .btn {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media (min-width: 768px) {
  .b-intro-main {
    padding: 80px 0;
  }
  .b-intro-main__btns {
    -ms-flex-align: center;
        align-items: center;
    margin: 60px 0 -30px -30px;
  }
  .b-intro-main__btns > * {
    margin: 0 0 30px 30px;
  }
  .b-intro-main__icon {
    margin-top: 70px;
  }
  .b-intro-main__title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .b-intro-main {
    min-height: calc(100vh - 75px);
    padding: 119px 0 60px;
  }
  .b-intro-main br {
    display: block;
  }
  .b-intro-main__img {
    width: 60%;
  }
}

@media (min-width: 1280px) {
  .b-intro-main__title {
    font-size: 80px;
  }
  .b-intro-main__inner, .b-intro-main__icon {
    margin-left: -55px;
  }
}

.b-intro-plain {
  background: #f8f8f8;
}

.b-intro-plain__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0;
}

.b-intro-plain__content {
  max-width: 700px;
  font-size: 18px;
  line-height: 1.38889;
}

.b-intro-plain__content > :last-child {
  margin-bottom: 0;
}

.b-intro-plain__title {
  margin: 20px 0;
}

.b-intro-plain__back {
  font-weight: 500;
  font-size: 15px;
}

.b-intro-plain--anchors .b-intro-plain__content {
  max-width: 880px;
}

@media (min-width: 768px) {
  .b-intro-plain__wrap {
    padding: 60px 0;
  }
  .b-intro-plain__content {
    font-size: 25px;
    line-height: 1.4;
  }
  .b-intro-plain--anchors .b-intro-plain__wrap {
    padding: 60px 0 30px;
  }
  .b-intro-plain--sm .b-intro-plain__wrap {
    min-height: 0;
    padding: 110px 0 70px;
  }
}

@media (min-width: 1000px) {
  .b-intro-plain__wrap {
    min-height: 530px;
  }
  .b-intro-plain__anchors {
    position: absolute;
    bottom: 48px;
    left: 16px;
  }
  .b-intro-plain--anchors .b-intro-plain__wrap {
    min-height: 560px;
    padding: 100px 0 120px;
  }
}

@media (min-width: 1280px) {
  .b-intro-plain__wrap {
    margin-left: -55px;
  }
  .b-intro-plain__anchors {
    left: -35px;
  }
}

.b-intro-video {
  position: relative;
  display: block;
  overflow: hidden;
}

.b-intro-video__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b-intro-video__bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(254, 223, 5, 0.85);
}

.b-intro-video__video-bg {
  position: absolute;
  top: -80px;
  bottom: -80px;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  /* 16:9 */
}

.b-intro-video__video-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(254, 223, 5, 0.85);
}

.b-intro-video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.b-intro-video__wrap {
  padding: 40px 0;
}

.b-intro-video__content {
  max-width: 575px;
}

.b-intro-video__content > :last-child {
  margin-bottom: 0;
}

.b-intro-video__play {
  display: block;
  transition: color 0.3s;
}

.b-intro-video__play .icon-svg {
  border-radius: 50%;
  background-color: #ffffff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.hoverevents .b-intro-video__play:hover .icon-svg {
  transform: scale(1.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.hoverevents .b-intro-video__bg {
  display: none;
}

.hoverevents .b-intro-video__video-bg {
  display: block;
}

.no-hoverevents .b-intro-video__bg {
  display: block;
}

.no-hoverevents .b-intro-video__video-bg {
  display: none;
}

@media (min-width: 768px) {
  .b-intro-video__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 725px;
    padding: 100px 0;
  }
  .b-intro-video__play {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 200px;
    transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .b-intro-video__wrap {
    margin-left: -55px;
  }
}

.b-intro {
  position: relative;
  background: #f8f8f8;
}

.b-intro__content, .b-intro__img {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.b-intro__content {
  position: relative;
  z-index: 1;
  padding: 26px 20px 20px;
}

.b-intro__title {
  margin-bottom: 14px;
}

.b-intro__btns {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 -20px -16px;
}

.b-intro__btns > * {
  margin: 0 0 20px 16px;
}

.b-intro__img {
  position: relative;
  opacity: 0.75;
}

.b-intro__img::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.b-intro__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.b-intro__inner {
  max-width: 608px;
}

@media (max-width: 767.98px) {
  .b-intro br {
    display: none;
  }
  .b-intro__btns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .b-intro__btns .btn {
    -ms-flex-order: 2;
        order: 2;
  }
  .b-intro__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.15;
  }
}

@media (min-width: 768px) {
  .b-intro {
    display: -ms-flexbox;
    display: flex;
  }
  .b-intro__btns {
    -ms-flex-align: center;
        align-items: center;
    margin: 26px 0 -30px -30px;
    font-weight: 500;
  }
  .b-intro__btns > * {
    margin: 0 0 30px 30px;
  }
  .b-intro__content {
    width: 55%;
    padding: 100px 32px 100px 20px;
  }
  .b-intro__img {
    width: 42%;
  }
  .b-intro__inner {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1000px) {
  .b-intro {
    min-height: 560px;
  }
  .b-intro__title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .b-intro__content {
    padding: 100px 40px 100px 86px;
  }
  .b-intro__wrap {
    margin-left: -55px;
  }
}

.b-map {
  position: relative;
}

.b-map h3 {
  margin-bottom: 6px;
}

.b-map__map {
  position: relative;
}

.b-map__map::before {
  content: '';
  display: block;
  padding-top: 66.80162%;
  background: #f8f8f8;
}

@media (min-width: 768px) {
  .b-map::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: calc(50% + 260px);
    background: #fedf05;
  }
}

.b-more-news__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e0dfdf;
}

.b-more-news__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.b-more-news__title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.38889;
}

.b-more-news__link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: none;
}

.b-more-news__link .icon-svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  transform: translateY(-50%);
}

.b-more-news__name {
  display: block;
  margin: 0;
  font-weight: 600;
  text-decoration: underline;
  transition: color 0.3s;
}

.b-more-news__date {
  color: #989898;
}

.b-more-news__item--next {
  text-align: right;
}

.b-more-news__item--next .b-more-news__link {
  padding-right: 20px;
}

.b-more-news__item--next .b-more-news__link .icon-svg {
  right: 0;
  left: auto;
}

.hoverevents .b-more-news__link:hover {
  color: #000000;
}

.hoverevents .b-more-news__link:hover .b-more-news__name {
  color: #d8bf06;
}

@media (min-width: 1000px) {
  .b-more-news__title {
    font-size: 25px;
    line-height: 1.4;
  }
  .b-more-news__link {
    padding-left: 30px;
  }
  .b-more-news__item--next .b-more-news__link {
    padding-right: 30px;
  }
}

.b-news {
  position: relative;
  background: #ffffff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.b-news__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 24px 20px;
}

.b-news__content > :last-child {
  margin-bottom: 0;
}

.b-news__date {
  margin-top: auto;
  color: #a2a2a2;
}

@media (min-width: 1000px) {
  .b-news__content {
    padding: 42px 42px 34px;
  }
}

@media (min-width: 768px) {
  .b-news__wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .b-news__content {
    padding: 40px 30px 30px;
  }
  .b-news__img {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 409px;
  }
}

.b-office {
  position: relative;
}

.b-office::before, .b-office::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}

.b-office::before {
  background-repeat: no-repeat;
  background-size: cover;
}

.b-office::after {
  background: #fedf05;
  opacity: 0.79;
}

.b-office a {
  text-decoration: none;
}

.b-office h3 {
  margin-bottom: 6px;
}

.b-office > * {
  position: relative;
  z-index: 1;
}

.b-office__wrap {
  padding: 20px;
  background: #ffffff;
}

.b-office--prague::before {
  background-image: url("../../../img/illust/praha.jpg");
}

.b-office--brno::before {
  background-image: url("../../../img/illust/brno.jpg");
}

.b-office--bratislava::before {
  background-image: url("../../../img/illust/bratislava.jpg");
}

@media (min-width: 768px) {
  .b-office::before, .b-office::after {
    right: calc(50%);
  }
  .b-office__wrap {
    padding: 30px;
  }
  .b-office--reverse::before, .b-office--reverse::after {
    right: 0;
    left: calc(50%);
  }
}

@media (min-width: 1000px) {
  .b-office::before, .b-office::after {
    right: calc(50% + 101px);
    height: 360px;
  }
  .b-office__wrap {
    padding: 50px;
  }
  .b-office--reverse::before, .b-office--reverse::after {
    right: 0;
    left: calc(50% + 101px);
  }
}

.b-people {
  padding: 25px 15px;
  background: #f8f8f8;
}

@media (min-width: 1000px) {
  .b-people {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 152px;
    padding: 25px 40px;
  }
}

.b-resolve {
  position: relative;
}

.b-resolve::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #fedf05;
}

.b-resolve__img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.b-resolve__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.b-resolve__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
  padding: 24px 20px 26px;
  background: #f8f8f8;
}

.b-resolve__content p {
  margin-bottom: 21px;
}

.b-resolve__avatar {
  margin-top: auto;
}

@media (min-width: 768px) {
  .b-resolve__wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .b-resolve__img {
    width: 494px;
  }
}

@media (min-width: 1000px) {
  .b-resolve__wrap {
    padding-left: 85px;
  }
  .b-resolve__content {
    margin-bottom: 0;
    padding: 60px 44px 40px 50px;
  }
}

.b-testimonial {
  position: relative;
  overflow: hidden;
}

.b-testimonial::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  background: #f8f8f8;
}

.b-testimonial__content {
  padding: 25px 20px 30px;
  background: #f8f8f8;
}

.b-testimonial__text {
  max-width: 810px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.38889;
}

@media (min-width: 1000px) {
  .b-testimonial__text {
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 1.4;
  }
  .b-testimonial__content {
    padding: 50px;
  }
}

.b-timeline {
  padding-top: 20px;
}

.b-timeline__title {
  display: block;
  margin-bottom: 4px;
}

.b-timeline__list {
  position: relative;
}

.b-timeline__list::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  width: 2px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='2' height='320' viewBox='0 0 2 320'%3e%3cline y2='320' transform='translate(1)' fill='none' stroke='%23a2a2a2' stroke-width='2' stroke-dasharray='5'/%3e%3c/svg%3e");
  background-repeat: repeat-y;
}

.b-timeline__item {
  position: relative;
  margin: 0 0 35px;
  padding-left: 73px;
}

.b-timeline__item::after {
  content: counter(item);
  position: absolute;
  top: -10px;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  font-weight: bold;
}

.b-timeline__item:last-child::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 23px;
  display: block;
  width: 2px;
  background: #ffffff;
}

.b-timeline__link {
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}

.b-timeline__link .icon-svg--chevron-down {
  width: 13px;
  transform: translateY(-50%);
}

.b-timeline__year {
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Futura PT", "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
}

.b-timeline__hide {
  display: none;
  margin-top: -5px;
}

.b-timeline__more .icon-svg {
  transition: transform 0.3s;
}

.b-timeline__item--hidden {
  display: none;
}

.b-timeline__more.is-visible .icon-svg {
  transform: translateY(-50%) rotate(180deg);
}

.b-timeline--secondary.is-open > .b-timeline__list::before {
  bottom: -40px;
}

.b-timeline--secondary.is-open > .b-timeline__list .b-timeline__item:last-child::before {
  display: none;
}

.b-timeline--secondary.is-open .icon-svg--chevron-down {
  transform: translateY(-50%) rotate(180deg);
}

.b-timeline--secondary .b-timeline__list::before {
  top: 10px;
  left: 64px;
}

.b-timeline--secondary .b-timeline__item {
  padding-left: 100px;
}

.b-timeline--secondary .b-timeline__item::before {
  display: none;
}

.b-timeline--secondary .b-timeline__item::after {
  content: '';
  top: 8px;
  left: 60px;
  width: 10px;
  height: 10px;
}

.b-timeline--secondary .b-timeline__item:last-child::before {
  top: 10px;
  left: 64px;
  display: block;
}

.b-timeline--plain .b-timeline__list::before {
  display: none;
}

@media (min-width: 1000px) {
  .b-timeline__year {
    top: 0;
    font-size: 20px;
  }
  .b-timeline--secondary .b-timeline__list::before {
    left: 96px;
  }
  .b-timeline--secondary .b-timeline__item {
    padding-left: 150px;
  }
  .b-timeline--secondary .b-timeline__item::after {
    left: 89px;
    width: 15px;
    height: 15px;
  }
  .b-timeline--secondary .b-timeline__item:last-child::before {
    left: 96px;
  }
}

.b-video {
  position: relative;
}

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

.b-video__video {
  margin-bottom: 15px;
}

.b-video__placehoder, .b-video__play {
  transition: opacity 0.3s;
}

.b-video__play {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transition: color 0.3s;
}

.b-video__play .icon-svg {
  width: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.hoverevents .b-video__play:hover .icon-svg {
  border-radius: 50%;
  transform: scale(1.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.b-video.is-started .b-video__placeholder,
.b-video.is-playing .b-video__placeholder,
.b-video.is-playing .b-video__play {
  opacity: 0;
}

@media (min-width: 1000px) {
  .b-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    height: 487px;
    background: #fedf05;
  }
  .b-video__title {
    margin-bottom: 46px;
  }
  .b-video__wrap {
    padding: 0 70px;
  }
  .b-video__video {
    margin-bottom: 35px;
  }
  .b-video__play .icon-svg {
    width: 80px;
  }
}

.c-articles {
  background: linear-gradient(to right, #f8f8f8 50%, #ffffff 50%);
}

.c-articles__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
}

.c-articles__more {
  margin: 20px 0 0;
  font-weight: 500;
}

.c-articles__more .icon-svg {
  width: 13px;
  transition: transform 0.3s;
}

.c-articles__hide {
  display: none;
}

.c-articles__hide > * {
  padding-top: 16px;
}

.c-articles--secondary {
  background: linear-gradient(to right, #fedf05 50%, #f8f8f8 50%);
}

.hoverevents .c-articles__more:hover a {
  color: #000000;
  text-decoration: none;
}

.c-articles.is-open .c-articles__more .icon-svg--chevron-down {
  transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 1000px) {
  .c-articles__more {
    margin-top: 40px;
  }
}

.c-common {
  position: relative;
}

.c-common__wrap {
  overflow: hidden;
}

.c-common__list {
  margin-bottom: -20px;
}

.c-common__item {
  position: relative;
  margin-bottom: 20px;
}

.c-common__item:nth-child(even)::before {
  right: calc(100% - 154px);
  left: auto;
}

.c-common__item:nth-child(even) .b-common__content {
  -ms-flex-order: 2;
      order: 2;
}

.c-common__item:first-child {
  padding-top: 0;
}

.c-common__item:first-child::before {
  display: none;
}

@media (min-width: 768px) {
  .c-common::before {
    content: '';
    position: absolute;
    top: -35px;
    right: 0;
    left: calc(50% - 5px);
    height: 200px;
    background: #fedf05;
  }
  .c-common__item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 154px);
    width: 5000px;
    background: #f8f8f8;
  }
}

@media (min-width: 1000px) {
  .c-common::before {
    top: -75px;
    left: calc(50% - 6px);
    height: 347px;
  }
  .c-common__list {
    margin-bottom: -100px;
  }
  .c-common__item {
    margin-bottom: 100px;
    padding-top: 100px;
  }
}

.c-news {
  position: relative;
}

.c-news::before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  left: 0;
  height: 200px;
  background: #fedf05;
}

.c-news__list {
  margin-bottom: -20px;
}

.c-news__item {
  margin-bottom: 20px;
}

.c-news__item:nth-child(even) .b-news__img {
  -ms-flex-order: 2;
      order: 2;
}

@media (min-width: 768px) {
  .c-news::before {
    right: calc(50% + 100px);
  }
}

@media (min-width: 1000px) {
  .c-news::before {
    right: calc(50% + 340px);
    height: 339px;
  }
  .c-news__list {
    margin-bottom: -40px;
  }
  .c-news__item {
    margin-bottom: 40px;
  }
}

.c-people__list + .c-people__list {
  margin-top: 40px;
}

.f-calculator__list {
  counter-reset: counter;
}

.f-calculator__item {
  counter-increment: counter;
  display: none;
  margin-bottom: 30px;
}

.f-calculator__item:last-child {
  margin-bottom: 0;
}

.f-calculator__link {
  height: 100%;
}

.f-calculator__inner {
  padding: 20px;
  background-color: #ffffff;
}

.f-calculator__inner .f-calculator__reset {
  position: absolute;
  top: 5px;
  right: 5px;
}

.f-calculator__reset .icon-svg {
  width: 14px;
}

.f-calculator__title {
  position: relative;
  margin: 0 0 15px 0;
  padding: 0 0 20px 45px;
  border-bottom: 1px solid #d6d6d6;
}

.f-calculator__title::before {
  content: counter(counter);
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 25px;
  height: 25px;
  border: 2px solid #000000;
  border-radius: 50%;
  font-weight: 700;
  font-size: 16px;
}

.f-calculator__content > :last-child:not(.grid) {
  margin-bottom: 0;
}

.f-calculator__other-city {
  display: none;
}

.f-calculator__delivery {
  display: block;
  width: 100%;
  margin: 0;
  padding: 16px 15px;
  border: 2px solid #d6d6d6;
  background-color: #ffffff;
  outline: none;
  text-decoration: none;
  transition: border-color 0.3s;
  cursor: pointer;
}

.f-calculator__delivery > :last-child {
  margin-bottom: 0;
}

.f-calculator__delivery-title {
  margin-bottom: 7px;
  font-size: 18px;
}

.f-calculator__route {
  margin-bottom: 30px;
}

.f-calculator__from > :last-child, .f-calculator__to > :last-child {
  margin-bottom: 0;
}

.f-calculator__from {
  margin-bottom: 25px;
}

.f-calculator__separator {
  display: none;
}

.f-calculator__info {
  margin: 15px 0 0;
}

.f-calculator__packet {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.f-calculator__packet:last-child {
  margin-bottom: 0;
}

.f-calculator__packet-title {
  font-size: 16px;
}

.f-calculator__packet-left {
  margin-bottom: 15px;
}

.f-calculator__packet-left > * {
  margin-bottom: 0;
}

.f-calculator__packet-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.f-calculator__packet-right > * {
  margin-bottom: 0;
}

.f-calculator__packet-price {
  font-family: "Futura PT", "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
}

.f-calculator__packet-btn {
  margin-left: 15px;
}

.f-calculator__select {
  display: none;
}

.f-calculator__item--packets .f-calculator__title {
  margin-bottom: 20px;
  padding-left: 0;
}

.f-calculator__item--packets .f-calculator__title::before {
  display: none;
}

.f-calculator__delivery--sm {
  padding: 11px 15px;
}

.f-calculator__item.is-active {
  display: block;
}

.f-calculator__delivery.is-active {
  border-color: #fedf05;
}

.f-calculator__other-city.is-active {
  display: block;
}

.f-calculator__item.has-select .f-calculator__select {
  display: block;
}

.hoverevents .f-calculator__delivery:hover {
  border-color: #fedf05;
  color: #000000;
}

@media (min-width: 768px) {
  .f-calculator__route {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .f-calculator__from, .f-calculator__to {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-bottom: 0;
  }
  .f-calculator__separator {
    display: block;
    margin: 0 50px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 35px;
  }
  .f-calculator__separator::before {
    content: '\2192';
  }
  .f-calculator__packet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
  .f-calculator__packet-left {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) {
  .f-calculator__inner {
    padding: 40px;
  }
  .f-calculator__inner .f-calculator__reset {
    top: 30px;
    right: 30px;
  }
  .f-calculator__reset .icon-svg {
    width: 18px;
  }
  .f-calculator__title {
    margin-bottom: 30px;
    padding: 0 0 40px 70px;
  }
  .f-calculator__title::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .f-calculator__delivery {
    padding: 32px 30px;
  }
  .f-calculator__delivery-title {
    font-size: 23px;
  }
  .f-calculator__packet {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .f-calculator__packet-title {
    font-size: 23px;
  }
  .f-calculator__packet-price {
    font-size: 23px;
  }
  .f-calculator__packet-btn {
    margin-left: 30px;
  }
  .f-calculator__info {
    margin: 30px 0 0;
  }
  .f-calculator__delivery--sm {
    padding: 22px 30px;
  }
}

.f-login {
  padding: 30px;
}

@media (min-width: 1000px) {
  .f-login {
    min-width: 530px;
    padding: 60px;
  }
}

.m-accessibility {
  position: absolute;
  top: 0;
  left: -5000px;
}

.m-accessibility a:focus, .m-accessibility a:active {
  position: absolute;
  top: 0;
  left: 5000px;
  z-index: 900;
  width: 200px;
  padding: 2px 0 5px;
  background-color: #ffffff;
  text-align: center;
}

.m-lang {
  position: relative;
}

.m-lang__title {
  display: block;
  padding: 15px 20px 17px;
}

.m-lang__title .item-icon {
  padding-right: 20px;
}

.m-lang__title .icon-svg--chevron-down {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 13px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.m-lang__list {
  position: absolute;
  top: 100%;
  right: -1px;
  left: -1px;
  z-index: 2;
  padding: 23px 10px 9px;
  border: 1px solid #d6d6d6;
  background: #ffffff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  cursor: none;
}

.m-lang__item {
  margin-bottom: 14px;
}

.m-lang.is-hover .icon-svg--chevron-down {
  transform: translateY(-50%) rotate(180deg);
}

.hoverevents .m-lang:hover .icon-svg--chevron-down {
  transform: translateY(-50%) rotate(180deg);
}

.m-lang.is-hover .m-lang__list,
.hoverevents .m-lang:hover .m-lang__list {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

@media (min-width: 768px) {
  .m-lang__title {
    padding: 12px 10px 14px;
  }
}

@media (min-width: 1280px) {
  .m-lang__title {
    padding: 24px 25px 26px;
  }
  .m-lang__list {
    padding: 23px 30px 9px;
  }
}

.m-main {
  font-weight: 500;
}

.m-main__link {
  display: block;
  padding: 13px 8px 15px;
}

.m-main__link .icon-svg {
  width: 13px;
  transition: transform 0.3s;
}

.m-main__submenu {
  background: #ffffff;
}

.m-main__item.is-hover .icon-svg--chevron-down {
  transform: translateY(-50%) rotate(180deg);
}

.hoverevents .m-main__item:hover .m-main__submenu,
.m-main__item.is-hover .m-main__submenu {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .m-main__item + .m-main__item {
    border-top: 1px solid #d6d6d6;
  }
  .m-main__link {
    padding: 13px 20px 15px;
    font-size: 15px;
  }
  .m-main__link .item-icon {
    display: block;
  }
  .m-main__submenu {
    display: none;
  }
  .m-main__item.is-hover .m-main__submenu {
    display: block;
  }
}

@media (min-width: 768px) {
  .m-main__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
  }
  .m-main__submenu {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    cursor: none;
  }
  .hoverevents .m-main__link:hover .icon-svg--chevron-down {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media (min-width: 1280px) {
  .m-main__link {
    padding: 24px 25px 26px;
  }
}

.paging {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0 -20px;
}

.paging__pages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.paging__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 0 20px;
  border: 0;
  color: #000000;
  font-weight: 400;
}

.paging__item--prev .icon-svg, .paging__item--next .icon-svg {
  width: 8px;
}

.paging__item--hellip {
  padding-bottom: 6px;
}

.paging__item.is-active {
  font-weight: 600;
}

.hoverevents .paging__item[href]:hover {
  color: #d8bf06;
}

.m-social {
  margin-bottom: 10px;
}

.m-social__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.m-social__link {
  display: block;
  padding: 10px 15px;
  color: #ffffff;
}

@media (min-width: 768px) {
  .m-social {
    margin-bottom: 0;
  }
  .m-social__list {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

.m-submenu {
  font-weight: normal;
}

.m-submenu__item {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.m-submenu__item .icon-svg {
  position: absolute;
  top: 20px;
  right: 23px;
  color: #f0f0f0;
}

.m-submenu__link {
  display: block;
  padding: 0 20px 20px;
  text-decoration: none;
}

.m-submenu__title {
  display: block;
  font-weight: 500;
  text-decoration: underline;
}

.m-submenu__subtitle {
  display: block;
  margin-bottom: 12px;
  font-weight: 500;
}

@media (max-width: 1279.98px) {
  .m-submenu__item .icon-svg {
    display: none;
  }
}

@media (min-width: 768px) {
  .m-submenu {
    border: 1px solid #00000029;
    border-width: 1px 0;
  }
  .m-submenu__list {
    display: -ms-flexbox;
    display: flex;
  }
  .m-submenu__item {
    width: 25%;
  }
  .m-submenu__link {
    padding: 40px 30px;
  }
  .m-submenu__item + .m-submenu__item {
    border-left: 1px solid #d6d6d6;
  }
  .m-submenu__title {
    margin-bottom: 12px;
  }
  .m-submenu--spec .m-submenu__item {
    width: 33.333%;
  }
  .m-submenu--spec .m-submenu__item--spec {
    width: 66.66%;
  }
}

@media (min-width: 1280px) {
  .m-submenu__link {
    padding: 60px 40px 50px 50px;
  }
  .m-submenu--spec .m-submenu__link {
    padding: 91px 70px 50px 67px;
  }
}

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-width: 320px;
  height: 100%;
}

:first-child {
  margin-top: 0;
}

.mother {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
}

.header {
  position: relative;
}

.header__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.header__logo {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "Roboto", blinkmacsystemfont, "Segoe UI", helvetica, arial, sans-serif;
  font-size: 100%;
  line-height: 1;
}

.header__logo img {
  width: 188px;
}

.header__mobile {
  padding-right: 20px;
}

.header__side {
  display: -ms-flexbox;
  display: flex;
}

.header__sign {
  display: block;
  padding: 15px 20px 17px;
  font-weight: 500;
  white-space: nowrap;
}

.header__signed {
  display: block;
  padding: 15px 20px 17px;
  white-space: nowrap;
}

.header__signed > span {
  position: relative;
  display: block;
  padding: 0 20px 0 29px;
}

.header__signed > span .icon-svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.header__signed > span .icon-svg--chevron-down {
  right: 0;
  width: 13px;
}

.header__signed > span .icon-svg--avatar {
  left: 0;
}

.header__item--menu {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.hoverevents .header__sign:hover {
  color: #000000;
  text-decoration: none;
}

.menu-open .header .header__side {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 767.98px) {
  .header__wrap {
    -ms-flex-align: center;
        align-items: center;
  }
  .header__item {
    width: 50%;
  }
  .header__item + .header__item {
    border-top: 1px solid #d6d6d6;
  }
  .header__side {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    background: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
  }
  .header__sign, .header__signed {
    border-left: 1px solid #d6d6d6;
  }
  .header__item--menu {
    width: 100%;
  }
  .header__item--lang {
    width: 120px;
  }
  .header__item--sign {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
}

@media (min-width: 768px) {
  .header__mobile {
    display: none;
  }
  .header__logo img {
    width: 205px;
  }
  .header__sign {
    padding: 13px 10px 15px;
    background: #fedf05;
  }
  .header__signed {
    padding: 13px 10px 15px;
  }
  .header__item + .header__item {
    border-left: 1px solid #d6d6d6;
  }
}

@media (min-width: 1000px) {
  .header__logo img {
    width: 235px;
  }
}

@media (min-width: 1280px) {
  .header__sign, .header__signed {
    padding: 24px 34px 26px;
  }
  .header__logo img {
    width: 335px;
  }
}

.footer {
  background: #1d1d1b;
  color: #ffffff;
}

.footer__top {
  padding: 10px 0 0;
}

.footer__title {
  margin-bottom: 16px;
  font-family: "Roboto", blinkmacsystemfont, "Segoe UI", helvetica, arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.66667;
  text-transform: none;
}

.footer__list li {
  margin-bottom: 16px;
}

.footer__list a {
  color: #ffffff;
}

.footer__bottom {
  padding: 26px 0 33px;
  text-align: center;
}

.footer__sublist {
  margin-bottom: 25px;
}

.footer__sublink {
  display: block;
  padding: 10px;
  color: #ffffff;
}

.footer__logo {
  margin-bottom: 0;
}

.footer__logo img {
  width: 160px;
}

@media (max-width: 767.98px) {
  .footer__item {
    margin: 0 -20px;
    padding: 20px 40px 10px;
    border-bottom: 1px solid #000000;
  }
}

@media (min-width: 768px) {
  .footer__top {
    padding: 50px 0 66px;
    border-bottom: 1px solid #000000;
  }
  .footer__wrap {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 -30px -70px;
  }
  .footer__list li {
    margin-bottom: 10px;
  }
  .footer__item {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 20%;
    border: 1px solid transparent;
    border-width: 0 0 30px 70px;
  }
  .footer__title {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .footer__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 18px 0;
    text-align: left;
  }
  .footer__sublist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }
  .footer__logo img {
    width: 172px;
  }
  .footer__item--extended {
    width: 60%;
  }
  .footer__item--extended .footer__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    -moz-column-count: 2;
         column-count: 2;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .footer__item--extended .footer__list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}

@media (min-width: 1000px) {
  .footer__sublink {
    padding: 10px 20px;
  }
}

.main {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

/* stylelint-disable declaration-no-important */
.u-align-top {
  vertical-align: top !important;
}

.u-align-middle {
  vertical-align: middle !important;
}

.u-align-bottom {
  vertical-align: bottom !important;
}

/* stylelint-enable declaration-no-important */
.u-bg-default {
  background: #f8f8f8;
}

.u-bg-primary {
  background: #000000;
}

.u-bg-secondary {
  background: #fedf05;
}

.u-vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.u-out,
.js .u-js-out {
  position: absolute;
  left: -5000px;
}

.u-max-width--1-12 {
  max-width: 84px;
}

.u-max-width--2-12 {
  max-width: 169px;
}

.u-max-width--3-12 {
  max-width: 253px;
}

.u-max-width--4-12 {
  max-width: 337px;
}

.u-max-width--5-12 {
  max-width: 422px;
}

.u-max-width--6-12 {
  max-width: 506px;
}

.u-max-width--7-12 {
  max-width: 590px;
}

.u-max-width--8-12 {
  max-width: 675px;
}

.u-max-width--9-12 {
  max-width: 759px;
}

.u-max-width--10-12 {
  max-width: 843px;
}

.u-max-width--11-12 {
  max-width: 928px;
}

.u-max-width--12-12 {
  max-width: 1012px;
}

.u-pt-xs {
  padding-top: 30px;
}

@media (min-width: 1000px) {
  .u-pt-xs {
    padding-top: 40px;
  }
}

.u-pt-sm {
  padding-top: 30px;
}

@media (min-width: 1000px) {
  .u-pt-sm {
    padding-top: 60px;
  }
}

.u-pt-md {
  padding-top: 30px;
}

@media (min-width: 1000px) {
  .u-pt-md {
    padding-top: 80px;
  }
}

.u-pt-lg {
  padding-top: 40px;
}

@media (min-width: 1000px) {
  .u-pt-lg {
    padding-top: 100px;
  }
}

.u-pt-xl {
  padding-top: 40px;
}

@media (min-width: 1000px) {
  .u-pt-xl {
    padding-top: 120px;
  }
}

.u-pb-sm {
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-pb-sm {
    padding-bottom: 60px;
  }
}

.u-pb-md {
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-pb-md {
    padding-bottom: 80px;
  }
}

.u-pb-lg {
  padding-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-pb-lg {
    padding-bottom: 100px;
  }
}

.u-pb-xl {
  padding-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-pb-xl {
    padding-bottom: 120px;
  }
}

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

.u-mb-xs {
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .u-mb-xs {
    margin-bottom: 30px;
  }
}

.u-mb-sm {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-mb-sm {
    margin-bottom: 60px;
  }
}

.u-mb-md {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .u-mb-md {
    margin-bottom: 80px;
  }
}

.u-mb-lg {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-mb-lg {
    margin-bottom: 100px;
  }
}

.u-mb-xl {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .u-mb-xl {
    margin-bottom: 120px;
  }
}

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

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

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

.u-text-justify {
  text-align: justify;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-text-lowercase {
  text-transform: lowercase;
}

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

.u-text-capitalize {
  text-transform: capitalize;
}

.u-text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.u-text-lg {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.38889;
}

@media (min-width: 1000px) {
  .u-text-lg {
    font-size: 25px;
    line-height: 1.4;
  }
}

.u-text-sm {
  font-size: 13px;
  line-height: 1.53846;
}

.u-font-regular {
  font-weight: normal;
}

.u-font-medium {
  font-weight: 500;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-italic {
  font-style: italic;
}

.u-text-primary {
  font-family: "Roboto", blinkmacsystemfont, "Segoe UI", helvetica, arial, sans-serif;
}

.u-text-secondary {
  font-family: "Futura Condensed", "Roboto", sans-serif;
}

.u-text-tertiary {
  font-family: "Futura PT", "Roboto", sans-serif;
  font-weight: bold;
}

.u-hide {
  display: none;
}

@media (min-width: 480px) {
  .u-hide\@sm {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hide\@md {
    display: none;
  }
}

@media (min-width: 1000px) {
  .u-hide\@lg {
    display: none;
  }
}

@media (min-width: 1280px) {
  .u-hide\@xl {
    display: none;
  }
}

.u-show {
  display: block;
}

@media (min-width: 480px) {
  .u-show\@sm {
    display: block;
  }
}

@media (min-width: 768px) {
  .u-show\@md {
    display: block;
  }
}

@media (min-width: 1000px) {
  .u-show\@lg {
    display: block;
  }
}

@media (min-width: 1280px) {
  .u-show\@xl {
    display: block;
  }
}

.js .u-js-hide {
  display: none;
}
