@charset "UTF-8"; /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

audio,
canvas,
progress,
video {
    display: inline-block;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
html,
legend {
    box-sizing: border-box;
}
.fancybox-infobar__body,
.fancybox-thumbs > ul > li > img {
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}
.fancybox-content,
.fancybox-infobar__body,
.fancybox-slider,
.fancybox-slider-wrap,
.fancybox-thumbs,
.fancybox-thumbs > ul > li,
.slick-slider {
    -webkit-tap-highlight-color: transparent;
}
.fancybox-tmp,
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
.fancybox-bg,
.fancybox-container {
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
.fancybox-enabled,
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
.fancybox-infobar,
[hidden],
template {
    display: none;
}
.fancybox-enabled body {
    overflow: visible;
    height: 100%;
}
.fancybox-container {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99993;
    backface-visibility: hidden;
}
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}
.fancybox-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    backface-visibility: hidden;
}
.fancybox-controls,
.fancybox-slider,
.fancybox-slider-wrap {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.fancybox-container--ready .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity 0.2s;
    pointer-events: none;
    backface-visibility: hidden;
    direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
    opacity: 1;
}
.fancybox-show-infobar .fancybox-infobar {
    display: inline-block;
    pointer-events: all;
}
.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons,
.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}
.fancybox-buttons {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.fancybox-show-buttons .fancybox-buttons {
    display: block;
}
.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
}
.fancybox-slider,
.fancybox-slider-wrap {
    bottom: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    backface-visibility: hidden;
}
.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
}
.fancybox-content,
.fancybox-slide > * {
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}
.fancybox-slide::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.fancybox-slide > * {
    display: inline-block;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    text-align: left;
    background-color: #fff;
    overflow: auto;
}
.fancybox-slide--image {
    overflow: hidden;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-content {
    display: inline-block;
    padding: 0;
    border: 0;
    line-height: normal;
    white-space: normal;
    outline: 0;
    font-size: 16px;
    font-family: Arial, sans-serif;
    -webkit-overflow-scrolling: touch;
}
.breadcrumbs,
.fancybox-button,
body {
    vertical-align: top;
}
.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
    background: 0 0;
}
.fancybox-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: no-repeat;
    overflow: visible;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    background: 0 0;
    background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
    cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
    cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.fancybox-error {
    position: absolute;
    margin: 0;
    padding: 40px;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    cursor: default;
}
.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer;
}
.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background 0.2s;
    box-sizing: border-box;
    z-index: 2;
}
.fw-bold,
.fw-no {
    font-family: Arial, Helvetica, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
.fancybox-close-small:focus:after {
    outline: #888 dotted 1px;
}
.fancybox-slide--video .fancybox-close-small {
    top: -36px;
    right: -36px;
    background: 0 0;
}
.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}
.fancybox-caption-wrap {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.2s;
}
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}
.fancybox-caption a {
    color: #fff;
    text-decoration: underline;
}
.fancybox-button {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
    outline: 0;
}
.fancybox-button--disabled {
    cursor: default;
    pointer-events: none;
}
.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
    background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::after,
.fancybox-button::before {
    content: "";
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block;
}
.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
}
.fancybox-button--disabled::after,
.fancybox-button--disabled::before {
    opacity: 0.5;
}
.fancybox-button--left::after {
    left: 20px;
    background: 0 0;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.fancybox-button--right::after {
    right: 20px;
    background: 0 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-button--left {
    border-bottom-left-radius: 5px;
}
.fancybox-button--right {
    border-bottom-right-radius: 5px;
}
.fancybox-button--close {
    float: right;
}
.fancybox-button--close::after,
.fancybox-button--close::before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}
.fancybox-button--close::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.fancybox-button--close::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    animation: fancybox-rotate 0.8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}
@keyframes fancybox-rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(359deg);
    }
}
@media all and (max-width: 800px) {
    .fancybox-controls {
        text-align: left;
    }
    .fancybox-button--left,
    .fancybox-button--right,
    .fancybox-buttons button:not(.fancybox-button--close) {
        display: none !important;
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0;
    }
}
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: 0 0;
}
.fancybox-button--play::before {
    top: 16px;
    left: 18px;
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px;
    background: 0 0;
}
.fancybox-button--pause::before {
    top: 16px;
    left: 18px;
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px;
    background: 0 0;
}
.fancybox-button--thumbs span {
    font-size: 23px;
}
.fancybox-button--thumbs::before {
    top: 20px;
    left: 21px;
    width: 3px;
    height: 3px;
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-caption-wrap,
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap {
    right: 220px;
}
.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    z-index: 99993;
    word-break: normal;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}
.fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
}
.fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: 5px solid #fff;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }
    .fancybox-container--thumbs .fancybox-caption-wrap,
    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap {
        right: 0;
    }
}
.slick-list,
.slick-slider,
.slick-track {
    display: block;
    position: relative;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.clearfix::after,
.row::after {
    clear: both;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.row {
    display: block;
}
.row::after {
    display: table;
}
.row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-direction: row;
    flex-direction: row;
}
.row-flex > [class*="col"] {
    float: none;
}
.row-flex-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
    display: block;
}
[class*="col-"] {
    position: relative;
    min-height: 1px;
}
.col-xs-1 {
    margin-right: 2.35765%;
    width: 6.17215%;
}
.col-xs-1:last-child {
    margin-right: 0;
}
.col-xs-2 {
    margin-right: 2.35765%;
    width: 14.70196%;
}
.col-xs-2:last-child {
    margin-right: 0;
}
.col-xs-3 {
    margin-right: 2.35765%;
    width: 23.23176%;
}
.col-xs-3:last-child {
    margin-right: 0;
}
.col-xs-4 {
    margin-right: 2.35765%;
    width: 31.76157%;
}
.col-xs-4:last-child {
    margin-right: 0;
}
.col-xs-5 {
    margin-right: 2.35765%;
    width: 40.29137%;
}
.col-xs-5:last-child {
    margin-right: 0;
}
.col-xs-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}
.col-xs-6:last-child {
    margin-right: 0;
}
.col-xs-7 {
    margin-right: 2.35765%;
    width: 57.35098%;
}
.col-xs-7:last-child {
    margin-right: 0;
}
.col-xs-8 {
    margin-right: 2.35765%;
    width: 65.88078%;
}
.col-xs-8:last-child {
    margin-right: 0;
}
.col-xs-9 {
    margin-right: 2.35765%;
    width: 74.41059%;
}
.col-xs-9:last-child {
    margin-right: 0;
}
.col-xs-10 {
    margin-right: 2.35765%;
    width: 82.94039%;
}
.col-xs-10:last-child {
    margin-right: 0;
}
.col-xs-11 {
    margin-right: 2.35765%;
    width: 91.4702%;
}
.col-xs-11:last-child {
    margin-right: 0;
}
.col-xs-12 {
    margin-right: 2.35765%;
    width: 100%;
}
.col-xs-12:last-child {
    margin-right: 0;
}
@media screen and (min-width: 480px) {
    .col-sm-min-1,
    .col-sm-min-10,
    .col-sm-min-11,
    .col-sm-min-12,
    .col-sm-min-2,
    .col-sm-min-3,
    .col-sm-min-4,
    .col-sm-min-5,
    .col-sm-min-7,
    .col-sm-min-8,
    .col-sm-min-9 {
        float: left;
        display: block;
    }
    .col-sm-min-1 {
        margin-right: 2.35765%;
        width: 6.17215%;
    }
    .col-sm-min-1:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-1 {
        margin-left: 8.5298%;
    }
    .col-sm-min-2 {
        margin-right: 2.35765%;
        width: 14.70196%;
    }
    .col-sm-min-2:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-2 {
        margin-left: 17.05961%;
    }
    .col-sm-min-3 {
        margin-right: 2.35765%;
        width: 23.23176%;
    }
    .col-sm-min-3:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-3 {
        margin-left: 25.58941%;
    }
    .col-sm-min-4 {
        margin-right: 2.35765%;
        width: 31.76157%;
    }
    .col-sm-min-4:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-4 {
        margin-left: 34.11922%;
    }
    .col-sm-min-5 {
        margin-right: 2.35765%;
        width: 40.29137%;
    }
    .col-sm-min-5:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-5 {
        margin-left: 42.64902%;
    }
    .col-sm-min-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    .col-sm-min-6:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-6 {
        margin-left: 51.17883%;
    }
    .col-sm-min-7 {
        margin-right: 2.35765%;
        width: 57.35098%;
    }
    .col-sm-min-7:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-7 {
        margin-left: 59.70863%;
    }
    .col-sm-min-8 {
        margin-right: 2.35765%;
        width: 65.88078%;
    }
    .col-sm-min-8:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-8 {
        margin-left: 68.23843%;
    }
    .col-sm-min-9 {
        margin-right: 2.35765%;
        width: 74.41059%;
    }
    .col-sm-min-9:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-9 {
        margin-left: 76.76824%;
    }
    .col-sm-min-10 {
        margin-right: 2.35765%;
        width: 82.94039%;
    }
    .col-sm-min-10:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-10 {
        margin-left: 85.29804%;
    }
    .col-sm-min-11 {
        margin-right: 2.35765%;
        width: 91.4702%;
    }
    .col-sm-min-11:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-11 {
        margin-left: 93.82785%;
    }
    .col-sm-min-12 {
        margin-right: 2.35765%;
        width: 100%;
    }
    .col-sm-min-12:last-child {
        margin-right: 0;
    }
    .col-sm-min-push-12 {
        margin-left: 102.35765%;
    }
}
@media screen and (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
        display: block;
    }
    .col-sm-1 {
        margin-right: 2.35765%;
        width: 6.17215%;
    }
    .col-sm-1:last-child {
        margin-right: 0;
    }
    .col-sm-push-1 {
        margin-left: 8.5298%;
    }
    .col-sm-2 {
        margin-right: 2.35765%;
        width: 14.70196%;
    }
    .col-sm-2:last-child {
        margin-right: 0;
    }
    .col-sm-push-2 {
        margin-left: 17.05961%;
    }
    .col-sm-3 {
        margin-right: 2.35765%;
        width: 23.23176%;
    }
    .col-sm-3:last-child {
        margin-right: 0;
    }
    .col-sm-push-3 {
        margin-left: 25.58941%;
    }
    .col-sm-4 {
        margin-right: 2.35765%;
        width: 31.76157%;
    }
    .col-sm-4:last-child {
        margin-right: 0;
    }
    .col-sm-push-4 {
        margin-left: 34.11922%;
    }
    .col-sm-5 {
        margin-right: 2.35765%;
        width: 40.29137%;
    }
    .col-sm-5:last-child {
        margin-right: 0;
    }
    .col-sm-push-5 {
        margin-left: 42.64902%;
    }
    .col-sm-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    .col-sm-6:last-child {
        margin-right: 0;
    }
    .col-sm-push-6 {
        margin-left: 51.17883%;
    }
    .col-sm-7 {
        margin-right: 2.35765%;
        width: 57.35098%;
    }
    .col-sm-7:last-child {
        margin-right: 0;
    }
    .col-sm-push-7 {
        margin-left: 59.70863%;
    }
    .col-sm-8 {
        margin-right: 2.35765%;
        width: 65.88078%;
    }
    .col-sm-8:last-child {
        margin-right: 0;
    }
    .col-sm-push-8 {
        margin-left: 68.23843%;
    }
    .col-sm-9 {
        margin-right: 2.35765%;
        width: 74.41059%;
    }
    .col-sm-9:last-child {
        margin-right: 0;
    }
    .col-sm-push-9 {
        margin-left: 76.76824%;
    }
    .col-sm-10 {
        margin-right: 2.35765%;
        width: 82.94039%;
    }
    .col-sm-10:last-child {
        margin-right: 0;
    }
    .col-sm-push-10 {
        margin-left: 85.29804%;
    }
    .col-sm-11 {
        margin-right: 2.35765%;
        width: 91.4702%;
    }
    .col-sm-11:last-child {
        margin-right: 0;
    }
    .col-sm-push-11 {
        margin-left: 93.82785%;
    }
    .col-sm-12 {
        margin-right: 2.35765%;
        width: 100%;
    }
    .col-sm-12:last-child {
        margin-right: 0;
    }
    .col-sm-push-12 {
        margin-left: 102.35765%;
    }
}
@media screen and (min-width: 960px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
        display: block;
    }
    .col-md-1 {
        margin-right: 2.35765%;
        width: 6.17215%;
    }
    .col-md-1:last-child {
        margin-right: 0;
    }
    .col-md-push-1 {
        margin-left: 8.5298%;
    }
    .col-md-2 {
        margin-right: 2.35765%;
        width: 14.70196%;
    }
    .col-md-2:last-child {
        margin-right: 0;
    }
    .col-md-push-2 {
        margin-left: 17.05961%;
    }
    .col-md-3 {
        margin-right: 2.35765%;
        width: 23.23176%;
    }
    .col-md-3:last-child {
        margin-right: 0;
    }
    .col-md-push-3 {
        margin-left: 25.58941%;
    }
    .col-md-4 {
        margin-right: 2.35765%;
        width: 31.76157%;
    }
    .col-md-4:last-child {
        margin-right: 0;
    }
    .col-md-push-4 {
        margin-left: 34.11922%;
    }
    .col-md-5 {
        margin-right: 2.35765%;
        width: 40.29137%;
    }
    .col-md-5:last-child {
        margin-right: 0;
    }
    .col-md-push-5 {
        margin-left: 42.64902%;
    }
    .col-md-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    .col-md-6:last-child {
        margin-right: 0;
    }
    .col-md-push-6 {
        margin-left: 51.17883%;
    }
    .col-md-7 {
        margin-right: 2.35765%;
        width: 57.35098%;
    }
    .col-md-7:last-child {
        margin-right: 0;
    }
    .col-md-push-7 {
        margin-left: 59.70863%;
    }
    .col-md-8 {
        margin-right: 2.35765%;
        width: 65.88078%;
    }
    .col-md-8:last-child {
        margin-right: 0;
    }
    .col-md-push-8 {
        margin-left: 68.23843%;
    }
    .col-md-9 {
        margin-right: 2.35765%;
        width: 74.41059%;
    }
    .col-md-9:last-child {
        margin-right: 0;
    }
    .col-md-push-9 {
        margin-left: 76.76824%;
    }
    .col-md-10 {
        margin-right: 2.35765%;
        width: 82.94039%;
    }
    .col-md-10:last-child {
        margin-right: 0;
    }
    .col-md-push-10 {
        margin-left: 85.29804%;
    }
    .col-md-11 {
        margin-right: 2.35765%;
        width: 91.4702%;
    }
    .col-md-11:last-child {
        margin-right: 0;
    }
    .col-md-push-11 {
        margin-left: 93.82785%;
    }
    .col-md-12 {
        margin-right: 2.35765%;
        width: 100%;
    }
    .col-md-12:last-child {
        margin-right: 0;
    }
    .col-md-push-12 {
        margin-left: 102.35765%;
    }
    .row-flex-col {
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1199px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
        display: block;
    }
    .col-lg-1 {
        margin-right: 2.35765%;
        width: 6.17215%;
    }
    .col-lg-1:last-child {
        margin-right: 0;
    }
    .col-lg-push-1 {
        margin-left: 8.5298%;
    }
    .col-lg-2 {
        margin-right: 2.35765%;
        width: 14.70196%;
    }
    .col-lg-2:last-child {
        margin-right: 0;
    }
    .col-lg-push-2 {
        margin-left: 17.05961%;
    }
    .col-lg-3 {
        margin-right: 2.35765%;
        width: 23.23176%;
    }
    .col-lg-3:last-child {
        margin-right: 0;
    }
    .col-lg-push-3 {
        margin-left: 25.58941%;
    }
    .col-lg-4 {
        margin-right: 2.35765%;
        width: 31.76157%;
    }
    .col-lg-4:last-child {
        margin-right: 0;
    }
    .col-lg-push-4 {
        margin-left: 34.11922%;
    }
    .col-lg-5 {
        margin-right: 2.35765%;
        width: 40.29137%;
    }
    .col-lg-5:last-child {
        margin-right: 0;
    }
    .col-lg-push-5 {
        margin-left: 42.64902%;
    }
    .col-lg-6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    .col-lg-6:last-child {
        margin-right: 0;
    }
    .col-lg-push-6 {
        margin-left: 51.17883%;
    }
    .col-lg-7 {
        margin-right: 2.35765%;
        width: 57.35098%;
    }
    .col-lg-7:last-child {
        margin-right: 0;
    }
    .col-lg-push-7 {
        margin-left: 59.70863%;
    }
    .col-lg-8 {
        margin-right: 2.35765%;
        width: 65.88078%;
    }
    .col-lg-8:last-child {
        margin-right: 0;
    }
    .col-lg-push-8 {
        margin-left: 68.23843%;
    }
    .col-lg-9 {
        margin-right: 2.35765%;
        width: 74.41059%;
    }
    .col-lg-9:last-child {
        margin-right: 0;
    }
    .col-lg-push-9 {
        margin-left: 76.76824%;
    }
    .col-lg-10 {
        margin-right: 2.35765%;
        width: 82.94039%;
    }
    .col-lg-10:last-child {
        margin-right: 0;
    }
    .col-lg-push-10 {
        margin-left: 85.29804%;
    }
    .col-lg-11 {
        margin-right: 2.35765%;
        width: 91.4702%;
    }
    .col-lg-11:last-child {
        margin-right: 0;
    }
    .col-lg-push-11 {
        margin-left: 93.82785%;
    }
    .col-lg-12 {
        margin-right: 2.35765%;
        width: 100%;
    }
    .col-lg-12:last-child {
        margin-right: 0;
    }
    .col-lg-push-12 {
        margin-left: 102.35765%;
    }
}
@media screen and (max-width: 959px) {
    .row-flex-col {
        margin-bottom: 30px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.hidden-all {
    display: none;
}
@media screen and (max-width: mobile-size) {
    .hidden-mobile {
        display: none;
    }
}
@media screen and (min-width: mobile-size-min) and (max-width: tablet-size) {
    .hidden-tablet {
        display: none;
    }
}
@media screen and (min-width: (tablet,tablet-lg-size-min)) and (max-width: (tablet-lg,desktop-size)) {
    .hidden-tablet-lg,
    desktop {
        display: none;
    }
}
.visible-desktop,
.visible-desktop-iblock,
.visible-desktop-inline,
.visible-desktop-lg,
.visible-desktop-lg-iblock,
.visible-desktop-lg-inline,
.visible-mobile,
.visible-mobile-iblock,
.visible-mobile-inline,
.visible-tablet,
.visible-tablet-iblock,
.visible-tablet-inline,
.visible-tablet-lg,
.visible-tablet-lg-iblock,
.visible-tablet-lg-inline {
    display: none !important;
}
@media screen and (max-width: 479px) {
    .visible-mobile {
        display: block !important;
    }
    .visible-mobile-inline {
        display: inline !important;
    }
    .visible-mobile-iblock {
        display: inline-block !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .visible-tablet {
        display: block !important;
    }
    .visible-tablet-inline {
        display: inline !important;
    }
    .visible-tablet-iblock {
        display: inline-block !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .visible-tablet-lg {
        display: block !important;
    }
    .visible-tablet-lg-inline {
        display: inline !important;
    }
    .visible-tablet-lg-iblock {
        display: inline-block !important;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .visible-desktop {
        display: block !important;
    }
    .visible-desktop-inline {
        display: inline !important;
    }
    .visible-desktop-iblock {
        display: inline-block !important;
    }
}
@media screen and (min-width: 1200px) {
    .visible-desktop-lg {
        display: block !important;
    }
    .visible-desktop-lg-inline {
        display: inline !important;
    }
    .visible-desktop-lg-iblock {
        display: inline-block !important;
    }
    .pb45-lg {
        padding-bottom: 45px !important;
    }
}
.no-touch .visible-touch,
.touch .visible-no-touch {
    display: none !important;
}
.display-n {
    display: none;
}
.display-iblock {
    display: inline-block;
}
.display-block {
    display: block;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.pull-no {
    float: none !important;
}
.pull-right-xs {
    float: right !important;
}
.clearfix::after {
    display: table;
}
.clear-no {
    clear: none !important;
}
.clear {
    clear: both;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    margin-top: -1px;
}
.ln-15 {
    line-height: 1.5 !important;
}
.text-color_white {
    color: #fff;
}
.margin-auto {
    margin: 0 auto;
}
.text-c {
    text-align: center !important;
}
.text-l {
    text-align: left !important;
}
.text-r {
    text-align: right !important;
}
.text-j {
    text-align: justify !important;
}
@media screen and (max-width: 768px) {
    .pull-right-xs {
        float: none !important;
    }
    .text-c-xs {
        text-align: center;
    }
}
.fz-10 {
    font-size: 0.625rem;
}
.fz-11 {
    font-size: 0.6875rem;
}
.fz-12 {
    font-size: 0.75rem;
}
.fz-13 {
    font-size: 0.8125rem;
}
.fz-14 {
    font-size: 0.875rem;
}
.fz-16 {
    font-size: 1rem;
}
.fz-18 {
    font-size: 1.125rem !important;
}
.fz-20 {
    font-size: 1.25rem !important;
}
.fz-21 {
    font-size: 1.3125rem !important;
}
.fz-24 {
    font-size: 1.5rem;
}
.fz-36 {
    font-size: 2.25rem;
}
.fz-48 {
    font-size: 3rem;
}
.fz-56 {
    font-size: 3.5rem;
}
.fw-bold {
    font-style: normal;
    font-weight: 600;
}
.fs-no,
.fw-no,
body,
em,
i {
    font-weight: 400;
    font-style: normal;
}
.fs-no {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
    
}
.text-dec-no,
.text-dec-no-h:hover,
.text-dec-no:hover,
.text-dec-und-h {
    text-decoration: none;
}
.text-dec-no-h,
.text-dec-und,
.text-dec-und-h:hover,
.text-dec-und:hover {
    text-decoration: underline;
}
.text-dec-dot {
    border-bottom: 1px dotted #3591d1;
    text-decoration: none;
}
a:hover .text-dec-dot,
button:hover .text-dec-dot {
    border-color: #3591d1;
    text-decoration: none;
}
.f-upper {
    text-transform: uppercase;
}
.line-h15 {
    line-height: 1.5;
}
.link-clear,
.link-clear:hover {
    border: 0;
}
.cl-grey {
    color: rgba(0, 0, 0, 0.55);
}
a,
a:active,
a:hover {
    color: #3591d1;
    text-decoration: none;
}
.m {
    margin: 30px !important;
}
.m0 {
    margin: 0 !important;
}
.m\-\- {
    margin: 7.5px !important;
}
.m\- {
    margin: 15px !important;
}
.m\+ {
    margin: 45px !important;
}
.m\+\+ {
    margin: 60px !important;
}
.mt {
    margin-top: 30px !important;
}
.mt0 {
    margin-top: 0 !important;
}
.mt\-\- {
    margin-top: 7.5px !important;
}
.mt\- {
    margin-top: 15px !important;
}
.mt\+ {
    margin-top: 45px !important;
}
.mt\+\+ {
    margin-top: 60px !important;
}
.mr {
    margin-right: 30px !important;
}
.mr0 {
    margin-right: 0 !important;
}
.mr\-\- {
    margin-right: 7.5px !important;
}
.mr\- {
    margin-right: 15px !important;
}
.mr\+ {
    margin-right: 45px !important;
}
.mr\+\+ {
    margin-right: 60px !important;
}
.mb {
    margin-bottom: 30px !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb\-\- {
    margin-bottom: 7.5px !important;
}
.mb\- {
    margin-bottom: 15px !important;
}
.mb\+ {
    margin-bottom: 45px !important;
}
.mb\+\+ {
    margin-bottom: 60px !important;
}
.ml {
    margin-left: 30px !important;
}
.ml0 {
    margin-left: 0 !important;
}
.ml\-\- {
    margin-left: 7.5px !important;
}
.ml\- {
    margin-left: 15px !important;
}
.ml\+ {
    margin-left: 45px !important;
}
.ml\+\+ {
    margin-left: 60px !important;
}
.mv {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mv\-\- {
    margin-top: 7.5px !important;
    margin-bottom: 7.5px !important;
}
.mv\- {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.mv\+ {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}
.mv\+\+ {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}
.mh {
    margin-right: 30px !important;
    margin-left: 30px !important;
}
.mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mh\-\- {
    margin-right: 7.5px !important;
    margin-left: 7.5px !important;
}
.mh\- {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.mh\+ {
    margin-right: 45px !important;
    margin-left: 45px !important;
}
.mh\+\+ {
    margin-right: 60px !important;
    margin-left: 60px !important;
}
.p {
    padding: 30px !important;
}
.p0 {
    padding: 0 !important;
}
.p\-\- {
    padding: 7.5px !important;
}
.p\- {
    padding: 15px !important;
}
.p\+ {
    padding: 45px !important;
}
.p\+\+ {
    padding: 60px !important;
}
.pt {
    padding-top: 30px !important;
}
.pt0 {
    padding-top: 0 !important;
}
.pt\-\- {
    padding-top: 7.5px !important;
}
.pt\- {
    padding-top: 15px !important;
}
.pt\+ {
    padding-top: 45px !important;
}
.pt\+\+ {
    padding-top: 60px !important;
}
.pr {
    padding-right: 30px !important;
}
.pr0 {
    padding-right: 0 !important;
}
.pr\-\- {
    padding-right: 7.5px !important;
}
.pr\- {
    padding-right: 15px !important;
}
.pr\+ {
    padding-right: 45px !important;
}
.pr\+\+ {
    padding-right: 60px !important;
}
.pb {
    padding-bottom: 30px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.pb\-\- {
    padding-bottom: 7.5px !important;
}
.pb\- {
    padding-bottom: 15px !important;
}
.pb\+ {
    padding-bottom: 45px !important;
}
.pb\+\+ {
    padding-bottom: 60px !important;
}
.pl {
    padding-left: 30px !important;
}
.pl0 {
    padding-left: 0 !important;
}
.pl\-\- {
    padding-left: 7.5px !important;
}
.pl\- {
    padding-left: 15px !important;
}
.pl\+ {
    padding-left: 45px !important;
}
.pl\+\+ {
    padding-left: 60px !important;
}
.pv {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pv\-\- {
    padding-top: 7.5px !important;
    padding-bottom: 7.5px !important;
}
.pv\- {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.pv\+ {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}
.pv\+\+ {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.ph {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.ph\-\- {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}
.ph\- {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.ph\+ {
    padding-right: 45px !important;
    padding-left: 45px !important;
}
.ph\+\+ {
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.section_newpic_custom-erp .mt\+ {
    margin-top: 15px !important;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
body,
html {
    height: 100%;
    position: relative;
}
body {
    background: #fff;
    color: #003;
    font-size: 1.0625rem;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
    line-height: 1.3;
}
body.no-scroll {
    position: relative;
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
img.rounded {
    border-radius: 6px;
}
a {
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}
a:active,
a:hover {
    border-color: #3591d1;
}
a.ancor {
    position: relative;
    top: -100px;
    display: block;
    height: 0;
    width: 0;
}
b,
strong {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;

}
em,
i {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 300;
    font-style: italic;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
}
p {
    margin: 0 0 15px;
}
p.border {
    padding: 15px 20px 19px;
    border: 1px solid transparent;
}
p.border.border_blue {
    border-color: #3591d1;
}
.table,
.table td,
.table th,
fieldset {
    border: 1px solid #ddd;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
}
.h1,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
h1,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}
ol,
ol ul li,
ul,
ul li {
    margin-bottom: 15px;
}
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: 700;
}
.btn_type,
.popup-title {
    font-weight: 400;
    font-style: normal;
}
.h1,
h1 {
    font-size: 3.5rem;
}
@media screen and (max-width: 1300px) {
    .h1,
    h1 {
        font-size: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .h1,
    h1 {
        font-size: 2.25rem;
    }
}
.h2,
h2 {
    font-size: 2.625rem;
}
@media screen and (max-width: 1300px) {
    .h2,
    h2 {
        font-size: 2.375rem;
    }
}
@media screen and (max-width: 767px) {
    .h2,
    h2 {
        font-size: 1.6875rem;
    }
}
.h3,
h3 {
    font-size: 2.25rem;
}
@media screen and (max-width: 1300px) {
    .h3,
    h3 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 767px) {
    .h3,
    h3 {
        font-size: 1.3125rem;
    }
}
.h4,
h4 {
    font-size: 1.375rem;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    .h4,
    h4 {
        font-size: 1.3125rem;
    }
}
.h5,
.h6,
h5,
h6 {
    line-height: 1.5;
    font-size: 1.125rem;
}
.h-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
blockquote,
hr,
q {
    display: block;
    position: relative;
}
.h-line:after {
    content: "";
    width: 100%;
    height: 1px;
    margin-left: 30px;
    background-color: #999;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .h-line {
        white-space: normal;
        display: block;
    }
    .h-line:after {
        content: none;
    }
}
.popup::after,
.popup__hl::after {
    content: "";
}
hr {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #eee;
    height: 1px;
    margin: 15px 0;
    line-height: 0;
    font-size: 0;
}
hr.hr-transparent {
    opacity: 0.2;
}
ol ul li,
ul li {
    list-style: disc inside;
}
ol ul,
ul ul {
    margin: 15px 0 15px 13px;
}
ol ol,
ul ol {
    margin: 15px 0 15px 20px;
}
ol li,
ol ol li,
ul ol li {
    list-style: decimal inside;
    margin-bottom: 15px;
}
.table {
    margin: 15px 0;
}
.table td,
.table th {
    background: 0 0;
    padding: 10px;
    text-align: left;
}
blockquote,
q {
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.5;
    quotes: none;
    padding-left: 30px;
    border-left: 3px solid #3cf;
}
fieldset {
    margin-bottom: 15px;
}
.table-clear tr td {
    padding: 15px 0;
}
.btn_type {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
}
.btn,
.offer .offer-button .btn,
.offer .offer-button .btn.btn_white,
.offer-variant_video .offer .btn_video,
.offer__btn.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #3cf;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    clear: both;
    max-width: 100%;
    margin: 0 -4px 15px 0;
    padding: 0 18px;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    outline: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-shadow: none;
    transition: all 0.2s ease;
    cursor: pointer;
    text-transform: none;
    background-color: #3cf;
    color: #003;
    fill: #003;
    strok: #003;
    border-width: 0;
    height: 36px;
    font-size: 1rem;
    line-height: 36px;
}
.btn.focus,
.btn.hover,
.btn:focus,
.btn:hover,
.offer .offer-button .btn:focus,
.offer .offer-button .btn:hover,
.offer .offer-button .focus.btn,
.offer .offer-button .hover.btn,
.offer-variant_video .offer .btn_video:focus,
.offer-variant_video .offer .btn_video:hover,
.offer-variant_video .offer .focus.btn_video,
.offer-variant_video .offer .hover.btn_video,
button.focus,
button.hover,
button:focus,
button:hover,
input[type="button"].focus,
input[type="button"].hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"].focus,
input[type="reset"].hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"].focus,
input[type="submit"].hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #2699cc;
    border-color: #3cf;
    color: #003;
    fill: #003;
    strok: #003;
    text-decoration: none;
}
.btn.active,
.btn:active,
.offer .offer-button .active.btn,
.offer .offer-button .btn:active,
.offer-variant_video .offer .active.btn_video,
.offer-variant_video .offer .btn_video:active,
button.active,
button:active,
input[type="button"].active,
input[type="button"]:active,
input[type="reset"].active,
input[type="reset"]:active,
input[type="submit"].active,
input[type="submit"]:active {
    background-color: #3cf;
    border-color: #3cf;
    color: #003;
    fill: #003;
    strok: #003;
}
.btn.disabled,
.btn.disabled:hover,
.btn[disabled],
.btn[disabled]:hover,
.disabled .btn,
.disabled .btn:hover,
.disabled .offer .offer-button .btn,
.disabled .offer .offer-button .btn.btn_white:hover,
.disabled .offer-variant_video .offer .btn_video,
.disabled .offer-variant_video .offer .btn_video:hover,
.disabled button,
.disabled button:hover,
.disabled input[type="button"],
.disabled input[type="button"]:hover,
.disabled input[type="reset"],
.disabled input[type="reset"]:hover,
.disabled input[type="submit"],
.disabled input[type="submit"]:hover,
.offer .offer-button .disabled .btn,
.offer .offer-button .disabled .btn.btn_white:hover,
.offer .offer-button .disabled.btn,
.offer .offer-button .disabled.btn.btn_white:hover,
.offer .offer-button [disabled].btn,
.offer .offer-button [disabled].btn.btn_white:hover,
.offer-variant_video .offer .disabled .btn_video,
.offer-variant_video .offer .disabled .btn_video:hover,
.offer-variant_video .offer .disabled.btn_video,
.offer-variant_video .offer .disabled.btn_video:hover,
.offer-variant_video .offer [disabled].btn_video,
.offer-variant_video .offer [disabled].btn_video:hover,
button.disabled,
button.disabled:hover,
button[disabled],
button[disabled]:hover,
input[type="button"].disabled,
input[type="button"].disabled:hover,
input[type="button"][disabled],
input[type="button"][disabled]:hover,
input[type="reset"].disabled,
input[type="reset"].disabled:hover,
input[type="reset"][disabled],
input[type="reset"][disabled]:hover,
input[type="submit"].disabled,
input[type="submit"].disabled:hover,
input[type="submit"][disabled],
input[type="submit"][disabled]:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #003;
    fill: #003;
    strok: #003;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
    pointer-events: none;
}
.btn + .btn,
.offer .offer-button .btn + .btn,
.offer .offer-button button + .btn,
.offer .offer-button button + .btn.btn_white,
.offer .offer-button input[type="button"] + .btn,
.offer .offer-button input[type="reset"] + .btn,
.offer .offer-button input[type="submit"] + .btn,
.offer-variant_video .offer .btn + .btn_video,
.offer-variant_video .offer .btn_video + .btn,
.offer-variant_video .offer .btn_video + .btn_video,
.offer-variant_video .offer .offer-button .btn + .btn_video,
.offer-variant_video .offer .offer-button .btn_video + .btn,
.offer-variant_video .offer button + .btn_video,
.offer-variant_video .offer input[type="button"] + .btn_video,
.offer-variant_video .offer input[type="reset"] + .btn_video,
.offer-variant_video .offer input[type="submit"] + .btn_video,
button + .btn,
button + .offer__btn.btn,
input[type="button"] + .btn,
input[type="reset"] + .btn,
input[type="submit"] + .btn {
    margin-left: 15px;
}
.btn.pull-left,
.btn.pull-right,
.btn:last-child,
.offer .offer-button .btn:last-child,
.offer .offer-button .pull-left.btn,
.offer .offer-button .pull-right.btn,
.offer-variant_video .offer .btn_video:last-child,
.offer-variant_video .offer .pull-left.btn_video,
.offer-variant_video .offer .pull-right.btn_video,
button.pull-left,
button.pull-right,
button:last-child,
input[type="button"].pull-left,
input[type="button"].pull-right,
input[type="button"]:last-child,
input[type="reset"].pull-left,
input[type="reset"].pull-right,
input[type="reset"]:last-child,
input[type="submit"].pull-left,
input[type="submit"].pull-right,
input[type="submit"]:last-child {
    margin-right: 0;
}
.btn.btn_block,
.offer .offer-button .btn_block.btn,
.offer-variant_video .offer .btn_block.btn_video,
button.btn_block,
input[type="button"].btn_block,
input[type="reset"].btn_block,
input[type="submit"].btn_block {
    display: block;
    width: 100%;
}
.btn.btn_block + .btn.btn_block,
.btn.btn_block + button.btn_block,
.btn.btn_block + input[type="button"].btn_block,
.btn.btn_block + input[type="reset"].btn_block,
.btn.btn_block + input[type="submit"].btn_block,
.offer .offer-button .btn_block.btn + .btn_block.btn,
.offer .offer-button .btn_block.btn + button.btn_block,
.offer .offer-button .btn_block.btn + input[type="button"].btn_block,
.offer .offer-button .btn_block.btn + input[type="reset"].btn_block,
.offer .offer-button .btn_block.btn + input[type="submit"].btn_block,
.offer .offer-button button.btn_block + .btn_block.btn,
.offer .offer-button input[type="button"].btn_block + .btn_block.btn,
.offer .offer-button input[type="reset"].btn_block + .btn_block.btn,
.offer .offer-button input[type="submit"].btn_block + .btn_block.btn,
.offer-variant_video .offer .btn.btn_block + .btn_block.btn_video,
.offer-variant_video .offer .btn_block.btn_video + .btn.btn_block,
.offer-variant_video .offer .btn_block.btn_video + .btn_block.btn_video,
.offer-variant_video .offer .btn_block.btn_video + button.btn_block,
.offer-variant_video .offer .btn_block.btn_video + input[type="button"].btn_block,
.offer-variant_video .offer .btn_block.btn_video + input[type="reset"].btn_block,
.offer-variant_video .offer .btn_block.btn_video + input[type="submit"].btn_block,
.offer-variant_video .offer .offer-button .btn_block.btn + .btn_block.btn_video,
.offer-variant_video .offer .offer-button .btn_block.btn_video + .btn_block.btn,
.offer-variant_video .offer button.btn_block + .btn_block.btn_video,
.offer-variant_video .offer input[type="button"].btn_block + .btn_block.btn_video,
.offer-variant_video .offer input[type="reset"].btn_block + .btn_block.btn_video,
.offer-variant_video .offer input[type="submit"].btn_block + .btn_block.btn_video,
button.btn_block + .btn.btn_block,
button.btn_block + .btn_block.offer__btn.btn,
button.btn_block + button.btn_block,
button.btn_block + input[type="button"].btn_block,
button.btn_block + input[type="reset"].btn_block,
button.btn_block + input[type="submit"].btn_block,
input[type="button"].btn_block + .btn.btn_block,
input[type="button"].btn_block + button.btn_block,
input[type="button"].btn_block + input[type="button"].btn_block,
input[type="button"].btn_block + input[type="reset"].btn_block,
input[type="button"].btn_block + input[type="submit"].btn_block,
input[type="reset"].btn_block + .btn.btn_block,
input[type="reset"].btn_block + button.btn_block,
input[type="reset"].btn_block + input[type="button"].btn_block,
input[type="reset"].btn_block + input[type="reset"].btn_block,
input[type="reset"].btn_block + input[type="submit"].btn_block,
input[type="submit"].btn_block + .btn.btn_block,
input[type="submit"].btn_block + button.btn_block,
input[type="submit"].btn_block + input[type="button"].btn_block,
input[type="submit"].btn_block + input[type="reset"].btn_block,
input[type="submit"].btn_block + input[type="submit"].btn_block {
    margin-top: 15px;
    margin-left: 0;
}
.btn.btn_lg,
.offer .offer-button .btn,
.offer .offer-button .btn.btn_white,
.offer .offer-button button.btn,
.offer .offer-button button.btn.btn_white,
.offer .offer-button input[type="button"].btn,
.offer .offer-button input[type="reset"].btn,
.offer .offer-button input[type="submit"].btn,
.offer-variant_video .offer .btn_video,
.offer-variant_video .offer .offer-button .btn_white.btn_video,
.offer-variant_video .offer .offer-button button.btn_white.btn_video,
.offer-variant_video .offer button.btn_video,
.offer-variant_video .offer input[type="button"].btn_video,
.offer-variant_video .offer input[type="reset"].btn_video,
.offer-variant_video .offer input[type="submit"].btn_video,
.offer__btn.btn,
button.btn_lg,
button.offer__btn.btn,
input[type="button"].btn_lg,
input[type="button"].offer__btn.btn,
input[type="reset"].btn_lg,
input[type="reset"].offer__btn.btn,
input[type="submit"].btn_lg,
input[type="submit"].offer__btn.btn {
    border-radius: 5px;
    border-width: 0;
    height: 50px;
    padding-right: 22px;
    padding-left: 22px;
    font-size: 1rem;
    line-height: 50px;
}
.btn.btn_clean,
.offer .offer-button .btn_clean.btn,
.offer-variant_video .offer .btn_clean.btn_video,
button.btn_clean,
input[type="button"].btn_clean,
input[type="reset"].btn_clean,
input[type="submit"].btn_clean {
    border-radius: 0;
    text-transform: none;
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    fill: #fff;
    strok: #fff;
    border-width: 0;
    height: 36px;
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem;
    line-height: 36px;
}
.btn.btn_clean.active,
.btn.btn_clean.disabled,
.btn.btn_clean.disabled:hover,
.btn.btn_clean.focus,
.btn.btn_clean.hover,
.btn.btn_clean:active,
.btn.btn_clean:focus,
.btn.btn_clean:hover,
.btn.btn_clean[disabled],
.btn.btn_clean[disabled]:hover,
.disabled .btn.btn_clean,
.disabled .btn.btn_clean:hover,
.disabled .offer .offer-button .btn_clean.btn.btn_white,
.disabled .offer-variant_video .offer .btn_clean.btn_video,
.disabled .offer-variant_video .offer .btn_clean.btn_video:hover,
.disabled button.btn_clean,
.disabled button.btn_clean:hover,
.disabled input[type="button"].btn_clean,
.disabled input[type="button"].btn_clean:hover,
.disabled input[type="reset"].btn_clean,
.disabled input[type="reset"].btn_clean:hover,
.disabled input[type="submit"].btn_clean,
.disabled input[type="submit"].btn_clean:hover,
.offer .offer-button .btn_clean.active.btn.btn_white,
.offer .offer-button .btn_clean.btn.btn_white:active,
.offer .offer-button .btn_clean.btn.btn_white:focus,
.offer .offer-button .btn_clean.btn.btn_white:hover,
.offer .offer-button .btn_clean.disabled.btn.btn_white,
.offer .offer-button .btn_clean.focus.btn.btn_white,
.offer .offer-button .btn_clean.hover.btn.btn_white,
.offer .offer-button .btn_clean[disabled].btn.btn_white,
.offer .offer-button .disabled .btn_clean.btn.btn_white,
.offer-variant_video .offer .btn_clean.active.btn_video,
.offer-variant_video .offer .btn_clean.btn_video:active,
.offer-variant_video .offer .btn_clean.btn_video:focus,
.offer-variant_video .offer .btn_clean.btn_video:hover,
.offer-variant_video .offer .btn_clean.disabled.btn_video,
.offer-variant_video .offer .btn_clean.disabled.btn_video:hover,
.offer-variant_video .offer .btn_clean.focus.btn_video,
.offer-variant_video .offer .btn_clean.hover.btn_video,
.offer-variant_video .offer .btn_clean[disabled].btn_video,
.offer-variant_video .offer .btn_clean[disabled].btn_video:hover,
.offer-variant_video .offer .disabled .btn_clean.btn_video,
.offer-variant_video .offer .disabled .btn_clean.btn_video:hover,
button.btn_clean.active,
button.btn_clean.disabled,
button.btn_clean.disabled:hover,
button.btn_clean.focus,
button.btn_clean.hover,
button.btn_clean:active,
button.btn_clean:focus,
button.btn_clean:hover,
button.btn_clean[disabled],
button.btn_clean[disabled]:hover,
input[type="button"].btn_clean.active,
input[type="button"].btn_clean.disabled,
input[type="button"].btn_clean.disabled:hover,
input[type="button"].btn_clean.focus,
input[type="button"].btn_clean.hover,
input[type="button"].btn_clean:active,
input[type="button"].btn_clean:focus,
input[type="button"].btn_clean:hover,
input[type="button"].btn_clean[disabled],
input[type="button"].btn_clean[disabled]:hover,
input[type="reset"].btn_clean.active,
input[type="reset"].btn_clean.disabled,
input[type="reset"].btn_clean.disabled:hover,
input[type="reset"].btn_clean.focus,
input[type="reset"].btn_clean.hover,
input[type="reset"].btn_clean:active,
input[type="reset"].btn_clean:focus,
input[type="reset"].btn_clean:hover,
input[type="reset"].btn_clean[disabled],
input[type="reset"].btn_clean[disabled]:hover,
input[type="submit"].btn_clean.active,
input[type="submit"].btn_clean.disabled,
input[type="submit"].btn_clean.disabled:hover,
input[type="submit"].btn_clean.focus,
input[type="submit"].btn_clean.hover,
input[type="submit"].btn_clean:active,
input[type="submit"].btn_clean:focus,
input[type="submit"].btn_clean:hover,
input[type="submit"].btn_clean[disabled],
input[type="submit"].btn_clean[disabled]:hover {
    background-color: transparent;
    border-color: transparent;
    color: #fff;
    fill: #fff;
    strok: #fff;
}
.btn.btn_clean.disabled,
.btn.btn_clean.disabled:hover,
.btn.btn_clean[disabled],
.btn.btn_clean[disabled]:hover,
.disabled .btn.btn_clean,
.disabled .btn.btn_clean:hover,
.disabled .offer .offer-button .btn_clean.btn.btn_white,
.disabled .offer-variant_video .offer .btn_clean.btn_video,
.disabled .offer-variant_video .offer .btn_clean.btn_video:hover,
.disabled button.btn_clean,
.disabled button.btn_clean:hover,
.disabled input[type="button"].btn_clean,
.disabled input[type="button"].btn_clean:hover,
.disabled input[type="reset"].btn_clean,
.disabled input[type="reset"].btn_clean:hover,
.disabled input[type="submit"].btn_clean,
.disabled input[type="submit"].btn_clean:hover,
.offer .offer-button .btn_clean.disabled.btn.btn_white,
.offer .offer-button .btn_clean[disabled].btn.btn_white,
.offer .offer-button .disabled .btn_clean.btn.btn_white,
.offer-variant_video .offer .btn_clean.disabled.btn_video,
.offer-variant_video .offer .btn_clean.disabled.btn_video:hover,
.offer-variant_video .offer .btn_clean[disabled].btn_video,
.offer-variant_video .offer .btn_clean[disabled].btn_video:hover,
.offer-variant_video .offer .disabled .btn_clean.btn_video,
.offer-variant_video .offer .disabled .btn_clean.btn_video:hover,
button.btn_clean.disabled,
button.btn_clean.disabled:hover,
button.btn_clean[disabled],
button.btn_clean[disabled]:hover,
input[type="button"].btn_clean.disabled,
input[type="button"].btn_clean.disabled:hover,
input[type="button"].btn_clean[disabled],
input[type="button"].btn_clean[disabled]:hover,
input[type="reset"].btn_clean.disabled,
input[type="reset"].btn_clean.disabled:hover,
input[type="reset"].btn_clean[disabled],
input[type="reset"].btn_clean[disabled]:hover,
input[type="submit"].btn_clean.disabled,
input[type="submit"].btn_clean.disabled:hover,
input[type="submit"].btn_clean[disabled],
input[type="submit"].btn_clean[disabled]:hover {
    fill: #eee;
}
.btn.btn_close,
.offer .offer-button .btn_close.btn,
.offer-variant_video .offer .btn_close.btn_video,
button.btn_close,
input[type="button"].btn_close,
input[type="reset"].btn_close,
input[type="submit"].btn_close {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 19px;
    height: 19px;
    padding: 0;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20fill%3D%22%23000%22%20d%3D%22M18.991%2C17.891l-1.1%2C1.1L9.5%2C10.6%2C1.108%2C18.99l-1.1-1.1L8.4%2C9.5%2C0.009%2C1.108l1.1-1.1L9.5%2C8.4l8.391-8.392%2C1.1%2C1.1L10.6%2C9.5Z%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.btn.btn_close:active,
.btn.btn_close:hover,
.offer .offer-button .btn_close.btn.btn_white:active,
.offer .offer-button .btn_close.btn.btn_white:hover,
.offer-variant_video .offer .btn_close.btn_video:active,
.offer-variant_video .offer .btn_close.btn_video:hover,
button.btn_close:active,
button.btn_close:hover,
input[type="button"].btn_close:active,
input[type="button"].btn_close:hover,
input[type="reset"].btn_close:active,
input[type="reset"].btn_close:hover,
input[type="submit"].btn_close:active,
input[type="submit"].btn_close:hover {
    background-color: #fff;
}
.btn.btn_outline,
.offer .offer-button .btn_outline.btn,
.offer-variant_video .offer .btn_outline.btn_video,
button.btn_outline,
input[type="button"].btn_outline,
input[type="reset"].btn_outline,
input[type="submit"].btn_outline {
    background-color: #fff;
    color: #003;
    border: 2px solid #3cf;
}
.btn.btn_outline:hover,
.offer .offer-button .btn_outline.btn.btn_white:hover,
.offer-variant_video .offer .btn_outline.btn_video:hover,
button.btn_outline:hover,
input[type="button"].btn_outline:hover,
input[type="reset"].btn_outline:hover,
input[type="submit"].btn_outline:hover {
    border-color: #2699cc;
}
.btn.btn_outline.btn_lg,
.btn_outline.offer__btn.btn,
.offer .offer-button .btn_outline.btn,
.offer .offer-button button.btn_outline.btn,
.offer .offer-button input[type="button"].btn_outline.btn,
.offer .offer-button input[type="reset"].btn_outline.btn,
.offer .offer-button input[type="submit"].btn_outline.btn,
.offer-variant_video .offer .btn_outline.btn_video,
.offer-variant_video .offer button.btn_outline.btn_video,
.offer-variant_video .offer input[type="button"].btn_outline.btn_video,
.offer-variant_video .offer input[type="reset"].btn_outline.btn_video,
.offer-variant_video .offer input[type="submit"].btn_outline.btn_video,
button.btn_outline.btn_lg,
button.btn_outline.offer__btn.btn,
input[type="button"].btn_outline.btn_lg,
input[type="button"].btn_outline.offer__btn.btn,
input[type="reset"].btn_outline.btn_lg,
input[type="reset"].btn_outline.offer__btn.btn,
input[type="submit"].btn_outline.btn_lg,
input[type="submit"].btn_outline.offer__btn.btn {
    line-height: 46px;
}
.btn.btn_orange,
.offer .offer-button .btn_orange.btn,
.offer-variant_video .offer .btn_orange.btn_video,
button.btn_orange,
input[type="button"].btn_orange,
input[type="reset"].btn_orange,
input[type="submit"].btn_orange {
    background-color: #f7941f;
    border-color: #f7941f;
    color: #003;
    fill: #003;
    strok: #003;
}
.btn.btn_orange.focus,
.btn.btn_orange.hover,
.btn.btn_orange:focus,
.btn.btn_orange:hover,
.offer .offer-button .btn_orange.btn.btn_white:focus,
.offer .offer-button .btn_orange.btn.btn_white:hover,
.offer .offer-button .btn_orange.focus.btn.btn_white,
.offer .offer-button .btn_orange.hover.btn.btn_white,
.offer-variant_video .offer .btn_orange.btn_video:focus,
.offer-variant_video .offer .btn_orange.btn_video:hover,
.offer-variant_video .offer .btn_orange.focus.btn_video,
.offer-variant_video .offer .btn_orange.hover.btn_video,
button.btn_orange.focus,
button.btn_orange.hover,
button.btn_orange:focus,
button.btn_orange:hover,
input[type="button"].btn_orange.focus,
input[type="button"].btn_orange.hover,
input[type="button"].btn_orange:focus,
input[type="button"].btn_orange:hover,
input[type="reset"].btn_orange.focus,
input[type="reset"].btn_orange.hover,
input[type="reset"].btn_orange:focus,
input[type="reset"].btn_orange:hover,
input[type="submit"].btn_orange.focus,
input[type="submit"].btn_orange.hover,
input[type="submit"].btn_orange:focus,
input[type="submit"].btn_orange:hover {
    background-color: #db7a08;
    border-color: #db7a08;
    color: #003;
    fill: #003;
    strok: #003;
}
.btn.btn_orange.active,
.btn.btn_orange:active,
.offer .offer-button .btn_orange.active.btn.btn_white,
.offer .offer-button .btn_orange.btn.btn_white:active,
.offer-variant_video .offer .btn_orange.active.btn_video,
.offer-variant_video .offer .btn_orange.btn_video:active,
button.btn_orange.active,
button.btn_orange:active,
input[type="button"].btn_orange.active,
input[type="button"].btn_orange:active,
input[type="reset"].btn_orange.active,
input[type="reset"].btn_orange:active,
input[type="submit"].btn_orange.active,
input[type="submit"].btn_orange:active {
    background-color: #f7941f;
    border-color: #f7941f;
    color: #003;
    fill: #003;
    strok: #003;
}
.btn.btn_orange.disabled,
.btn.btn_orange.disabled:hover,
.btn.btn_orange[disabled],
.btn.btn_orange[disabled]:hover,
.disabled .btn.btn_orange,
.disabled .btn.btn_orange:hover,
.disabled .offer .offer-button .btn_orange.btn.btn_white,
.disabled .offer-variant_video .offer .btn_orange.btn_video,
.disabled .offer-variant_video .offer .btn_orange.btn_video:hover,
.disabled button.btn_orange,
.disabled button.btn_orange:hover,
.disabled input[type="button"].btn_orange,
.disabled input[type="button"].btn_orange:hover,
.disabled input[type="reset"].btn_orange,
.disabled input[type="reset"].btn_orange:hover,
.disabled input[type="submit"].btn_orange,
.disabled input[type="submit"].btn_orange:hover,
.offer .offer-button .btn_orange.disabled.btn.btn_white,
.offer .offer-button .btn_orange[disabled].btn.btn_white,
.offer .offer-button .disabled .btn_orange.btn.btn_white,
.offer-variant_video .offer .btn_orange.disabled.btn_video,
.offer-variant_video .offer .btn_orange.disabled.btn_video:hover,
.offer-variant_video .offer .btn_orange[disabled].btn_video,
.offer-variant_video .offer .btn_orange[disabled].btn_video:hover,
.offer-variant_video .offer .disabled .btn_orange.btn_video,
.offer-variant_video .offer .disabled .btn_orange.btn_video:hover,
button.btn_orange.disabled,
button.btn_orange.disabled:hover,
button.btn_orange[disabled],
button.btn_orange[disabled]:hover,
input[type="button"].btn_orange.disabled,
input[type="button"].btn_orange.disabled:hover,
input[type="button"].btn_orange[disabled],
input[type="button"].btn_orange[disabled]:hover,
input[type="reset"].btn_orange.disabled,
input[type="reset"].btn_orange.disabled:hover,
input[type="reset"].btn_orange[disabled],
input[type="reset"].btn_orange[disabled]:hover,
input[type="submit"].btn_orange.disabled,
input[type="submit"].btn_orange.disabled:hover,
input[type="submit"].btn_orange[disabled],
input[type="submit"].btn_orange[disabled]:hover {
    background-color: #003;
    border-color: #003;
    color: #003;
    fill: #003;
    strok: #003;
}
.section {
    position: relative;
    clear: both;
    margin-bottom: 45px;
}
.section_bg_light_blue {
    background: #f0fbff;
}
.section_bg_light_gray {
    background: #f0f5f9;
}
.section_bg_light_gray_left_circle {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: linear-gradient(51deg, rgba(240, 245, 249, 0) -18%, #f0f5f9 38%),
        url("data:image/svg+xml,%0A%3Csvg width='391' height='914' viewBox='0 0 391 914' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-3 0H227.5C227.5 0 335 273.5 369.5 448C404 622.5 386.5 914.5 386.5 914.5H-3V0Z' fill='%23F0F5F9'/%3E%3C/svg%3E%0A");
}
.section_bg_sec_blue {
    color: #fff;
    background: #2699cc;
}
.fancybox-container {
    background: rgba(0, 0, 0, 0.85);
    overflow-y: scroll;
}
.fancybox-popup {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}
.fancybox-container_image_home .fancybox-popup{
    background: none;
}
.fancybox-container_video .fancybox-popup {
    width: 767px;
}
.fancybox-container_pdf .fancybox-popup {
    width: 63%;
}
.fancybox-container_html--offer-exit-popup .fancybox-popup,
.fancybox-container_pdf .fancybox-popup,
.fancybox-container_video:not(.fancybox-container_video--popover) .fancybox-popup {
    height: calc(100% - 60px);
    min-height: 400px;
    margin: 30px 0;
}
@media screen and (max-width: 767px) {
    .btn.btn_close,
    .offer .offer-button .btn_close.btn,
    .offer-variant_video .offer .btn_close.btn_video,
    button.btn_close,
    input[type="button"].btn_close,
    input[type="reset"].btn_close,
    input[type="submit"].btn_close {
        top: 12px;
        right: 12px;
    }
    .fancybox-container_html--offer-exit-popup .fancybox-popup,
    .fancybox-container_pdf .fancybox-popup,
    .fancybox-container_video:not(.fancybox-container_video--popover) .fancybox-popup {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 479px) {
    .fancybox-container_html--offer-exit-popup .fancybox-popup,
    .fancybox-container_pdf .fancybox-popup,
    .fancybox-container_video:not(.fancybox-container_video--popover) .fancybox-popup {
        width: 100%;
    }
}
.fancybox-container_html--offer-exit-popup .fancybox-popup {
    top: 0 !important;
}
.fancybox-container_video:not(.fancybox-container_video--popover) .fancybox-popup {
    max-height: 600px;
    top: 15%;
}
.fancybox-container_html .fancybox-popup {
    top: 15%;
}
.fancybox-container_html--product-tour .fancybox-popup {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fancybox-container_image .fancybox-popup {
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    max-height: 600px;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 767px) {
    .fancybox-container_image .fancybox-popup {
        max-height: 90%;
    }
}
.fancybox-container_image .fancybox-popup .fancybox-caption-wrap {
    background: 0 0;
}
.fancybox-container_image .fancybox-popup .fancybox-placeholder {
    margin-top: 10px;
}
.fancybox-container_video--popover .fancybox-popup {
    width: 100%;
    height: 100%;
    background: 0 0;
}
.fancybox-caption-wrap {
    top: 0;
    bottom: auto;
    padding: 30px 60px 30px 30px;
    background: #fff;
    pointer-events: auto;
}
.fancybox-container_video--popover .fancybox-caption-wrap {
    display: none;
}
.fancybox-caption {
    -webkit-text-size-adjust: none;
    padding: 0;
    line-height: 1;
    color: #000;
    border: none;
    font-size: 1.6875rem;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 300;
}
.fancybox-container_pdf .fancybox-caption {
    margin-right: 150px;
}
.fancybox-slider-wrap {
    background: #fff;
}
.fancybox-container_image_home .fancybox-slider-wrap {
    background: none;
}
.fancybox-container_video--popover .fancybox-slider-wrap {
    width: 100%;
    height: 100%;
    background: 0 0;
    border-top: none;
}
.fancybox-slider-wrap.always-hidden {
    bottom: auto;
    height: 0 !important;
}
.fancybox-container_video--popover .fancybox-slider {
    width: 100%;
    height: 100%;
    position: static;
}
.fancybox-slide {
    padding: 15px 30px;
}
.fancybox-container_video--popover .fancybox-slide {
    width: 100%;
    height: 100%;
    padding: 0;
}
.fancybox-placeholder {
    cursor: auto;
}
.fancybox-slide--image .fancybox-placeholder {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}
.fancybox-content {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
}
.fancybox-container_video--popover .fancybox-content {
    background: 0 0;
}
.fancybox-container_video--popover .fancybox-iframe {
    width: 80%;
    height: calc(100% - 88px);
    margin: 44px auto;
}
.fancybox-container_video--popover .fancybox-iframe.custom-size {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
}
.fancybox-close {
    position: absolute;
    top: 35px;
    right: 30px;
    width: 15px;
    height: 15px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20fill%3D%22%23000%22%20d%3D%22M18.991%2C17.891l-1.1%2C1.1L9.5%2C10.6%2C1.108%2C18.99l-1.1-1.1L8.4%2C9.5%2C0.009%2C1.108l1.1-1.1L9.5%2C8.4l8.391-8.392%2C1.1%2C1.1L10.6%2C9.5Z%22%2F%3E%0A%3C%2Fsvg%3E);
    background-size: cover;
    border: none;
    z-index: 99999;
}
.fancybox-container_video--popover .fancybox-close {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20fill%3D%22%23fff%22%20d%3D%22M18.991%2C17.891l-1.1%2C1.1L9.5%2C10.6%2C1.108%2C18.99l-1.1-1.1L8.4%2C9.5%2C0.009%2C1.108l1.1-1.1L9.5%2C8.4l8.391-8.392%2C1.1%2C1.1L10.6%2C9.5Z%22%2F%3E%0A%3C%2Fsvg%3E);
}
.fancybox-download {
    position: absolute;
    top: 30px;
    right: 60px;
    width: 150px;
    padding-right: 25px;
    line-height: 25px;
    text-align: right;
    font-size: 1rem;
    background-repeat: no-repeat;
    background-position: right center;
    color: #444;
    border: none;
    z-index: 99999;
}
.fancybox-download:active,
.fancybox-download:hover {
    color: #444;
    border: none;
}
.fancybox-next,
.fancybox-prev {
    position: absolute;
    bottom: 50%;
    width: 40%;
    border: none;
    z-index: 99999;
}
.fancybox-next span,
.fancybox-prev span {
    display: block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 45px;
    margin-top: -25px;
    border: 1px solid #eee;
    border-radius: 50%;
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.popup__hl,
.popup_video {
    position: relative;
}
.fancybox-next span:hover,
.fancybox-prev span:hover {
    border: 1px solid #6d5ab6;
    background-color: #6d5ab6;
}
.fancybox-prev {
    left: -20px;
}
.fancybox-prev span {
    left: 0;
    margin-left: 0;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%233591d1%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M6.862%2C13.892%20C7.113%2C13.892%207.364%2C13.795%207.555%2C13.601%20C7.939%2C13.213%207.939%2C12.584%207.555%2C12.196%20C7.555%2C12.196%202.364%2C6.935%202.364%2C6.935%20C2.364%2C6.935%207.555%2C1.674%207.555%2C1.674%20C7.939%2C1.286%207.939%2C0.657%207.555%2C0.269%20C7.172%2C-0.120%206.552%2C-0.120%206.168%2C0.269%20C6.168%2C0.269%200.283%2C6.232%200.283%2C6.232%20C-0.100%2C6.620%20-0.100%2C7.249%200.283%2C7.638%20C0.283%2C7.638%206.168%2C13.601%206.168%2C13.601%20C6.360%2C13.795%206.611%2C13.892%206.862%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
}
.fancybox-prev span:hover {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M6.862%2C13.892%20C7.113%2C13.892%207.364%2C13.795%207.555%2C13.601%20C7.939%2C13.213%207.939%2C12.584%207.555%2C12.196%20C7.555%2C12.196%202.364%2C6.935%202.364%2C6.935%20C2.364%2C6.935%207.555%2C1.674%207.555%2C1.674%20C7.939%2C1.286%207.939%2C0.657%207.555%2C0.269%20C7.172%2C-0.120%206.552%2C-0.120%206.168%2C0.269%20C6.168%2C0.269%200.283%2C6.232%200.283%2C6.232%20C-0.100%2C6.620%20-0.100%2C7.249%200.283%2C7.638%20C0.283%2C7.638%206.168%2C13.601%206.168%2C13.601%20C6.360%2C13.795%206.611%2C13.892%206.862%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
}
.fancybox-next {
    right: -20px;
}
.fancybox-next span {
    right: 0;
    margin-right: 0;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%233591d1%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M0.982%2C13.892%20C0.731%2C13.892%200.480%2C13.795%200.288%2C13.601%20C-0.095%2C13.213%20-0.095%2C12.584%200.288%2C12.196%20C0.288%2C12.196%205.480%2C6.935%205.480%2C6.935%20C5.480%2C6.935%200.288%2C1.674%200.288%2C1.674%20C-0.095%2C1.286%20-0.095%2C0.657%200.288%2C0.269%20C0.671%2C-0.120%201.292%2C-0.120%201.675%2C0.269%20C1.675%2C0.269%207.560%2C6.232%207.560%2C6.232%20C7.944%2C6.620%207.944%2C7.249%207.560%2C7.638%20C7.560%2C7.638%201.675%2C13.601%201.675%2C13.601%20C1.484%2C13.795%201.233%2C13.892%200.982%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
}
.fancybox-next span:hover {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M0.982%2C13.892%20C0.731%2C13.892%200.480%2C13.795%200.288%2C13.601%20C-0.095%2C13.213%20-0.095%2C12.584%200.288%2C12.196%20C0.288%2C12.196%205.480%2C6.935%205.480%2C6.935%20C5.480%2C6.935%200.288%2C1.674%200.288%2C1.674%20C-0.095%2C1.286%20-0.095%2C0.657%200.288%2C0.269%20C0.671%2C-0.120%201.292%2C-0.120%201.675%2C0.269%20C1.675%2C0.269%207.560%2C6.232%207.560%2C6.232%20C7.944%2C6.620%207.944%2C7.249%207.560%2C7.638%20C7.560%2C7.638%201.675%2C13.601%201.675%2C13.601%20C1.484%2C13.795%201.233%2C13.892%200.982%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
}
.fancybox-locked {
    overflow: hidden !important;
}
.popup {
    width: 500px;
    padding: 30px;
}
.popup::after {
    clear: both;
    display: table;
}
.popup_wd_sm {
    width: 424px;
}
.popup_sm {
    width: 590px;
}
.popup_auto {
    width: auto;
}
.popup_phone {
    width: 700px;
}
.popup_phone .icon-phone_sm:before {
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px);
}
.popup_wide {
    width: 900px;
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .popup_wide {
        width: 950px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .popup_wide {
        width: 678px !important;
    }
}
@media screen and (min-width: 660px) and (max-width: 767px) {
    .popup_wide {
        width: 600px !important;
    }
}
@media screen and (min-width: 480px) and (max-width: 660px) {
    .popup_wide {
        width: 470px !important;
    }
}
@media screen and (max-width: 479px) {
    .popup_wide {
        width: 310px;
    }
}
.popup_widest {
    width: 1550px;
}
@media screen and (min-width: 1199px) and (max-width: 1599px) {
    .popup_widest {
        width: 1200px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .popup_widest {
        width: 950px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .popup_widest {
        width: 767px !important;
    }
}
.popup_widest iframe {
    height: 700px;
}
@media screen and (min-width: 1199px) and (max-width: 1599px) {
    .popup_widest iframe {
        height: 650px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .popup_widest iframe {
        height: 600px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .popup_widest iframe {
        height: 550px;
    }
}
@media screen and (min-width: 660px) and (max-width: 767px) {
    .popup_widest {
        width: 640px !important;
    }
    .popup_widest iframe {
        height: 500px;
    }
}
@media screen and (min-width: 480px) and (max-width: 660px) {
    .popup_widest {
        width: 470px !important;
    }
    .popup_widest iframe {
        height: 450px;
    }
}
@media screen and (max-width: 479px) {
    .popup_widest {
        width: 100% !important;
    }
    .popup_widest iframe {
        height: 310px;
    }
}
.popup_product-tour {
    width: auto !important;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .popup {
        width: 420px;
    }
}
@media screen and (max-width: 479px) {
    .popup {
        width: 320px;
    }
}
.popup__hl {
    margin: 0 -30px;
    padding: 0 60px 50px 30px;
    font-size: 1.6875rem;
}
.popup__hl::after {
    clear: both;
    display: table;
}
.breadcrumbs__item:after,
.offer:before,
.popup .row_popup-video:before,
.popup__hl:after {
    content: "";
}
.popup__hl_static {
    padding: 25px 60px 70px 110px;
}
.popup__hl_static .icon-round {
    position: absolute;
    left: 15px;
    top: 0;
}
.popup__hl:after {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.popup__video-duration {
    color: #bebebe;
    font-size: 1.125rem;
}
.popup__download,
.popup__download:hover {
    color: #000;
    border: 0;
}
.popup .row_popup-video {
    position: relative;
    padding-bottom: 0;
}
.popup .row_popup-video:before {
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.popup__hl_video {
    position: relative;
    margin: 0 -30px;
    padding: 0 60px 50px 30px;
    font-size: 1.5rem;
}
.popup__hl_video::after {
    clear: both;
    content: "";
    display: table;
}
.popup__download {
    line-height: 30px;
    float: right;
    font-size: 1rem;
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: right center;
}
@media screen and (max-width: 479px) {
    .popup__download {
        display: block;
        float: left;
    }
}
.popup__footer {
    margin: 60px -30px -30px;
    background: #3591d1;
    color: #fff;
    padding: 30px;
}
.popup-control-next,
.popup-control-prev {
    z-index: 2;
    width: 45px;
    height: 45px;
    background-position: 50% 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
}
.popup__footer a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.popup__footer a:hover {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.popup-control-prev {
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%233591d1%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M6.862%2C13.892%20C7.113%2C13.892%207.364%2C13.795%207.555%2C13.601%20C7.939%2C13.213%207.939%2C12.584%207.555%2C12.196%20C7.555%2C12.196%202.364%2C6.935%202.364%2C6.935%20C2.364%2C6.935%207.555%2C1.674%207.555%2C1.674%20C7.939%2C1.286%207.939%2C0.657%207.555%2C0.269%20C7.172%2C-0.120%206.552%2C-0.120%206.168%2C0.269%20C6.168%2C0.269%200.283%2C6.232%200.283%2C6.232%20C-0.100%2C6.620%20-0.100%2C7.249%200.283%2C7.638%20C0.283%2C7.638%206.168%2C13.601%206.168%2C13.601%20C6.360%2C13.795%206.611%2C13.892%206.862%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    border: 1px solid #eee;
    border-radius: 45px;
    left: 0;
    margin-left: -25px;
}
.popup-control-prev:hover {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M6.862%2C13.892%20C7.113%2C13.892%207.364%2C13.795%207.555%2C13.601%20C7.939%2C13.213%207.939%2C12.584%207.555%2C12.196%20C7.555%2C12.196%202.364%2C6.935%202.364%2C6.935%20C2.364%2C6.935%207.555%2C1.674%207.555%2C1.674%20C7.939%2C1.286%207.939%2C0.657%207.555%2C0.269%20C7.172%2C-0.120%206.552%2C-0.120%206.168%2C0.269%20C6.168%2C0.269%200.283%2C6.232%200.283%2C6.232%20C-0.100%2C6.620%20-0.100%2C7.249%200.283%2C7.638%20C0.283%2C7.638%206.168%2C13.601%206.168%2C13.601%20C6.360%2C13.795%206.611%2C13.892%206.862%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
    background-color: #6d5ab6;
    border: 1px solid #6d5ab6;
}
.popup-control-next {
    background-color: #fff;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%233591d1%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M0.982%2C13.892%20C0.731%2C13.892%200.480%2C13.795%200.288%2C13.601%20C-0.095%2C13.213%20-0.095%2C12.584%200.288%2C12.196%20C0.288%2C12.196%205.480%2C6.935%205.480%2C6.935%20C5.480%2C6.935%200.288%2C1.674%200.288%2C1.674%20C-0.095%2C1.286%20-0.095%2C0.657%200.288%2C0.269%20C0.671%2C-0.120%201.292%2C-0.120%201.675%2C0.269%20C1.675%2C0.269%207.560%2C6.232%207.560%2C6.232%20C7.944%2C6.620%207.944%2C7.249%207.560%2C7.638%20C7.560%2C7.638%201.675%2C13.601%201.675%2C13.601%20C1.484%2C13.795%201.233%2C13.892%200.982%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    border: 1px solid #eee;
    border-radius: 45px;
    right: 0;
    margin-right: -25px;
}
.popup-control-next:hover {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20style%3D%22fill%3A%23fff%3B%22%3E%0A%20%20%3Cpath%20d%3D%22M0.982%2C13.892%20C0.731%2C13.892%200.480%2C13.795%200.288%2C13.601%20C-0.095%2C13.213%20-0.095%2C12.584%200.288%2C12.196%20C0.288%2C12.196%205.480%2C6.935%205.480%2C6.935%20C5.480%2C6.935%200.288%2C1.674%200.288%2C1.674%20C-0.095%2C1.286%20-0.095%2C0.657%200.288%2C0.269%20C0.671%2C-0.120%201.292%2C-0.120%201.675%2C0.269%20C1.675%2C0.269%207.560%2C6.232%207.560%2C6.232%20C7.944%2C6.620%207.944%2C7.249%207.560%2C7.638%20C7.560%2C7.638%201.675%2C13.601%201.675%2C13.601%20C1.484%2C13.795%201.233%2C13.892%200.982%2C13.892%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E);
    background-color: #6d5ab6;
    border: 1px solid #6d5ab6;
}
.popup-title {
    font-size: 1.6875rem;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 300;
    display: block;
    color: #444;
    padding: 30px 0 0 30px;
}
.ac-flex {
    display: -ms-flexbox;
    display: flex;
}
.breadcrumbs,
.breadcrumbs__item {
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 959px) {
    .ac-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ac-flex__item {
        width: 100%;
    }
}
.ac-flex_column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.ac-flex_a_stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}
.ac-flex_a_center {
    -ms-flex-align: center;
    align-items: center;
}
.ac-flex_j_space-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ac-flex_j_center {
    -ms-flex-pack: center;
    justify-content: center;
}
.ac-flex_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ac-flex_no-wrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.ac-flex__item_30 {
    width: 30%;
}
@media screen and (max-width: 1199px) {
    .ac-flex__item_30 {
        width: 40%;
    }
}
@media screen and (max-width: 959px) {
    .ac-flex__item_30 {
        width: 100%;
    }
}
.ac-flex__item_40 {
    width: 40%;
}
@media screen and (max-width: 1199px) {
    .ac-flex__item_40 {
        width: 50%;
    }
}
@media screen and (max-width: 959px) {
    .ac-flex__item_40 {
        width: 100%;
    }
}
.ac-flex__item_50 {
    width: 50%;
}
@media screen and (max-width: 959px) {
    .ac-flex__item_50 {
        width: 100%;
    }
}
.ac-flex__item_60 {
    width: 60%;
}
@media screen and (max-width: 1199px) {
    .ac-flex__item_60 {
        width: 50%;
    }
}
@media screen and (max-width: 959px) {
    .ac-flex__item_60 {
        width: 100%;
    }
}
.ac-flex__item_70 {
    width: 70%;
}
@media screen and (max-width: 1199px) {
    .ac-flex__item_70 {
        width: 60%;
    }
}
@media screen and (max-width: 959px) {
    .ac-flex__item_70 {
        width: 100%;
    }
}
.breadcrumbs {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding: 20px 0;
    color: #fff;
    font-size: 0.875rem;
}
.breadcrumbs_black,
.top-section_erp .breadcrumbs {
    color: #000;
    border-bottom: 1px solid #000;
}
.breadcrumbs__item {
    border-bottom-color: transparent;
    margin-right: 24px;
    color: #fff;
}
.breadcrumbs > span:last-child .breadcrumbs__item,
.breadcrumbs__item:last-child,
.header-bar__breadcrumbs > span:last-child .breadcrumbs__item {
    margin-right: 0;
}
.breadcrumbs_black .breadcrumbs__item,
.top-section_erp .breadcrumbs__item {
    color: #000;
}
.breadcrumbs__item:hover {
    border-bottom-color: #fff;
    color: #fff;
}
.breadcrumbs_black .breadcrumbs__item:hover,
.top-section_erp .breadcrumbs__item:hover {
    color: #000;
    border-bottom-color: #000;
}
.breadcrumbs__item:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20d%3D%22M-0.008.732L5.545%2C6.011-0.008%2C11.29%22%2F%3E%0A%3C%2Fsvg%3E);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 5px;
    right: -16px;
    bottom: auto;
    left: auto;
    width: 5px;
    height: 9px;
}
.breadcrumbs > span:last-child .breadcrumbs__item:after,
.breadcrumbs__item:last-child:after,
.header-bar .mobile {
    display: none;
}
.breadcrumbs_black .breadcrumbs__item:after,
.top-section_erp .breadcrumbs__item:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2212%22%20viewBox%3D%220%200%207%2012%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20class%3D%22cls-1%22%20fill%3D%22none%22%20stroke%3D%22%23000%22%20d%3D%22M-0.008.732L5.545%2C6.011-0.008%2C11.29%22%2F%3E%0A%3C%2Fsvg%3E);
}
.nav-margin {
    margin-top: 120px;
}
@media screen and (max-width: 959px) {
    .nav-margin {
        margin-top: 54px;
    }
    .header-bar .desktop {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .admin-bar .header-bar {
        margin-top: 14px;
    }
    #wpadminbar {
        position: fixed;
        top: 0;
    }
}
.header-bar {
    border-bottom: 1px solid #ddd;
}
.header-bar__top {
    background-color: #003;
    color: #fff;
    font-size: 0.9375rem;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
    z-index: 50;
    position: relative;
}
.header-bar__bottom {
    background-color: #fff;
}
@media screen and (max-width: 959px) {
    .header-bar .mobile {
        display: block;
    }
    .header-bar__top {
        color: #003;
        background-color: #fff;
    }
    .header-bar__bottom {
        display: none;
    }
}
.header-bar__top-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 45px;
}
@media screen and (max-width: 1199px) {
    .header-bar__top-inner {
        min-height: 54px;
    }
}
.header-bar__bottom-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 75px;
}
.header-bar__breadcrumbs,
.header-bar__nav-secondary {
    min-width: 220px;
}
.header-bar__breadcrumbs .header-bar__nav-search-button,
.header-bar__breadcrumbs a,
.header-bar__nav-secondary .header-bar__nav-search-button,
.header-bar__nav-secondary a,
.header-bar__offer .header-bar__nav-search-button,
.header-bar__offer a {
    border-width: 0;
    transition: all 0.2s ease;
}
.header-bar__breadcrumbs .header-bar__nav-search-button:hover,
.header-bar__breadcrumbs a:hover,
.header-bar__nav-secondary .header-bar__nav-search-button:hover,
.header-bar__nav-secondary a:hover,
.header-bar__offer .header-bar__nav-search-button:hover,
.header-bar__offer a:hover {
    border-width: 0;
    opacity: 0.7;
}
.header-bar__breadcrumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.875rem;
}
.header-bar__breadcrumbs > span:last-child .breadcrumbs__item:after {
    display: none;
}
.header-bar__breadcrumbs > span {
    text-overflow: ellipsis;
    max-width: 330px;
    white-space: nowrap;
    overflow-x: hidden;
}
.header-bar__offer {
    text-align: center;
    font-size: 0.9375rem;
}
@media screen and (max-width: 959px) {
    .header-bar__breadcrumbs,
    .header-bar__nav-secondary {
        min-width: auto;
    }
    .header-bar__breadcrumbs,
    .header-bar__offer {
        display: none;
    }
    .header-bar__nav-search-button circle,
    .header-bar__nav-search-button path {
        stroke: #003;
    }
}
.header-bar__nav-secondary-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-bar__nav-secondary-item {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
}
.header-bar__nav-secondary-item:first-child {
    margin: 0;
}
.header-bar__nav-search-button {
    cursor: pointer;
}
.header-bar__logo img {
    width: 100%;
    max-width: 172px;
}
@media screen and (max-width: 1199px) {
    .header-bar__logo img {
        max-width: 140px;
    }
}
.header-bar__mobile-logo {
    max-width: 114px;
}
.header-bar__mobile-logo img {
    display: block;
}
.header-bar__top-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -100px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #003;
    transition: top 0.2s ease;
    z-index: 10;
}
.header-bar__top-search.active {
    top: 0;
}
.header-bar__top-search .search-main {
    position: relative;
}
@media screen and (max-width: 959px) {
    .header-bar__top-search {
        background-color: #fff;
    }
    .header-bar__top-search .search-main {
        width: 100%;
    }
}
.header-bar__top-search .search-main__field {
    margin: 0;
    width: 460px;
    background-color: #003;
    border: 2px solid #2699cc;
    border-radius: 4px;
    color: #fff;
    padding-right: 40px;
}
.header-bar__top-search .search-main__field:active,
.header-bar__top-search .search-main__field:focus,
.header-bar__top-search .search-main__field:hover {
    border: 2px solid #2699cc;
    color: #fff;
    background-color: #003;
}
@media screen and (max-width: 959px) {
    .header-bar__top-search .search-main__field,
    .header-bar__top-search .search-main__field:active,
    .header-bar__top-search .search-main__field:focus,
    .header-bar__top-search .search-main__field:hover {
        background-color: #fff;
        border-width: 0;
        border-radius: 0;
        color: #003;
    }
    .header-bar__top-search .search-main__field {
        width: 100%;
        padding: 5px 40px;
    }
}
.header-bar__top-search .search-results {
    border-width: 0;
    border-radius: 4px;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.05);
}
.header-bar__top-search p.error-form {
    display: none !important;
}
.header-bar__top-search input[type="text"].error-form {
    border-color: #2699cc;
}
.header-bar__top-search .search-results__links,
.header-bar__top-search .search-results__title {
    padding-left: 0;
}
.header-bar__top-search .search-results__title a {
    color: #003;
}
.header-bar__top-search .search-results__list-highlight {
    color: #003;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
    text-transform: none;
    padding: 5px 15px;
    margin: 10px 0 0;
}
.footer-bar__bottom,
.footer-bar__nav-menu,
.nav-bar-top__link,
.nav-bar-top__mobile-submenu,
.nav-bar-top__sub-menu-headline,
.nav-bar-top__sub-menu-link {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
}
.header-bar__top-search .search-results__wrapper {
    padding: 15px;
}
.header-bar__top-search .search-results__wrapper .search-results__foot {
    border-width: 0;
    color: #003;
}
.header-bar__top-search .search-main__icon {
    position: absolute;
    top: 10px;
    right: 15px;
    left: auto;
    cursor: pointer;
    transition: all 0.2s ease;
}
.header-bar__top-search .search-main__icon:hover {
    opacity: 0.7;
}
.header-bar__top-search-hide-button {
    margin: 3px 15px 0;
    cursor: pointer;
    transition: all 0.2s ease;
}
.header-bar__top-search-hide-button:hover {
    opacity: 0.7;
}
@media screen and (max-width: 959px) {
    .header-bar__top-search .search-main__icon {
        left: 15px;
        right: auto;
    }
    .header-bar__top-search .search-main__icon g {
        stroke: #003;
    }
    .header-bar__top-search-hide-button g {
        fill: #003;
    }
}
.header-bar__nav-hide-menu-button,
.header-bar__nav-menu-button {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px;
    height: 24px;
}
.header-bar__nav-hide-menu-button.active,
.header-bar__nav-menu-button.active {
    display: -ms-flexbox;
    display: flex;
}
.header-bar__mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
    padding: 60px 0 80px;
    transition: right 0.3s ease;
    display: none;
}
.header-bar__mobile-nav.active {
    right: 0;
}
@media screen and (max-width: 959px) {
    .header-bar__mobile-nav {
        display: block;
    }
}
.header-bar__mobile-nav .nav-bar-top {
    height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 45px;
}
.header-bar__mobile-nav .nav-bar-top__menu {
    display: block;
}
.header-bar__mobile-nav .nav-bar-top__link {
    height: auto;
    border-width: 0;
    display: block;
    text-align: left;
    padding: 15px;
    margin-right: 30px;
}
.header-bar__mobile-nav .nav-bar-top__item-more {
    display: none;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23003' fill-rule='nonzero'%3E%3Cpath d='M12 8L6 14 7.4 15.4 12 10.8 16.6 15.4 18 14z' transform='rotate(90 12 11.7)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media screen and (max-width: 959px) {
    .header-bar__mobile-nav .nav-bar-top__item-more {
        display: block;
    }
}
.header-bar__mobile-nav .nav-bar-top__item {
    position: relative;
}
.header-bar__mobile-nav .nav-bar-top__item:hover .nav-bar-top__dropdown {
    display: none;
}
.header-bar__mobile-nav-cta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #ddd;
    background-color: #fff;
}
.header-bar.is-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    transition: top 0.3s ease-in-out;
}
.footer-bar {
    background-color: #003;
    color: #fff;
}
.footer-bar__top {
    padding: 60px 0;
    display: -ms-flexbox;
    display: flex;
}
.footer-bar__info {
    padding-right: 60px;
    width: 25%;
}
@media screen and (max-width: 767px) {
    .footer-bar__top {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bar__info {
        width: 100%;
        margin-bottom: 30px;
    }
}
.footer-bar__nav {
    display: -ms-flexbox;
    display: flex;
    width: 75%;
}
@media screen and (max-width: 767px) {
    .footer-bar__nav {
        width: 100%;
    }
}
@media screen and (max-width: 479px) {
    .footer-bar__top {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer-bar__info {
        margin-bottom: 0;
    }
    .footer-bar__nav {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer-bar__logo {
    margin-bottom: 21px;
}
.footer-bar__logo img {
    width: 100%;
    max-width: 174px;
}
.footer-bar__soc {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}
.footer-bar__social-link {
    border-width: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.footer-bar__social-link:hover {
    opacity: 0.7;
}
.footer-bar__social-link:last-child {
    padding-right: 0;
}
.footer-bar__nav-menu {
    width: 100%;
    list-style: none;
    padding: 0 10px 0 0;
    margin: 0;
}
.footer-bar__nav-menu:last-child {
    padding: 0;
}
@media screen and (max-width: 479px) {
    .footer-bar__nav-menu {
        padding: 0;
        margin-bottom: 30px;
    }
}
.footer-bar__nav-menu-item {
    list-style: none;
    margin: 0 0 10px;
    max-width: 230px;
}
.footer-bar__nav-menu-title {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
.footer-bar__nav-menu-link {
    border-width: 0;
    color: #fff;
    font-size: 1rem;
}
.footer-bar__nav-menu-link:active,
.footer-bar__nav-menu-link:focus,
.footer-bar__nav-menu-link:hover {
    color: #fff;
    opacity: 0.7;
}
.footer-bar__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.875rem;
    border-top: 1px solid #232323;
    padding: 15px 0;
}
@media screen and (max-width: 767px) {
    .footer-bar__bottom {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.footer-bar__nav-bottom-menu {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .footer-bar__nav-bottom-menu {
        margin-bottom: 15px;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.footer-bar__nav-bottom-menu-item {
    list-style: none;
    margin-right: 30px;
    margin-bottom: 0;
}
.footer-bar__nav-bottom-menu-item:last-child {
    margin-right: 0;
}
@media screen and (max-width: 479px) {
    .footer-bar__nav-bottom-menu {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-bar__nav-bottom-menu-item {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
.footer-bar__nav-bottom-menu-item-link {
    border-width: 0;
    color: #fff;
}
.footer-bar__nav-bottom-menu-item-link:active,
.footer-bar__nav-bottom-menu-item-link:focus,
.footer-bar__nav-bottom-menu-item-link:hover {
    color: #fff;
    opacity: 0.7;
}
.nav-bar-top {
    font-size: 1rem;
    position: relative;
}
.nav-bar-top__menu {
    list-style: none;
    margin: 0 30px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media screen and (max-width: 1199px) {
    .nav-bar-top__menu {
        margin: 0 15px;
    }
}
@media screen and (max-width: 959px) {
    .header-bar.is-sticky {
        transition: top 0s ease-in-out;
    }
    .nav-bar-top__menu {
        margin: 0;
        padding: 30px 15px;
        width: 100%;
        background-color: #fff;
        transition: left 0.3s ease;
        left: 0;
        position: relative;
        min-height: 100%;
    }
    .nav-bar-top__menu.invisible {
        position: absolute;
        left: -100%;
    }
}
.nav-bar-top__item {
    list-style: none;
    margin: 0 30px 0 0;
    padding: 0;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .nav-bar-top__item {
        margin: 0 15px 0 0;
    }
}
.nav-bar-top__item:last-child {
    margin: 0;
}
.nav-bar-top__item:hover .nav-bar-top__dropdown {
    display: -ms-flexbox;
    display: flex;
}
.nav-bar-top__item:hover .nav-bar-top__link {
    font-weight: 700;
    border-bottom-color: #3cf;
    color: #003;
}
.nav-bar-top__link {
    height: 75px;
    border-bottom: 3px solid transparent;
    color: #003;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.nav-bar-top__dropdown {
    display: none;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 30px 45px;
    background-color: #fff;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.05);
    position: absolute;
    left: -45px;
    border-top: 1px solid #ddd;
    color: #003;
}
@media screen and (max-width: 1599px) {
    .nav-bar-top__dropdown {
        padding: 30px;
    }
}
.nav-bar-top__sub-menu {
    list-style: none;
    padding: 0 30px;
    margin: 0 0 15px;
    width: 250px;
    border-right: 1px solid #ddd;
}
@media screen and (max-width: 1599px) {
    .nav-bar-top__sub-menu {
        width: 200px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 1300px) {
    .nav-bar-top__sub-menu {
        width: 180px;
    }
}
@media screen and (max-width: 1199px) {
    .nav-bar-top__sub-menu {
        width: 160px;
    }
}
.nav-bar-top__sub-menu:last-child {
    padding-right: 0;
    border-right-width: 0;
}
.nav-bar-top__sub-menu:first-child {
    padding-left: 0;
}
.nav-bar-top__sub-menu.no-border {
    border-right-color: transparent;
}
.nav-bar-top__sub-menu-item {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.nav-bar-top__sub-menu-item:last-child {
    margin-bottom: 0;
}
.nav-bar-top__sub-menu-headline {
    font-weight: 700;
    margin-bottom: 15px;
    display: block;
}
.nav-bar-top__sub-menu-link {
    border-width: 0;
    color: #003;
}
.nav-bar-top__sub-menu-link:hover {
    font-weight: 700;
    color: #003;
}
.nav-bar-top__mobile-submenu {
    display: none;
    padding: 0 30px;
}
.floating-offer.fixed_bottom .floating-offer__title,
.floating-offer__title {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
}
@media screen and (max-width: 959px) {
    .nav-bar-top__mobile-submenu.active {
        display: block;
    }
}
.nav-bar-top__mobile-submenu .nav-bar-top__sub-menu {
    width: 100%;
    border-width: 0;
    padding: 0;
    margin-top: 30px;
}
.nav-bar-top__mobile-submenu .nav-bar-top__sub-menu-item {
    margin: 0 0 20px;
}
.nav-bar-top__mobile-submenu-title {
    font-weight: 700;
    margin-bottom: 20px;
}
.nav-bar-top__mobile-submenu-back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -8px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.nav-bar-top__mobile-submenu-back svg {
    display: block;
}
.floating-offer {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: -450px;
    bottom: 45px;
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 3px solid #f7941f;
    min-width: 400px;
    max-width: 450px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    transition: right 0.2s ease;
}
.floating-offer__text {
    padding-right: 20px;
}
.floating-offer__title {
    font-size: 1.375rem;
    font-weight: 400;
    font-style: normal;
}
.floating-offer__description a {
    color: #000;
}
.floating-offer__close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.floating-offer__close:hover .icon {
    color: #3591d1;
}
.floating-offer__cta {
    margin: 0;
    background-color: #f7941f;
    color: #fff;
    max-width: 100%;
    min-width: 150px;
    font-size: 16px;
    white-space: normal;
    height: auto;
    min-height: 36px;
    line-height: normal;
    padding: 7px 18px;
}
.floating-offer__cta:active,
.floating-offer__cta:focus,
.floating-offer__cta:hover {
    background-color: #db7a08;
}
.floating-offer__cta.btn_gray {
    background-color: #667783;
    color: #fff !important;
}
.floating-offer__cta.btn_gray:active,
.floating-offer__cta.btn_gray:focus,
.floating-offer__cta.btn_gray:hover {
    background-color: #505d66;
}
.floating-offer__picture {
    text-align: center;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
}
.floating-offer__picture a {
    display: inline-block;
    position: relative;
}
.floating-offer__image {
    position: absolute;
    padding: 13px 8px;
    top: 0;
}
.floating-offer__image.horizontal {
    padding: 6px 9px 6px 14px;
}
@media screen and (max-width: 767px) {
    .floating-offer {
        display: none;
    }
}
.floating-offer.fixed_bottom {
    bottom: -200px;
    margin: 0 auto;
    left: 0;
    max-width: 900px;
    right: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    border-top: 4px solid #f7941f;
    transition: bottom 0.2s ease;
}
@media screen and (max-width: 1199px) {
    .floating-offer.fixed_bottom {
        max-width: 800px;
    }
}
@media screen and (max-width: 959px) {
    .floating-offer.fixed_bottom {
        display: none;
    }
}
.floating-offer.fixed_bottom .floating-offer__description {
    font-size: 0.875rem;
}
.floating-offer.fixed_bottom .floating-offer__title {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 10px;
    font-weight: 400;
    font-style: normal;
}
.floating-offer.fixed_bottom .floating-offer__title a {
    color: #000;
}
.floating-offer.fixed_bottom .floating-offer__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
}
.floating-offer.fixed_bottom .floating-offer__cta {
    color: #000;
    margin-left: 10px;
    white-space: nowrap;
}
.floating-offer.fixed_bottom .floating-offer .fixed_bottom .floating-offer__cta:active,
.floating-offer.fixed_bottom .floating-offer .fixed_bottom .floating-offer__cta:focus,
.floating-offer.fixed_bottom .floating-offer .fixed_bottom .floating-offer__cta:hover,
.floating-offer.fixed_bottom .floating-offer .fixed_right .floating-offer__cta:active,
.floating-offer.fixed_bottom .floating-offer .fixed_right .floating-offer__cta:focus,
.floating-offer.fixed_bottom .floating-offer .fixed_right .floating-offer__cta:hover {
    color: #fff;
}
.full-screen-offer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.full-screen-offer.active {
    visibility: visible;
}
@media screen and (max-width: 767px) {
    .full-screen-offer {
        display: none;
    }
}
.full-screen-offer .floating-offer {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 600px;
    max-width: 750px;
    padding: 40px;
    border-width: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}
.full-screen-offer .floating-offer__title {
    font-size: 2.125rem;
    font-family: Arial, Helvetica, "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.625rem;
}
.full-screen-offer .floating-offer__title a {
    color: #000;
}
.full-screen-offer .floating-offer__cta {
    margin-top: 20px;
    background-color: #d33c26;
    min-width: 220px;
    font-size: 1.25rem;
    line-height: 40px;
    border-radius: 0;
}
.full-screen-offer .floating-offer__cta.btn_gray {
    background-color: #fff;
    color: #667783 !important;
    text-decoration: underline;
}
.full-screen-offer .floating-offer__description {
    font-size: 1.5rem;
    margin: 20px 0;
}
.full-screen-offer .floating-offer__picture {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-bottom: 30px;
}
.full-screen-offer .floating-offer__picture .icon.round {
    width: 140px;
    height: 140px;
    font-size: 60px;
    line-height: 1.8em;
    vertical-align: middle;
}
.full-screen-offer .floating-offer__image {
    position: relative;
    padding: 0;
}
.offer {
    display: inline-block;
    position: relative;
    padding: 0 180px 0 66px;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
}
@media screen and (max-width: 767px) {
    .offer {
        display: block;
        padding-right: 0;
    }
}
.offer:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.offer__title {
    margin-bottom: 15px;
    font-size: 1rem;
}
.offer__title a {
    color: #fff;
}
.offer__title a:hover {
    border-color: #fff;
}
.offer__desc {
    margin-bottom: 0;
    font-size: 1.3125rem;
    opacity: 0.7;
}
.offer .offer-button .btn,
.offer .offer-button .btn.btn_white,
.offer .offer-button .btn_white.btn,
.offer .offer-button .offer__btn.btn,
.offer-variant_video .offer .offer-button .btn_video,
.offer-variant_video .offer .offer-button .btn_white.btn_video,
.offer-variant_video .offer .offer__btn.btn_video,
.offer__btn.btn {
    background-color: #3cf;
    color: #fff;
    background-image: none;
    fill: none;
    stroke: #fff;
}
.offer .offer-button .active.btn,
.offer .offer-button .btn:active,
.offer .offer-button .btn:focus,
.offer .offer-button .btn:hover,
.offer .offer-button .btn_white.active.btn,
.offer .offer-button .btn_white.btn:active,
.offer .offer-button .btn_white.btn:focus,
.offer .offer-button .btn_white.btn:hover,
.offer .offer-button .btn_white.focus.btn,
.offer .offer-button .btn_white.hover.btn,
.offer .offer-button .focus.btn,
.offer .offer-button .hover.btn,
.offer .offer-button .offer__btn.active.btn.btn_white,
.offer .offer-button .offer__btn.btn.btn_white:active,
.offer .offer-button .offer__btn.btn.btn_white:focus,
.offer .offer-button .offer__btn.btn.btn_white:hover,
.offer .offer-button .offer__btn.focus.btn.btn_white,
.offer .offer-button .offer__btn.hover.btn.btn_white,
.offer-variant_video .offer .offer-button .active.btn_video,
.offer-variant_video .offer .offer-button .btn_video:active,
.offer-variant_video .offer .offer-button .btn_video:focus,
.offer-variant_video .offer .offer-button .btn_video:hover,
.offer-variant_video .offer .offer-button .btn_white.active.btn_video,
.offer-variant_video .offer .offer-button .btn_white.btn_video:active,
.offer-variant_video .offer .offer-button .btn_white.btn_video:focus,
.offer-variant_video .offer .offer-button .btn_white.btn_video:hover,
.offer-variant_video .offer .offer-button .btn_white.focus.btn_video,
.offer-variant_video .offer .offer-button .btn_white.hover.btn_video,
.offer-variant_video .offer .offer-button .focus.btn_video,
.offer-variant_video .offer .offer-button .hover.btn_video,
.offer-variant_video .offer .offer__btn.active.btn_video,
.offer-variant_video .offer .offer__btn.btn_video:active,
.offer-variant_video .offer .offer__btn.btn_video:focus,
.offer-variant_video .offer .offer__btn.btn_video:hover,
.offer-variant_video .offer .offer__btn.focus.btn_video,
.offer-variant_video .offer .offer__btn.hover.btn_video,
.offer__btn.active.btn,
.offer__btn.btn:active,
.offer__btn.btn:focus,
.offer__btn.btn:hover,
.offer__btn.focus.btn,
.offer__btn.hover.btn {
    fill: none;
    stroke: #003;
    background-color: #3cf;
    color: #003;
}
.disabled .offer .offer-button .btn,
.disabled .offer .offer-button .btn:hover,
.disabled .offer .offer-button .btn_white.btn,
.disabled .offer .offer-button .btn_white.btn:hover,
.disabled .offer .offer-button .offer__btn.btn.btn_white,
.disabled .offer-variant_video .offer .offer-button .btn_video,
.disabled .offer-variant_video .offer .offer-button .btn_video:hover,
.disabled .offer-variant_video .offer .offer-button .btn_white.btn_video,
.disabled .offer-variant_video .offer .offer-button .btn_white.btn_video:hover,
.disabled .offer-variant_video .offer .offer__btn.btn_video,
.disabled .offer-variant_video .offer .offer__btn.btn_video:hover,
.disabled .offer__btn.btn,
.disabled .offer__btn.btn:hover,
.offer .offer-button .btn_white.disabled.btn,
.offer .offer-button .btn_white.disabled.btn:hover,
.offer .offer-button .btn_white[disabled].btn,
.offer .offer-button .btn_white[disabled].btn:hover,
.offer .offer-button .disabled .offer__btn.btn.btn_white,
.offer .offer-button .disabled.btn,
.offer .offer-button .disabled.btn:hover,
.offer .offer-button .offer__btn.disabled.btn.btn_white,
.offer .offer-button .offer__btn[disabled].btn.btn_white,
.offer .offer-button [disabled].btn,
.offer .offer-button [disabled].btn:hover,
.offer-variant_video .disabled .offer .offer-button .btn_video,
.offer-variant_video .disabled .offer .offer-button .btn_video:hover,
.offer-variant_video .disabled .offer .offer-button .btn_white.btn_video,
.offer-variant_video .disabled .offer .offer-button .btn_white.btn_video:hover,
.offer-variant_video .offer .disabled .offer__btn.btn_video,
.offer-variant_video .offer .disabled .offer__btn.btn_video:hover,
.offer-variant_video .offer .offer-button .btn_white.disabled.btn_video,
.offer-variant_video .offer .offer-button .btn_white.disabled.btn_video:hover,
.offer-variant_video .offer .offer-button .btn_white[disabled].btn_video,
.offer-variant_video .offer .offer-button .btn_white[disabled].btn_video:hover,
.offer-variant_video .offer .offer-button .disabled.btn_video,
.offer-variant_video .offer .offer-button .disabled.btn_video:hover,
.offer-variant_video .offer .offer-button [disabled].btn_video,
.offer-variant_video .offer .offer-button [disabled].btn_video:hover,
.offer-variant_video .offer .offer__btn.disabled.btn_video,
.offer-variant_video .offer .offer__btn.disabled.btn_video:hover,
.offer-variant_video .offer .offer__btn[disabled].btn_video,
.offer-variant_video .offer .offer__btn[disabled].btn_video:hover,
.offer__btn.disabled.btn,
.offer__btn.disabled.btn:hover,
.offer__btn[disabled].btn,
.offer__btn[disabled].btn:hover {
    fill: none;
    stroke: #999;
    background-color: #999;
    color: #fff;
}
.offer .offer-button .btn .icon,
.offer .offer-button .btn_white.btn .icon,
.offer .offer-button .offer__btn.btn.btn_white .icon,
.offer-variant_video .offer .offer-button .btn_video .icon,
.offer-variant_video .offer .offer-button .btn_white.btn_video .icon,
.offer-variant_video .offer .offer__btn.btn_video .icon,
.offer__btn.btn .icon {
    display: none;
}
.offer.offer-skin-2,
.offer.offer-skin-3 {
    width: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer.offer-skin-2:before,
.offer.offer-skin-3:before {
    content: none;
}
.offer-variant_video .offer.offer-skin-2 .btn_video .icon-next_right,
.offer-variant_video .offer.offer-skin-3 .btn_video .icon-next_right,
.offer.offer-skin-2 .btn .icon-next_right,
.offer.offer-skin-3 .btn .icon-next_right {
    color: #000;
}
.offer-variant_video .offer.offer-skin-2 .btn_video:focus .icon-next_right,
.offer-variant_video .offer.offer-skin-2 .btn_video:hover .icon-next_right,
.offer-variant_video .offer.offer-skin-3 .btn_video:focus .icon-next_right,
.offer-variant_video .offer.offer-skin-3 .btn_video:hover .icon-next_right,
.offer.offer-skin-2 .btn:focus .icon-next_right,
.offer.offer-skin-2 .btn:hover .icon-next_right,
.offer.offer-skin-3 .btn:focus .icon-next_right,
.offer.offer-skin-3 .btn:hover .icon-next_right {
    color: #fff;
}
.offer.offer-skin-2 .offer-content,
.offer.offer-skin-3 .offer-content {
    padding-left: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (max-width: 767px) {
    .offer.offer-skin-2 .offer-content,
    .offer.offer-skin-3 .offer-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.offer.offer-skin-2 .offer-content.video-offer-with-preview,
.offer.offer-skin-3 .offer-content.video-offer-with-preview {
    padding-left: 0;
}
.offer.offer-skin-2 .offer-icon,
.offer.offer-skin-3 .offer-icon {
    position: absolute;
    font-size: 48px;
    height: 48px;
    left: 0;
}
.offer.offer-skin-2 .offer-icon .icon:before,
.offer.offer-skin-3 .offer-icon .icon:before {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: left;
}
.offer.offer-skin-2 .offer-icon .icon-success,
.offer.offer-skin-3 .offer-icon .icon-success {
    font-size: 36px;
    vertical-align: top;
}
.offer.offer-skin-2 .offer-icon .icon-finance_lead:before,
.offer.offer-skin-3 .offer-icon .icon-finance_lead:before {
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
}
.offer.offer-skin-2 .offer-icon .icon-webinar_v1:before,
.offer.offer-skin-3 .offer-icon .icon-webinar_v1:before {
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
    font-size: 36px;
}
.offer.offer-skin-2 .offer-text,
.offer.offer-skin-3 .offer-text {
    padding-right: 30px;
}
.offer.offer-skin-2 .offer-preview-img,
.offer.offer-skin-3 .offer-preview-img {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
    margin-right: 30px;
    padding: 30px 0;
}
@media screen and (max-width: 767px) {
    .offer.offer-skin-2 .offer-preview-img,
    .offer.offer-skin-3 .offer-preview-img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 30px 0 0;
    }
    .offer.offer-skin-2 .offer-preview-img .video-preview,
    .offer.offer-skin-3 .offer-preview-img .video-preview {
        display: block;
    }
}
.offer.offer-skin-2 .offer__desc p,
.offer.offer-skin-2 .offer__title p,
.offer.offer-skin-3 .offer__desc p,
.offer.offer-skin-3 .offer__title p {
    margin-bottom: 5px;
}
.offer.offer-skin-2.no-icon .offer-icon,
.offer.offer-skin-3.no-icon .offer-icon {
    display: none;
}
.offer.offer-skin-2.no-icon .offer-content,
.offer.offer-skin-3.no-icon .offer-content {
    padding-left: 0;
}
.offer.offer-skin-2.with-image .offer-text,
.offer.offer-skin-3.with-image .offer-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .offer.offer-skin-2.with-image .offer-text,
    .offer.offer-skin-3.with-image .offer-text {
        display: block;
    }
    .offer.offer-skin-2.with-image .offer-image,
    .offer.offer-skin-3.with-image .offer-image {
        display: none;
    }
}
.offer.offer-skin-2.with-image .offer-image a,
.offer.offer-skin-3.with-image .offer-image a {
    display: block;
    width: 100px;
}
.offer.offer-skin-2.with-image .offer-image img,
.offer.offer-skin-3.with-image .offer-image img {
    width: 100px;
    border: 1px solid #ccc;
}
.offer.offer-skin-2.with-image .offer__content,
.offer.offer-skin-3.with-image .offer__content {
    padding: 30px;
}
.offer.offer-skin-2.no-description .offer-icon,
.offer.offer-skin-3.no-description .offer-icon {
    margin-top: -10px;
}
.offer.offer-skin-2.no-description .offer-icon .icon-success,
.offer.offer-skin-3.no-description .offer-icon .icon-success {
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .offer.offer-skin-2.with-image .offer__content,
    .offer.offer-skin-3.with-image .offer__content {
        padding: 30px 0;
    }
    .offer.offer-skin-2.no-description .offer-icon,
    .offer.offer-skin-2.no-description .offer-icon .icon-success,
    .offer.offer-skin-3.no-description .offer-icon,
    .offer.offer-skin-3.no-description .offer-icon .icon-success {
        margin-top: 0;
    }
    .offer.offer-skin-3 .offer-content {
        padding: 0;
    }
}
.offer.offer-skin-2.no-description .offer__title,
.offer.offer-skin-3.no-description .offer__title {
    margin-bottom: 0;
}
.offer.offer-skin-2.no-description .offer__title {
    display: none;
}
.offer.offer-skin-3 {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.offer.offer-skin-3 .offer-content {
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
}
.offer.offer-skin-3 .offer-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right-width: 0;
    margin: 15px 30px 15px 0;
    padding: 30px 30px 30px 0;
}
@media screen and (max-width: 479px) {
    .offer.offer-skin-3 .offer-text {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .offer.offer-skin-3 .offer-text {
        border-right-width: 0;
        margin: 0;
        padding: 30px 0 0;
    }
    .offer.offer-skin-3 .video-offer-with-preview .offer-text,
    .offer.offer-skin-3.offer-full-width-video .offer-text {
        padding: 30px 0;
    }
    .offer.offer-skin-3 .video-offer-with-preview .offer-button,
    .offer.offer-skin-3.offer-full-width-video .offer-button {
        padding: 0 0 30px;
        position: inherit;
        top: 0;
        left: 0;
    }
}
.offer.offer-skin-3 .offer-button {
    padding: 30px 0;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.offer-variant_video .offer.offer-skin-3 .offer-button .btn_video,
.offer.offer-skin-3 .offer-button .btn {
    margin: 0;
}
.offer.offer-skin-3 .offer__title {
    font-size: 1.6875rem;
}
.offer.offer-skin-3 .offer__desc {
    font-size: 1.1rem;
}
.offer.offer-skin-3 .offer-icon {
    position: relative;
    padding-right: 30px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.offer.offer-skin-3.no-description .offer-text {
    border-right-width: 0;
}
.offer.offer-skin-3.no-description .offer__desc {
    display: none;
}
@media screen and (max-width: 767px) {
    .offer.offer-skin-3 .offer-icon {
        font-size: 40px;
    }
    .offer.offer-skin-3 .offer-icon.icon-success {
        font-size: 36px;
    }
    .offer.offer-skin-3.no-icon .offer-content {
        padding: 30px 0;
    }
    .offer.offer-skin-3.no-icon .offer-button {
        padding-bottom: 0;
    }
    .offer.offer-skin-3.no-icon .offer-text {
        padding: 0;
    }
    .offer.offer-skin-3.with-image .offer-image {
        display: block;
    }
}
.offer-variant {
    padding: 15px 60px;
}
@media screen and (max-width: 959px) {
    .offer-variant {
        padding: 15px 20px;
    }
}
.offer-variant.with-image .offer__block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 10px;
}
@media screen and (max-width: 767px) {
    .offer-variant.with-image .offer__block {
        display: block;
    }
    .offer-variant.with-image .offer__block .offer-image {
        display: none;
    }
}
.offer-variant.with-image .offer__block .offer-image a {
    display: block;
    width: 70px;
}
.offer-variant.with-image .offer__block .offer-image img {
    width: 70px;
    border: 1px solid #ccc;
}
.offer-variant.with-image .offer__block .offer__content {
    padding: 10px 30px;
}
@media screen and (max-width: 767px) {
    .offer-variant.with-image .offer__block .offer__content {
        padding: 0;
    }
}
.offer-variant .offer {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.offer-variant .offer__block {
    width: 75%;
    display: inline-block;
    padding: 10px 30px 10px 10px;
    margin-right: 30px;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.offer-variant_non-descr .offer__block,
.offer-variant_non-icon-descr .offer__block,
.offer-variant_right__non-decsr .offer__block,
.offer-variant_right__non-icon .offer__block,
.offer-variant_right__non-icon-descr .offer__block,
.offer-variant_video .offer__block {
    border-right: none;
}
@media screen and (max-width: 959px) {
    .offer-variant .offer__block {
        width: 100%;
        margin-right: 0;
        border-right: none;
        padding: 10px;
    }
}
.offer-variant .offer__block .icon {
    font-size: 48px;
    height: 48px;
}
.offer-variant .offer__block .icon .icon-success {
    font-size: 36px;
}
.offer-variant .offer__block .icon:before {
    -ms-transform: none !important;
    transform: none !important;
}
.offer-variant .offer:before {
    display: none;
}
.offer-variant .offer__title {
    width: auto;
    font-size: 1.6875rem;
    font-weight: 300;
    margin-bottom: 15px;
}
.offer-variant .offer__title p {
    margin: 0;
}
.offer-variant .offer__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.offer-variant .offer__desc {
    width: auto;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4rem;
    margin-bottom: 15px;
}
.offer-variant .offer__desc p {
    margin: 0;
}
.offer-variant .offer__text {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    padding-left: 50px;
}
.offer-variant_non-descr .offer__desc,
.offer-variant_non-icon .offer .icon-tablet-blog,
.offer-variant_non-icon-descr .offer .icon-tablet-blog,
.offer-variant_non-icon-descr .offer__desc,
.offer-variant_right__non-decsr .offer__desc,
.offer-variant_right__non-icon .offer .icon-tablet-blog,
.offer-variant_right__non-icon-descr .offer .icon-tablet-blog,
.offer-variant_right__non-icon-descr .offer__desc {
    display: none;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .offer-variant .offer__text {
        padding-left: 0;
        width: 100%;
    }
    .offer .offer-button .offer-variant_non-icon .offer__btn.btn.btn_white,
    .offer-variant_non-icon .offer .offer-button .offer__btn.btn.btn_white,
    .offer-variant_non-icon .offer-variant_video .offer .offer__btn.btn_video,
    .offer-variant_non-icon .offer__btn.btn,
    .offer-variant_video .offer .offer-variant_non-icon .offer__btn.btn_video {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media screen and (max-width: 479px) {
    .offer-variant .offer__text {
        padding-left: 0;
        width: 100%;
    }
    .offer .offer-button .offer-variant_non-icon .offer__btn.btn.btn_white,
    .offer-variant_non-icon .offer .offer-button .offer__btn.btn.btn_white,
    .offer-variant_non-icon .offer-variant_video .offer .offer__btn.btn_video,
    .offer-variant_non-icon .offer__btn.btn,
    .offer-variant_video .offer .offer-variant_non-icon .offer__btn.btn_video {
        position: relative;
        top: 0;
        left: 0;
    }
}
.offer .offer-button .offer-variant .offer__btn.btn.btn_white,
.offer-variant .offer .offer-button .offer__btn.btn.btn_white,
.offer-variant .offer-variant_video .offer .offer__btn.btn_video,
.offer-variant .offer__btn.btn,
.offer-variant_video .offer .offer-variant .offer__btn.btn_video {
    float: none;
    vertical-align: middle;
    margin: 0;
}
.offer-variant .offer-variant_video .offer .offer__btn.btn_video .icon-next_right,
.offer-variant .offer__btn.btn .icon-next_right,
.offer-variant_video .offer .offer-variant .offer__btn.btn_video .icon-next_right {
    color: #000;
}
.offer-variant .offer-variant_video .offer .offer__btn.btn_video:focus .icon-next_right,
.offer-variant .offer-variant_video .offer .offer__btn.btn_video:hover .icon-next_right,
.offer-variant .offer__btn.btn:focus .icon-next_right,
.offer-variant .offer__btn.btn:hover .icon-next_right,
.offer-variant_video .offer .offer-variant .offer__btn.btn_video:focus .icon-next_right,
.offer-variant_video .offer .offer-variant .offer__btn.btn_video:hover .icon-next_right {
    color: #fff;
}
.offer-variant .offer .icon-tablet-blog {
    width: 40px;
    height: 65px;
}
.offer-variant .offer .offer-btn-align-center {
    text-align: center;
}
.offer-variant_non-descr .offer__text {
    vertical-align: middle;
}
.offer-variant_non-icon .offer__text {
    padding-left: 0;
}
.offer-variant_non-icon-descr .offer__text {
    vertical-align: middle;
    padding-left: 0;
}
.offer-variant_right {
    padding: 30px;
}
.offer-variant_right .offer__block {
    margin-right: 0;
    border-right: none;
    width: 100%;
    padding: 10px 0;
}
.offer-variant_right .offer__text {
    width: 80%;
    padding-left: 20px;
}
.offer-variant_right .offer .icon-tablet-blog {
    width: 13%;
}
.offer-variant_right .offer__content {
    margin-bottom: 15px;
}
.offer-variant_right .offer__content .offer__title {
    margin-bottom: 0;
}
.offer-variant_right__non-decsr .offer__text {
    vertical-align: middle;
    width: 100%;
}
.offer-variant_right__non-decsr .offer .icon-tablet-blog {
    width: 100%;
}
.offer-variant_right__non-icon .offer__text {
    width: 100%;
    padding-left: 0;
}
.offer-variant_right__non-icon-descr .offer__text {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.offer-variant_video {
    padding: 0;
}
.offer-variant_video .video-preview__cover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='133' height='133' viewBox='0 0 133 133' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M131 66.5C131 102.122 102.122 131 66.5 131C30.8776 131 2 102.122 2 66.5C2 30.8776 30.8776 2 66.5 2C102.122 2 131 30.8776 131 66.5Z' fill='%2356D5FF' fill-opacity='0.25' stroke='%2356D5FF' stroke-width='4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M87 66L57 86L57 46L87 66Z' fill='white'/%3E%3C/svg%3E");
}
.offer-variant_video .offer {
    padding: 20px 30px;
}
.offer-variant_video .offer__block {
    padding: 0 0 10px;
    margin: 0;
    width: 100%;
}
.offer-variant_video .offer .btn_video {
    background-color: #3cf;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .offer .offer-button .offer-variant_non-icon-descr .offer__btn.btn.btn_white,
    .offer .offer-button .offer-variant_right .offer__btn.btn.btn_white,
    .offer-variant_non-icon-descr .offer .offer-button .offer__btn.btn.btn_white,
    .offer-variant_non-icon-descr .offer-variant_video .offer .offer__btn.btn_video,
    .offer-variant_non-icon-descr .offer__btn.btn,
    .offer-variant_right .offer .offer-button .offer__btn.btn.btn_white,
    .offer-variant_right .offer-variant_video .offer .offer__btn.btn_video,
    .offer-variant_right .offer__btn.btn,
    .offer-variant_video .offer .offer-variant_non-icon-descr .offer__btn.btn_video,
    .offer-variant_video .offer .offer-variant_right .offer__btn.btn_video {
        position: relative;
        top: 0;
        left: 0;
    }
    .offer-variant_video .offer .btn-center {
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 479px) {
    .offer .offer-button .offer-variant_non-icon-descr .offer__btn.btn.btn_white,
    .offer .offer-button .offer-variant_right .offer__btn.btn.btn_white,
    .offer-variant_non-icon-descr .offer .offer-button .offer__btn.btn.btn_white,
    .offer-variant_non-icon-descr .offer-variant_video .offer .offer__btn.btn_video,
    .offer-variant_non-icon-descr .offer__btn.btn,
    .offer-variant_right .offer .offer-button .offer__btn.btn.btn_white,
    .offer-variant_right .offer-variant_video .offer .offer__btn.btn_video,
    .offer-variant_right .offer__btn.btn,
    .offer-variant_video .offer .offer-variant_non-icon-descr .offer__btn.btn_video,
    .offer-variant_video .offer .offer-variant_right .offer__btn.btn_video {
        position: relative;
        top: 0;
        left: 0;
    }
    .offer-variant_video .offer .btn-center {
        position: relative;
        top: 0;
    }
}
.offer-variant_video .video-preview__cover_transparent {
    border: none;
}
@media screen and (max-width: 959px) {
    .offer-variant_video .video-preview,
    .offer-variant_video .video-preview img {
        width: 100%;
    }
}
.offer-variant_video.reverse {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.offer-variant_video.alt-video-icon .video-preview__cover:before {
    background-image: url("data:image/svg+xml,%3Csvg width='111' height='111' viewBox='0 0 111 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.2 111C85.6861 111 110.4 86.2861 110.4 55.8C110.4 25.3139 85.6861 0.599976 55.2 0.599976C24.7139 0.599976 0 25.3139 0 55.8C0 86.2861 24.7139 111 55.2 111Z' fill='%2356D5FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.6001 56.6L46.0001 81.8L46.0001 31.4L79.6001 56.6Z' fill='white'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    margin: -43px 0 0 -43px;
    background-size: contain;
}
.sticky {
    display: block;
}
.sticky::after {
    clear: both;
    content: "";
    display: table;
}
.sticky__block {
    width: 50%;
    float: right;
}
@media screen and (max-width: 959px) {
    .sticky__block {
        width: 100%;
        float: none;
    }
}
.sticky__content {
    float: left;
    width: 50%;
    padding-right: 30px;
}
@media screen and (max-width: 959px) {
    .sticky__content {
        width: 100%;
        float: none;
    }
}
.video-preview {
    border: none;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
    width: 100%;
}
.hero-summit__features-number,
.hero-summit__title h1 {
    line-height: 1.4;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
}
.video-preview__cover {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.video-preview__cover_transparent {
    background: 0 0;
    border: 1px solid #eee;
}
.video-preview__cover.dark:before,
.video-preview__cover:before {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='88' viewBox='0 0 88 88'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg%3E%3Cg%3E%3Cg transform='translate(-837 -320) translate(837 320)'%3E%3Ccircle cx='44' cy='44' r='44' fill='%233CF' opacity='.916'/%3E%3Cpath fill='%23F5F9FC' d='M49.5 31.167L64.167 56.833 34.833 56.833z' transform='rotate(90 49.5 44)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.video-preview__cover:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    width: 86px;
    height: 86px;
    margin: -43px 0 0 -43px;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .video-preview__cover:before {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
    }
}
.video-preview img {
    width: 100%;
}
.hero-summit {
    position: relative;
    overflow-y: hidden;
    background-color: #003;
}
.hero-summit__video {
    position: absolute;
    width: 100%;
    min-height: 100%;
}
@media screen and (max-width: 959px) {
    .hero-summit__video {
        display: none;
    }
}
.hero-summit__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #003;
    background: linear-gradient(230deg, rgba(0, 0, 51, 0.8) 0, rgba(24, 121, 153, 0.8) 91%);
}
.hero-summit__header {
    padding: 60px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
}
.hero-summit__header-content {
    max-width: 650px;
}
@media screen and (max-width: 959px) {
    .hero-summit__header-preview {
        display: none;
    }
}
.hero-summit__hashtag {
    text-align: right;
    margin-top: 30px;
    font-size: 1.375rem;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
}
.hero-summit__date {
    color: #3cf;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
    .hero-summit__header-content {
        max-width: 100%;
    }
    .hero-summit__date {
        font-size: 1.25rem;
    }
}
.hero-summit__title h1 {
    font-size: 3.375rem;
}
.hero-summit__cta,
.hero-summit__subtitle {
    margin-bottom: 30px;
}
.hero-summit__features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .hero-summit__title h1 {
        font-size: 2.25rem;
    }
    .hero-summit__features {
        max-width: 400px;
        margin: 0 auto;
    }
}
.hero-summit__features-item {
    padding: 15px;
    text-align: center;
}
.hero-summit__features-number {
    font-size: 3.75rem;
}
.hero-summit__features-title {
    color: #3cf;
}
.hero-summit__countdown {
    display: none;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .hero-summit__features-number {
        font-size: 2.25rem;
    }
    .hero-summit__countdown {
        display: block;
    }
}
.countdown {
    font-size: 0;
    white-space: nowrap;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.countdown-left {
    margin: 0 auto 0 0;
}
.countdown-right {
    margin: 0 0 0 auto;
}
.countdown-number {
    text-align: center;
    color: #2f1747;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 52px;
    height: 52px;
    position: relative;
    display: block;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .countdown-number {
        font-size: 30px;
    }
}
.countdown-text {
    text-align: center;
    color: #000;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    display: block;
    border-radius: 0 0 2px 2px;
    background: #e3e3e3;
}
.countdown-col {
    display: inline-block;
    margin: 0 10px;
    width: calc(25% - 15px);
    height: 94px;
    padding: 0;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.hero-video,
.hero-video .video-preview__cover_transparent,
.hero-video img {
    border-radius: 10px;
}
.hero-video .video-preview__cover_transparent,
.text-link {
    border-width: 0;
}
.countdown-col:first-of-type {
    margin-left: 0;
}
.countdown-col:last-of-type {
    margin-right: 0;
}
.countdown__date {
    font-size: 1.875rem;
    text-align: center;
    white-space: normal;
    margin-bottom: 30px;
}
.hero-video {
    margin: -100px auto 0;
    max-width: 940px;
    width: 90%;
}
@media screen and (max-width: 767px) {
    .hero-video {
        margin-top: -50px;
    }
}
.speaker-grid__img,
.speaker-grid__img img {
    border-radius: 50% 50% 0;
}
.hero-video_v2 {
    margin-top: -220px;
}
@media screen and (max-width: 767px) {
    .hero-video_v2 {
        margin-top: -50px;
    }
}
.section-hero-video {
    padding-top: 10px;
    margin-top: 90px;
    padding-bottom: 90px;
}
.section-hero-video_v2 {
    margin-top: 210px;
    padding-bottom: 180px;
}
.section-hero-video .dot-pattern_3 {
    position: absolute;
    bottom: -152px;
    left: -18px;
}
@media screen and (max-width: 1199px) {
    .section-hero-video .dot-pattern_3 {
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        bottom: -110px;
        left: -91px;
    }
}
@media screen and (max-width: 959px) {
    .section-hero-video .dot-pattern_3 {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        bottom: -168px;
        left: -174px;
    }
    .section-hero-video .dot-pattern_4 {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .section-hero-video,
    .section-hero-video_v2 {
        padding-top: 30px;
        margin-top: 0;
        padding-bottom: 30px;
    }
    .section-hero-video .dot-pattern_3 {
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        bottom: -152px;
        left: -199px;
    }
    .section_bg_corner_bottom_left {
        background-size: 70%;
    }
}
@media screen and (max-width: 479px) {
    .section-hero-video .dot-pattern_3 {
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        bottom: -162px;
        left: -250px;
    }
}
.section-hero-video .dot-pattern_4 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 200px;
    background-position: bottom;
}
.section_bg_corner_bottom_left {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='684' height='131' viewBox='0 0 684 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-0.5 131H684C279.5 131 -0.5 0 -0.5 0V131Z' fill='white'/%3E%3C/svg%3E");
    background-position: left bottom;
    background-repeat: no-repeat;
}
.section_bg_corner_bottom_right {
    background-image: url("data:image/svg+xml,%3Csvg width='686' height='131' viewBox='0 0 686 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M685.074 131H0.574097C405.074 131 685.074 0 685.074 0V131Z' fill='white'/%3E%3C/svg%3E");
    background-position: right bottom;
    background-repeat: no-repeat;
}
.section_bg_corner_top_right {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='685' height='131' viewBox='0 0 685 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M684.574 0L0.0740967 0C404.574 0 684.574 131 684.574 131V0Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: right top;
    background-repeat: no-repeat;
}
.section_bg_corner_top_left {
    background-image: url("data:image/svg+xml,%3Csvg width='685' height='131' viewBox='0 0 685 131' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H684.5C280 0 0 131 0 131V0Z' fill='white'/%3E%3C/svg%3E");
    background-position: left top;
    background-repeat: no-repeat;
}
.speaker-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.speaker-grid__item {
    max-width: 180px;
    margin: 30px;
    text-align: right;
}
.text-link:after,
.text-link_large:after {
    margin-top: -6px;
    transition: background-image 0.2s ease;
    top: 50%;
}
.speaker-grid__img {
    margin-bottom: 15px;
}
.insight-cards__pic,
.insight-cards__pic img {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.speaker-grid__name {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
}
.text-link {
    font-size: 1.125rem;
    font-weight: 600;
    color: #2699cc;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 1.375rem;
    display: inline-block;
    white-space: nowrap;
    z-index: 0;
    max-width: 100%;
    padding-right: 30px;
}
.text-link:after,
.text-link_large:after,
.text-link_large:before {
    content: "";
    position: absolute;
}
.text-link:after {
    right: 6px;
    width: 17px;
    height: 13px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%232699CC' fill-rule='nonzero'%3E%3Cpath d='M712.715 2793L711.253 2794.358 715.745 2798.53 703 2798.53 703 2800.47 715.745 2800.47 711.253 2804.642 712.715 2806 719.714 2799.5z' transform='translate(-703 -2793)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.text-link:active:after,
.text-link:focus:after,
.text-link:hover:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='13' viewBox='0 0 17 13'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231A6699' fill-rule='nonzero'%3E%3Cpath d='M712.715 2793L711.253 2794.358 715.745 2798.53 703 2798.53 703 2800.47 715.745 2800.47 711.253 2804.642 712.715 2806 719.714 2799.5z' transform='translate(-703 -2793)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.text-link_large {
    font-size: 1.625rem;
    height: 2rem;
    color: #003;
    padding-right: 30px;
}
.text-link_large:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background-color: #3cf;
    z-index: -1;
    opacity: 0.5;
    margin-left: -30px;
}
.text-link_large:after {
    right: 4px;
    width: 20px;
    height: 16px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-linejoin='round'%3E%3Cg fill='%23003' fill-rule='nonzero' stroke='%23003' stroke-width='.5'%3E%3Cg%3E%3Cpath d='M10.463 0L8.887 1.463 13.725 5.955 0 5.955 0 8.045 13.725 8.045 8.887 12.537 10.463 14 18 7z' transform='translate(-412 -2792) translate(413 2793)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.text-link_large:active:after,
.text-link_large:focus:after,
.text-link_large:hover:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-linejoin='round'%3E%3Cg fill='%231A6699' fill-rule='nonzero' stroke='%23003' stroke-width='.5'%3E%3Cg%3E%3Cpath d='M10.463 0L8.887 1.463 13.725 5.955 0 5.955 0 8.045 13.725 8.045 8.887 12.537 10.463 14 18 7z' transform='translate(-412 -2792) translate(413 2793)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.text-link:active,
.text-link:focus,
.text-link:hover {
    color: #1a6699;
}
.text-link_white {
    color: #fff;
}
.text-link_white:active,
.text-link_white:focus,
.text-link_white:hover {
    color: #fff;
    opacity: 0.7;
}
.text-link_white.text-link_large:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 20 16'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linecap='square' stroke-linejoin='round'%3E%3Cg fill='%23fff' fill-rule='nonzero' stroke='%23fff' stroke-width='.5'%3E%3Cg%3E%3Cpath d='M10.463 0L8.887 1.463 13.725 5.955 0 5.955 0 8.045 13.725 8.045 8.887 12.537 10.463 14 18 7z' transform='translate(-412 -2792) translate(413 2793)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.awesome-tabs_tabs .awesome-tabs__tab-accordion {
    display: none;
}
@media screen and (max-width: 767px) {
    .section_bg_corner_bottom_right,
    .section_bg_corner_top_left,
    .section_bg_corner_top_right {
        background-size: 70%;
    }
    .awesome-tabs_tabs .awesome-tabs__tab-accordion {
        display: block;
    }
    .awesome-tabs_tabs .awesome-tabs__item {
        display: none;
    }
    .awesome-tabs_tabs .awesome-tabs__item.active {
        display: block;
    }
    .awesome-tabs_accordion .awesome-tabs__item {
        display: none;
    }
    .awesome-tabs_accordion .awesome-tabs__item.active {
        display: block;
    }
}
.awesome-tabs__tabs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}
.awesome-tabs__tab {
    cursor: pointer;
    font-weight: 700;
    padding: 15px 30px;
    border-bottom: 3px solid transparent;
    color: #003;
    text-align: center;
    font-size: 1.375rem;
    width: 100%;
    transition: border-color 0.2s ease;
}
.awesome-tabs__tab.active,
.awesome-tabs__tab:hover {
    border-color: #3cf;
}
.awesome-tabs__tab-accordion {
    background-color: #fff;
    border-radius: 6px;
    color: #003;
    padding: 15px 60px 15px 15px;
    box-shadow: 2px 2px 8px 0 rgba(207, 207, 207, 0.5);
    cursor: pointer;
    margin: 10px 0;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
    position: relative;
    font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
    .awesome-tabs__tabs {
        display: none;
    }
    .awesome-tabs__tab-accordion {
        display: 1.125rem;
    }
}
.awesome-tabs__tab-accordion:after {
    content: "+";
    font-size: 2.625rem;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 300;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -21px;
    line-height: 1;
}
.pricing-table tbody td:first-child,
.pricing-table thead th {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
}
.awesome-tabs__tab-accordion.active {
    background-color: #f0f5f9;
}
.awesome-tabs__tab-accordion.active:after {
    content: "–";
    margin-top: -26px;
}
.awesome-tabs__item {
    display: none;
}
.awesome-tabs__item.active {
    display: block;
}
@media screen and (max-width: 767px) {
    .awesome-tabs__item {
        display: block;
    }
}
.awesome-tabs__tab-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .awesome-tabs__tab-mobile {
        display: block;
        font-weight: 700;
    }
    .awesome-tabs__content {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 959px) {
    .insight-cards {
        overflow-x: auto;
        margin: 0 -5px;
        padding: 0 5px;
        width: 100%;
    }
}
.insight-cards__inner {
    display: -ms-flexbox;
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media screen and (max-width: 959px) {
    .insight-cards__inner:after {
        content: "";
        display: block;
        min-width: 1px;
        height: 1px;
        position: relative;
    }
}
.insight-cards__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 31%;
    margin: 1.1666%;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
@media screen and (max-width: 959px) {
    .insight-cards__item {
        width: 300px;
        margin: 15px 30px 15px 0;
    }
    .insight-cards__pic {
        min-width: 300px;
    }
}
@media screen and (max-width: 479px) {
    .insight-cards__item {
        width: 220px;
        margin: 15px 30px 15px 0;
    }
}
.insight-cards__item:last-child {
    margin-right: 10px;
}
.insight-cards__pic {
    position: relative;
}
.insight-cards__pic img {
    width: 100%;
    display: block;
}
.insight-cards__pic a {
    display: block;
    border-width: 0;
}
.insight-cards__pic a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 180px;
    height: 67px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='180' height='67' viewBox='0 0 180 67' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M180 67.5V0C180 0 98.5001 67.5 17.0001 67.5H180Z' fill='white'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='17' y='0' width='164' height='68'%3E%3Cpath d='M180 67.5V0C180 0 98.5001 67.5 17.0001 67.5H180Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M171.5 -1C172.328 -1 173 -0.328692 173 0.5C173 1.32809 172.328 2 171.5 2C170.672 2 170 1.32809 170 0.5C170 -0.328692 170.672 -1 171.5 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M171.5 12C172.328 12 173 12.6713 173 13.5C173 14.3281 172.328 15 171.5 15C170.672 15 170 14.3281 170 13.5C170 12.6713 170.672 12 171.5 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M171.5 25C172.328 25 173 25.6713 173 26.5C173 27.3287 172.328 28 171.5 28C170.672 28 170 27.3287 170 26.5C170 25.6713 170.672 25 171.5 25Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M171.5 38C172.328 38 173 38.6713 173 39.5006C173 40.3287 172.328 41 171.5 41C170.672 41 170 40.3287 170 39.5006C170 38.6713 170.672 38 171.5 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M171.5 51C172.328 51 173 51.6719 173 52.5006C173 53.3287 172.328 54 171.5 54C170.672 54 170 53.3287 170 52.5006C170 51.6719 170.672 51 171.5 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M171.5 64C172.328 64 173 64.6713 173 65.5C173 66.3287 172.328 67 171.5 67C170.672 67 170 66.3287 170 65.5C170 64.6713 170.672 64 171.5 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M154.5 38C155.328 38 156 38.6713 156 39.5006C156 40.3287 155.328 41 154.5 41C153.672 41 153 40.3287 153 39.5006C153 38.6713 153.672 38 154.5 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M154.5 64C155.328 64 156 64.6713 156 65.5C156 66.3287 155.328 67 154.5 67C153.672 67 153 66.3287 153 65.5C153 64.6713 153.672 64 154.5 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M154.5 -1C155.328 -1 156 -0.328692 156 0.5C156 1.32809 155.328 2 154.5 2C153.672 2 153 1.32809 153 0.5C153 -0.328692 153.672 -1 154.5 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M154.5 51C155.328 51 156 51.6719 156 52.5006C156 53.3287 155.328 54 154.5 54C153.672 54 153 53.3287 153 52.5006C153 51.6719 153.672 51 154.5 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M154.5 25C155.328 25 156 25.6713 156 26.5C156 27.3287 155.328 28 154.5 28C153.672 28 153 27.3287 153 26.5C153 25.6713 153.672 25 154.5 25Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M154.5 12C155.328 12 156 12.6713 156 13.5C156 14.3281 155.328 15 154.5 15C153.672 15 153 14.3281 153 13.5C153 12.6713 153.672 12 154.5 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.5 64C138.328 64 139 64.6713 139 65.5C139 66.3287 138.328 67 137.5 67C136.672 67 136 66.3287 136 65.5C136 64.6713 136.672 64 137.5 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.5 64C122.328 64 123 64.6713 123 65.5C123 66.3287 122.328 67 121.5 67C120.672 67 120 66.3287 120 65.5C120 64.6713 120.672 64 121.5 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.5 64C105.328 64 106 64.6713 106 65.5C106 66.3287 105.328 67 104.5 67C103.672 67 103 66.3287 103 65.5C103 64.6713 103.672 64 104.5 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.5 64C89.3281 64 90 64.6713 90 65.5C90 66.3287 89.3281 67 88.5 67C87.6719 67 87 66.3287 87 65.5C87 64.6713 87.6719 64 88.5 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.4997 64C72.3276 64 73 64.6713 73 65.5C73 66.3287 72.3276 67 71.4997 67C70.6718 67 70 66.3287 70 65.5C70 64.6713 70.6718 64 71.4997 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M55.4994 64C56.3281 64 57 64.6713 57 65.5C57 66.3287 56.3281 67 55.4994 67C54.6719 67 54 66.3287 54 65.5C54 64.6713 54.6719 64 55.4994 64Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.5 25C138.328 25 139 25.6713 139 26.5C139 27.3287 138.328 28 137.5 28C136.672 28 136 27.3287 136 26.5C136 25.6713 136.672 25 137.5 25Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.5 38C138.328 38 139 38.6713 139 39.5006C139 40.3287 138.328 41 137.5 41C136.672 41 136 40.3287 136 39.5006C136 38.6713 136.672 38 137.5 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.5 51C138.328 51 139 51.6719 139 52.5006C139 53.3287 138.328 54 137.5 54C136.672 54 136 53.3287 136 52.5006C136 51.6719 136.672 51 137.5 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.5 -1C138.328 -1 139 -0.328692 139 0.5C139 1.32809 138.328 2 137.5 2C136.672 2 136 1.32809 136 0.5C136 -0.328692 136.672 -1 137.5 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M137.5 12C138.328 12 139 12.6713 139 13.5C139 14.3281 138.328 15 137.5 15C136.672 15 136 14.3281 136 13.5C136 12.6713 136.672 12 137.5 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.5 12C122.328 12 123 12.6713 123 13.5C123 14.3281 122.328 15 121.5 15C120.672 15 120 14.3281 120 13.5C120 12.6713 120.672 12 121.5 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.5 -1C122.328 -1 123 -0.328692 123 0.5C123 1.32809 122.328 2 121.5 2C120.672 2 120 1.32809 120 0.5C120 -0.328692 120.672 -1 121.5 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.5 25C122.328 25 123 25.6713 123 26.5C123 27.3287 122.328 28 121.5 28C120.672 28 120 27.3287 120 26.5C120 25.6713 120.672 25 121.5 25Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.5 51C122.328 51 123 51.6719 123 52.5006C123 53.3287 122.328 54 121.5 54C120.672 54 120 53.3287 120 52.5006C120 51.6719 120.672 51 121.5 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M121.5 38C122.328 38 123 38.6713 123 39.5006C123 40.3287 122.328 41 121.5 41C120.672 41 120 40.3287 120 39.5006C120 38.6713 120.672 38 121.5 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.5 25C105.328 25 106 25.6713 106 26.5C106 27.3287 105.328 28 104.5 28C103.672 28 103 27.3287 103 26.5C103 25.6713 103.672 25 104.5 25Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.5 -1C105.328 -1 106 -0.328692 106 0.5C106 1.32809 105.328 2 104.5 2C103.672 2 103 1.32809 103 0.5C103 -0.328692 103.672 -1 104.5 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.5 38C105.328 38 106 38.6713 106 39.5006C106 40.3287 105.328 41 104.5 41C103.672 41 103 40.3287 103 39.5006C103 38.6713 103.672 38 104.5 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.5 51C105.328 51 106 51.6719 106 52.5006C106 53.3287 105.328 54 104.5 54C103.672 54 103 53.3287 103 52.5006C103 51.6719 103.672 51 104.5 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M104.5 12C105.328 12 106 12.6713 106 13.5C106 14.3281 105.328 15 104.5 15C103.672 15 103 14.3281 103 13.5C103 12.6713 103.672 12 104.5 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.4997 12C89.3282 12 90 12.6713 90 13.5C90 14.3281 89.3282 15 88.4997 15C87.6718 15 87 14.3281 87 13.5C87 12.6713 87.6718 12 88.4997 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.4997 38C89.3282 38 90 38.6713 90 39.5006C90 40.3287 89.3282 41 88.4997 41C87.6718 41 87 40.3287 87 39.5006C87 38.6713 87.6718 38 88.4997 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.4997 25C89.3282 25 90 25.6713 90 26.5C90 27.3287 89.3282 28 88.4997 28C87.6718 28 87 27.3287 87 26.5C87 25.6713 87.6718 25 88.4997 25Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.4997 -1C89.3282 -1 90 -0.328692 90 0.5C90 1.32809 89.3282 2 88.4997 2C87.6718 2 87 1.32809 87 0.5C87 -0.328692 87.6718 -1 88.4997 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.4997 12C72.3276 12 73 12.6713 73 13.5C73 14.3281 72.3276 15 71.4997 15C70.6718 15 70 14.3281 70 13.5C70 12.6713 70.6718 12 71.4997 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.4997 -1C72.3276 -1 73 -0.328692 73 0.5C73 1.32809 72.3276 2 71.4997 2C70.6718 2 70 1.32809 70 0.5C70 -0.328692 70.6718 -1 71.4997 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4997 12C55.3282 12 56 12.6713 56 13.5C56 14.3281 55.3282 15 54.4997 15C53.6724 15 53 14.3281 53 13.5C53 12.6713 53.6724 12 54.4997 12Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4997 -1C55.3282 -1 56 -0.328692 56 0.5C56 1.32809 55.3282 2 54.4997 2C53.6724 2 53 1.32809 53 0.5C53 -0.328692 53.6724 -1 54.4997 -1Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.4997 38C72.3276 38 73 38.6713 73 39.5006C73 40.3287 72.3276 41 71.4997 41C70.6718 41 70 40.3287 70 39.5006C70 38.6713 70.6718 38 71.4997 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.4997 25C72.3276 25 73 25.6713 73 26.5C73 27.3287 72.3276 28 71.4997 28C70.6718 28 70 27.3287 70 26.5C70 25.6713 70.6718 25 71.4997 25Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4997 38C55.3282 38 56 38.6713 56 39.5006C56 40.3287 55.3282 41 54.4997 41C53.6724 41 53 40.3287 53 39.5006C53 38.6713 53.6724 38 54.4997 38Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M88.4997 51C89.3282 51 90 51.6714 90 52.5003C90 53.3292 89.3282 54 88.4997 54C87.6718 54 87 53.3292 87 52.5003C87 51.6714 87.6718 51 88.4997 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M71.4997 51C72.3276 51 73 51.6714 73 52.5003C73 53.3286 72.3276 54 71.4997 54C70.6718 54 70 53.3286 70 52.5003C70 51.6714 70.6718 51 71.4997 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4997 51C55.3282 51 56 51.6714 56 52.5003C56 53.3286 55.3282 54 54.4997 54C53.6724 54 53 53.3286 53 52.5003C53 51.6714 53.6724 51 54.4997 51Z' fill='%2333CCFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4997 25C55.3282 25 56 25.6713 56 26.5C56 27.3287 55.3282 28 54.4997 28C53.6724 28 53 27.3287 53 26.5C53 25.6713 53.6724 25 54.4997 25Z' fill='%2333CCFF'/%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 479px) {
    .insight-cards__pic {
        min-width: 220px;
    }
    .insight-cards__pic a:after {
        width: 120px;
        height: 46px;
    }
}
.insight-cards__content {
    padding: 15px;
    -ms-flex-positive: 10;
    flex-grow: 10;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.insight-cards__date {
    color: #333;
    margin-bottom: 10px;
}
.insight-cards__title {
    line-height: 1.4;
    font-size: 1.375rem;
    margin-bottom: 30px;
    font-weight: 700;
    color: #003;
    -ms-flex-positive: 10;
    flex-grow: 10;
}
.insight-cards__title a {
    border-width: 0;
    color: #003;
}
.insight-cards__title a:active,
.insight-cards__title a:focus,
.insight-cards__title a:hover {
    color: #1a6699;
}
.insight-cards__author--link {
    display: -ms-flexbox;
    display: flex;
    border-width: 0;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
}
.insight-cards__author--link:active,
.insight-cards__author--link:focus,
.insight-cards__author--link:hover {
    color: #1a6699;
}
.insight-cards__author-photo {
    border-radius: 50%;
    margin-right: 10px;
}
.insight-cards__author-photo img {
    border-radius: 50%;
    display: block;
}
.quote {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .insight-cards__title {
        line-height: 1.2;
        font-size: 1.25rem;
    }
    .quote {
        padding: 30px 0;
    }
}
.quote__image {
    padding: 0 20px 0 0;
    height: 72px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
@media screen and (max-width: 959px) {
    .quote__image {
        height: 72px;
    }
}
.quote__photo {
    border-radius: 50% 50% 0;
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
}
.quote__logo {
    max-width: 72px;
    max-height: 72px;
}
.quote__text {
    position: relative;
    padding-left: 30px;
}
.quote__text:before {
    content: url("data:image/svg+xml,%0A%3Csvg width='25' height='21' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5248 20.8322C17.8912 20.8322 16.6233 20.2369 15.7248 19.0423C14.8272 17.8518 14.3774 16.1174 14.3774 13.8365C14.3774 10.7276 15.1125 8.03054 16.5862 5.74967C18.0555 3.47217 20.206 1.55365 23.0394 0L25 3.02827C22.9264 4.32634 21.3767 5.71352 20.3438 7.18815C19.3066 8.66529 18.7906 10.4913 18.7906 12.6696C18.9541 12.6175 19.1979 12.5889 19.5248 12.5889C20.6124 12.5889 21.6073 12.9294 22.5058 13.6003C23.4052 14.2754 23.854 15.2624 23.854 16.5571C23.854 17.9039 23.4467 18.9548 22.6286 19.7056C21.8131 20.4564 20.7759 20.8322 19.5248 20.8322ZM5.14825 20.8322C3.51463 20.8322 2.24678 20.2369 1.34825 19.0423C0.44971 17.8518 0 16.1174 0 13.8365C0 10.7276 0.735086 8.03054 2.20438 5.74967C3.67808 3.47217 5.82856 1.55365 8.65847 0L10.619 3.02827C8.54891 4.32634 6.99922 5.71352 5.96197 7.18815C4.92914 8.66529 4.41317 10.4913 4.41317 12.6696C4.57662 12.6175 4.82047 12.5889 5.14825 12.5889C6.23586 12.5889 7.2307 12.9294 8.13013 13.6003C9.02778 14.2754 9.47749 15.2624 9.47749 16.5571C9.47749 17.9039 9.07019 18.9548 8.25117 19.7056C7.43215 20.4564 6.4002 20.8322 5.14825 20.8322Z' fill='%23979797'/%3E%3C/svg%3E%0A");
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.quote__text,
.quote__text a {
    border-width: 0;
    color: #003;
    font-size: 1.125rem;
}
.quote__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}
.quote__author-about {
    color: #003;
    font-size: 1rem;
}
.pricing-table tbody td .label__secondary,
.pricing-table thead th.pricing-table__title-secondary {
    color: #999;
}
.quote__author-about strong {
    font-weight: 700;
}
.pricing-table {
    margin: 0 auto;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}
@media screen and (max-width: 767px) {
    .quote__author {
        padding-left: 0;
    }
    .pricing-table {
        display: block;
    }
    .pricing-table thead {
        display: none;
    }
    .pricing-table tbody {
        display: block;
    }
}
.pricing-table thead th {
    font-size: 1.25rem;
    padding: 15px 30px;
    text-align: center;
    font-weight: 400;
}
.pricing-table tbody tr {
    background-color: #f0f5f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pricing-table tbody tr:hover {
    background-color: #d4eefd;
}
.pricing-table tbody td {
    padding: 30px;
    text-align: center;
    font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
    .pricing-table tbody tr {
        display: block;
        margin-bottom: 15px;
    }
    .pricing-table tbody td {
        display: block;
        padding: 10px 15px;
        text-align: left;
    }
}
.pricing-table tbody td:first-child {
    text-align: left;
}
.pricing-table tbody td .label {
    display: none;
    font-size: 1.125rem;
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 400;
}
.pricing-table tbody td.pricing-table__price {
    font-family: "Roboto","Arial",Helvetica,sans-serif;
    font-weight: 700;
    font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
    .pricing-table tbody td .label {
        display: inline-block;
        padding-right: 7px;
        margin: 0;
    }
    .pricing-table tbody td.pricing-table__price {
        font-size: 1.125rem;
    }
}
.pricing-table tbody td .pricing-table__old-price {
    color: #999;
    position: relative;
    z-index: 0;
}
.pricing-table tbody td .pricing-table__old-price:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 100%;
    height: 4px;
    background-color: #f7941f;
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    z-index: -1;
}
.container::after,
.wrap-main::after {
    clear: both;
    content: "";
    display: table;
}
.container,
.wrap-main {
    position: relative;
    margin: 0 auto;
}
.pricing-table__price {
    width: 150px;
}
@media screen and (max-width: 767px) {
    .pricing-table__price {
        width: auto;
    }
    .buttons .btn_clean {
        display: block;
    }
}
.browse-happy {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}
.browse-happy strong {
    color: #d33c26;
}
.browse-happy__notice {
    font-size: 20px;
}
.browse-happy__security {
    font-size: 12px;
}
.browse-happy__update {
    font-size: 14px;
}
.browse-happy__recommend {
    font-size: 12px;
}
iframe {
    border: 0;
}
.wrap-main {
    min-width: 320px;
    min-height: 100%;
    z-index: 1;
}
.container {
    max-width: 1579px;
    padding: 0 60px;
}
@media screen and (max-width: 1199px) {
    .container {
        padding: 0 30px;
    }
}
@media screen and (max-width: 959px) {
    .container {
        padding: 0 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 95%;
    }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 95%;
    }
}
@media screen and (max-width: 479px) {
    .container {
        width: 95%;
        padding: 0 15px;
    }
}
.border-b {
    padding: 30px 0;
    border-bottom: 1px solid #d1d1d4;
}
.border-t {
    padding: 30px 0;
    border-top: 1px solid #d1d1d4;
}
.clear-link {
    color: #000;
    border: 0;
}
.bluelink {
    color: #000;
}
.link-white {
    color: #fff;
    border-bottom: 1px solid transparent;
}
.link-white:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.loading {
    overflow: hidden;
    height: 380px;
    z-index: 4;
}
.loading:before {
    content: "";
    background: url(../img/svg/loading.svg) 50% 50% no-repeat #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
}
.loading_top:before {
    top: 150px;
}
.summit-sponsors__logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 20px 0 40px;
}
.summit-sponsors__logo {
    width: 33.33%;
    padding: 20px 0;
}
@media screen and (max-width: 1199px) {
    .summit-sponsors__logo {
        width: 50%;
    }
}
.summit-sponsors__logo img {
    max-height: 80px;
    max-width: 300px;
}
.summit-sponsors__img {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.summit-sponsors__text {
    padding: 0 50px 0 0;
    line-height: 34px;
}
.summit-sponsors__link {
    border-color: #000;
    color: #000;
}
.summit-sponsors__header {
    padding: 0;
    margin: 0;
    text-align: left;
    position: relative;
}
.summit-sponsors__header:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 36px;
    background-color: #f0fafd;
    top: 8px;
    left: 0;
    margin-top: 1px;
}
@media screen and (max-width: 1199px) {
    .summit-sponsors__header:before {
        height: 30px;
    }
}
.summit-sponsors__header span {
    display: inline-block;
    min-height: 48px;
    padding: 0 20px 0 10px;
    background-color: #fff;
    z-index: 10;
    position: relative;
    border-left: 6px solid #3cf;
}
@media screen and (max-width: 1199px) {
    .summit-sponsors__header span {
        min-height: 42px;
    }
}
@media screen and (max-width: 767px) {
    .summit-sponsors__logo {
        width: 100%;
    }
    .summit-sponsors__header:before {
        height: 24px;
        top: 5px;
    }
    .summit-sponsors__header span {
        min-height: 32px;
    }
}
.summit-sponsors__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.summit-sponsors__title img {
    max-height: 70px;
    max-width: 150px;
    margin-right: 30px;
}
.summit-sponsors__popup-footer {
    margin-top: 30px;
}
.sponsors-logos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 1200px;
    margin: 0 auto;
}
.sponsors-logos .slick-arrow {
    display: none !important;
}
.sponsors-logos .logos-carousel {
    width: 170px;
    max-height: 150px;
    margin: 0 auto;
}
.sponsors-logos .slick-slide,
.sponsors-logos .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sponsors-logos .logos-carousel,
.sponsors-logos .slick,
.sponsors-logos .slick-list,
.sponsors-logos .slick-slide,
.sponsors-logos .slick-slider,
.sponsors-logos .slick-track {
    height: 100%;
    text-align: center;
}
.sponsors-logos__title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 1199px) {
    .sponsors-logos__item {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
}
@media screen and (max-width: 959px) {
    .sponsors-logos__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 479px) {
    .sponsors-logos .logos-carousel {
        width: 140px;
    }
    .sponsors-logos .slick-slide a,
    .sponsors-logos .slick-track a {
        padding: 0 15px;
    }
    .sponsors-logos .slick-wrapper .slick-prev {
        left: -5px;
    }
    .sponsors-logos__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}
.list-slideshow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1200px;
}
.list-slideshow .slick-list {
    width: 100%;
}
.list-slideshow .slick-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 230px;
}
.list-slideshow .slick-slide > div {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.list-slideshow .slick-slide img {
    max-width: 260px;
    max-height: 260px;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
@media screen and (max-width: 479px) {
    .list-slideshow .slick-slide {
        min-height: 200px;
    }
    .list-slideshow .slick-slide img {
        max-width: 200px;
        max-height: 200px;
    }
}
.list-slideshow .slick-arrow {
    cursor: pointer;
}
.list-slideshow .slick-arrow:hover {
    opacity: 0.7;
}
.list-slideshow img {
    margin: 0 auto;
}
