@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

a {
  text-decoration: none !important;
}

.alert-warning {
  color: black;
  background-color: #f28b3c47;
  border-color: #f28b3c47;
}

.sessao-interna {
  margin: 125px 0 50px 0;
}

.inner-curso {
  margin-top: 40px;
}

.inner-curso h4 {
  color: #f28b3c;
}

.sessao-interna li {
  padding-left: 20px;
  border-left: 3px solid black;
}

.inner-title {
  color: #145497;
  font-size: 28px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.sessao-interna p {
  margin-bottom: 30px;
  text-align: justify;
}

.no-padding {
  padding: 0 !important;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1),
    top 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 99;
  left: 0;
  width: 0;
  height: 0;
}

.overlay-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.sessao-interna .title {
  font-size: 20px;
  color: black;
  font-weight: 700;
}

.sessao-interna {
  color: #6f6c6c;
}

.btn-global {
  background-color: #145497;
  border-radius: 0;
}

.btn-default-senac {
  margin-top: 20px;
  background-color: #145497;
  border-radius: 0;
}

.btn-default-senac:hover {
  margin-top: 20px;
  background-color: #145497;
  border-radius: 0;
}

@font-face {
  font-family: Sanchez;
  src: url(/assets/fonts/Sanchez-Regular.ttf);
  font-weight: normal;
}

body {
  line-height: 1;
  font-family: Sanchez;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
div,
span {
  max-height: 10000em;
}

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

a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation;
}

a {
  text-decoration: none;
}

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

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

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

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

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

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

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

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Sanchez;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0);
}

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

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

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

.fancybox-slide--image {
  overflow: visible;
}

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

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

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

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

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

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Sanchez;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

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

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3;
}

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
}

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.25s;
}

.fancybox-arrow::after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3;
}

.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  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 {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

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

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

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

@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
}

.fancybox-thumbs {
  display: none;
}

.fancybox-button--thumbs {
  display: none;
}

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0,
      4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

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

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

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.clearafter:after {
  content: "";
  display: table;
  clear: both;
}

.anim-top-down {
  animation: anim-top-down 2s infinite;
}

@keyframes anim-top-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(0);
  }
}

body {
  background: #fff;
}

@media screen and (max-width: 750px) {
  body {
    padding-top: 56px;
  }
}

body.mainpage {
  padding-top: 0;
}

img {
  max-width: 100%;
}

section,
header,
footer {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mini-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.inner-body {
  z-index: 2;
  position: relative;
  padding-top: 134px;
}

@media screen and (max-width: 1200px) {
  .inner-body {
    padding-top: 94px;
  }
}

@media screen and (max-width: 750px) {
  .inner-body {
    padding-top: 0;
  }
}

.def-sec {
  padding-top: 80px;
}

@media screen and (max-width: 1200px) {
  .def-sec {
    padding-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .def-sec {
    padding-top: 24px;
  }
}

.def-sec-bottom {
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .def-sec-bottom {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 750px) {
  .def-sec-bottom {
    padding-bottom: 20px;
  }
}

.def-sec-bottom2 {
  padding-bottom: 200px;
}

@media screen and (max-width: 1600px) {
  .def-sec-bottom2 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 1400px) {
  .def-sec-bottom2 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 950px) {
  .def-sec-bottom2 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .def-sec-bottom2 {
    padding-bottom: 20px;
    padding-top: 0;
  }
}

.def-sec-mini {
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .def-sec-mini {
    padding-top: 20px;
  }
}

.def-sec-mini-bottom {
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .def-sec-mini-bottom {
    padding-bottom: 20px;
  }
}

.big-facts-wrap {
  position: relative;
  padding-top: 140px;
  margin-bottom: 30px;
  height: 420px;
}

@media screen and (max-width: 1200px) {
  .big-facts-wrap {
    height: 300px;
    padding-top: 85px;
  }
}

@media screen and (max-width: 750px) {
  .big-facts-wrap {
    height: 180px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 500px) {
  .big-facts-wrap {
    height: auto;
    padding: 30px;
  }
}

.big-facts-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pattern.png"), rgba(27, 30, 33, 0.4);
  z-index: 0;
}

.big-facts-wrap--competition {
  background: url("../img/bg-big-facts-competition.jpg") center center no-repeat;
  background-size: cover;
}

.big-facts-wrap--accomodation {
  background: url("../img/bg-big-facts-accomodation.jpg") center center
    no-repeat;
  background-size: cover;
}

.big-facts-wrap--russia {
  background: url("../img/bg-big-facts-russia.jpg") center center no-repeat;
  background-size: cover;
}

.big-facts {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  z-index: 1;
  padding: 0 50px;
  text-align: center;
}

@media screen and (max-width: 950px) {
  .big-facts {
    padding: 0 30px;
  }
}

@media screen and (max-width: 750px) {
  .big-facts {
    padding: 0 20px;
  }
}

@media screen and (max-width: 500px) {
  .big-facts {
    display: block;
  }
}

.big-fact {
  width: 100%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .big-fact {
    padding: 10px 0;
  }
}

.big-fact p {
  font-family: Sanchez;
  font-size: 100px;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .big-fact p {
    font-size: 70px;
  }
}

@media screen and (max-width: 750px) {
  .big-fact p {
    font-size: 36px;
  }
}

.big-fact span {
  font-size: 21px;
}

@media screen and (max-width: 1200px) {
  .big-fact span {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .big-fact span {
    font-size: 14px;
  }
}

.big-fact--2 {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .big-fact--2 {
    width: 100%;
  }
}

.big-fact--3 {
  width: auto;
}

@media screen and (max-width: 500px) {
  .big-fact--3 {
    width: 100%;
  }
}

.big-fact--4 {
  width: 25%;
}

@media screen and (max-width: 500px) {
  .big-fact--4 {
    width: 100%;
  }
}

.big-fact--5 {
  width: 20%;
}

@media screen and (max-width: 500px) {
  .big-fact--5 {
    width: 100%;
  }
}

.big-fact--5 p {
  font-size: 75px;
}

@media screen and (max-width: 950px) {
  .big-fact--5 p {
    font-size: 50px;
  }
}

@media screen and (max-width: 750px) {
  .big-fact--5 p {
    font-size: 36px;
  }
}

@media screen and (max-width: 950px) {
  .big-fact--5 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .big-fact--5 span {
    font-size: 14px;
  }
}

.grid-gallery-about {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 1200px) {
  .grid-gallery-about {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media screen and (max-width: 750px) {
  .grid-gallery-about {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.grid-gallery-about__item {
  width: 75%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  .grid-gallery-about__item {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 750px) {
  .grid-gallery-about__item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 500px) {
  .grid-gallery-about__item {
    width: 80%;
  }
}

.grid-gallery-about__item .user-content {
  max-width: 670px;
}

.grid-gallery-about__item--mini {
  width: 25%;
}

@media screen and (max-width: 500px) {
  .grid-gallery-about__item--mini {
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  .grid-gallery-about__item-content {
    width: 100%;
  }
}

.grid-gallery-about__item-content .user-content {
  padding-left: 50px;
}

@media screen and (max-width: 1200px) {
  .grid-gallery-about__item-content .user-content {
    padding-left: 0;
  }
}

.grid-gallery-about__item-icon {
  display: block;
  padding-bottom: 30px;
}

.pagination {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}

.pagination__item {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  margin-right: 3px;
  border-bottom: 1px solid #e0e0e0;
  color: #000;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1200px) {
  .pagination__item {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 750px) {
  .pagination__item {
    height: 25px;
    width: 25px;
    font-size: 13px;
  }
}

.pagination__item:hover {
  color: #5eb1e6;
  border-color: #000;
}

.pagination__item.active {
  border-color: #000;
  pointer-events: none;
}

.pagination__item--first span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #000000 transparent transparent;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}

.pagination__item--first:hover span {
  border-color: transparent #5eb1e6 transparent transparent;
}

.pagination__item--last span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
}

.pagination__item--last:hover span {
  border-color: transparent transparent transparent #5eb1e6;
}

.social-sharing__list {
  display: flex;
  height: 50px;
}

.social-sharing__list li:last-child a {
  border-right: 1px solid #e0e0e0;
}

.social-sharing__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-right: none;
}

.social-sharing__list a:hover img {
  opacity: 1;
}

.social-sharing__list a img {
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.rouble {
  position: relative;
  display: inline-block;
  vpadding-right: 0;
  padding-left: 0;
  font-size: 18px;
  line-height: 18px;
  font-family: Sanchez;
  text-transform: uppercase;
}

.rouble:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 80%;
  height: 2px;
  background: #fff;
}

.rouble--black {
  color: #000;
}

.rouble--black:after {
  background: #000;
}

.pt15 {
  padding-top: 15px;
}

.fl-left {
  float: left;
}

.fl-right {
  float: right;
}

.modal-text {
  padding: 15px;
  border-radius: 5px;
  background: #fff;
}

#modal-spasibo {
  padding-top: 30px;
  padding-bottom: 15px;
  border-radius: 20px;
  background: #ffc438;
}

[data-fancybox] {
  outline: none;
}

.ad {
  display: none;
}

.fancybox-custom-layout .fancybox-button--play,
.fancybox-custom-layout .fancybox-button--fullscreen,
.fancybox-custom-layout .fancybox-button--thumbs {
  display: none !important;
}

.fancybox-custom-layout .fancybox-arrow--right {
  right: 364px;
}

@media screen and (max-width: 1200px) {
  .fancybox-custom-layout .fancybox-arrow--right {
    right: 244px;
  }
}

@media screen and (max-width: 950px) {
  .fancybox-custom-layout .fancybox-arrow--right {
    right: 200px;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-custom-layout .fancybox-arrow--right {
    right: 0;
  }
}

.fancybox-custom-layout .fancybox-arrow--right:after {
  background: url("../img/svg/icons/icon-arrow-right-2.svg") no-repeat center
    center;
}

.fancybox-custom-layout .fancybox-arrow--left:after {
  background: url("../img/svg/icons/icon-arrow-right-2.svg") no-repeat center
    center;
}

.fancybox-button--close:before,
.fancybox-button--close:after {
  background: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fancybox-custom-layout .fancybox-button--close:before,
.fancybox-custom-layout .fancybox-button--close:after {
  background: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fancybox-custom-layout .fancybox-bg,
.fancybox-custom-layout.fancybox-container--ready .fancybox-bg {
  background: #000;
  opacity: 1;
}

.fancybox-custom-layout .fancybox-toolbar {
  height: 100%;
  opacity: 1;
  visibility: visible;
  background: #fff;
  z-index: 100000;
}

@media screen and (max-width: 950px) {
  .fancybox-custom-layout .fancybox-toolbar {
    background: none;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-custom-layout .fancybox-toolbar .fancybox-button--close {
    background: #fff;
  }
}

.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-custom-layout .fancybox-controls {
  opacity: 1;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 44px;
  background: #fff;
}

.fancybox-custom-layout .fancybox-button {
  background: transparent;
}

.fancybox-custom-layout .fancybox-button--close {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fancybox-custom-layout .fancybox-button--close:hover {
  background: rgba(233, 63, 93, 0.15);
}

.fancybox-custom-layout .fancybox-button--close:hover:before,
.fancybox-custom-layout .fancybox-button--close:hover:after {
  background: #e93f5d;
}

.fancybox-custom-layout .fancybox-caption-wrap {
  top: 0;
  right: 44px;
  bottom: 0;
  left: auto;
  width: 320px;
  padding: 0;
  box-shadow: none;
  background: #fff;
  font-weight: bold;
  opacity: 1;
  visibility: visible;
  transition: none;
}

@media screen and (max-width: 1200px) {
  .fancybox-custom-layout .fancybox-caption-wrap {
    width: 200px;
  }
}

@media screen and (max-width: 950px) {
  .fancybox-custom-layout .fancybox-caption-wrap {
    right: 0;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-custom-layout .fancybox-caption-wrap {
    display: none;
  }
}

.fancybox-custom-layout .fancybox-caption {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 90px 15px 60px 30px;
  border: 0;
  font-family: Sanchez;
  font-size: 18px;
  font-weight: normal;
  color: #575656;
}

@media screen and (max-width: 1200px) {
  .fancybox-custom-layout .fancybox-caption {
    padding: 50px 0 50px 20px;
    font-size: 15px;
    line-height: 170%;
  }
}

@media screen and (max-width: 950px) {
  .fancybox-custom-layout .fancybox-caption {
    padding: 50px 20px;
  }
}

.fancybox-custom-layout .fancybox-caption .caption-date {
  width: 100%;
  padding-bottom: 10px;
  color: #5eb1e6;
  font-size: 15px;
  font-weight: normal;
}

.fancybox-custom-layout .fancybox-caption .caption-album {
  width: 100%;
  color: #000;
  font-size: 21px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .fancybox-custom-layout .fancybox-caption .caption-album {
    font-size: 15px;
    line-height: 170%;
  }
}

.fancybox-custom-layout .fancybox-caption .caption-count {
  width: 100%;
  margin-top: auto;
  color: #b2b2b0;
  font-size: 15px;
  line-height: 1.13333333;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .fancybox-custom-layout .fancybox-caption .caption-count {
    font-size: 15px;
    line-height: 170%;
  }
}

.fancybox-custom-layout .fancybox-caption .caption-descr {
  width: 100%;
  margin-top: 15px;
  color: #000;
  font-size: 18px;
  line-height: 1.66666667;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .fancybox-custom-layout .fancybox-caption .caption-descr {
    font-size: 15px;
    line-height: 170%;
  }
}

.fancybox-custom-layout .fancybox-stage {
  right: 364px;
}

@media screen and (max-width: 1200px) {
  .fancybox-custom-layout .fancybox-stage {
    right: 244px;
  }
}

@media screen and (max-width: 950px) {
  .fancybox-custom-layout .fancybox-stage {
    right: 200px;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-custom-layout .fancybox-stage {
    right: 0;
  }
}

.fancybox-custom-layout.fancybox-container--thumbs .fancybox-controls {
  right: 220px;
}

@media screen and (max-width: 950px) {
  .fancybox-custom-layout.fancybox-container--thumbs .fancybox-controls {
    right: 200px;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-custom-layout.fancybox-container--thumbs .fancybox-controls {
    right: 0;
  }
}

.fancybox-custom-layout.fancybox-container--thumbs .fancybox-stage {
  right: 514px;
}

.fancybox-custom-layout.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 264px;
}

@media screen and (max-width: 950px) {
  .fancybox-custom-layout.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 200px;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-custom-layout.fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}

.fancybox-custom-layout .fancybox-thumbs {
  top: 0;
  bottom: 0;
  background: #c7bfbf;
}

.fancybox-custom-layout .fancybox-thumbs > ul > li {
  border-color: #c7bfbf;
}

.pic-zoom {
  display: block;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pic-zoom img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pic-zoom:hover img {
  transform: scale(1.05);
}

.fancybox-close-small {
  width: 44px;
  height: 44px;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 0;
  position: fixed;
  transform: translate3d(0, 0, 0);
}

.fancybox-close-small:before,
.fancybox-close-small:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  background: #000;
  transform: rotate(45deg);
  outline: none !important;
  border-radius: 0;
  transition: all 0.3s;
  box-shadow: none;
  border: none;
}

.fancybox-close-small:after {
  transform: rotate(-45deg);
}

.fancybox-close-small:hover {
  background: rgba(233, 63, 93, 0.15);
}

.fancybox-close-small:hover:before,
.fancybox-close-small:hover:after {
  background: #e93f5d;
}

.ccm-edit-mode .ccm-area-block-list table,
.ccm-edit-mode .ccm-area-block-list caption,
.ccm-edit-mode .ccm-area-block-list tbody,
.ccm-edit-mode .ccm-area-block-list tfoot,
.ccm-edit-mode .ccm-area-block-list thead,
.ccm-edit-mode .ccm-area-block-list tr,
.ccm-edit-mode .ccm-area-block-list th,
.ccm-edit-mode .ccm-area-block-list td {
  border: 1px solid #000;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  border: 1px solid white;
}

@media screen and (max-width: 500px) {
  .btn {
    width: 100%;
  }
}

.btn i,
.btn span {
  vertical-align: middle;
}

.btn--red {
  background: #e93f5d;
}

.btn--red:hover {
  background: #5eb1e6;
}

.btn--form {
  min-width: 210px;
  margin-top: 25px;
}

.btn-black {
  background: #000;
  color: #fff;
}

.btn-black:hover {
  background: #e93f5d;
  color: #fff;
}

.btn-subscribe {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  margin-left: 5px;
  background: #5eb1e6;
}

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

body {
  font-family: Sanchez;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 900;
  color: #000;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 1.2;
}

@media screen and (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 70px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 60px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 950px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 750px) {
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

h2,
.h2 {
  font-size: 50px;
}

@media screen and (max-width: 950px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 750px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

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

h3,
.h3 {
  padding-bottom: 40px;
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
  font-family: Sanchez;
}

@media screen and (max-width: 950px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 750px) {
  h3,
  .h3 {
    font-size: 22px;
    padding-bottom: 25px;
  }
}

h4 {
  font-size: 21px;
  padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
  h4 {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

h5 {
  font-size: 26px;
  letter-spacing: 1.2px;
}

h6 {
  font-size: 12px;
}

a {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

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

.user-content {
  font-size: 18px;
  line-height: 1.66666667;
  color: #575656;
  font-weight: normal;
}

@media screen and (max-width: 1400px) {
  .user-content {
    font-size: 15px;
    line-height: 170%;
  }
}

.user-content h3,
.user-content .h3 {
  font-size: 30px;
  padding-bottom: 35px;
}

@media screen and (max-width: 1200px) {
  .user-content h3,
  .user-content .h3 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .user-content h3,
  .user-content .h3 {
    font-size: 22px;
  }
}

.user-content p {
  padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .user-content p {
    padding-bottom: 20px;
  }
}

.user-content p:last-child {
  padding-bottom: 0;
}

.user-content p + h2,
.user-content p + h3,
.user-content p + h4 {
  padding-top: 40px;
}

.user-content a {
  color: #5eb1e6;
}

.user-content a:hover {
  color: #e93f5d;
}

.user-content .attention {
  position: relative;
  color: #5eb1e6;
}

.user-content .attention:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 2px;
  height: 93%;
  transform: translateY(-50%);
  background: #5eb1e6;
}

.user-content .blockquote {
  position: relative;
  display: block;
  padding: 30px 0;
  margin: 30px 0;
  font-size: 21px;
  line-height: 1.42857143;
  text-align: center;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .user-content .blockquote {
    font-size: 16px;
    line-height: 170%;
    margin: 15px 0;
  }
}

@media screen and (max-width: 750px) {
  .user-content .blockquote {
    padding: 20px 0;
    margin: 10px 0;
    font-size: 15px;
    line-height: 150%;
  }
}

.user-content .blockquote:before,
.user-content .blockquote:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 2px;
  background: #5eb1e6;
  transform: translateX(-50%);
}

.user-content .blockquote:after {
  top: auto;
  bottom: 0;
}

.user-content .blockquote:last-child {
  margin-bottom: 0;
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .user-content .blockquote:last-child {
    padding-bottom: 20px;
  }
}

.user-content iframe {
  width: 100%;
  height: auto;
  min-height: 300px;
}

@media screen and (max-width: 1200px) {
  .user-content iframe {
    min-height: 250px;
  }
}

@media screen and (max-width: 750px) {
  .user-content iframe {
    min-height: 0;
  }
}

.user-content ul {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 950px) {
  .user-content ul {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 750px) {
  .user-content ul {
    padding-bottom: 10px;
  }
}

.user-content ul li {
  position: relative;
  padding: 0 0 20px 30px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .user-content ul li {
    padding-left: 20px;
  }
}

@media screen and (max-width: 950px) {
  .user-content ul li {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 750px) {
  .user-content ul li {
    padding-left: 18px;
    padding-bottom: 10px;
  }
}

.user-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #5eb1e6;
  transform: rotate(45deg);
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .user-content ul li:before {
    top: 10px;
  }
}

.user-content ul + h2,
.user-content ul + h3,
.user-content ul + h4 {
  padding-top: 40px;
}

.user-content ol {
  padding: 0 0 20px 0;
  list-style-type: none;
}

@media screen and (max-width: 950px) {
  .user-content ol {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 750px) {
  .user-content ol {
    padding-bottom: 10px;
  }
}

.user-content ol > li {
  position: relative;
  padding: 0 0 20px 30px;
  counter-increment: step-counter;
}

@media screen and (max-width: 950px) {
  .user-content ol > li {
    padding-left: 25px;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 750px) {
  .user-content ol > li {
    padding-left: 20px;
    padding-bottom: 10px;
  }
}

.user-content ol > li:before {
  content: counter(step-counter) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #5eb1e6;
}

@media screen and (max-width: 750px) {
  .user-content ol > li:before {
    font-size: 16px;
  }
}

.user-content ol + h2,
.user-content ol + h3,
.user-content ol + h4 {
  padding-top: 10px;
}

.user-content ol ul {
  padding-top: 10px;
  padding-bottom: 0;
}

.user-content ol ul li:last-child {
  padding-bottom: 0;
}

.user-content .time_table {
  width: 100%;
  background-color: transparent;
  max-width: 700px;
  margin: 0 auto;
}

.user-content .time_table td {
  color: #575656;
  font-family: Sanchez;
  font-size: 18px;
  padding: 8px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .user-content .time_table td {
    font-size: 15px;
  }
}

.user-content .time_table thead td {
  font-weight: 700;
  background-color: #dddfdf;
}

.user-content .time_table tbody td {
  background-color: #f3f4f6;
  border-top: 1px solid #e0e0e0;
}

.legal-col {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.legal-col h3 {
  font-family: Sanchez;
  font-weight: normal;
  padding: 35px 0;
}

@media screen and (max-width: 1200px) {
  .legal-col h3 {
    padding: 20px 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .legal-col h3 {
    padding: 15px 0;
    font-size: 18px;
  }
}

html:lang(tt) .legal-col h3 {
  font-weight: normal;
}

form {
  position: relative;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border: 1px solid #e0e0e0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover {
  border-color: #bababa;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border-color: #5eb1e6;
  outline: none;
}

input[type="text"].error,
input[type="tel"].error,
input[type="email"].error,
textarea.error {
  border-color: #ff1b1b;
}

input[type="file"] {
  cursor: pointer;
}

.input-text {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 300;
  z-index: 0;
}

.input-text::-webkit-input-placeholder {
  font-family: Sanchez;
  font-size: 15px;
  color: #b2b2b0;
}

.input-text::-moz-placeholder {
  font-family: Sanchez;
  font-size: 15px;
  color: #b2b2b0;
}

.input-text:-ms-input-placeholder {
  font-family: Sanchez;
  font-size: 15px;
  color: #b2b2b0;
}

@media screen and (max-width: 750px) {
  .input-text {
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 20px;
  }
}

.input-text--mini {
  padding-bottom: 17px;
  padding-top: 17px;
  padding-left: 20px;
  font-size: 15px;
}

.input-textarea {
  width: 100%;
  height: 140px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 45px;
  font-weight: 300;
}

.input-textarea::-webkit-input-placeholder {
  font-family: Sanchez;
  font-size: 15px;
  color: #b2b2b0;
}

.input-textarea::-moz-placeholder {
  font-family: Sanchez;
  font-size: 15px;
  color: #b2b2b0;
}

.input-textarea:-ms-input-placeholder {
  font-family: Sanchez;
  font-size: 15px;
  color: #b2b2b0;
}

.subscribe-form p {
  color: #5eb1e6;
}

.subscribe-form form {
  display: flex;
  align-items: center;
  padding-top: 25px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .subscribe-form form {
    padding-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .subscribe-form form {
    padding-top: 10px;
  }
}

.subscribe-form input {
  margin-bottom: 0;
}

.subscribe-form.subscribe-form2 {
  padding-top: 20px;
}

.subscribe-form.subscribe-form2 form {
  padding-top: 0;
  max-width: 350px;
}

.jq-file {
  display: block;
  margin-top: 10px;
}

.jq-file.error .jq-file__name {
  color: #e93f5d;
}

.jq-file__name {
  color: #5eb1e6;
  font-size: 18px;
}

.jq-file__browse {
  display: none;
}

.header-sec {
  position: fixed;
  display: flex;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 32px;
  height: 102px;
  background: rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1200px) {
  .header-sec {
    height: 70px;
    top: 24px;
  }
}

@media screen and (max-width: 950px) {
  .header-sec {
    font-size: 12px;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .header-sec {
    flex-wrap: wrap;
    top: 0;
    height: 56px;
    transition: none;
    border-top: none;
  }
}

.header-sec-red {
  background: transparent;
}

.header-sec-red .header__logo,
.header-sec-red .head__sponsor {
  background: transparent;
}

.header-sec-red.fixed {
  background: transparent;
}

.header-sec-red.fixed .header__logo,
.header-sec-red.fixed .head__sponsor {
  background: #e93f5d;
}

.header-sec-red.fixed .header__logo:hover,
.header-sec-red.fixed .head__sponsor:hover {
  background: #c32541;
}

.header-sec.fixed {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 750px) {
  .header-sec.fixed {
    border: none;
    background: #e93f5d;
  }
}

.header-sec.fixed .header-top_line {
  color: #000;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .header-sec.fixed .header-top_line {
    background: #e93f5d;
  }
}

.header-sec.fixed .header-top_line__link,
.header-sec.fixed .header-top_line__date {
  color: #000;
}

@media screen and (max-width: 750px) {
  .header-sec.fixed .header-top_line__link,
  .header-sec.fixed .header-top_line__date {
    color: #fff;
  }
}

.header-sec.fixed .header-top_line__link:hover,
.header-sec.fixed .header-top_line__date:hover {
  color: #e93f5d;
}

@media screen and (max-width: 750px) {
  .header-sec.fixed .header-top_line__link.active,
  .header-sec.fixed .header-top_line__date.active {
    color: #e93f5d;
  }
}

.header-sec.fixed .header__menu-link {
  color: #000;
}

.header-sec.fixed .header__lang > li {
  color: #000;
}

.header-sec.fixed .header__share svg path,
.header-sec.fixed .header__search svg path {
  fill: #000;
}

.header-sec.fixed .header__share ul a:hover svg path,
.header-sec.fixed .header__search a:hover svg path {
  fill: #e93f5d;
}

.header-sec:hover + .header-mask {
  opacity: 0.9;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .header-sec:hover + .header-mask {
    opacity: 0;
    visibility: hidden;
  }
}

.header-mask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-mask.active {
  opacity: 0.9;
  visibility: visible;
}

.header-wrap {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .header-wrap {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: none;
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    transform: translate3d(-100%, 0, 0);
  }
}

.header-wrap .header-helpers {
  display: flex;
  flex: 0 0 300px;
  z-index: 1;
  right: 0;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .header-wrap .header-helpers {
    flex: 1 0 147px;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header-helpers {
    display: block;
    width: 85%;
    position: relative;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-shadow: -300px 300px 0 300px #fff;
  }
}

.header-wrap .header-helpers__item {
  flex: 0 0 100px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100px;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .header-wrap .header-helpers__item {
    flex: 1 1 49px;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrap .header-helpers__item {
    height: 69px;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header-helpers__item {
    height: auto;
    float: none;
    text-align: center;
    width: auto;
    border: none;
  }
}

.header-wrap .header__menu {
  flex: 1 1 1px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  position: relative;
}

.location-name {
  position: absolute;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e4a8d;
  font-size: 21px;
}

@media screen and (max-width: 1200px) {
  .header-wrap .header__menu {
    flex: 1 1 414px;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu {
    background: #fff;
    width: 85%;
    display: block;
    padding: 24px 0;
  }
}

.header-wrap .header__menu--top-line {
  position: absolute;
  left: 16px;
  top: -25px;
}

@media screen and (max-width: 1200px) {
  .header-wrap .header__menu--top-line {
    top: -17px;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu--top-line {
    position: static;
  }

  .header-wrap .header__menu--top-line .header-top_line-wrap {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 0;
  }

  .header-wrap
    .header__menu--top-line
    .header-top_line-wrap
    .header-top_line__link {
    color: #000;
    font-size: 13px;
    text-align: left;
    padding: 16px 20px;
    line-height: 15px;
    height: auto;
    font-family: Sanchez;
    font-weight: 400;
    letter-spacing: 0.91px;
    max-width: 100%;
  }
}

.header-wrap .header__menu > ul {
  width: 100%;
  display: flex;
}

.header-wrap .header__menu > li {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
  background: transparent;
  transition: all 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu > li {
    width: auto;
    height: auto;
    padding: 0;
  }

  .header-wrap .header__menu > li:first-child .header__menu-link {
    color: #e93f5d;
  }
}

.header-wrap .header__menu > li:hover {
  background: #fff6ef;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-wrap .header__menu > li:hover .header__menu-link {
  color: #000;
}

.header-wrap .header__menu > li:hover .header__menu-link:hover {
  color: #e93f5d;
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu > li:hover .header__menu-link {
    color: #e93f5d;
  }
}

.header-wrap .header__menu > li:hover .header__menu-inner {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: all;
}

.header-wrap .header__menu > li:hover .menu2 {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.menu2 {
  position: none;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu > li:hover .header__menu-inner {
    opacity: 0;
    visibility: hidden;
  }
}

.header-wrap .header__menu-inner {
  border-top: 5px solid #f28b3c;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 75%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 13px;
  text-transform: uppercase;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #fff;
}

@media screen and (max-width: 1400px) {
  .header-wrap .header__menu-inner {
    font-size: 12px;
    line-height: normal;
  }
}

@media screen and (max-width: 950px) {
  .header-wrap .header__menu-inner {
    font-size: 10px;
    line-height: normal;
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-inner {
    text-align: left;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    border: none;
    padding: 0 0 20px 0;
    transition: none;
    margin-top: 0;
  }
}

.header-wrap .header__menu-inner li {
  letter-spacing: 0.07em;
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-inner li {
    padding: 0 0 0 20px;
  }
}

.thead-dark th {
  background-color: #145497 !important;
  border-color: #145497 !important;
}

.edital a {
  color: white !important;
}

.header-wrap .header__menu-inner a {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  text-transform: none;
  color: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 1;
  border: solid 5px transparent;
  white-space: nowrap;

  font-size: 16px;
  padding: 5px 15px;
}

.header-wrap .header__menu-inner a:hover,
.header-wrap .header__menu-inner a.active {
  color: #e93f5d;
}

@media screen and (max-width: 1200px) {
  .header-wrap .header__menu-inner a {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 950px) {
  .header-wrap .header__menu-inner a {
    padding: 10px;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-inner a {
    text-transform: none;
    letter-spacing: normal;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 150%;
  }
}

.header-wrap .header__menu-inner a:before {
  display: none;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 17px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-inner a:before {
    display: block;
  }
}

.header-wrap .header__menu-link {
  text-decoration: none;
  color: #fff;
  height: 100%;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-family: Sanchez;
  font-size: 0.8vw;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif !important;
  font-size: 17px;
  color: #333 !important;
  font-weight: 600;
}

@media screen and (max-width: 1400px) {
  .header-wrap .header__menu-link {
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 0.63px;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrap .header__menu-link {
    line-height: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-link {
    color: #000;
    font-size: 13px;
    text-align: left;
    padding: 16px 20px;
    line-height: 15px;
    height: auto;
    font-family: Sanchez;
    font-weight: 400;
    letter-spacing: 0.91px;
  }
}

.header-wrap .header__menu-link:hover {
  color: #e93f5d;
}

.header-wrap .header__menu-link.is_parent:after,
.header-wrap .header__menu-link.is_parent:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 45%;
  width: 11px;
  height: 1px;
  background: #000;
  display: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-link.is_parent:after,
  .header-wrap .header__menu-link.is_parent:before {
    display: block;
  }
}

.header-wrap .header__menu-link.is_parent:before {
  width: 1px;
  height: 11px;
  margin: -5px 5px 0 0;
}

.header-wrap .header__menu-link.is_parent.show:after,
.header-wrap .header__menu-link.is_parent.show:before {
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-link.is_parent.show + .header__menu-inner {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.btn-cnpj-download {
  display: flex;
  flex-direction: column-reverse;
}

.card-licitacoes .card-body a {
  cursor: pointer;
  color: #2b83e0;
}

.btn-default {
  border-radius: 0;
}

.card-turmas .card-body {
  height: 150px;
  border-bottom: 1px solid #c3c1c1;
}

#accordion-title .title {
  padding: 20px;
  background: #e3e3e3;
  cursor: pointer;
  transition: 1s ease-in-out;
}

#accordion-title .title:hover {
  background: #b8b8b8;
}

.edital {
  padding: 20px;
}

.card-licitacoes-desc {
  padding: 20px;
}

.card-turmas .card-header h5 {
  margin-left: 18px;
}

.card-turmas, .card-licitacoes {
  cursor: pointer;
}

.card-turmas .alert {
  margin: 40px;
}

.card-licitacoes .card-body {
  border: 1px solid rgba(0,0,0,.125);
  cursor: auto;
}

.header-wrap .header__menu-link span:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  display: block;
  width: 40px;
  height: 1px;
  opacity: 0;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-link span:before {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .header-wrap .header__menu-link.active {
    color: #e93f5d;
  }
}

.header-wrap .header__menu-link.active span:before {
  opacity: 1;
}

.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 360px;
}

.card-body h4 {
  flex: auto;
}

.lancamentos-card {
  cursor: pointer;
  user-select: none;
}

.lancamentos-card .card-body {
  height: 425px;
}

.card-title {
  text-align: initial;
}

.inner {
  overflow: hidden;
}

.inner img {
  transition: all 1.5s ease;
}

.inner:hover img {
  transform: scale(1.5);
}

.card-text {
  color: gray;
}

.card-body .btn {
  width: 100%;
  margin-top: 20px;
  background-color: #145497;
  border-radius: 0;
}

.header-top_line {
  position: absolute;
  top: -33px;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 8px 16px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .header-top_line {
    padding: 7px 14px;
    height: 25px;
    top: -25px;
  }
}

@media screen and (max-width: 750px) {
  .header-top_line {
    position: initial;
    flex: 1 1 1px;
    height: 55px;
    justify-content: left;
    padding: 18px 0 0 6%;
    background: #e93f5d;
  }
}

.header-top_line-wrap {
  display: flex;
}

@media screen and (max-width: 750px) {
  .header-top_line-wrap {
    text-align: center;
  }
}

.header-top_line__link,
.header-top_line__date {
  display: block;
  color: #ffffff;
  font-family: Sanchez;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.98px;
}

@media screen and (max-width: 1200px) {
  .header-top_line__link,
  .header-top_line__date {
    color: #ffffff;
    font-size: 9px;
    line-height: 10px;
    letter-spacing: 0.63px;
  }
}

@media screen and (max-width: 750px) {
  .header-top_line__link,
  .header-top_line__date {
    letter-spacing: 0;
    max-width: 55px;
  }
}

.header-top_line__link:not(:last-child) {
  margin-right: 12px;
}

.header-combo_logo {
  min-width: 353px;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .header-combo_logo {
    min-width: 244px;
  }
}

@media screen and (max-width: 750px) {
  .header-combo_logo {
    min-width: 195px;
    height: 55px;
    background: #256fc3;
    overflow: hidden;
  }
}

.header-combo_logo:hover .header-combo_logo__logo {
  background: #256fc3;
}

.header-combo_logo__logo,
.header-combo_logo__sponsor {
  position: relative;
  background: #256fc3;
  flex-basis: 1px;
  height: 100%;
  line-height: 100px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .header-combo_logo__logo,
  .header-combo_logo__sponsor {
    height: 69px;
    line-height: 70px;
  }
}

@media screen and (max-width: 750px) {
  .header-combo_logo__logo,
  .header-combo_logo__sponsor {
    height: 56px;
    line-height: 56px;
  }
}

.header-combo_logo__logo:nth-child(1),
.header-combo_logo__sponsor:nth-child(1) {
  flex-grow: 1;
}

.header-combo_logo__logo:nth-child(1) img,
.header-combo_logo__sponsor:nth-child(1) img {
  margin-right: 3px;
}

@media screen and (max-width: 1200px) {
  .header-combo_logo__logo:nth-child(1),
  .header-combo_logo__sponsor:nth-child(1) {
    line-height: 67px;
  }

  .header-combo_logo__logo:nth-child(1) img,
  .header-combo_logo__sponsor:nth-child(1) img {
    width: 70px;
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .header-combo_logo__logo:nth-child(1),
  .header-combo_logo__sponsor:nth-child(1) {
    line-height: 55px;
  }

  .header-combo_logo__logo:nth-child(1) img,
  .header-combo_logo__sponsor:nth-child(1) img {
    width: 56px;
    margin-right: 2px;
  }
}

.header-combo_logo__logo:nth-child(2),
.header-combo_logo__sponsor:nth-child(2) {
  flex-grow: 1.015;
  line-height: 90px;
}

@media screen and (max-width: 1200px) {
  .header-combo_logo__logo:nth-child(2),
  .header-combo_logo__sponsor:nth-child(2) {
    line-height: 60px;
  }

  .header-combo_logo__logo:nth-child(2) img,
  .header-combo_logo__sponsor:nth-child(2) img {
    width: 67px;
    margin-left: 3px;
  }
}

@media screen and (max-width: 750px) {
  .header-combo_logo__logo:nth-child(2),
  .header-combo_logo__sponsor:nth-child(2) {
    line-height: 48px;
  }

  .header-combo_logo__logo:nth-child(2) img,
  .header-combo_logo__sponsor:nth-child(2) img {
    width: 55px;
    margin-right: 1px;
  }
}

.header-combo_logo__logo:nth-child(3),
.header-combo_logo__sponsor:nth-child(3) {
  flex-grow: 0.7;
  line-height: 94px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-combo_logo__logo:nth-child(3) img,
.header-combo_logo__sponsor:nth-child(3) img {
  margin-left: 4px;
}

@media screen and (max-width: 1200px) {
  .header-combo_logo__logo:nth-child(3),
  .header-combo_logo__sponsor:nth-child(3) {
    line-height: 64px;
  }

  .header-combo_logo__logo:nth-child(3) img,
  .header-combo_logo__sponsor:nth-child(3) img {
    width: 44px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 750px) {
  .header-combo_logo__logo:nth-child(3),
  .header-combo_logo__sponsor:nth-child(3) {
    line-height: 51px;
  }

  .header-combo_logo__logo:nth-child(3) img,
  .header-combo_logo__sponsor:nth-child(3) img {
    width: 34.5px;
    margin-right: 3px;
  }
}

.header-combo_logo__logo:nth-child(1)::before,
.header-combo_logo__sponsor:nth-child(1)::before,
.header-combo_logo__logo:nth-child(2)::before,
.header-combo_logo__sponsor:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 77px;
  background: #fff;
  opacity: 0.2;
  top: 11.5px;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .header-combo_logo__logo:nth-child(1)::before,
  .header-combo_logo__sponsor:nth-child(1)::before,
  .header-combo_logo__logo:nth-child(2)::before,
  .header-combo_logo__sponsor:nth-child(2)::before {
    top: 8.5px;
    height: 53px;
  }
}

@media screen and (max-width: 750px) {
  .header-combo_logo__logo:nth-child(1)::before,
  .header-combo_logo__sponsor:nth-child(1)::before,
  .header-combo_logo__logo:nth-child(2)::before,
  .header-combo_logo__sponsor:nth-child(2)::before {
    top: 6.5px;
    height: 42px;
  }
}

.header-combo_logo__logo img,
.header-combo_logo__sponsor img {
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  .header-combo_logo__logo img,
  .header-combo_logo__sponsor img {
    width: 50px;
    height: auto;
  }
}

@media screen and (max-width: 750px) {
  .header-combo_logo__logo img,
  .header-combo_logo__sponsor img {
    width: 40px;
  }
}

.header__date {
  width: auto;
  white-space: nowrap;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .header__date {
    height: 70px;
    padding: 0 10px;
    line-height: 70px;
    font-size: 13px;
    left: 70px;
    width: 150px;
  }
}

@media screen and (max-width: 950px) {
  .header__date {
    font-size: 11px;
    width: 120px;
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .header__date {
    position: relative;
    z-index: 1;
    float: left;
    left: 0;
    top: 0;
    width: auto;
    height: 60px;
    line-height: 60px;
    border: none;
    font-size: 12px;
    padding: 0 0 0 10px;
  }
}

.head_date_text,
.head_date_timer {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .head_date_text {
    display: block;
    text-align: center;
  }
}

.head_date_timer {
  display: none;
}

.header__lang {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .header__lang {
    padding: 20px 0;
    width: auto;
    height: auto;
  }
}

.header__lang:hover {
  background: #fff;
}

.header__lang:hover > li {
  color: #000;
}

.header__lang:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header__lang span {
  display: block;
  line-height: 100px;
}

@media screen and (max-width: 1200px) {
  .header__lang span {
    line-height: 70px;
  }
}

@media screen and (max-width: 750px) {
  .header__lang span {
    line-height: normal;
    display: inline;
  }
}

.header__lang > li {
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .header__lang > li {
    display: inline;
    width: auto;
    height: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e93f5d;
    padding: 0 5px;
  }
}

.header__lang ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #fff;
}

@media screen and (max-width: 950px) {
  .header__lang ul {
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .header__lang ul {
    position: relative;
    z-index: 1;
    top: 0;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: inline;
  }
}

.header__lang ul li {
  letter-spacing: 0.07em;
}

@media screen and (max-width: 750px) {
  .header__lang ul li {
    display: inline;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 5px;
  }
}

.header__lang ul a {
  display: block;
  padding: 10px 20px;
  color: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 950px) {
  .header__lang ul a {
    padding: 5px;
  }
}

@media screen and (max-width: 750px) {
  .header__lang ul a {
    display: inline;
    padding: 0;
  }
}

.header__lang ul a:hover {
  color: #e93f5d;
}

.header__share {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .header__share {
    width: auto;
    height: auto;
  }
}

.header__share span {
  display: block;
  line-height: 100px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .header__share span {
    line-height: 70px;
  }
}

@media screen and (max-width: 750px) {
  .header__share span {
    display: none;
  }
}

.header__share span svg {
  position: relative;
  z-index: 1;
  top: 3px;
}

@media screen and (max-width: 950px) {
  .header__share span svg {
    height: 15px;
    width: 15px;
  }
}

.header__share:hover {
  background: #fff;
}

.header__share:hover svg path {
  fill: #000;
}

.header__share:hover > ul {
  opacity: 1;
  visibility: visible;
}

.header__share ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #fff;
}

@media screen and (max-width: 950px) {
  .header__share ul {
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .header__share ul {
    position: relative;
    padding: 0 0 20px 0;
    top: 0;
    width: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 750px) {
  .header__share ul li {
    display: inline;
  }
}

.header__share ul a {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media screen and (max-width: 950px) {
  .header__share ul a {
    padding: 10px;
  }
}

@media screen and (max-width: 750px) {
  .header__share ul a {
    display: inline;
    padding: 0 10px;
  }
}

.header__share ul a:hover svg path {
  fill: #e93f5d;
}

.header__share ul svg {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .header__share ul svg {
    display: inline;
    vertical-align: middle;
  }
}

.header__share ul svg path {
  fill: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__share svg path {
  fill: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .header__search {
    display: none;
  }
}

.header__search a {
  display: block;
  height: 100px;
  cursor: pointer;
  border: none;
  line-height: 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .header__search a {
    line-height: 70px;
    height: 70px;
  }
}

.header__search a:before,
.header__search a:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -10px;
  transform: rotate(45deg) scale(0);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 950px) {
  .header__search a:before,
  .header__search a:after {
    width: 16px;
    margin: -1px 0 0 -8px;
  }
}

.header__search a:after {
  width: 2px;
  height: 20px;
  margin: -10px 0 0 -1px;
}

@media screen and (max-width: 950px) {
  .header__search a:after {
    width: 2px;
    height: 16px;
    margin: -8px 0 0 -1px;
  }
}

.header__search svg {
  vertical-align: middle;
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 950px) {
  .header__search svg {
    height: auto;
    width: 15px;
  }
}

.header__search svg path {
  fill: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header__search:hover a {
  background: #fff;
}

.header__search:hover a svg path {
  fill: #000;
}

.header__search.active {
  background: #fff;
}

.header__search.active svg {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.header__search.active a:before,
.header__search.active a:after {
  transform: rotate(45deg) scale(1);
}

.header__search.active a:hover:before,
.header__search.active a:hover:after {
  transform: rotate(45deg) scale(1.3);
}

::-ms-clear {
  display: none;
}

.searchLine {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .searchLine {
    top: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 750px) {
  .searchLine {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    width: 85%;
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    backface-visibility: hidden;
  }
}

.searchLine.active {
  opacity: 1;
  visibility: visible;
}

.searchLine .inpText {
  color: #000;
  font-size: 24px;
  line-height: normal;
  height: 100px;
  padding: 0 200px 0 100px;
  width: 100%;
  border: none;
}

@media screen and (max-width: 1400px) {
  .searchLine .inpText {
    padding: 0 140px 0 70px;
    height: 70px;
  }
}

@media screen and (max-width: 950px) {
  .searchLine .inpText {
    padding: 0 70px 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .searchLine .inpText {
    height: 50px;
    font-size: 16px;
    padding: 0 20px 0 55px;
  }
}

.searchLine .inpSbm {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: url(../img/svg/icons/search.svg) no-repeat center center;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1400px) {
  .searchLine .inpSbm {
    width: 70px;
    height: 70px;
    background-size: 25px auto;
  }
}

@media screen and (max-width: 750px) {
  .searchLine .inpSbm {
    width: 30px;
    right: auto;
    background-size: 15px auto;
    height: 50px;
    left: 20px;
  }
}

.searchLine .inpSbm:hover {
  transform: scale(1.2);
}

.searchLine .inpSbm input {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .header-mask-mob {
    position: fixed;
    z-index: 1;
    right: 0;
    top: 0;
    width: 15%;
    height: 100%;
    background: transparent;
    display: none;
  }
}

.hBurger {
  display: none;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  width: 50px;
  height: 60px;
  cursor: pointer;
  padding-top: 20px;
}

.hBurger:before,
.hBurger:after,
.hBurger div {
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
  margin: 0 auto 5px auto;
  display: block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .hBurger {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .menushow {
    position: fixed !important;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.menushow .hBurger div {
  opacity: 0;
}

.menushow .hBurger:before {
  transform: rotate(45deg) translateX(7px) translateY(3px);
}

.menushow .hBurger:after {
  transform: rotate(-45deg) translateX(7px) translateY(-3px);
}

@media screen and (max-width: 750px) {
  .menushow .header-wrap {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .menushow .header-sec:hover + .header-mask,
  .menushow .header-mask {
    opacity: 0.7;
    visibility: visible;
  }
}

@media screen and (max-width: 750px) {
  .menushow .header-sec {
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .menushow .header-sec.fixed {
    background: rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 750px) {
  .menushow .header-mask-mob {
    display: block;
  }
}

.footer-sec {
  min-height: 305px;
  margin-top: 120px;
  padding: 45px 0;
  background: url("../img/svg/footer-flover.svg") right bottom no-repeat, #fff;
  background-size: auto 100%;
}

@media screen and (max-width: 1200px) {
  .footer-sec {
    padding: 30px 0;
    margin-top: 70px;
  }
}

@media screen and (max-width: 950px) {
  .footer-sec {
    background-size: auto 100px;
  }
}

@media screen and (max-width: 750px) {
  .footer-sec {
    padding: 20px 0;
    margin-top: 70px;
  }
}

.footer-sec.pageIn {
  transform: none;
}

.footer {
  color: #95989a;
  font-size: 15px;
}

.footer__columns {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .footer__columns {
    padding: 0;
  }
}

.footer__columns h4 {
  padding-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  font-family: Sanchez;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 750px) {
  .footer__columns h4 {
    font-size: 12px;
    padding-bottom: 15px;
  }
}

.footer__columns a {
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.1;
  color: #95989a;
}

.footer__columns a:hover {
  color: #000;
}

@media screen and (max-width: 750px) {
  .footer__columns a {
    font-size: 12px;
    line-height: 150%;
    margin: 0 0 10px 0;
  }
}

.footer__contact {
  width: 45%;
  padding-right: 50px;
}

@media screen and (max-width: 950px) {
  .footer__contact {
    padding-right: 50px;
  }
}

@media screen and (max-width: 500px) {
  .footer__contact {
    width: 66%;
    padding: 0 0 20px 0;
  }
}

.footer__contact-links {
  display: flex;
  flex-wrap: wrap;
}

.footer__contact-links a {
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .footer__contact-links a {
    width: 33.3333%;
  }
}

@media screen and (max-width: 750px) {
  .footer__contact-links a {
    width: 50%;
  }
}

.footer__help {
  width: 175px;
  padding-right: 55px;
}

@media screen and (max-width: 750px) {
  .footer__help {
    width: 25%;
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .footer__help {
    width: 33.3333%;
  }
}

@media screen and (max-width: 500px) {
  .footer__help .footer__contact-links-2 {
    display: flex;
    flex-wrap: wrap;
  }
}

.footer__help a {
  display: block;
}

.footer__apps {
  width: 30%;
}

@media screen and (max-width: 500px) {
  .footer__apps {
    width: 100%;
  }
}

.footer__apps a {
  opacity: 0.5;
}

.footer__apps a:hover {
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .footer__apps a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
}

.footer__apps .user-content h4 {
  padding: 0;
}

.footer__apps .user-content p {
  line-height: 1;
  padding: 0;
  color: #95989a;
  font-size: 15px;
}

.footer__apps .user-content p a {
  margin: 0;
  line-height: 1;
}

.footer__apps .user-content p:nth-of-type(n) {
  margin-top: 13px;
}

.footer__apps .user-content p:nth-of-type(2n) {
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .footer__descr {
    font-size: 10px;
    line-height: 150%;
  }
}

@keyframes piczoom {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.15);
  }
}

.main-head-sec {
  min-height: 100vh;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 750px) {
  .main-head-sec {
    height: auto;
  }
}

.main-head-sec.out {
  transform: translate3d(0, -100%, 0);
}

@media screen and (max-width: 750px) {
  .main-head-sec.out {
    transform: translate3d(0, 0, 0);
    position: relative;
  }
}

.main-head-sec:before,
.main-head-sec:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png);
}

.main-head-sec:after {
  background: #07253e;
  opacity: 0.6;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

.main-head-sec .main-head-bg {
  animation: piczoom 40s infinite alternate 0.5s;
  background: no-repeat top center;
  background-size: cover;
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-head-sec .main-head-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 35%;
}

.main-head-sec .main-head-bg:before {
  opacity: 0.6;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png);
}

.main-head-sec .pageIn3,
.main-head-sec .pageIn3.active {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
}

@media screen and (max-width: 750px) {
  .main-head-sec .pageIn3,
  .main-head-sec .pageIn3.active {
    transform: translate3d(0, 50px, 0);
  }
}

@media screen and (max-width: 750px) {
  .main-head-sec .pageIn3.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.main-head {
  color: #fff;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-head .main-head-block {
  padding: 210px 0 0 102px;
  max-width: 600px;
}

@media screen and (max-width: 1200px) {
  .main-head .main-head-block {
    padding: 212px 0 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block {
    padding: 96px 20px 32px 20px;
  }
}

.main-head .main-head-block h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
  text-transform: uppercase;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block h1 {
    font-size: 30px;
    line-height: 36px;
    max-width: 240px;
  }
}

.main-head .main-head-block h1 .blue {
  margin-top: 16px;
  display: block;
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .main-head .main-head-block h1 .blue {
    margin-top: 8px;
  }
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block h1 .blue {
    font-size: 15px;
    line-height: 15px;
  }
}

.main-head .main-head-block p {
  margin-top: 32px;
  max-width: 370px;
  color: #ffffff;
  font-family: Sanchez;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 1200px) {
  .main-head .main-head-block p {
    margin-top: 24px;
  }
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block p {
    font-size: 15px;
    margin-top: 8px;
  }
}

.main-head .main-head-block .head-date {
  margin-top: 32px;
  margin-left: 8px;
}

@media screen and (max-width: 1200px) {
  .main-head .main-head-block .head-date {
    margin-top: 36px;
    margin-left: -8px;
  }
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block .head-date {
    margin-top: 24px;
    margin-left: -8px;
  }
}

.main-head .main-head-block .head-date-row {
  display: flex;
  font-family: Sanchez;
}

.main-head .main-head-block .head-date-row:nth-child(1) {
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block .head-date-row:nth-child(1) {
    font-size: 36px;
    line-height: 36px;
  }
}

.main-head .main-head-block .head-date-row:nth-child(2) {
  margin-top: 4px;
  font-size: 18px;
  line-height: 18px;
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block .head-date-row:nth-child(2) {
    font-size: 15px;
    line-height: 15px;
  }
}

.main-head
  .main-head-block
  .head-date-row:nth-child(2)
  .head-date-row__item--quotes {
  color: transparent;
}

.main-head .main-head-block .head-date-row__item {
  display: block;
  text-align: center;
  width: 54px;
  color: #ffffff;
  font-family: Sanchez;
  font-weight: 400;
  margin-right: 4px;
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block .head-date-row__item {
    margin-right: 2px;
  }
}

.main-head .main-head-block .head-date-row__item:first-child {
  margin-right: 26px;
}

@media screen and (max-width: 750px) {
  .main-head .main-head-block .head-date-row__item:first-child {
    margin-right: 12px;
  }
}

.main-head .main-head-block .head-date-row__item--quotes {
  width: 14px;
}

.main-head-btn_wrap {
  margin: 40px 0;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .main-head-btn_wrap {
    margin: 36px 0;
  }
}

@media screen and (max-width: 750px) {
  .main-head-btn_wrap {
    margin: 24px 0;
    display: block;
  }
}

.main-head-btn_wrap .btn {
  min-width: auto;
  white-space: nowrap;
  padding: 18px 24px;
  font-family: Sanchez;
  font-size: 18px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .main-head-btn_wrap .btn {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .main-head-btn_wrap .btn {
    width: 100%;
    white-space: normal;
    height: 54px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.main-head-btn_wrap .btn:first-child {
  margin-right: 24px;
}

@media screen and (max-width: 750px) {
  .main-head-btn_wrap .btn:first-child {
    margin: 0 0 12px 0;
  }
}

.blue {
  color: #5eb1e6;
}

@keyframes mainarrs {
  0%,
  70%,
  100% {
    opacity: 0.1;
  }

  35% {
    opacity: 1;
  }
}

.mainpage.mainfixed {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 750px) {
  .mainpage.mainfixed {
    position: relative;
    overflow: auto;
  }
}

.pageIn,
.pageIn2,
.pageIn3 {
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 100px, 0);
}

@media screen and (max-width: 750px) {
  .pageIn,
  .pageIn2,
  .pageIn3 {
    transform: translate3d(0, 50px, 0);
  }
}

.pageIn.active,
.pageIn2.active,
.pageIn3.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.pageIn:nth-child(2n),
.pageIn2:nth-child(2n),
.pageIn3:nth-child(2n) {
  transition-delay: 0.1s;
}

.pageIn:nth-child(3n),
.pageIn2:nth-child(3n),
.pageIn3:nth-child(3n) {
  transition-delay: 0.2s;
}

.pageIn:nth-child(4n),
.pageIn2:nth-child(4n),
.pageIn3:nth-child(4n) {
  transition-delay: 0.3s;
}

.preloader {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.preloader .loadbg1,
.preloader .loadbg2 {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 9%;
  width: 100%;
  height: 200%;
  background: #e93f5d;
  transform: skewY(-10deg);
}

.preloader .loadbg2 {
  bottom: auto;
  top: 90%;
}

.preloader .loadLogo {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.preloader .loadLogo-item {
  position: relative;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
  padding: 20px;
  flex-basis: 1px;
  flex-shrink: 1;
  flex-grow: 1;
}

.preloader .loadLogo-item img {
  height: 100%;
  width: 100%;
}

.preloader .loadLogo .wrapper {
  max-width: 700px;
  max-height: 250px;
  height: 25vw;
  padding: 0;
  display: flex;
  margin: 0 10%;
}

.preloader .loadLine {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 90%;
  width: 101%;
  height: 3px;
  transform: rotate(-10deg);
}

.preloader .loadLine .loadLinePers {
  height: 3px;
  width: 0;
  background: #fff;
  transition: width 0.1s ease;
}

.preloader .loadLine .persName {
  color: #fff;
  position: absolute;
  z-index: 1;
  right: 100px;
  bottom: 10px;
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
}

@media screen and (max-width: 750px) {
  .preloader .loadLine .persName {
    font-size: 24px;
    right: 20px;
  }
}

.preloader .loadLine .persName small {
  font-weight: normal;
  font-size: 16px;
}

.mainpage .header-sec {
  opacity: 0;
  transform: translateY(-100px);
}

@media screen and (max-width: 750px) {
  .mainpage .header-sec {
    opacity: 1;
    transform: translateY(0);
  }
}

.mainpage .main-head-sec .decor {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: right bottom;
}

.mainpage .mainarrs {
  opacity: 0;
}

.mainpage.load .preloader {
  transition: all 0.5s ease-in-out;
  visibility: hidden;
}

.mainpage.load .loadbg1 {
  transition: all 0.5s ease-in-out;
  bottom: 150%;
}

.mainpage.load .loadbg2,
.mainpage.load .loadLine {
  transition: all 0.5s ease-in-out;
  top: 150%;
}

.mainpage.load .loadLogo {
  transition: all 0.5s ease-in-out;
  top: -200%;
}

.mainpage.contentLoad .header-sec {
  opacity: 1;
  transform: translateY(0);
}

.mainpage.contentLoad .main-head-sec .decor {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.mainpage.contentLoad .mainarrs {
  opacity: 1;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.2s;
}

.mainpage.contentLoad .pageIn2 {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.main-content {
  transform: translate3d(0, 0, 0);
  transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  overflow: hidden;
  padding-top: 100px;
}

@media screen and (max-width: 750px) {
  .main-content {
    padding: 32px 0 0 0;
    opacity: 1;
    visibility: visible;
  }
}

.main-content.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.1s;
}

.news-main__list {
  overflow: hidden;
  margin: 0 0 0 -38px;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .news-main__list {
    margin: 0 0 0 -16px;
  }
}

@media screen and (max-width: 750px) {
  .news-main__list {
    margin: 0 0 0 -24px;
  }
}

.news-main__list li {
  float: left;
  padding: 0 0 38px 38px;
  width: 25%;
}

@media screen and (max-width: 1200px) {
  .news-main__list li {
    padding: 0 0 16px 16px;
  }
}

@media screen and (max-width: 750px) {
  .news-main__list li {
    padding: 0 0 24px 24px;
  }
}

@media screen and (max-width: 750px) {
  .news-main__list li {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .news-main__list li {
    width: 100%;
  }
}

.news-main__list li img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 12px 0;
}

@media screen and (max-width: 1200px) {
  .news-main__list li img {
    margin: 0 0 8px 0;
  }
}

@media screen and (max-width: 500px) {
  .news-main__list li img {
    display: none;
  }
}

.news-main__list li.news-main-big {
  width: 100%;
}

.news-main__list li.news-main-big .news-main__item img {
  float: left;
  width: 51.75%;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .news-main__list li.news-main-big .news-main__item img {
    width: 50.8%;
  }
}

@media screen and (max-width: 750px) {
  .news-main__list li.news-main-big .news-main__item img {
    width: 51.75%;
  }
}

@media screen and (max-width: 500px) {
  .news-main__list li.news-main-big .news-main__item img {
    display: none;
  }
}

.news-main__list li.news-main-big .news-big-text {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  height: 100%;
  width: 48.25%;
  background: #e93f5d url(../img/decor1.svg) no-repeat -150% 40%;
  background-size: 630px auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1200px) {
  .news-main__list li.news-main-big .news-big-text {
    width: 49.2%;
  }
}

@media screen and (max-width: 750px) {
  .news-main__list li.news-main-big .news-big-text {
    width: 48.25%;
  }
}

@media screen and (max-width: 500px) {
  .news-main__list li.news-main-big .news-big-text {
    position: relative;
    height: auto;
    width: 100%;
    display: block;
  }
}

.news-main__list li.news-main-big .news-main__item-title {
  color: #fff;
  padding: 56px 52px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  height: 276px;
}

@media screen and (max-width: 1200px) {
  .news-main__list li.news-main-big .news-main__item-title {
    padding: 24px 74px 24px 24px;
    height: 184px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
  }
}

@media screen and (max-width: 750px) {
  .news-main__list li.news-main-big .news-main__item-title {
    padding: 24px 24px;
    line-height: 19px;
    font-size: 15px;
    font-weight: 700;
    height: 175px;
  }
}

.news-main__list li.news-main-big .news-main__item-title:before {
  display: none;
}

.news-main__list li.news-main-big .news-main__item-date {
  color: #fff;
  border: none;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 0 52px 52px;
}

@media screen and (max-width: 1200px) {
  .news-main__list li.news-main-big .news-main__item-date {
    padding: 0 0 24px 24px;
  }
}

.news-main__list li .news-main__item:hover .news-big-text {
  background-color: #d13651;
}

.news-main__item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  color: #000;
}

.news-main__item:hover {
  color: #5eb1e6;
}

.news-main__item-category {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 5px;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 11px;
}

.news-main__item-date {
  line-height: 1.5;
  color: #b2b2b0;
  font-size: 15px;
  letter-spacing: 0.07em;
  display: block;
  border-bottom: 1px solid #5eb1e6;
  padding: 0 0 26px 0;
}

@media screen and (max-width: 1200px) {
  .news-main__item-date {
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 950px) {
  .news-main__item-date {
    font-size: 13px;
    font-weight: 400;
  }
}

.news-main__item-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  height: 124px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .news-main__item-title {
    height: 116px;
  }
}

@media screen and (max-width: 950px) {
  .news-main__item-title {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 750px) {
  .news-main__item-title {
    height: 54px;
  }
}

.news-main__item-title:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 20px #fff;
}

@media screen and (max-width: 500px) {
  .news-main__item-title:before {
    display: none;
  }
}

.news-main .btnwrap {
  margin-top: 16px;
}

@media screen and (max-width: 1200px) {
  .news-main .btnwrap {
    margin-top: 38px;
  }
}

@media screen and (max-width: 750px) {
  .news-main .btnwrap {
    margin-top: 0;
  }
}

.main-about-sec {
  margin-top: 120px;
  margin-bottom: -12px;
}

@media screen and (max-width: 1200px) {
  .main-about-sec {
    margin-top: 100px;
    margin-bottom: -14px;
  }
}

@media screen and (max-width: 750px) {
  .main-about-sec {
    margin-top: 32px;
    margin-bottom: 12px;
  }
}

.main-about-dotted-title {
  display: block;
  padding: 0 0 30px 0;
  font-size: 50px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .main-about-dotted-title {
    font-size: 32px;
    line-height: normal;
    padding: 0 0 10px 0;
  }
}

.main-about-dotted-title a {
  color: #e93f5d;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-about-dotted-title a:hover {
  color: #5eb1e6;
}

.main-about-dotted-title a:hover svg {
  transform: translateX(10px);
}

.main-about-dotted-title a:hover svg path {
  fill: #5eb1e6;
}

.main-about-dotted-title a svg {
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: -5px 0 0 28px;
}

@media screen and (max-width: 750px) {
  .main-about-dotted-title a svg {
    width: 5px;
    height: auto;
  }
}

.main-about-dotted-title a svg path {
  fill: #e93f5d;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-about__big-title {
  padding-bottom: 60px;
  color: #5eb1e6;
  font-size: 120px;
}

.main-about__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px 0 -19px;
  padding-bottom: 82px;
}

@media screen and (max-width: 1200px) {
  .main-about__list {
    padding-bottom: 84px;
  }
}

@media screen and (max-width: 750px) {
  .main-about__list {
    margin-left: -5px;
    margin-right: -5px;
    padding-bottom: 16px;
  }
}

.main-about__item {
  position: relative;
  width: 50%;
  margin-bottom: 38px;
  padding: 0 19px 0 19px;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 1200px) {
  .main-about__item {
    padding: 0 8px 0 8px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 750px) {
  .main-about__item {
    padding: 0 5px 0 5px;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item {
    width: 100%;
    padding: 0;
  }
}

.main-about__item p {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 1200px) {
  .main-about__item p {
    font-size: 15px;
  }
}

@media screen and (max-width: 950px) {
  .main-about__item--clear {
    width: 100%;
    margin-bottom: -4px;
  }
}

.main-about__item--clear p {
  color: #575656;
}

.main-about__item--mini {
  width: 25%;
}

@media screen and (max-width: 500px) {
  .main-about__item--mini {
    width: 100%;
  }
}

.main-about__item--twitter a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #5eb1e6 url(../img/twbg.svg) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 500px) {
  .main-about__item--twitter a {
    padding-top: 30px;
  }
}

.main-about__item--twitter a:hover {
  background-color: #59abe0;
}

.main-about__item--twitter a:hover .tw-ico {
  transform: translateX(-50%) scale(1.1);
}

@media screen and (max-width: 500px) {
  .main-about__item--twitter a:hover .tw-ico {
    transform: scale(1.1);
  }
}

.main-about__item--twitter a .tw-ico {
  display: block;
  margin: 0 auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 750px) {
  .main-about__item--twitter a .tw-ico {
    top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item--twitter a .tw-ico {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
}

.main-about__item--twitter a span {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .main-about__item--twitter a span {
    bottom: 10%;
    font-size: 14px;
    line-height: 150%;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item--twitter a span {
    position: relative;
    z-index: 1;
    bottom: 0;
    padding: 20px;
    display: block;
  }
}

.main-about__item--insta {
  overflow: hidden;
}

.main-about__item--insta a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #053a5c;
  position: relative;
  z-index: 1;
  border: none;
}

.main-about__item--insta a .insta-ico {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #053a5c url(../img/decor5.svg) no-repeat right bottom;
  background-size: auto 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 101%;
}

@media screen and (max-width: 500px) {
  .main-about__item--insta a .insta-ico {
    position: relative;
  }
}

.main-about__item--insta a .insta-ico img {
  display: block;
  margin: 0 0 0 20px;
  width: 38px;
  height: 38px;
  transform-origin: left center;
  vertical-align: top;
}

.main-about__item--insta a:hover {
  background-color: #5eb1e6;
}

.main-about__item--insta a:hover .main-about__item-insta-img img {
  transform: scale(1.05);
}

.main-about__item--insta a:hover .insta-ico {
  background-color: #5eb1e6;
  transform: scale(1.05);
}

.main-about__item--insta .blankpic-inst {
  display: none;
}

@media screen and (max-width: 950px) {
  .main-about__item--insta .blankpic-inst {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item--insta .blankpic-inst {
    display: none;
  }
}

.main-about__item--insta .blankpic {
  box-sizing: content-box;
}

@media screen and (max-width: 950px) {
  .main-about__item--insta .blankpic {
    display: none;
  }
}

.main-about__item--insta .main-about__item-insta-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  display: block;
  position: relative;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .main-about__item--insta .main-about__item-insta-img {
    position: absolute;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item--insta .main-about__item-insta-img {
    position: relative;
  }
}

.main-about__item--insta .main-about__item-insta-img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  backface-visibility: hidden;
}

@media screen and (max-width: 500px) {
  .main-about__item--insta .main-about__item-insta-img img {
    display: block;
  }
}

@media screen and (max-width: 950px) {
  .main-about__item--insta .main-about__item-insta-img {
    min-height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item--insta .main-about__item-insta-img {
    min-height: 0;
  }
}

.main-about__item--marks img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-about__item--marks a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #053a5c;
  background-size: cover;
  overflow: hidden;
}

.main-about__item--marks a:hover {
  background: #5eb1e6;
}

.main-about__item--marks a:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 950px) {
  .main-about__item--texted {
    width: 100%;
  }
}

.main-about__item--texted h3 {
  padding-bottom: 30px;
  color: #5eb1e6;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  max-width: 300px;
}

@media screen and (max-width: 750px) {
  .main-about__item--texted h3 {
    font-size: 24px;
    line-height: normal;
    padding: 0 0 20px 0;
  }
}

.main-about__item--texted .texted-Block {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 50px;
  background: url("../img/decor2.svg") no-repeat bottom right, #053a5c;
}

@media screen and (max-width: 1200px) {
  .main-about__item--texted .texted-Block {
    padding: 30px;
  }
}

@media screen and (max-width: 950px) {
  .main-about__item--texted .texted-Block {
    position: relative;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item--texted .texted-Block {
    padding: 20px;
  }
}

@media screen and (max-width: 950px) {
  .main-about__item--texted .blankpic {
    display: none;
  }
}

.main-about__item--short-info a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  line-height: 1;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main-about__item--small-info {
  min-height: 160px;
}

@media screen and (max-width: 950px) {
  .main-about__item--small-info {
    width: 100%;
    min-height: 100px;
  }
}

.main-about__item--small-info a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 160px;
  background-position: center right;
  background-repeat: no-repeat;
}

@media screen and (max-width: 950px) {
  .main-about__item--small-info a {
    min-height: 100px;
  }
}

.main-about__item--small-info a:hover span:after {
  right: -40px;
}

.main-about__item--small-info span {
  position: relative;
  width: 33.33333%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 35px;
  letter-spacing: 0.07em;
  color: #fff;
  text-transform: uppercase;
  background: #053a5c;
  min-height: 160px;
}

@media screen and (max-width: 1200px) {
  .main-about__item--small-info span {
    width: 50%;
  }
}

@media screen and (max-width: 950px) {
  .main-about__item--small-info span {
    width: 33%;
    min-height: 100px;
  }
}

@media screen and (max-width: 750px) {
  .main-about__item--small-info span {
    padding-left: 20px;
    font-size: 15px;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .main-about__item--small-info span {
    width: 100%;
    background: rgba(5, 58, 92, 0.5);
    text-align: center;
    padding: 0 20px;
    font-weight: 900;
  }
}

.main-about__item--small-info span:after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 100px;
  height: 100%;
  background: #053a5c;
  transform: skewX(-10deg);
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 500px) {
  .main-about__item--small-info span:after {
    display: none;
  }
}

.main-about__item--small-info span em {
  position: relative;
  z-index: 1;
  display: block;
}

@media screen and (max-width: 500px) {
  .main-about__item--small-info span em {
    margin: 0 auto;
  }
}

.main-about__item--wide-info {
  width: 100%;
}

.main-about__item.main-about__item-brand {
  z-index: 2;
}

.main-about__item.main-about__item-brand img {
  opacity: 0;
}

.main-about__item.main-about__item-brand img.brandpic {
  position: absolute;
  z-index: 2;
  right: -7%;
  bottom: -10px;
  width: 62%;
  height: auto;
  opacity: 1;
  max-width: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center bottom;
  backface-visibility: hidden;
}

@media screen and (max-width: 1200px) {
  .main-about__item.main-about__item-brand img.brandpic {
    width: 48%;
    right: -5%;
    bottom: -5px;
  }
}

@media screen and (max-width: 750px) {
  .main-about__item.main-about__item-brand img.brandpic {
    right: -10px;
    width: 50%;
    bottom: -10px;
  }
}

.main-about__item.main-about__item-brand a {
  position: relative;
  z-index: 1;
  background: no-repeat center top;
  background-size: cover;
  overflow: visible;
}

.main-about__item.main-about__item-brand a:hover img {
  transform: scale(1);
}

.main-about__item.main-about__item-brand a:hover img.brandpic {
  transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
  .main-about__item.main-about__item-brand a:hover img.brandpic {
    transform: scale(1.02);
  }
}

.crossLine {
  display: block;
  font-size: 120px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5eb1e6;
  padding: 24px 0 46px 0;
  white-space: nowrap;
}

@media screen and (max-width: 1400px) {
  .crossLine {
    font-size: 80px;
  }
}

@media screen and (max-width: 1200px) {
  .crossLine {
    font-size: 60px;
    padding: 0 0 50px 0;
  }
}

@media screen and (max-width: 750px) {
  .crossLine {
    font-size: 40px;
    padding: 20px 0;
  }
}

.crossLine span {
  color: #003b5c;
}

.sliderInner {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
}

.sliderInner .sliderLoadLine {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  height: 6px;
  background: #e93f5d;
  width: 100%;
  transition: width 4s linear;
}

.sliderInner .sliderLoadLine.reset {
  width: 0;
  transition: none;
}

.sliderInner img {
  width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  backface-visibility: hidden;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sliderInner a {
  display: block;
  overflow: hidden;
}

.sliderInner a:hover img {
  transform: scale(1.05);
}

.sliderInner.newsPhotos {
  margin-top: 20px;
}

@media w750 {
  .sliderInner.newsPhotos {
    margin-top: 10px;
  }
}

.ws-videos .videoLink img {
  height: 209px;
  max-height: 209px;
}

@media screen and (max-width: 1200px) {
  .ws-videos .videoLink img {
    max-height: 19vw;
  }
}

@media screen and (max-width: 750px) {
  .ws-videos .videoLink img {
    max-height: 30vw;
  }
}

@media screen and (max-width: 500px) {
  .ws-videos .videoLink img {
    max-height: 48vw;
  }
}

.videoLink {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.videoLink img {
  object-fit: cover;
  height: auto;
  width: 100%;
  display: block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.videoLink:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  border-bottom: 80px solid #e93f5d;
  border-left: 300px solid transparent;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.videoLink:before {
  content: "";
  position: absolute;
  z-index: 5;
  right: 30px;
  bottom: 30px;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.videoLink:hover img {
  transform: scale(1.05);
}

.videoLink:hover:after {
  border-bottom: 100px solid #e93f5d;
  border-left: 330px solid transparent;
}

.videoLink:hover:before {
  transform: scale(1.2);
}

.videoLink--sm:after {
  border-bottom: 60px solid #e93f5d;
  border-left: 205px solid transparent;
}

.videoLink--sm:before {
  right: 23px;
  bottom: 20px;
  border-left: 9px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.videoLink--sm:hover {
  color: #000;
}

.videoLink--sm:hover img {
  transform: scale(1.05);
}

.videoLink--sm:hover:after {
  border-bottom: 75px solid #e93f5d;
  border-left: 235px solid transparent;
}

.videoLink--sm:hover:before {
  transform: scale(1.2);
}

.linkCaption {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #053a5c;
}

.linkCaption:hover img {
  transform: scale(1.05);
}

.linkCaption:hover span {
  color: #5eb1e6;
}

.linkCaption img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.9;
}

.linkCaption span {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 80px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1200px) {
  .linkCaption span {
    font-size: 60px;
  }
}

@media screen and (max-width: 750px) {
  .linkCaption span {
    font-size: 32px;
  }
}

.blankpic {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .blankpic {
    display: none;
  }
}

.z1 {
  position: relative;
  height: 100%;
  z-index: 1;
}

.main-about :nth-child(1) .main-about__item--slider,
.main-about :nth-child(3) .main-about__item--slider {
  width: 600px;
  height: 348px;
}

@media screen and (max-width: 1200px) {
  .main-about :nth-child(1) .main-about__item--slider,
  .main-about :nth-child(3) .main-about__item--slider {
    width: 465px;
    height: 278px;
  }
}

@media screen and (max-width: 500px) {
  .main-about :nth-child(1) .main-about__item--slider,
  .main-about :nth-child(3) .main-about__item--slider {
    width: 100%;
    height: auto;
  }
}

.main-about :nth-child(1) .main-about__item--clear,
.main-about :nth-child(3) .main-about__item--clear {
  width: 598px;
}

@media screen and (max-width: 1200px) {
  .main-about :nth-child(1) .main-about__item--clear,
  .main-about :nth-child(3) .main-about__item--clear {
    width: 542px;
  }
}

@media screen and (max-width: 750px) {
  .main-about :nth-child(1) .main-about__item--clear,
  .main-about :nth-child(3) .main-about__item--clear {
    width: 100%;
  }
}

.main-about :nth-child(1) .sliderInner,
.main-about :nth-child(3) .sliderInner {
  height: 348px;
}

@media screen and (max-width: 1200px) {
  .main-about :nth-child(1) .sliderInner,
  .main-about :nth-child(3) .sliderInner {
    height: 278px;
  }
}

@media screen and (max-width: 500px) {
  .main-about :nth-child(1) .sliderInner,
  .main-about :nth-child(3) .sliderInner {
    height: auto;
  }
}

.main-organizers-sec,
.main-partners-sec {
  padding: 20px 0 0 0;
}

@media screen and (max-width: 750px) {
  .main-organizers-sec,
  .main-partners-sec {
    padding: 0;
  }
}

.main-organizers-sec .h3Blue,
.main-partners-sec .h3Blue {
  cursor: pointer;
}

.main-organizers-sec .h3Blue:hover,
.main-partners-sec .h3Blue:hover {
  color: #e93f5d;
}

html:lang(tt) .main-organizers-sec .h3Blue,
html:lang(tt) .main-partners-sec .h3Blue {
  font-family: Sanchez;
}

.main-organizers__list,
.main-partners__list {
  padding: 30px 93px;
}

@media screen and (max-width: 950px) {
  .main-organizers__list,
  .main-partners__list {
    padding: 0 50px;
  }
}

@media screen and (max-width: 750px) {
  .main-organizers__list,
  .main-partners__list {
    padding: 0 30px;
  }
}

.main-organizers__list .slick-next,
.main-partners__list .slick-next {
  right: 2px;
}

.main-organizers__list .slick-prev,
.main-partners__list .slick-prev {
  left: 2px;
}

.main-organizers__list2 .main-organizers__item img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

@media screen and (max-width: 750px) {
  .main-organizers__list2 .main-organizers__item img {
    max-width: 100px;
    max-height: 100px;
  }
}

.main-organizers__item,
.main-partners__item {
  outline: none;
  display: inline-block;
  vertical-align: middle;
}

.main-organizers__item img,
.main-partners__item img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main-organizers__item img,
  .main-partners__item img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
  }
}

.main-organizers__item.slick-slide,
.main-partners__item.slick-slide {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.h3Blue {
  text-align: center;
  color: #5eb1e6;
  font-weight: 100;
}

@media screen and (max-width: 750px) {
  .h3Blue {
    font-size: 20px;
    line-height: normal;
    padding: 0 0 20px 0;
  }
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 15;
  left: 20px;
  top: 50%;
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
  background: none;
  color: transparent;
  padding: 0;
  margin: -15px 0 0 0;
  cursor: pointer;
  border: 2px solid #e93f5d;
  border-width: 2px 0 0 2px;
  outline: none;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .slick-prev,
  .slick-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    left: 0;
  }
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background: transparent;
}

.slick-prev:hover,
.slick-next:hover {
  border-color: #5eb1e6;
}

.slick-next {
  left: auto;
  right: 20px;
  transform: rotate(135deg);
}

@media screen and (max-width: 750px) {
  .slick-next {
    left: auto;
    right: 0;
  }
}

.sliderInner .slick-prev,
.sliderInner .slick-next {
  border-color: #fff;
}

.sliderInner .slick-prev:hover,
.sliderInner .slick-next:hover {
  border-color: #e93f5d;
}

@media screen and (max-width: 750px) {
  .sliderInner .slick-prev,
  .sliderInner .slick-next {
    left: 10px;
  }
}

@media screen and (max-width: 750px) {
  .sliderInner .slick-next {
    left: auto;
    right: 10px;
  }
}

.main-slider-sec {
  margin-top: 120px;
}

@media screen and (max-width: 1200px) {
  .main-slider-sec {
    margin-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  .main-slider-sec {
    margin-top: 32px;
  }
}

.main-slider-sec .sliderInner img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.main-slider {
  height: 320px;
  width: 100%;
  position: relative;
  overflow: visible;
}

@media screen and (max-width: 1200px) {
  .main-slider {
    height: 200px;
  }
}

@media screen and (max-width: 750px) {
  .main-slider {
    height: 156px;
  }
}

.main-slider-count {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .main-slider-count {
    bottom: 12px;
  }
}

.main-slider-count__item {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
}

@media screen and (max-width: 750px) {
  .main-slider-count__item {
    width: 8px;
    height: 8px;
  }
}

.main-slider-count__item:not(:last-child) {
  margin-right: 12px;
}

.main-slider-count__item--shown {
  background-color: #e93f5d;
}

.main-slider .slick-slider {
  height: 100%;
  position: relative;
}

.main-slider .slick-slider div,
.main-slider .slick-slider a {
  height: 100%;
}

.main-slider .slick-slider .slick-prev {
  left: -50px;
  border-color: #e93f5d;
}

.main-slider .slick-slider .slick-next {
  right: -50px;
  border-color: #e93f5d;
}

.main-slider .slick-slider .slick-slide {
  position: relative;
}

.main-slider .slick-slider .slick-slide::before {
  content: attr(data-main_slide-title);
  bottom: 154px;
  color: #ffffff;
  font-family: Sanchez;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .main-slider .slick-slider .slick-slide::before {
    bottom: 98px;
    font-size: 36px;
    line-height: 36px;
  }
}

@media screen and (max-width: 750px) {
  .main-slider .slick-slider .slick-slide::before {
    bottom: 92px;
    font-size: 16px;
    line-height: 16px;
  }
}

.main-slider .slick-slider .slick-slide::after {
  content: attr(data-main_slide-desc);
  top: 182px;
  width: 946px;
  height: 18px;
  color: #ffffff;
  font-family: Sanchez;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.05px;
}

@media screen and (max-width: 1200px) {
  .main-slider .slick-slider .slick-slide::after {
    top: 120px;
    font-size: 13px;
    letter-spacing: 0.91px;
    line-height: 18px;
  }
}

@media screen and (max-width: 750px) {
  .main-slider .slick-slider .slick-slide::after {
    top: 72px;
    font-size: 11px;
    letter-spacing: 0.77px;
    line-height: 14px;
  }
}

.main-slider .slick-slider .slick-slide::before,
.main-slider .slick-slider .slick-slide::after {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  white-space: normal;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .main-slider .slick-slider .slick-slide::before,
  .main-slider .slick-slider .slick-slide::after {
    padding: 0 100px;
  }
}

@media screen and (max-width: 750px) {
  .main-slider .slick-slider .slick-slide::before,
  .main-slider .slick-slider .slick-slide::after {
    padding: 0 32px;
  }
}

.main-skills-sec {
  margin: 120px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .main-skills-sec {
    margin-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  .main-skills-sec {
    margin-top: 32px;
  }
}

.main-skills-sec .main-skills-bar {
  margin-top: 24px;
  overflow: hidden;
}

.main-skills-sec .main-skills-row {
  width: 100%;
  height: auto;
  display: flex;
}

@media screen and (max-width: 750px) {
  .main-skills-sec .main-skills-row {
    flex-direction: column;
  }
}

.main-skills-sec .main-skills-row:first-child {
  margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .main-skills-sec .main-skills-row:first-child {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 750px) {
  .main-skills-sec .main-skills-row:first-child {
    margin-bottom: 0;
  }
}

.main-skills-sec .main-skills-row__item {
  flex: 1 1 33%;
  display: flex;
  height: 120px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #e93f5d;
  color: #fff;
  font-family: Sanchez;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (max-width: 1200px) {
  .main-skills-sec .main-skills-row__item {
    height: 83px;
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 750px) {
  .main-skills-sec .main-skills-row__item {
    width: 100%;
    margin-bottom: 8px;
    flex: 1 1 83px;
  }
}

.main-skills-sec .main-skills-row__item:not(:nth-child(3n)) {
  margin-right: 8px;
}

@media screen and (max-width: 1200px) {
  .main-skills-sec .main-skills-row__item:not(:nth-child(3n)) {
    margin-right: 4px;
  }
}

@media screen and (max-width: 750px) {
  .main-skills-sec .main-skills-row__item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.main-skills-sec .main-skills-row__item:hover {
  background-color: #62b5e5;
}

.main__black-title {
  color: #000000;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

@media screen and (max-width: 1200px) {
  .main__black-title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .main__black-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.main-media-sec {
  margin: 70px 0 0 0;
  font-family: Sanchez;
}

@media screen and (max-width: 1200px) {
  .main-media-sec {
    margin-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .main-media-sec {
    margin-top: 12px;
  }
}

.main-media-sec .main__black-title {
  text-align: center;
}

.main-media-sec .main-media-btn_wrap {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  margin-bottom: 7px;
}

@media screen and (max-width: 1200px) {
  .main-media-sec .main-media-btn_wrap {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 500px) {
  .main-media-sec .main-media-btn_wrap {
    margin-bottom: 32px;
  }
}

.main-media-sec .main-media__tumbler {
  display: block;
  width: 94px;
  height: 39px;
  padding: 2px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  outline: 0;
  user-select: none;
  background-color: #ffffff;
}

.main-media-sec .main-media__tumbler--active {
  padding: 0;
  border: 2px solid #5eb1e6;
}

.main-media-sec .btn {
  margin: 0 auto 120px auto;
  padding: 0 24px;
  min-width: 117px;
  height: 53px;
  color: #ffffff;
  font-family: Sanchez;
  font-size: 15px;
  font-weight: 400;
  line-height: 53px;
}

@media screen and (max-width: 1200px) {
  .main-media-sec .btn {
    margin: -6px auto 80px auto;
  }
}

@media screen and (max-width: 750px) {
  .main-media-sec .btn {
    margin: 8px auto 36px auto;
  }
}

@media screen and (max-width: 500px) {
  .main-media-sec .btn {
    width: 100%;
  }
}

.main-media-sec .js-main-media__gallery--hidden {
  display: none;
}

.anons-inner-sec {
  position: relative;
  padding-top: 112px;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .anons-inner-sec {
    padding-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .anons-inner-sec {
    padding-top: 45px;
  }
}

.anons-inner-sec--red,
.anons-inner-sec--blue {
  background: #e93f5d;
  padding-top: 200px;
}

@media screen and (max-width: 1400px) {
  .anons-inner-sec--red,
  .anons-inner-sec--blue {
    padding-top: 120px;
  }
}

@media screen and (max-width: 1200px) {
  .anons-inner-sec--red,
  .anons-inner-sec--blue {
    padding-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  .anons-inner-sec--red,
  .anons-inner-sec--blue {
    padding-top: 20px;
  }
}

.anons-inner-sec--red .anons-inner__title,
.anons-inner-sec--blue .anons-inner__title {
  color: #fff;
}

.anons-inner-sec--blue {
  background: #5eb1e6;
}

.anons-inner-sec--blue .user-content {
  color: #fff;
}

.anons-inner-sec--blue .user-content h2,
.anons-inner-sec--blue .user-content h3,
.anons-inner-sec--blue .user-content h4 {
  color: #fff;
}

.anons-inner-sec--blue .user-content li:before {
  background: #fff;
}

.anons-inner-sec--blue .white_info,
.anons-inner-sec--blue .white_info .user-content {
  color: #575656;
}

.anons-inner-sec--blue .white_info .anons-inner-facted__sidebar,
.anons-inner-sec--blue .white_info .user-content .anons-inner-facted__sidebar {
  color: #5eb1e6;
  border-color: #5eb1e6;
}

.anons-inner-sec--blue .anons-inner-facted__sidebar {
  color: #fff;
  border-color: #fff;
}

.anons-inner-sec--pic {
  background: no-repeat center bottom;
  background-size: cover;
  min-height: 770px;
}

@media screen and (max-width: 1400px) {
  .anons-inner-sec--pic {
    min-height: 700px;
  }
}

@media screen and (max-width: 1200px) {
  .anons-inner-sec--pic {
    min-height: 650px;
  }
}

@media screen and (max-width: 950px) {
  .anons-inner-sec--pic {
    min-height: 550px;
  }
}

@media screen and (max-width: 750px) {
  .anons-inner-sec--pic {
    min-height: 220px;
  }
}

.anons-inner-sec--pic:before,
.anons-inner-sec--pic:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png);
}

.anons-inner-sec--pic:after {
  background: #04040f;
  opacity: 0.3;
  z-index: -2;
}

.anons-inner__brand {
  display: flex;
  align-items: flex-end;
  padding-top: 30px;
  padding-bottom: 120px;
}

@media screen and (max-width: 750px) {
  .anons-inner__brand {
    padding: 0 0 30px 0;
    align-items: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .anons-inner__brand {
    display: block;
  }
}

.anons-inner__brand-logo {
  width: 50%;
  padding-left: 3%;
  padding-right: 3%;
}

@media screen and (max-width: 500px) {
  .anons-inner__brand-logo {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

.anons-inner__brand-logo img {
  display: block;
}

@media screen and (max-width: 750px) {
  .anons-inner__brand-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.anons-inner__brand-text {
  width: 50%;
  padding-right: 3%;
  padding-left: 3%;
  color: #fff;
  font-size: 18px;
  line-height: 1.66666667;
}

@media screen and (max-width: 750px) {
  .anons-inner__brand-text {
    font-size: 13px;
    line-height: 170%;
  }
}

@media screen and (max-width: 500px) {
  .anons-inner__brand-text {
    width: 100%;
    padding: 0;
  }
}

.anons-inner__brand-text h3 {
  color: #fff;
  padding-bottom: 15px;
}

.anons-inner__brand-text .download-doc:last-child {
  margin-bottom: 0;
}

.anons-inner__descr {
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
}

@media screen and (max-width: 750px) {
  .anons-inner__descr {
    padding: 0;
  }
}

.anons-inner__descr + .anons-inner-facted {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  .anons-inner__descr + .anons-inner-facted {
    padding-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .anons-inner__descr + .anons-inner-facted {
    padding-top: 30px;
  }
}

.anons-inner__descr--left {
  padding-left: 0;
  text-align: left;
}

.anons-inner-facted > h2 {
  font-size: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 950px) {
  .anons-inner-facted > h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 950px) {
  .anons-inner-facted > h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
}

.anons-inner-facted__info {
  display: flex;
  flex-wrap: wrap;
}

.anons-inner-facted__text {
  width: 70%;
  padding-right: 5%;
}

@media screen and (max-width: 750px) {
  .anons-inner-facted__text {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.anons-inner-facted__sidebar-wrap {
  width: 30%;
}

@media screen and (max-width: 500px) {
  .anons-inner-facted__sidebar-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
}

.anons-inner-facted__sidebar {
  padding-left: 10%;
  color: #5eb1e6;
  font-size: 15px;
  line-height: 1.8;
  border-left: 2px solid #5eb1e6;
}

@media screen and (max-width: 750px) {
  .anons-inner-facted__sidebar {
    font-size: 13px;
    line-height: 170%;
    padding-left: 20px;
  }
}

.anons-inner__title {
  padding-bottom: 56px;
  text-align: center;
  color: #5eb1e6;
}

@media screen and (max-width: 950px) {
  .anons-inner__title {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 750px) {
  .anons-inner__title {
    padding-bottom: 24px;
  }
}

.anons-category-filter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 0;
  font-size: 16px;
  line-height: 1.1;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .anons-category-filter {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 750px) {
  .anons-category-filter {
    font-size: 14px;
    line-height: 1.1;
    padding: 20px;
  }
}

.anons-category-filter a {
  display: inline-block;
  padding: 10px 20px;
  color: #000;
  border: 2px solid transparent;
}

@media screen and (max-width: 750px) {
  .anons-category-filter a {
    padding: 5px 10px;
  }
}

.anons-category-filter a:hover {
  color: #5eb1e6;
}

.anons-category-filter a.active {
  border-color: #5eb1e6;
  pointer-events: none;
}

.anons-inner-halfed {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.anons-inner-halfed--jobs {
  padding-bottom: 80px;
}

@media screen and (max-width: 750px) {
  .anons-inner-halfed--jobs {
    padding-bottom: 60px;
  }
}

.anons-inner-halfed__text {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .anons-inner-halfed__text {
    width: 100%;
  }
}

.anons-inner-halfed__text li {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .anons-inner-halfed__text li {
    font-size: 16px;
  }
}

.anons-inner-halfed__text:first-child {
  padding-right: 4%;
}

@media screen and (max-width: 750px) {
  .anons-inner-halfed__text:first-child {
    padding: 0;
  }
}

.anons-inner-halfed__text:last-child {
  padding-left: 4%;
}

@media screen and (max-width: 750px) {
  .anons-inner-halfed__text:last-child {
    padding: 0;
  }
}

.competition-gal-sec {
  padding-top: 60px;
}

@media screen and (max-width: 1200px) {
  .competition-gal-sec {
    padding-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .competition-gal-sec {
    padding-top: 10px;
  }
}

.competition-gal__list {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 1200px) {
  .competition-gal__list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 750px) {
  .competition-gal__list {
    margin: 0 -5px;
  }
}

.competition-gal__item {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  .competition-gal__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .competition-gal__item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}

.competition-gal__item img {
  width: 100%;
}

.competition-gal__item--lg {
  width: 75%;
}

@media screen and (max-width: 500px) {
  .competition-gal__item--lg {
    width: 100%;
  }
}

.competition-gal__item--md {
  width: 50%;
}

@media screen and (max-width: 500px) {
  .competition-gal__item--md {
    width: 100%;
  }
}

.competition-gal__item--sm {
  width: 25%;
}

@media screen and (max-width: 500px) {
  .competition-gal__item--sm {
    width: 50%;
  }
}

.competition-gal__item--w3 {
  width: 33%;
}

@media screen and (max-width: 500px) {
  .competition-gal__item--w3 {
    width: 50%;
  }
}

.competition-gal__item a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.competition-gal__item a img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.competition-gal__item a:hover img {
  transform: scale(1.05);
}

.competition-gal-inline {
  margin: 20px -50px 0 0;
}

@media screen and (max-width: 1200px) {
  .competition-gal-inline {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  .competition-gal-inline {
    margin: 10px 0 0 0;
  }
}

.competition-gal-inline .competition-gal__item--sm {
  width: 33.3333%;
}

@media screen and (max-width: 500px) {
  .competition-gal-inline .competition-gal__item--sm {
    width: 50%;
  }
}

.competition-gal-decor3 a:before,
.competition-gal-decor4 a:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/decor3.svg) no-repeat left bottom;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: left bottom;
}

@media screen and (max-width: 1200px) {
  .competition-gal-decor3 a:before,
  .competition-gal-decor4 a:before {
    background-size: 200px auto;
  }
}

@media screen and (max-width: 750px) {
  .competition-gal-decor3 a:before,
  .competition-gal-decor4 a:before {
    background-size: 100px auto;
  }
}

.competition-gal-decor3 a:hover:before,
.competition-gal-decor4 a:hover:before {
  transform: scale(0.9);
}

.competition-gal-decor4 a:before {
  background-image: url(../img/decor4.svg);
}

.competition-info-facts__text {
  position: relative;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 750px) {
  .competition-info-facts__text {
    display: block;
    margin: 0;
  }
}

.competition-info-facts__text-img {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 750px) {
  .competition-info-facts__text-img {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.competition-info-facts__text-info {
  width: 50%;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  .competition-info-facts__text-info {
    padding-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .competition-info-facts__text-info {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.read-next {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 120px;
  padding-bottom: 110px;
  text-align: center;
  color: #fff;
  background-color: #5eb1e6;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .read-next {
    padding: 80px 0;
  }
}

@media screen and (max-width: 750px) {
  .read-next {
    padding: 50px 0;
  }
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel {
  margin: 63px;
}

.read-next:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/pattern.png"), rgba(27, 30, 33, 0.1);
  background-position: 0 0;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.read-next:hover:before {
  background-color: #5eb1e6;
}

.read-next:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 30, 33, 0.3);
  z-index: 0;
}

.read-next--blue {
  background: #5eb1e6;
}

.read-next--blue:after {
  content: none;
}

.read-next--red {
  background: #e93f5d;
}

.read-next--red:after {
  content: none;
}

.read-next.read-next-red {
  background: #e93f5d;
}

.read-next.read-next-red:after {
  display: none;
}

.read-next.read-next-red:hover:before {
  background-color: #e93f5d;
}

.read-next__descr {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .read-next__descr {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .read-next__descr {
    font-size: 10px;
  }
}

.read-next__title {
  position: relative;
  display: block;
  font-size: 50px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .read-next__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 750px) {
  .read-next__title {
    font-size: 24px;
  }
}

.venue-about__descr {
  position: relative;
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: -50px;
  padding: 45px 50px;
  background: #fff;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .venue-about__descr {
    margin-top: 0;
    padding: 20px 0;
  }
}

@media screen and (max-width: 750px) {
  .venue-about__descr {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .venue-about__descr {
    display: block;
  }
}

.venue-about__descr p {
  display: inline-block;
  width: 45%;
}

@media screen and (max-width: 500px) {
  .venue-about__descr p {
    display: block;
    width: auto;
  }
}

.venue-about__img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
}

.venue-infrastr__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.venue-infrastr__facts {
  width: 24%;
  padding-right: 5%;
}

@media screen and (max-width: 1200px) {
  .venue-infrastr__facts {
    padding-right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .venue-infrastr__facts {
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .venue-infrastr__facts {
    width: 100%;
    padding-right: 0;
  }
}

.venue-infrastr__fact {
  padding-bottom: 45px;
}

@media screen and (max-width: 750px) {
  .venue-infrastr__fact {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .venue-infrastr__fact {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 20px;
  }
}

.venue-infrastr__fact p {
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #575656;
}

@media screen and (max-width: 750px) {
  .venue-infrastr__fact p {
    font-size: 12px;
    line-height: 170%;
    padding: 0;
  }
}

.venue-infrastr__fact span {
  font-size: 18px;
  line-height: 1.16666667;
  color: #000;
}

@media screen and (max-width: 750px) {
  .venue-infrastr__fact span {
    font-size: 14px;
    line-height: 170%;
  }
}

.venue-infrastr__halls {
  width: 76%;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 750px) {
  .venue-infrastr__halls {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 500px) {
  .venue-infrastr__halls {
    width: 100%;
  }
}

.venue-infrastr__halls.venue-infrastr__halls2 {
  width: auto;
}

.venue-infrastr__halls.venue-infrastr__halls2 .venue-infrastr__hall {
  width: 25%;
}

@media screen and (max-width: 500px) {
  .venue-infrastr__halls.venue-infrastr__halls2 .venue-infrastr__hall {
    width: 100%;
  }
}

.venue-infrastr__hall {
  width: 33.33333%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 750px) {
  .venue-infrastr__hall {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 500px) {
  .venue-infrastr__hall {
    width: 100%;
    margin-bottom: 20px;
  }
}

.venue-infrastr__hall a {
  display: block;
  font-size: 21px;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .venue-infrastr__hall a {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .venue-infrastr__hall a {
    font-size: 13px;
    line-height: 170%;
  }
}

.venue-infrastr__hall a:hover {
  color: #5eb1e6;
}

.venue-infrastr__hall img {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .venue-infrastr__hall img {
    margin-bottom: 5px;
  }
}

.roadmap__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.roadmap__item {
  width: 33.33333%;
  padding-left: 40px;
  padding-right: 40px;
}

.roadmap__item-name {
  display: block;
  padding-bottom: 10px;
  color: #e93f5d;
  font-size: 18px;
}

.roadmap__item-path {
  position: relative;
  margin-bottom: 20px;
  font-size: 15px;
}

.roadmap__item-path:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 1px;
  height: 80%;
  background: #e93f5d;
  transform: translateY(-50%);
}

.roadmap__item-path span {
  display: block;
}

.roadmap__item-point {
  position: relative;
  padding-left: 22px;
  color: #000;
}

.roadmap__item-point:last-child {
  padding-bottom: 0;
}

.roadmap__item-point:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background: #e93f5d;
}

.roadmap__item-time {
  padding-left: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #b2b2b0;
}

.roadmap__item-link {
  color: #5eb1e6;
}

.download-docs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.download-docs .download-doc {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 750px) {
  .download-docs .download-doc {
    width: 100%;
  }
}

.download-docs.download-docs2 .download-doc {
  width: 100%;
}

.download-doc {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.download-doc:hover .download-doc__title {
  color: #e93f5d;
}

.download-doc__img {
  margin-right: 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 35px;
}

.download-doc__img img {
  width: 35px;
  max-width: none;
}

.download-doc__img span {
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.download-doc__text {
  display: inline-block;
}

.download-doc__title {
  display: block;
  padding-bottom: 8px;
  font-size: 15px;
  color: #575656;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.download-doc__descr {
  display: block;
  color: #b2b2b0;
  font-size: 11px;
  line-height: 1.45454545;
}

.download-doc-light .download-doc__img span {
  color: #5eb1e6;
}

.download-doc-light .download-doc__title {
  color: #fff;
}

.download-doc-light .download-doc__descr {
  color: #fff;
  opacity: 0.5;
}

.download-doc-light:hover .download-doc__title {
  color: #000;
}

.h20 {
  height: 20px;
}

.accomodation-map__main {
  position: relative;
  overflow: hidden;
}

.accomodation-map__main-map {
  position: relative;
  z-index: 0;
}

.accomodation-map__main-descr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 300px;
  font-size: 21px;
  line-height: 1.14285714;
  pointer-events: none;
  z-index: 1;
}

.accomodation-map__main-descr p {
  position: absolute;
  bottom: 50px;
  right: 30px;
  width: 40%;
  color: #fff;
  z-index: 1;
}

.accomodation-map__main-descr:after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -50%;
  width: 130%;
  height: 270px;
  background: #e93f5d;
  transform: rotate(-15deg);
  pointer-events: none;
  z-index: 0;
}

.news-list__item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
  transition: none;
}

@media screen and (max-width: 750px) {
  .news-list__item {
    border-bottom: 1px solid #e0e0e0;
    margin: 0 0 20px 0;
  }
}

.news-list__item:hover .news-list__item-title {
  color: #5eb1e6;
}

.news-list__item-img {
  position: relative;
  width: 33.33333%;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .news-list__item-img {
    display: none;
  }
}

.news-list__item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 58, 92, 0.1);
  z-index: 1;
}

.news-list__item-img img {
  position: relative;
  display: block;
  z-index: 0;
}

.news-list__item-category {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 5px;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 2;
}

.news-list__item-text {
  position: relative;
  width: 66.66666%;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .news-list__item-text {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.news-list__item-title {
  display: block;
  padding-bottom: 5px;
  color: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .news-list__item-title {
    font-size: 18px;
  }
}

.news-list__item-date {
  display: block;
  font-size: 15px;
  color: #b2b2b0;
}

@media screen and (max-width: 750px) {
  .news-list__item-date {
    font-size: 13px;
  }
}

.news-list__item-date small {
  color: #5eb1e6;
  padding-right: 10px;
}

.news-list__item-descr {
  display: block;
  padding-top: 20px;
  color: #575656;
  font-size: 18px;
  line-height: 1.66666667;
}

@media screen and (max-width: 750px) {
  .news-list__item-descr {
    display: none;
  }
}

.news-inner-info-slider {
  padding-bottom: 45px;
}

@media screen and (max-width: 1200px) {
  .news-inner-info-slider {
    padding-bottom: 20px;
  }
}

.news-inner-info-slider img {
  display: block;
}

.news-inner-info-slider__descr {
  padding-top: 12px;
  font-size: 15px;
  color: #b2b2b0;
}

.news-inner-info__title {
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .news-inner-info__title {
    padding-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-info__title {
    padding-top: 0;
  }
}

.news-inner-info__title h1 {
  padding-bottom: 0;
}

.news-inner-info__title .h3 {
  font-size: 46px;
  line-height: normal;
  padding-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .news-inner-info__title .h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 950px) {
  .news-inner-info__title .h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-info__title .h3 {
    font-size: 24px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 500px) {
  .news-inner-info__title .h3 {
    font-size: 20px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-info__title .ambassador__info-close {
    right: -20px;
  }
}

.news-inner-info__title-help {
  display: flex;
  align-items: center;
  padding-top: 5px;
  color: #5eb1e6;
}

@media screen and (max-width: 750px) {
  .news-inner-info__title-help {
    font-size: 14px;
    line-height: normal;
  }
}

.news-inner-info__title-help a {
  color: #5eb1e6;
  padding: 0 20px 0 0;
}

.news-inner-info__title-help a:hover {
  color: #000;
}

.news-inner-info__title-help p img,
.news-inner-info__title-help p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
}

.news-inner-info__title-help p .bullIco {
  padding: 0;
  margin: 0 10px 0 20px;
}

.news-inner-info__text-block {
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .news-inner-info__text-block {
    padding-bottom: 20px;
  }
}

.news-inner-info__text-block:last-child {
  padding-bottom: 0;
}

.news-inner-more__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.news-inner-more__item {
  position: relative;
  width: 49%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  .news-inner-more__item {
    width: 50%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-more__item {
    padding-bottom: 0;
    width: 100%;
  }
}

.news-inner-more__item a {
  display: block;
}

@media screen and (max-width: 750px) {
  .news-inner-more__item a {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.news-inner-more__item a:hover .news-inner-more__item-title {
  color: #e93f5d;
}

.news-inner-more__item-img {
  position: relative;
  display: block;
}

.news-inner-more__item-img img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  .news-inner-more__item-img img {
    display: none;
  }
}

.news-inner-more__item-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 58, 92, 0.1);
  z-index: 1;
}

.news-inner-more__item-category {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 2px 5px;
  border: 2px solid #fff;
  color: #fff;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 2;
}

.news-inner-more__item-text {
  display: block;
  padding-top: 15px;
}

@media screen and (max-width: 750px) {
  .news-inner-more__item-text {
    padding-top: 0;
  }
}

.news-inner-more__item-title {
  display: block;
  padding-bottom: 5px;
  font-size: 21px;
  line-height: 1.42857143;
  color: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 950px) {
  .news-inner-more__item-title {
    font-size: 18px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-more__item-title {
    font-size: 15px;
    line-height: 170%;
  }
}

.news-inner-more__item-date {
  display: block;
  font-size: 15px;
  line-height: 1.13333333;
  color: #5eb1e6;
}

@media screen and (max-width: 950px) {
  .news-inner-more__item-date {
    font-size: 14px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-more__item-date {
    font-size: 14px;
    line-height: 170%;
  }
}

.news-inner-share {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-inner-share h4 {
  font-family: Sanchez;
  font-weight: normal;
}

.news-inner-share__downloads {
  width: 80%;
}

@media screen and (max-width: 950px) {
  .news-inner-share__downloads {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-share__downloads {
    width: 100%;
    padding: 0 0 40px 0;
  }
}

.news-inner-share__downloads-list .download-doc {
  width: 60%;
}

@media screen and (max-width: 950px) {
  .news-inner-share__downloads-list .download-doc {
    width: 100%;
  }
}

.news-inner-share__downloads-list .download-doc:last-child {
  margin-bottom: 0;
}

.news-inner-share__social {
  width: 20%;
}

@media screen and (max-width: 950px) {
  .news-inner-share__social {
    width: auto;
  }
}

@media screen and (max-width: 750px) {
  .news-inner-share__social {
    width: 100%;
  }
}

.newsPhotos {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}

.newsPhotos a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  transition: none;
}

.newsPhotos a img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

.newsPhotos:hover .newsPhotosCount:before {
  border-bottom: 100px solid #e93f5d;
  border-left: 330px solid transparent;
}

@media screen and (max-width: 1200px) {
  .newsPhotos:hover .newsPhotosCount:before {
    border-bottom-width: 50px;
    border-left-width: 200px;
  }
}

.newsPhotos .newsPhotosCount {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-align: right;
  padding: 0 20px 20px 0;
}

@media screen and (max-width: 1200px) {
  .newsPhotos .newsPhotosCount {
    padding-bottom: 10px;
  }
}

.newsPhotos .newsPhotosCount span {
  font-weight: bold;
  font-size: 32px;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .newsPhotos .newsPhotosCount span {
    font-size: 24px;
  }
}

.newsPhotos .newsPhotosCount:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-bottom: 80px solid #e93f5d;
  border-left: 300px solid transparent;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1200px) {
  .newsPhotos .newsPhotosCount:before {
    border-bottom-width: 50px;
    border-left-width: 200px;
  }
}

.skills-list__item:before {
  content: "";
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

.skills-list__item-title {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-right: 40px;
  color: #000;
}

@media screen and (max-width: 750px) {
  .skills-list__item-title {
    padding-top: 10px;
  }
}

.skills-list__item-title h3 {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (max-width: 767px) {
  .skills-list__item-title h3 {
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (max-width: 1200px) {
  .skills-list__item-title h3 {
    font-size: 32px;
    line-height: normal;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 950px) {
  .skills-list__item-title h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .skills-list__item-title h3 {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.skills-list__item-title:hover h3 {
  color: #5eb1e6;
}

.skills-list__item-title:hover .skills-list__item-title-closer:before,
.skills-list__item-title:hover .skills-list__item-title-closer:after {
  background: #5eb1e6;
}

.skills-list__item-title.active .skills-list__item-title-closer {
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .skills-list__item-title.active h3 {
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: normal;
    overflow: visible;
  }
}

.skills-list__item-title-closer {
  position: absolute;
  right: 0;
  top: 30px;
  width: 20px;
  height: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 950px) {
  .skills-list__item-title-closer {
    top: 25px;
  }
}

@media screen and (max-width: 750px) {
  .skills-list__item-title-closer {
    width: 15px;
    height: 15px;
    top: 10px;
  }
}

.skills-list__item-title-closer:before,
.skills-list__item-title-closer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  background: #000;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .skills-list__item-title-closer:before,
  .skills-list__item-title-closer:after {
    height: 13px;
  }
}

.skills-list__item-title-closer:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.skills-list__item-more {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .skills-list__item-more {
    padding-bottom: 30px;
  }
}

.skills-list__item-more li {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 500px) {
  .skills-list__item-more li {
    width: 100%;
  }
}

.skills-list__item-more a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  line-height: 1.16666667;
  color: #000;
}

@media screen and (max-width: 950px) {
  .skills-list__item-more a {
    font-size: 15px;
    line-height: 170%;
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  .skills-list__item-more a {
    font-size: 13px;
    line-height: 170%;
    padding: 5px 0 5px 15px;
  }
}

.skills-list__item-more a:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5eb1e6;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .skills-list__item-more a:before {
    top: 13px;
  }
}

.skills-list__item-more a:hover {
  color: #5eb1e6;
}

.skills-more__competitors-wrap {
  position: relative;
  padding-top: 120px;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .skills-more__competitors-wrap {
    padding-top: 60px;
  }
}

@media screen and (max-width: 950px) {
  .skills-more__competitors-wrap {
    padding-top: 40px;
  }
}

.skills-more__competitors {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 950px) {
  .skills-more__competitors {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.skills-more__not_found {
  margin-top: 32px;
  display: block;
  color: #000000;
  font-size: 32px;
  font-weight: 900;
  line-height: 20px;
}

@media screen and (max-width: 1200px) {
  .skills-more__not_found {
    font-size: 24px;
    line-height: 15px;
  }
}

.skills-more__competitor {
  width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

@media screen and (max-width: 950px) {
  .skills-more__competitor {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .skills-more__competitor {
    width: 33.333%;
  }
}

@media screen and (max-width: 500px) {
  .skills-more__competitor {
    width: 50%;
  }
}

.skills-more__competitor > img {
  display: block;
  width: 100%;
  max-height: 260px;
  margin-bottom: 12px;
}

@media screen and (max-width: 950px) {
  .skills-more__competitor > img {
    margin-bottom: 5px;
  }
}

.skills-more__competitor-info p {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.33333333;
}

@media screen and (max-width: 950px) {
  .skills-more__competitor-info p {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .skills-more__competitor-info p {
    font-size: 13px;
    line-height: 170%;
  }
}

.skills-more__competitor-country {
  display: flex;
  align-items: center;
}

.skills-more__competitor-country img {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
  border: 1px solid #e0e0e0;
  width: 24px;
  height: 18px;
}

.skills-more__competitor-country span {
  font-size: 15px;
  color: #575656;
}

@media screen and (max-width: 950px) {
  .skills-more__competitor-country span {
    font-size: 13px;
  }
}

@media screen and (max-width: 750px) {
  .skills-more__competitor-country span {
    font-size: 11px;
  }
}

.skills-more__info-wrap {
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
  margin-bottom: -105px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .skills-more__info-wrap {
    margin-bottom: 0;
    padding-bottom: 50px;
    padding-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .skills-more__info-wrap {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

.skills-more__info {
  position: relative;
}

.skills-more__info-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #12406a no-repeat center center;
  background-size: cover;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  transform: scale(1.1);
}

.skills-more__info-video:before,
.skills-more__info-video:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/pattern.png);
}

.skills-more__info-video:after {
  background: #12406a;
  opacity: 0.1;
}

.skills-more__info-head-title {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .skills-more__info-head-title {
    padding: 0 30px 20px 0;
  }
}

.skills-more__info-head-title h4 {
  color: #fff;
}

.skills-more__info-head-title-closer {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border: 20px solid transparent;
}

@media screen and (max-width: 750px) {
  .skills-more__info-head-title-closer {
    right: -20px;
    top: -20px;
  }
}

.skills-more__info-head-title-closer:before,
.skills-more__info-head-title-closer:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate(-50%, -50%) rotate(45deg);
}

.skills-more__info-head-title-closer:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.skills-more__info-head-title-closer:hover:before,
.skills-more__info-head-title-closer:hover:after {
  background: #5eb1e6;
}

.skills-more__info-text {
  width: 60%;
  padding-top: 140px;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .skills-more__info-text {
    padding-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .skills-more__info-text {
    padding: 0 0 20px 0;
    width: 100%;
  }
}

.skills-more__info-text h2,
.skills-more__info-text .user-content {
  color: #fff;
}

.skills-more__info-text-tags {
  display: block;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 750px) {
  .skills-more__info-text-tags {
    padding: 10px 0 20px 0;
  }
}

.skills-more__info-text-tags li {
  display: inline-block;
}

.skills-more__info-text-tags a {
  font-size: 15px;
  color: #5eb1e6;
}

.skills-more__info-text-tags a:hover {
  color: #e93f5d;
}

.skills-more__info-video-link {
  position: absolute;
  top: 280px;
  right: 125px;
  display: inline-block;
  border-radius: 50%;
  background: #e93f5d;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .skills-more__info-video-link {
    top: auto;
    right: 30px;
    bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .skills-more__info-video-link {
    display: none;
  }
}

.skills-more__info-video-link:hover {
  background: #5eb1e6;
}

.skills-more__info-video-link img {
  display: block;
  margin: 0 auto;
  padding: 35px;
}

.ambassadors-list-letters {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .ambassadors-list-letters {
    margin-bottom: 30px;
  }
}

.ambassadors-list-letters li {
  display: inline-block;
  text-align: center;
}

.ambassadors-list-letters li:first-child a {
  width: auto;
}

.ambassadors-list-letters a {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 5px 9px;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.4;
  color: #ddd;
  border: 2px solid transparent;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .ambassadors-list-letters a {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1;
    padding: 5px 7px;
  }
}

.ambassadors-list-letters a.active {
  color: #000;
  pointer-events: all;
}

.ambassadors-list-letters a.active:hover {
  border-color: #5eb1e6;
}

.ambassadors-list-letters a.current {
  border-color: #5eb1e6;
}

.ambassadors-list {
  margin-left: -25px;
  margin-right: -25px;
  line-height: normal;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .ambassadors-list {
    margin: 0 -10px;
  }
}

.ambassadors-list.active .ambassadors-list__item {
  opacity: 0.2;
}

.ambassadors-list__item {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ambassadors-list__item:hover {
  opacity: 1 !important;
}

.ambassador {
  position: relative;
  padding: 0 0 50px 0;
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}

@media screen and (max-width: 500px) {
  .ambassador {
    width: 100%;
    padding-bottom: 30px;
  }
}

.ambassador.active {
  opacity: 1 !important;
}

.ambassador.active .ambassador__img {
  pointer-events: none;
}

.ambassador.active .ambassador__info {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .ambassador.active .ambassador__img span {
    opacity: 0;
  }
}

.ambassador .ambassador__info {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 50px;
  width: 300%;
  z-index: 1;
  padding: 0 25px;
}

@media screen and (max-width: 1200px) {
  .ambassador .ambassador__info {
    padding: 0 10px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 750px) {
  .ambassador .ambassador__info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .ambassador .ambassador__info {
    width: 100%;
  }
}

.ambassador .ambassador__info h2 {
  font-size: 42px;
  line-height: 150%;
}

@media screen and (max-width: 1200px) {
  .ambassador .ambassador__info h2 {
    font-size: 36px;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .ambassador .ambassador__info h2 {
    font-size: 18px;
    line-height: 150%;
    padding: 0 30px 10px 0;
  }
}

.ambassador:nth-child(3n-1) .ambassador__info {
  margin-left: -100%;
}

@media screen and (max-width: 500px) {
  .ambassador:nth-child(3n-1) .ambassador__info {
    margin-left: 0;
  }
}

.ambassador:nth-child(3n) .ambassador__info {
  margin-left: -200%;
}

@media screen and (max-width: 500px) {
  .ambassador:nth-child(3n) .ambassador__info {
    margin-left: 0;
  }
}

.ambassador-once {
  width: 100%;
}

.ambassador-once .ambassador__img {
  width: 370px;
  pointer-events: none;
  float: left;
  margin: 0 50px 50px 0;
  cursor: default;
}

@media screen and (max-width: 1200px) {
  .ambassador-once .ambassador__img {
    width: 300px;
    margin: 0 30px 30px 0;
  }
}

@media screen and (max-width: 950px) {
  .ambassador-once .ambassador__img {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .ambassador-once .ambassador__img {
    width: 200px;
    margin: 0 20px 20px 0;
  }
}

@media screen and (max-width: 500px) {
  .ambassador-once .ambassador__img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.ambassador-once .ambassador__img span,
.ambassador-once .ambassador__img:before {
  display: none;
}

.ambassador-once .ambassador__info {
  position: relative;
  opacity: 1;
  visibility: visible;
  margin-top: 0 !important;
  width: 100%;
}

.ambassador-once .ambassador__info-close {
  display: none;
}

.ambassador-once .anons-inner-facted__text {
  width: 100%;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 750px) {
  .ambassador-once .anons-inner-facted__text {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .ambassador-once .anons-inner-facted__info {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .ambassador-once .anons-inner-facted__info {
    padding-bottom: 0;
  }
}

.ambassador-once .anons-inner-facted__sidebar-wrap {
  width: 100%;
  max-width: 400px;
}

.ambassador-once .ambassador__info-text {
  overflow: hidden;
}

.ambassador-once .ambassador__info-blockquote {
  margin: 0 auto;
  clear: both;
}

.ambassador__img {
  position: relative;
  display: block;
  padding: 0 25px;
}

@media screen and (max-width: 1200px) {
  .ambassador__img {
    padding: 0 10px;
  }
}

.ambassador__img:before,
.ambassador__img:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}

.ambassador__img:before {
  top: 0;
  height: 30px;
  transform: translateY(-100%);
}

@media screen and (max-width: 750px) {
  .ambassador__img:before {
    display: none;
  }
}

.ambassador__img:hover:before {
  transform: translateY(0);
}

.ambassador__img:hover span {
  color: #5eb1e6;
  padding-top: 40px;
}

@media screen and (max-width: 1200px) {
  .ambassador__img:hover span {
    padding-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .ambassador__img:hover span {
    padding-top: 10px;
    opacity: 0;
  }
}

.ambassador__img img {
  display: block;
  width: 100%;
  height: auto;
}

.ambassador__img span {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  padding: 20px;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  background: #fff;
  font-size: 20px;
  line-height: 170%;
}

@media screen and (max-width: 1200px) {
  .ambassador__img span {
    padding: 10px;
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 950px) {
  .ambassador__img span {
    font-size: 15px;
    line-height: 170%;
  }
}

@media screen and (max-width: 500px) {
  .ambassador__img span {
    font-size: 17px;
    line-height: 170%;
  }
}

.ambassador__info-close,
.page-close {
  position: absolute;
  top: -20px;
  right: -20px;
  border: 20px solid transparent;
}

@media screen and (max-width: 1200px) {
  .ambassador__info-close,
  .page-close {
    right: 0;
  }
}

@media screen and (max-width: 500px) {
  .ambassador__info-close,
  .page-close {
    right: -10px;
  }
}

.ambassador__info-close path,
.page-close path {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.ambassador__info-close:hover path,
.page-close:hover path {
  fill: #e93f5d;
}

@media screen and (max-width: 500px) {
  .page-close {
    right: 0;
  }
}

.ambassador__info-name {
  font-size: 45px;
  color: #000;
}

.ambassador__info-jobs {
  font-size: 15px;
  color: #5eb1e6;
}

.ambassador__info-text {
  margin-bottom: 70px;
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  .ambassador__info-text {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .ambassador__info-text {
    padding-top: 5px;
    margin-bottom: 20px;
  }
}

.ambassador__info-blockquote {
  position: relative;
  max-width: 670px;
  width: 100%;
  margin: 0 0 80px 0;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 3%;
  padding-right: 3%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .ambassador__info-blockquote {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .ambassador__info-blockquote {
    padding-top: 30px;
  }
}

.ambassador__info-blockquote:before,
.ambassador__info-blockquote:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: #e93f5d;
}

.ambassador__info-blockquote:before {
  top: 0;
  left: 57%;
  transform: translateX(-57%) rotate(-60deg);
}

.ambassador__info-blockquote:after {
  bottom: 0;
  left: 43%;
  transform: translateX(-43%) rotate(-60deg);
}

.ambassador__info-blockquote p {
  font-size: 30px;
  line-height: 150%;
}

@media screen and (max-width: 1200px) {
  .ambassador__info-blockquote p {
    font-size: 24px;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .ambassador__info-blockquote p {
    font-size: 18px;
    line-height: 150%;
  }
}

.page-404-sec {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #fff;
  min-height: 280px;
}

.page-404 {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
}

@media screen and (max-width: 500px) {
  .page-404 {
    flex-direction: column;
  }
}

.page-404__numb {
  padding-right: 10%;
  font-size: 330px;
  font-weight: bold;
  color: #053a5c;
}

@media screen and (max-width: 1200px) {
  .page-404__numb {
    font-size: 250px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 750px) {
  .page-404__numb {
    font-size: 100px;
    padding-right: 30px;
    line-height: normal;
  }
}

@media screen and (max-width: 500px) {
  .page-404__numb {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.page-404__info {
  font-size: 27px;
  line-height: 1.42857143;
  color: #575656;
}

@media screen and (max-width: 750px) {
  .page-404__info {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 500px) {
  .page-404__info {
    width: 100%;
  }
}

.page-404__info a {
  color: #5eb1e6;
}

.page-404__info a:hover {
  color: #e93f5d;
}

.page-404-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 140px;
  padding-left: 35px;
  padding-top: 25px;
  background: url("../img/bg-logo-404.png") no-repeat top left;
}

@media screen and (max-width: 750px) {
  .page-404-logo {
    height: 100px;
    width: 100%;
    background-position: left bottom;
    padding: 20px;
  }
}

@media screen and (max-width: 750px) {
  .page-404-logo img {
    display: block;
    width: 50px;
    height: auto;
  }
}

.faq__category {
  padding-left: 25px;
}

.faq__answer {
  padding-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .faq__answer {
    padding-bottom: 30px;
  }
}

.sidebar-left-wrap {
  display: flex;
  flex-wrap: wrap;
}

.sidebar-left-list {
  width: 30%;
  padding-right: 5%;
}

@media screen and (max-width: 500px) {
  .sidebar-left-list {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.sidebar-left-list ul {
  color: #5eb1e6;
  font-size: 18px;
}

.sidebar-left-list li {
  position: relative;
}

@media screen and (max-width: 500px) {
  .sidebar-left-list li {
    display: inline-block;
    padding-right: 10px;
  }
}

.sidebar-left-list li:first-child a {
  padding-top: 0;
}

.sidebar-left-list li:first-child a:before {
  top: 7px;
}

.sidebar-left-list a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 12px;
  line-height: 1.2;
  color: #5eb1e6;
}

@media screen and (max-width: 1200px) {
  .sidebar-left-list a {
    font-size: 16px;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .sidebar-left-list a {
    font-size: 13px;
    line-height: 150%;
    padding: 0 0 10px 15px;
  }
}

.sidebar-left-list a:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5eb1e6;
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1200px) {
  .sidebar-left-list a:before {
    top: 18px;
  }
}

@media screen and (max-width: 750px) {
  .sidebar-left-list a:before {
    top: 7px;
  }
}

.sidebar-left-list a:hover {
  color: #e93f5d;
}

.sidebar-left-list a:hover:before {
  background: #e93f5d;
}

.sidebar-left-list a.active {
  color: #e93f5d;
}

.sidebar-left-list a.active:before {
  background: #e93f5d;
}

.sidebar-left-content {
  width: 70%;
}

@media screen and (max-width: 500px) {
  .sidebar-left-content {
    width: 100%;
  }
}

.organizers__item {
  position: relative;
}

.organizers__item-logo {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}

@media screen and (max-width: 750px) {
  .organizers__item-logo {
    position: relative;
    z-index: 1;
    width: 80px;
    height: auto;
    float: right;
    padding: 5px;
    display: block;
    top: 0 !important;
    margin: 0 0 20px 20px;
  }
}

@media screen and (max-width: 500px) {
  .organizers__item-logo {
    float: none;
    margin: 0 0 20px 0;
  }
}

.organizers__item-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.organizers__item-logo + .user-content {
  padding-right: 160px;
}

@media screen and (max-width: 750px) {
  .organizers__item-logo + .user-content {
    padding-right: 0;
  }
}

.organizers__table-wrap {
  padding-top: 60px;
}

.organizers__table-wrap h3 {
  text-align: center;
}

.organizers__table {
  width: 100%;
  border: 1px solid #e0e0e0;
}

.organizers__table tr {
  border-bottom: 1px solid #e0e0e0;
}

.organizers__table tr:last-child {
  border-bottom: none;
}

.organizers__table td {
  vertical-align: top;
  padding: 30px;
}

@media screen and (max-width: 1200px) {
  .organizers__table td {
    padding: 20px;
  }
}

@media screen and (max-width: 750px) {
  .organizers__table td {
    padding: 10px;
  }
}

.organizers__table td:first-child {
  width: 28%;
  font-size: 21px;
  line-height: 1.1;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .organizers__table td:first-child {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .organizers__table td:first-child {
    font-size: 14px;
    line-height: 170%;
  }
}

.organizers__table td:last-child {
  width: 72%;
  font-size: 18px;
  line-height: 1.66666667;
  color: #575656;
}

@media screen and (max-width: 1200px) {
  .organizers__table td:last-child {
    font-size: 14px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .organizers__table td:last-child {
    font-size: 12px;
    line-height: 170%;
  }
}

.organizers__table td:last-child span {
  display: block;
  color: #5eb1e6;
}

.accreditation__list {
  border: 1px solid #e0e0e0;
}

.accreditation__item {
  padding: 45px 70px;
}

@media screen and (max-width: 1200px) {
  .accreditation__item {
    padding: 30px;
  }
}

@media screen and (max-width: 750px) {
  .accreditation__item {
    padding: 20px;
  }
}

.accreditation__item .user-content {
  margin: 0 auto;
}

.accreditation__item.accreditation__item2 {
  padding: 30px 50px;
}

@media screen and (max-width: 1200px) {
  .accreditation__item.accreditation__item2 {
    padding: 30px;
  }
}

@media screen and (max-width: 750px) {
  .accreditation__item.accreditation__item2 {
    padding: 20px;
  }
}

.accreditation__item {
  border-bottom: 1px solid #e0e0e0;
}

.accreditation__item:last-child {
  border-bottom: none;
}

.accreditation__item > h3 {
  padding-bottom: 5px;
}

html:lang(tt) .accreditation__item > h3 {
  font-weight: normal;
}

.accreditation__item-period {
  display: block;
  font-size: 18px;
  line-height: 1.66666667;
  color: #b2b2b0;
}

@media screen and (max-width: 1200px) {
  .accreditation__item-period {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .accreditation__item-period {
    font-size: 14px;
    line-height: 170%;
  }
}

.accreditation__item-geo {
  color: #5eb1e6;
  font-size: 18px;
  line-height: 1.66666667;
}

@media screen and (max-width: 1200px) {
  .accreditation__item-geo {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .accreditation__item-geo {
    font-size: 14px;
    line-height: 170%;
  }
}

.accreditation__item-geo:hover {
  color: #e93f5d;
}

.accreditation__item-geo:hover svg {
  fill: #e93f5d;
}

.accreditation__item-geo span {
  padding-left: 5px;
}

.accreditation__item-geo svg {
  fill: #5eb1e6;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.accreditation__item-more {
  padding-top: 30px;
}

@media screen and (max-width: 1200px) {
  .accreditation__item-more {
    padding-top: 20px;
  }
}

.accreditation__item-more .user-content {
  max-width: 670px;
  margin: 0 auto;
  padding-top: 40px;
  display: none;
}

.accreditation__item-more .user-content h4 {
  font-family: Sanchez;
  font-weight: normal;
}

.accreditation__item-more .sFilter {
  display: none;
}

.accreditation__item-more .sFilter:after {
  content: "";
  display: block;
  clear: both;
}

.accreditation__item-more-link {
  display: flex;
  align-items: center;
  color: #5eb1e6;
  font-size: 18px;
  line-height: 1.66666667;
}

@media screen and (max-width: 750px) {
  .accreditation__item-more-link {
    font-size: 16px;
    line-height: 170%;
  }
}

.accreditation__item-more-link:hover {
  color: #e93f5d;
}

.accreditation__item-more-link:hover svg {
  fill: #e93f5d;
}

.accreditation__item-more-link svg {
  fill: #5eb1e6;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 750px) {
  .accreditation__item-more-link svg {
    width: 15px;
    height: auto;
  }
}

.accreditation__item-more-link span {
  padding-left: 15px;
}

.accreditation__item-more-link.active svg {
  transform: rotate(180deg) translateZ(0);
}

.accreditation__item-more-btns {
  text-align: center;
}

.accreditation__item-more-btns span {
  display: block;
  padding-top: 10px;
  font-size: 15px;
  color: #b2b2b0;
  line-height: 1.1;
}

.partnership-sec h3 {
  font-weight: 900;
  padding-bottom: 27px;
}

.partnership__tiers {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 500px) {
  .partnership__tiers {
    padding-bottom: 20px;
  }
}

.partnership__tiers h4 {
  width: 50%;
  padding: 0;
  margin: 0 0 0 -60px;
  font-size: 32px;
}

@media screen and (max-width: 1200px) {
  .partnership__tiers h4 {
    margin-left: 0;
    width: 45%;
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .partnership__tiers h4 {
    width: 100%;
    font-size: 18px;
    padding: 0 0 20px 0;
  }
}

.partnership__tiers p {
  max-width: 670px;
  margin: 0 auto;
}

.partnership__tiers-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}

.partnership__tiers-links .tiers-line {
  margin-bottom: 25px;
}

@media screen and (max-width: 500px) {
  .partnership__tiers-links .tiers-line {
    margin-bottom: 14px;
  }
}

.partnership__tiers-links .tiers-line-1 {
  width: 100%;
  max-width: 1064px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.partnership__tiers-links .tiers-line-1 .btn {
  width: calc(50% - 15px);
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-width: 10px;
}

@media screen and (max-width: 500px) {
  .partnership__tiers-links .tiers-line-1 .btn {
    width: calc(50% - 8px);
  }
}

.partnership__tiers-links .tiers-line-2 {
  width: 100%;
  max-width: 964px;
}

.partnership__tiers-links .tiers-line-3 {
  width: 100%;
  max-width: 864px;
}

.partnership__tiers-links .tiers-line-4 {
  width: 100%;
  max-width: 764px;
}

.partnership__tiers-links .tiers-line-5 {
  width: 100%;
  max-width: 664px;
}

.partnership__tiers-links .tiers-line-6 {
  width: 100%;
  max-width: 564px;
}

.partnership__tiers-links .tiers-line-7 {
  width: 100%;
  max-width: 444px;
}

.partnership__tiers-links .btn {
  width: 100%;
  padding: 15px;
  pointer-events: none;
}

@media screen and (max-width: 500px) {
  .partnership__tiers-links .btn {
    padding: 12px 15px;
    font-size: 14px;
  }
}

.partnership__downloads-wrap {
  padding-top: 80px;
}

@media screen and (max-width: 1200px) {
  .partnership__downloads-wrap {
    padding-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .partnership__downloads-wrap {
    padding-top: 20px;
  }
}

.partnership__downloads-wrap h3 {
  max-width: 710px;
  margin: 0 auto;
  text-align: center;
}

.partnership__downloads {
  padding-bottom: 84px;
}

@media screen and (max-width: 750px) {
  .partnership__downloads {
    padding-bottom: 30px;
  }
}

.partnership__download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 45px;
  padding-left: 45px;
  padding-top: 35px;
  padding-bottom: 35px;
  box-shadow: 0 0 0 1px transparent;
  border: 1px solid #e0e0e0;
  border-top: none;
}

@media screen and (max-width: 950px) {
  .partnership__download {
    padding: 20px;
  }
}

@media screen and (max-width: 500px) {
  .partnership__download {
    padding: 10px;
  }
}

.partnership__download:first-child {
  border-top: 1px solid #e0e0e0;
}

.partnership__download:hover {
  border-color: transparent;
  box-shadow: 0 0 0 1px #5eb1e6;
}

.partnership__download.open .partnership__download-info:before {
  background: #9c0;
}

.partnership__download.open .partnership__download-status {
  color: #9c0;
}

.partnership__download.close .partnership__download-status {
  color: #e93f5d;
}

.partnership__download.close .partnership__download-info:before {
  background: #e93f5d;
}

.partnership__download svg {
  fill: #5eb1e6;
}

@media screen and (max-width: 500px) {
  .partnership__download svg {
    width: 14px;
    height: 14px;
  }
}

.partnership__download.download-false {
  pointer-events: none;
}

.partnership__download.download-false .partnership__download-name {
  color: black;
}

.partnership__download-info {
  position: relative;
  color: #5eb1e6;
}

@media screen and (max-width: 500px) {
  .partnership__download-info {
    width: 75%;
  }
}

.partnership__download-name {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  .partnership__download-name {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .partnership__download-name {
    font-size: 12px;
    padding-left: 0;
  }
}

.partnership__download-name em {
  padding-left: 5px;
  font-size: 15px;
  color: #b2b2b0;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .partnership__download-name em {
    font-size: 12px;
  }
}

.partnership__download-status {
  padding-left: 10px;
  color: #b2b2b0;
}

@media screen and (max-width: 750px) {
  .partnership__download-status {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .partnership__download-status {
    font-size: 12px;
    padding-left: 0;
    width: 25%;
  }
}

.partnership__contacts-wrap {
  padding-top: 71px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .partnership__contacts-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .partnership__contacts-wrap {
    padding-top: 36px;
  }
}

.partnership__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 21px;
  line-height: 1.42857143;
}

@media screen and (max-width: 1200px) {
  .partnership__contact {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 950px) {
  .partnership__contact {
    font-size: 14px;
    line-height: 170%;
  }
}

.partnership__contact-name {
  width: 50%;
  padding-right: 40px;
  color: black;
}

@media screen and (max-width: 750px) {
  .partnership__contact-name {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}

.partnership__contact-name span {
  display: block;
}

.partnership__contact-callback {
  width: 50%;
  color: #575656;
}

@media screen and (max-width: 750px) {
  .partnership__contact-callback {
    width: 100%;
    padding-bottom: 10px;
  }
}

.partnership__contact-callback span {
  display: block;
}

.partnership__contact-callback a {
  color: #5eb1e6;
}

@media screen and (max-width: 500px) {
  .partnership__contact-callback a {
    font-size: 12px;
  }
}

.partnership__contact-callback a:hover {
  color: #e93f5d;
}

.licensing-md-block {
  max-width: 680px;
}

.licensing-sec {
  padding-top: 50px;
}

.btn-wrapper {
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .btn-wrapper {
    margin-top: 20px;
  }
}

.btn-row-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.btn-row-wrap .btn {
  margin-right: 20px;
}

@media screen and (max-width: 500px) {
  .btn-row-wrap .btn {
    margin-right: 0;
  }
}

.btn-text {
  color: #b2b2b0;
  font-size: 18px;
}

@media screen and (max-width: 500px) {
  .btn-text {
    margin-top: 20px;
    font-size: 16px;
  }
}

.btn-text .red-style {
  color: #a6192e;
}

.licensing__contacts-wrap {
  padding-top: 71px;
  padding-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .licensing__contacts-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 750px) {
  .licensing__contacts-wrap {
    padding-top: 20px;
  }
}

.licensing__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 21px;
  line-height: 1.42857143;
}

@media screen and (max-width: 1200px) {
  .licensing__contact {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 950px) {
  .licensing__contact {
    font-size: 14px;
    line-height: 170%;
  }
}

.licensing-h-sec h3 {
  font-weight: 900;
  padding-bottom: 27px;
}

.licensing__contact-callback {
  max-width: 680px;
  color: #575656;
}

@media screen and (max-width: 750px) {
  .licensing__contact-callback {
    width: 100%;
    padding-bottom: 10px;
  }
}

.licensing__contact-callback span {
  display: block;
}

.licensing__contact-callback a {
  color: #5eb1e6;
}

@media screen and (max-width: 500px) {
  .licensing__contact-callback a {
    font-size: 12px;
  }
}

.licensing__contact-callback a:hover {
  color: #e93f5d;
}

.licensing-list ul {
  padding-bottom: 36px;
}

@media screen and (max-width: 950px) {
  .licensing-list ul {
    padding-bottom: 30px;
  }
}

.licensing-list ul li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  line-height: 30px;
  color: #575656;
}

@media screen and (max-width: 950px) {
  .licensing-list ul li {
    font-size: 15px;
    line-height: 170%;
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  .licensing-list ul li {
    font-size: 13px;
    line-height: 170%;
    padding: 5px 0 5px 15px;
  }
}

.licensing-list ul li:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5eb1e6;
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .licensing-list ul li:before {
    top: 22px;
  }
}

@media screen and (max-width: 750px) {
  .licensing-list ul li:before {
    top: 13px;
  }
}

.licensing-list--column {
  margin-top: 7px;
}

.licensing-list--column ul {
  padding-bottom: 80px;
  column-count: 2;
}

@media all and (max-width: 699px) {
  .licensing-list--column ul {
    column-count: 1;
  }
}

.licensing-list__item-more {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .licensing-list__item-more {
    padding-bottom: 30px;
  }
}

.licensing-list__item-more li {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 500px) {
  .licensing-list__item-more li {
    width: 100%;
  }
}

.licensing-list__item-more li .clear-link {
  padding: 0;
}

.licensing-list__item-more li .clear-link::before {
  content: none;
}

.licensing-list__item-more a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  line-height: 1.16666667;
  color: #575656;
}

@media screen and (max-width: 950px) {
  .licensing-list__item-more a {
    font-size: 15px;
    line-height: 170%;
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  .licensing-list__item-more a {
    font-size: 13px;
    line-height: 170%;
    padding: 5px 0 5px 15px;
  }
}

.licensing-list__item-more a:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5eb1e6;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .licensing-list__item-more a:before {
    top: 13px;
  }
}

.list-tip {
  margin-top: -23px;
  margin-bottom: 80px !important;
  font-size: 18px;
  line-height: 21px;
  color: #575656;
}

@media screen and (max-width: 1200px) {
  .list-tip {
    margin-top: -20px;
  }
}

@media screen and (max-width: 750px) {
  .list-tip {
    font-size: 14px;
    margin-top: -20px;
  }
}

.history > h3 {
  max-width: 900px;
  margin: 0 auto;
}

.histList {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 20px 0;
}

.histList:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 15px;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
}

@media screen and (max-width: 750px) {
  .histList:before {
    display: none;
  }
}

.histItem {
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 0 140px 20px 0;
  width: 50%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .histItem {
    width: 100%;
    padding: 0 0 20px 60px;
    text-align: left;
  }
}

.histItem:nth-child(2n) {
  padding-right: 0;
  padding-left: 140px;
  margin-left: 50%;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .histItem:nth-child(2n) {
    margin-left: 0;
    padding-left: 60px;
  }
}

.histItem:nth-child(2n) dt:before {
  left: auto;
  right: 100%;
  margin: 0 20px 0 0;
}

.histItem:nth-child(2n) .histPic {
  left: auto;
  right: 100%;
}

.histItem.last,
.histItem.last:nth-child(2n) {
  background: #fff;
  margin: 0;
  text-align: center;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .histItem.last,
  .histItem.last:nth-child(2n) {
    text-align: left;
  }
}

.histItem.last dt,
.histItem.last:nth-child(2n) dt {
  padding-top: 40px;
  font-size: 46px;
  line-height: normal;
}

@media screen and (max-width: 750px) {
  .histItem.last dt,
  .histItem.last:nth-child(2n) dt {
    padding-top: 0;
    font-size: 32px;
  }
}

.histItem.last dt:before,
.histItem.last:nth-child(2n) dt:before {
  display: none;
}

@media screen and (max-width: 750px) {
  .histItem.last dd,
  .histItem.last:nth-child(2n) dd {
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .histItem.last dd img,
  .histItem.last:nth-child(2n) dd img {
    width: 150px;
    height: auto;
  }
}

.histItem dt {
  color: #5eb1e6;
  font-size: 24px;
  line-height: normal;
  padding: 0 0 40px 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .histItem dt {
    font-size: 18px;
    line-height: normal;
    padding: 0 0 10px 0;
  }
}

.histItem dt:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 15px;
  width: 1000px;
  height: 1px;
  background: #e0e0e0;
  margin-left: 20px;
}

@media screen and (max-width: 750px) {
  .histItem dt:before {
    display: none;
  }
}

.histItem dd {
  position: relative;
  z-index: 1;
  padding: 0 0 60px 0;
}

@media screen and (max-width: 750px) {
  .histItem dd {
    padding: 0 0 30px 0;
  }
}

.histItem .histLoc {
  background: url(../img/pin.svg) no-repeat 0 1px;
  padding: 0 0 5px 20px;
  display: inline;
  font-size: 15px;
  line-height: normal;
  color: #b2b2b0;
}

.histItem .histName {
  padding: 0 0 5px 0;
  font-size: 22px;
  line-height: 170%;
}

@media screen and (max-width: 1200px) {
  .histItem .histName {
    font-size: 18px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .histItem .histName {
    font-size: 15px;
    line-height: 170%;
  }
}

.histItem .histPic {
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  width: 140px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .histItem .histPic {
    right: 100%;
    left: auto;
    width: 60px;
    text-align: left;
  }
}

.histItem .histPic img {
  vertical-align: top;
}

@media screen and (max-width: 750px) {
  .histItem .histPic img {
    width: 40px;
    height: auto;
  }
}

.brand-info-sec {
  background: #fff;
}

.brand-info {
  display: flex;
}

@media screen and (max-width: 750px) {
  .brand-info {
    margin: 0 -3%;
  }
}

@media screen and (max-width: 500px) {
  .brand-info {
    display: block;
    margin: 0;
  }
}

.brand-info__text {
  width: 50%;
  padding-right: 3%;
  padding-left: 3%;
}

@media screen and (max-width: 500px) {
  .brand-info__text {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

.brand-info__text-preview {
  position: relative;
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
  padding: 25px 5%;
  border: 1px solid #e0e0e0;
}

@media screen and (max-width: 950px) {
  .brand-info__text-preview {
    height: 320px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .brand-info__text-preview {
    height: 250px;
  }
}

@media screen and (max-width: 500px) {
  .brand-info__text-preview {
    margin-bottom: 20px;
  }
}

.brand-info__text-preview p {
  text-align: center;
  text-transform: uppercase;
  color: #5eb1e6;
  font-size: 70px;
  line-height: 1.3;
}

@media screen and (max-width: 950px) {
  .brand-info__text-preview p {
    font-size: 50px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 750px) {
  .brand-info__text-preview p {
    font-size: 40px;
    line-height: 1.3;
  }
}

.brand-info__text-preview p span {
  display: block;
  font-size: 28px;
  font-family: Sanchez;
  color: #0f3c5d;
}

@media screen and (max-width: 950px) {
  .brand-info__text-preview p span {
    font-size: 24px;
  }
}

@media screen and (max-width: 950px) {
  .brand-info__text-preview p span {
    font-size: 18px;
  }
}

.brand-info__text-preview img {
  max-width: 250px;
  width: 100%;
  margin-left: 20px;
}

@media screen and (max-width: 950px) {
  .brand-info__text-preview img {
    max-width: 200px;
  }
}

html:lang(tt) .brand-info__text-preview p {
  font-size: 50px;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  html:lang(tt) .brand-info__text-preview p {
    font-size: 40px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 750px) {
  html:lang(tt) .brand-info__text-preview p {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 500px) {
  .brand-mascots-sec {
    padding-top: 0;
  }
}

.brand-mascots__img {
  position: relative;
  height: 400px;
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  background: url("../img/bg-maskots-brand.png") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .brand-mascots__img {
    margin-top: 0;
  }
}

@media screen and (max-width: 950px) {
  .brand-mascots__img {
    height: 320px;
  }
}

@media screen and (max-width: 750px) {
  .brand-mascots__img {
    height: 167px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 500px) {
  .brand-mascots__img {
    height: 320px;
  }
}

.brand-mascots__img img {
  position: absolute;
}

.brand-mascots__img span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 70px;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .brand-mascots__img span {
    font-size: 60px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 750px) {
  .brand-mascots__img span {
    font-size: 36px;
    line-height: 1.3;
  }
}

.brand-mascots__img p {
  padding-top: 130px;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .brand-mascots__img p {
    font-size: 15px;
  }
}

@media screen and (max-width: 950px) {
  .brand-mascots__img p {
    padding-top: 50px;
  }
}

@media screen and (max-width: 750px) {
  .brand-mascots__img p {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  .brand-mascots__img p {
    padding-top: 30px;
  }
}

.brand-mascots__img-woman {
  left: -80px;
  bottom: -50px;
  width: 397px;
}

@media screen and (max-width: 1400px) {
  .brand-mascots__img-woman {
    left: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .brand-mascots__img-woman {
    width: 315px;
    height: auto;
  }
}

@media screen and (max-width: 950px) {
  .brand-mascots__img-woman {
    width: 250px;
  }
}

@media screen and (max-width: 750px) {
  .brand-mascots__img-woman {
    width: 150px;
    left: -10px;
    bottom: -30px;
  }
}

.brand-mascots__img-man {
  right: -80px;
  bottom: -40px;
  width: 397px;
}

@media screen and (max-width: 1400px) {
  .brand-mascots__img-man {
    right: -20px;
  }
}

@media screen and (max-width: 1200px) {
  .brand-mascots__img-man {
    width: 320px;
    height: auto;
  }
}

@media screen and (max-width: 950px) {
  .brand-mascots__img-man {
    width: 255px;
  }
}

@media screen and (max-width: 750px) {
  .brand-mascots__img-man {
    width: 155px;
    right: -10px;
    bottom: -20px;
  }
}

.brand-mascots-info {
  padding-top: 60px;
}

@media screen and (max-width: 1200px) {
  .brand-mascots-info {
    padding-top: 30px;
  }
}

.volunteers-about-sec {
  background: #fff;
}

.volunteers-about__img {
  position: relative;
  height: 470px;
  margin-top: 180px;
  background: #e93f5d;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .volunteers-about__img {
    height: auto;
    margin-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  .volunteers-about__img {
    margin-top: 50px;
  }
}

.volunteers-about__img img {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 106%;
  margin-left: -3%;
  max-width: none;
}

@media screen and (max-width: 1200px) {
  .volunteers-about__img img {
    position: relative;
    left: 0;
    transform: none;
    width: 102%;
    height: auto;
    bottom: 0;
    margin: -100px 0 0 -1%;
  }
}

@media screen and (max-width: 750px) {
  .volunteers-about__img img {
    margin-top: -50px;
  }
}

.volunteers-about__info-wrap {
  position: relative;
  margin-top: -100px;
  padding-left: 4%;
  padding-right: 4%;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .volunteers-about__info-wrap {
    margin-top: -50px;
  }
}

.volunteers-about__info-wrap .btnwrap {
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .volunteers-about__info-wrap .btnwrap {
    padding-top: 0;
  }
}

.volunteers-about__info {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 40px;
  padding-left: 2%;
  padding-right: 2%;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .volunteers-about__info {
    padding-top: 20px;
  }
}

.volunteers-about__info .user-content {
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
}

@media screen and (max-width: 500px) {
  .volunteers-about__info .user-content {
    width: 100%;
  }
}

.white_info {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 40px;
  padding-left: 4%;
  padding-right: 4%;
  background: #fff;
  color: #575656;
}

@media screen and (max-width: 950px) {
  .white_info {
    padding-top: 20px;
  }
}

.gmap {
  width: 100%;
  height: 200px;
}

.volunteers-contact {
  padding: 0 1.8%;
}

@media screen and (max-width: 1200px) {
  .volunteers-contact {
    padding: 0 5.9%;
  }
}

.volunteers-contact h3 {
  margin-left: 2%;
}

.volunteers-contact__info {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .volunteers-contact__info {
    display: block;
  }
}

.volunteers-contact__content {
  width: 50%;
  padding: 10px 5% 20px 2%;
}

@media screen and (max-width: 500px) {
  .volunteers-contact__content {
    width: 100%;
    padding: 0 2% 20px 2%;
  }
}

.volunteers-contact__content:nth-child(2) {
  padding-right: 2%;
}

.volunteers-contact__content p {
  padding-bottom: 3px;
  font-size: 21px;
  line-height: 1.42857143;
}

@media screen and (max-width: 1200px) {
  .volunteers-contact__content p {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .volunteers-contact__content p {
    font-size: 14px;
    line-height: 170%;
  }
}

.volunteers-contact__block {
  padding-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .volunteers-contact__block {
    padding-bottom: 15px;
  }
}

.volunteers-contact__block:first-child span {
  margin-top: -12px;
}

.volunteers-contact__block span {
  display: block;
  padding-bottom: 3px;
  color: #95989a;
  font-size: 12px;
  line-height: 1.1;
  text-transform: uppercase;
}

.volunteers-contact__block em {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: #575656;
}

@media screen and (max-width: 750px) {
  .volunteers-contact__block em {
    font-size: 12px;
    line-height: 170%;
  }
}

.volunteers-contact__block p {
  color: #5eb1e6;
}

.volunteers-contact__block a {
  padding-bottom: 3px;
  font-size: 21px;
  line-height: 1.42857143;
  color: #5eb1e6;
}

@media screen and (max-width: 1200px) {
  .volunteers-contact__block a {
    font-size: 16px;
    line-height: 170%;
  }
}

@media screen and (max-width: 750px) {
  .volunteers-contact__block a {
    font-size: 14px;
    line-height: 170%;
  }
}

.volunteers-contact__block a:hover {
  color: #e93f5d;
}

.volunteers-contact__social {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

@media screen and (max-width: 1200px) {
  .volunteers-contact__social {
    padding-top: 5px;
  }
}

.volunteers-contact__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #5eb1e6;
  background: #fff;
}

.volunteers-contact__social a:hover {
  background: #5eb1e6;
}

.volunteers-contact__social a:hover svg path,
.volunteers-contact__social a:hover svg circle {
  fill: #fff;
}

.volunteers-contact__social a svg path,
.volunteers-contact__social a svg circle {
  fill: #5eb1e6;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.volunteers-contact__map {
  padding-top: 35px;
}

.jobs-list {
  display: flex;
  flex-wrap: wrap;
}

.jobs-list__items {
  width: 63%;
  margin-top: -80px;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .jobs-list__items {
    width: 100%;
  }
}

.jobs-list__item {
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (max-width: 950px) {
  .jobs-list__item {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 750px) {
  .jobs-list__item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 400px) {
  .jobs-list__item {
    padding: 25px 20px;
  }
}

.jobs-list__item > h3 {
  padding-bottom: 5px;
}

.jobs-list__item-title-descr {
  padding-bottom: 40px;
  font-size: 18px;
  color: #b2b2b0;
}

@media screen and (max-width: 950px) {
  .jobs-list__item-title-descr {
    padding-bottom: 30px;
    font-size: 17px;
  }
}

@media screen and (max-width: 750px) {
  .jobs-list__item-title-descr {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.jobs-list__item-more-link {
  color: #5eb1e6;
}

.jobs-list__item-more-link img,
.jobs-list__item-more-link span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.jobs-list__item-more-link span {
  padding-left: 15px;
}

.jobs-list__item-more-link.active img {
  transform: rotate(180deg);
}

.jobs-list__item-more-info {
  margin-top: 40px;
}

.jobs-list__item-form {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.jobs-list__item-form h4 {
  color: #5eb1e6;
}

.jobs-list__sidebar-wrap {
  max-width: 390px;
  width: 37%;
}

@media screen and (max-width: 768px) {
  .jobs-list__sidebar-wrap {
    max-width: 100%;
    width: 100%;
  }
}

.jobs-list__sidebar {
  max-width: 390px;
  padding-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .jobs-list__sidebar {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .jobs-list__sidebar {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

.jobs-list__sidebar > img {
  display: block;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .jobs-list__sidebar > img {
    margin-bottom: 20px;
  }
}

.jobs-list__sidebar .subscribe-form {
  padding-top: 25px;
}

@media screen and (max-width: 768px) {
  .jobs-list__sidebar .subscribe-form {
    padding-top: 20px;
  }
}

.park-map__area-wrap {
  overflow-x: auto;
}

.park-map__area {
  position: relative;
  min-width: 640px;
}

.park-map__area-room {
  position: absolute;
  font-size: 18px;
  cursor: pointer;
}

.park-map__area-room:hover span {
  opacity: 1;
}

.park-map__area-room img {
  display: block;
  margin: 0 auto 10px;
}

.park-map__area-room span {
  display: block;
  padding: 10px 25px;
  text-align: center;
  background: #fff;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-skills-room="room-1"] {
  top: 10%;
  left: 10%;
}

[data-skills-room="room-2"] {
  top: 22%;
  left: 83%;
}

[data-skills-room="room-3"] {
  top: 32%;
  left: 65%;
}

[data-skills-room="room-4"] {
  top: 16%;
  left: 50%;
}

[data-skills-room="room-5"] {
  top: 40%;
  left: 30%;
}

[data-skills-room="room-6"] {
  top: 20%;
  left: 40%;
}

.park-map__info {
  display: flex;
  flex-wrap: wrap;
}

.park-map__info-block {
  width: 50%;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .park-map__info-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.park-map__info-block:first-child {
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .park-map__info-block:first-child {
    padding-right: 0;
  }
}

.park-map__info-block:last-child {
  padding-left: 4%;
}

@media screen and (max-width: 768px) {
  .park-map__info-block:last-child {
    padding-left: 0;
  }
}

.park-map__info-block > img {
  display: block;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .park-map__info-block > img {
    max-height: 30px;
    margin-bottom: 10px;
  }
}

.park-programm > h3 {
  text-align: center;
}

.park-programm__items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}

@media screen and (max-width: 768px) {
  .park-programm__items {
    padding-top: 35px;
  }
}

.park-programm__items-title {
  text-align: center;
}

.park-programm__items-title span {
  display: inline-block;
  padding-right: 8px;
}

.park-programm__items-title a {
  display: inline-block;
  padding: 6px 10px;
  color: #5eb1e6;
}

.park-programm__items-title a:hover {
  color: #e93f5d;
}

.park-programm__items-title a.active {
  color: #fff;
  background: #e93f5d;
}

.park-programm__items-title.park-programm__items-title2 {
  text-align: left;
  padding-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .park-programm__items-title.park-programm__items-title2 {
    padding-bottom: 20px;
  }
}

.park-programm__item-shorts {
  width: 50%;
  padding-right: 4%;
}

@media screen and (max-width: 768px) {
  .park-programm__item-shorts {
    width: 100%;
    max-height: 250px;
    margin-bottom: 20px;
    padding-right: 0;
    overflow: auto;
  }
}

.park-programm__item-short {
  padding: 20px 25px;
  cursor: pointer;
}

.park-programm__item-short:hover .park-programm__item-short-title {
  color: #e93f5d;
}

.park-programm__item-short.active {
  background: #f7f7f7;
}

.park-programm__item-short.active .park-programm__item-short-title:before {
  background: transparent;
}

.park-programm__item-short-title {
  position: relative;
  padding-bottom: 2px;
  font-size: 18px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 950px) {
  .park-programm__item-short-title {
    font-size: 16px;
  }
}

.park-programm__item-short-title:before {
  content: "";
  position: absolute;
  left: -26px;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #5eb1e6;
  transform: rotate(45deg);
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1400px) {
  .park-programm__item-short-title:before {
    top: 10px;
  }
}

.park-programm__item-short-time {
  color: #b2b2b0;
  font-size: 15px;
}

.park-programm__item-short-info {
  display: none;
}

.park-programm__item-more {
  width: 50%;
  padding-left: 4%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 768px) {
  .park-programm__item-more {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}

.park-programm__item-more > img {
  display: block;
  margin-bottom: 25px;
}

.park-programm__item-more.fade-in {
  opacity: 0;
}

.park-programm__item-more-title {
  padding-bottom: 20px;
}

@media screen and (max-width: 750px) {
  .park-programm__item-more-title {
    padding-bottom: 15px;
  }
}

.park-programm__item-more-time {
  display: block;
  padding-bottom: 35px;
  color: #5eb1e6;
}

@media screen and (max-width: 950px) {
  .park-programm__item-more-time {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 750px) {
  .park-programm__item-more-time {
    padding-bottom: 15px;
  }
}

.park-programm__item-more-time span,
.park-programm__item-more-time img {
  vertical-align: middle;
}

.park-programm__item-more-time span {
  display: inline-block;
  padding-left: 5px;
  font-size: 15px;
}

.city-photos {
  padding: 100px 0 50px 0;
}

@media screen and (max-width: 750px) {
  .city-photos {
    padding: 0;
  }
}

.city-item-slider {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 -20px;
  display: none;
}

@media screen and (max-width: 750px) {
  .city-item-slider {
    display: block;
  }
}

.city-item-slider a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.city-item-slider a img {
  vertical-align: top;
  height: 180px;
  width: auto;
}

.city-slider {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.city-slider .city-slider-items {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}

@media screen and (max-width: 1400px) {
  .city-slider .city-slider-items {
    padding: 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .city-slider .city-slider-items {
    display: none;
  }
}

.city-slider .city-slider-items a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transform: scale(1);
  opacity: 0.1;
}

@media screen and (max-width: 1400px) {
  .city-slider .city-slider-items a {
    margin: 0 10px;
  }
}

.city-slider .city-slider-items a.active {
  opacity: 1;
}

.city-slider .city-slider-items a.active:hover {
  transform: scale(0.9);
}

.city-slider .city-slider-items a.active:hover img {
  transform: scale(1.2);
}

.city-slider .city-slider-items a img {
  vertical-align: top;
  height: 260px;
  width: auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
}

@media screen and (max-width: 1400px) {
  .city-slider .city-slider-items a img {
    height: 200px;
  }
}

.cityItems {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff url(../img/decor2.svg) no-repeat right bottom;
  background-size: 190px auto;
  width: 560px;
  padding: 90px 70px 150px 70px;
  white-space: normal;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .cityItems {
    left: 0;
    top: 0;
    width: 100%;
    transform: none;
    padding: 20px;
    background: #fff;
    border-top: 1px solid #5eb1e6;
    border-bottom: 1px solid #5eb1e6;
    margin: 20px 0;
  }
}

@media screen and (max-width: 1400px) {
  .cityItems {
    padding: 50px 40px 100px 40px;
    background-size: 150px auto;
  }
}

.cityItems .ambassador__info-close {
  right: 0;
  top: 0;
}

.cityItems.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 750px) {
  .cityItems.show {
    position: relative;
  }
}

.cityItems h2 {
  color: #5eb1e6;
  padding: 0 0 50px 0;
}

@media screen and (max-width: 1400px) {
  .cityItems h2 {
    padding: 0 0 30px 0;
  }
}

@media screen and (max-width: 750px) {
  .cityItems h2 {
    padding: 0 30px 15px 0;
  }
}

.cityItems .city-item {
  display: none;
}

.cityItems .city-item.active {
  display: block;
}

.cityNav {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  width: 450px;
  padding: 25px;
  white-space: normal;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1400px) {
  .cityNav {
    width: 350px;
  }
}

@media screen and (max-width: 750px) {
  .cityNav {
    width: 100%;
    position: relative;
    z-index: 1;
    transform: none;
    left: 0;
    top: 0;
  }
}

.cityNav.hide {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 750px) {
  .cityNav.hide {
    position: absolute;
  }
}

.cityNav:before,
.cityNav:after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 25px;
  bottom: 25px;
  width: 20px;
  height: 20px;
  border: 1px solid #5eb1e6;
  border-width: 1px 1px 0 0;
  background: #fff;
}

.cityNav:after {
  border-width: 1px 0 0 1px;
  left: auto;
  right: 25px;
}

.cityNav ul {
  border: 1px solid #5eb1e6;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 50px;
  font-size: 24px;
  line-height: normal;
}

@media screen and (max-width: 1400px) {
  .cityNav ul {
    padding: 30px;
    font-size: 18px;
  }
}

.cityNav ul:before,
.cityNav ul:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -1px;
  top: -1px;
  width: 20px;
  height: 20px;
  border: 1px solid #5eb1e6;
  border-width: 0 1px 1px 0;
  background: #fff;
}

.cityNav ul:after {
  left: auto;
  right: -1px;
  border-width: 0 0 1px 1px;
}

.cityNav ul a {
  display: block;
  color: #5eb1e6;
  padding: 20px 0;
}

@media screen and (max-width: 1400px) {
  .cityNav ul a {
    padding: 15px 0;
  }
}

.cityNav ul a:hover {
  color: #e93f5d;
}

.cityNav ul li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #e93f5d;
  transform: rotate(45deg);
  margin: 0 auto;
}

.cityNav ul li:first-child:before {
  display: none;
}

.sights-sec {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 1400px) {
  .sights-sec {
    margin: -30px 0 20px 0;
  }
}

@media screen and (max-width: 750px) {
  .sights-sec {
    margin: 0;
  }
}

.sights-nav {
  float: left;
  width: 300px;
  min-height: 670px;
  padding: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 5;
  background: #fff;
}

@media screen and (max-width: 1400px) {
  .sights-nav {
    width: 250px;
    padding: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .sights-nav {
    width: 180px;
    padding: 20px;
  }
}

@media screen and (max-width: 750px) {
  .sights-nav {
    float: none;
    width: auto;
    min-height: 0;
    padding: 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .sights-nav li {
    display: inline-block;
    padding: 0 10px 5px 0 !important;
  }
}

@media screen and (max-width: 750px) {
  .sights-nav li:before {
    display: none;
  }
}

.sights-nav li.current a {
  color: #e93f5d;
}

.sights-nav li.current:before {
  background: #e93f5d;
}

.sights-items {
  position: absolute;
  z-index: 10;
  width: 300px;
  height: 100%;
  left: 300px;
  top: 0;
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1400px) {
  .sights-items {
    left: 250px;
    width: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .sights-items {
    width: 220px;
    left: 180px;
  }
}

@media screen and (max-width: 750px) {
  .sights-items {
    position: relative;
    border: none;
    left: 0;
    width: auto;
    height: auto;
  }
}

.sights-items .sScroll {
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .sights-items .sScroll {
    position: relative;
    z-index: 1;
    width: auto;
    height: auto;
    padding: 0 10px;
  }
}

.sights-items .sScroll:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 95%;
  height: 1px;
  box-shadow: -20px 0 10px 20px #fff;
}

.sights-map {
  position: absolute;
  z-index: 5;
  left: 600px;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1400px) {
  .sights-map {
    left: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .sights-map {
    left: 400px;
  }
}

@media screen and (max-width: 750px) {
  .sights-map {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
  }
}

.sItem {
  display: block;
  color: #000;
  font-size: 18px;
  line-height: 130%;
  padding: 20px 25px;
  background: #fff;
}

@media screen and (max-width: 1400px) {
  .sItem {
    font-size: 16px;
    line-height: 130%;
    padding: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .sItem {
    font-size: 14px;
    line-height: 130%;
  }
}

@media screen and (max-width: 750px) {
  .sItem {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -3px;
    padding: 0 10px 30px 10px;
  }
}

@media screen and (max-width: 500px) {
  .sItem {
    width: 100%;
    margin-right: 0;
  }
}

.sItem:hover {
  color: #5eb1e6;
}

.sItem.hide {
  display: none;
}

.sItem.current {
  color: #e93f5d;
}

.sItem.current .sPic {
  background: #e93f5d;
}

.sItem.current .sPic img {
  opacity: 0.3;
}

.sItem .sPic {
  display: block;
  position: relative;
  z-index: 1;
  min-height: 50px;
  margin: 0 0 15px 0;
  background: #053a5c;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (max-width: 1400px) {
  .sItem .sPic {
    margin: 0 0 10px 0;
  }
}

.sItem .sPic img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sItem .sPic .sLabel {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 15px;
  border-color: #fff;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .sItem .sPic .sLabel {
    left: 10px;
    top: 10px;
  }
}

.sLabel {
  display: inline-block;
  border: 2px solid #5eb1e6;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  color: #5eb1e6;
  line-height: 1;
  padding: 5px;
  margin: 0 0 30px 0;
  vertical-align: top;
}

@media screen and (max-width: 1400px) {
  .sLabel {
    margin: 0 0 15px 0;
    font-size: 11px;
  }
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
  backface-visibility: hidden;
  padding: 5px 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden
  + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out,
    background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s,
    margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s,
    margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #5eb1e6;
}

.sights-show .sights-items {
  transform: translateX(-100%);
}

@media screen and (max-width: 1200px) {
  .sights-show .sights-items {
    transform: translateX(-180px);
  }
}

@media screen and (max-width: 750px) {
  .sights-show .sights-items {
    transform: translateX(0);
    display: none;
  }
}

.sights-show .sights-map {
  left: 900px;
}

@media screen and (max-width: 1400px) {
  .sights-show .sights-map {
    left: 750px;
  }
}

@media screen and (max-width: 1200px) {
  .sights-show .sights-map {
    left: 620px;
  }
}

@media screen and (max-width: 950px) {
  .sights-show .sights-map {
    left: 570px;
  }
}

@media screen and (max-width: 750px) {
  .sights-show .sights-map {
    left: 0;
  }
}

.sights-detail {
  position: absolute;
  z-index: 3;
  left: 300px;
  top: 0;
  width: 600px;
  height: 100%;
  background: #fff;
  overflow: hidden;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1400px) {
  .sights-detail {
    left: 250px;
    width: 500px;
  }
}

@media screen and (max-width: 1200px) {
  .sights-detail {
    left: 220px;
    width: 400px;
  }
}

@media screen and (max-width: 950px) {
  .sights-detail {
    width: 350px;
  }
}

@media screen and (max-width: 750px) {
  .sights-detail {
    width: auto;
    position: relative;
    left: 0;
    height: auto;
    border: none;
    overflow: hidden;
  }
}

.sights-detail .ambassador__info-close {
  right: 0;
  top: 0;
  z-index: 10;
}

@media screen and (max-width: 950px) {
  .sights-detail .ambassador__info-close {
    right: -10px;
    top: -10px;
  }
}

@media screen and (max-width: 750px) {
  .sights-detail .ambassador__info-close {
    top: -20px;
  }
}

@media screen and (max-width: 750px) {
  .sights-detail h3 {
    padding-right: 20px;
  }
}

.sights-detail .sdet-item {
  padding: 50px 40px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 1400px) {
  .sights-detail .sdet-item {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 950px) {
  .sights-detail .sdet-item {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 750px) {
  .sights-detail .sdet-item {
    padding: 0 20px 20px 20px;
  }
}

.sights-detail .sdet-item.current {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.sights-detail .sdet-item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}

.sights-detail .sdet-item .sliderInner {
  margin: 0 0 30px 0;
}

.sights-detail .sdet-item .sliderInner img {
  margin: 0;
}

.sScrollDetail {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .sScrollDetail {
    position: relative;
    width: auto;
    height: auto;
  }
}

.sScrollDetail:after {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 95%;
  height: 1px;
  box-shadow: -20px 0 10px 20px #fff;
}

@media screen and (max-width: 750px) {
  .sScrollDetail:after {
    display: none;
  }
}

.fSearch {
  padding: 20px 0;
}

@media screen and (max-width: 950px) {
  .fSearch {
    padding: 0;
  }
}

.fSearch .accreditation__item-more {
  padding: 20px 0;
}

.fSearchLine {
  position: relative;
  z-index: 1;
  padding: 0 250px 0 0;
}

@media screen and (max-width: 1200px) {
  .fSearchLine {
    padding-right: 200px;
  }
}

@media screen and (max-width: 750px) {
  .fSearchLine {
    padding-right: 150px;
  }
}

@media screen and (max-width: 500px) {
  .fSearchLine {
    padding-right: 80px;
  }
}

.fSearchLine .iSbm {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

.iText {
  background: #fff;
  color: #000;
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  padding: 23px 30px;
  height: 70px;
  font-size: 20px;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .iText {
    padding: 23px 20px;
  }
}

@media screen and (max-width: 750px) {
  .iText {
    padding: 10px 15px;
    height: 45px;
    font-size: 16px;
    line-height: normal;
  }
}

.iText:focus {
  border-color: #5eb1e6;
}

.iText.iText2 {
  padding: 15px 30px;
  font-size: 16px;
  line-height: normal;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .iText.iText2 {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 750px) {
  .iText.iText2 {
    padding: 13px 15px;
  }
}

.iText.js-datapicker {
  background: #fff url(../img/date.svg) no-repeat 90% center;
}

@media screen and (max-width: 950px) {
  .iText.js-datapicker {
    background-position: 95% center;
  }
}

.iSbm {
  border: none;
  background: #5eb1e6;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: normal;
  width: 250px;
  height: 70px;
}

@media screen and (max-width: 1200px) {
  .iSbm {
    width: 200px;
  }
}

@media screen and (max-width: 750px) {
  .iSbm {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .iSbm {
    width: 80px;
  }
}

.iSbm:hover {
  background: #e93f5d;
}

.lineForm {
  padding: 0 0 30px 0;
}

@media screen and (max-width: 750px) {
  .lineForm {
    padding: 0 0 20px 0;
  }
}

.lineForm label {
  display: block;
  padding: 0 0 10px 0;
  font-size: 15px;
}

.lineFormCol1 {
  float: left;
  width: 25%;
  margin: 0 5% 0 0;
}

@media screen and (max-width: 950px) {
  .lineFormCol1 {
    width: 45%;
    margin: 0 0 0 5%;
  }
}

@media screen and (max-width: 500px) {
  .lineFormCol1 {
    width: 100%;
    margin: 0;
  }
}

.lineFormCol2 {
  float: left;
  width: 47%;
  margin: 0 0 0 3%;
}

@media screen and (max-width: 950px) {
  .lineFormCol2 {
    width: 45%;
    margin: 0 0 0 5%;
  }
}

@media screen and (max-width: 500px) {
  .lineFormCol2 {
    width: 100%;
    margin: 0;
  }
}

.jq-selectbox {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: normal;
}

.jq-selectbox select {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.jq-selectbox.focused .jq-selectbox__select {
  border-color: #5eb1e6;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  transform: rotate(180deg);
}

.jq-selectbox .jq-selectbox__select {
  position: relative;
  z-index: 5;
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 0 50px 0 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.jq-selectbox .jq-selectbox__select-text {
  padding: 15px 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .jq-selectbox .jq-selectbox__select-text {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 750px) {
  .jq-selectbox .jq-selectbox__select-text {
    padding: 13px 20px;
  }
}

.jq-selectbox .jq-selectbox__trigger,
.jq-selectbox .jq-selectbox__trigger-arrow {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.jq-selectbox .jq-selectbox__trigger svg,
.jq-selectbox .jq-selectbox__trigger-arrow svg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.jq-selectbox .jq-selectbox__trigger svg path,
.jq-selectbox .jq-selectbox__trigger-arrow svg path {
  fill: #5eb1e6;
}

.jq-selectbox .jq-selectbox__dropdown {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100% !important;
  bottom: auto !important;
  background: #fff;
  border: 1px solid #5eb1e6;
  width: 100%;
  margin-top: -1px;
}

.jq-selectbox .jq-selectbox__dropdown li {
  padding: 15px 30px;
  white-space: normal;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.jq-selectbox .jq-selectbox__dropdown li:hover {
  background: #5eb1e6;
  color: #fff;
}

.jq-selectbox .jq-selectbox__dropdown li.sel {
  display: none;
}

.jq-selectbox.selectSmall {
  margin: 0 0 20px 0;
  font-size: 14px;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .jq-selectbox.selectSmall {
    margin-bottom: 10px;
    font-size: 12px;
  }
}

.jq-selectbox.selectSmall .jq-selectbox__select {
  padding: 0 40px 0 0;
}

@media screen and (max-width: 1200px) {
  .jq-selectbox.selectSmall .jq-selectbox__select {
    padding: 0 20px 0 0;
  }
}

.jq-selectbox.selectSmall .jq-selectbox__select-text {
  padding: 12px 20px;
}

@media screen and (max-width: 1200px) {
  .jq-selectbox.selectSmall .jq-selectbox__select-text {
    padding: 10px 0 10px 10px;
  }
}

.jq-selectbox.selectSmall .jq-selectbox__dropdown li {
  padding: 12px 20px;
}

@media screen and (max-width: 1200px) {
  .jq-selectbox.selectSmall .jq-selectbox__dropdown li {
    padding: 10px;
  }
}

.jq-selectbox.selectSmall .jq-selectbox__trigger {
  width: 40px;
}

@media screen and (max-width: 1200px) {
  .jq-selectbox.selectSmall .jq-selectbox__trigger {
    width: 20px;
  }
}

.jq-selectbox.selectSmall .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 100%;
}

.jq-selectbox.selectSmall
  .jq-selectbox__trigger
  .jq-selectbox__trigger-arrow
  svg {
  width: 15px;
  height: 6px;
}

@media screen and (max-width: 1200px) {
  .jq-selectbox.selectSmall
    .jq-selectbox__trigger
    .jq-selectbox__trigger-arrow
    svg {
    width: 10px;
    height: 4px;
  }
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4eb5e6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #ff9a19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Sanchez;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s,
    -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s,
    -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(96%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(96%);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(96%);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(96%);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(45%);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(45%);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: Sanchez;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px
    no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type="range"] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type="range"]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type="range"]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type="range"]:focus {
  outline: 0;
}

.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type="range"]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}

.datepicker--time-row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type="range"]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type="range"]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type="range"]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type="range"]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(49%);
  top: calc(51%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(51%);
  left: calc(49%);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

.datepicker--pointer {
  display: none;
}

.datepicker {
  background: #6bb2e8;
  border: none;
  color: #fff;
  border-radius: 0;
}

.datepicker div,
.datepicker i {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.datepicker--nav-action path {
  stroke: #fff;
}

.datepicker--nav-title i,
.datepicker--day-name {
  color: #fff;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  opacity: 0;
  visibility: hidden;
}

.datepicker--cell {
  border-radius: 5px;
  height: 34px;
}

.datepicker--cell.-current- {
  color: #000;
  background: #fff;
}

.datepicker--cell.-focus- {
  color: #000;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  color: #000;
}

.datepicker--nav-action:hover i,
.datepicker--nav-title:hover i {
  color: #000;
}

.datepicker--nav-action:hover path,
.datepicker--nav-title:hover path {
  stroke: #000;
}

.datepicker--cell-month,
.datepicker--cell-year {
  border-radius: 5px;
}

.datepicker--nav {
  border: none;
}

.datepicker-inline .datepicker {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 950px) {
  .datepicker-inline .datepicker {
    padding: 10px;
  }
}

@media screen and (max-width: 750px) {
  .datepicker-inline .datepicker {
    padding: 0;
  }
}

@media screen and (max-width: 750px) {
  .datepicker--nav-title {
    padding: 0;
  }
}

.dateLine {
  float: right;
  width: 35%;
}

@media screen and (max-width: 1200px) {
  .dateLine {
    width: 40%;
  }
}

@media screen and (max-width: 950px) {
  .dateLine {
    float: none;
    clear: both;
    width: auto;
  }
}

.sTabNav {
  padding: 0 0 30px 0;
  line-height: 170%;
}

@media screen and (max-width: 750px) {
  .sTabNav {
    padding: 0 0 20px 0;
  }
}

.sTabNav a {
  color: #5eb1e6;
  padding: 0 20px 0 0;
}

.sTabNav a:hover {
  color: #e93f5d;
}

.sTabNav a span {
  color: #000;
  opacity: 0.5;
}

.sTabNav a.current {
  color: #000;
}

.gray {
  color: #000;
  opacity: 0.5;
}

.sFilter {
  padding: 20px 0 0 0;
}

.card-area {
  cursor: pointer;
}

@media screen and (max-width: 950px) {
  .sFilter {
    margin-left: -5%;
  }
}

@media screen and (max-width: 500px) {
  .sFilter {
    margin-left: 0;
  }
}

.resItem {
  overflow: hidden;
  padding: 0 0 50px 0;
  display: block;
  color: #000;
}

.resItem:hover .h3 {
  color: #5eb1e6;
}

.resItem img {
  float: left;
  margin: 0 40px 0 0;
}

.resItem .resText {
  display: block;
  overflow: hidden;
}

.resItem .h3 {
  display: block;
  padding: 0 0 10px 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.resItem .date {
  display: block;
  padding: 0 0 20px 0;
  color: #000;
  opacity: 0.5;
}

.resItem .resDescr {
  display: block;
  line-height: 170%;
  opacity: 0.5;
}

.red {
  color: #e93f5d;
}

.inner-title {
  color: #145497;
  font-size: 28px;
  font-weight: bolder;
}

.container section {
  margin-top: 60px;
}

#searchform form {
  margin-top: 22px;
}

#searchform form input {
  width: 90%;
  padding: 18px;
  border: 1px solid #c7c3c3;
}

#searchform form button {
  padding: 18px;
  background-color: #145497;
  color: white;
}

@media (max-width: 750px) {
  #searchform {
    text-align: center;
  }

  #searchform form button {
    margin-top: 15px;
  }
}

.resItems h2 {
  padding: 20px 0 30px 0;
  font-size: 32px;
  line-height: normal;
}

.inner-conheca {
  color: white !important;
  margin-bottom: 50px !important;
  margin-left: 22px;
}

.col-conheca {
  padding: 0;
}

.curso-busca {
  padding: 20px 0px;
  cursor: pointer;
}

.curso-busca:hover {
  background-color: #f5f5f5;
}

.index-section {
  background: rgb(2, 0, 36);
  background: linear-gradient(
    174deg,
    rgba(2, 0, 36, 1) 0%,
    rgba(67, 107, 176, 1) 60%,
    rgba(9, 9, 121, 1) 100%
  );
  padding: 100px;
}

.card-zoom-content h2,
.card-zoom-content a h2 {
  color: white;
  font-size: 19px;
  font-weight: 700;
}

.title-search {
  font-style: italic;
}

.card-zoom {
  width: 300px;
  display: inline-block;
  margin: 1rem;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.card-zoom:hover,
.card-zoom.hover {
  transform: translateY(-40px);
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.3), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}

.card-zoom:hover \.card-zoom-content,
.card-zoom.hover \.card-zoom-content {
  box-shadow: inset 0 3px 0 0 #f28b3c;
  border-color: #f28b3c;
}

.card-zoom:hover .card-zoom-img .overlay,
.card-zoom.hover .card-zoom-img .overlay {
  background-color: rgba(25, 29, 38, 0.85);
  transition: opacity 0.2s ease;
  opacity: 1;
}

.card-zoom-img {
  position: relative;
  height: 224px;
  width: 100%;
  background-color: #fff;
  transition: opacity 0.2s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-zoom-img .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
}

.card-zoom-img .overlay .overlay-content {
  line-height: 224px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.card-zoom-img .overlay .overlay-content a {
  color: #fff;
  padding: 0 2rem;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-decoration: none;
}

.card-zoom-img .overlay .overlay-content a:hover,
.card-zoom-img .overlay .overlay-content a.hover {
  background: #f28b3c;
  border-color: #f28b3c;
}

.card-zoom-content {
  width: 100%;
  min-height: 104px;
  background-color: #145497;
  border-top: 1px solid #e9e9eb;
  padding: 1rem 2rem;
  transition: all 0.2s ease;
}

.card-zoom-content a {
  text-decoration: none;
  color: #202927;
}

.card-zoom-content p,
.card-zoom-content a p {
  font-size: 0.8rem;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(32, 41, 28, 0.8);
}

.card-zoom-content h2::after {
  background: #f28b3c !important;
}

.slick-prev {
  border: 2px solid #f28b3c;
  border-width: 2px 0 0 2px;
  left: 0;
}

.slick-next {
  border: 2px solid #f28b3c;
  border-width: 2px 0 0 2px;
  right: 0;
}

@media screen and (max-width: 750px) {
  .resItems h2 {
    font-size: 24px;
    line-height: normal;
  }
}

.tCenter {
  text-align: center;
}

.photoItems {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 25px -25px;
}

@media screen and (max-width: 1200px) {
  .photoItems {
    margin: 0 -15px 15px -15px;
  }
}

@media screen and (max-width: 500px) {
  .photoItems {
    margin: 0;
  }
}

.photoItems.js-photo-slider {
  display: block;
}

@media screen and (max-width: 1300px) {
  .photoItems.photoItems2 {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .photoItems.photoItems2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.photoItems.photoItems2 .slick-prev {
  left: -20px;
}

@media screen and (max-width: 1300px) {
  .photoItems.photoItems2 .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 750px) {
  .photoItems.photoItems2 .slick-prev {
    left: 0;
  }
}

.photoItems.photoItems2 .slick-next {
  right: -20px;
}

@media screen and (max-width: 1300px) {
  .photoItems.photoItems2 .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 750px) {
  .photoItems.photoItems2 .slick-next {
    right: 0;
  }
}

.photoItems.photoItems2 .photoItem {
  transition: none;
}

@media screen and (max-width: 500px) {
  .photoItems.photoItems2 .photoItem {
    padding: 0;
  }
}

.photoItems .photoItem {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
  padding: 25px;
  text-align: center;
  color: #000;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem {
    padding: 15px;
  }
}

@media screen and (max-width: 750px) {
  .photoItems .photoItem:nth-child(5),
  .photoItems .photoItem:nth-child(6) {
    display: none;
  }
}

@media screen and (max-width: 750px) and (min-width: 500px) {
  .photoItems .photoItem {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .photoItems .photoItem {
    width: 100%;
    padding: 0 0 30px 0;
  }
}

@media screen and (max-width: 950px) and (max-height: 750px) and (min-width: 500px) {
  .photoItems .photoItem {
    width: 50%;
  }

  .photoItems .photoItem:nth-child(5),
  .photoItems .photoItem:nth-child(6) {
    display: none;
  }
}

.photoItems .photoItem:hover {
  color: #5eb1e6;
}

.photoItems .photoItem:hover .photoPic img {
  transform: translateX(10px) translateY(10px) translateZ(0);
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem:hover .photoPic img {
    transform: translateX(5px) translateY(5px) translateZ(0);
  }
}

.photoItems .photoItem .photoPic {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem .photoPic {
    padding: 10px;
  }
}

.photoItems .photoItem .photoPic img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(0) translateY(0) translateZ(0);
}

.photoItems .photoItem .photoPic:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #133a5d;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem .photoPic:after {
    height: 70px;
  }
}

.photoItems .photoItem .photoCount {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  background: #5eb1e6;
  color: #fff;
  padding: 25px 5px 25px 25px;
  font-size: 30px;
  line-height: normal;
  height: 100px;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem .photoCount {
    height: 70px;
    padding: 15px 5px 20px 20px;
    font-size: 24px;
    line-height: 1;
  }
}

.photoItems .photoItem .photoCount:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 0;
  border-right: 60px solid transparent;
  border-bottom: 100px solid #5eb1e6;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem .photoCount:after {
    border-width: 0 50px 70px 0;
  }
}

.photoItems .photoItem .photoCount small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  padding: 5px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem .photoCount small {
    font-size: 8px;
  }
}

.photoItems .photoItem .photoName {
  display: block;
  font-size: 20px;
  line-height: normal;
  padding: 0 0 5px 0;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem .photoName {
    font-size: 18px;
  }
}

.photoItems .photoItem .photoDate {
  opacity: 0.5;
  font-size: 15px;
  line-height: normal;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .photoItems .photoItem .photoDate {
    font-size: 13px;
  }
}

.photoItems .photoItem__date {
  color: #b7b7b6;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.05px;
  text-align: left;
  margin: 12px 0 0 0;
}

@media screen and (max-width: 750px) {
  .photoItems .photoItem__date {
    font-size: 13px;
    letter-spacing: 0.91px;
    margin: 16px 0 10px;
  }
}

.photoItems .photoItem__desc {
  margin-top: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .photoItems .photoItem__desc {
    font-size: 13px;
    line-height: 25px;
  }
}

.bullIco {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  line-height: 1;
  font-size: 1px;
  overflow: hidden;
  background: #5eb1e6;
  transform: rotate(45deg);
  padding: 0;
}

.overflow {
  overflow: hidden;
  display: block;
}

.contItems {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
}

.contItems .user-content {
  font-size: 15px;
  line-height: 170%;
}

.contItems .user-content ul {
  padding: 0;
}

.contItems .user-content li,
.contItems .user-content p {
  padding-bottom: 10px;
}

.contItems > li {
  width: 100%;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 40px 40px 30px 40px;
}

@media screen and (max-width: 1200px) {
  .contItems > li {
    padding: 30px 30px 20px 30px;
  }
}

@media screen and (max-width: 950px) {
  .contItems > li {
    padding: 20px 20px 10px 20px;
  }
}

.contItems > li.contItemsMini {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .contItems > li.contItemsMini {
    width: 100%;
  }
}

.contItems h3 {
  font-size: 24px;
  padding: 0 0 20px 0;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .contItems h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 950px) {
  .contItems h3 {
    font-size: 18px;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .contItems h3 {
    font-size: 17px;
  }
}

.w50 {
  width: 50%;
  padding: 0 20px 0 0;
}

@media screen and (max-width: 500px) {
  .w50 {
    width: 100%;
    float: none;
    padding: 0;
  }
}

.w50.right {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 500px) {
  .w50.right {
    padding: 0;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.colLeft {
  float: left;
  width: 63%;
  padding: 0 0 40px 0;
}

@media screen and (max-width: 500px) {
  .colLeft {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
}

.colRight {
  float: right;
  width: 37%;
  padding: 0 0 40px 40px;
}

@media screen and (max-width: 950px) {
  .colRight {
    padding-left: 20px;
  }
}

@media screen and (max-width: 500px) {
  .colRight {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
}

.photosLabel {
  color: #5eb1e6;
  position: absolute;
  z-index: 5;
  left: 10px;
  bottom: 0;
  transform: rotate(-90deg);
  transform-origin: left bottom;
  font-size: 15px;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .photosLabel {
    left: 7px;
    font-size: 14px;
    line-height: 1;
  }
}

@media screen and (max-width: 950px) {
  .photosLabel {
    transform: rotate(0deg);
    left: 0;
    position: relative;
    padding: 5px 0 0 0;
    font-size: 12px;
    line-height: normal;
  }
}

html:lang(tt) .h1,
html:lang(tt) .h2,
html:lang(tt) .h3,
html:lang(tt) .h4,
html:lang(tt) .h5,
html:lang(tt) .h6,
html:lang(tt) h1,
html:lang(tt) h2,
html:lang(tt) h3,
html:lang(tt) h4,
html:lang(tt) h5,
html:lang(tt) h6,
html:lang(tt) .histItem dt,
html:lang(tt) .h3Bold,
html:lang(tt) .main-about-dotted-title,
html:lang(tt) .big-fact p,
html:lang(tt) .brand-mascots__img span,
html:lang(tt) .brand-info__text-preview p,
html:lang(tt) .newsPhotos .newsPhotosCount span,
html:lang(tt) .cityNav ul,
html:lang(tt) .read-next__title,
html:lang(tt) .crossLine,
html:lang(tt) .flagItems li.active h3,
html:lang(tt) .news-big-text .news-main__item-title,
html:lang(tt) .tatarstan-page .h3Blue,
html:lang(tt) h1.anons-inner__title,
html:lang(tt) .tatarstan-page .description-head {
  font-family: Sanchez;
  font-weight: bold;
}

html:lang(tt) .skills-list__item-title h3 {
  font-family: Sanchez;
  font-weight: normal;
}

.h50 {
  height: 50px;
}

@media screen and (max-width: 750px) {
  .h50 {
    height: 20px;
  }
}

.cardBlock {
  border: 1px solid #e0e0e0;
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  font-size: 15px;
  line-height: normal;
  overflow: hidden;
}

@media screen and (max-width: 500px) {
  .cardBlock {
    margin: 0 -20px;
    display: block;
    border-left: none;
  }
}

.cardBlock:after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #e0e0e0;
  display: none;
}

@media screen and (max-width: 950px) {
  .cardBlock:after {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .cardBlock:after {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .cardBlock {
    border-right: none;
  }
}

.cardBlock .cardNavCol {
  border-right: 1px solid #e0e0e0;
  position: relative;
  z-index: 1;
  order: 1;
  flex-grow: 1;
}

.cardTabsNav {
  padding: 20px;
  display: flex;
  height: 80px;
}

@media screen and (max-width: 1200px) {
  .cardTabsNav {
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
}

@media screen and (max-width: 950px) {
  .cardTabsNav {
    display: block;
    height: 90px;
  }
}

@media screen and (max-width: 500px) {
  .cardTabsNav {
    display: flex;
    height: 55px;
    padding: 10px 20px;
  }
}

.cardTabsNav a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #5eb1e6;
  color: #5eb1e6;
}

@media screen and (max-width: 1200px) {
  .cardTabsNav a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 950px) {
  .cardTabsNav a {
    width: 100%;
    height: 35px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 500px) {
  .cardTabsNav a {
    width: 50%;
  }
}

.cardTabsNav a.current,
.cardTabsNav a:hover {
  background: #5eb1e6;
  color: #fff;
}

.cardTabItems {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 80px;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .cardTabItems {
    top: 60px;
  }
}

@media screen and (max-width: 950px) {
  .cardTabItems {
    top: 90px;
  }
}

@media screen and (max-width: 500px) {
  .cardTabItems {
    top: 0;
    position: relative;
    height: 300px;
  }
}

.cardTabItems .cardTabItemsScroll {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.cardTabItems .cardTabItem {
  display: none;
  padding: 0 20px;
}

@media screen and (max-width: 1200px) {
  .cardTabItems .cardTabItem {
    padding: 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .cardTabItems .cardTabItem {
    padding: 0 20px;
  }
}

.cardTabItems .cardTabItem.current {
  display: block;
}

.cardTabItems .mCSB_container {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .cardTabItems .mCSB_scrollTools {
    width: 11px;
  }
}

@media screen and (max-width: 500px) {
  .cardTabItems .mCSB_scrollTools {
    width: 20px;
  }
}

.cardElItems {
  overflow: hidden;
  margin: 0 0 0 -20px;
}

@media screen and (max-width: 1200px) {
  .cardElItems {
    margin: 0 0 0 -10px;
  }
}

.cardElItems li {
  padding: 0 0 19px 20px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .cardElItems li {
    width: 100%;
    padding: 0 0 5px 10px;
  }
}

@media screen and (max-width: 500px) {
  .cardElItems li {
    width: 50%;
    padding-bottom: 10px;
  }
}

.cardElItems li a {
  display: block;
  border: 1px solid #e0e0e0;
}

.cardElItems li a.current,
.cardElItems li a:hover {
  border-color: #5eb1e6;
}

.cardElItems li a:active {
  border-color: #e93f5d;
}

.cardElItems li a img {
  display: block;
  width: 100%;
  height: auto;
  background: no-repeat center;
  background-size: 100% 100%;
}

.cardElItems.cardElItemsStickers {
  padding-top: 60px;
}

@media screen and (max-width: 1200px) {
  .cardElItems.cardElItemsStickers {
    padding-top: 45px;
  }
}

.cardElItems.cardElItemsStickers li a img {
  background-size: contain;
  transform: scale(0.9);
}

.cardCanvCol {
  width: 765px;
  position: relative;
  z-index: 1;
  order: 2;
  flex-grow: 0;
}

.cardCanvCol:after {
  content: "";
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  display: none;
}

@media screen and (max-width: 950px) {
  .cardCanvCol:after {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .cardCanvCol:after {
    display: none;
  }
}

.cardPanel {
  height: 47px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .cardPanel {
    font-size: 12px;
    line-height: normal;
    height: 40px;
  }
}

@media screen and (max-width: 500px) {
  .cardPanel {
    font-size: 11px;
  }
}

.cardPanel .cardPanelSubItems {
  background: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.cardPanel .cardPanelSubItems.current {
  opacity: 1;
  visibility: visible;
}

.cardPanel .cardPanelSubItems .panelBack {
  float: left;
  width: 45px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  color: transparent;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .cardPanel .cardPanelSubItems .panelBack {
    width: 25px;
    margin-right: 5px;
  }
}

.cardPanel .cardPanelSubItems .panelBack:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  border: 1px solid #5eb1e6;
  border-width: 0 0 2px 2px;
  transform: rotate(45deg);
  box-sizing: border-box;
  margin: -5px 0 0 0;
  transition: all 0.3s;
}

.cardPanel .cardPanelSubItems .panelBack:hover:before {
  border-color: #e93f5d;
}

.cardPanel .cardPanelSubItems .panelColors {
  display: inline-block;
  vertical-align: middle;
}

.cardPanel .cardPanelSubItems .panelColors a {
  display: inline-block;
  vertical-align: middle;
  padding: 4px;
  border: 1px solid transparent;
  border-radius: 50%;
}

.cardPanel .cardPanelSubItems .panelColors a.current,
.cardPanel .cardPanelSubItems .panelColors a:hover {
  border-color: #5eb1e6;
}

.cardPanel .cardPanelSubItems .panelColors a span {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-sizing: border-box;
}

.cardPanel .cardPanelSubItems .panelColors a span.colorBorder {
  border: 1px solid #b2b2b0;
}

.cardPanel.cardPanelFooter {
  height: 46px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 950px) {
  .cardPanel.cardPanelFooter {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.cardPanel.cardPanelFooter .social-sharing__list {
  margin: 0 -20px 0 auto;
  height: auto;
}

.cardPanel.cardPanelFooter .social-sharing__list a.cardIcoLink {
  height: auto;
  width: auto;
  padding: 15px;
  margin: -1px -1px 0 0;
}

@media screen and (max-width: 950px) {
  .cardPanel.cardPanelFooter .social-sharing__list a.cardIcoLink {
    padding: 14px;
    margin: 1px 1px 0 0;
  }
}

@media screen and (max-width: 750px) {
  .cardPanel.cardPanelFooter .social-sharing__list a.cardIcoLink {
    padding: 15px;
  }
}

@media screen and (max-width: 500px) {
  .cardPanel.cardPanelFooter .social-sharing__list a.cardIcoLink {
    padding: 13px;
  }
}

.cardPanel.cardPanelFooter2 {
  border: 1px solid #e0e0e0;
  height: 50px;
}

@media screen and (max-width: 750px) {
  .cardPanel.cardPanelFooter2 {
    height: 45px;
  }
}

@media screen and (max-width: 500px) {
  .cardPanel.cardPanelFooter2 {
    height: auto;
    border: none;
  }
}

.cardPanel.cardPanelFooter2 .social-sharing__list {
  float: right;
  margin: -1px -21px 0 0;
}

@media screen and (max-width: 500px) {
  .cardPanel.cardPanelFooter2 .social-sharing__list {
    float: none;
  }
}

@media screen and (max-width: 750px) {
  .cardPanel.cardPanelFooter2 .social-sharing__list a {
    width: 40px;
    height: 45px;
  }
}

.cartTextBtn {
  width: 29px;
  height: 25px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  color: #575656;
  font-size: 12px;
  line-height: 23px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 500px) {
  .cartTextBtn {
    width: 27px;
  }
}

.cartTextBtn:hover,
.cartTextBtn.current {
  border-color: #5eb1e6;
  color: #5eb1e6;
  z-index: 2;
}

.cartTextBtn.cartTextBtnRed {
  position: absolute;
  z-index: 10;
  right: 4px;
  top: 4px;
  background: #e93f5d;
  border: 2px solid #fff;
  opacity: 0;
  visibility: hidden;
}

.cartTextBtn.cartTextBtnRed svg .st0 {
  fill: #fff;
}

.cartTextBtn.cartTextBtnRed:hover {
  background: #fff;
  border-color: #e93f5d;
}

.cartTextBtn.cartTextBtnRed:hover svg .st0 {
  fill: #e93f5d;
}

.cartTextBtn svg {
  vertical-align: top;
  margin-top: 5px;
}

.cartTextBtn svg .st0 {
  fill: #575656;
  transition: all 0.3s;
}

.cartTextBtn.minus,
.cartTextBtn.plus {
  color: transparent;
}

.cartTextBtn.minus:before,
.cartTextBtn.plus:before,
.cartTextBtn.minus:after,
.cartTextBtn.plus:after {
  content: "";
  width: 9px;
  height: 1px;
  background: #575656;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  margin: 11px 0 0 8px;
  transition: all 0.3s;
}

.cartTextBtn.minus:after,
.cartTextBtn.plus:after {
  display: none;
}

.cartTextBtn.minus.plus:after,
.cartTextBtn.plus.plus:after {
  width: 1px;
  height: 9px;
  display: block;
  margin: 7px 0 0 12px;
}

.cartTextBtn.minus:hover:before,
.cartTextBtn.plus:hover:before,
.cartTextBtn.minus.current:before,
.cartTextBtn.plus.current:before,
.cartTextBtn.minus:hover:after,
.cartTextBtn.plus:hover:after,
.cartTextBtn.minus.current:after,
.cartTextBtn.plus.current:after {
  background: #5eb1e6;
}

.cartTextBtn strong {
  font-weight: bold;
  font-family: Sanchez;
}

.cartTextBtn em {
  font-style: italic;
  font-family: Sanchez;
}

.cartTextBtn.cartTextBtnAlign {
  padding: 6px 7px 0 7px;
}

.cartTextBtn.cartTextBtnAlign span {
  display: block;
  height: 1px;
  width: 100%;
  background: #95989a;
  margin: 0 auto 2px auto;
  transition: all 0.3s;
}

.cartTextBtn.cartTextBtnAlign span:nth-child(2n) {
  width: 65%;
}

.cartTextBtn.cartTextBtnAlign:hover span,
.cartTextBtn.cartTextBtnAlign.current span {
  background: #5eb1e6;
}

.cartTextBtn.cartTextBtnAlign.cartTextBtnAlignLeft span {
  float: left;
}

.cartTextBtn.cartTextBtnAlign.cartTextBtnAlignRight span {
  float: right;
}

span.cartTextBtn {
  pointer-events: none;
}

.cartTextBtnGroup {
  padding: 0 5px 0 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 500px) {
  .cartTextBtnGroup {
    padding: 0 5px;
  }
}

.cartTextBtnGroup .cartTextBtn {
  margin-right: -1px;
  float: left;
}

.cardIcoLink {
  display: inline-block;
  color: #000;
  padding: 15px 0;
  white-space: nowrap;
}

@media screen and (max-width: 500px) {
  .cardIcoLink {
    padding: 13px 0;
  }
}

.cardIcoLink:hover {
  color: #5eb1e6;
}

.cardIcoLink img {
  vertical-align: middle;
  margin: -4px 10px 0 0;
}

@media screen and (max-width: 750px) {
  .cardIcoLink img {
    margin-right: 5px;
  }
}

@media screen and (max-width: 500px) {
  .cardIcoLink img {
    margin-right: 0;
    transform: scale(0.7);
  }
}

.cardPanelItem {
  display: inline-block;
  vertical-align: middle;
  margin: 0 27px 0 0;
}

@media screen and (max-width: 750px) {
  .cardPanelItem {
    margin: 0 15px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .cardPanelItem {
    margin: 0 10px 0 0;
  }
}

.cardCanvas {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  width: 765px;
  height: 487px;
  overflow: hidden;
  background: #fff no-repeat center;
  background-size: cover;
  transform-origin: 0 0;
}

.cardCanvas .cardCanvasBg {
  display: block;
  width: 100%;
  height: auto;
}

.cardCanvasItems {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cardCanvasItems li {
  padding: 0;
  position: absolute;
  z-index: 1;
}

.cardCanvasItems li.cardCanvasItemBorder {
  width: 100%;
  height: 100%;
}

.cardCanvasItems li.cardCanvasItemBorder img {
  display: block;
  width: 100%;
  height: 100%;
}

.cardCanvasItems li.cardCanvasItemSticker,
.cardCanvasItems li.cardCanvasItemStickerBg {
  position: absolute;
  z-index: 2;
  cursor: move;
  left: 250px;
  top: 100px;
  transition: outline 0.1s;
  outline: 1px dashed transparent;
}

.cardCanvasItems li.cardCanvasItemSticker img,
.cardCanvasItems li.cardCanvasItemStickerBg img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
  opacity: 0;
}

.cardCanvasItems li.cardCanvasItemSticker.hover,
.cardCanvasItems li.cardCanvasItemStickerBg.hover {
  outline: 1px dashed #999;
}

.cardCanvasItems li.cardCanvasItemSticker.hover .ui-rotatable-handle,
.cardCanvasItems li.cardCanvasItemStickerBg.hover .ui-rotatable-handle,
.cardCanvasItems li.cardCanvasItemSticker.hover .ui-resizable-handle,
.cardCanvasItems li.cardCanvasItemStickerBg.hover .ui-resizable-handle,
.cardCanvasItems li.cardCanvasItemSticker.hover .cartTextBtn.cartTextBtnRed,
.cardCanvasItems li.cardCanvasItemStickerBg.hover .cartTextBtn.cartTextBtnRed,
.cardCanvasItems li.cardCanvasItemSticker.hover .ui-move-ico,
.cardCanvasItems li.cardCanvasItemStickerBg.hover .ui-move-ico {
  opacity: 1;
  visibility: visible;
}

.cardCanvasItems li.cardCanvasItemStickerBg {
  z-index: -1;
}

.cardCanvasItems li.cardCanvasItemStickerBg img {
  opacity: 1;
}

.cardCanvasItems li.cardCanvasItemText {
  position: absolute;
  z-index: 2;
  cursor: move;
  left: 250px;
  top: 100px;
  transition: outline 0.1s;
  outline: 1px dashed transparent;
  font-family: Sanchez;
  font-size: 50px;
  backface-visibility: hidden;
}

.cardCanvasItems li.cardCanvasItemText .textEditable {
  outline: none;
  padding: 30px;
  line-height: normal;
  text-shadow: 0 3px 0 #fff, 0 -3px 0 #fff, 3px 0 0 #fff, -3px 0 0 #fff,
    3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff;
}

.cardCanvasItems li.cardCanvasItemText.hover {
  outline: 1px dashed #999;
}

.cardCanvasItems li.cardCanvasItemText.hover .ui-rotatable-handle,
.cardCanvasItems li.cardCanvasItemText.hover .ui-resizable-handle,
.cardCanvasItems li.cardCanvasItemText.hover .cartTextBtn.cartTextBtnRed,
.cardCanvasItems li.cardCanvasItemText.hover .ui-move-ico {
  opacity: 1;
  visibility: visible;
}

.cardCanvasItems li.cardCanvasItemText .textEditableMask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

.cardDel .st0 {
  fill: #575656;
}

.ui-resizable-handle,
.ui-rotatable-handle,
.ui-move-ico {
  position: absolute;
  z-index: 10;
  background: url(../img/card/resize.svg) no-repeat center;
  width: 40px;
  height: 40px;
  right: -5px;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s;
  cursor: pointer;
}

.ui-resizable-handle:after,
.ui-rotatable-handle:after,
.ui-move-ico:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/card/resize-hover.svg) no-repeat center;
  transition: 0.1s opacity;
  opacity: 0;
}

.ui-resizable-handle:hover:after,
.ui-rotatable-handle:hover:after,
.ui-move-ico:hover:after {
  opacity: 1;
}

.ui-resizable-handle.ui-resizable-e,
.ui-rotatable-handle.ui-resizable-e,
.ui-move-ico.ui-resizable-e,
.ui-resizable-handle.ui-resizable-s,
.ui-rotatable-handle.ui-resizable-s,
.ui-move-ico.ui-resizable-s {
  display: none !important;
}

.ui-rotatable-handle {
  left: -5px;
  top: -5px;
  right: auto;
  bottom: auto;
  background-image: url(../img/card/rotate.svg);
}

.ui-rotatable-handle:after {
  background-image: url(../img/card/rotate-hover.svg);
}

.ui-move-ico {
  right: auto;
  left: -3px;
  bottom: -3px;
  background-image: url(../img/card/move.svg);
  display: none;
}

.ui-move-ico:after {
  background-image: url(../img/card/move-hover.svg);
}

.modal {
  display: none;
  text-align: center;
}

.modal .btn {
  outline: none;
}

.cardPhotoBlock {
  width: 2000px;
  height: 1050px;
  background: no-repeat center center;
  background-size: contain;
  cursor: pointer;
  transform-origin: 0 0;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}

.cardPhotoBlock .cardPhotoBg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .photoContainer {
    margin: 0 -20px;
    overflow: hidden;
  }
}

.cardPhotoBlockCont {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.cardPhotoBlockCont.photoAdded {
  cursor: auto;
}

.cardPhotoBlockCont.photoAdded .cardPhotoBlank {
  opacity: 0;
}

.cardPhotoBlockCont .cardPhotoBlank {
  display: block;
  width: 100%;
  height: 100%;
}

.cardPhotoBlockCont .ui-resizable-handle,
.cardPhotoBlockCont .ui-rotatable-handle,
.cardPhotoBlockCont .ui-move-ico,
.cardPhotoBlockCont .cartTextBtn.cartTextBtnRed {
  transform: scale(2);
}

.cardPhotoBlockCont .cartTextBtn.cartTextBtnRed {
  transform-origin: right top;
  right: 15px;
  top: 15px;
}

.cardPhotoBlockCont .ui-rotatable-handle {
  transform-origin: left top;
  left: 0;
  top: 0;
}

.cardPhotoBlockCont .ui-resizable-se {
  transform-origin: right bottom;
  right: 0;
  bottom: 0;
}

.cardPhotoBlockCont .cardCanvasItems li.cardCanvasItemSticker,
.cardPhotoBlockCont .cardCanvasItems li.cardCanvasItemStickerBg {
  left: 770px;
}

#modalphoto {
  max-width: 500px;
  width: 100%;
}

#modalphoto img {
  display: block;
  width: 100%;
  height: auto;
}

.cropBlock {
  margin: 0 0 20px 0;
}

.rcrop-wrapper {
  position: relative;
  display: inline-block;
  max-width: inherit;
}

.rcrop-wrapper img {
  display: block;
}

.rcrop-wrapper .rcrop-croparea {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.rcrop-wrapper .rcrop-croparea .rcrop-croparea-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e93f5d;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.rcrop-wrapper .rcrop-outer-wrapper {
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rcrop-wrapper .rcrop-outer {
  background: #fff;
  position: absolute;
}

.rcrop-wrapper .rcrop-outer.rcrop-outer-left {
  height: 100%;
  left: 0;
  top: 0;
}

.rcrop-wrapper .rcrop-outer.rcrop-outer-right {
  height: 100%;
  right: 0;
  top: 0;
}

.rcrop-wrapper .rcrop-outer.rcrop-outer-top {
  top: 0;
  width: 100%;
}

.rcrop-wrapper .rcrop-outer.rcrop-outer-bottom {
  bottom: 0;
  width: 100%;
}

.rcrop-wrapper .rcrop-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rcrop-wrapper .rcrop-grid-line {
  position: absolute;
}

.rcrop-wrapper .rcrop-grid-line:nth-child(1) {
  width: 100%;
  height: 33%;
  top: 33%;
  left: 0;
  border-top: 1px dashed #e93f5d;
  border-bottom: 1px dashed #e93f5d;
}

.rcrop-wrapper .rcrop-grid-line:nth-child(2) {
  height: 100%;
  width: 33%;
  left: 33%;
  top: 0;
  border-left: 1px dashed #e93f5d;
  border-right: 1px dashed #e93f5d;
}

.rcrop-wrapper .rcrop-handler-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-border,
.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-corner {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 1px solid #000;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-left {
  top: -3px;
  left: -3px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top-right {
  top: -3px;
  right: -3px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-left {
  bottom: -3px;
  left: -3px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom-right {
  bottom: -3px;
  right: -3px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-top {
  top: -3px;
  left: 50%;
  margin-left: -3px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-right {
  right: -3px;
  top: 50%;
  margin-top: -3px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-bottom {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
}

.rcrop-wrapper .rcrop-handler-wrapper .rcrop-handler-left {
  left: -3px;
  top: 50%;
  margin-top: -3px;
}

.rcrop-wrapper .clayfy-touch-device .rcrop-handler-bottom-right {
  display: none;
  width: 18px;
  height: 18px;
  bottom: -5px;
  right: -5px;
}

.clayfy-box:not(.clayfy-not-move) {
  cursor: move;
}

.clayfy-ghost {
  z-index: 1000;
}

.clayfy-ghost-opacity {
  opacity: 0.5;
}

.clayfy-handler {
  z-index: 1001;
}

.clayfy-handler.clayfy-top {
  cursor: n-resize;
}

.clayfy-handler.clayfy-top.left {
  cursor: nw-resize;
}

.clayfy-handler.clayfy-top.right {
  cursor: ne-resize;
}

.clayfy-handler.clayfy-bottom {
  cursor: n-resize;
}

.clayfy-handler.clayfy-bottom.left {
  cursor: sw-resize;
}

.clayfy-handler.clayfy-bottom.right {
  cursor: se-resize;
}

.clayfy-handler.clayfy-left,
.clayfy-handler.clayfy-right {
  cursor: w-resize;
}

.clayfy-handler.clayfy-touch-device {
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
}

.clayfy-sort-droparea {
  border: 2px solid #ccc;
}

.flagItems {
  display: flex;
  flex-wrap: nowrap;
  height: 240px;
}

@media screen and (max-width: 750px) {
  .flagItems {
    margin-top: 20px;
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .flagItems {
    display: block;
    border-top: none;
    border-left: 1px solid #b2b2b0;
    margin-left: 10px;
    height: auto;
  }
}

.flagItems li {
  position: relative;
  z-index: 1;
  flex: 1;
  max-width: 14.285%;
  height: 120px;
}

@media screen and (max-width: 750px) {
  .flagItems li {
    height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .flagItems li {
    padding: 0 0 30px 0;
    max-width: 100%;
  }
}

.flagItems li:before,
.flagItems li:after {
  content: "";
  background: #fff;
  border: 1px solid #b2b2b0;
  position: absolute;
  z-index: 2;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-left: -6px;
}

@media screen and (max-width: 500px) {
  .flagItems li:before,
  .flagItems li:after {
    left: -1px;
  }
}

.flagItems li:after {
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-left: -9px;
  opacity: 0;
  border-color: #5eb1e6;
}

@media screen and (min-width: 501px) {
  .flagItems li:nth-child(2n + 1) {
    padding: 30px 0 0 0;
    align-self: flex-end;
  }

  .flagItems li:nth-child(2n + 1):after,
  .flagItems li:nth-child(2n + 1):before {
    top: -7px;
  }

  .flagItems li:nth-child(2n + 1) .flagItem:before {
    top: 0;
  }

  .flagItems li:nth-child(2n) {
    padding: 0 0 30px 0;
    align-items: flex-end;
    align-content: center;
    display: flex;
    justify-content: center;
  }

  .flagItems li:nth-child(2n):after,
  .flagItems li:nth-child(2n):before {
    bottom: -7px;
  }

  .flagItems li:nth-child(2n) .flagItem:before {
    bottom: -1px;
  }
}

@media screen and (min-width: 501px) {
  .flagItems li.active:nth-child(2n):after {
    bottom: -10px !important;
  }
}

@media screen and (max-width: 500px) {
  .flagItems li.active:nth-child(2n):after {
    top: -3px;
  }
}

@media screen and (min-width: 501px) {
  .flagItems li.active:nth-child(2n + 1):after {
    top: -10px !important;
  }
}

@media screen and (max-width: 500px) {
  .flagItems li.active:nth-child(2n + 1):after {
    top: -3px;
  }
}

.flagItems li.current {
  z-index: 3;
}

.flagItems li.current:before {
  background: #5eb1e6;
  border-color: #5eb1e6;
}

.flagItems li.current .flagItem:before,
.flagItems li.current .flagItem:after {
  opacity: 1;
  background: #5eb1e6;
}

.flagItems li.active {
  z-index: 2;
}

.flagItems li.active:after {
  opacity: 1;
}

.flagItems li.active:before {
  border-color: #5eb1e6;
}

@media screen and (min-width: 501px) {
  .flagItems li.active:before {
    left: calc(49.8%);
  }
}

@media screen and (max-width: 500px) {
  .flagItems li.active:before {
    left: -1.2px;
  }
}

@media screen and (min-width: 501px) {
  .flagItems li.active .flagItem {
    width: 200%;
    margin: 0 -50% 0 -50%;
  }
}

.flagItems li.active .flagItem:after {
  opacity: 1;
}

.flagItems li.active h3 {
  color: #5eb1e6;
  font-family: Sanchez;
  font-size: 20px;
  margin-top: -6px;
}

@media screen and (max-width: 750px) {
  .flagItems li.active h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .flagItems li.active h3 {
    margin-top: 0;
    top: -10px;
  }
}

.flagItems li h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  padding: 0 0 10px 0;
  transition: all 0.3s;
}

@media screen and (max-width: 750px) {
  .flagItems li h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .flagItems li h3 {
    padding: 0;
    position: relative;
    z-index: 1;
    top: -8px;
  }
}

.flagItems li small {
  display: block;
  color: #95989a;
  font-size: 14px;
}

@media screen and (max-width: 750px) {
  .flagItems li small {
    font-size: 12px;
  }
}

.flagItems li .flagItem {
  text-align: center;
  padding: 0;
  width: 180%;
  margin: 0 -40% 0 -40%;
  display: block;
}

@media screen and (max-width: 500px) {
  .flagItems li .flagItem {
    text-align: left;
    padding: 0 0 0 30px;
    width: 100%;
    margin: 0;
  }
}

.flagItems li .flagItem:before,
.flagItems li .flagItem:after {
  content: "";
  z-index: 1;
  right: 50%;
  width: 100%;
  background: #5eb1e6;
  height: 1px;
}

@media screen and (max-width: 500px) {
  .flagItems li .flagItem:before,
  .flagItems li .flagItem:after {
    height: 100%;
    width: 1px;
    left: -1px;
    bottom: 100%;
    top: auto;
    right: auto;
  }
}

.flagItems li .flagItem:after {
  position: absolute;
  left: auto;
  right: 50%;
  display: none;
}

.flagItems li .flagItem:before {
  background-color: #b2b2b0;
  position: absolute;
}

@media screen and (max-width: 500px) {
  .flagItems li .flagItem:before {
    position: relative;
  }
}

.flagItems li a.flagItem:hover h3 {
  color: #5eb1e6;
}

.flagItems li:first-child .flagItem:before {
  opacity: 1;
  background: #fff;
}

@media screen and (max-width: 500px) {
  .flagItems li:first-child .flagItem:before {
    display: none;
  }
}

.flagItems li:nth-child(1) {
  z-index: 100;
}

.flagItems li:nth-child(2) {
  z-index: 99;
}

.flagItems li:nth-child(3) {
  z-index: 98;
}

.flagItems li:nth-child(4) {
  z-index: 97;
}

.flagItems li:nth-child(5) {
  z-index: 96;
}

.flagItems li:nth-child(6) {
  z-index: 95;
}

.flagItems li:nth-child(7) {
  z-index: 4;
}

.cardCanvasDel.active {
  opacity: 1;
  visibility: visible;
}

.flagText {
  margin: -150px 0 0 0;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1400px) {
  .flagText {
    margin: -100px 0 0 0;
  }
}

@media screen and (max-width: 1200px) {
  .flagText {
    margin: -50px 0 0 0;
  }
}

@media screen and (max-width: 750px) {
  .flagText {
    margin: -20px 0 0 0;
  }
}

.flagText .white_info {
  min-height: 150px;
  box-sizing: border-box;
}

@media screen and (max-width: 1400px) {
  .flagText .white_info {
    min-height: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .flagText .white_info {
    min-height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .flagText .white_info {
    min-height: 0;
  }
}

html:lang(tt) .flagItems li h3 {
  font-weight: bold;
}

.selectSmallFixed {
  padding: 0 20px;
  display: none;
}

@media screen and (max-width: 1200px) {
  .selectSmallFixed {
    padding: 0 10px;
  }
}

@media screen and (max-width: 500px) {
  .selectSmallFixed {
    padding: 0 20px;
  }
}

.museum-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.museum-list .museum-item {
  width: 30%;
  padding: 0 0 60px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .museum-list .museum-item {
    width: 32%;
    padding: 0 0 40px 0;
  }
}

@media screen and (max-width: 750px) {
  .museum-list .museum-item {
    width: 48%;
  }
}

@media screen and (max-width: 500px) {
  .museum-list .museum-item {
    width: 100%;
  }
}

.museum-list .museum-item a {
  display: block;
  border: none;
  text-align: center;
  color: #000;
}

.museum-list .museum-item a:hover {
  color: #5eb1e6;
}

.museum-list .museum-item a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}

.museum-list .museum-item a span {
  font-size: 20px;
  line-height: normal;
  display: block;
  padding: 0 0 5px 0;
}

@media screen and (max-width: 1200px) {
  .museum-list .museum-item a span {
    font-size: 18px;
  }
}

.museum-list .museum-item a small {
  display: block;
  font-size: 15px;
  line-height: normal;
  opacity: 0.5;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .museum-list .museum-item a small {
    font-size: 13px;
  }
}

.caption-album-2 {
  width: 100%;
  color: #000;
  font-size: 24px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .caption-album-2 {
    font-size: 18px;
    line-height: normal;
  }
}

.caption-date-2 {
  display: block;
  color: #b2b2b0;
  padding: 15px 0;
  font-size: 14px;
  line-height: normal;
}

@media screen and (max-width: 1200px) {
  .caption-date-2 {
    font-size: 12px;
    line-height: normal;
    padding: 5px 0 20px 0;
  }
}

.caption-descr-2 {
  font-size: 13px;
  line-height: 170%;
  padding: 20px 0;
  color: #575656;
}

@media screen and (max-width: 1200px) {
  .caption-descr-2 {
    padding: 0 0 20px 0;
    font-size: 12px;
    line-height: 170%;
  }
}

.fancybox-caption .btn {
  width: 100%;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1200px) {
  .fancybox-caption .btn {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 950px) {
  .fancybox-caption .btn {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-caption .btn {
    font-size: 12px;
    line-height: 1.2;
    padding: 10px;
  }
}

.caption-links {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 20px;
  right: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .caption-links {
    bottom: 0;
    left: 20px;
  }
}

@media screen and (max-width: 950px) {
  .caption-links {
    right: 20px;
  }
}

@media screen and (max-width: 750px) {
  .caption-links {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
  }
}

.caption-links p {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 750px) {
  .caption-links p {
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-inner-museum .fancybox-caption-wrap {
    display: block;
    z-index: 10;
    overflow: auto;
    height: 100%;
    pointer-events: all;
  }
}

@media screen and (max-width: 500px) {
  .fancybox-inner-museum .fancybox-caption-wrap {
    top: 0;
    width: 100%;
    height: 60%;
    position: relative;
    box-shadow: 0 500px 0 500px #fff;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-inner-museum .fancybox-caption-wrap .fancybox-caption {
    display: block;
    overflow: auto;
    padding: 45px 15px 5px 15px;
  }
}

@media screen and (max-width: 500px) {
  .fancybox-inner-museum .fancybox-caption-wrap .fancybox-caption {
    padding-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .fancybox-inner-museum .fancybox-stage {
    right: 200px;
  }
}

@media screen and (max-width: 500px) {
  .fancybox-inner-museum .fancybox-stage {
    right: 0;
    height: 40%;
    position: relative;
  }
}

.caption {
  padding-bottom: 60px;
}

@media screen and (max-width: 950px) {
  .caption {
    padding-bottom: 20px;
  }
}

.caption .h3,
.caption h3 {
  padding-bottom: 10px;
}

.modal-museum {
  box-sizing: border-box;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
}

.modal-museum .wrapper {
  padding: 5% 5% 0 5%;
}

.m-pic {
  float: left;
  margin: -5% 5% 5% -5%;
  width: 55%;
  height: auto;
}

@media screen and (max-width: 500px) {
  .m-pic {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
  }
}

.m-text {
  overflow: hidden;
  padding: 0 0 5% 0;
}

@media screen and (max-width: 500px) {
  .m-text {
    padding: 0 0 20px 0;
  }
}

.paramSec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.paramSec .paramItem {
  width: 48%;
}

@media screen and (max-width: 950px) {
  .paramSec .paramItem {
    width: 100%;
  }
}

.paramItem {
  overflow: hidden;
  padding: 0 0 20px 20px;
  display: flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .paramItem {
    font-size: 14px;
    line-height: 150%;
    padding: 0 0 15px 0;
  }
}

.paramItem:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #5eb1e6;
}

@media screen and (max-width: 750px) {
  .paramItem:before {
    display: none;
  }
}

.paramItem dt {
  position: relative;
  z-index: 1;
  padding: 0 15px 0 0;
}

.paramItem dt span {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 0 5px 0 0;
}

.paramItem dt:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 5px;
  left: 0;
  width: 1500px;
  border-top: 1px dotted #000;
  opacity: 0.2;
}

.paramItem dd {
  min-width: 120px;
  position: relative;
  z-index: 5;
  background: #fff;
  padding: 0 0 0 5px;
}

@media screen and (max-width: 750px) {
  .paramItem dd {
    min-width: 80px;
  }
}

.artItem {
  overflow: hidden;
}

.artItem .artPic {
  float: left;
  width: 48%;
  margin: 0 4% 4% 0;
  height: auto;
}

@media screen and (max-width: 500px) {
  .artItem .artPic {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }
}

.artItem .artText {
  overflow: hidden;
  padding: 20px 0 4% 0;
}

@media screen and (max-width: 950px) {
  .artItem .artText {
    padding-top: 0;
  }
}

.artItem:nth-child(2n) .artPic {
  float: right;
  margin: 0 0 4% 4%;
}

@media screen and (max-width: 500px) {
  .artItem:nth-child(2n) .artPic {
    float: none;
    margin: 0 0 15px 0;
  }
}

.fancybox-enabled .modal-museum .fancybox-close-small {
  right: 17px;
}

.contCol {
  max-width: 700px;
}

@media screen and (max-width: 1200px) {
  .contCol {
    max-width: none;
  }
}

.fCityItems {
  column-count: 3;
  column-gap: 50px;
}

@media screen and (max-width: 750px) {
  .fCityItems {
    column-gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .fCityItems {
    column-count: 2;
  }
}

.fCityItems li {
  position: relative;
  z-index: 1;
}

.fCityItems li.last .fCityItem {
  opacity: 0.2;
}

.fCityItems li.last .fCityItem:hover {
  opacity: 1;
}

.fCityItems li.active .fCityPic:before {
  display: block;
}

.fCityItem {
  overflow: hidden;
  font-size: 21px;
  line-height: normal;
  display: block;
  color: #000;
  padding: 0 0 30px 25px;
  page-break-inside: avoid;
  break-inside: avoid;
}

@media screen and (max-width: 750px) {
  .fCityItem {
    font-size: 15px;
    padding: 0 0 20px 10px;
  }
}

.fCityItem .fCityPic {
  float: left;
  position: relative;
  z-index: 1;
  min-height: 30px;
}

@media screen and (max-width: 750px) {
  .fCityItem .fCityPic {
    min-height: 15px;
  }
}

.fCityItem .fCityPic img {
  display: block;
  width: 30px;
  height: auto;
  margin: 3px 25px 0 0;
}

@media screen and (max-width: 750px) {
  .fCityItem .fCityPic img {
    width: 20px;
    margin: 2px 10px 0 0;
  }
}

.fCityItem .fCityPic:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: -25px;
  top: 40%;
  width: 10px;
  height: 10px;
  background: #5eb1e6;
  border-radius: 50%;
  transform: translateY(-50%);
  display: none;
}

@media screen and (max-width: 750px) {
  .fCityItem .fCityPic:before {
    width: 5px;
    height: 5px;
    left: -10px;
    top: 50%;
  }
}

.fCityItem .overflow {
  display: block;
  overflow: hidden;
}

.fCityItem .overflow small {
  display: block;
  font-size: 10px;
  line-height: 150%;
  color: #000;
  opacity: 0.5;
  padding: 3px 0 5px 0;
}

.fCityItem .overflow .fCityName {
  display: block;
  font-size: 15px;
  line-height: normal;
  color: #000;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 750px) {
  .fCityItem .overflow .fCityName {
    font-size: 10px;
  }
}

.fCityItem:hover {
  color: #5eb1e6;
}

.fCityItem:hover .overflow .fCityName {
  opacity: 0.5;
}

.flagNav {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .flagNav {
    font-size: 14px;
    line-height: normal;
  }
}

.flagNav a {
  color: #5eb1e6;
  display: inline-block;
  padding: 5px 0;
}

.flagNav a svg {
  vertical-align: middle;
  transform: rotate(90deg);
  margin: 0 10px 0 0;
}

@media screen and (max-width: 750px) {
  .flagNav a svg {
    margin: 0 5px 0 0;
    width: 15px;
    height: auto;
  }
}

.flagNav a svg path {
  fill: #5eb1e6;
  transition: all 0.3s;
}

.flagNav a:hover {
  color: #000;
}

.flagNav a:hover svg path {
  fill: #000;
}

.flagNav a:last-child svg {
  transform: rotate(-90deg);
  margin: 0 0 0 10px;
}

@media screen and (max-width: 750px) {
  .flagNav a:last-child svg {
    margin: 0 0 0 5px;
  }
}

.breads {
  color: #000;
}

@media screen and (max-width: 750px) {
  .breads {
    font-size: 12px;
    line-height: 150%;
    padding-right: 20px;
  }
}

.breads a {
  color: #5eb1e6;
}

.breads a:hover {
  color: #e93f5d;
}

.flag-slider-sec {
  overflow: hidden;
  width: 100%;
}

.flag-b-items {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .flag-b-items {
    padding: 0 50px;
  }
}

@media screen and (max-width: 750px) {
  .flag-b-items {
    padding: 0;
  }
}

.flag-b-items .flag-b-item {
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #b6243c url(../img/flag-bg-1.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  height: 310px;
  padding: 50px 80px 0 80px;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .flag-b-items .flag-b-item {
    padding: 50px 50px 0 50px;
    height: 250px;
  }
}

@media screen and (max-width: 750px) {
  .flag-b-items .flag-b-item {
    padding: 20px 30px 0 30px;
    height: 150px;
  }
}

@media screen and (max-width: 500px) {
  .flag-b-items .flag-b-item {
    padding: 20px 20px 0 20px;
  }
}

.flag-b-items .flag-b-item.flag-bg-1 {
  background-color: #b6243c;
  background-image: url(../img/flag-bg-1.png);
}

.flag-b-items .flag-b-item.flag-bg-2 {
  background-color: #0d4361;
  background-image: url(../img/flag-bg-2.png);
}

.flag-b-items .flag-b-item.flag-bg-3 {
  background-color: #0d4361;
  background-image: url(../img/flag-bg-3.png);
}

.flag-b-items .flag-b-item.flag-bg-4 {
  background-color: #b6243c;
  background-image: url(../img/flag-bg-4.png);
}

.flag-b-items .flag-b-item .h2 {
  font-size: 60px;
  line-height: normal;
  padding: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .flag-b-items .flag-b-item .h2 {
    font-size: 40px;
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 750px) {
  .flag-b-items .flag-b-item .h2 {
    font-size: 30px;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .flag-b-items .flag-b-item .h2 {
    font-size: 24px;
  }
}

.flag-b-items .flag-b-item p {
  font-size: 26px;
  line-height: 150%;
}

@media screen and (max-width: 1200px) {
  .flag-b-items .flag-b-item p {
    font-size: 20px;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .flag-b-items .flag-b-item p {
    font-size: 16px;
    line-height: 150%;
  }
}

@media screen and (max-width: 500px) {
  .flag-b-items .flag-b-item p {
    font-size: 14px;
    line-height: 150%;
  }
}

.flag-b-items .slick-prev {
  margin-left: -60px;
}

@media screen and (max-width: 1200px) {
  .flag-b-items .slick-prev {
    margin-left: -15px;
  }
}

.flag-b-items .slick-next {
  margin-right: -60px;
}

@media screen and (max-width: 1200px) {
  .flag-b-items .slick-next {
    margin-right: -15px;
  }
}

.ws-videos .photoItem:hover,
.ws-videos .photoItems:hover {
  color: #000;
}

.tatarstan-page .def-sec {
  padding-top: 8px;
}

@media screen and (max-width: 750px) {
  .tatarstan-page .def-sec {
    padding-bottom: 26px;
  }
}

@media (min-width: 768px) {
  .tatarstan-page .def-sec {
    padding-top: 25px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .russia-facts-sec.def-sec {
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .tatarstan-page .tatarstan-causes-sec .anons-inner__descr {
    margin-bottom: 80px;
  }
}

.tatarstan-page .tatarstan-causes-sec .wrapper--small {
  max-width: 1100px;
}

@media (min-width: 768px) {
  .tatarstan-page .anons-inner__descr {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .tatarstan-page .anons-inner__descr {
    padding-right: 10px;
  }
}

.tatarstan-page .custom-order-grid {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}

@media screen and (max-width: 1200px) {
  .tatarstan-page .custom-order-grid {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .custom-order-grid {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .custom-order-grid {
    display: flex;
    flex-direction: column;
  }

  .tatarstan-page .custom-order-grid .cow-1 {
    order: 1;
  }

  .tatarstan-page .custom-order-grid .cow-2 {
    order: 2;
    display: flex;
    flex-direction: column;
  }

  .tatarstan-page .custom-order-grid .mobile-order-1 {
    order: 1;
  }

  .tatarstan-page .custom-order-grid .mobile-order-2 {
    order: 2;
  }

  .tatarstan-page .custom-order-grid .mobile-order-3 {
    order: 3;
  }

  .tatarstan-page .custom-order-grid .custom-order-wrap {
    width: 100%;
  }
}

.tatarstan-page .anons-inner-facted__text {
  width: 100%;
  padding-right: 0;
}

.tatarstan-page .custom-order-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tatarstan-page .custom-order-wrap .grid-gallery-about__item {
  width: 100%;
  vertical-align: top;
}

.tatarstan-page .custom-order-wrap .grid-gallery-about__item:not(:last-child) {
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .tatarstan-page
    .custom-order-wrap
    .grid-gallery-about__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

.tatarstan-page .custom-order-wrap .grid-gallery-about__item .user-content {
  padding-left: 50px;
}

@media screen and (max-width: 750px) {
  .tatarstan-page .custom-order-wrap .grid-gallery-about__item .user-content {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1200px) {
  .tatarstan-page .custom-order-wrap .grid-gallery-about__item .user-content {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.tatarstan-page .custom-order-wrap .grid-gallery-about__item--flex-end {
  margin-top: auto;
}

@media (min-width: 768px) {
  .tatarstan-page .custom-order-wrap .grid-gallery-about__item--flex-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.tatarstan-page .h3Blue {
  font-family: Sanchez;
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .tatarstan-page .h3Blue {
    font-size: 22px;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .wrapper--small {
    padding-bottom: 20px;
  }

  .tatarstan-page .wrapper--small .h3Blue {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .tatarstan-slides {
    padding-bottom: 20px;
  }

  .tatarstan-page .tatarstan-slides .h3Blue {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .tatarstan-page .tatarstan-slides {
    margin-bottom: 12px;
  }

  .tatarstan-page .tatarstan-slides .h3Blue {
    margin-bottom: 34px;
  }

  .tatarstan-page .tatarstan-slides.def-desc {
    padding-top: 15px;
  }
}

@media (min-width: 1200px) {
  .tatarstan-page .tatarstan-slides {
    margin-bottom: 35px;
  }

  .tatarstan-page .tatarstan-slides .h3Blue {
    margin-bottom: 30px;
  }

  .tatarstan-page .tatarstan-slides.def-desc {
    padding-top: 25px;
  }
}

.tatarstan-page .slide-description-content {
  background-color: #e93f5d;
  color: white;
  padding: 50px;
}

@media screen and (max-width: 750px) {
  .tatarstan-page .slide-description-content {
    padding: 16px 16px 26px;
  }
}

@media screen and (max-width: 1200px) {
  .tatarstan-page .slide-description-content {
    padding: 19px 17px;
  }
}

@media screen and (max-width: 500px) {
  .tatarstan-page .newsPhotos .newsPhotosCount:before {
    border-bottom-width: 40px;
    border-left-width: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .tatarstan-page .newsPhotos .newsPhotosCount:before {
    border-left-width: 300px;
  }
}

.tatarstan-page .description-head {
  font-family: Sanchez;
  font-weight: 900;
  font-size: 30px;
  letter-spacing: 0.73px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .tatarstan-page .description-head {
    font-size: 24px;
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .description-head {
    font-size: 14px;
    letter-spacing: 0.34px;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .newsPhotos .newsPhotosCount span {
    font-size: 14px;
    letter-spacing: 0.34px;
    min-width: 9px;
    font-family: Sanchez;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .newsPhotos .newsPhotosCount {
    font-size: 8px;
    letter-spacing: 0.2px;
    opacity: 0.97;
    font-weight: 700;
  }
}

.tatarstan-page .dictionary-btnwrap {
  padding-top: 45px;
}

@media screen and (max-width: 1200px) {
  .tatarstan-page .dictionary-btnwrap {
    padding-top: 24px;
    padding-bottom: 19px;
  }
}

@media (min-width: 768px) {
  .tatarstan-page .dictionary-btnwrap {
    padding-bottom: 43px;
  }
}

.tatarstan-page .description-text {
  font-size: 18px;
  max-width: 75%;
}

@media screen and (max-width: 1200px) {
  .tatarstan-page .description-text {
    max-width: 100%;
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .tatarstan-page .description-text {
    font-size: 14px;
  }
}

.tatarstan-page .dictionary-table {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .tatarstan-page .dictionary-table {
    display: none;
  }
}

.tatarstan-page .dictionary-head {
  color: #5eb1e6;
  padding-bottom: 30px;
}

.tatarstan-page .dictionary-cell {
  margin-bottom: 15px;
  padding-right: 10px;
}

.tatarstan-page .transcription {
  color: #b5b3b3;
}

@media (max-width: 767px) {
  .tatarstan-page .dictionary-btnwrap {
    display: none;
  }
}

@media (min-width: 768px) {
  .tatarstan-page .dictionary-btnwrap .btn {
    font-size: 18px;
    text-transform: uppercase;
    padding: 11px 14px;
    letter-spacing: 0.44px;
  }
}

@media (max-width: 767px) {
  .tatarstan-page .btnwrap--skills {
    display: block;
    padding-top: 17px;
    max-width: 165px;
    margin: 0 auto;
  }

  .tatarstan-page .btnwrap--skills .btn {
    font-size: 13px;
    text-transform: uppercase;
    padding: 14px 30px;
    letter-spacing: 0.32px;
  }
}

@media (min-width: 768px) {
  .tatarstan-page .table-show-more__body td {
    width: 300px;
  }
}

.tatarstan-page .dictionary-list {
  display: none;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .tatarstan-page .dictionary-list {
    display: block;
  }
}

.tatarstan-page .dictionary-list .lang {
  margin-right: 20px;
  display: inline-block;
  vertical-align: top;
  color: #5eb1e6;
}

.tatarstan-page .dictionary-list .dictionary-cell {
  display: inline-block;
}

.tatarstan-page .dictionary-list .skills-list__item-more {
  margin: 0;
  padding-bottom: 10px;
}

.tatarstan-page .dictionary-list .lang-cell {
  display: block;
  width: 100%;
}

.tatarstan-page .dictionary-list .skills-list__item-title.active h3 {
  color: #5eb1e6;
}

.tatarstan-page
  .dictionary-list
  .skills-list__item-title.active
  .skills-list__item-title-closer:before {
  background: #5eb1e6;
}

.tatarstan-page
  .dictionary-list
  .skills-list__item-title.active
  .skills-list__item-title-closer:after {
  background: #5eb1e6;
}

.pic-zoom__photoalbum {
  display: block;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.pic-zoom__photoalbum .photoalbum-img-wrap {
  position: relative;
  padding-bottom: calc(61.5625%);
}

.pic-zoom__photoalbum img {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.pic-zoom__photoalbum:hover img {
  transform: scale(1.05);
}

.photoItem:hover {
  color: #5eb1e6;
}

.photoItem:hover .photo-pic__photoalbum img {
  transform: translateX(10px) translateY(10px) translateZ(0);
}

@media screen and (max-width: 1200px) {
  .photoItem:hover .photo-pic__photoalbum img {
    transform: translateX(5px) translateY(5px) translateZ(0);
  }
}

.photoItem .photo-pic__photoalbum {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
  padding: 20px;
}

@media screen and (max-width: 1200px) {
  .photoItem .photo-pic__photoalbum {
    padding: 10px;
  }
}

.photoItem .photo-pic__photoalbum img {
  display: block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(0) translateY(0) translateZ(0);
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.photoItem .photo-pic__photoalbum:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
  background: #133a5d;
}

@media screen and (max-width: 1200px) {
  .photoItem .photo-pic__photoalbum:after {
    height: 70px;
  }
}

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

.competence__title--second h3 {
  font-weight: 900;
}

.competence .fun_facts {
  background-color: #e93f5d;
}

.competence-b-items {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  .competence-b-items {
    padding: 0 50px;
  }
}

@media screen and (max-width: 750px) {
  .competence-b-items {
    padding: 0;
  }
}

.competence-b-items .competence-b-item {
  white-space: normal;
  vertical-align: top;
  text-align: center;
  width: 100%;
  background: #e93f5d no-repeat center center;
  background-size: cover;
  color: #fff;
  box-sizing: border-box;
  padding: 70px 105px;
  outline: none;
}

.competence-b-items .competence-b-item.slick-current {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .competence-b-items .competence-b-item {
    padding: 70px 105px;
  }
}

@media screen and (max-width: 750px) {
  .competence-b-items .competence-b-item {
    padding: 34px 52px;
  }
}

@media screen and (max-width: 500px) {
  .competence-b-items .competence-b-item {
    padding: 34px 19px;
  }
}

.competence-b-items .competence-b-item .h2 {
  font-size: 60px;
  line-height: normal;
  padding: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  .competence-b-items .competence-b-item .h2 {
    font-size: 40px;
    padding: 0 0 15px 0;
  }
}

@media screen and (max-width: 750px) {
  .competence-b-items .competence-b-item .h2 {
    font-size: 30px;
    padding: 0 0 10px 0;
  }
}

@media screen and (max-width: 500px) {
  .competence-b-items .competence-b-item .h2 {
    font-size: 24px;
  }
}

.competence-b-items .competence-b-item p {
  font-size: 24px;
  line-height: 150%;
  font-family: Sanchez;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  .competence-b-items .competence-b-item p {
    font-size: 20px;
    line-height: 150%;
  }
}

@media screen and (max-width: 750px) {
  .competence-b-items .competence-b-item p {
    font-size: 16px;
    line-height: 150%;
  }
}

@media screen and (max-width: 500px) {
  .competence-b-items .competence-b-item p {
    font-size: 14px;
    line-height: 150%;
  }
}

.competence-b-items .slick-prev {
  margin-left: -60px;
}

@media screen and (max-width: 1200px) {
  .competence-b-items .slick-prev {
    margin-left: -15px;
  }
}

.competence-b-items .slick-next {
  margin-right: -60px;
}

@media screen and (max-width: 1200px) {
  .competence-b-items .slick-next {
    margin-right: -15px;
  }
}

.competence-slider-sec {
  overflow: hidden;
  width: 100%;
}

.competence-partners-sec {
  padding: 0 0 50px 0;
}

@media screen and (max-width: 750px) {
  .competence-partners-sec {
    padding: 0 0 20px 0;
  }
}

.competence-partners-sec .h3Blue {
  font-family: Sanchez;
}

.competence html:lang(tt)-partners-sec .h3Blue {
  font-family: Sanchez;
}

.competence-partners__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 15px;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .competence-partners__list {
    padding-top: 0;
  }
}

.competence-partners__item {
  width: calc(100% / 3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
  .competence-partners__item {
    margin-bottom: 20px;
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 500px) {
  .competence-partners__item {
    width: 100%;
  }
}

.competence-partners__item a {
  margin: 0 auto;
  display: block;
}

.competence-partners__item img {
  margin: 0 auto;
  display: block;
}

.competence-partners__title {
  font-weight: 900;
}

.competence__quotes-item--fio {
  color: #ffffff;
  font-family: Sanchez;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  margin-bottom: 6px;
}

.competence__quotes-item--description {
  color: #ffffff;
  font-family: Sanchez;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 31px;
}

.competence__quotes-item--text {
  color: #ffffff;
  font-size: 18px;
  font-family: Sanchez;
}

.competence__quotes-heading {
  font-weight: 900;
}

.competence__quotes-review {
  display: flex;
}

@media screen and (max-width: 950px) {
  .competence__quotes-review {
    flex-direction: column;
  }
}

.competence__quotes-review-img {
  max-width: 386px;
  width: 100%;
}

@media screen and (max-width: 950px) {
  .competence__quotes-review-img {
    max-width: 100%;
  }
}

.competence__quotes-review-img img {
  height: 386px;
  width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 950px) {
  .competence__quotes-review-img img {
    height: auto;
  }
}

.competence__quotes-sliderInner {
  background-color: #e93f5d;
}

.competence__quotes-sliderInner-item {
  padding: 60px 50px 40px 50px;
}

.competence-share {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 53px;
}

.competence-share h4 {
  font-family: Sanchez;
  font-weight: normal;
}

.competence-share__downloads {
  width: 80%;
}

@media screen and (max-width: 950px) {
  .competence-share__downloads {
    width: 60%;
  }
}

@media screen and (max-width: 750px) {
  .competence-share__downloads {
    width: 100%;
  }
}

.competence-share__downloads-list {
  margin-bottom: 55px;
}

@media screen and (max-width: 750px) {
  .competence-share__downloads-list {
    margin-bottom: 21px;
  }
}

.competence-share__downloads-list .download-doc {
  width: 60%;
}

@media screen and (max-width: 950px) {
  .competence-share__downloads-list .download-doc {
    width: 100%;
  }
}

.competence-share__downloads-list .download-doc:last-child {
  margin-bottom: 0;
}

.competence-share__downloads-description {
  font-size: 21px;
  color: #000;
  font-family: Sanchez;
}

@media all and (max-width: 768px) {
  .competence-share__downloads-description {
    font-size: 15px;
  }
}

@media all and (max-width: 320px) {
  .competence-share__downloads-description {
    font-size: 13px;
  }
}

.competence-share__btn {
  width: 280px;
  margin-bottom: 40px;
}

.competence-whats {
  padding-top: 100px;
  padding-bottom: 145px;
  background: #000 url(../img/competence/bg.png) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .competence-whats {
    padding-top: 40px;
    padding-bottom: 34px;
  }
}

.competence-whats__title {
  color: #ffffff;
  font-family: Sanchez;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 127px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .competence-whats__title {
    margin-bottom: 64px;
  }
}

@media all and (max-width: 320px) {
  .competence-whats__title {
    font-size: 26px;
    margin-bottom: 33px;
  }
}

.competence-whats__process {
  margin: 0 auto;
  max-width: 1266px;
  width: 100%;
  overflow-x: auto;
}

.competence-whats__process::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .competence-whats__process {
    padding: 0 20px;
  }
}

.competence-whats__process-wrap {
  display: flex;
  width: 1266px;
  position: relative;
}

.competence-whats__process-wrap::after {
  display: block;
  width: 100%;
  height: 71px;
  background-color: #053a5c;
  top: 134px;
  left: 0;
  content: "";
  position: absolute;
}

.competence-whats__process-item {
  padding-top: 103px;
  width: 20%;
  margin-left: 22.5px;
  margin-right: 22.5px;
  position: relative;
  z-index: 1;
}

.competence-whats__process-item:first-child {
  margin-left: 0;
}

.competence-whats__process-item:last-child {
  margin-right: 0;
}

.competence-whats__process-polygon {
  height: 102px;
  width: 82px;
  background-color: #5eb1e6;
  position: relative;
  margin-bottom: 20px;
}

.competence-whats__process-polygon::after {
  position: absolute;
  content: "";
  display: block;
  right: -59px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 102px 0 0 59px;
  border-color: transparent transparent transparent #5eb1e6;
}

.competence-whats__process-polygon-img {
  position: absolute;
  transform: translate(47px, -94px);
}

.competence-whats__process-title {
  color: #ffffff;
  font-family: Sanchez;
  font-size: 45px;
  font-weight: 900;
  position: absolute;
  bottom: 19px;
  left: 33px;
}

.competence-whats__process-text {
  color: #ffffff;
  font-family: Sanchez;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

@media screen and (max-width: 767px) {
  .competence-whats__process-text {
    font-size: 15px;
    line-height: 28px;
  }
}

.competence-gal__list {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 767px) {
  .competence-gal__list {
    display: flex;
    flex-wrap: wrap;
  }

  .competence-gal__list .competition-gal__item--md {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .competence-gal__item--hidden {
    display: none;
  }
}

.competence-gal-sec {
  padding-top: 60px;
}

@media screen and (max-width: 1200px) {
  .competence-gal-sec {
    padding-top: 30px;
  }
}

@media screen and (max-width: 500px) {
  .competence-gal-sec {
    padding-top: 10px;
  }
}

.competence-gal__list {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 1200px) {
  .competence-gal__list {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 750px) {
  .competence-gal__list {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 767px) {
  .competence-gal__list-foto {
    display: flex;
    flex-wrap: wrap;
  }
}

.competence-gal__item {
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 1200px) {
  .competence-gal__item {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .competence-gal__item {
    margin-bottom: 10px;
  }
}

.competence-gal__item img {
  width: 100%;
}

.competence-gal__item--lg {
  width: 75%;
}

.competence-gal__item--md {
  width: 50%;
}

.competence-gal__item--sm {
  width: 25%;
}

.competence-gal__item a {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.competence-gal__item a img {
  display: block;
  width: 100%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.competence-gal__item a:hover img {
  transform: scale(1.05);
}

.competence-gal__begin-wrap.shift-competitors .competence-gal-sec {
  margin-bottom: -106px;
}

@media screen and (max-width: 750px) {
  .competence-gal__begin-wrap.shift-competitors .competence-gal-sec {
    margin: 0 auto;
  }
}

.competence-medal {
  position: relative;
}

.competence-medal:after {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  content: "";
  width: 45px;
  height: 63px;
}

@media screen and (max-width: 750px) {
  .competence-medal:after {
    width: 26px;
    height: 37px;
  }
}

@media screen and (max-width: 500px) {
  .competence-medal:after {
    width: 18px;
    height: 25px;
  }
}

.competence-medal-gold:after {
  background: url("../img/competence/medal-gold.svg") no-repeat;
}

.competence-medal-silver:after {
  background: url("../img/competence/medal-silver.svg") no-repeat;
}

.competence-medal-bronze:after {
  background: url("../img/competence/medal-bronze.svg") no-repeat;
}

.competence__competitors__btn {
  margin-top: 57px;
  padding: 17px 24px;
}

@media screen and (max-width: 767px) {
  .competence__competitors__btn {
    font-size: 15px;
  }
}

.competence__competitors-wrapper {
  position: relative;
  max-width: 1266px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}

.competence__competitors-wrapper .jq-selectbox__select .jq-selectbox__trigger {
  width: 63px;
}

@media screen and (max-width: 1200px) {
  .competence__competitors-wrapper
    .jq-selectbox__select
    .jq-selectbox__trigger {
    width: 63px;
  }
}

@media screen and (max-width: 767px) {
  .competence__competitors-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.competence__sidebar {
  width: 171px;
}

.competence__sidebar-img {
  padding-bottom: 25px;
  width: 100%;
  display: block;
}

.competence__sidebar-img:last-child {
  padding-bottom: 10px;
}

.competence-more-link {
  color: #5eb1e6;
}

.competence-more-link img,
.competence-more-link span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.competence-more-link span {
  padding-left: 15px;
}

.competence-more-link.active img {
  transform: rotate(180deg);
}

.competence__anons {
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s linear;
}

.competence__anons-hide {
  max-height: 230px !important;
}

.competence-more-text-link {
  color: #5eb1e6;
}

.competence-more-text-link img,
.competence-more-text-link span {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.competence-more-text-link span {
  padding-left: 15px;
}

.competence-more-text-link.active img {
  transform: rotate(180deg);
}

.competence__block--hidden {
  display: none;
  visibility: hidden;
  opacity: 1;
}

.competence-filter {
  display: flex;
  margin-bottom: 32px;
}

.competence-filter .selectSmall {
  flex-basis: 1px;
  margin: 0;
}

.competence-filter .selectSmall:not(:last-child) {
  margin-right: 38px;
}

@media screen and (max-width: 750px) {
  .competence-filter .selectSmall:not(:last-child) {
    margin: 0 0 16px 0;
  }
}

.competence-filter .selectSmall:nth-child(1) {
  flex-grow: 1;
}

.competence-filter .selectSmall:nth-child(2) {
  flex-grow: 2.2;
}

.competence-filter .selectSmall:nth-child(3) {
  flex-grow: 2.2;
}

@media screen and (max-width: 750px) {
  .competence-filter {
    display: block;
    margin-bottom: 24px;
  }
}

.info__points {
  display: flex;
  justify-content: space-between;
}

.info__points .points {
  color: #e93f5d;
}

.js-hided {
  max-height: 230px;
  height: auto;
  transition: max-height 0.7s linear;
  overflow: hidden;
}

.js-hided.active {
  max-height: 1000px;
}

.competence-inner-facted > h2 {
  font-size: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 950px) {
  .competence-inner-facted > h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 950px) {
  .competence-inner-facted > h2 {
    font-size: 22px;
    padding-bottom: 20px;
  }
}

.competence-inner-facted__info {
  display: flex;
  max-width: 930px;
}

@media screen and (max-width: 750px) {
  .competence-inner-facted__info {
    flex-flow: column;
  }
}

.competence-inner-facted__text {
  flex-grow: 7;
}

@media screen and (max-width: 750px) {
  .competence-inner-facted__text {
    width: 100%;
    padding: 0 0 20px 0;
  }
}

.competence-inner-facted__sidebar-wrap {
  flex-grow: 3;
  margin-left: 5%;
}

@media screen and (max-width: 750px) {
  .competence-inner-facted__sidebar-wrap {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .competence-inner-facted__sidebar-wrap {
    width: 100%;
    padding-bottom: 20px;
  }
}

.competence-inner-facted__sidebar {
  padding-left: 10%;
  color: #5eb1e6;
  font-size: 15px;
  line-height: 1.8;
  border-left: 2px solid #5eb1e6;
}

@media screen and (max-width: 750px) {
  .competence-inner-facted__sidebar {
    font-size: 13px;
    line-height: 170%;
    padding-left: 20px;
  }
}

.competence-inner__title {
  padding-bottom: 40px;
  text-align: center;
  color: #5eb1e6;
}

@media screen and (max-width: 950px) {
  .competence-inner__title {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 750px) {
  .competence-inner__title {
    padding-bottom: 20px;
  }
}

.scaler__foto img {
  height: 100%;
  object-fit: cover;
}

.scaler__foto a {
  height: 100%;
}

@media all and (min-width: 1251px) {
  .scaler__foto_five--1 {
    height: 422.125px;
  }

  .scaler__foto_five--2 {
    height: 517.672px;
  }

  .scaler__foto_five--3 {
    height: 260px;
  }

  .scaler__foto_five--4 {
    height: 343.75px;
  }

  .scaler__foto_five--5 {
    height: 260px;
  }
}

@media all and (max-width: 1250px) {
  .scaler__foto_five--1 {
    height: calc(422.125 / 1064 * 100vw);
  }

  .scaler__foto_five--2 {
    height: calc(517.672 / 1064 * 100vw);
  }

  .scaler__foto_five--3 {
    height: calc(260 / 1064 * 100vw);
  }

  .scaler__foto_five--4 {
    height: calc(343.75 / 1064 * 100vw);
  }

  .scaler__foto_five--5 {
    height: calc(260 / 1064 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .scaler__foto_five--2 {
    width: 100%;
  }

  .scaler__foto_five--4 {
    width: 50%;
  }

  .scaler__foto_five--5 {
    height: calc(343.75 / 1064 * 100vw);
    width: 50%;
  }
}

@media all and (min-width: 1251px) {
  .scaler__foto_four--1 {
    height: 427px;
  }

  .scaler__foto_four--2 {
    height: 263px;
  }

  .scaler__foto_four--3 {
    height: 183px;
  }

  .scaler__foto_four--0 {
    height: 348px;
  }
}

@media all and (max-width: 1250px) {
  .scaler__foto_four--1 {
    height: calc(427 / 1064 * 100vw);
  }

  .scaler__foto_four--2 {
    height: calc(263 / 1064 * 100vw);
  }

  .scaler__foto_four--3 {
    height: calc(183 / 1064 * 100vw);
  }

  .scaler__foto_four--0 {
    height: calc(348 / 1064 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .scaler__foto_four {
    width: 100%;
    height: initial;
  }
}

@media screen and (max-width: 767px) {
  .competence-gal__item.scaler__foto_five img {
    height: 100%;
  }

  .competence-gal__item.scaler__foto_four {
    margin-bottom: 30px;
  }

  .competence-gal__item.scaler__foto_four a {
    display: flex;
    justify-content: center;
  }

  .competence-gal__item.scaler__foto_four--0 img {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .competence-gal__item.scaler__foto_four {
    margin-bottom: 10px;
  }
}

.radio_equipment a {
  color: #5eb1e6;
}

.radio_equipment a:hover {
  color: #e93f5d;
}

.radio_equipment .title__main {
  font-family: Sanchez;
  font-weight: 900;
  line-height: 100px;
}

.radio_equipment .title__second--pb57 {
  padding-bottom: 57px;
}

.radio_equipment .title__second h3 {
  font-family: Sanchez;
  padding-bottom: 78px;
}

html:lang(tt) .radio_equipment .title__second h3 {
  font-family: Sanchez;
}

.radio_equipment .title__third {
  font-family: Sanchez;
}

.radio_equipment .title__description {
  line-height: 27px;
  padding-left: 20px;
  padding-bottom: 64px;
}

.radio_equipment .radio-list ul {
  padding-bottom: 36px;
}

@media screen and (max-width: 950px) {
  .radio_equipment .radio-list ul {
    padding-bottom: 30px;
  }
}

.radio_equipment .radio-list ul li {
  width: 100%;
  padding: 0 15px 11px 20px;
}

@media screen and (max-width: 500px) {
  .radio_equipment .radio-list ul li {
    width: 100%;
  }
}

.radio_equipment .radio-list ul li:last-child {
  padding-bottom: 0;
}

.radio_equipment .radio-list ul a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  line-height: 1.16666667;
  color: #000;
}

@media screen and (max-width: 950px) {
  .radio_equipment .radio-list ul a {
    font-size: 15px;
    line-height: 170%;
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  .radio_equipment .radio-list ul a {
    font-size: 13px;
    line-height: 170%;
    padding: 5px 0 5px 15px;
  }
}

.radio_equipment .radio-list ul a:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5eb1e6;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .radio_equipment .radio-list ul a:before {
    top: 13px;
  }
}

.radio_equipment .radio-list ul a:hover {
  color: #5eb1e6;
}

.radio_equipment .radio-list--column {
  margin-top: 7px;
}

.radio_equipment .radio-list--column ul {
  padding-bottom: 80px;
  column-count: 2;
}

@media all and (max-width: 699px) {
  .radio_equipment .radio-list--column ul {
    column-count: 1;
  }
}

.radio_equipment .radio__content {
  font-size: 18px;
  color: #575656;
}

.radio_equipment .radio__content p {
  padding-bottom: 36px;
}

.radio_equipment .radio__content p + .radio-list {
  margin-top: -30px;
}

.radio_equipment .radio__content li {
  position: relative;
  z-index: 1;
}

.radio_equipment .radio__content li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #5eb1e6;
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .radio_equipment .radio__content li:before {
    top: 13px;
  }
}

.radio_equipment .radio__content .title__description {
  line-height: 27px;
  padding-left: 20px;
  padding-bottom: 64px;
}

.radio_equipment .warning {
  color: #e93f5d;
  line-height: 27px;
  margin-top: -20px;
}

.radio_equipment .extra-mini-wrapper {
  max-width: 700px;
  padding: 0 15px;
  margin: 0 auto;
}

@media all and (max-width: 699px) {
  .radio_equipment .extra-mini-wrapper {
    padding: 0;
  }
}

.radio_equipment .text-serious {
  font-size: 18px;
  font-size: 1.16666667em;
  line-height: 27px;
  color: #000;
}

.radio_equipment .text-serious--bottom {
  font-size: 18px;
  font-size: 1.16666667em;
  line-height: 30px;
}

.radio_equipment .mt38 {
  margin-top: 38px;
}

/*!
 * Start Bootstrap v3.3.7 (http://getbootstrap.com)
 */
.container-sm {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container-sm {
    width: 760px;
  }
}

.container-md {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container-md {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container-md {
    width: 980px;
  }
}

.container,
.container-lg {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container,
  .container-lg {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container-sm:before,
.container-sm:after,
.container-md:before,
.container-md:after,
.container:before,
.container:after,
.container-lg:before,
.container-lg:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container-sm:after,
.container-md:after,
.container:after,
.container-lg:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.position-relative {
  position: relative;
}

.game__wrapper {
  padding: 0 20px;
}

@media w750 {
  .game__wrapper .anons-inner-sec {
    padding-top: 22px;
  }
}

.game__wrapper__medium {
  width: 855px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width: 869px) {
  .game__wrapper__medium {
    width: 100%;
  }
}

.game__wrapper__fluid {
  width: 100%;
}

.game__wrapper__map {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

.game__wrapper__815 {
  max-width: 882px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
}

.game__btn {
  border-radius: 2px;
  background-color: #e93f5d;
  text-align: center;
  color: #ffffff;
  font-family: Sanchez;
  font-size: 18px;
  padding: 7.5px 0;
  max-width: 192px;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.44px;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

@media screen and (max-width: 750px) {
  .game__btn--mobile {
    color: #ffffff;
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
  }
}

.game__btn--secondary {
  background-color: #5eb1e6;
  padding: 9px 0;
  max-width: 280px;
}

.game__btn--ghost {
  background-color: transparent;
  color: #402840;
  padding: 7.5px 40px;
  max-width: initial;
  font-family: Sanchez;
  font-size: 10px;
}

.game__btn--ghost:hover,
.game__btn--ghost:active {
  color: #5eb1e6;
}

.game__btn--ghost:hover .game__svg-icon,
.game__btn--ghost:active .game__svg-icon {
  fill: #5eb1e6;
}

@media all and (min-width: 751px) {
  .game__btn--ghost {
    font-size: 16px;
  }
}

.game__btn--ghost-finish {
  margin-bottom: 8px;
}

@media all and (min-width: 751px) {
  .game__btn--ghost-finish {
    margin-bottom: 57px;
  }
}

.game__btn--round-start {
  margin-top: 15px;
  margin-bottom: 10px;
}

.game__btn--round-end {
  margin-top: 14px;
  margin-bottom: 3px;
}

.game__btn--round-finish {
  margin-top: 15px;
  margin-bottom: 10px;
}

@media all and (min-width: 751px) {
  .game__btn--round-start {
    margin-top: 118px;
    margin-bottom: 163px;
  }

  .game__btn--round-end {
    margin-top: 62px;
    margin-bottom: 49px;
  }

  .game__btn--round-finish {
    margin-top: 62px;
    margin-bottom: 54px;
  }
}

.game__offset {
  padding: 0 9.218px;
}

@media all and (max-width: 342px) {
  .game__offset {
    padding: 0;
  }
}

.game-progress {
  margin-bottom: 6px;
}

@media all and (min-width: 751px) {
  .game-progress {
    margin-bottom: 65px;
  }
}

@media all and (min-width: 751px) {
  .game-progress {
    padding: 0 18px;
  }
}

.game-progress__bar {
  height: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}

@media all and (min-width: 751px) {
  .game-progress__bar {
    height: 32px;
  }
}

.game-progress__line {
  position: absolute;
  width: calc(100% - 30px);
  left: 15px;
  background-color: #b3b3b1;
  height: 2px;
  top: 8px;
}

@media all and (min-width: 751px) {
  .game-progress__line {
    top: 15px;
  }
}

.game-progress__line::after {
  content: "";
  position: absolute;
  height: 100%;
  background-color: #5eb1e6;
  transition: width 0.3s ease-out;
  width: 0;
}

.game-progress[data-round="1"] .game-progress__line::after {
  width: 0;
}

.game-progress[data-round="1"] .game-point:nth-last-child(n + 5) {
  border-color: #5eb1e6;
}

.game-progress[data-round="1"]
  .game-point:nth-last-child(n + 5)
  .game-point__inner {
  background-color: #5eb1e6;
}

.game-progress[data-round="2"] .game-progress__line::after {
  width: 25%;
}

.game-progress[data-round="2"] .game-point:nth-last-child(n + 4) {
  border-color: #5eb1e6;
}

.game-progress[data-round="2"]
  .game-point:nth-last-child(n + 4)
  .game-point__inner {
  background-color: #5eb1e6;
}

.game-progress[data-round="3"] .game-progress__line::after {
  width: 50%;
}

.game-progress[data-round="3"] .game-point:nth-last-child(n + 3) {
  border-color: #5eb1e6;
}

.game-progress[data-round="3"]
  .game-point:nth-last-child(n + 3)
  .game-point__inner {
  background-color: #5eb1e6;
}

.game-progress[data-round="4"] .game-progress__line::after {
  width: 75%;
}

.game-progress[data-round="4"] .game-point:nth-last-child(n + 2) {
  border-color: #5eb1e6;
}

.game-progress[data-round="4"]
  .game-point:nth-last-child(n + 2)
  .game-point__inner {
  background-color: #5eb1e6;
}

.game-progress[data-round="5"] .game-progress__line::after {
  width: 100%;
}

.game-progress[data-round="5"] .game-point:nth-last-child(n + 1) {
  border-color: #5eb1e6;
}

.game-progress[data-round="5"]
  .game-point:nth-last-child(n + 1)
  .game-point__inner {
  background-color: #5eb1e6;
}

@media screen and (max-width: 750px) {
  .game-progress__line {
    position: absolute;
    width: calc(100% - 16px);
    left: 8px;
    background-color: #b3b3b1;
    height: 2px;
  }
}

.game-point {
  position: relative;
  z-index: 1;
  height: 30px;
  border: 1px solid #b3b3b1;
  width: 30px;
  border-radius: 15px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game-point__inner {
  height: 24px;
  width: 24px;
  border-radius: 12px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .game-point {
    height: 10px;
    border: 0.5px solid #b3b3b1;
    width: 10px;
    border-radius: 5px;
  }

  .game-point__inner {
    height: 6px;
    width: 6px;
    border-radius: 3px;
  }
}

.game-timer {
  color: #402840;
  font-family: Sanchez;
  font-size: 10px;
}

.game-timer__value {
  color: #5eb1e6;
}

@media all and (min-width: 751px) {
  .game-timer {
    letter-spacing: 0.44px;
    margin-left: 35px;
    font-size: 18px;
  }
}

.game__svg {
  fill: #402840;
}

.game__svg-icon {
  transition: fill 0.3s ease-out;
  position: absolute;
  left: -30px;
  top: -1px;
}

@media screen and (max-width: 500px) {
  .game__svg-icon {
    left: -18px;
  }
}

.game__svg-icon--round {
  left: -35px;
  top: -7px;
}

@media screen and (max-width: 750px) {
  .game__svg-icon--round {
    top: -1px;
  }
}

@media screen and (max-width: 750px) {
  .game__svg {
    width: 13px;
    height: 13px;
  }
}

.game__city {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  user-select: none;
  font-size: 14px;
}

@media all and (min-width: 751px) {
  .game__city {
    font-size: 16px;
  }
}

.game__city__item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 8px;
}

.game__city__item_img img {
  width: 142px;
}

.game__city__item_title {
  color: #000;
  text-align: center;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.game__city__block {
  position: relative;
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  top: -2px;
  left: -2px;
  border-radius: 2px;
  background-color: #e93f5d;
  text-align: center;
  color: #ffffff;
  font-family: Sanchez;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.44px;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}

@media screen and (max-width: 500px) {
  .game__city__block {
    font-size: 14px;
    letter-spacing: 0.34px;
  }
}

.game__city__block--selected {
  background-color: #5eb1e6;
}

.game__city__block-outer {
  height: 40px;
  margin-bottom: 6px;
  border-radius: 2px;
  border: 2px dashed #e93f5d;
  position: relative;
}

@media all and (min-width: 751px) {
  .game__city__block-outer {
    width: calc((100% - 60px) / 5);
  }

  .game__city__block-outer:nth-last-child(n + 2) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 750px) and (min-width: 501px) {
  .game__city__block-outer {
    width: calc((100% - 30px) / 3);
  }

  .game__city__block-outer:nth-child(3n + 1) {
    margin-right: 15px;
  }

  .game__city__block-outer:nth-child(3n + 2) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 500px) {
  .game__city__block-outer {
    height: 36px;
    width: calc((100% - 6px) / 2);
  }

  .game__city__block-outer:nth-child(2n + 1) {
    margin-right: 6px;
  }
}

@media screen and (max-width: 750px) {
  .game__city__item_title {
    font-size: 14px;
  }
}

@media screen and (max-width: 500px) {
  .game__city__item_img {
    height: 38px;
    margin-bottom: 9px;
  }

  .game__city__item_img img {
    width: 50px;
  }

  .game__city__item_title {
    font-size: 9px;
  }
}

.game__social__block {
  display: flex;
  justify-content: center;
  margin-bottom: 4px;
}

@media all and (min-width: 751px) {
  .game__social__block {
    margin-bottom: 76px;
  }
}

.game__social__block-item {
  display: block;
  margin: 0 5px;
  cursor: pointer;
}

.game__panel {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

@media all and (min-width: 751px) {
  .game__panel {
    margin-bottom: 7px;
  }
}

.game__page_textspec {
  letter-spacing: 0.44px !important;
}

@media screen and (max-width: 750px) {
  .game__page_textspec {
    letter-spacing: initial !important;
  }
}

.game__page * {
  outline: none;
}

.game__page p {
  color: #575656;
  font-family: Sanchez;
  line-height: 22px;
  letter-spacing: 0.07px;
  font-size: 12px;
}

@media all and (min-width: 751px) {
  .game__page p {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .game__page p {
    letter-spacing: initial;
  }
}

@media screen and (max-width: 500px) {
  .game__page p {
    line-height: 15px;
    letter-spacing: initial;
  }
}

@media screen and (max-width: 500px) {
  .game__page .anons-inner__title {
    font-size: 30px;
    padding-bottom: 13px;
  }
}

@media all and (min-width: 751px) {
  .game__page .anons-inner__title {
    padding-bottom: 30px;
  }
}

.game-finish__city {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

@media all and (min-width: 751px) {
  .game-finish__city {
    font-size: 16px;
  }
}

.game-finish__city__item {
  width: 50%;
  margin-bottom: 23px;
}

.game-finish__city__item_name {
  text-align: left;
  word-break: break-word;
}

.game-finish__city__item_title {
  color: #402840;
  font-size: 14px;
  letter-spacing: 0.34px;
}

@media all and (min-width: 751px) {
  .game-finish__city__item_title {
    font-size: 18px;
    letter-spacing: 0.44px;
  }
}

.game-finish__city__item_country {
  color: #b5b3b3;
  text-align: left;
  word-break: break-word;
  font-size: 14px;
  letter-spacing: 0.34px;
}

@media all and (min-width: 751px) {
  .game-finish__city__item_country {
    font-size: 18px;
    letter-spacing: 0.44px;
  }
}

.game-finish__city__item-inner {
  max-width: 160px;
  width: 100%;
  font-size: 18px;
}

@media all and (min-width: 550px) {
  .game-finish__city__item {
    width: 33.33333333%;
  }

  .game-finish__city__item:nth-child(3n + 1) {
    display: flex;
    justify-content: flex-start;
  }

  .game-finish__city__item:nth-child(3n + 2) {
    display: flex;
    justify-content: center;
  }

  .game-finish__city__item:nth-child(3n + 3) {
    display: flex;
    justify-content: flex-end;
  }
}

.game-finish__text {
  margin-bottom: 9px;
  text-align: center;
}

@media all and (min-width: 751px) {
  .game-finish__text {
    margin-bottom: 18px;
  }

  .game-finish__text p {
    color: #575656;
    font-family: Sanchez;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
    text-align: center;
  }
}

.game-finish__round__description {
  color: #575656;
  font-family: Sanchez;
  text-align: center;
  margin-bottom: 13px;
}

@media all and (min-width: 751px) {
  .game-finish__round__description {
    margin-bottom: 61px;
  }

  .game-finish__round__description p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
  }
}

.game-finish__round__title {
  color: #000000;
  font-family: Sanchez;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  margin-bottom: 21px;
}

@media all and (min-width: 751px) {
  .game-finish__round__title {
    font-size: 30px;
    margin-bottom: 49px;
    line-height: 36px;
  }
}

.game-finish__round__score {
  color: #000000;
  font-family: Sanchez;
  font-weight: 900;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
}

@media all and (min-width: 751px) {
  .game-finish__round__score {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 28px;
  }
}

.game-finish__arrow {
  text-align: center;
  padding-bottom: 7px;
}

.game-finish__arrow svg {
  width: 12px;
  height: 13px;
}

@media all and (min-width: 751px) {
  .game-finish__arrow {
    margin-bottom: 14px;
  }

  .game-finish__arrow svg {
    width: 22px;
    height: 9px;
  }
}

.game__round-indicator {
  font-family: Sanchez;
  color: #e93f5d;
  margin-right: 42px;
  position: relative;
}

.game__round-indicator span {
  font-weight: 900;
  letter-spacing: 0.73px;
  font-size: 15px;
}

@media all and (min-width: 751px) {
  .game__round-indicator span {
    font-size: 30px;
  }
}

.game__round-indicator span + span {
  opacity: 0.97;
  font-family: Sanchez;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.39px;
  position: absolute;
  right: -12px;
  top: 7px;
  font-size: 10px;
  top: 4px;
}

@media all and (min-width: 751px) {
  .game__round-indicator span + span {
    font-size: 16px;
  }
}

@media all and (min-width: 751px) {
  .game__round-indicator span + span {
    top: 7px;
  }
}

@media screen and (max-width: 500px) {
  .game__round-indicator {
    margin-right: 24px;
  }

  .game__round-indicator span + span {
    right: -8px;
  }
}

.game__round__title {
  color: #000000;
  font-family: Sanchez;
  line-height: 28px;
  font-weight: 900;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 12px;
}

@media all and (min-width: 751px) {
  .game__round__title {
    font-size: 30px;
    margin-bottom: 47px;
    line-height: 36px;
  }
}

.game__round__score {
  color: #000000;
  font-family: Sanchez;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 500px) {
  .game__round__score {
    font-size: 20px;
    line-height: 28px;
  }
}

.game__round__description {
  color: #575656;
  font-family: Sanchez;
  text-align: center;
  margin-bottom: 16px;
}

@media all and (min-width: 751px) {
  .game__round__description {
    margin-bottom: 87px;
  }

  .game__round__description p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
  }
}

.game__round--finish {
  margin-top: 12px;
}

@media all and (min-width: 751px) {
  .game__round--finish {
    margin-top: 10px;
  }
}

.gm-style-mtc > div,
.gm-svpc,
.gm-control-active {
  background-color: #e93f5d !important;
  color: white !important;
}

.gm-style-mtc > div img,
.gm-svpc img,
.gm-control-active img {
  filter: brightness(3);
}

@media screen and (max-width: 750px) {
  .position-relative .game__svg-icon {
    position: relative;
    left: 7px;
    top: 3px;
    display: inline;
  }

  .position-relative span {
    padding-left: 12px;
  }
}

html:lang(tt) .game-finish__round__title {
  font-family: Sanchez;
  font-weight: 700;
}

html:lang(tt) .game__round-indicator,
html:lang(tt) .game__round__title,
html:lang(tt) .game__round__score {
  font-family: Sanchez;
}

html:lang(tt) .game__round__title {
  font-weight: 700;
}

html:lang(tt) .div-share__title {
  font-family: Sanchez;
  font-weight: 700;
}

.page-template-event-schedule .organizers {
  padding-bottom: 80px;
}

.page-template-event-schedule .organizers .datepicker {
  background: transparent;
  padding: 0;
}

.page-template-event-schedule .organizers .datepicker-inline {
  width: auto;
  margin: auto;
}

.page-template-event-schedule .organizers .datepicker--nav {
  align-items: center;
}

.page-template-event-schedule .organizers .datepicker--nav-action {
  height: 23px;
  width: 32px;
}

.page-template-event-schedule .organizers .datepicker--nav-action svg {
  display: none;
}

.page-template-event-schedule
  .organizers
  .datepicker--nav-action[data-action="prev"] {
  background: url(../img/svg/icons/icon-arrow--white-left.svg) no-repeat center
    center;
}

.page-template-event-schedule
  .organizers
  .datepicker--nav-action[data-action="next"] {
  background: url(../img/svg/icons/icon-arrow--white-right.svg) no-repeat center
    center;
}

.page-template-event-schedule .organizers .datepicker--nav-title,
.page-template-event-schedule .organizers .datepicker--nav-title i {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  width: auto;
}

.page-template-event-schedule .organizers .datepicker--cell-month:hover,
.page-template-event-schedule .organizers .datepicker--nav-title:hover {
  background: #5cc4ef;
}

.page-template-event-schedule .organizers .datepicker--cell-month.-current- {
  color: #000;
}

.page-template-event-schedule .organizers .datepicker--content * {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  margin: auto;
}

.page-template-event-schedule .organizers .datepicker--cell-day {
  margin: 6px 4px;
  max-width: 34px;
}

@media screen and (max-width: 767px) {
  .page-template-event-schedule .organizers .datepicker--cell-day {
    margin: auto;
  }
}

.page-template-event-schedule .organizers .datepicker--cell-day.-current-,
.page-template-event-schedule .organizers .datepicker--cell-day.-focus- {
  color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.page-template-event-schedule .organizers .datepicker--cell-day.-selected- {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.page-template-event-schedule .organizers .datepicker--cell-day.-event-:after {
  content: "";
  display: inline-block;
  width: 57%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: 7px;
}

.page-template-event-schedule .organizers .datepicker--day-name {
  text-transform: none;
  margin: 8px 0;
  font-size: 16px;
  height: 34px;
}

.page-template-event-schedule .organizers * {
  font-family: Sanchez;
  color: #000;
  box-sizing: border-box;
}

.page-template-event-schedule .organizers .main-block {
  border: 1px solid #e0e0e0;
  margin-top: -1px;
  padding: 34px 43px 38px 43px;
  position: relative;
}

.page-template-event-schedule .organizers .main-block__icon {
  position: absolute;
  top: 0;
  right: 0;
}

.page-template-event-schedule .organizers .main-block__title {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 27px;
}

@media (max-width: 567px) {
  .page-template-event-schedule .organizers .main-block__title {
    font-size: 7vw;
    line-height: normal;
  }
}

.page-template-event-schedule .organizers .main-block__date {
  font-size: 18px;
  line-height: 21px;
  color: #b2b2b0;
  margin-bottom: 15px;
}

.page-template-event-schedule .organizers .main-block__place {
  font-size: 18px;
  line-height: 21px;
  color: #575656;
  margin-bottom: 32px;
}

.page-template-event-schedule .organizers .main-block__place:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 12px;
  height: 16px;
  background: url(../img/svg/icons/icon-loc.svg) no-repeat center center;
}

.page-template-event-schedule .organizers .main-block__image {
  margin-bottom: 32px;
}

.page-template-event-schedule .organizers .main-block__image img {
  height: auto;
}

.page-template-event-schedule
  .organizers
  .main-block__description.is-open
  .main-block__description-panel:before {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.page-template-event-schedule .organizers .main-block__description-panel {
  font-size: 18px;
  line-height: 21px;
  color: #5eb1e6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: none;
  align-items: center;
  cursor: pointer;
}

.page-template-event-schedule
  .organizers
  .main-block__description-panel:before {
  content: "";
  display: inline-block;
  margin-right: 19px;
  width: 23px;
  height: 10px;
  background: url(../img/svg/icons/icon-arrow.svg) no-repeat center center;
}

.page-template-event-schedule .organizers .main-block__description-content {
  display: none;
  margin-top: 35px;
  font-size: 16px;
  line-height: 110%;
}

.page-template-event-schedule .organizers .main-block__description-content p {
  max-width: 408px;
  margin: 0;
  padding-bottom: 15px;
  line-height: 18px;
}

.page-template-event-schedule
  .organizers
  .main-block__description-content
  p:last-child {
  margin-bottom: 0;
}

.page-template-event-schedule
  .organizers
  .main-block__description-content
  p.special {
  max-width: 444px;
  font-size: 16px;
  line-height: 18px;
  color: #575656;
}

.page-template-event-schedule
  .organizers
  .main-block__description-content
  p
  > a {
  color: #5eb1e6;
}

.page-template-event-schedule
  .organizers
  .main-block__description-content
  p
  > a:hover {
  color: #e93f5d;
}

.page-template-event-schedule
  .organizers
  .main-block__description-content
  .map {
  width: 488px;
  height: 405px;
  background: #c4c4c4;
  margin-bottom: 16px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page-template-event-schedule
    .organizers
    .main-block__description-content
    .map {
    width: 100%;
    height: 200px;
  }
}

.page-template-event-schedule .organizers .calendar {
  width: 344px;
  min-height: 353px;
  background: #00b3e9;
  color: #fff;
  padding: 20px;
  padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .page-template-event-schedule .organizers .calendar {
    display: none;
  }

  .page-template-event-schedule .organizers .calendar #datepicker-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .page-template-event-schedule .organizers .calendar {
    padding: 15px;
    width: 280px;
    height: 310px;
    margin: auto;
  }
}

.page-template-event-schedule .organizers #datepicker-mobile {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 39px;
  width: 100%;
  line-height: 39px;
  font-size: 16px;
  padding: 0 20px;
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  .page-template-event-schedule .organizers #datepicker-mobile {
    display: none;
  }
}

.page-event-shedule > #datepickers-container {
  z-index: 2;
}

.page-event-shedule > #datepickers-container .datepicker {
  background: #00b3e9;
  padding: 16px;
}

.page-event-shedule > #datepickers-container .datepicker--nav {
  align-items: center;
}

.page-event-shedule > #datepickers-container .datepicker--nav-action {
  height: 23px;
  width: 32px;
}

.page-event-shedule > #datepickers-container .datepicker--nav-action svg {
  display: none;
}

.page-event-shedule
  > #datepickers-container
  .datepicker--nav-action[data-action="prev"] {
  background: url(../img/svg/icons/icon-arrow--white-left.svg) no-repeat center
    center;
}

.page-event-shedule
  > #datepickers-container
  .datepicker--nav-action[data-action="next"] {
  background: url(../img/svg/icons/icon-arrow--white-right.svg) no-repeat center
    center;
}

.page-event-shedule > #datepickers-container .datepicker--nav-title,
.page-event-shedule > #datepickers-container .datepicker--nav-title i {
  color: #fff;
  text-transform: uppercase;
}

.page-event-shedule > #datepickers-container .datepicker--cell-day.-current-,
.page-event-shedule > #datepickers-container .datepicker--cell-day.-focus- {
  color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.page-event-shedule > #datepickers-container .datepicker--cell-day.-selected- {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.page-event-shedule
  > #datepickers-container
  .datepicker--cell-day.-event-:after {
  content: "";
  display: inline-block;
  width: 57%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: 7px;
}

.page-event-shedule > #datepickers-container .datepicker--day-name {
  text-transform: none;
  margin: 10px 0;
  font-size: 14px;
}

.visitors__content {
  display: flex;
  flex-direction: column;
}

.visitors__category {
  width: 100%;
  margin-bottom: 70px;
  padding-right: 0;
}

@media screen and (max-width: 767px) {
  .visitors__category {
    overflow: hidden;
    height: 39px;
  }
}

.visitors__category ul {
  padding-left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .visitors__category ul {
    overflow-x: auto;
    height: 45px;
  }
}

.visitors__category ul li {
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
}

.visitors__category ul li:first-child a {
  padding: 0 30px;
}

@media screen and (max-width: 1024px) {
  .visitors__category ul li:first-child a {
    padding: 0 15px;
  }
}

.visitors__category ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: none;
  align-items: center;
  padding: 0 30px;
  height: 39px;
  text-decoration: none;
  color: #000;
  border: 2px solid transparent;
}

@media screen and (max-width: 1200px) {
  .visitors__category ul li a {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 1024px) {
  .visitors__category ul li a {
    font-size: 1.5vw;
    padding: 0 15px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .visitors__category ul li a {
    font-size: 16px;
  }
}

.visitors__category ul li a.active {
  border: 2px solid #5eb1e6;
  color: #000;
}

.visitors__category ul li a:before {
  display: none;
}

.visitors__items {
  width: 100%;
}

.visitors__items .navigation {
  margin-bottom: 50px;
}

.visitors__items .navigation ul {
  padding-left: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}

.visitors__items .navigation ul li {
  list-style: none;
  box-sizing: border-box;
  font-family: Sanchez;
  font-size: 16px;
  padding-left: 0;
}

.visitors__items .navigation ul li:first-child a {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .visitors__items .navigation ul li:first-child a {
    padding: 0 20px;
  }
}

.visitors__items .navigation ul li:before {
  display: none;
}

.visitors__items .navigation ul li a {
  display: flex;
  align-items: center;
  padding: 0 19px;
  height: 30px;
  text-decoration: none;
  color: #5eb1e6;
}

@media screen and (max-width: 767px) {
  .visitors__items .navigation ul li a {
    height: auto;
  }
}

.visitors__items .navigation ul li a.active {
  background: #ff3d5e;
  color: #fff;
}

.visitors__items .user-content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: none;
}

@media screen and (max-width: 767px) {
  .visitors__items .user-content-wrapper {
    flex-direction: column;
  }
}

.visitors__items .user-content-wrapper .main {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .visitors__items .user-content-wrapper .main {
    order: 2;
  }
}

.visitors__items .user-content-wrapper .sidebar {
  margin-bottom: 30px;
  width: 344px;
  margin-left: 52px;
}

@media screen and (max-width: 767px) {
  .visitors__items .user-content-wrapper .sidebar {
    width: 100%;
    justify-content: center;
    margin-left: 0;
    order: 1;
  }
}

.results-reward {
  margin-top: 56px;
  width: 100%;
  padding: 0 80px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .results-reward {
    padding: 0 45px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 750px) {
  .results-reward {
    padding: 0;
    margin-top: 32px;
  }
}

.results-reward__item {
  flex: 1 1 1px;
  text-align: center;
  padding: 0 10px;
}

@media screen and (max-width: 750px) {
  .results-reward__item {
    flex-basis: 33.3%;
  }

  .results-reward__item:nth-child(1) {
    padding: 0 0 32px 10%;
  }

  .results-reward__item:nth-child(3) {
    padding: 0 10% 32px 0;
  }
}

.results-reward__item img {
  width: 64px;
  height: 64px;
}

@media screen and (max-width: 1200px) {
  .results-reward__item img {
    width: 40px;
    height: 40px;
  }
}

.results-reward__item span {
  display: block;
  font-family: Sanchez;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #575656;
}

@media screen and (max-width: 1200px) {
  .results-reward__item span {
    font-size: 11px;
    line-height: 15px;
  }
}

.results-article:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 1200px) {
  .results-article:not(:first-child) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .results-article:not(:first-child) {
    margin-top: 32px;
  }
}

.results-skill-list .skills-list h3 {
  font-weight: normal;
}

.results-skill__wrap li:hover .results-skill__title--skill {
  color: #5eb1e6;
}

.results-skill__item {
  position: relative;
  display: block;
}

.results-skill__item .skills-list__item-title-closer {
  pointer-events: none;
  top: 15px;
}

@media screen and (max-width: 1200px) {
  .results-skill__item .skills-list__item-title-closer {
    top: 7px;
  }
}

@media screen and (max-width: 750px) {
  .results-skill__item .skills-list__item-title-closer {
    top: 10px;
  }
}

.results-skill__item.active .skills-list__item-title-closer {
  transform: rotate(135deg);
}

.results-skill__item.loading .skills-list__item-title-closer {
  animation: loadRotation 0.75s linear infinite;
}

.results-skill__title--skill {
  position: relative;
  display: inline-block;
  pointer-events: none;
  padding: 12px 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .results-skill__title--skill {
    font-size: 18px;
    line-height: 100%;
    padding: 8px 20px;
  }
}

@media screen and (max-width: 750px) {
  .results-skill__title--skill {
    font-size: 14px;
    line-height: 18px;
    color: #575656;
    padding: 8px 15px;
  }
}

.results-skill__title--skill:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 6.5px;
  height: 6.5px;
  background: #5eb1e6;
  transform: rotate(45deg);
}

@media screen and (max-width: 1200px) {
  .results-skill__title--skill:before {
    top: 13px;
  }
}

.results-skill__title--skill:hover {
  color: #5eb1e6;
}

.results-slider {
  padding: 20px 0 50px 0;
}

@media screen and (max-width: 1200px) {
  .results-slider {
    padding: 16px 0 32px 0;
  }
}

.results-competitor {
  position: relative;
}

.results-competitor__reward {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .results-competitor__reward {
    padding: 8px;
  }
}

.results-competitor__reward img {
  width: 32px;
  height: 32px;
}

.results-competitor__wrap_photo {
  display: flex;
  flex: 1 1 34%;
  justify-content: flex-start;
}

.results-competitor__wrap_photo:nth-child(2n) {
  justify-content: flex-end;
}

.results-competitor__wrap_photo:nth-child(3n) {
  margin-top: 6px;
}

.results-competitor__photo {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  background-image: url("/application/themes/worldskills2019/template/build/img/competence/user_portrait.jpg");
  padding-top: 100%;
}

@media screen and (max-width: 1200px) {
  .results-competitor__photo {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 750px) {
  .results-competitor__photo {
    margin-bottom: 4px;
  }
}

.results-competitor__photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.results-competitor__info {
  display: flex;
  justify-content: space-between;
  font-family: Sanchez;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .results-competitor__info {
    font-size: 13px;
  }
}

.results-competitor__info--score {
  color: #575656;
}

.results-grid {
  margin: 0;
}

.results-grid__row {
  margin-top: 24px;
  width: 100%;
  min-height: 32px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .results-grid__row {
    margin-top: 16px;
  }
}

.results-grid__row--title {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .results-grid__row--title {
    display: none;
  }
}

.results-grid__row--title .results-grid__item {
  font-size: 24px;
  line-height: 24px;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .results-grid__row--title .results-grid__item {
    font-size: 18px;
  }
}

.results-grid__item {
  font-family: Sanchez;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  color: #575656;
  flex: 1 1 1px;
}

@media screen and (max-width: 1200px) {
  .results-grid__item {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  .results-grid__item {
    font-size: 12px;
    line-height: 14px;
  }
}

.results-grid__item:nth-child(1) {
  flex-grow: 0;
  flex-basis: 100px;
  min-width: 100px;
}

@media screen and (max-width: 750px) {
  .results-grid__item:nth-child(1) {
    flex-basis: 75px;
    min-width: 75px;
  }
}

.results-grid__item:nth-child(2) {
  flex-basis: 250px;
}

@media screen and (max-width: 750px) {
  .results-grid__item:nth-child(2) {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    flex-basis: 1px;
  }
}

.results-grid__item:nth-child(3) {
  flex-basis: 300px;
}

@media screen and (max-width: 750px) {
  .results-grid__item:nth-child(3) {
    order: 2;
    flex-basis: 100%;
    padding-left: 75px;
  }
}

.results-grid__item:nth-child(4) {
  flex-basis: 50px;
  min-width: 50px;
  text-align: right;
}

@media screen and (max-width: 750px) {
  .results-grid__item:nth-child(4) {
    flex-grow: 0;
  }
}

.results-grid__item img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 4px;
}

@media screen and (max-width: 1200px) {
  .results-grid__item img {
    width: 24px;
    height: 24px;
  }
}

.results-official {
  margin-top: 120px;
  font-family: Sanchez;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .results-official {
    margin-top: 60px;
  }
}

@media screen and (max-width: 750px) {
  .results-official {
    margin-top: 40px;
  }
}

.valor-total-curso {
  font-size: 24px;
  color: #145497;
  font-weight: 800;
}

.valor-parcela-curso {
  font-size: 18px;
  color: #145497;
  font-weight: 800;
}

.list-convenios {
  display: flex;
  flex-wrap: wrap;
}

.list-convenios > div {
  padding-bottom: 65px;
}

.list-convenios img {
  width: 300px;
}

.title-noticia-imprensa a {
  text-decoration: none;
}

.title-noticia-imprensa {
  padding: 10px;
  background-color: #ffffff;
  color: white;
  cursor: pointer;
  margin-bottom: 20px;
  border: 1px solid #197bff;
}

.title-noticia-imprensa:hover {
  background-color: #197bff;
}

.title-noticia-imprensa:hover > a {
  color: white;
}

.results-official__title {
  display: block;
}

.results-official__title--top {
  color: #000;
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width: 1200px) {
  .results-official__title--top {
    font-size: 24px;
    line-height: 24px;
  }
}

@media screen and (max-width: 750px) {
  .results-official__title--top {
    font-size: 16px;
    line-height: 16px;
  }
}

.results-official__title--bot {
  margin-top: 8px;
  color: #62b5e5;
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width: 750px) {
  .results-official__title--bot {
    font-size: 14px;
    line-height: 14px;
  }
}

@keyframes loadRotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.zoom-img {
  position: relative;
  overflow: hidden;
}

.zoom-img-wrapper {
  overflow: auto;
  background: #efefef;
  display: inline-block;
  max-height: 644px;
  margin: 0 -17px -24px 0;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .zoom-img-wrapper {
    max-height: 375px;
  }
}

.zoom-img-wrapper img {
  width: 100%;
  max-width: 1100%;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.zoom-img-buttons {
  position: absolute;
  bottom: 50px;
  right: 58px;
  text-align: right;
}

@media (max-width: 767px) {
  .zoom-img-buttons {
    bottom: 20px;
    right: 20px;
  }
}

.zoom-img-button {
  display: inline-block;
  width: 40px;
  height: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  user-select: none;
}

.zoom-img-button:hover {
  opacity: 0.9;
}

.zoom-img-button.up {
  background: url(../img/svg/icons/icon-zoom-up.svg) no-repeat center center
    #f7fcff;
}

.zoom-img-button.down {
  background: url(../img/svg/icons/icon-zoom-down.svg) no-repeat center center
    #f7fcff;
}

@media (max-width: 1023px) {
  .zoom-img-legend {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .zoom-img-legend tr {
    display: flex;
    width: 100%;
  }

  .zoom-img-legend td {
    margin-bottom: 20px;
    width: 50% !important;
  }
}

@media (max-width: 567px) {
  .zoom-img-legend tr {
    display: flex;
    flex-direction: column;
  }

  .zoom-img-legend td {
    width: 100% !important;
  }
}

.topTitle {
  color: white;
}

.imgLogo {
  width: 120px;
  margin-left: 80px;
  margin-top: 13px;
}

.title-menu-inner {
  color: #145497;
  padding: 10px 18px;
}

.js-show-search {
  padding: 0 32px;
}

.js-show-search i {
  color: rgb(0, 0, 0);
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active em versões anteriores a 2.1.8 */
 {
  opacity: 0;
}

.search-form {
  top: 100px;
  display: inline-block;
  position: absolute;
  background-color: rgb(230, 235, 241);
  width: 100%;
  padding: 11px;
  border-bottom: 5px solid #f28b3c;
}

.search-form form {
  display: flex;
}

.search-form #search-submit-header {
  background-color: #0f4a8d;
  padding: 15px;
  color: white;
}

#search-submit-header:focus {
  outline: none;
}

#search-field-header {
  padding: 10px;
  border: 0;
  width: 100%;
  font-size: 24px;
}

.card-body-areas {
  height: 100px;
}

.card-area {
  margin-bottom: 40px;
}

#search-field-header:focus {
  outline: none;
}

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

.header-wrap .header__menu-inner a:hover,
.header-wrap .header__menu-inner a.active {
  color: #f28b3c;
  border-left: 5px solid;
}

.head_social_text a {
  color: white;
  font-size: 18px;
  margin-left: 25px;
  text-decoration: none;
}

.mainpage.contentLoad .header-sec {
  opacity: 1;
  transform: translateY(0);
}

.mainpage .header-sec {
  opacity: 0;
  transform: translateY(-100px);
}

.header-sec {
  position: fixed;
  display: flex;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 39px;
  height: 102px;
  background: rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

section,
header,
footer {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}

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

.header-combo_logo {
  background-color: white;
  min-width: 270px;
  height: 100%;
  display: flex;
}

.header-combo_logo__logo:nth-child(1),
.header-combo_logo__sponsor:nth-child(1) {
  flex-grow: 1;
}

.header-combo_logo__logo,
.header-combo_logo__sponsor {
  position: relative;
  background: #ffffff;
  flex-basis: 1px;
  height: 100%;
  line-height: 100px;
  text-align: center;
}

a {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

a {
  text-decoration: none;
}

.header-combo_logo__logo:nth-child(2),
.header-combo_logo__sponsor:nth-child(2) {
  flex-grow: 1.015;
  line-height: 90px;
}

.header-combo_logo__logo:nth-child(3),
.header-combo_logo__sponsor:nth-child(3) {
  flex-grow: 0.7;
  line-height: 94px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.section {
  margin-top: 50px;
}

.card,
.card-img-top {
  border-radius: 0;
}

/* .card-img-top {
  height: 225.25px;
} */

.card-img-block {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s ease;
}

.card-img-block:hover {
  transform: scale(1.2);
}

.card-title {
  color: #145497;
}

@media (max-width: 750px) {
  .inner-title {
    text-align: center;
  }

  .carousel {
    padding: 0 !important;
  }

  .col-md-4,
  .col-md-6,
  .col-md-3 {
    margin-bottom: 20px;
  }

  .col-md-4,
  .col-md-3 {
    width: auto;
  }
}

.header-top_line {
  background-color: #f28b3c;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  padding: 11px 16px;
  display: flex;
  justify-content: flex-end;
  padding-left: 32px;
  padding-right: 32px;
}

.header-top_line span {
  color: white;
}

.header-top_line-wrap {
  display: flex;
}

.header-top_line__link,
.header-top_line__date {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.98px;
}

.header-combo_logo__logo:hover {
  background: #c4dfff !important;
  text-decoration: underline;
}

.head_date_text,
.head_date_timer {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.head_date_timer {
  display: none;
}

.hBurger {
  display: none;
  position: absolute;
  z-index: 20;
  right: 0;
  top: 0;
  width: 50px;
  height: 60px;
  cursor: pointer;
  padding-top: 20px;
}

.hBurger:before,
.hBurger:after,
.hBurger div {
  content: "";
  height: 2px;
  width: 20px;
  background: #fff;
  margin: 0 auto 5px auto;
  display: block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-wrap {
  display: flex;
  width: 100%;
  background-color: white;
}

.searchLine {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 100px;
  width: 100%;
  height: 100px;
  background: #fff;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.searchLine .inpSbm {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: url(../img/svg/icons/search.svg) no-repeat center center;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header-wrap .header__menu {
  flex: 1 1 1px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  cursor: pointer;
}

.header-wrap .header__menu > li {
  position: relative;
  z-index: 1;
  height: 100%;
  text-align: center;
  background: transparent;
  transition: all 0.05s cubic-bezier(0.215, 0.61, 0.355, 1);
  box-sizing: border-box;
  margin-left: 15px;
  padding-right: 15px;
  padding: 0 10px;
}

.card-beleza {
  margin-bottom: 30px !important;
}

.header-wrap .header__menu--top-line {
  position: absolute;
  left: 16px;
  top: -25px;
}

.header-top_line-wrap {
  display: flex;
}

.header-top_line__link:not(:last-child) {
  margin-right: 12px;
}

.header-top_line__link,
.header-top_line__date {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0.98px;
}

.header-wrap .header-helpers {
  display: flex;
  flex: 0 0 300px;
  z-index: 1;
  right: 0;
  top: 0;
}

.header-wrap .header-helpers__item {
  flex: 0 0 100px;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  height: 100px;
  color: #fff;
}

.header-mask {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu2 {
  display: flex;
  position: absolute;
  left: 0;
  top: 100%;
}

.separa-menu {
  position: relative !important;
}

.separa-menu hr {
  margin: 23px;
}

@media (max-width: 750px) {
  .header-top_line-wrap {
    display: none;
  }
}

@media (max-width: 750px) {
  .header-combo_logo__logo img {
    width: 150px !important;
    margin-top: 30px;
  }

  .header-combo_logo {
    width: 100%;
  }

  .main-head .main-head-block h1 {
    font-size: 40px !important;
    line-height: 58px !important;
  }
}

.footer-bs {
  background-color: #145497;
  padding: 60px 40px;
  color: rgba(255, 255, 255, 1);
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
  border-color: transparent;
}

.footer-bs .footer-brand h2 {
  margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bs .footer-nav ul.pages {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
  color: rgba(255, 255, 255, 1);
  font-weight: bold;
  text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-nav ul.list li {
  padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bs .footer-nav ul.list a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.footer-bs .footer-social ul {
  list-style: none;
  padding: 0px;
}

.footer-bs .footer-social h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.footer-bs .footer-social li {
  padding: 5px 4px;
}

.footer-bs .footer-social a {
  color: rgba(255, 255, 255, 1);
}

.footer-bs .footer-social a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.footer-bs .footer-ns p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
  }
}

.footer-bs h4 {
  color: #f28b3c;
}

#newsform form {
  margin-top: 22px;
  display: flex;
}

#newsform form input {
  width: 74%;
  padding: 8px;
  border: 1px solid #c7c3c3;
}

#newsform form button {
  padding: 18px;
  background-color: #f28b3c;
  color: white;
}

.logoFooter {
  width: 126px;
}

h2 {
  color: #333;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 30px 0 60px;
}

h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #8fbc54;
  left: 0;
  right: 0;
  bottom: -10px;
}

.col-center {
  margin: 0 auto;
  float: none !important;
}

.carousel {
  margin: 50px auto;
  padding: 0 70px;
}

.carousel .item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
}

.carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}

.carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.carousel .testimonial {
  padding: 30px 0 10px;
}

.carousel .overview {
  font-style: italic;
}

.carousel .overview b {
  text-transform: uppercase;
  color: #f28b3c;
}

.carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}

.carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgb(242, 139, 60);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
  bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}

.carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.main-head .main-head-block h1 {
  font-size: 45px !important;
  font-weight: 900 !important;
  line-height: 55px !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.desc-areas {
  font-size: 19px !important;
}

.pageIn,
  .pageIn2,
  .pageIn3 {
    opacity: 1;
    transition: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 100px, 0);
  }

  .main-head .main-head-block h1 {
    font-size: 56px;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
  }

  .pageIn2 .btn {
    background-color: #f28b3c;
    border-radius: 0;
    color: white;
    border: 0;
  }

  .pageIn2 {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 700;
  }

  .desc-areas {
    color: white;
    font-weight: 200;
  }

  @media (max-width: 750px) {
    .main-head-btn_wrap {
      margin-top: 100px;
    }

    .desc-areas {
      margin-top: 30px;
    }
  }

  .areas .card .card-title {
    font-size: 1.6rem;
  }