@charset "UTF-8";
.fancybox-infobar,
.fancybox-slide--image .fancybox-content {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
*,
.fancybox-container,
.fancybox-thumbs,
.fancybox-thumbs > ul > li {
    -webkit-tap-highlight-color: transparent;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 999999;
}
.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
    -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
    transition: opacity 0.25s, visibility 0s linear 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    -webkit-transition: opacity 0.25s, visibility 0s;
    -o-transition: opacity 0.25s, visibility 0s;
    transition: opacity 0.25s, visibility 0s;
    visibility: visible;
}
.SumoSelect.open > .search > label,
.SumoSelect.open > .search > span,
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    text-align: center;
    top: 0;
    -webkit-touch-callout: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translate3d(0, 0, 0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--next {
    z-index: 99995;
}
.fancybox-slide--image {
    overflow: visible;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px 6px 0;
}
.fancybox-slide--iframe {
    padding: 44px 44px 0;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0 0 6px;
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-button,
.fancybox-iframe {
    vertical-align: top;
}
.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 0;
    margin: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    user-select: none;
    z-index: 99995;
}
.fancybox-share__button,
.home-desc__box {
    -webkit-user-select: none;
    -moz-user-select: none;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: 0 0;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
    height: -webkit-calc(100% - 44px);
    height: calc(100% - 44px);
    margin-bottom: 44px;
}
.fancybox-iframe,
.fancybox-video {
    background: 0 0;
    border: 0;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    outline: 0;
    padding: 10px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
}
.fancybox-button svg {
    display: block;
    overflow: visible;
    position: relative;
    shape-rendering: geometricPrecision;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none;
}
.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor;
}
.fancybox-button--share svg path {
    stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
    height: 38px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
    width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
    -o-transition: opacity 0.25s, visibility 0s, color 0.25s;
    transition: opacity 0.25s, visibility 0s, color 0.25s;
}
.fancybox-navigation .fancybox-button::after {
    content: "";
    left: -25px;
    padding: 50px;
    position: absolute;
    top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px;
}
.fancybox-close-small {
    background: 0 0;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #555;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}
.fancybox-close-small svg {
    fill: transparent;
    opacity: 0.8;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke 0.1s;
    -o-transition: stroke 0.1s;
    transition: stroke 0.1s;
}
.fancybox-close-small:focus {
    outline: 0;
}
.fancybox-close-small:hover svg {
    opacity: 1;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    color: #ccc;
    padding: 5px;
    right: -12px;
    top: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    background: 0 0;
    color: #fff;
}
.fancybox-caption::after,
.fancybox-caption::before {
    display: block;
    position: absolute;
    content: "";
}
.fancybox-caption {
    bottom: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 25px 44px;
    right: 0;
}
.fancybox-caption::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    top: -25px;
    z-index: -1;
}
.fancybox-caption::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    left: 44px;
    right: 44px;
    top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: 0 0;
    border: 6px solid rgba(100, 100, 100, 0.5);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-top-color: #fff;
    height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.6;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 60px;
    z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.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);
}
.fancybox-share {
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: 0;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #fff;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs > ul {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.SumoSelect > .optWrapper,
.fancybox-thumbs-x > ul,
.fancybox-thumbs > ul > li,
.sumoStopScroll {
    overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
    background: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.SumoSelect > .CaptionCont > label > i,
.fancybox-thumbs > ul > li {
    background-position: center center;
    background-repeat: no-repeat;
}
.fancybox-thumbs > ul > li {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: -webkit-calc(100% - 8px);
    max-height: calc(100% - 8px);
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
    outline: 0;
    padding: 0;
    position: relative;
    width: 100px;
    -webkit-background-size: cover;
    background-size: cover;
}
.fancybox-thumbs > ul > li:before {
    border: 4px solid #4ea7f9;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1;
}
.SumoSelect p {
    margin: 0;
}
.SumoSelect {
    width: 200px;
}
.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    top: 0;
    left: 0;
}
.SelectBox {
    padding: 5px 8px;
}
.SumoSelect .hidden {
    display: none;
}
.SumoSelect .search-txt {
    display: none;
    outline: 0;
}
.SumoSelect .no-match {
    display: none;
    padding: 6px;
}
.SumoSelect.open .search-txt {
    display: inline-block;
    margin: 0;
    padding: 5px 8px;
    border: none;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.SelectClass,
.SumoUnder {
    right: 0;
    height: 100%;
    border: none;
    box-sizing: border-box;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.SelectClass {
    z-index: 1;
}
.SumoSelect .select-all > label,
.SumoSelect > .CaptionCont,
.SumoSelect > .optWrapper > .options li.opt label {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont {
    -webkit-box-shadow: 0 0 2px #7799d0;
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0;
}
.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #a4a4a4;
    min-height: 14px;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin: 0;
}
.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}
.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic;
}
.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.8;
}
.SumoSelect > .optWrapper > .options li.group.disabled > label,
.nominees-in-slider__btn.swiper-button-disabled {
    opacity: 0.5;
}
.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block;
}
.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.SumoSelect > .optWrapper > .options {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    max-height: 250px;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    -webkit-box-shadow: 0 0 100px #595959;
    box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}
.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #e4e4e4;
}
.SumoSelect .select-all.sel,
.SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
    display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700;
}
.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}
.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer;
}
.SumoSelect .select-all > span,
.SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}
.SumoSelect .select-all > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    -webkit-box-shadow: 0 0 2px #a1c0e4;
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #dbdbdb;
    -webkit-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px;
}
.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}
.SumoSelect .select-all.partial > span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #11a911;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center center;
}
.SumoSelect.disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.SumoSelect .select-all {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer;
}
.swiper-slide,
.swiper-wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
    cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}
.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex--reverse,
.flex--row {
    -webkit-box-orient: horizontal;
}
.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-scrollbar-cursor-drag,
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-pagination-lock,
.swiper-scrollbar-lock {
    display: none;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    -o-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
    transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
}
.btn,
img {
    border: 0;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
img,
label {
    display: block;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.jury__item,
button,
label {
    cursor: pointer;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.conditions-table__row:nth-child(2n + 1):before,
.home-names-list__arrow:before,
.home-start:after,
.home-stat__desc:before {
    content: "";
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.logo-min,
.nav-mob-box:not(._active),
.nav-sub {
    visibility: hidden;
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Roboto/Roboto-Thin.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Thin.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Light.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/Roboto/Roboto-LightItalic.woff2) format("woff2"), url(../fonts/Roboto/Roboto-LightItalic.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Roboto/Roboto-Italic.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Italic.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Medium.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Roboto/Roboto-MediumItalic.woff2) format("woff2"), url(../fonts/Roboto/Roboto-MediumItalic.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Bold.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Roboto/Roboto-BoldItalic.woff2) format("woff2"), url(../fonts/Roboto/Roboto-BoldItalic.woff) format("woff");
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Roboto/Roboto-Black.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Black.woff) format("woff");
}
* {
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.consultant__img img,
.inner {
    margin-left: auto;
    margin-right: auto;
}
html {
    font-family: sans-serif;
    min-height: 100%;
    font-size: 16px;
    line-height: 1.46;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
    height: 100%;
    font-family: Roboto;
    background-color: #fff;
    color: #000;
}
.btn,
a {
    color: inherit;
}
body._noscroll,
html.slideout-open body {
    overflow: hidden;
}
a {
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
b,
strong {
    font-weight: 700;
}
button {
    display: inline-block;
    vertical-align: top;
}
button:focus {
    outline: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
}
button,
select {
    text-transform: none;
}

.header-info__row,
.home-desc__box,
.home-names-list__name {
    text-transform: uppercase;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.conditions-table__wrapper,
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.w-16 {
    width: 16.6666%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-33 {
    width: 33.3333%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-50 {
    width: 50%;
}
.w-55 {
    width: 55%;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-66 {
    width: 66.6666%;
}
.w-70 {
    width: 70%;
}
.w-75 {
    width: 75%;
}
.w-80 {
    width: 80%;
}
.w-100 {
    width: 100%;
}
.flex {
    display: flex;
}
.flex--row {
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex--reverse {
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex--j-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.flex--j-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.flex--j-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex--j-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex--j-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex--a-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex--a-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.flex--a-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex--a-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hidden,
[hidden] {
    display: none;
}
.inner-sw {
    padding-left: 140px;
    padding-right: 140px;
}
.inner {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    max-width: 1160px;
}
@-webkit-keyframes opacity-anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacity-anim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes opacity-remove {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes opacity-remove {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
picture {
    display: block;
}
.symbol {
    font-family: Roboto;
}
.nav-mob-box__box button:after,
[class*=" i-"],
[class^="i-"] {
    font-family: icons !important;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.show-992 {
    display: none;
}
::-webkit-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}
::placeholder {
    color: inherit;
}
.btn {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn--type-1,
.btn--type-2 {
    -webkit-border-radius: 2px;
    font-weight: 500;
}
.btn--type-1 {
    background-color: #ff002e;
    color: #fff;
    height: 60px;
    padding-left: 42px;
    padding-right: 42px;
    border-radius: 2px;
}
.btn--type-1:hover {
    background-color: #d70027;
}
.btn--type-2 {
    background-color: transparent;
    color: #888;
    height: 50px;
    padding-left: 35px;
    padding-right: 35px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.btn--type-2:hover {
    color: #372bbe;
    border-color: #372bbe;
}
.conditions {
    padding-bottom: 60px;
}
.conditions-table__head {
    background-color: #ddd;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 100;
}
.conditions-table__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.conditions-table__names {
    font-weight: 500;
    font-size: 22px;
}
.conditions-table-info__value,
.contacts__name {
    font-weight: 700;
}

.conditions-table-dynamic_prices {
    margin-top: 10px;
}
.conditions-table-dynamic_prices_item {
    font-size: 11px;
    color: #8C8B8B;
}
.conditions-table-dynamic_prices_item span {
    font-size: 14px;
    color: #000;
}

.conditions-table__box:first-child {
    width: -webkit-calc(100% - 520px);
    width: calc(100% - 580px);
}
.conditions-table__box:not(:first-child) {
    width: 180px;
}
.conditions-table-info {
    text-align: center;
    font-size: 15px;
    padding: 20px 15px;
}
.conditions-table-info__btn-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 6px;
}
.conditions-table-info__btn {
    height: 32px;
    background-color: #372bbe;
    font-weight: 700;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    border: 0;
    width: 100%;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.home-names-list__arrow,
.home-names-list__box {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.conditions-table-info__btn:hover {
    background-color: #2c20ac;
}
.conditions-table__row {
    padding-top: 15px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
}
.conditions-table__row:nth-child(2n + 1):before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    height: 100%;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
    background-color: #f7f7f7;
    z-index: -1;
}
.conditions-table__value {
    text-align: center;
    color: #999;
    font-size: 32px;
}
.conditions-table__name,
.contacts__item,
.datalist__name {
    font-size: 15px;
}
.consultant__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.consultant__info {
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px);
    padding-right: 125px;
}
.contacts__box,
.home-stat__box {
    padding-left: 15px;
    padding-right: 15px;
}
.consultant__panel {
    width: 350px;
}
.consultant__img-box {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
}
.consultant__img {
    border: 1px solid #ccc;
}
.consultant__typography {
    line-height: 1.46667;
}
.consultant__typography picture {
    display: block;
    margin-bottom: 25px;
}
.contacts__wrapper,
.datalist__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.consultant__typography p:not(:last-child) {
    margin-bottom: 25px;
}
.contacts__inner {
    margin-left: -15px;
    margin-right: -15px;
}
.header-add__desc,
.header-add__info,
.header-add__logo img {
    margin-left: auto;
    margin-right: auto;
}
.contacts__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.contacts__box {
    width: 25%;
    margin-bottom: 40px;
}
.contacts__img-box {
    margin-bottom: 25px;
}
.datalist__box:not(:last-child),
.datalist__name {
    margin-bottom: 9px;
}
.contacts__name {
    font-size: 15px;
}
.contacts__info {
    margin-top: 12px;
}
.contacts__desc {
    margin-top: 16px;
}
.contacts__desc a[href*="mailto"] {
    color: #372bbe;
}
.datalist__row {
    border-bottom: 1px solid #ccc;
    padding-top: 25px;
    padding-bottom: 25px;
}
.datalist__row._action {
    color: #ff002e;
    border-bottom-color: #ff002e;
}
.datalist__box {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.footer__wrapper,
.header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.datalist__data {
    font-weight: 900;
    font-size: 21px;
    width: 35%;
}
.datalist__info {
    width: 65%;
    font-weight: 500;
    font-size: 21px;
}
.footer {
    background-color: #2f2e48;
    font-size: 15px;
}
.footer__wrapper {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}
.footer-info__row:not(:last-child) {
    margin-bottom: 3px;
}
.footer-info__row._white {
    color: #fff;
    font-size: 18px;
}
.footer-info__row._white a {
    color: #fff;
}
.footer-info__row:not(._white) {
    color: #bdbdbd;
}
.footer-copyright {
    margin-top: 20px;
    color: #bdbdbd;
}
.header-home-mob-btn-box {
    padding: 70px 0 80px;
    display: none;
}
.header-home-mob-btn-box .nav__link._action {
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
}
.header-add {
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 120px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.header-add__info {
    font-size: 18px;
    max-width: 1110px;
    line-height: 1.7;
}
.header-add__desc {
    max-width: 1110px;
    font-size: 18px;
    padding-top: 35px;
    line-height: 1.7;
}

.header-home {
    background: url(../img/fon2.jpg) 67% 0 / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.header-home__wrap {
    position: relative;
    z-index: 100;
    max-width: 1100px;
    margin: auto;
}

.header-home__bg-svg {
    position: absolute;
    top: 0;
    right: 9%;
}
.header-home__bg-mob-svg {
    position: absolute;
    display: none;
    right: -30px;
    top: 80px;
}
.header-home__start {
    position: relative;
    color:#fff;
    max-width: 1110px;
    margin: 0 auto;
}
.header {
    background: url(../img/header-bg.jpg) 50% 50% / cover no-repeat;
    color: #fff;
}
.header__wrapper {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 190px;
    padding-top: 50px;
}
.header-info {
    text-align: right;
}
.home-desc,
.home-info__btn {
    text-align: center;
}
.header-info__row {
    font-weight: 300;
}
.header-info__row._big {
    font-size: 40px;
}
.header-info__row:not(._big) {
    font-size: 22px;
}
.home-desc__box {
    font-size: 46px;
    font-weight: 300;
    color: #2f2598;
    padding-top: 108px;
    padding-bottom: 108px;
    -ms-user-select: none;
    user-select: none;
}
.home-start-org__name,
.home-start__data {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.home-info {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.66667;
    background: url(../img/temp/header-info-bg.jpg) 50% 50% / cover no-repeat;
}
.home-info__inner {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.home-info__box {
    max-width: 450px;
}
.home-info__btn-box {
    margin-top: 170px;
}
.home-info__btn {
    background: #ff002e;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-weight: 500;
    font-size: 18px;
    display: block;
    height: 70px;
    min-width: 230px;
    color: #fff;
    border: 0;
}
.home-info__btn._white-thin {
    background: none;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
}
.home-names-list__box,
.home-start-footer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.home-info__btn:hover {
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}
.home-names {
    color: #2f2598;
    background-color: #efefef;
    padding-top: 90px;
    padding-bottom: 90px;
}
.home-names-list__box {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
    transition: all 0.4s;
}
.home-names-list__box:hover {
    color: #ff002e;
}
.home-names-list__box:not(:last-child) {
    border-bottom: 2px solid #2f2598;
}

.home-names-list__box:hover .home-names-list__arrow {
    background-color: #ff002e;
}
.home-names-list__box:hover .home-names-list__arrow:before {
    border-left-color: #ff002e;
    border-top-color: #ff002e;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(103px, -50%) rotate(135deg);
    -ms-transform: translate(103px, -50%) rotate(135deg);
    transform: translate(103px, -50%) rotate(135deg);
}
.home-names-list__name {
    font-size: -webkit-calc((100vh - 180px - 5vh * 6)/ 6);
    font-size: calc((100vh - 180px - 5vh * 6) / 6);
    font-weight: 100;
    line-height: 1;
    margin-bottom: 8px;
}
.home-names-list__arrow {
    width: 140px;
    min-width: 140px;
    height: 3px;
    background-color: #2f2598;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    transition: all 0.4s;
}
.home-names-list__arrow:before,
.logo-min {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.home-names-list__arrow:before {
    width: 0;
    height: 0;
    border-left: 3px solid #2f2598;
    border-top: 3px solid #2f2598;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 90;
    -webkit-transform: translate(103px, -50%) rotate(135deg);
    -ms-transform: translate(103px, -50%) rotate(135deg);
    transform: translate(103px, -50%) rotate(135deg);
    will-change: width, height;
    transition: all 0.4s;
}
.jury__name,
.news__name {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
.home-names-list__desc {
    font-size: 18px;
}
.home-start {
    color: #fff;
    position: relative;
}
.home-start:after {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    max-width: 1110px;
    width: 70%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
}
.home-start__data {
    font-weight: 300;
    font-size: 45px;
    color: #fff;
    line-height: 1;
    user-select: none;
    margin-top: 60px;
}
.home-start__inner {
    padding-top: 84px;
    position: relative;
}
.home-start-footer__wrapper {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.home-start-btn__link,
.home-start-org {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.home-start__logo {
    margin-bottom: 90px;
}
.home-start__title {
    font-weight: 900;
    font-size: 120px;
    line-height: 0.9;
}
.home-start-org {
    display: flex;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 50px;
}
.home-start-org__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 20px;
}
.home-start-org__name {
    margin-right: 30px;
    font-size: 11px;
    line-height: 1.2;
    text-align: right;
    user-select: none;
    color: rgba(255, 255, 255, 0.5);
    max-width: 99px;
    margin-right: 18px;
}
.home-stat__item._type-1,
.nav__link,
.our-timer,
.our-timer__btn {
    text-align: center;
}
.home-start-org__img:hover {
    opacity: 0.8;
}
.home-start__footer {
    padding: 60px 0 114px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.home-start-bottom {
    margin-top: 60px;
}
.home-start-bottom__arrow {
    width: 32px;
    height: 18px;
    background: url(../img/arrow-bottom.svg) 50% 50% / contain no-repeat;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: arrowAnim 1.2s infinite;
    animation: arrowAnim 1.2s infinite;
}
.home-stat__inner,
.jury__inner {
    margin-left: -15px;
    margin-right: -15px;
}
.home-start-btn {
    width: 100%;
    display: none;
}
.home-start-btn__link {
    height: 60px;
    width: 100%;
    background-color: #ff002e;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0;
    color: #fff;
}
.home-stat__wrap,
.home-stat__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
}
@-webkit-keyframes arrowAnim {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}
@keyframes arrowAnim {
    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
}
.home-stat {
    background-color: #260e59;
    color: #fff;
    position: relative;
}
.home-stat__bg-svg {
    position: absolute;
    right: 0;
    top: 0;
}
.home-stat__title {
    font-size: 60px;
    font-style: italic;
    font-weight: 300;
    padding: 0 0 80px 15px;
}
.home-stat__wrap {
    padding-top: 80px;
    padding-bottom: 120px;
    min-height: 100vh;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-stat__inner {
    width: 100%;
}
.home-stat__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-stat__box {
    margin-bottom: 30px;
}
.home-stat__item {
    padding: 40px 30px;
    height: 100%;
}
.home-stat__item._type-1 .home-stat__num {
    font-weight: 900;
}
.home-stat__item._type-2 {
    background-color: #5a2bbe;
    color: #fff;
}
.home-stat__item._type-red {
    background-color: #FF002E;
    color: #fff;
}
.home-stat__item._type-3 {
    background-color: #fff;
    color: #2f2598;
}
.home-stat__item._type-3 .home-stat__desc:before,
.home-stat__item._type-4 .home-stat__desc:before {
    background-color: #2f2598;
}
.home-stat__item._type-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0;
}
.home-stat__item._type-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}
.home-stat__num {
    font-size: 120px;
    font-style: italic;
    line-height: 1;
    font-weight: 300;
}
.home-stat__name {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
}

.home-stat__desc {
    font-size: 15px;
    margin-top: 20px;
    padding-top: 20px;
    position: relative;
}
.home-stat__desc:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.jury__wrapper,
.nav-sub__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.home-stat-list {
    width: 100%;
}
.home-stat-list__box:not(:last-child) {
    margin-bottom: 24px;
}
.home-stat-list__name {
    font-size: 26px;
    font-weight: 300;
    font-style: italic;
}
.home-stat-list__name._big {
    font-size: 60px;
    font-weight: 700;
}

.home-stat-list__desc {
    font-size: 15px;
}
.jury__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jury__box {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}
.jury__item {
    display: block;
}
.jury__item:hover .jury__name {
    color: #372bbe;
}
.jury__img-box {
    margin-bottom: 25px;
}
.jury__name,
.nav-mob-box__box ul li:not(:last-child):not(:only-child) {
    margin-bottom: 15px;
}
.jury__img img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.jury__name {
    font-weight: 700;
    transition: color 0.4s;
}
.logo-min {
    width: 14px;
    height: 30px;
    display: block;
    transition: all 0.4s;
    opacity: 0;
}
.modal-overlay,
.nav-mob-box {
    position: fixed;
    width: 100%;
    left: 0;
}

.home-start__logo-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 70px;
}
.home-start__logo-box .logo img {
    height: 90px;
}
.home-start__logo-text {
    text-align: right;
    font-size: 15px;
    line-height: 1.7;
    max-width: 179px;
    position: relative;
}

.logo {
    display: inline-block;
    height: 90px;
    min-width: 134px;
}
.logo:hover {
    opacity: 0.7;
}
.nav-mob-link._active span:nth-child(2),
.nav-sub {
    opacity: 0;
}
.modal-overlay {
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 1000;
}
.modal-overlay:not(._active) {
    display: none;
}
.modal-overlay._active {
    -webkit-animation: opacity-anim 0.4s;
    animation: opacity-anim 0.4s;
}
.nav-mob-box {
    top: 50px;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    overflow: auto;
    z-index: 10000;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.nav-mob-box__box button,
.nav-mob-link {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.nav-mob-box:not(._active) {
    opacity: 0;
}
.nav-mob-box__wrap {
    padding-top: 42px;
    padding-bottom: 42px;
}
.nav-mob-box__box {
    font-size: 22px;
}
.nav-mob-box__box button {
    vertical-align: baseline;
    position: relative;
    padding-right: 24px;
}
.nav-mob-box__box button:after {
    content: "\e904";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav-sub:after,
.nav-sub:before {
    content: "";
}
.nav-mob-box__box ul,
.nav-mob-link span {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.nav-mob-box__box button._active:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav-mob-box__box button._active + ul {
    margin-top: 15px;
    max-height: 700px;
}
.nav-mob-box__box ul {
    padding-left: 24px;
    list-style: none;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.4s;
    max-height: 0;
    overflow: hidden;
}
.nav-mob-box__box:not(:last-child) {
    margin-bottom: 28px;
}
.nav-mob-link {
    width: 24px;
    height: 16px;
    position: relative;
    display: none;
}
.nav-mob-link._active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 24px 4px;
    -ms-transform-origin: 24px 4px;
    transform-origin: 24px 4px;
}
.nav-mob-link._active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 18px 0;
    -ms-transform-origin: 18px 0;
    transform-origin: 18px 0;
}
.nav-mob-link span {
    transition: all 0.4s;
    width: 100%;
    display: block;
    height: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
}
.nav-mob-link span:nth-child(1) {
    top: 0;
}
.nav-mob-link span:nth-child(2) {
    top: 7px;
}
.nav-mob-link span:nth-child(3) {
    top: 14px;
}
.nav-sub,
.nav-sub:before {
    position: fixed;
    top: 50px;
    width: 100%;
    left: 0;
}
.nav-sub {
    background-color: #fff;
    padding-top: 45px;
    padding-bottom: 45px;
    z-index: 1000;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.news,
.news-item {
    padding-bottom: 60px;
}
.news_event_date {
    margin-bottom: 2px;
}
.news_event_date .news_taged {
    padding: 5px 10px;
    background: #1210C7;
    color: #fff;
    border-radius: 5px;
}
.news_event_place {
    margin-bottom: 15px;
}
.news_event_place .news_taged {
    padding: 5px 10px;
    border: 1px solid #000;
    border-radius: 5px;
}
.news_taged {
    display: inline-block;
}
.news-item__info .news_taged {
    font-size: 14px;
}
.news-item__info .news_event_place .news_taged {
    color: #000;
}




.nav-sub:before {
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.nav-sub:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.nav-sub__container {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index: 100;
}
.nav-sub__inner {
    margin-left: -30px;
    margin-right: -30px;
}
.nav-sub__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.nav,
.nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.nav-sub__box {
    padding-left: 30px;
    padding-right: 30px;
    width: 33.33333%;
}
.nav,
.news-item__wrapper {
    -webkit-flex-wrap: wrap;
    width: 100%;
}
.nav-sub__row:not(:last-child) {
    margin-bottom: 14px;
}
.nav-sub__link {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}
.nav-sub__link:hover {
    color: #372bbe;
}
.nav {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__box:hover .nav-sub {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.nav__link {
    border: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
}
.news-item-header__wrapper,
.news-item__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.nav__link._active,
.nav__link:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.nav__link._action {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-width: 182px;
    color: #fff;
    height: 40px;
    margin-left: 12px;
    background-color: #ff002e;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.news__inner,
.nominees-in-info__inner {
    margin-left: -15px;
    margin-right: -15px;
}
.nav__link._action:hover {
    background-color: #d70027;
}
.news-item__wrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-item__info {
    width: -webkit-calc(100% - 255px);
    width: calc(100% - 255px);
    padding-right: 125px;
}
.news-item__content {
    font-size: 15px;
    line-height: 1.46;
}
.news-item__content p:not(:last-child) {
    margin-bottom: 22px;
}
.news-item__subscribe {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
}
.news-item-header {
    margin-bottom: 35px;
}
.news-item-header__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.news-item__btn,
.news-item__btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.news-item-header__img-box {
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
}
.news-item-header__img img {
    width: 100%;
}
.news-item-header__info {
    padding-left: 30px;
    width: 200px;
}
.news-item-header__data {
    margin-bottom: 25px;
    font-size: 18px;
    color: #888;
}
.news-item-header__social {
    border-top: 1px solid #ccc;
    padding-top: 25px;
}
.news-item__panel {
    width: 255px;
}
.news-item__btn-box {
    display: flex;
    margin-top: 45px;
}
.news-item__btn {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.news-item__btn-part {
    background: #1210C7;
    color: #fff;
    margin-right: 2px;
}
.news-item__btn-part:hover {
    background: #fff;
}
.news__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.news__box {
    margin-bottom: 40px;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
.news__img-box {
    height: 190px;
    margin-bottom: 25px;
}
.news__img,
.news__img img {
    width: auto;
    height: 100%;
}
.news__item {
    display: block;
    font-size: 15px;
}
.nomination-list__name,
.nomination__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.news__item:hover .news__name {
    color: #372bbe;
}
.news__data {
    color: #888;
    font-size: 15px;
    margin-bottom: 16px;
}
.news__name {
    font-weight: 700;
    margin-bottom: 16px;
    transition: color 0.4s;
}
.news__pagination {
    margin-top: 10px;
}
.nomination__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.nomination__info {
    width: -webkit-calc(100% - 255px);
    width: calc(100% - 255px);
    padding-right: 125px;
}
.nomination__panel {
    width: 255px;
}
.nomination-list__box:not(:last-child) {
    margin-bottom: 24px;
}
.nomination-list__item {
    position: relative;
    cursor: pointer;
}
.nomination-list__item._active .nomination-list__arrow {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.nomination-list__item:not(._active) + .nomination-list__content {
    max-height: 0;
}
.nomination-list__item:not(._active):hover .nomination-list__name {
    color: #372bbe;
}
.nomination-list__name {
    font-weight: 700;
    font-size: 20px;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    min-height: 56px;
    padding-right: 65px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nomination-list__arrow {
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
    color: #777;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.nomination-list__content {
    overflow: hidden;
    -webkit-transition: max-height 0.6s;
    -o-transition: max-height 0.6s;
    transition: max-height 0.6s;
    max-height: 900px;
}
.nominees-in-slider__btn,
.nominees-search__input {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.nomination-list__typography {
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    padding-top: 20px;
    padding-left: 25px;
}
.nomination-list__typography p:not(:last-child) {
    margin-bottom: 19px;
}
.nomination-list__typography a:hover {
    color: #372bbe;
}
.nomination__subscribe {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
}
.nomination-btn {
    margin-top: 30px;
}
.nominees-in-slider {
    overflow: hidden;
}
.nominees-in-slider__container {
    position: relative;
    min-height: 56px;
    padding-right: 20vw;
}
.nominees-in-slider__img img {
    width: 100%;
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
}
.nominees-in-slider__btn {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    color: #777;
    border: 0;
    font-size: 20px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    transition: all 0.4s;
}
.nominees-in-slider__btn-icon {
    display: block;
}
.nominees-in-slider__btn:hover {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35);
}
.nominees-in-slider__btn._left {
    left: 30px;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}
.nominees-in-slider__btn._right {
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nominees-in-gr {
    margin-bottom: 50px;
}
.nominees-in-gr__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.nominees-in-gr__desc {
    font-size: 15px;
    line-height: 1.46667;
}
.nominees-in-gr__desc p:not(:last-child) {
    margin-bottom: 20px;
}
.nominees-in-info {
    margin-top: 50px;
}
.nominees-in-info__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.nominees-in-info__box {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.nominees-in-params__box,
.nominees-top__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
}
.nominees-in-params {
    font-size: 13px;
}
.nominees-in-params__box {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nominees-in-params__box:not(:last-child) {
    border-bottom: 1px dotted #ccc;
}
.nominees-in-params__name {
    color: #888;
}
.nominees-in-params__value a[href*="tel"] {
    font-weight: 700;
    font-size: 20px;
    color: #333;
}
.nominees-in-params__value a:not([href*="tel"]) {
    color: #0015C8;
}
.nominees-in-params__value a:not([href*="tel"]):hover {
    color: #ff002e;
}
.nominees-in-links,
.nominees-in-params__value strong {
    font-size: 15px;
}
.nominees-in-links__box:not(:last-child) {
    margin-bottom: 16px;
}
.nominees-in-links__item {
    color: #0015C8;
}
.nominees-in-links__item:before {
    content: "•";
    font-size: 16px;
    margin-right: 4px;
}
.nominees-in-links__item:hover span {
    text-decoration: underline;
}
.nominees {
    padding-bottom: 40px;
    background-color: #efefef;
}
.nominees-top {
    background-color: #fff;
    padding-bottom: 45px;
}
.nominees-top__form {
    display: block;
}
.nominees-top__inner {
    margin-left: -12px;
    margin-right: -12px;
}
.nominees-group-box__inner,
.our-news__inner,
.our-partners__inner {
    margin-left: -15px;
    margin-right: -15px;
}
.nominees-top__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nominees-group-box__wrapper,
.noms-list-btn__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.nominees-top__box {
    padding-left: 12px;
    padding-right: 12px;
}
.nominees-top__box:not(:last-child) {
    margin-bottom: 12px;
}
.nominees-group__content,
.nominees-group__header {
    margin-bottom: 28px;
}
.nominees-top__box--year {
    width: 20%;
}
.nominees-top__box--region {
    width: 30%;
}
.nominees-top__box--category {
    width: 30%;
}
.nominees-top__box--search {
    width: 50%;
}
.nominees-content {
    background-color: #f5f5f5;
    padding-top: 45px;
    padding-bottom: 45px;
}
.nominees-search__input {
    height: 50px;
    padding-left: 14px;
    padding-right: 42px;
    color: #999;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: all 0.4s;
    font-size: 15px;
}
.nominees-search__input:focus {
    border-color: #888;
    color: #777;
}
.nominees-search__input-box {
    position: relative;
}
.nominees-search__btn {
    border: 0;
    color: #aaa;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 48px;
    background-color: transparent;
    font-size: 20px;
}
.nominees-group__title {
    font-weight: 700;
    font-size: 20px;
}
.nominees-group-box__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.nominees-group-box__box {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.nominees-group-box__item {
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 100%;
}
.nominees-group-box__item:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}
.nominees-group-box__img-box {
    position: relative;
}
.nominees-group-box__img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(31.77%, rgba(196, 196, 196, 0)), to(#383838));
    background: -webkit-linear-gradient(top, rgba(196, 196, 196, 0) 31.77%, #383838 100%);
    background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 31.77%, #383838 100%);
    background: linear-gradient(180deg, rgba(196, 196, 196, 0) 31.77%, #383838 100%);
    z-index: 10;
}
.nominees-group-box__img img {
    height: 195px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.nominees-group-box__info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 24px 30px;
    color: #fff;
    z-index: 100;
}
.nominees-group-box__name {
    font-size: 18px;
    font-weight: 700;
}
.nominees-group-box__city {
    font-size: 15px;
}
.nominees-group-box__content {
    padding: 24px 30px;
    font-size: 15px;
}
.nominees-group-box-params__box:first-child {
    margin-bottom: 15px;
}
.nominees-group-box-params__name {
    color: #888;
}
.nominees-group-box-params__value {
    color: #333;
}
.nominees__list {
    padding-bottom: 20px;
}
.noms-list {
    background-color: #260e59;
    padding-top: 80px;
    padding-bottom: 90px;
    color: #fff;
}
.noms-list__title {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 35px;
}
.noms-list__sum {
    font-size: 34px;
    color: #ff002e;
    font-weight: 300;
}
.noms-list-slider {
    position: relative;
}
.noms-list-slider__container {
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.noms-list-slider__container:not(.swiper-container-horizontal) {
    opacity: 0;
}
.noms-list-slider__btn {
    position: absolute;
    top: 50%;
    height: 30px;
    width: 30px;
    background-color: transparent;
    color: #fff;
    border: 0;
    font-size: 30px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.noms-list-slider__btn:hover {
    opacity: 0.7;
}
.noms-list-slider__btn.swiper-button-disabled {
    opacity: 0.15;
}
.noms-list-slider__btn._prev {
    -webkit-transform: translate(-40px, -50%) scaleX(-1);
    -ms-transform: translate(-40px, -50%) scaleX(-1);
    transform: translate(-40px, -50%) scaleX(-1);
    left: 0;
}
.noms-list-slider__btn._next {
    -webkit-transform: translate(40px, -50%);
    -ms-transform: translate(40px, -50%);
    transform: translate(40px, -50%);
    right: 0;
}
.noms-list-slider__item {
    display: block;
    position: relative;
}
.noms-list-slider__item:hover .noms-list-slider__img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.noms-list-slider__img {
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.noms-list-slider__img-box {
    position: relative;
    overflow: hidden;
}
.noms-list-slider__img-box:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.77%, rgba(0, 0, 0, 0.6) 100%);

}
.noms-list-slider__img-box-js:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 31.77%, rgba(0, 0, 0, 0.6) 100%);

}

.js-noms-list-second .noms-list-slider__item {
    width: 100%;
    padding-top: 56.25%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
  }

  /* If you want text inside of the container */
.js-noms-list-second .noms-list-slider__item-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.noms-list-slider__img-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 196px;
}

.noms-list-slider__img-box-js img {
    object-fit: cover;
    width: 100%;
}


.noms-list-slider__footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
}
.our-news,
.our-partners {
    padding-top: 70px;
}
.our-news__box,
.our-partners__box {
    padding-left: 30px;
    padding-right: 30px;
}
.our-news,
.our-partners,
.our-projects {
    padding-bottom: 70px;
}
.noms-list-slider__name {
    font-size: 18px;
    font-weight: 700;
}
.noms-list-btn {
    margin-top: 24px;
    display: none;
}
.noms-list-btn__item {
    height: 50px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
}
.our-news {
    background-color: #efefef;
}
.our-news__title {
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 35px;
}
.our-news__sum {
    font-size: 34px;
    color: #ff002e;
    font-weight: 300;
}
.our-news__content {
    color: #333;
}
.our-news__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.our-news__box {
    width: 25%;
    margin-bottom: 30px;
}
.our-news__item {
    display: block;
    font-size: 15px;
}
.our-news__btn,
.our-news__btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.our-news__item:hover .our-news__name {
    color: #2f2598;
}
.our-news__img {
    margin-bottom: 25px;
}
.our-news__img img {
    width: 100%;
}
.our-news__data {
    color: #888;
    margin-bottom: 12px;
}
.our-news__name {
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.our-news__btn,
.panel-form-tab-cap__item {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.our-news__btn-box {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}
.our-news__btn {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ccc;
    min-width: 160px;
    height: 50px;
    font-size: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #888;
    transition: all 0.4s;
}
.our-partners__wrapper,
.our-projects__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
}
.our-news__btn:hover {
    color: #2f2598;
    border-color: #2f2598;
}
.our-projects,
.our-timer {
    color: #fff;
    padding-top: 80px;
}
.our-timer {
    color: #2F2598;
}

.our-timer__inner {
    padding-bottom: 30px;
    border-bottom: 1px solid #2F2598;
}
.our-partners__title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
}
.our-partners__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.our-partners__img,
.our-partners__item {
    display: block;
}
.our-projects {
    background: url(../img/our-projects-bg.jpg) 50% 50% / cover no-repeat;
}
.our-projects__title {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 65px;
}
.our-projects__inner {
    margin-left: -35px;
    margin-right: -35px;
}
.panel-form-el-split__inner,
.partner__inner {
    margin-left: -15px;
    margin-right: -15px;
}
.our-projects__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.our-projects__box {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 80px;
    width: 16.66666%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-projects__item {
    display: block;
}
.our-timer__btn-box,
.our-timer__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.our-timer {
    background: #fff;
    padding-bottom: 50px;
}
.our-timer__title {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 30px;
}
.our-timer__wrapper {
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-timer__box {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 20px;
}
.our-timer__btn-box {
    margin-top: 50px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.our-timer__btn,
.pagination__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.our-timer__btn {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    min-width: 230px;
    font-size: 18px;
}
.our-timer__value {
    font-size: 90px;
    line-height: 1;
    font-weight: 300;
}
.our-timer__name {
    font-size: 15px;
    margin-top: 0px;
    font-weight: 500;
}
.page-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-section._pb-0 {
    padding-bottom: 0;
}
.page-section__title {
    margin-bottom: 35px;
}
.panel-form-el__box:not(:last-child),
.panel-form-el__desc,
.panel-form-tab-cap,
.panel__typography p:not(:last-child) {
    margin-bottom: 20px;
}
.page-section__title:not(._light) {
    font-weight: 900;
}
.page-section__title._light {
    font-weight: 300;
}
.page-section__title:not(._normal) {
    text-transform: uppercase;
    font-size: 40px;
}
.page-section__title :not(strong) {
    font-weight: inherit;
    font-size: inherit;
}
.page-section__title._normal {
    font-size: 30px;
}
.page-box {
    overflow: hidden;
}
.pagination {
    font-size: 18px;
}
.pagination__item._next,
.pagination__item._prev {
    font-size: 26px;
}
.pagination__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pagination__item,
.panel-form-tab-cap__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.pagination__item {
    color: #333;
    font-weight: 700;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.pagination__item[href]:hover {
    color: #ff002e;
}
.pagination__item._next:not([href]),
.pagination__item._prev:not([href]) {
    color: #aaa;
}
.pagination__item._prev [class^="i-"] {
    display: block;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
.pagination__item._active {
    color: #ff002e;
}
.panel {
    width: 40%;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1000;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.panel__close,
.partner__name {
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
.panel:not(._active) {
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
}
.panel__close {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 28px;
    line-height: 1;
    color: #777;
    border: 0;
    background-color: transparent;
    transition: color 0.4s;
}
.panel__close:hover {
    color: #ff002e;
}
.panel__wrap {
    overflow: auto;
    height: 100%;
    padding: 75px 30px;
    position: relative;
}
.panel__title {
    font-size: 30px;
    font-weight: 700;
}
.panel__desc {
    font-size: 18px;
    color: #777;
}
.panel__typography {
    margin-top: 25px;
    padding-bottom: 25px;
    font-size: 15px;
    line-height: 1.46667;
}
.panel__typography picture {
    display: block;
    margin-bottom: 25px;
}
.panel__content {
    margin-top: 40px;
}
.panel-form {
    font-size: 15px;
    padding-bottom: 40px;
}
.panel-form-tab-cap__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.panel-form-el-split__wrapper,
.panel-form-tab-cap__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
}
.panel-form-tab-cap__box:nth-child(1) .panel-form-tab-cap__item {
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.panel-form-tab-cap__box:nth-child(2) .panel-form-tab-cap__item {
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.panel-form-tab-cap__item {
    border: 1px solid #ccc;
    transition: all 0.4s;
    height: 40px;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 130px;
}
.panel-form-el__btn,
.panel-form-el__receive-btn {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    border: 0;
}
.panel-form-tab-cap__item._active {
    background-color: #999;
    color: #fff;
}
.panel-form-tab-cap__item:not(._active) {
    color: #333;
    cursor: pointer;
}
.panel-form-tab-cap__item:not(._active):hover {
    background-color: #f0f0f0;
}
.panel-form-tab__box:not(._active) {
    display: none;
}
.panel-form-el {
    max-width: 540px;
}
.panel-form-el._limit {
    max-width: 350px;
}
.panel-form-el__compet {
    font-size: 15px;
    line-height: 1.2;
    color: #888;
}
.panel-form-el__receive-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #ddd;
    color: #777;
    transition: all 0.4s;
    padding-left: 25px;
    padding-right: 25px;
}
.panel-form-el__btn,
.panel-form-el__receive-btn:hover {
    background-color: #ff002e;
    color: #fff;
}
.panel-form-el__name {
    margin-bottom: 10px;
    min-height: 22px;
}
.panel-form-el__btn {
    height: 55px;
    min-width: 160px;
    text-align: center;
    transition: all 0.4s;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    padding-right: 40px;
}
.panel-form-el__btn:hover {
    background-color: #d70027;
}
.panel-form-el__link {
    color: #372bbe;
    border: 0;
    background-color: transparent;
}
.panel-form-el__link:hover {
    color: #241a93;
}
.panel-form-el__input-box {
    position: relative;
}
.panel-form-el__input {
    border: 1px solid #ccc;
    height: 45px;
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.panel-form-el__input:focus {
    border-color: #372bbe;
}
.panel-form-el__input._error {
    border-color: #8b0000;
}
.panel-form-el__input._sms {
    padding-right: 120px;
}
.panel-form-el-split__box,
.partner__box {
    padding-left: 15px;
    padding-right: 15px;
}
.panel-form-el__info {
    font-size: 13px;
    letter-spacing: 0.01em;
    color: #999;
    line-height: 1.2;
}
.panel-form-el-split__wrapper {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.partner__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.partner__box {
    width: 16.6666%;
    margin-bottom: 40px;
}
.partner__item {
    display: block;
    cursor: pointer;
}
.partner__item:hover .partner__name {
    color: #372bbe;
}
.partner__item:hover .partner__img-box {
    border: 1px solid #999;
}
.partner__img-box {
    border: 1px solid #ccc;
    height: 120px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}
.partner__img-box img {
    max-height: 120px;
}
.partner__img {
    display: block;
}
.partner__name {
    transition: color 0.4s;
    font-size: 15px;
    font-weight: 700;
    margin-top: 25px;
}
.partner__remark {
    font-size: 12px;
}
.post-social__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.post-social__item {
    display: block;
    color: #333;
    font-size: 23px;
}
.post-social__item:hover,
.rules-list__item:not(._active):hover .rules-list__name {
    color: #372bbe;
}
.rules__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.rules__info {
    width: -webkit-calc(100% - 255px);
    width: calc(100% - 255px);
    padding-right: 125px;
}
.rules__panel {
    width: 255px;
}
.rules__subscribe {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    width: 100%;
}
.rules-list__box:not(:last-child) {
    margin-bottom: 20px;
}
.rules-list__item {
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
.rules-list__item._active .rules-list__arrow [class*="i-"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rules-list__item._active + .rules-list__content {
    display: block;
}
.rules-list__name {
    font-weight: 500;
    font-size: 21px;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline;
    padding-right: 4px;
}
.rules-list__arrow {
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
}
.rules-list__arrow [class*="i-"] {
    display: block;
    will-change: transform;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
.rules-list__content {
    display: none;
    padding-top: 12px;
}
.rules-list__typography {
    font-size: 15px;
    color: #333;
}
.rules-list__typography p:not(:last-child) {
    margin-bottom: 19px;
}
.rules-list__typography a:hover {
    color: #372bbe;
}
.select__item {
    display: none;
}
.select--type-1 .SumoSelect {
    width: 100%;
    display: block;
    cursor: pointer;
}
.select--type-1 .SumoSelect > .CaptionCont,
.social__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.select--type-1 .SumoSelect .no-match {
    padding: 12px 25px;
}
.select--type-1 .SumoSelect.open .search-txt {
    height: 100%;
    padding: 0 45px 0 14px;
}
.select--type-1 .SumoSelect.open > .CaptionCont {
    background-color: #f7f7f7;
}
.select--type-1 .SumoSelect.open > .CaptionCont > label > i {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select--type-1 .SumoSelect.open > .CaptionCont > span.placeholder {
    opacity: 0;
}
.select--type-1 .SumoSelect:hover > .CaptionCont {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select--type-1 .SumoSelect > .CaptionCont {
    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    font-size: 15px;
    padding-left: 14px;
    padding-right: 30px;
    background-color: #fff;
    line-height: 50px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.select--type-1 .SumoSelect > .CaptionCont > span {
    cursor: pointer;
    padding-right: 0;
}
.select--type-1 .SumoSelect > .CaptionCont > span.placeholder {
    font-style: normal;
    font-weight: 400;
    color: #999;
    font-size: 18px;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
.select--type-1 .SumoSelect > .CaptionCont > label {
    cursor: pointer;
    width: 42px;
}
.select--type-1 .SumoSelect > .CaptionCont > label > i {
    background: url(../img/icon/arrow-down.svg) 50% 50% / contain no-repeat;
    width: 24px;
    height: 24px;
    opacity: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select--type-1 .SumoSelect > .optWrapper {
    top: 49px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    z-index: 10;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select--type-1 .SumoSelect > .optWrapper .scroll-scrolly_visible li.opt {
    padding-right: 64px !important;
}
.select--type-1 .SumoSelect > .optWrapper > .options {
    max-height: 194px !important;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt {
    height: 46px;
    white-space: nowrap;
    line-height: 46px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 14px;
    color: #666;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 0;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt.selected {
    font-weight: 400;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt.selected > span > i {
    background-color: transparent;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt.disabled {
    display: none;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt label {
    display: block;
    height: 100%;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: rgba(55, 43, 190, 0.15);
    color: #333;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt > span {
    margin-left: 0;
    width: 14px;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt > span + label {
    padding-left: 24px;
}
.select--type-1 .SumoSelect > .optWrapper > .options li.opt > span > i {
    bottom: auto;
    right: auto;
    margin: 1px 0 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.social__wrapper {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.social__item,
.subscribe__input-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.social__box {
    margin-left: 8px;
    margin-right: 8px;
}
.social__item {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #2f2e48;
    background-color: #fff;
    font-size: 18px;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}
.social__item:hover {
    color: #605f8c;
}
.subscribe {
    background: -webkit-linear-gradient(160deg, #050072 0, #6f00c4 100%);
    background: -o-linear-gradient(160deg, #050072 0, #6f00c4 100%);
    background: linear-gradient(-70deg, #050072 0, #6f00c4 100%);
    color: #fff;
}
.subscribe__form {
    padding: 48px 20px 24px;
}
.subscribe__title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
.subscribe__desc {
    font-size: 13px;
    margin-top: 14px;
}
.subscribe__input-box {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.subscribe__input {
    width: -webkit-calc(100% - 43px);
    width: calc(100% - 43px);
    height: 40px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 10px;
    font-size: 15px;
    color: #999;
    border: 0;
}
.subscribe__input::-webkit-input-placeholder {
    opacity: 1;
    color: #999;
}
.subscribe__input::-ms-input-placeholder {
    opacity: 1;
    color: #999;
}
.subscribe__input::placeholder {
    opacity: 1;
    color: #999;
}
.subscribe__btn {
    width: 40px;
    height: 40px;
    border: 0;
    margin-left: 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #5213ff;
    color: #fff;
    font-size: 36px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.subscribe__btn:hover {
    background-color: #450edc;
}
.subscribe__list {
    margin-top: 25px;
}
.subscribe__info {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 10px;
}
.subscribe__info a {
    border-bottom: 1px solid;
}
.subscribe__info a:hover {
    border-bottom-color: transparent;
}
.top {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
    position: fixed;
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
body.home .top._active,
body:not(.home) .top {
    background-color: rgba(0, 0, 0, 0.5);
}
.top__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.top._active .logo-min {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@font-face {
    font-family: icons;
    src: url(../fonts/Icon/icons.eot?3s61m2);
    src: url(../fonts/Icon/icons.eot?3s61m2#iefix) format("embedded-opentype"), url(../fonts/Icon/icons.ttf?3s61m2) format("truetype"), url(../fonts/Icon/icons.woff?3s61m2) format("woff"),
        url(../fonts/Icon/icons.svg?3s61m2#msk) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class*=" i-"],
[class^="i-"] {
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
}
.i-arrow-down:before {
    content: "\e908";
}
.i-search:before {
    content: "\e907";
}
.i-arrow-long:before {
    content: "\e906";
}
.i-close:before {
    content: "\e902";
}
.i-check:before {
    content: "\e903";
}
.i-min-arrow:before {
    content: "\e904";
}
.i-plus:before {
    content: "\e901";
}
.i-facebook:before {
    content: "\e905";
}
.i-telegram:before {
    content: "\e900";
}
.i-twitter-square:before {
    content: "\f081";
}
.i-facebook-square:before {
    content: "\f082";
}
.i-youtube-play:before {
    content: "\f16a";
}
.i-instagram:before {
    content: "\f16d";
}
.i-vk:before {
    content: "\f189";
}
.i-odnoklassniki-square:before {
    content: "\f264";
}

@media (max-width: 1600px) {
    .home-start-bottom {
        margin-top: 40px;
    }
}
@media (max-width: 1500px) {
    .nav__link {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 1400px) {
    .inner-sw {
        padding-left: 80px;
        padding-right: 80px;
    }
    .header-add {
        padding-top: 60px;
        padding-bottom: 60px;

    }
    .home-start__data {
        font-size: 30px;
    }
    .home-start__inner {
        padding-top: 80px;
    }
    .home-start__logo {
        margin-bottom: 50px;
    }
    .nav__link {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1300px) {
    .nav__link {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1200px) {
    .home-start__title {
        font-size: 100px;
    }
    .header-add {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .home-desc__box {
        font-size: 32px;
        padding-top: 52px;
        padding-bottom: 52px;
    }
    .home-stat__num {
        font-size: 90px;
    }
    .home-stat-list__name,
    .home-stat__name {
        font-size: 20px;
    }
    .jury__box {
        width: 25%;
    }
    .noms-list__title {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .noms-list__sum {
        font-size: 24px;
    }
    .noms-list-slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    .noms-list-slider__btn._prev {
        left: 20px;
    }
    .noms-list-slider__btn._next {
        right: 20px;
    }
    .our-news__title {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .our-news__sum {
        font-size: 24px;
    }
    .our-partners__title,
    .our-projects__title {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .panel {
        width: 50%;
    }
    .partner__box {
        width: 20%;
    }
    .top__wrap {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1100px) {
    .nav__link {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 992px) {
    .jury__inner,
    .news__inner {
        margin-left: -12px;
        margin-right: -12px;
    }
    body._noscroll,
    html.slideout-open body {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
    }
    .inner,
    .inner-sw {
        padding-left: 20px;
        padding-right: 20px;
    }
    .show-992 {
        display: block;
    }
    .hide-992,
    .home-names-list__arrow {
        display: none;
    }
    .consultant__info {
        padding-right: 0;
        width: 100%;
    }
    .jury__box,
    .nav__link {
        padding-right: 12px;
        padding-left: 12px;
    }
    .consultant__panel {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 25px;
    }
    .contacts__box {
        width: 33.33333%;
    }
    .datalist__data,
    .datalist__info {
        font-size: 16px;
    }
    .home-names {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home-names-list__box {
        padding-top: 20px;
        padding-bottom: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }
    .home-names-list__name {
        width: 100%;
        font-size: 42px;
    }
    .home-names-list__desc {
        font-size: 15px;
    }
    .home-start__inner {
        min-height: auto;
        padding-top: 80px;
    }
    .home-stat__box {
        width: 50%;
    }
    .jury__box {
        width: 25%;
    }
    .nav__link._action {
        min-width: 160px;
    }
    .news-item__info {
        padding-right: 40px;
    }
    .news__box {
        width: 33.33333%;
        padding-left: 12px;
        padding-right: 12px;
    }
    .news__img-box {
        margin-bottom: 15px;
    }
    .news__data,
    .news__name {
        margin-bottom: 10px;
    }
    .nomination__info {
        padding-right: 40px;
    }
    .nomination-list__name {
        font-size: 18px;
    }
    .nomination-list__typography {
        padding-left: 0;
    }
    .nominees-in-slider__img img {
        height: 350px;
    }
    .nominees-in-info__inner {
        margin-left: 0;
        margin-right: 0;
    }
    .nominees-group-box__inner,
    .our-news__inner,
    .partner__inner {
        margin-left: -12px;
        margin-right: -12px;
    }
    .nominees-in-info__box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .nominees-group-box__box {
        padding-left: 12px;
        padding-right: 12px;
    }
    .nominees-group-box__content,
    .nominees-group-box__info {
        padding: 20px 24px;
    }
    .our-news__box,
    .pagination__item,
    .partner__box {
        padding-left: 12px;
        padding-right: 12px;
    }
    .our-news__box {
        width: 33.3333%;
    }
    .our-projects__box {
        width: 20%;
    }
    .page-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-section__title:not(._normal) {
        font-size: 30px;
    }
    .pagination {
        font-size: 16px;
    }
    .pagination__item._next,
    .pagination__item._prev {
        font-size: 20px;
    }
    .panel {
        width: 60%;
    }
    .partner__box {
        width: 25%;
    }
    .rules__info {
        padding-right: 40px;
    }
    .top__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
/* }
@media all and (max-width: 800px) { */
    .home-start__title {
        font-size: 80px;
    }
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs > ul > li {
        max-width: -webkit-calc(100% - 10px);
        max-width: calc(100% - 10px);
    }
/* }
@media (max-width: 768px) { */
    .home-info__box {
        display: flex;
        flex-direction: column;
    }
    .home-info {
        background: url(../img/temp/header-info-bg.jpg) 70% 50% / cover no-repeat;
    }
    .home-info__inner {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .home-info__desc {
        flex: 1 0 auto;
    }
    .header-home-mob-btn-box {
        display: block;
    }
    .home-start-org {
        justify-content: center;
    }
    .header-add {
        padding-bottom:0;
    }
    .home-start-bottom-box {
        display: flex;
        flex-direction: column-reverse;
    }
    .conditions__wrap {
        overflow: auto;
        padding-bottom: 10px;
    }
    .conditions-table {
        min-width: 700px;
    }
    .conditions-table__head {
        top: 0;
    }
    .conditions-table__names {
        font-size: 18px;
    }
    .header-info__row._big {
        font-size: 30px;
    }
    .header-info__row:not(._big) {
        font-size: 18px;
    }
    .home-start-org__name {
        margin-right: 12px;
    }
    .nominees-top__inner,
    .panel-form-el-split__inner {
        margin-left: 0;
        margin-right: 0;
    }
    .home-stat__wrap {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .jury__box {
        margin-bottom: 20px;
        width: 33.3333%;
    }
    .news-item__info,
    .news-item__panel,
    .nomination__panel {
        width: 100%;
    }
    .jury__desc {
        font-size: 14px;
    }
    .jury__img-box {
        margin-bottom: 15px;
    }
    .jury__name {
        margin-bottom: 10px;
    }
    .nav-mob-link {
        display: block;
    }
    .nav,
    .noms-list-slider__btn,
    .panel-form-el__name:empty {
        display: none;
    }
    .news-item__info {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .news-item-header__info {
        padding-left: 15px;
    }
    .nominees-top__box,
    .noms-list-slider {
        padding-left: 0;
        padding-right: 0;
    }
    .news-item-header__data {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .news-item-header__social {
        padding-top: 15px;
    }
    .news-item__btn-box {
        margin-top: 25px;
    }
    .nomination__info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .nomination-list__box:not(:last-child) {
        margin-bottom: 8px;
    }
    .nomination-list__name {
        font-size: 16px;
        min-height: 48px;
    }
    .nomination-list__arrow {
        width: 32px;
        height: 32px;
        font-size: 24px;
    }
    .nomination-list__typography {
        font-size: 16px;
    }
    .nominees-top__box--year,
    .nominees-top__box--category,
    .nominees-top__box--region,
    .nominees-top__box--search {
        width: 100%;
    }
    .nominees-content {
        padding-bottom: 25px;
    }
    .nominees-group-box__box {
        width: 50%;
    }
    .our-projects__box {
        width: 25%;
    }
    .our-timer__box {
        padding-left: 24px;
        padding-right: 24px;
    }
    .our-timer__value {
        font-size: 60px;
    }
    .page-section__title {
        margin-bottom: 20px;
    }
    .page-section__title._normal {
        font-size: 26px;
    }
    .panel {
        width: 70%;
    }
    .panel__title {
        font-size: 24px;
    }
    .panel-form-el-split__box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .panel-form-el-split__box:not(:last-child) {
        margin-bottom: 25px;
    }
    .partner__box {
        margin-bottom: 20px;
        width: 33.3333%;
    }
    .rules__info {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .rules__panel {
        width: 100%;
    }
    .rules-list__box:not(:last-child) {
        margin-bottom: 8px;
    }
    .rules-list__name {
        font-size: 18px;
    }
    .rules-list__arrow {
        font-size: 14px;
    }
    .subscribe__form {
        padding-top: 32px;
    }
    .home-start__title {
        font-size: 70px;
    }
}
@media (max-width: 575px) {
    .home-info {
        font-size: 15px;
    }

    .header-home__bg-mob-svg {
        display: block;
    }
    .header-home__bg-svg {
        display: none;
    }
    .home-start__title {
        font-size: 60px;
    }
    .contacts__box {
        width: 50%;
    }
    .home-stat__inner {
        margin-left: 0;
        margin-right: 0;
    }
    .home-stat__box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .news {
        padding-bottom: 30px;
    }
    .news__box {
        width: 50%;
    }
    .nominees-in-slider__img img {
        height: 300px;
    }
    .nominees-in-slider__btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .our-news__box {
        width: 50%;
    }
    .our-projects__box {
        width: 33.3333%;
    }
    .panel {
        width: 100%;
    }
    .home-stat__title {
        font-size: 45px;
        padding-left: 0;
        text-align: center;
        width: 100%;
    }
    .home-stat__bg-svg {
        display: none;
    }
    .home-stat__num {
        font-size: 120px;
    }
    .home-stat-list__name, .home-stat__name {
        font-size: 26px;
    }
    .home-stat-list__name._big {
        font-size: 45px;
    }
}
@media (max-width: 480px) {
    .home-start-org {
        margin-top: 30px;
    }
    .home-start-org__name {
        font-size: 8px;
        max-width: 79px;
    }
    .home-start-org__item {
        margin-left: 0;
    }
    .home-start__logo-box {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 20px;
    }

    .home-start__logo-text {
        max-width: none;
        text-align: left;
        margin-top: 20px;
    }

    .datalist__data,
    .datalist__info,
    .footer__box,
    .home-start-footer__box {
        width: 100%;
    }
    .conditions-table__name {
        font-size: 14px;
    }
    .footer__wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__box {
        text-align: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer__box:not(:last-child) {
        margin-bottom: 24px;
    }
    .footer-info__row {
        font-size: 13px;
    }
    .footer-info__row._white {
        font-size: 14px;
    }
    .footer-copyright {
        font-size: 13px;
    }
    .header-add {
        padding-top: 20px;
    }
    .header-add__info {
        font-size: 15px;
        line-height: 1.25;
    }
    .header-add__desc {
        font-size: 15px;
        line-height: 1.25;
        padding-top: 20px;
    }
    .header-add__logo img {
        width: 140px;
    }
    .header-info {
        padding-left: 12px;
    }
    .header-info__row._big {
        font-size: 24px;
    }
    .header-info__row:not(._big) {
        font-size: 14px;
    }
    .home-desc__box {
        padding-top: 54px;
        padding-bottom: 54px;
        line-height: normal;
    }
    .home-info__btn {
        width: 220px;
        height: 50px;
        margin: 0 auto;
        font-size: 15px;
    }


    .home-names-list__name {
        font-size: 36px;
    }

    .home-start__title {
        font-size: 44px;
    }
    .home-start__data {
        font-size: 26px;
    }

    .home-start-footer__wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .home-start-footer__box:not(:last-child) {
        margin-bottom: 45px;
    }
    .home-start__logo {
        margin-bottom: 44px;
    }
    .home-start-org {
        /*display: none;*/
    }
    .home-start-btn,
    .noms-list-btn {
        display: block;
    }
    .home-start__footer {
        position: relative;
        padding-bottom: 0;
        margin-top: 48px;
    }
    .noms-list,
    .our-news,
    .our-partners,
    .our-projects {
        padding-top: 54px;
        padding-bottom: 54px;
    }
    .jury__inner {
        margin-left: -6px;
        margin-right: -6px;
    }
    .jury__box {
        width: 50%;
        padding-left: 6px;
        padding-right: 6px;
    }
    .news-item-header__img-box,
    .nominees-group-box__box,
    .our-news__box,
    .our-news__btn {
        width: 100%;
    }
    .news-item-header__info {
        padding-left: 0;
        margin-top: 12px;
    }
    .nomination-list__name {
        font-size: 14px;
    }
    .nominees-in-slider__btn._left {
        left: 12px;
    }
    .nominees-in-slider__btn._right {
        right: 12px;
    }
    .nominees-group__title {
        font-size: 18px;
    }
    .noms-list__title,
    .our-news__title,
    .our-partners__title,
    .our-projects__title {
        font-size: 24px;
    }
    .nominees-group__content {
        margin-bottom: 0;
    }
    .noms-list-slider {
        margin-left: -20px;
        margin-right: -20px;
    }
    .our-partners__inner,
    .our-projects__inner {
        margin-left: -12px;
        margin-right: -12px;
    }
    .noms-list-slider__container {
        padding-right: 80px;
        padding-left: 20px;
    }
    .our-partners__box,
    .our-projects__box {
        width: 50%;
        padding-left: 12px;
        padding-right: 12px;
    }
    .our-timer {
        padding-top: 56px;
    }
    .our-timer__title {
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .our-timer__box {
        padding-left: 18px;
        padding-right: 18px;
    }
    .our-timer__btn {
        width: 100%;
    }
    .our-timer__value {
        font-size: 37px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .our-timer__inner {
        padding-bottom: 15px;
    }
    .our-timer__btn-box {
        margin-top: 40px;
    }
    .our-timer__btn {
        width: 220px;
        height: 50px;
        font-size: 15px;
        min-width: auto;
    }
    .our-timer__name {
        font-size: 13px;
    }
    .page-section__title:not(._normal) {
        font-size: 26px;
    }
    .page-section__title._normal {
        font-size: 24px;
    }
    .pagination {
        font-size: 14px;
    }
    .pagination__item {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 14px;
    }
    .pagination__item._next,
    .pagination__item._prev {
        font-size: 18px;
    }
    .panel-form-el__info {
        padding-top: 4px;
    }
    .partner__inner {
        margin-left: -6px;
        margin-right: -6px;
    }
    .partner__box {
        width: 50%;
        padding-left: 6px;
        padding-right: 6px;
    }
    .rules-list__name {
        font-size: 16px;
    }
    .rules-list__arrow {
        font-size: 13px;
    }
}
@media (max-width: 400px) {
    .home-info__inner {
        padding-top: 95px;
        padding-bottom: 60px;
    }
    .home-info {
        background: url(../img/fon-mob1.jpg) 100% 50% / cover no-repeat;
    }
    .home-info__inner {
        min-height: 850px;
    }
    .contacts__inner,
    .news__inner {
        margin-left: 0;
        margin-right: 0;
    }
    .contacts__box,
    .news__box {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}









/*animate*/
.header-home g {
    animation: incoming 2s ease-out;
}

.header-home path{
    animation: move 4s infinite linear;
  }

  .header-home .s1 {
    animation-duration: 11260ms;
}
.header-home .s2 {
    animation-duration: 8260ms;
}
.header-home .s3 {
    animation-duration: 6260ms;
}
.header-home .s4 {
    animation-duration: 5260ms;
}
.header-home .s5 {
    animation-duration: 10260ms;
}
.header-home .s6 {
    animation-duration: 4560ms;
}
.header-home .s7 {
    animation-duration: 7260ms;
}



.header-home .sw1 {
    animation-duration: 1500ms;
}
.header-home .sw2 {
    animation-duration: 2260ms;
}
.header-home .sw3 {
    animation-duration: 3260ms;
}
.header-home .sw4 {
    animation-duration: 800ms;
}
.header-home .sw5 {
    animation-duration: 500ms;
}
.header-home .sw6 {
    animation-duration: 2560ms;
}
.header-home .sw7 {
    animation-duration: 1260ms;
}




  @keyframes move {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(8px);
    }

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

  @keyframes incoming {
    0% {
        transform: translate(-1000px, 1000px);
      }
    100% {
        transform: translateX(0);
    }
  }


.home-top {
    background: linear-gradient(67.24deg, #020024 18.5%, #380063 78.92%);
    color: #fff;
    padding-top: 48px;
    padding-bottom: 48px;
}

.home-top__box {
    display: flex;
}

.home-top__image {
    margin-right: 50px;
}
.home-top__title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}

.home-top__text {
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: 18px;
}

.home-top__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.home-top__btn{text-align:center;font-size: 15px; font-weight: 400;line-height: 47px;}
.home-top__btn{background:#ff002e;-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);box-shadow:0 5px 15px rgba(0, 0, 0, 0.2);-webkit-border-radius:2px;height:50px;border-radius:2px;font-size:16px;display:block;color:#fff;border:0;padding: 0 30px;}
.home-top__btn._white-thin{background:none;border:1px solid #FFFFFF;border-radius:2px;}
.home-top__btn:hover{-webkit-box-shadow:0 5px 20px rgba(0, 0, 0, 0.3);box-shadow:0 5px 20px rgba(0, 0, 0, 0.3);}
/* @media (max-width: 480px){
.home-top__btn{width:220px;height:50px;margin:0 auto;font-size:15px;}
} */

@media (max-width: 768px) {
    .home-top__image {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 40px;

    }

    .home-top__box {
        flex-direction: column;
    }

    .home-top__text,
    .home-top__title {
        text-align: center;
    }

    .home-top__content .home-top__btn {
        margin: auto;
        margin-top: 20px;
    }
}

.nav__link.-add-application,
.nav__link._action.-add-application,
.-add-application {
    background-color: #6425EB;
}
.nav__link.-add-application:hover,
.nav__link._action.-add-application:hover,
.-add-application:hover {
    background-color: #5923CB;
}

@media (max-width: 992px) {
    .header-home__wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
