@charset "UTF-8";
audio,
canvas,
progress,
video {
    display: inline-block;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
.fancybox-content,
.fancybox-infobar__body,
.fancybox-slider,
.fancybox-slider-wrap,
.fancybox-thumbs,
.fancybox-thumbs > ul > li {
    -webkit-tap-highlight-color: transparent;
}
.fancybox-bg,
.fancybox-caption-wrap,
.fancybox-container,
.fancybox-controls,
.fancybox-placeholder,
.fancybox-thumbs > ul > li {
    backface-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,
footer,
header,
menu,
nav,
section {
    display: block;
}
figcaption,
figure,
main {
    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;
}
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 {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
}
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;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
}
.fancybox-bg,
.fancybox-buttons,
.fancybox-controls,
.fancybox-slide {
    position: absolute;
    top: 0;
}
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}
.fancybox-bg {
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.fancybox-container--ready .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    transition: opacity 0.2s;
    pointer-events: none;
    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;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons,
.fancybox-caption a,
.fancybox-caption button {
    pointer-events: all;
}
.fancybox-buttons {
    right: 0;
    display: none;
}
.fancybox-show-buttons .fancybox-buttons {
    display: block;
}
.fancybox-slider-wrap {
    overflow: hidden;
    direction: ltr;
}
.fancybox-slider,
.fancybox-slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 99993;
    backface-visibility: hidden;
}
.fancybox-slide {
    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;
}
.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%;
}
.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: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
    cursor: grabbing;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-tmp {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden;
}
.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;
}
.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;
    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;
    vertical-align: top;
    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;
    box-sizing: border-box;
}
li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}
@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;
    }
}
@font-face {
    font-family: "Roboto Light";
    src: local("Roboto Light"), local("Roboto-Light"),
        url(
                https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5fBBc4.woff2,
            )format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto Bold";
    src: local("Roboto Bold"), local("Roboto-Bold"),
        url(
                https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlfBBc4.woff2,
            )format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: local("Roboto Regular"), local("Roboto-Regular"),
        url(
                https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxK.woff2,
            )format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto Light Italic";
    src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
        url(
                https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2,
            )format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
.select2-container {
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
}
.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container .select2-search--inline {
    float: left;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}
.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}
.select2-results {
    display: block;
}
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}
.select2-results__option {
    padding: 6px;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
}
.select2-container--open .select2-dropdown {
    left: 0;
}
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-search--dropdown {
    display: block;
    padding: 4px;
}
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
    display: none;
}
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}
.select2-container--classic .select2-results > .select2-results__options,
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--default[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    left: 1px;
    right: auto;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection--single
    .select2-selection__clear {
    display: none;
}
.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    list-style: none;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #333;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-search--inline,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__placeholder {
    float: right;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--default[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0;
}
.select2-container--default.select2-container--disabled
    .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}
.select2-container--default.select2-container--disabled
    .select2-selection__choice__remove {
    display: none;
}
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}
.select2-container--default .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__group {
    padding-left: 0;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}
.select2-container--default
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option
    .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff;
}
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__rendered {
    color: #444;
    line-height: 28px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__placeholder {
    color: #999;
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
a.ancor,
body,
body.no-scroll,
html {
    position: relative;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__clear {
    float: left;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--single
    .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    background: 0 0;
    border: none;
}
.select2-container--classic.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__clear {
    display: none;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px;
}
.font-300,
.font-400,
.font-600 {
    font-weight: 400;
    font-style: normal;
}
.select2-container--classic
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #555;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}
.select2-container--classic[dir="rtl"]
    .select2-selection--multiple
    .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}
.select2-container--classic.select2-container--open
    .select2-selection--multiple {
    border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above
    .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below
    .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}
.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
    border-top: none;
}
.select2-container--classic .select2-results__option[role="group"] {
    padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled="true"] {
    color: grey;
}
.select2-container--classic
    .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
*,
::after,
::before {
    box-sizing: inherit;
}
*,
html {
    box-sizing: border-box;
}
.font-300,
.font-400 {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.font-600 {
    font-family: "Roboto Bold", "Arial Black", Helvetica, sans-serif;
}
.fs-no,
.fw-bold,
.fw-no,
body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.row {
    display: block;
}
.row::after {
    clear: both;
    content: "";
    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: 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 {
    clear: both;
    content: "";
    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;
    }
    .text-md-left {
        text-align: left !important;
    }
}
.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;
}
.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;
}
.link-black {
    color: #000;
}
.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;
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
html {
    font-size: 15px;
}
body,
html {
    height: 100%;
}
body {
    background: #fff;
    color: #003;
    font-size: 1.0625rem;
    line-height: 1.4;
    vertical-align: top;
}
body.no-scroll {
    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 {
    top: -100px;
    display: block;
    height: 0;
    width: 0;
}
b,
strong {
    font-family: "Roboto Bold", "Arial Black", Helvetica, sans-serif;
}
em,
i {
    font-family: "Roboto Light Italic", Arial, Helvetica, sans-serif;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
p {
    margin: 0 0 15px;
}
p.border {
    padding: 15px 20px 19px;
    border: 1px solid transparent;
}
p.border.border_blue {
    border-color: #3591d1;
}
.floating-offer,
.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;
}
.h1,
h1 {
    font-family: "Inter Tight", sans-serif;
    font-size: 3.583rem;
    font-weight: 600;
    line-height: 1.15em;
}
.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;
    }
}
.checkbox-switch .checkbox-slider:before,
.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;
}
ul {
    margin-left: 17px;
}
ul li {
    list-style: disc;
}
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;
}
ol ul li {
    list-style: disc inside;
}
.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 Bold", "Arial Black", Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.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-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;
    font-family: "Roboto Bold", "Arial Black", Helvetica, sans-serif;
    background-color: #3CF;
    color: #003;
    fill: #003;
    strok: #003;
    border-width: 0;
    height: 36px;
    font-size: 1rem;
    line-height: 36px;
}
.popup-title,
.select2-container {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.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;
}
.floating-offer.floating-offer-bottom-v2 .floating-offer__title a:hover,
.floating-offer.floating-offer-left-html .floating-offer__title a:hover,
.floating-offer.floating-offer-right-html .floating-offer__title a:hover {
    text-decoration: underline;
}
.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 .btn.btn_white[disabled]:hover,
.offer .offer-button .btn[disabled],
.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 .btn_video[disabled],
.offer-variant_video .offer .btn_video[disabled]: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 + 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.btn[type="button"],
.offer .offer-button input.btn[type="reset"],
.offer .offer-button input.btn[type="submit"],
.offer-variant_video .offer .btn_video,
.offer-variant_video .offer button.btn_video,
.offer-variant_video .offer input.btn_video[type="button"],
.offer-variant_video .offer input.btn_video[type="reset"],
.offer-variant_video .offer input.btn_video[type="submit"],
.offer__btn.btn,
button.btn_lg,
button.offer__btn.btn,
input.offer__btn.btn[type="button"],
input.offer__btn.btn[type="reset"],
input.offer__btn.btn[type="submit"],
input[type="button"].btn_lg,
input[type="reset"].btn_lg,
input[type="submit"].btn_lg {
    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_orange.btn_lg,
.btn.btn_outline.btn_lg,
.btn.btn_white.btn_lg,
.btn_orange.offer__btn.btn,
.btn_outline.offer__btn.btn,
.btn_white.offer__btn.btn,
.offer .offer-button .btn_orange.btn,
.offer .offer-button .btn_outline.btn,
.offer .offer-button .btn_white.btn,
.offer .offer-button button.btn_orange.btn,
.offer .offer-button button.btn_outline.btn,
.offer .offer-button button.btn_white.btn,
.offer .offer-button input.btn[type="button"].btn_orange,
.offer .offer-button input.btn[type="button"].btn_outline,
.offer .offer-button input.btn[type="button"].btn_white,
.offer .offer-button input.btn[type="reset"].btn_orange,
.offer .offer-button input.btn[type="reset"].btn_outline,
.offer .offer-button input.btn[type="reset"].btn_white,
.offer .offer-button input.btn[type="submit"].btn_orange,
.offer .offer-button input.btn[type="submit"].btn_outline,
.offer .offer-button input.btn[type="submit"].btn_white,
.offer-variant_video .offer .btn_orange.btn_video,
.offer-variant_video .offer .btn_outline.btn_video,
.offer-variant_video .offer .btn_white.btn_video,
.offer-variant_video .offer button.btn_orange.btn_video,
.offer-variant_video .offer button.btn_outline.btn_video,
.offer-variant_video .offer button.btn_white.btn_video,
.offer-variant_video .offer input.btn_video[type="button"].btn_orange,
.offer-variant_video .offer input.btn_video[type="button"].btn_outline,
.offer-variant_video .offer input.btn_video[type="button"].btn_white,
.offer-variant_video .offer input.btn_video[type="reset"].btn_orange,
.offer-variant_video .offer input.btn_video[type="reset"].btn_outline,
.offer-variant_video .offer input.btn_video[type="reset"].btn_white,
.offer-variant_video .offer input.btn_video[type="submit"].btn_orange,
.offer-variant_video .offer input.btn_video[type="submit"].btn_outline,
.offer-variant_video .offer input.btn_video[type="submit"].btn_white,
button.btn_orange.btn_lg,
button.btn_orange.offer__btn.btn,
button.btn_outline.btn_lg,
button.btn_outline.offer__btn.btn,
button.btn_white.btn_lg,
button.btn_white.offer__btn.btn,
input.offer__btn.btn[type="button"].btn_orange,
input.offer__btn.btn[type="button"].btn_outline,
input.offer__btn.btn[type="button"].btn_white,
input.offer__btn.btn[type="reset"].btn_orange,
input.offer__btn.btn[type="reset"].btn_outline,
input.offer__btn.btn[type="reset"].btn_white,
input.offer__btn.btn[type="submit"].btn_orange,
input.offer__btn.btn[type="submit"].btn_outline,
input.offer__btn.btn[type="submit"].btn_white,
input[type="button"].btn_orange.btn_lg,
input[type="button"].btn_outline.btn_lg,
input[type="button"].btn_white.btn_lg,
input[type="reset"].btn_orange.btn_lg,
input[type="reset"].btn_outline.btn_lg,
input[type="reset"].btn_white.btn_lg,
input[type="submit"].btn_orange.btn_lg,
input[type="submit"].btn_outline.btn_lg,
input[type="submit"].btn_white.btn_lg {
    line-height: 46px;
}
.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.btn.btn_white[disabled],
.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 .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.btn_video[disabled],
.offer-variant_video .offer .btn_clean.btn_video[disabled]: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 .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.btn.btn_white[disabled],
.offer .offer-button .btn_clean.disabled.btn.btn_white,
.offer .offer-button .disabled .btn_clean.btn.btn_white,
.offer-variant_video .offer .btn_clean.btn_video[disabled],
.offer-variant_video .offer .btn_clean.btn_video[disabled]: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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%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;
}
@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;
    }
}
.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: transparent;
    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_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: #EF3A01;
    border-color: #EF3A01;
    color: #fff;
    fill: #fff;
    strok: #fff;
}
.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: #bc2e01;
    border-color: #bc2e01;
    color: #fff;
    fill: #fff;
    strok: #fff;
}
.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: #EF3A01;
    border-color: #EF3A01;
    color: #fff;
    fill: #fff;
    strok: #fff;
}
.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.btn.btn_white[disabled],
.offer .offer-button .btn_orange.disabled.btn.btn_white,
.offer .offer-button .disabled .btn_orange.btn.btn_white,
.offer-variant_video .offer .btn_orange.btn_video[disabled],
.offer-variant_video .offer .btn_orange.btn_video[disabled]: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: #ddd;
    border-color: #ddd;
    color: #fff;
    fill: #fff;
    strok: #fff;
}
.btn.btn_white,
.offer .offer-button .btn_white.btn,
.offer-variant_video .offer .btn_white.btn_video,
button.btn_white,
input[type="button"].btn_white,
input[type="reset"].btn_white,
input[type="submit"].btn_white {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #003;
    fill: #003;
    strok: #003;
}
.btn.btn_white.focus,
.btn.btn_white.hover,
.btn.btn_white:focus,
.btn.btn_white:hover,
.offer-variant_video .offer .btn_white.btn_video:focus,
.offer-variant_video .offer .btn_white.btn_video:hover,
.offer-variant_video .offer .btn_white.focus.btn_video,
.offer-variant_video .offer .btn_white.hover.btn_video,
button.btn_white.focus,
button.btn_white.hover,
button.btn_white:focus,
button.btn_white:hover,
input[type="button"].btn_white.focus,
input[type="button"].btn_white.hover,
input[type="button"].btn_white:focus,
input[type="button"].btn_white:hover,
input[type="reset"].btn_white.focus,
input[type="reset"].btn_white.hover,
input[type="reset"].btn_white:focus,
input[type="reset"].btn_white:hover,
input[type="submit"].btn_white.focus,
input[type="submit"].btn_white.hover,
input[type="submit"].btn_white:focus,
input[type="submit"].btn_white:hover {
    background-color: #dedede;
    border-color: #dedede;
    color: #003;
    fill: #003;
    strok: #003;
}
.btn.btn_white.active,
.btn.btn_white:active,
.offer-variant_video .offer .btn_white.active.btn_video,
.offer-variant_video .offer .btn_white.btn_video:active,
button.btn_white.active,
button.btn_white:active,
input[type="button"].btn_white.active,
input[type="button"].btn_white:active,
input[type="reset"].btn_white.active,
input[type="reset"].btn_white:active,
input[type="submit"].btn_white.active,
input[type="submit"].btn_white:active {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #003;
    fill: #003;
    strok: #003;
}
.btn.btn_white.disabled,
.btn.btn_white.disabled:hover,
.btn.btn_white[disabled],
.btn.btn_white[disabled]:hover,
.disabled .btn.btn_white,
.disabled .btn.btn_white:hover,
.disabled .offer-variant_video .offer .btn_white.btn_video,
.disabled .offer-variant_video .offer .btn_white.btn_video:hover,
.disabled button.btn_white,
.disabled button.btn_white:hover,
.disabled input[type="button"].btn_white,
.disabled input[type="button"].btn_white:hover,
.disabled input[type="reset"].btn_white,
.disabled input[type="reset"].btn_white:hover,
.disabled input[type="submit"].btn_white,
.disabled input[type="submit"].btn_white:hover,
.offer-variant_video .offer .btn_white.btn_video[disabled],
.offer-variant_video .offer .btn_white.btn_video[disabled]:hover,
.offer-variant_video .offer .btn_white.disabled.btn_video,
.offer-variant_video .offer .btn_white.disabled.btn_video:hover,
.offer-variant_video .offer .disabled .btn_white.btn_video,
.offer-variant_video .offer .disabled .btn_white.btn_video:hover,
button.btn_white.disabled,
button.btn_white.disabled:hover,
button.btn_white[disabled],
button.btn_white[disabled]:hover,
input[type="button"].btn_white.disabled,
input[type="button"].btn_white.disabled:hover,
input[type="button"].btn_white[disabled],
input[type="button"].btn_white[disabled]:hover,
input[type="reset"].btn_white.disabled,
input[type="reset"].btn_white.disabled:hover,
input[type="reset"].btn_white[disabled],
input[type="reset"].btn_white[disabled]:hover,
input[type="submit"].btn_white.disabled,
input[type="submit"].btn_white.disabled:hover,
input[type="submit"].btn_white[disabled],
input[type="submit"].btn_white[disabled]:hover {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #999;
    fill: #999;
    strok: #999;
}
.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;
}
.label,
label {
    display: block;
    position: relative;
    margin-bottom: 7.5px;
    font-size: 1rem;
}
.label.sr-only,
label.sr-only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
}
input:not([type]),
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="number"],
input[type="search"],
select,
textarea {
    border: 1px solid #b2b2b2;
    border-radius: 18px;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 15px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    outline: 0;
    zoom: 1;
    transition: all 0.2s ease;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    height: 36px;
    padding: 5px 18px;
    font-size: 1rem;
}
input:not([type]).hover,
input:not([type]):hover,
input[type="color"].hover,
input[type="color"]:hover,
input[type="date"].hover,
input[type="date"]:hover,
input[type="datetime"].hover,
input[type="datetime"]:hover,
input[type="datetime-local"].hover,
input[type="datetime-local"]:hover,
input[type="email"].hover,
input[type="email"]:hover,
input[type="month"].hover,
input[type="month"]:hover,
input[type="password"].hover,
input[type="password"]:hover,
input[type="tel"].hover,
input[type="tel"]:hover,
input[type="text"].hover,
input[type="text"]:hover,
input[type="time"].hover,
input[type="time"]:hover,
input[type="url"].hover,
input[type="url"]:hover,
input[type="week"].hover,
input[type="week"]:hover,
input[type="number"].hover,
input[type="number"]:hover,
input[type="search"].hover,
input[type="search"]:hover,
select.hover,
select:hover,
textarea.hover,
textarea:hover {
    background-color: #fff;
    border-color: #3591d1;
    color: #000;
}
input:not([type]).active,
input:not([type]).focus,
input:not([type]):active,
input:not([type]):focus,
input[type="color"].active,
input[type="color"].focus,
input[type="color"]:active,
input[type="color"]:focus,
input[type="date"].active,
input[type="date"].focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="datetime"].active,
input[type="datetime"].focus,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime-local"].active,
input[type="datetime-local"].focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="email"].active,
input[type="email"].focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="month"].active,
input[type="month"].focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="password"].active,
input[type="password"].focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="tel"].active,
input[type="tel"].focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"].active,
input[type="text"].focus,
input[type="text"]:active,
input[type="text"]:focus,
input[type="time"].active,
input[type="time"].focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="url"].active,
input[type="url"].focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="week"].active,
input[type="week"].focus,
input[type="week"]:active,
input[type="week"]:focus,
input[type="number"].active,
input[type="number"].focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="search"].active,
input[type="search"].focus,
input[type="search"]:active,
input[type="search"]:focus,
select.active,
select.focus,
select:active,
select:focus,
textarea.active,
textarea.focus,
textarea:active,
textarea:focus {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
.disabled input:not([type]),
.disabled input:not([type]):hover,
.disabled input[type="color"],
.disabled input[type="color"]:hover,
.disabled input[type="date"],
.disabled input[type="date"]:hover,
.disabled input[type="datetime"],
.disabled input[type="datetime"]:hover,
.disabled input[type="datetime-local"],
.disabled input[type="datetime-local"]:hover,
.disabled input[type="email"],
.disabled input[type="email"]:hover,
.disabled input[type="month"],
.disabled input[type="month"]:hover,
.disabled input[type="password"],
.disabled input[type="password"]:hover,
.disabled input[type="tel"],
.disabled input[type="tel"]:hover,
.disabled input[type="text"],
.disabled input[type="text"]:hover,
.disabled input[type="time"],
.disabled input[type="time"]:hover,
.disabled input[type="url"],
.disabled input[type="url"]:hover,
.disabled input[type="week"],
.disabled input[type="week"]:hover,
.disabled input[type="number"],
.disabled input[type="number"]:hover,
.disabled input[type="search"],
.disabled input[type="search"]:hover,
.disabled select,
.disabled select:hover,
.disabled textarea,
.disabled textarea:hover,
input:not([type]).disabled,
input:not([type]).disabled:hover,
input:not([type]):disabled,
input:not([type]):disabled:hover,
input[type="color"].disabled,
input[type="color"].disabled:hover,
input[type="color"]:disabled,
input[type="color"]:disabled:hover,
input[type="date"].disabled,
input[type="date"].disabled:hover,
input[type="date"]:disabled,
input[type="date"]:disabled:hover,
input[type="datetime"].disabled,
input[type="datetime"].disabled:hover,
input[type="datetime"]:disabled,
input[type="datetime"]:disabled:hover,
input[type="datetime-local"].disabled,
input[type="datetime-local"].disabled:hover,
input[type="datetime-local"]:disabled,
input[type="datetime-local"]:disabled:hover,
input[type="email"].disabled,
input[type="email"].disabled:hover,
input[type="email"]:disabled,
input[type="email"]:disabled:hover,
input[type="month"].disabled,
input[type="month"].disabled:hover,
input[type="month"]:disabled,
input[type="month"]:disabled:hover,
input[type="password"].disabled,
input[type="password"].disabled:hover,
input[type="password"]:disabled,
input[type="password"]:disabled:hover,
input[type="tel"].disabled,
input[type="tel"].disabled:hover,
input[type="tel"]:disabled,
input[type="tel"]:disabled:hover,
input[type="text"].disabled,
input[type="text"].disabled:hover,
input[type="text"]:disabled,
input[type="text"]:disabled:hover,
input[type="time"].disabled,
input[type="time"].disabled:hover,
input[type="time"]:disabled,
input[type="time"]:disabled:hover,
input[type="url"].disabled,
input[type="url"].disabled:hover,
input[type="url"]:disabled,
input[type="url"]:disabled:hover,
input[type="week"].disabled,
input[type="week"].disabled:hover,
input[type="week"]:disabled,
input[type="week"]:disabled:hover,
input[type="number"].disabled,
input[type="number"].disabled:hover,
input[type="number"]:disabled,
input[type="number"]:disabled:hover,
input[type="search"].disabled,
input[type="search"].disabled:hover,
input[type="search"]:disabled,
input[type="search"]:disabled:hover,
select.disabled,
select.disabled:hover,
select:disabled,
select:disabled:hover,
textarea.disabled,
textarea.disabled:hover,
textarea:disabled,
textarea:disabled:hover {
    background-color: #eee;
    border-color: #b2b2b2;
    color: #b2b2b2;
}
input:not([type])::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}
input:not([type])::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}
input:not([type]):-moz-placeholder,
input[type="color"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}
input:not([type]):-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
input:not([type]).error-form,
input[type="color"].error-form,
input[type="date"].error-form,
input[type="datetime"].error-form,
input[type="datetime-local"].error-form,
input[type="email"].error-form,
input[type="month"].error-form,
input[type="password"].error-form,
input[type="tel"].error-form,
input[type="text"].error-form,
input[type="time"].error-form,
input[type="url"].error-form,
input[type="week"].error-form,
input[type="number"].error-form,
input[type="search"].error-form,
select.error-form,
textarea.error-form {
    border-color: #d33c26;
}
textarea {
    height: auto;
    resize: vertical;
}
p.error-form {
    position: relative;
    top: -12px;
    margin: 0 0 3px;
    padding: 0 0 0 19px;
    color: #d33c26;
    font-size: 0.875rem;
}
.check-group + p.error-form,
.custom-check + p.error-form {
    padding-left: 0;
}
.select2-container {
    display: block;
    margin: 0 0 15px;
    font-size: 1rem;
    text-align: left;
    text-transform: none;
    z-index: 1;
}
.select2-container.select2 {
    width: 100% !important;
}
.select2-container .select2-selection--single {
    border-color: #b2b2b2;
    border-radius: 18px;
    box-shadow: none;
    height: 36px;
    line-height: 34px;
    transition: color 0.2s ease, background-color 0.2s ease,
        border-color 0.2s ease;
}
.select2-container .select2-selection--single:hover {
    border-color: #3591d1;
}
.error-form + .select2-container .select2-selection--single {
    border-color: #d33c26;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 18px;
    padding-left: 18px;
    line-height: 34px;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
    color: #ddd;
}
.select2-container .select2-selection--single .select2-selection__arrow {
    width: 34px;
    height: 34px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
    border-top-color: #000;
    border-width: 6px 5px 0;
    margin-left: -5px;
    transition: color 0.2s ease, background-color 0.2s ease,
        border-color 0.2s ease;
}
.select2-container.select2-container--focus .select2-selection--single,
.select2-container.select2-container--open .select2-selection--single {
    border-color: #000;
}
.error-form
    + .select2-container.select2-container--focus
    .select2-selection--single,
.error-form
    + .select2-container.select2-container--open
    .select2-selection--single {
    border-color: #d33c26;
}
.select2-container.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-bottom-color: #999;
    border-width: 0 5px 6px;
}
.select2-container.select2-container--disabled .select2-selection--single {
    background: #eee;
    border-color: #ddd;
    color: #ddd;
}
.select2-container.select2-container--disabled
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-top-color: #ddd;
}
.select2-container.select2-container--disabled.select2-container--focus
    .select2-selection--single,
.select2-container.select2-container--disabled.select2-container--open
    .select2-selection--single {
    border-color: #ddd;
}
.select2-container .select2-search--dropdown .select2-search__field {
    border-color: #ddd;
    height: 30px;
    margin: 0;
    padding: 4px 13px;
    font-size: 1rem;
}
.select2-container .select2-results__option {
    list-style: none;
    margin: 0;
    padding: 4px 15px;
    font-size: 1rem;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
    background: #3591d1;
    color: #fff;
}
.select2-container .select2-results__option[aria-selected="true"] {
    background: #eee;
    color: #000;
}
.select2-container .select2-results__option[aria-selected="true"]:hover {
    background: #3591d1;
    color: #fff;
}
.select2-dropdown {
    border-color: #000;
    border-radius: 0;
    font-size: 0.875rem;
    min-width: 250px;
}
.no_opt_group {
    margin-left: 15px;
}
.checkbox-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}
.checkbox-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.checkbox-switch .checkbox-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 30px;
}
.checkbox-switch .checkbox-slider:before {
    position: absolute;
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 50%;
}
.checkbox-switch input:checked + .checkbox-slider {
    background-color: #0d3366;
}
.checkbox-switch input:focus + .checkbox-slider {
    box-shadow: 0 0 1px #0d3366;
}
.checkbox-switch input:checked + .checkbox-slider:before {
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.fancybox-container {
    background: rgba(0, 0, 0, 0.7);
    overflow-y: scroll;
}
.fancybox-popup {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
}
.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) {
    .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 Light", Arial, Helvetica, sans-serif;
}
.fancybox-container_pdf .fancybox-caption {
    margin-right: 150px;
}
.fancybox-slider-wrap {
    background: #fff;
    border-top: 1px solid #ccc;
}
.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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%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%0D%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%0D%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%0D%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%0D%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%0D%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%0D%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%0D%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%0D%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,
.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%0D%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%0D%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%0D%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%0D%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%0D%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%0D%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%0D%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%0D%0A%3C%2Fsvg%3E);
    background-color: #6d5ab6;
    border: 1px solid #6d5ab6;
}
.popup-title {
    font-size: 1.6875rem;
    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_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_j_start {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.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_20 {
    width: 20%;
}
@media screen and (max-width: 1199px) {
    .ac-flex__item_20 {
        width: 30%;
    }
}
@media screen and (max-width: 959px) {
    .ac-flex__item_20 {
        width: 100%;
    }
}
.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%;
    }
}
.ac-flex__item_80 {
    width: 80%;
}
@media screen and (max-width: 1199px) {
    .ac-flex__item_80 {
        width: 70%;
    }
}
@media screen and (max-width: 959px) {
    .ac-flex__item_80 {
        width: 100%;
    }
}
.breadcrumbs {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    padding: 20px 0;
    color: #fff;
    font-size: 0.875rem;
    vertical-align: top;
}
.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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0D%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20stroke-linejoin%3A%20round%3B%0D%0A%20%20%20%20%20%20%20%20stroke-width%3A%201px%3B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%0A%3C%2Fsvg%3E);
}
.breadcrumbs__active {
    font-family: "Roboto Bold", "Arial Black", Helvetica, sans-serif;
}
.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;
    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 Bold", "Arial Black", Helvetica, sans-serif;
    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;
}
.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;
}
@media screen and (max-width: 767px) {
    .footer-bar__top {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer-bar__info {
    padding-right: 60px;
    width: 25%;
}
@media screen and (max-width: 767px) {
    .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 
{
     
    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: 260px;
    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 {
    color: #3591d1;
}
.nav-bar-top__mobile-submenu {
    display: none;
    padding: 0 30px;
}
.floating-offer.fixed_bottom .floating-offer__title,
.floating-offer__title {
    font-family: "Roboto Bold", "Arial Black", Helvetica, sans-serif;
    font-style: normal;
}
@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,
.search-footer {
    display: block;
}
.search-footer::after {
    clear: both;
    content: "";
    display: table;
}
.search-footer__left {
    width: 280px;
    float: left;
}
@media screen and (max-width: 1199px) {
    .search-footer__left {
        width: 70%;
    }
}
@media screen and (max-width: 959px) {
    .search-footer__left {
        width: 70%;
        margin-right: 10%;
    }
}
@media screen and (max-width: 767px) {
    .search-footer__left {
        width: 100%;
        margin-right: 0;
    }
}
.search-footer__right {
    width: 280px;
    float: right;
    text-align: right;
}
@media screen and (max-width: 1199px) {
    .search-footer__right {
        width: 50%;
    }
}
@media screen and (max-width: 959px) {
    .search-footer__right {
        width: 20%;
    }
    .offer .offer-button .search-footer__right .btn,
    .offer-variant_video .offer .search-footer__right .btn_video,
    .search-footer__right .btn,
    .search-footer__right .offer .offer-button .btn,
    .search-footer__right .offer-variant_video .offer .btn_video {
        width: 100%;
    }
}
.search-footer__center {
    position: absolute;
    left: 300px;
    right: 300px;
}
@media screen and (max-width: 1199px) {
    .search-footer__center {
        position: relative;
        left: initial;
        right: initial;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .search-footer__right {
        width: 100%;
        padding-top: 70px;
    }
    .search-footer__center {
        position: absolute;
        padding-right: 30px;
    }
}
.search-results {
    position: absolute;
    top: 36px;
    width: 100%;
    z-index: 4;
    background: #fff;
    border: 1px solid #565656;
    border-top: 0;
    display: none;
}
.search-results.inview {
    display: block;
}
.search-results__wrapper {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}
.search-results__foot {
    border-top: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 1rem;
    overflow: hidden;
}
.search-results__list {
    margin-bottom: 0;
}
.search-results__item {
    list-style: none;
    display: block;
    position: relative;
    background: #fff;
    padding: 5px 15px;
    margin: 0;
}
.search-results__item:hover {
    background: #3591d1;
}
.search-results__title {
    padding-left: 50px;
    margin: 0 0 5px;
}
.search-results__title a {
    color: #989898;
    border-bottom: 1px solid transparent;
}
.search-results__item:hover .search-results__title a {
    color: #fff;
}
.search-results__title a:hover {
    border-bottom: 1px solid #fff;
}
.search-results__links {
    padding-left: 50px;
    border-bottom: 1px solid transparent;
    color: #3591d1;
    font-size: 0.875rem;
    margin: 0;
}
.search-results__item:hover .search-results__links,
.search-results__item:hover .search-results__links a {
    color: #fff;
}
.search-results__links a:hover {
    border-bottom: 1px solid #fff;
}
.search-results__author-pic {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}
.floating-offer {
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: -450px;
    bottom: 290px;
    background-color: #fff;
    z-index: 1;
    padding: 20px;
    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__cta,
.floating-offer__cta:active,
.floating-offer__cta:focus,
.floating-offer__cta:hover {
    background-color: #003;
    color: #fff;
}
.floating-offer__text {
    padding-right: 20px;
}
.floating-offer__title {
    font-size: 1.375rem;
    font-weight: 400;
}
.floating-offer__description a {
    color: #000;
}
.floating-offer__close {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.floating-offer__close .icon.icon-clear {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 0 14px;
    display: block;
    width: 19px;
    height: 19px;
    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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%0A%3C%2Fsvg%3E);
}
.floating-offer__close .icon-clear:before {
    content: none !important;
}
.floating-offer__close:active,
.floating-offer__close:focus,
.floating-offer__close:hover {
    opacity: 0.7;
}
.floating-offer__cta {
    margin: 0;
    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.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;
}
.floating-offer.floating-offer-left-html .floating-offer__description,
.floating-offer.floating-offer-right-html .floating-offer__description,
.full-screen-offer .floating-offer__title,
.full-screen-offer-v2 .floating-offer__description {
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.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 {
    margin-left: 10px;
    white-space: nowrap;
}
.floating-offer.fixed_bottom .floating-offer__close {
    right: 5px;
}
.floating-offer.fixed_bottom .floating-offer__close .icon.icon-clear {
    margin: 5px 0 0 14px;
}
.floating-offer.floating_right_img {
    display: block;
    top: 180px;
    bottom: auto;
    width: auto;
    height: auto;
    max-width: 400px;
    min-width: auto;
    padding: 0;
    margin-right: 30px;
    border: 1px solid #ccc;
    max-height: calc(100% - 250px);
}
@media screen and (max-width: 959px) {
    .floating-offer.floating_right_img {
        display: none;
    }
}
.floating-offer.floating_right_img img {
    display: block;
}
.floating-offer.floating_right_img .floating_right_img__link {
    display: block;
    height: 100%;
}
.floating-offer.floating_right_img .floating-offer__close {
    width: 24px;
    height: 24px;
    background-color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    top: 10px;
}
.floating-offer.floating_right_img .floating-offer__close .icon.icon-clear {
    width: 13px;
    height: 13px;
    margin: 5px 0 0 5px;
    background-size: contain;
}
.floating-offer.floating-offer-left-html,
.floating-offer.floating-offer-right-html {
    transition: left 0.2s ease;
    right: auto;
    left: -450px;
    bottom: 30px;
    background-color: transparent;
    border-width: 0;
    padding-left: 57px;
    padding-bottom: 67px;
}
@media screen and (max-width: 959px) {
    .floating-offer.floating-offer-left-html,
    .floating-offer.floating-offer-right-html {
        display: none;
    }
}
.floating-offer.floating-offer-left-html .floating-offer__container,
.floating-offer.floating-offer-right-html .floating-offer__container {
    background-color: #fff;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.15);
    width: 100%;
}
.floating-offer.floating-offer-left-html .floating-offer__container-html-only,
.floating-offer.floating-offer-right-html .floating-offer__container-html-only {
    width: 100%;
}
.floating-offer.floating-offer-left-html .floating-offer__preview .icon,
.floating-offer.floating-offer-right-html .floating-offer__preview .icon {
    margin: 30px 30px 0;
}
.floating-offer.floating-offer-left-html .floating-offer__preview img,
.floating-offer.floating-offer-right-html .floating-offer__preview img {
    display: block;
}
.floating-offer.floating-offer-left-html .floating-offer__content,
.floating-offer.floating-offer-right-html .floating-offer__content {
    padding: 30px;
    background-color: #F2FCFF;
}
.floating-offer.floating-offer-left-html .floating-offer__title a,
.floating-offer.floating-offer-right-html .floating-offer__title a {
    color: #003;
}
.floating-offer.floating-offer-left-html .floating-offer__description,
.floating-offer.floating-offer-right-html .floating-offer__description {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.floating-offer.floating-offer-left-html .floating-offer__button,
.floating-offer.floating-offer-right-html .floating-offer__button {
    text-align: center;
}
.floating-offer.floating-offer-left-html .floating-offer__button .btn.btn_lg,
.floating-offer.floating-offer-left-html
    .floating-offer__button
    .offer
    .offer-button
    .btn,
.floating-offer.floating-offer-left-html
    .floating-offer__button
    .offer-variant_video
    .offer
    .btn_video,
.floating-offer.floating-offer-left-html
    .floating-offer__button
    .offer__btn.btn,
.floating-offer.floating-offer-right-html .floating-offer__button .btn.btn_lg,
.floating-offer.floating-offer-right-html
    .floating-offer__button
    .offer
    .offer-button
    .btn,
.floating-offer.floating-offer-right-html
    .floating-offer__button
    .offer-variant_video
    .offer
    .btn_video,
.floating-offer.floating-offer-right-html
    .floating-offer__button
    .offer__btn.btn,
.offer
    .offer-button
    .floating-offer.floating-offer-left-html
    .floating-offer__button
    .btn,
.offer
    .offer-button
    .floating-offer.floating-offer-right-html
    .floating-offer__button
    .btn,
.offer-variant_video
    .offer
    .floating-offer.floating-offer-left-html
    .floating-offer__button
    .btn_video,
.offer-variant_video
    .offer
    .floating-offer.floating-offer-right-html
    .floating-offer__button
    .btn_video {
    line-height: 28px;
    height: 41px;
    border-radius: 0;
}
.floating-offer.floating-offer-left-html .floating-offer__close,
.floating-offer.floating-offer-right-html .floating-offer__close {
    position: absolute;
    top: auto;
    right: auto;
    cursor: pointer;
    bottom: 0;
    left: 10px;
    background: #003;
    width: 47px;
    height: 47px;
    transition: all 0.2s ease;
}
.floating-offer.floating-offer-left-html .floating-offer__close:before,
.floating-offer.floating-offer-right-html .floating-offer__close:before {
    content: "";
    position: absolute;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 12px;
    border-color: transparent transparent #003;
    transition: all 0.2s ease;
}
.floating-offer.floating-offer-left-html .floating-offer__close:active,
.floating-offer.floating-offer-left-html .floating-offer__close:focus,
.floating-offer.floating-offer-left-html .floating-offer__close:hover,
.floating-offer.floating-offer-right-html .floating-offer__close:active,
.floating-offer.floating-offer-right-html .floating-offer__close:focus,
.floating-offer.floating-offer-right-html .floating-offer__close:hover {
    background: #000;
}
.floating-offer.floating-offer-left-html .floating-offer__close:active:before,
.floating-offer.floating-offer-left-html .floating-offer__close:focus:before,
.floating-offer.floating-offer-left-html .floating-offer__close:hover:before,
.floating-offer.floating-offer-right-html .floating-offer__close:active:before,
.floating-offer.floating-offer-right-html .floating-offer__close:focus:before,
.floating-offer.floating-offer-right-html .floating-offer__close:hover:before {
    border-color: transparent transparent #000;
}
.floating-offer.floating-offer-left-html
    .floating-offer__close
    .icon.icon-clear,
.floating-offer.floating-offer-right-html
    .floating-offer__close
    .icon.icon-clear {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 0 14px;
    display: block;
    width: 19px;
    height: 19px;
    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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%0A%3C%2Fsvg%3E);
}
.floating-offer.floating-offer-left-html
    .floating-offer__close
    .icon.icon-clear:before,
.floating-offer.floating-offer-right-html
    .floating-offer__close
    .icon.icon-clear:before {
    content: none !important;
}
.offer:before,
.small-logo-popup:after {
    content: "";
}
.floating-offer.floating-offer-left-html
    .floating-offer__close
    .icon.icon-clear:active,
.floating-offer.floating-offer-left-html
    .floating-offer__close
    .icon.icon-clear:focus,
.floating-offer.floating-offer-left-html
    .floating-offer__close
    .icon.icon-clear:hover,
.floating-offer.floating-offer-right-html
    .floating-offer__close
    .icon.icon-clear:active,
.floating-offer.floating-offer-right-html
    .floating-offer__close
    .icon.icon-clear:focus,
.floating-offer.floating-offer-right-html
    .floating-offer__close
    .icon.icon-clear:hover {
    color: #fff;
}
.floating-offer.floating-offer-right-html {
    transition: right 0.2s ease;
    left: auto;
    right: -500px;
    bottom: 30px;
    border-width: 0;
    padding-left: 0;
    padding-right: 57px;
    padding-bottom: 67px;
}
.floating-offer.floating-offer-right-html .floating-offer__close {
    right: 10px;
    left: auto;
}
.floating-offer.floating-offer-right-html .floating-offer__close:before {
    right: auto;
    left: 0;
    top: -15px;
    border-width: 0 12px 15px 0;
    border-color: transparent transparent #003;
}
.floating-offer.floating-offer-bottom-v2 {
    width: 100%;
    max-width: 100%;
    border-width: 0;
    background-color: #38C7A3;
    z-index: 10;
}
@media screen and (max-width: 959px) {
    .floating-offer.floating-offer-bottom-v2 {
        display: none;
    }
}
.floating-offer.floating-offer-bottom-v2 .floating-offer__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    padding: 0 60px;
    margin: 0 auto;
}
.floating-offer.floating-offer-bottom-v2 .floating-offer__close {
    top: auto;
    right: auto;
    left: 20px;
}
.floating-offer.floating-offer-bottom-v2
    .floating-offer__close
    .icon.icon-clear {
    color: #fff;
    font-size: 16px;
}
.floating-offer.floating-offer-bottom-v2
    .floating-offer__close:active
    .icon.icon-clear,
.floating-offer.floating-offer-bottom-v2
    .floating-offer__close:focus
    .icon.icon-clear,
.floating-offer.floating-offer-bottom-v2
    .floating-offer__close:hover
    .icon.icon-clear {
    color: #fff;
    opacity: 0.8;
}
.floating-offer.floating-offer-bottom-v2 .floating-offer__title {
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 1.25rem;
}
.floating-offer.floating-offer-bottom-v2 .floating-offer__title a {
    color: #fff;
}
.floating-offer.floating-offer-bottom-v2 .floating-offer__button .btn,
.floating-offer.floating-offer-bottom-v2
    .floating-offer__button
    .offer-variant_video
    .offer
    .btn_video,
.offer-variant_video
    .offer
    .floating-offer.floating-offer-bottom-v2
    .floating-offer__button
    .btn_video {
    border-radius: 0;
}
.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-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: #003;
    min-width: 220px;
    font-size: 1.25rem;
    line-height: 40px;
    border-radius: 0;
    color: #fff;
}
.full-screen-offer .floating-offer__cta:active,
.full-screen-offer .floating-offer__cta:focus,
.full-screen-offer .floating-offer__cta:hover {
    color: #3CF;
}
.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;
}
.full-screen-offer-v2 {
    background-color: rgba(0, 0, 0, 0.8);
}
.full-screen-offer-v2 .floating-offer {
    padding: 0;
    width: 100%;
    max-width: 700px;
}
.full-screen-offer-v2 .floating-offer__preview {
    width: 100%;
    text-align: center;
}
.full-screen-offer-v2 .floating-offer__preview img {
    width: 100%;
}
.full-screen-offer-v2 .floating-offer__preview .icon.icon-accelerate {
    margin-top: 30px;
}
.full-screen-offer-v2 .floating-offer__text {
    padding: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.full-screen-offer-v2 .floating-offer__title {
    font-size: 1.625rem;
    max-width: 600px;
    margin: 0 auto 15px;
}
.full-screen-offer-v2 .floating-offer__description {
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 30px auto;
    max-width: 600px;
}
.full-screen-offer-v2 .floating-offer__button .btn,
.full-screen-offer-v2
    .floating-offer__button
    .offer
    .offer-button
    .btn.btn_white,
.full-screen-offer-v2
    .floating-offer__button
    .offer-variant_video
    .offer
    .btn_video,
.offer
    .offer-button
    .full-screen-offer-v2
    .floating-offer__button
    .btn.btn_white,
.offer-variant_video
    .offer
    .full-screen-offer-v2
    .floating-offer__button
    .btn_video {
    border-radius: 0;
}
.full-screen-offer-v2 .floating-offer__close {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: -47px;
    background: #38C7A3;
    width: 47px;
    height: 47px;
    transition: all 0.2s ease;
}
.full-screen-offer-v2 .floating-offer__close:active,
.full-screen-offer-v2 .floating-offer__close:focus,
.full-screen-offer-v2 .floating-offer__close:hover {
    background: #227762;
}
.full-screen-offer-v2 .floating-offer__close .icon.icon-clear {
    color: #fff;
    font-size: 18px;
    margin: 15px 0 0 14px;
    display: block;
    width: 19px;
    height: 19px;
    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%0D%0A%20%20%3Cdefs%3E%0D%0A%20%20%20%20%3Cstyle%3E%0D%0A%20%20%20%20%20%20.cls-1%20%7B%0D%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0D%0A%20%20%20%20%20%20%7D%0D%0A%20%20%20%20%3C%2Fstyle%3E%0D%0A%20%20%3C%2Fdefs%3E%0D%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%0D%0A%3C%2Fsvg%3E);
}
.offer__title,
.small-logo-popup__description,
.small-logo-popup__logo {
    margin-bottom: 15px;
}
.full-screen-offer-v2 .floating-offer__close .icon.icon-clear:active,
.full-screen-offer-v2 .floating-offer__close .icon.icon-clear:focus,
.full-screen-offer-v2 .floating-offer__close .icon.icon-clear:hover {
    color: #fff;
}
.small-logo-popup {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    position: relative;
}
.small-logo-popup:after {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 80px;
    margin-left: -40px;
    height: 1px;
    background-color: #fff;
}
.small-logo-popup__logo {
    position: relative;
    z-index: 10;
    margin-top: -45px;
}
.small-logo-popup__title {
    color: #003;
    text-transform: uppercase;
    font-size: 2.25rem;
    font-family: "Roboto Bold", "Arial Black", Helvetica, sans-serif;
    margin-bottom: 15px;
    line-height: 1;
}
.offer .offer-button .small-logo-popup__cta .btn,
.offer-variant_video .offer .small-logo-popup__cta .btn_video,
.small-logo-popup__cta .btn,
.small-logo-popup__cta .offer .offer-button .btn,
.small-logo-popup__cta .offer-variant_video .offer .btn_video {
    cursor: pointer;
}
.offer {
    display: inline-block;
    position: relative;
    padding: 0 180px 0 66px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.resource-highlight__title,
.video-preview__label {
    font-family: "Roboto Bold", "Arial Black", Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
    .offer {
        display: block;
        padding-right: 0;
    }
}
.offer:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.offer__title {
    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[disabled],
.offer .offer-button .btn[disabled]:hover,
.offer .offer-button .btn_white.btn[disabled],
.offer .offer-button .btn_white.btn[disabled]: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.btn.btn_white[disabled],
.offer .offer-button .offer__btn.disabled.btn.btn_white,
.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_video[disabled],
.offer-variant_video .offer .offer-button .btn_video[disabled]:hover,
.offer-variant_video .offer .offer-button .btn_white.btn_video[disabled],
.offer-variant_video .offer .offer-button .btn_white.btn_video[disabled]: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__btn.btn_video[disabled],
.offer-variant_video .offer .offer__btn.btn_video[disabled]:hover,
.offer-variant_video .offer .offer__btn.disabled.btn_video,
.offer-variant_video .offer .offer__btn.disabled.btn_video:hover,
.offer__btn.btn[disabled],
.offer__btn.btn[disabled]: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%;
}
.video-preview__cover {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.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_dark {
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #eee;
}
.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__cover.white:before {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%22146.563%22%20height%3D%22146.719%22%20viewBox%3D%220%200%20146.563%20146.719%22%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M73.28%20146.717c-40.409%200-73.284-32.911-73.284-73.365C-.004%2032.898%2032.871-.013%2073.28-.013c40.41%200%2073.285%2032.911%2073.285%2073.365%200%2040.454-32.875%2073.365-73.285%2073.365zm0-142.477c-38.067%200-69.036%2031.004-69.036%2069.112%200%2038.108%2030.969%2069.112%2069.036%2069.112s69.036-31.004%2069.036-69.112c0-38.108-30.969-69.112-69.036-69.112zm31.98%2072.237L82.372%2089.579%2059.41%20102.724c-2.232%201.278-5.01-.336-5.01-2.91V47.32c0-2.574%202.778-4.187%205.01-2.91l22.962%2013.145%2022.888%2013.102c2.248%201.287%202.248%204.533%200%205.82z%22%2F%3E%3C%2Fsvg%3E);
}
.video-preview__cover.small:before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}
.resource-highlight_v2 .resource-highlight__image img,
.video-preview img {
    width: 100%;
}
.video-preview__label {
    position: absolute;
    left: 0;
    top: 45px;
    padding: 15px 30px;
    background-color: #0d3366;
    color: #fff;
}
.video-preview__label_small {
    padding: 7.5px 15px;
    font-size: 1rem;
    top: 15px;
}
@media screen and (max-width: 479px) {
    .video-preview__label {
        padding: 7.5px 15px;
        font-size: 0.875rem;
        top: 15px;
    }
}
.resource-highlight {
    display: -ms-flexbox;
    display: flex;
    background-color: #f0f5f9;
    border-radius: 6px;
    max-width: 1000px;
    margin: 30px auto 0;
    position: relative;
    min-height: 200px;
    z-index: 0;
    padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .resource-highlight {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        margin: 0 auto;
    }
}
.resource-highlight_v2 {
    -ms-flex-align: center;
    align-items: center;
    background-color: #effbff;
}
.resource-highlight_v2:before {
    content: none;
}
.resource-highlight_v2 .resource-highlight__title {
    margin-bottom: 10px;
}
.resource-highlight_v2 .resource-highlight__description {
    margin-bottom: 15px;
}
.resource-highlight_v2 .resource-highlight__description a {
    color: #000;
}
.resource-highlight_v2 .resource-highlight__image {
    margin-top: 0;
    padding-top: 30px;
}
.resource-highlight:before {
    content: "";
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='396' height='396' viewBox='0 0 396 396'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233CF'%3E%3Cg transform='translate(-119 -3581) translate(119 3581)'%3E%3Ccircle cx='71.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='2.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='25.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='48.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='347.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='370.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='393.5' cy='186.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='2.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='25.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='48.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='347.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='370.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='393.5' cy='163.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='2.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='25.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='48.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='347.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='370.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='393.5' cy='140.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='48.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='347.5' cy='48.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='2.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='25.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='48.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='347.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='370.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='393.5' cy='117.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='25.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='25.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='48.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='347.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='370.5' cy='94.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='2.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='94.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='117.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='25.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='140.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='48.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='163.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='186.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='209.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='232.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='255.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='278.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='301.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='324.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='347.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='370.5' cy='71.5' r='2.5'/%3E%3Ccircle cx='71.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='94.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='2.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='117.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='25.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='140.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='48.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='163.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='186.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='209.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='232.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='255.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='278.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='301.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='324.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='347.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='370.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='393.5' cy='209.5' r='2.5' transform='matrix(1 0 0 -1 0 419)'/%3E%3Ccircle cx='71.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='94.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='2.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='117.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='25.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='140.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='48.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='163.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='186.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='209.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='232.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='255.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='278.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='301.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='324.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='347.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='370.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='393.5' cy='232.5' r='2.5' transform='matrix(1 0 0 -1 0 465)'/%3E%3Ccircle cx='71.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='94.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='2.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='117.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='25.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='140.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='48.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='163.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='186.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='209.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='232.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='255.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='278.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='301.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='324.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='347.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='370.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='393.5' cy='255.5' r='2.5' transform='matrix(1 0 0 -1 0 511)'/%3E%3Ccircle cx='71.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='94.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='117.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='140.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='48.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='163.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='186.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='209.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='232.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='255.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='278.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='301.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='324.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='347.5' cy='347.5' r='2.5' transform='matrix(1 0 0 -1 0 695)'/%3E%3Ccircle cx='71.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='94.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='2.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='117.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='25.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='140.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='48.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='163.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='186.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='209.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='232.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='255.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='278.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='301.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='324.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='347.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='370.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='393.5' cy='278.5' r='2.5' transform='matrix(1 0 0 -1 0 557)'/%3E%3Ccircle cx='71.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='94.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='117.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='140.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='163.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='186.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='209.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='232.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='255.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='278.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='301.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='324.5' cy='370.5' r='2.5' transform='matrix(1 0 0 -1 0 741)'/%3E%3Ccircle cx='71.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='94.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='117.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='25.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='140.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='48.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='163.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='186.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='209.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='232.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='255.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='278.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='301.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='324.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='347.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='370.5' cy='301.5' r='2.5' transform='matrix(1 0 0 -1 0 603)'/%3E%3Ccircle cx='117.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='140.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='163.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='186.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='209.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='232.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='255.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='278.5' cy='393.5' r='2.5' transform='matrix(1 0 0 -1 0 787)'/%3E%3Ccircle cx='71.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='94.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='117.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='25.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='140.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='48.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='163.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='186.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='209.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='232.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='255.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='278.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='301.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='324.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='347.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3Ccircle cx='370.5' cy='324.5' r='2.5' transform='matrix(1 0 0 -1 0 649)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 180px;
    background-position: right top;
    opacity: 0.5;
    z-index: 0;
    max-height: 100%;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .resource-highlight:before {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: -45px;
        left: -45px;
        bottom: auto;
        width: 270px;
        height: 270px;
        background-position: right bottom;
    }
}
.resource-highlight a {
    border-width: 0;
}
.resource-highlight__image {
    z-index: 10;
    margin-top: -30px;
    width: 40%;
    padding-right: 30px;
    padding-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: start;
    align-items: flex-start;
}
.resource-highlight__image a {
    display: block;
    width: auto;
}
.resource-highlight__image img {
    max-width: 300px;
    max-height: 250px;
    display: block;
}
@media screen and (max-width: 959px) {
    .resource-highlight__image {
        padding-right: 30px;
    }
}
@media screen and (max-width: 767px) {
    .resource-highlight__image {
        margin: 0;
        padding: 0 0 30px;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}
.resource-highlight__content {
    z-index: 10;
    width: 60%;
    padding: 30px 30px 0;
}
@media screen and (max-width: 767px) {
    .resource-highlight__content {
        padding: 0;
        width: 100%;
        max-width: 500px;
    }
}
.resource-highlight__title {
    font-size: 1.375rem;
    margin-bottom: 30px;
    max-width: 400px;
}
.resource-highlight__title a {
    color: #003;
}
.resource-highlight__title a:active,
.resource-highlight__title a:focus,
.resource-highlight__title a:hover {
    color: #04418b;
}
.resource-highlight_half {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
}
.resource-highlight_half:before {
    top: 0;
    left: 0;
    bottom: auto;
    width: 320px;
    height: 320px;
    background-position: right bottom;
}
@media screen and (max-width: 767px) {
    .resource-highlight__title {
        max-width: 100%;
    }
    .resource-highlight_half:before {
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        top: -45px;
        left: -45px;
        bottom: auto;
        width: 270px;
        height: 270px;
        background-position: right bottom;
    }
}
.resource-highlight_half .resource-highlight__image {
    margin: 0;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.resource-highlight_half .resource-highlight__title {
    max-width: 100%;
}
.resource-highlight_half .resource-highlight__content {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    max-width: 500px;
}
.resource-highlight_no-image {
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.resource-highlight_no-image .resource-highlight__title {
    max-width: 100%;
}
.resource-highlight_no-image .resource-highlight__content {
    width: 100%;
    max-width: 500px;
}
.resource-highlight .video-preview__cover_transparent:before {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
}
.quote {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px;
}
@media screen and (max-width: 767px) {
    .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;
}
.quote__photo {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
    border: 3px solid #e6e6e6;
}
.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='20' height='18' viewBox='0 0 20 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.25'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='18'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 0H20V18H0V0Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.6199 18C14.313 18 13.2987 17.4857 12.5799 16.4534C11.8617 15.4248 11.502 13.9262 11.502 11.9554C11.502 9.26914 12.09 6.93878 13.269 4.968C14.4444 3.00012 16.1648 1.34243 18.4316 0L20 2.61657C18.3411 3.73817 17.1014 4.93676 16.2751 6.2109C15.4453 7.48723 15.0325 9.06501 15.0325 10.9472C15.1633 10.9021 15.3584 10.8774 15.6199 10.8774C16.49 10.8774 17.2858 11.1716 18.0047 11.7513C18.7242 12.3346 19.0833 13.1875 19.0833 14.3061C19.0833 15.4699 18.7574 16.3779 18.1029 17.0266C17.4505 17.6753 16.6207 18 15.6199 18ZM4.1186 18C2.8117 18 1.79743 17.4857 1.0786 16.4534C0.359768 15.4248 0 13.9262 0 11.9554C0 9.26914 0.588069 6.93878 1.7635 4.968C2.94247 3.00012 4.66285 1.34243 6.92677 0L8.49519 2.61657C6.83913 3.73817 5.59938 4.93676 4.76958 6.2109C3.94331 7.48723 3.53053 9.06501 3.53053 10.9472C3.66129 10.9021 3.85638 10.8774 4.1186 10.8774C4.98869 10.8774 5.78456 11.1716 6.5041 11.7513C7.22222 12.3346 7.58199 13.1875 7.58199 14.3061C7.58199 15.4699 7.25615 16.3779 6.60093 17.0266C5.94572 17.6753 5.12016 18 4.1186 18Z' fill='%2333CCFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.container,
.wrap-main {
    position: relative;
    margin: 0 auto;
}
.quote__text,
.quote__text a {
    border-width: 0;
    color: #2699cc;
    font-size: 1.25rem;
}
.quote__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
}
.container::after,
.wrap-main::after {
    clear: both;
    content: "";
    display: table;
}
@media screen and (max-width: 767px) {
    .quote__author {
        padding-left: 0;
    }
    .buttons .btn_clean {
        display: block;
    }
}
.quote__author-about {
    color: #444;
    font-size: 0.9375rem;
}
.quote__author-about strong {
    font-weight: 700;
}
.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 30px;
}
@media screen and (max-width: 1199px) {
    .container {
        padding: 0 30px;
    }
}
@media screen and (max-width: 959px) {
    .quote__image {
        height: 72px;
    }
    .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;
    }
}
.new-template .hero-block-v3__preview {
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .new-template .hero-block-v3__preview {
        -ms-flex-order: unset;
        order: unset;
    }
}
.new-template .hero-block-v3__content {
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
}
@media screen and (max-width: 960px) {
    .new-template .hero-block-v3__content {
        -ms-flex-order: unset;
        order: unset;
    }
}
.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;
}
.section_bg_light_gray {
    background-color: #F0FBFF;
}
.section_bg_light_blue {
    background-color: #dceffa;
}
.section_bg_light_gray_new {
    background-color: #f0f2f5;
}
.section_bg_oxford_blue {
    background-color: #0c1b3b;
}
.section_bg_sec_dark-blue {
    background-color: #004a80;
}
