.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/local/templates/empty/assets/css/ajax-loader.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(/local/templates/empty/assets/css/fonts/slick.eot);
    src: url(/local/templates/empty/assets/css/fonts/slick.eot?#iefix) format("embedded-opentype"), url(/local/templates/empty/assets/css/fonts/slick.woff) format("woff"), url(/local/templates/empty/assets/css/fonts/slick.ttf) format("truetype"), url(/local/templates/empty/assets/css/fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    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;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    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%;
    -webkit-box-sizing: border-box;
    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
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.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;
    height: 26px;
    margin-right: 20px;
    padding-right: 0
}

.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;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background-color: #f1f1f1;
    color: #333;
    outline: 0
}

.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__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.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--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: #ddd
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x
}

.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;
    height: 26px;
    margin-right: 20px
}

.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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x
}

.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
}

.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: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 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: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(50%, #eee));
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x
}

.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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.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;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: 0
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.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;
    -webkit-box-shadow: none;
    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>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    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
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.publication-card__picture {
    position: relative;
    overflow: hidden
}

.publication-card__picture:after {
    content: "";
    display: block;
    pointer-events: none
}

.article-card__img,
.heading--cover .heading__bg-img,
.hero__bg,
.hero__bg-img,
.publication-card__img {
    position: absolute;
    min-width: 100%;
    max-width: 130%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {

    .article-card__img,
    .heading--cover .heading__bg-img,
    .hero__bg,
    .hero__bg-img,
    .publication-card__img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        min-width: 0;
        max-width: none;
        min-height: 0;
        -webkit-transform: none;
        transform: none
    }
}

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
sidebar,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none
}

b,
strong {
    font-weight: inherit;
    font-weight: 700
}

dfn {
    font-style: italic
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 60%;
    line-height: 0
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit
}

optgroup {
    font-weight: 700
}

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 {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    opacity: .54;
    color: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

*,
:after,
:before,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

html {
    font-size: 16px;
    -webkit-tap-headline-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html {
    overflow-x: hidden
}

body {
    color: #0e0e0e;
    background: #fff;
    font-weight: 400;
    font-family: Open Sans, Arial, sans-serif;
    min-height: 100vh;
    position: relative
}

@media screen and (min-width:0) {
    body {
        font-size: 1.125rem;
        line-height: 1.38944
    }
}

@media screen and (min-width:1024px) {
    body {
        font-size: 1.25rem;
        line-height: 1.6005
    }
}

body.scroll-is-locked {
    overflow: hidden;
    width: 100%;
    height: 100vh
}

body.scroll-is-locked:before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: hsla(0, 0%, 5%, .6);
    z-index: 101;
    width: 100vw;
    height: 100vh
}

body.mobile-menu-is-visible:before {
    z-index: 98
}

@media (min-width:768px) {
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

img,
svg {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

svg:not(:root) {
    overflow: visible
}

[role=button] {
    cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button {
    cursor: pointer
}

button:active,
button:focus,
button:hover {
    outline: 0
}

button,
input,
select,
textarea {
    line-height: inherit
}

input[type=checkbox]:disabled,
input[type=radio]:disabled {
    cursor: default
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    display: block;
    width: 100%
}

input[type=search] {
    -webkit-appearance: none
}

[hidden] {
    display: none !important
}

.hidden,
.is-hidden {
    display: none
}

hr {
    height: 0;
    margin: 0;
    border: 1px solid #f5f7f8;
    border-width: 1px 0 0
}

@font-face {
    font-family: icons;
    src: url(../../../../../../local/templates/empty/assets/fonts/icons.eot) format("embedded-opentype"), url(../../../../../../local/templates/empty/assets/fonts/icons.svg) format("svg"), url(../../../../../../local/templates/empty/assets/fonts/icons.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.mfp-arrow:before,
.mfp-close:before,
.select2-selection__arrow:before,
.slick-next:before,
.slick-prev:before,
[class*=" icon-"],
[class^=icon-] {
    font-family: icons !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-check:before {
    content: "\e903"
}

.icon-chevron-down:before,
.select2-selection__arrow:before {
    content: "\e904"
}

.icon-close:before,
.mfp-close:before {
    content: "\e905"
}

.icon-next:before,
.mfp-arrow-right:before,
.slick-next:before {
    content: "\e900"
}

.icon-phone:before {
    content: "\e901"
}

.icon-prev:before,
.mfp-arrow-left:before,
.slick-prev:before {
    content: "\e902"
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-family: Ubuntu, Open Sans, Arial, sans-serif
}

@media screen and (min-width:0) {

    .h1,
    h1 {
        font-size: 2rem;
        line-height: 1.09406;
        margin-bottom: 0
    }
}

@media screen and (min-width:1280px) {

    .h1,
    h1 {
        font-size: 2.625rem;
        line-height: 1.09548;
        margin-bottom: 0
    }
}

@media screen and (min-width:0) {

    .h2,
    h2 {
        font-size: 2rem;
        line-height: 1.09406;
        margin-bottom: 0
    }
}

@media screen and (min-width:1280px) {

    .h2,
    h2 {
        font-size: 2.625rem;
        line-height: 1.09548;
        margin-bottom: 0
    }
}

@media screen and (min-width:0) {

    .h3,
    h3 {
        font-size: 2.25rem;
        line-height: 1.11139;
        margin-bottom: 2.5625rem
    }
}

@media screen and (min-width:0) {

    .h4,
    h4 {
        font-size: 1.75rem;
        line-height: 1.1075;
        margin-bottom: 2.375rem
    }
}

@media screen and (min-width:0) {

    .h5,
    h5 {
        font-size: 1.5rem;
        line-height: 1.41708
    }
}

@media screen and (min-width:0) {

    .h5,
    .h6,
    h5,
    h6 {
        margin-bottom: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1.375rem;
        line-height: 1.40955
    }
}

@media screen and (min-width:0) {
    .text-2xl {
        font-size: 1.25rem;
        line-height: 1.6005
    }
}

@media screen and (min-width:1280px) {
    .text-2xl {
        font-size: 1.875rem;
        line-height: 1.20033
    }
}

@media screen and (min-width:0) {
    .text-xl {
        font-size: 1.75rem;
        line-height: 1.1075
    }
}

@media screen and (min-width:0) {
    .text-lg {
        font-size: 1.25rem;
        line-height: 1.6005
    }
}

@media screen and (min-width:1280px) {
    .text-lg {
        font-size: 1.5rem;
        line-height: 1.41708
    }
}

@media screen and (min-width:0) {
    .text-md {
        font-size: 1.125rem;
        line-height: 1.38944
    }
}

@media screen and (min-width:0) {
    .text-sm {
        font-size: 1rem;
        line-height: 1.37563
    }
}

@media screen and (min-width:0) {
    .text-xs {
        font-size: .875rem;
        line-height: 1.42929
    }
}

@media screen and (min-width:0) {
    .text-2xs {
        font-size: .75rem;
        line-height: 1.1675
    }
}

dl,
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin-bottom: 2.9em
}

p:last-child {
    margin-bottom: 0
}

dd {
    margin: 0
}

address {
    font-style: normal;
    line-height: inherit
}

ol li>ol,
ol li>ul,
ul li>ol,
ul li>ul {
    margin-bottom: 0
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-nowrap {
    white-space: nowrap
}

.text-base {
    color: #0e0e0e !important;
    fill: #0e0e0e
}

.text-primary {
    color: #fff !important;
    fill: #fff
}

.text-error {
    color: red !important;
    fill: red
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%
}

@media (min-width:1440px) {
    .container {
        max-width: 1480px
    }
}

.container:empty {
    display: none
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.625rem;
    margin-right: -.625rem
}

.row--compact {
    margin-left: 0;
    margin-right: 0
}

.row--compact>.col,
.row--compact>[class*=" col-"],
.row--compact>[class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.row--md {
    margin-left: -1.0625rem;
    margin-right: -1.0625rem
}

.row--md>.col,
.row--md>[class*=" col-"],
.row--md>[class^=col-] {
    padding-left: 1.0625rem;
    padding-right: 1.0625rem
}

.row--lg {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.row--lg>.col,
.row--lg>[class*=" col-"],
.row--lg>[class^=col-] {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.col,
.col-2xl-1,
.col-2xl-10,
.col-2xl-11,
.col-2xl-12,
.col-2xl-2,
.col-2xl-3,
.col-2xl-4,
.col-2xl-5,
.col-2xl-6,
.col-2xl-7,
.col-2xl-8,
.col-2xl-9,
.col-3xl-1,
.col-3xl-10,
.col-3xl-11,
.col-3xl-12,
.col-3xl-2,
.col-3xl-3,
.col-3xl-4,
.col-3xl-5,
.col-3xl-6,
.col-3xl-7,
.col-3xl-8,
.col-3xl-9,
.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-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.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-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.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-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    width: 8.33333%
}

.col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    width: 16.66667%
}

.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%
}

.col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%
}

.col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    width: 41.66667%
}

.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%
}

.col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    width: 58.33333%
}

.col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    width: 66.66667%
}

.col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    width: 75%
}

.col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    width: 83.33333%
}

.col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    width: 91.66667%
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%
}

@media (min-width:768px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

@media (min-width:1024px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

@media (min-width:1280px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

@media (min-width:1440px) {
    .col-2xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-2xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    }

    .col-2xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .col-2xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-2xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-2xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .col-2xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-2xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-2xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .col-2xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-2xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-2xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

@media (min-width:1864px) {
    .col-3xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        width: 8.33333%
    }

    .col-3xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        width: 16.66667%
    }

    .col-3xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .col-3xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        width: 33.33333%
    }

    .col-3xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        width: 41.66667%
    }

    .col-3xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .col-3xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        width: 58.33333%
    }

    .col-3xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        width: 66.66667%
    }

    .col-3xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .col-3xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        width: 83.33333%
    }

    .col-3xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        width: 91.66667%
    }

    .col-3xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.col-xs-auto {
    max-width: none;
    width: auto;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial
}

@media (min-width:768px) {
    .col-md-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

@media (min-width:1024px) {
    .col-lg-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

@media (min-width:1280px) {
    .col-xl-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

@media (min-width:1440px) {
    .col-2xl-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

@media (min-width:1864px) {
    .col-3xl-auto {
        max-width: none;
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

.col-xs-stretch {
    max-width: none;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

@media (min-width:768px) {
    .col-md-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

@media (min-width:1024px) {
    .col-lg-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

@media (min-width:1280px) {
    .col-xl-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

@media (min-width:1440px) {
    .col-2xl-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

@media (min-width:1864px) {
    .col-3xl-stretch {
        max-width: none;
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.col-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.col-xs-center {
    -ms-flex-item-align: center;
    align-self: center
}

.col-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.col-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.col-xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.col-xs-initial {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.align-xs-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-xs-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-xs-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.align-self-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-self-xs-center {
    -ms-flex-item-align: center;
    align-self: center
}

.align-self-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-self-xs-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.justify-xs-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-xs-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-xs-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-xs-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-xs-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-xs-last {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100
}

.order-xs-initial {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.ml-xs-auto {
    margin-left: auto
}

.mr-xs-auto {
    margin-right: auto
}

.nowrap-xs {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width:768px) {
    .col-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-md-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .col-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .col-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .col-md-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .align-md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-md-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-self-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-md-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .justify-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }

    .order-md-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .ml-md-auto {
        margin-left: auto
    }

    .mr-md-auto {
        margin-right: auto
    }

    .nowrap-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1024px) {
    .col-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-lg-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .col-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .col-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .col-lg-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .align-lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-lg-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-self-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-lg-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .justify-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }

    .order-lg-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .ml-lg-auto {
        margin-left: auto
    }

    .mr-lg-auto {
        margin-right: auto
    }

    .nowrap-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1280px) {
    .col-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .col-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .col-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .col-xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .align-xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-xl-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-self-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .justify-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }

    .order-xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .ml-xl-auto {
        margin-left: auto
    }

    .mr-xl-auto {
        margin-right: auto
    }

    .nowrap-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1440px) {
    .col-2xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-2xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .col-2xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .col-2xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-2xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .col-2xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .align-2xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-2xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-2xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-2xl-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-self-2xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-2xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-2xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-2xl-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .justify-2xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-2xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-2xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-2xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-2xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .order-2xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-2xl-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }

    .order-2xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .ml-2xl-auto {
        margin-left: auto
    }

    .mr-2xl-auto {
        margin-right: auto
    }

    .nowrap-2xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:1864px) {
    .col-3xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-3xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .col-3xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .col-3xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-3xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .col-3xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .align-3xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .align-3xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .align-3xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .align-3xl-baseline {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .align-self-3xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .align-self-3xl-center {
        -ms-flex-item-align: center;
        align-self: center
    }

    .align-self-3xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .align-self-3xl-baseline {
        -ms-flex-item-align: baseline;
        align-self: baseline
    }

    .justify-3xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-3xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-3xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-3xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-3xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .order-3xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-3xl-last {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100
    }

    .order-3xl-initial {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .ml-3xl-auto {
        margin-left: auto
    }

    .mr-3xl-auto {
        margin-right: auto
    }

    .nowrap-3xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

a {
    color: #03bec5;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

a:focus,
a:hover {
    color: #54a33d;
    text-decoration: inherit
}

.link-default {
    color: #2e5768
}

.link-default:focus,
.link-default:hover {
    color: #1e3945
}

.link-inherit {
    color: inherit
}

.link-inherit:focus,
.link-inherit:hover {
    color: #03bec5
}

.link-hidden,
.link-hidden:focus,
.link-hidden:hover {
    color: inherit;
    text-decoration: none
}

.link-underline {
    border-bottom: 1px solid
}

.link-pseudo {
    border-bottom: 1px dashed
}

.link-primary {
    color: #303030;
    border-bottom: 2px solid #03bec5
}

.link-primary:focus,
.link-primary:hover {
    color: #03bec5
}

.bg-light {
    background-color: #f5f7f8
}

[class*=" flag-icon-"],
[class^=flag-icon-] {
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    line-height: .77em;
    height: .77em;
    width: 1.078em;
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/missing.svg)
}

[class*=" flag-icon-"]:before,
[class^=flag-icon-]:before {
    content: "\00a0"
}

.flag-icon-ad {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ad.svg)
}

.flag-icon-ae {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ae.svg)
}

.flag-icon-af {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/af.svg)
}

.flag-icon-ag {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ag.svg)
}

.flag-icon-ai {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ai.svg)
}

.flag-icon-al {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/al.svg)
}

.flag-icon-am {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/am.svg)
}

.flag-icon-ao {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ao.svg)
}

.flag-icon-ar {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ar.svg)
}

.flag-icon-as {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/as.svg)
}

.flag-icon-at {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/at.svg)
}

.flag-icon-au {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/au.svg)
}

.flag-icon-aw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/aw.svg)
}

.flag-icon-ax {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ax.svg)
}

.flag-icon-az {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/az.svg)
}

.flag-icon-ba {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ba.svg)
}

.flag-icon-bb {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bb.svg)
}

.flag-icon-bd {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bd.svg)
}

.flag-icon-be {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/be.svg)
}

.flag-icon-bf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bf.svg)
}

.flag-icon-bg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bg.svg)
}

.flag-icon-bh {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bh.svg)
}

.flag-icon-bi {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bi.svg)
}

.flag-icon-bj {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bj.svg)
}

.flag-icon-bl {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bl.svg)
}

.flag-icon-bm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bm.svg)
}

.flag-icon-bn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bn.svg)
}

.flag-icon-bo {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bo.svg)
}

.flag-icon-br {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/br.svg)
}

.flag-icon-bs {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bs.svg)
}

.flag-icon-bt {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bt.svg)
}

.flag-icon-bv {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bv.svg)
}

.flag-icon-bw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bw.svg)
}

.flag-icon-by {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/by.svg)
}

.flag-icon-bz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/bz.svg)
}

.flag-icon-ca {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ca.svg)
}

.flag-icon-cc {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cc.svg)
}

.flag-icon-cd {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cd.svg)
}

.flag-icon-cf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cf.svg)
}

.flag-icon-cg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cg.svg)
}

.flag-icon-ch {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ch.svg)
}

.flag-icon-ci {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ci.svg)
}

.flag-icon-cis {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cis.svg)
}

.flag-icon-ck {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ck.svg)
}

.flag-icon-cl {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cl.svg)
}

.flag-icon-cm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cm.svg)
}

.flag-icon-cn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cn.svg)
}

.flag-icon-co {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/co.svg)
}

.flag-icon-cr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cr.svg)
}

.flag-icon-cu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cu.svg)
}

.flag-icon-cv {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cv.svg)
}

.flag-icon-cw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cw.svg)
}

.flag-icon-cx {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cx.svg)
}

.flag-icon-cy {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cy.svg)
}

.flag-icon-cz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/cz.svg)
}

.flag-icon-de {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/de.svg)
}

.flag-icon-dj {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/dj.svg)
}

.flag-icon-dk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/dk.svg)
}

.flag-icon-dm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/dm.svg)
}

.flag-icon-do {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/do.svg)
}

.flag-icon-dz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/dz.svg)
}

.flag-icon-ec {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ec.svg)
}

.flag-icon-ee {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ee.svg)
}

.flag-icon-eg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/eg.svg)
}

.flag-icon-er {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/er.svg)
}

.flag-icon-es {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/es.svg)
}

.flag-icon-et {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/et.svg)
}

.flag-icon-eu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/eu.svg)
}

.flag-icon-fi {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/fi.svg)
}

.flag-icon-fj {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/fj.svg)
}

.flag-icon-fk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/fk.svg)
}

.flag-icon-fm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/fm.svg)
}

.flag-icon-fo {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/fo.svg)
}

.flag-icon-fr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/fr.svg)
}

.flag-icon-ga {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ga.svg)
}

.flag-icon-gb-eng {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gb-eng.svg)
}

.flag-icon-gb-nir {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gb-nir.svg)
}

.flag-icon-gb-sct {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gb-sct.svg)
}

.flag-icon-gb-wls {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gb-wls.svg)
}

.flag-icon-gb-zet {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gb-zet.svg)
}

.flag-icon-gb {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gb.svg)
}

.flag-icon-gd {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gd.svg)
}

.flag-icon-ge {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ge.svg)
}

.flag-icon-gf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gf.svg)
}

.flag-icon-gg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gg.svg)
}

.flag-icon-gh {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gh.svg)
}

.flag-icon-gi {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gi.svg)
}

.flag-icon-gl {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gl.svg)
}

.flag-icon-gm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gm.svg)
}

.flag-icon-gn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gn.svg)
}

.flag-icon-gp {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gp.svg)
}

.flag-icon-gq {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gq.svg)
}

.flag-icon-gr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gr.svg)
}

.flag-icon-gs {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gs.svg)
}

.flag-icon-gt {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gt.svg)
}

.flag-icon-gu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gu.svg)
}

.flag-icon-gw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gw.svg)
}

.flag-icon-gy {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/gy.svg)
}

.flag-icon-hk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/hk.svg)
}

.flag-icon-hm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/hm.svg)
}

.flag-icon-hn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/hn.svg)
}

.flag-icon-hr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/hr.svg)
}

.flag-icon-ht {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ht.svg)
}

.flag-icon-hu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/hu.svg)
}

.flag-icon-id {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/id.svg)
}

.flag-icon-ie {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ie.svg)
}

.flag-icon-il {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/il.svg)
}

.flag-icon-im {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/im.svg)
}

.flag-icon-in {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/in.svg)
}

.flag-icon-io {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/io.svg)
}

.flag-icon-iq {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/iq.svg)
}

.flag-icon-ir {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ir.svg)
}

.flag-icon-is {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/is.svg)
}

.flag-icon-it {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/it.svg)
}

.flag-icon-je {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/je.svg)
}

.flag-icon-jm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/jm.svg)
}

.flag-icon-jo {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/jo.svg)
}

.flag-icon-jp {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/jp.svg)
}

.flag-icon-ke {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ke.svg)
}

.flag-icon-kg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/kg.svg)
}

.flag-icon-kh {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/kh.svg)
}

.flag-icon-ki {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ki.svg)
}

.flag-icon-km {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/km.svg)
}

.flag-icon-kn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/kn.svg)
}

.flag-icon-kp {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/kp.svg)
}

.flag-icon-kr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/kr.svg)
}

.flag-icon-kw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/kw.svg)
}

.flag-icon-ky {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ky.svg)
}

.flag-icon-kz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/kz.svg)
}

.flag-icon-la {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/la.svg)
}

.flag-icon-lb {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/lb.svg)
}

.flag-icon-lc {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/lc.svg)
}

.flag-icon-li {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/li.svg)
}

.flag-icon-lk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/lk.svg)
}

.flag-icon-lr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/lr.svg)
}

.flag-icon-ls {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ls.svg)
}

.flag-icon-lt {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/lt.svg)
}

.flag-icon-lu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/lu.svg)
}

.flag-icon-lv {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/lv.svg)
}

.flag-icon-ly {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ly.svg)
}

.flag-icon-ma {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ma.svg)
}

.flag-icon-mc {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mc.svg)
}

.flag-icon-md {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/md.svg)
}

.flag-icon-me {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/me.svg)
}

.flag-icon-mf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mf.svg)
}

.flag-icon-mg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mg.svg)
}

.flag-icon-mh {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mh.svg)
}

.flag-icon-mk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mk.svg)
}

.flag-icon-ml {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ml.svg)
}

.flag-icon-mm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mm.svg)
}

.flag-icon-mn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mn.svg)
}

.flag-icon-mo {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mo.svg)
}

.flag-icon-mp {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mp.svg)
}

.flag-icon-mq {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mq.svg)
}

.flag-icon-mr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mr.svg)
}

.flag-icon-ms {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ms.svg)
}

.flag-icon-mt {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mt.svg)
}

.flag-icon-mu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mu.svg)
}

.flag-icon-mv {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mv.svg)
}

.flag-icon-mw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mw.svg)
}

.flag-icon-mx {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mx.svg)
}

.flag-icon-my {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/my.svg)
}

.flag-icon-mz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/mz.svg)
}

.flag-icon-na {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/na.svg)
}

.flag-icon-nc {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/nc.svg)
}

.flag-icon-ne {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ne.svg)
}

.flag-icon-nf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/nf.svg)
}

.flag-icon-ng {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ng.svg)
}

.flag-icon-ni {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ni.svg)
}

.flag-icon-nl {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/nl.svg)
}

.flag-icon-no {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/no.svg)
}

.flag-icon-np {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/np.svg)
}

.flag-icon-nr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/nr.svg)
}

.flag-icon-nu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/nu.svg)
}

.flag-icon-nz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/nz.svg)
}

.flag-icon-om {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/om.svg)
}

.flag-icon-pa {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pa.svg)
}

.flag-icon-pe {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pe.svg)
}

.flag-icon-pf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pf.svg)
}

.flag-icon-pg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pg.svg)
}

.flag-icon-ph {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ph.svg)
}

.flag-icon-pk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pk.svg)
}

.flag-icon-pl {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pl.svg)
}

.flag-icon-pm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pm.svg)
}

.flag-icon-pn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pn.svg)
}

.flag-icon-pr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pr.svg)
}

.flag-icon-ps {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ps.svg)
}

.flag-icon-pt {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pt.svg)
}

.flag-icon-pw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/pw.svg)
}

.flag-icon-py {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/py.svg)
}

.flag-icon-qa {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/qa.svg)
}

.flag-icon-re {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/re.svg)
}

.flag-icon-ro {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ro.svg)
}

.flag-icon-rs {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/rs.svg)
}

.flag-icon-ru {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ru.svg)
}

.flag-icon-rw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/rw.svg)
}

.flag-icon-sa {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sa.svg)
}

.flag-icon-sb {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sb.svg)
}

.flag-icon-sc {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sc.svg)
}

.flag-icon-sd {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sd.svg)
}

.flag-icon-se {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/se.svg)
}

.flag-icon-sg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sg.svg)
}

.flag-icon-sh {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sh.svg)
}

.flag-icon-si {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/si.svg)
}

.flag-icon-sj {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sj.svg)
}

.flag-icon-sk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sk.svg)
}

.flag-icon-sl {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sl.svg)
}

.flag-icon-sm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sm.svg)
}

.flag-icon-sn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sn.svg)
}

.flag-icon-so {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/so.svg)
}

.flag-icon-sr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sr.svg)
}

.flag-icon-ss {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ss.svg)
}

.flag-icon-st {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/st.svg)
}

.flag-icon-sv {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sv.svg)
}

.flag-icon-sx {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sx.svg)
}

.flag-icon-sy {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sy.svg)
}

.flag-icon-sz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/sz.svg)
}

.flag-icon-tc {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tc.svg)
}

.flag-icon-td {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/td.svg)
}

.flag-icon-tf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tf.svg)
}

.flag-icon-tg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tg.svg)
}

.flag-icon-th {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/th.svg)
}

.flag-icon-tj {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tj.svg)
}

.flag-icon-tk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tk.svg)
}

.flag-icon-tl {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tl.svg)
}

.flag-icon-tm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tm.svg)
}

.flag-icon-tn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tn.svg)
}

.flag-icon-to {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/to.svg)
}

.flag-icon-tr {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tr.svg)
}

.flag-icon-tt {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tt.svg)
}

.flag-icon-tv {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tv.svg)
}

.flag-icon-tw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tw.svg)
}

.flag-icon-tz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/tz.svg)
}

.flag-icon-ua {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ua.svg)
}

.flag-icon-ug {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ug.svg)
}

.flag-icon-um {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/um.svg)
}

.flag-icon-us-ca {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/us-ca.svg)
}

.flag-icon-us {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/us.svg)
}

.flag-icon-uy {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/uy.svg)
}

.flag-icon-uz {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/uz.svg)
}

.flag-icon-va {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/va.svg)
}

.flag-icon-vc {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/vc.svg)
}

.flag-icon-ve {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ve.svg)
}

.flag-icon-vg {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/vg.svg)
}

.flag-icon-vi {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/vi.svg)
}

.flag-icon-vn {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/vn.svg)
}

.flag-icon-vu {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/vu.svg)
}

.flag-icon-wf {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/wf.svg)
}

.flag-icon-ws {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ws.svg)
}

.flag-icon-xk {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/xk.svg)
}

.flag-icon-ye {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/ye.svg)
}

.flag-icon-yt {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/yt.svg)
}

.flag-icon-za {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/za.svg)
}

.flag-icon-zm {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/zm.svg)
}

.flag-icon-zw {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/zw.svg)
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 0;
    display: block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.hamburger.is-active:hover,
.hamburger:hover,
.mobile-menu-is-visible .hamburger:hover {
    opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before,
.mobile-menu-is-visible .hamburger .hamburger-inner,
.mobile-menu-is-visible .hamburger .hamburger-inner:after,
.mobile-menu-is-visible .hamburger .hamburger-inner:before {
    background-color: #0e0e0e
}

.hamburger-box {
    width: 24px;
    height: 20px;
    display: block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 24px;
    height: 2px;
    background-color: #0e0e0e;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -9px
}

.hamburger-inner:after {
    bottom: -9px
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: .22s;
    transition-duration: .22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--spin .hamburger-inner:before {
    -webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    -webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner,
.mobile-menu-is-visible .hamburger--spin .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--spin.is-active .hamburger-inner:before,
.mobile-menu-is-visible .hamburger--spin .hamburger-inner:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after,
.mobile-menu-is-visible .hamburger--spin .hamburger-inner:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.mfp-bg {
    opacity: .8;
    background-color: #21333a
}

.mfp-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    overflow: auto
}

.mfp-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.mfp-s-loading .mfp-arrow {
    display: none
}

button.mfp-arrow-left,
button.mfp-arrow-right {
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2.5rem;
    height: calc(100% - 3rem);
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

button.mfp-arrow-left:before,
button.mfp-arrow-right:before {
    border: 0;
    width: auto;
    height: auto;
    margin: 0 !important;
    color: #d5dddf;
    font-size: 2.5rem;
    opacity: 1;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

button.mfp-arrow-left:after,
button.mfp-arrow-right:after {
    display: none
}

button.mfp-arrow-left:focus:before,
button.mfp-arrow-left:hover:before,
button.mfp-arrow-right:focus:before,
button.mfp-arrow-right:hover:before {
    opacity: .75
}

button.mfp-arrow-left:active,
button.mfp-arrow-right:active {
    margin-top: 0
}

.mfp-iframe-holder button.mfp-arrow-left,
.mfp-image-holder button.mfp-arrow-left {
    margin-right: 0
}

.mfp-iframe-holder button.mfp-arrow-right,
.mfp-image-holder button.mfp-arrow-right {
    margin-left: 0
}

button.mfp-close {
    background: 0 0;
    font-size: 0;
    text-align: center;
    opacity: 1;
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1;
    top: 1.4375rem;
    right: 1.125rem
}

button.mfp-close:before {
    font-size: 1.75rem;
    color: #03bec5;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

button.mfp-close:focus:before,
button.mfp-close:hover:before {
    color: #62727c
}

button.mfp-close:active {
    top: 1.4375rem
}

.mfp-iframe-holder button.mfp-close,
.mfp-image-holder button.mfp-close {
    top: .125rem;
    right: -.375rem;
    text-align: center;
    padding-right: 0;
    width: 1.75rem;
    height: 1.75rem
}

.mfp-iframe-holder button.mfp-close:before,
.mfp-image-holder button.mfp-close:before {
    color: #fff
}

.mfp-iframe-holder button.mfp-close:focus:before,
.mfp-iframe-holder button.mfp-close:hover:before,
.mfp-image-holder button.mfp-close:focus:before,
.mfp-image-holder button.mfp-close:hover:before {
    color: #62727c
}

.mfp-iframe-holder button.mfp-close:active,
.mfp-image-holder button.mfp-close:active {
    top: .125rem
}

.mfp-iframe-holder button.mfp-close,
.mfp-iframe-holder button.mfp-close:active {
    top: -2.25rem
}

.mfp-figure:after {
    top: 0;
    bottom: 0;
    background: 0 0;
    border-radius: .375rem;
    -webkit-box-shadow: none;
    box-shadow: none
}

.mfp-iframe-holder .mfp-content,
.mfp-image-holder .mfp-content {
    padding-top: 0;
    padding-bottom: 0
}

.mfp-iframe-holder img.mfp-img,
.mfp-image-holder img.mfp-img {
    padding: 2.5rem 0;
    border-radius: .375rem
}

.mfp-bottom-bar {
    display: none
}

@media (min-width:768px) {
    button.mfp-arrow-left {
        text-align: left
    }

    button.mfp-arrow-right {
        text-align: right
    }

    .mfp-iframe-holder img.mfp-img,
    .mfp-image-holder img.mfp-img {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.select2-container--default {
    font-size: 1.125rem;
    line-height: 1.38944;
    font-weight: 400
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #d5dddf;
    border-radius: 0;
    height: 3.625rem;
    text-align: left
}

.select2-container--default .select2-selection--single:focus {
    border-color: #d5dddf;
    outline: 0
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow {
    color: #0e0e0e
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0e0e0e;
    font-size: 1.125rem;
    line-height: 1.38944;
    font-weight: 400;
    padding: 1rem 2.875rem .9375rem 1rem
}

.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: #62727c
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 2.875rem;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #03bec5;
    font-size: 1.1875rem;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #d5dddf;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    opacity: .5;
    border-color: #fff;
    background-color: #d5dddf
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.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--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.select2-container--default.select2-container--open .select2-dropdown {
    z-index: 100000000
}

.select2-container--default .select2-dropdown {
    border-color: #d5dddf;
    border-radius: 0;
    background-color: #fff;
    overflow: hidden
}

.select2-container--default .select2-dropdown.select2-dropdown--above,
.select2-container--default .select2-dropdown.select2-dropdown--below {
    -webkit-box-shadow: 0 0 10px hsla(0, 0%, 5%, .1);
    box-shadow: 0 0 10px hsla(0, 0%, 5%, .1)
}

.select2-container--default .select2-dropdown.select2-dropdown--above {
    -webkit-box-shadow: 0 0 10px hsla(0, 0%, 5%, .1);
    box-shadow: 0 0 10px hsla(0, 0%, 5%, .1);
    margin-bottom: .25rem
}

.select2-container--default .select2-search--dropdown {
    position: relative;
    padding: .5rem .75rem;
    border-bottom: 1px solid #d5dddf
}

.select2-container--default .select2-search--dropdown:before {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #62727c;
    font-size: 1.25rem
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
    color: #0e0e0e;
    background: #fff;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: 1.125rem;
    line-height: 1.38944;
    font-weight: 400;
    font-family: Open Sans, Arial, sans-serif
}

.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    opacity: 1;
    color: #62727c
}

.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
    opacity: 1;
    color: #62727c
}

.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
    opacity: 1;
    color: #62727c
}

.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
    opacity: 1;
    color: #62727c
}

.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    opacity: 1;
    color: #62727c
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 18.75rem;
    position: relative;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.select2-container--default .select2-results__option {
    font-size: 1.125rem;
    line-height: 1.38944;
    font-weight: 400;
    font-family: Open Sans, Arial, sans-serif;
    padding: .5rem 1rem;
    position: relative;
    color: #0e0e0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.select2-container--default .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: #0e0e0e;
    background-color: rgba(245, 247, 248, .5)
}

.select2-container--default .select2-results__option--selected {
    color: #03bec5 !important;
    background: 0 0 !important
}

.select2-container--default .select2-results__option--selected:after {
    opacity: 1
}

.select2-container--default .select2-results__option--selected.select2-results__option--highlighted.select2-results__option--selectable {
    background: 0 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none
}

.select2-container--default .select2-results__group {
    padding: 0
}

.slick-list {
    width: 100%
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    margin-right: 0
}

.slick-track:after,
.slick-track:before {
    display: none
}

.slick-vertical .slick-track {
    display: block
}

.slick-initialized .slick-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.slick-vertical .slick-slide {
    display: block
}

.slick-slide {
    outline: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 0
}

.slick-arrow {
    -webkit-transition: all .25s;
    transition: all .25s;
    pointer-events: auto;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    z-index: 20
}

.slick-arrow:before {
    display: block;
    color: #62727c;
    font-size: 2.5rem;
    opacity: 1;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.slick-controls--light .slick-arrow:before {
    color: #d5dddf
}

.slick-arrow:focus:before,
.slick-arrow:hover:before {
    color: #03bec5
}

.slick-arrow.slick-disabled:before {
    color: #62727c;
    opacity: .5
}

.slick-controls--light .slick-arrow.slick-disabled:before {
    color: #d5dddf
}

.slick-prev {
    left: -.625rem
}

.slick-next {
    right: -.625rem
}

.slick-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 6.25rem;
    height: 2.5rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6.25rem;
    flex: 0 0 6.25rem
}

.slick-controls .slick-arrow {
    position: relative;
    top: 0 !important;
    left: auto;
    right: auto;
    -webkit-transform: none;
    transform: none
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
    bottom: auto;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 2rem -.4375rem -.4375rem
}

.slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0
}

.slick-dots li:only-child {
    display: none
}

.slick-dots li button {
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 0;
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    opacity: 1
}

.slick-dots li button:before {
    -webkit-transition: all .25s;
    transition: all .25s;
    background-color: #03bec5;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    top: .4375rem;
    left: .4375rem;
    opacity: 1;
    content: ""
}

.slick-dots li.slick-active button {
    opacity: 1
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #03bec5
}

.form-check {
    display: block;
    width: 100%;
    min-height: 1.75rem;
    padding-left: 2.8125rem;
    margin-bottom: .6875rem
}

.form-check__input {
    float: left;
    margin-left: -2.8125rem;
    width: 1.75rem;
    height: 1.75rem;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 17px auto;
    border: 1px solid #d5dddf;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

.form-check__input[type=radio] {
    border-radius: 50%;
    background-size: 16px auto
}

.form-check__input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%)
}

.form-check__input:focus {
    outline: 0
}

.form-check__input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.89 0L14 1.031 5.659 10l-1.11-1.032.057-.061L0 3.955l1.11-1.032 4.53 4.871z' fill='%236cbf54'/%3E%3C/svg%3E")
}

.form-check__input:checked[type=radio] {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='10' height='10' rx='5' fill='%236cbf54'/%3E%3C/svg%3E")
}

.form-check__input:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.form-check__input:disabled~.form-check-label,
.form-check__input[disabled]~.form-check-label {
    opacity: .5
}

.form-check__label {
    display: block;
    font-size: 1.125rem;
    line-height: 1.38944;
    color: #62727c
}

.form-check--inline {
    display: inline-block;
    width: auto;
    margin-right: 1.25rem
}

.form__input {
    position: relative;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #0e0e0e;
    height: 3.625rem;
    background: #fff;
    border: 1px solid #d5dddf;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    font-size: 1.125rem;
    line-height: 1.38944;
    font-weight: 400;
    font-family: Open Sans, Arial, sans-serif;
    padding: .96844rem .9375rem
}

.form__input::-ms-expand {
    border: 0;
    background-color: transparent
}

.form__input::-webkit-input-placeholder {
    opacity: 1;
    color: #62727c
}

.form__input::-moz-placeholder {
    opacity: 1;
    color: #62727c
}

.form__input:-ms-input-placeholder {
    opacity: 1;
    color: #62727c
}

.form__input::-ms-input-placeholder {
    opacity: 1;
    color: #62727c
}

.form__input::placeholder {
    opacity: 1;
    color: #62727c
}

.form__input:disabled,
.form__input[readonly] {
    opacity: 1;
    color: #62727c
}

.form__input:disabled {
    cursor: not-allowed;
    border-color: #d5dddf
}

.form__input:active,
.form__input:focus {
    outline: 0
}

.form__group.has-error .form__input {
    border-color: red
}

textarea.form__input {
    max-height: none;
    height: auto
}

.form__fieldset {
    margin-bottom: .5625rem
}

.form__group {
    position: relative;
    margin-bottom: .6875rem
}

.form__group--checks {
    margin-top: .4375rem;
    margin-bottom: .4375rem
}

.form__group--links {
    margin-top: .125rem;
    line-height: 1.4005
}

.form__field {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form__field .form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.form__label {
    display: block;
    margin-bottom: .25rem;
    font-size: 1rem;
    line-height: 1.37563;
    font-weight: 500;
    color: #62727c
}

.form__group.is-required .form__label:after {
    content: " *";
    color: red
}

.form__submit {
    text-align: center;
    margin-top: 1.375rem
}

.form__errors-list {
    color: red;
    font-size: 1rem;
    line-height: 1.37563;
    font-weight: 500
}

.form__errors-list:empty {
    display: none
}

.form__error {
    margin-top: .25rem
}

.alert {
    text-align: center;
    padding: 1.5rem 1.25rem 1.75rem;
    font-weight: 400;
    margin-bottom: 3.5rem
}

.alert b,
.alert strong {
    font-weight: 500
}

.alert--success {
    background-color: #03bec5;
    color: #fff
}

.article-card {
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #03bec5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    top: 0
}

.article-card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(hsla(0, 0%, 5%, .65)), color-stop(63.88%, hsla(0, 0%, 5%, 0)));
    background: linear-gradient(0, hsla(0, 0%, 5%, .65), hsla(0, 0%, 5%, 0) 63.88%)
}

.article-card__img {
    z-index: -3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    mix-blend-mode: overlay
}

.article-card__title {
    font-weight: 400;
    margin-bottom: 0;
    padding: 2.9375rem 1.75rem 3.6875rem 1.875rem
}

.article-card__title-link {
    color: inherit
}

.article-card:focus,
.article-card:hover {
    color: #fff
}

.article-card:focus .article-card__title,
.article-card:hover .article-card__title {
    background-color: #03bec5
}

.article-card:focus .article-card__title-link,
.article-card:hover .article-card__title-link {
    color: inherit;
    border-bottom-color: #fff
}

@media (min-width:1280px) {
    .article-card {
        -webkit-transition: top .2s ease-in-out;
        transition: top .2s ease-in-out
    }

    .article-card:focus,
    .article-card:hover {
        position: absolute;
        top: -1.625rem;
        height: 33.875rem
    }

    .article-card:focus:before,
    .article-card:hover:before {
        opacity: 0
    }

    .article-card:focus .article-card__img,
    .article-card:hover .article-card__img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        mix-blend-mode: normal;
        width: 100%;
        height: auto;
        top: 0;
        bottom: auto
    }

    .article-card:focus .article-card__title,
    .article-card:hover .article-card__title {
        padding-bottom: 6rem
    }
}

.aside-menu {
    position: relative
}

.aside-menu__list {
    padding: 0;
    list-style: none
}

.aside-menu__item {
    margin-bottom: .875rem;
    padding-bottom: .8125rem;
    border-bottom: 1px solid #d5dddf
}

.aside-menu__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0
}

.aside-menu__link {
    color: #303030
}

.aside-menu__link.is-active {
    color: #03bec5
}

.aside-menu__button {
    margin-top: 2.25rem
}

@media (min-width:1440px) {
    .aside-menu__motto {
        position: absolute;
        top: -2.75rem;
        right: 100%;
        padding-bottom: 2.1875rem;
        -webkit-transform-origin: right top;
        transform-origin: right top;
        background-color: hsla(0, 0%, 100%, .95);
        -webkit-transform: rotate(-90deg) translateY(-100%);
        transform: rotate(-90deg) translateY(-100%)
    }
}

.benefit__icon {
    width: 5rem;
    height: 5rem;
    margin-bottom: 1rem
}

.benefit__title {
    margin-bottom: 1.3125rem
}

.breadcrumb {
    margin-bottom: .625rem;
    color: #62727c
}

.breadcrumb__list {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumb__item {
    margin-bottom: .5rem
}

.breadcrumb__item:after {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.125rem;
    content: "";
    width: .375rem;
    height: .375rem;
    border-radius: 50%;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    background-color: #d5dddf
}

.breadcrumb__item:last-child:after {
    display: none
}

.breadcrumb__link {
    border-bottom: 1px solid
}

.button,
button {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    background: 0 0;
    border: 0;
    padding: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.button,
.button:focus,
.button:hover,
button,
button:focus,
button:hover {
    text-decoration: none;
    outline: 0
}

.button.active.focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button:active:focus,
.button:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    outline: 0
}

.button.focus,
button.focus {
    text-decoration: none
}

.button.active,
.button:active,
button.active,
button:active {
    outline: 0
}

.button.disabled,
.button:disabled,
button.disabled,
button:disabled {
    cursor: not-allowed;
    pointer-events: none
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    font-family: Open Sans, Arial, sans-serif;
    border: 2px solid;
    min-height: 3.125rem;
    padding: .74969rem 2.375rem;
    font-size: 1rem;
    line-height: 1.37563;
    white-space: normal
}

.button--sm {
    min-height: 2.5rem;
    font-size: .875rem;
    line-height: 1.42929;
    padding: .49969rem 1.5rem
}

.button--outline-primary {
    color: #303030;
    background-color: rgba(108, 191, 84, 0);
    border-color: #03bec5
}

.button--outline-primary:active,
.button--outline-primary:focus,
.button--outline-primary:hover {
    color: #fff;
    background-color: #03bec5;
    border-color: #03bec5
}

.button--outline-white {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0);
    border-color: #fff
}

.button--outline-white:active,
.button--outline-white:focus,
.button--outline-white:hover {
    color: #303030;
    background-color: #fff;
    border-color: #fff
}

.button--rounded {
    border-radius: .5rem
}

.button.disabled,
.button.is-disabled,
.button:disabled {
    opacity: .5
}

a.button.disabled,
a.button.is-disabled,
fieldset[disabled] a.button {
    pointer-events: none
}

.button--block,
input[type=button].button_block,
input[type=reset].button_block,
input[type=submit].button_block {
    width: 100%
}

.certificate-slide {
    display: block;
    color: inherit
}

.certificate-slide__picture {
    margin-bottom: .875rem
}

.certificate-slide__img {
    display: block;
    width: 100%
}

.countries {
    color: #303030
}

.countries__title {
    font-weight: 600;
    margin-bottom: 1.25rem
}

.countries__list {
    padding: 0;
    list-style: none;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem
}

.countries__item {
    margin-bottom: .875rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.country {
    padding-left: 2.4375rem
}

.country__flag {
    float: left;
    width: 1.75rem;
    height: 1.25rem;
    margin-top: .06281rem;
    margin-left: -2.4375rem;
    border-radius: .125rem
}

.icon-menu {
    padding: 0;
    list-style: none
}

.icon-menu__link {
    background-color: #03bec5;
    color: #fff;
    border-radius: .25rem;
    font-size: 1.5rem;
    padding: .5rem
}

.list-circle {
    padding: 0;
    list-style: none
}

.list-circle>li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 1em
}

.list-circle>li:last-child {
    margin-bottom: 0
}

.list-circle>li:before {
    content: "";
    position: absolute;
    top: .45em;
    left: 0;
    border: 3px solid #03bec5;
    width: .6em;
    height: .6em;
    border-radius: 50%
}

.list-dash {
    padding: 0;
    list-style: none
}

.list-dash>li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: .33em
}

.list-dash>li:last-child {
    margin-bottom: 0
}

.list-dash>li:before {
    content: "";
    position: absolute;
    top: .75em;
    left: 0;
    background-color: #03bec5;
    width: 1em;
    height: .1em
}

@media (min-width:1280px) {
    .list-circle>li:before {
        top: .55em
    }

    .list-dash>li:before {
        top: .63em
    }
}

.location {
    color: #303030;
    line-height: 1.4005;
    font-family: Ubuntu, Open Sans, Arial, sans-serif
}

.location__item {
    margin-bottom: .625rem
}

.location__item:last-child {
    margin-bottom: 0
}

.location__city {
    margin-bottom: .75rem
}

.location__business-hours {
    color: #62727c
}

.location__phone {
    font-weight: 700
}

.menu {
    padding: 0;
    list-style: none
}

.menu__icon {
    width: 2.25rem;
    height: 2rem;
    margin-right: .5rem
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #303030;
    font-size: .75rem;
    line-height: 1.1675
}

.menu--lg {
    margin-bottom: -3.375rem
}

.menu--lg .menu__item {
    margin-bottom: 3.375rem;
    width: 9.375rem
}

.menu--lg .menu__icon {
    width: 4rem;
    height: 4rem;
    margin-right: 0;
    margin-bottom: 1rem
}

.menu--lg .menu__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.37563
}

.menu--mobile .menu__item {
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 1.5rem
}

.menu--mobile .menu__item:last-child {
    margin-bottom: 0
}

.menu--mobile .menu__item.is-collapsed .menu__toggle {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.menu--mobile .menu__item.is-collapsed .menu__submenu {
    display: none
}

.menu--mobile .menu__toggle {
    position: absolute;
    top: .3125rem;
    right: 0;
    font-size: 1rem;
    padding: .25rem;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.menu--mobile .menu__link {
    font-size: 1rem;
    line-height: 1.37563
}

.menu--mobile .menu__link br {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    content: "";
    width: .3125em
}

.menu--mobile .menu__submenu {
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

@media (min-width:768px) {
    .menu--lg .menu__icon {
        width: 5.25rem;
        height: 5.25rem
    }

    .menu--lg .menu__link {
        font-size: 1.125rem;
        line-height: 1.38944
    }
}

@media (min-width:1280px) {
    .menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative
    }

    .menu__item:focus,
    .menu__item:hover {
        background-color: #f5f7f8
    }

    .menu__item.has-submenu {
        position: static
    }

    .menu__item:focus .menu__submenu,
    .menu__item:hover .menu__submenu {
        opacity: 1;
        visibility: visible
    }

    .menu__link {
        padding-top: .875rem;
        padding-bottom: 1rem
    }

    .menu__link:focus,
    .menu__link:hover {
        color: inherit
    }

    .menu__toggle {
        display: none
    }

    .menu__submenu {
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
        box-shadow: 0 0 6px rgba(0, 0, 0, .12);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .15s ease-out .35s;
        transition: all .15s ease-out .35s
    }

    .has-list .menu__submenu {
        width: 100vh;
        max-width: 20.3125rem;
        padding: 1.1875rem 1.875rem 1.6875rem 2.0625rem
    }

    .has-submenu .menu__submenu {
        width: 100%;
        padding-left: 0
    }

    .menu--lg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.modal {
    position: relative;
    max-width: 65.375rem;
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 3.1875rem 1.25rem
}

.modal__header {
    margin-bottom: 2.5625rem
}

.modal__title {
    margin-bottom: 0;
    color: #0e0e0e
}

.modal--md {
    max-width: 36.375rem
}

@media (min-width:768px) {
    .modal {
        padding-left: 2.875rem;
        padding-right: 2.875rem
    }

    .modal--md {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }
}

@media (min-width:1280px) {
    .modal {
        padding-bottom: 4.375rem
    }

    .modal--md {
        padding-bottom: 3.1875rem
    }
}

.motto {
    margin-bottom: 0;
    width: 11.5em;
    color: rgba(98, 114, 124, .3);
    white-space: nowrap;
    z-index: 100
}

.news-card__date {
    color: #62727c;
    margin-bottom: 1.25rem
}

.news-card__title {
    font-weight: 400;
    margin-bottom: 0
}

.news-item__picture {
    display: block;
    margin-bottom: 1.25rem
}

.news-item__img {
    display: block
}

.news-item__date {
    color: #62727c;
    margin-bottom: .5rem
}

.news-item__title {
    font-weight: 400
}

.news-item__content {
    color: #62727c
}

@media (min-width:768px) {
    .news-item__picture {
        padding-right: 1.875rem
    }

    .news-item__header {
        margin-top: -.375rem
    }
}

@media (min-width:1280px) {
    .news-item__picture {
        margin-bottom: 0
    }

    .news-item__header {
        padding-right: 1.5625rem
    }

    .news-item__title {
        margin-bottom: 0
    }

    .news-item__content {
        padding-top: 1.625rem
    }
}

.office {
    color: #2e5768;
    line-height: 1.4005
}

.office__col {
    margin-top: 1em
}

.office__col:first-child {
    margin-top: 0
}

.office__contact {
    margin-bottom: .625rem
}

.office__contact:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .office__col {
        margin-top: 0
    }

    .office__city {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 11.3125rem
    }

    .office__address {
        width: 34%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 22.875rem
    }

    .office__business-hours {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 10rem;
        margin-left: auto;
        margin-right: auto
    }

    .office__contacts {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 14.1875rem;
        margin-left: auto
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .office__city {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: none;
        margin-bottom: 1em
    }

    .office__address {
        width: 45%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%
    }

    .office__business-hours {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        margin-left: 0;
        margin-right: 0
    }

    .office__contacts {
        width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        margin-left: 0
    }
}

@media (min-width:1280px) {
    .office__business-hours {
        width: 15%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
        flex: 0 0 15%
    }
}

.pagination {
    margin-top: 2.5rem
}

.pagination__list {
    padding: 0;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.pagination__item {
    font-size: 1rem;
    line-height: 2.87562
}

.pagination__link {
    display: block;
    color: #303030;
    border: 2px solid rgba(108, 191, 84, 0);
    padding-left: .8125rem;
    padding-right: .8125rem
}

.pagination__link.is-active {
    min-width: 3.125rem;
    color: #303030;
    border-color: #03bec5;
    margin-right: .5rem;
    margin-left: .5rem
}

.publication-card__picture {
    display: block;
    margin-bottom: 1.25rem
}

.publication-card__picture:after {
    padding-top: 68.48485%
}

.publication-card__title {
    font-weight: 400;
    margin-bottom: 0
}

.service-slide__header {
    background-color: #03bec5;
    color: #fff;
    padding: 1.5rem;
    margin-bottom: 1.5rem
}

.service-slide__title {
    min-height: 3.28125em
}

.service-slide__title span {
    display: block
}

.service-slide__controls {
    margin-top: 1.5rem
}

.service-slide__img {
    display: block;
    width: 100%
}

.service-slide__action {
    margin-top: 2rem
}

@media (min-width:768px) {
    .service-slide__header {
        margin-top: -11.375rem
    }

    .service-slide__title {
        min-height: 2.1875em
    }
}

@media (min-width:1024px) {
    .service-slide__picture {
        position: relative;
        overflow: hidden
    }

    .service-slide__img {
        height: 100%;
        width: auto;
        max-width: none
    }

    .service-slide__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
        margin-right: 2.5rem;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        right: 100%;
        bottom: -2.5rem;
        width: 19.8125rem;
        padding: 3rem 3rem 2.5rem;
        z-index: 1
    }

    .service-slide__header:before {
        position: absolute;
        top: 0;
        right: 100%;
        bottom: 2.5rem;
        content: "";
        background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(5, 5, 5, .85)), color-stop(63.88%, hsla(0, 0%, 5%, 0)));
        background: linear-gradient(270deg, rgba(5, 5, 5, .85) 0, hsla(0, 0%, 5%, 0) 63.88%);
        z-index: -1;
        width: 100%
    }

    .service-slide__title {
        min-height: 0;
        margin-left: -10.75rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-slide__title:after {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        content: "";
        margin-top: 2.625rem;
        margin-bottom: -2.5rem;
        z-index: 1;
        border-left: 4px solid #03bec5
    }

    .service-slide__controls {
        margin-top: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
        flex: 0 0 2.5rem
    }

    .service-slide__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .service-slide__text {
        margin-top: 3.1875rem;
        margin-bottom: auto
    }

    .service-slide__action {
        margin-top: 4.125rem
    }
}

@media (min-width:1280px) {
    .service-slide__header:before {
        width: 116%
    }
}

@media (min-width:1440px) {
    .service-slide__header:before {
        width: 30.3125rem
    }
}

.structure-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f5f7f8;
    height: 100%;
    padding: 1.875rem 1rem;
    border: 1px solid #fff;
    -webkit-transition: height ease-un-out .5s;
    transition: height ease-un-out .5s;
    z-index: 1;
    position: relative
}

.structure-card:after {
    position: absolute;
    top: 2.5rem;
    left: .625rem;
    right: .625rem;
    bottom: 0;
    background-color: #62727c;
    border: 1px solid #fff;
    -webkit-filter: blur(12px);
    filter: blur(12px);
    content: "::before";
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease-un-out .2s;
    transition: ease-un-out .2s
}

.structure-card__title {
    margin-bottom: 1rem
}

.structure-card__content {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    color: #fff
}

.structure-card__button {
    margin-top: 1.1875rem
}

.structure-card:focus,
.structure-card:hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-width: 0;
    background-color: #03bec5;
    height: auto;
    min-height: 12.5rem;
    padding-top: .875rem
}

.structure-card:focus:after,
.structure-card:hover:after {
    opacity: 0;
    visibility: visible
}

.structure-card:focus .structure-card__title-link,
.structure-card:hover .structure-card__title-link {
    color: #fff;
    border-color: #fff;
    -webkit-transition: none;
    transition: none
}

.structure-card:focus .structure-card__content,
.structure-card:hover .structure-card__content {
    opacity: 1;
    visibility: visible;
    max-height: 18.75rem;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

@media (min-width:768px) {
    .structure-card {
        padding-left: 1.875rem;
        padding-right: 1.5rem
    }
}

@media (min-width:1440px) {
    .structure-card__title {
        font-size: 1.75rem;
        line-height: 1.39321
    }
}

.submenu {
    padding-left: 2.5rem
}

.submenu__section {
    margin-bottom: 1.5rem
}

.submenu__section:last-child {
    margin-bottom: 0
}

.submenu__title {
    font-weight: 700;
    margin-bottom: 1em;
    text-transform: uppercase
}

.submenu__list {
    padding: 0;
    list-style: none;
    margin-bottom: -.5em
}

.submenu__list--columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 3.5rem;
    -moz-column-gap: 3.5rem;
    column-gap: 3.5rem
}

.submenu__list--columns .submenu__item {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.submenu__item {
    margin-bottom: .5em
}

@media (max-width:1279px) {
    .submenu__section {
        background: 0 0
    }
}

@media (min-width:1280px) {
    .submenu__row {
        margin-left: 0;
        margin-right: 0
    }

    .submenu__section {
        padding: 1.625rem 3.5rem 1.75rem;
        margin-bottom: 0
    }

    .submenu__title {
        margin-bottom: 2.125em
    }

    .submenu__list--columns {
        margin-bottom: 0
    }
}

.text-block .columns,
.text-block dl,
.text-block ol,
.text-block p,
.text-block ul {
    margin-bottom: 2.9em
}

.text-block .columns:last-child,
.text-block dl:last-child,
.text-block ol:last-child,
.text-block p:last-child,
.text-block ul:last-child {
    margin-bottom: 0
}

.text-block ul {
    padding: 0;
    list-style: none
}

.text-block ul>li {
    position: relative;
    padding-left: 1.8em;
    margin-bottom: 1em
}

.text-block ul>li:last-child {
    margin-bottom: 0
}

.text-block ul>li:before {
    content: "";
    position: absolute;
    top: .45em;
    left: 0;
    border: 3px solid #03bec5;
    width: .6em;
    height: .6em;
    border-radius: 50%
}

.text-block--compact .columns,
.text-block--compact dl,
.text-block--compact ol,
.text-block--compact p,
.text-block--compact ul {
    margin-bottom: 1.5em
}

.text-block--compact .columns:last-child,
.text-block--compact dl:last-child,
.text-block--compact ol:last-child,
.text-block--compact p:last-child,
.text-block--compact ul:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .text-block .columns {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        -webkit-column-fill: balance;
        -moz-column-fill: balance;
        column-fill: balance
    }

    .text-block .columns dl,
    .text-block .columns li,
    .text-block .columns p,
    .text-block .columns section {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    .text-block .short {
        max-width: 46.625rem
    }
}

@media (min-width:1024px) {
    .text-block ul>li:before {
        top: .55em
    }
}

.nav {
    padding: 0;
    list-style: none
}

.nav__link {
    display: block;
    position: relative;
    padding-top: .5rem;
    padding-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.37563;
    font-weight: 600;
    color: inherit
}

.nav__link:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 3px solid rgba(108, 191, 84, 0);
    content: "";
    -webkit-transition: inherit;
    transition: inherit
}

.nav__link:focus,
.nav__link:hover {
    color: inherit
}

.nav__link:focus:after,
.nav__link:hover:after {
    width: 100%;
    border-bottom-color: #03bec5
}

.nav__link.is-active {
    color: #03bec5
}

@media (min-width:1024px) {
    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -1.09375rem;
        margin-right: -1.09375rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .nav__item {
        position: relative;
        min-height: 1px;
        padding-left: 1.09375rem;
        padding-right: 1.09375rem;
        margin-bottom: 0
    }
}

@media (min-width:1280px) {
    .nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1280px) and (max-width:1439px) {
    .nav {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .nav__item {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, 0);
    box-shadow: 0 0 10px rgba(48, 48, 48, 0)
}

.header.is-scrolled {
    -webkit-box-shadow: 0 0 10px rgba(48, 48, 48, .1);
    box-shadow: 0 0 10px rgba(48, 48, 48, .1)
}

.header__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 5rem
}

.header__col--logo {
    margin-right: auto
}

.header__logo-img {
    display: block;
    max-height: 3.5rem;
    -webkit-transition: height .25s ease-in-out;
    transition: height .25s ease-in-out
}

@media (min-width:1024px) {
    .header__col--nav {
        margin-left: auto;
        margin-right: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width:1280px) {
    .header {
        position: static;
        background: 0 0
    }

    .header.is-scrolled {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header__row {
        height: 7.5rem
    }

    .header__col--logo {
        margin-right: 0;
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .header__col--nav {
        margin-left: 0;
        margin-right: 0
    }

    .header__col--toggle {
        display: none
    }

    .header__logo-img {
        margin-top: 1.75rem
    }

    .header__contacts-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.125rem;
        line-height: 1.22278;
        font-weight: 700
    }

    .header__button {
        margin-top: .75rem
    }

    .header__menu {
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .12);
        box-shadow: 0 0 6px rgba(0, 0, 0, .12)
    }
}

@media (min-width:1440px) {
    .header__main {
        position: relative
    }

    .header__col--logo {
        position: static
    }

    .header__logo {
        position: absolute;
        top: 0;
        left: 1.25rem
    }

    .body:not(.page-home) .header__row {
        height: 7.1875rem
    }

    .body:not(.page-home) .header__button {
        margin-top: 0;
        margin-right: 2.125rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .body:not(.page-home) .header__contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: -.125rem
    }
}

@media (min-width:1600px) {
    .header__row {
        height: 7.1875rem
    }

    .header__col--contacts {
        position: static
    }

    .header__button {
        margin-top: 0;
        margin-right: 2.125rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        white-space: nowrap
    }

    .header__contacts {
        position: absolute;
        right: 1.25rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width:1864px) {
    .header__main {
        position: static
    }

    .header__main-container {
        position: relative
    }

    .header__logo {
        left: auto;
        right: 100%;
        width: 10.75rem
    }

    .header__contacts {
        white-space: nowrap;
        margin-right: -11.9375rem
    }
}

.mobile-menu {
    position: fixed;
    top: 5rem;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    max-width: 23.4375rem;
    min-height: calc(100vh - 5rem);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 100
}

.mobile-menu.is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.mobile-menu__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.25rem;
    padding-bottom: 2.5rem
}

.mobile-menu__menu {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 1.5rem
}

.mobile-menu__button {
    margin-top: 2.5rem
}

@media (min-width:1024px) {
    .mobile-menu__menu {
        margin-top: 0
    }
}

.main {
    padding-top: 5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main__body {
    margin-bottom: 5rem
}

@media (min-width:1024px) {
    .main__aside {
        position: relative
    }
}

@media (min-width:1280px) {
    .main {
        padding-top: 0
    }

    .main__aside {
        padding-right: 1.875rem
    }
}

.footer {
    color: #303030;
    padding-top: 2.5rem
}

.footer__col {
    margin-bottom: 2.5rem
}

.footer__logo-img {
    display: block;
    height: 3.5rem;
    margin-bottom: 1rem
}

.footer__menu-title {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    font-weight: 700
}

.footer__menu-list {
    padding: 0;
    list-style: none
}

.footer__menu-item {
    margin-bottom: .5625rem
}

.footer__menu-item:last-child {
    margin-bottom: 0
}

.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.125rem
}

.footer__phone {
    font-size: 1.25rem;
    line-height: 1.3505;
    font-weight: 600;
    white-space: nowrap
}

.footer__button {
    margin-top: 3.0625rem
}

@media (min-width:768px) {
    .footer__copyright {
        max-width: 16em
    }

    .footer__menu-list {
        max-width: 13.875rem
    }
}

@media (min-width:1024px) {
    

    .footer__col {
        margin-bottom: 0
    }

    .footer__col--menu {
        padding-top: 1.3125rem
    }
}

.section {
    margin-bottom: 4.0625rem
}

.section__header {
    margin-bottom: 3.625rem
}

.section:not(.section--aside) .section__header:last-child,
.section__title {
    margin-bottom: 0
}

.section__title-count {
    top: -.86em;
    left: .73em;
    font-size: .5238em;
    font-weight: 400;
    line-height: 1;
    color: #62727c
}

.section__more {
    font-weight: 600;
    white-space: nowrap
}

.section__controls,
.section__more {
    margin-top: .5rem
}

@media (min-width:768px) {
    .section__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .section__title {
        margin-right: 2.875rem
    }

    .section__title--short {
        max-width: 14.5em
    }

    .section__more {
        margin-top: 0
    }

    .section__controls {
        margin-top: 0;
        margin-left: auto;
        -ms-flex-item-align: center;
        align-self: center
    }
}

@media (min-width:1024px) {
    .section--line {
        position: relative
    }

    .section--line .section__title:before {
        position: absolute;
        top: .5714em;
        right: 100%;
        margin-right: 1.25rem;
        width: 100vw;
        border-top: 4px solid #03bec5;
        content: ""
    }

    .section--aside .section__header {
        display: block
    }

    .section--aside .section__title {
        margin-right: 0
    }

    .section--aside .section__more {
        margin-top: 2rem
    }
}

@media (min-width:1280px) {
    .section--md {
        margin-bottom: 4.9375rem
    }

    .section--lg {
        margin-bottom: 7.125rem
    }

    .section--line .section__title:before {
        margin-right: 2.5rem
    }
}

.appeal .section__title {
    max-width: 31em
}

.articles__item {
    min-height: 12.5rem
}

@media (min-width:1280px) {
    .articles__item {
        height: 30.625rem
    }
}

.aside__section {
    margin-top: 2.9375rem
}

.aside__section:first-child {
    margin-top: 0
}

@media (min-width:1024px) {
    .aside__body {
        position: relative;
        background-color: hsla(0, 0%, 100%, .95);
        z-index: 97
    }

    .aside__body.affix {
        position: fixed;
        top: 8.5rem
    }

    .aside__body.affix-bottom {
        position: absolute
    }
}

@media (min-width:1280px) {
    .aside__body.affix {
        top: 3.5rem
    }
}

.benefits__list {
    margin-bottom: -2.5rem
}

.benefits__item {
    margin-bottom: 2.5rem
}

@media (min-width:1864px) {
    .benefits__list {
        margin-bottom: -.375rem
    }

    .benefits__item {
        margin-bottom: .375rem
    }
}

.certificates {
    overflow: hidden
}

@media (min-width:1280px) {
    .certificates__slider {
        margin-left: -1.75rem;
        margin-right: -1.75rem
    }

    .certificates__slide {
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

@media (min-width:1024px) {
    .company-intro .section__title {
        max-width: 16em
    }

    .company-intro .section__text {
        max-width: 34em
    }
}

.contacts__map {
    position: relative
}

.contacts__map-frame {
    height: 390px
}

.contacts__popup {
    background-color: hsla(0, 0%, 100%, .9);
    padding-top: 2.375rem;
    padding-bottom: 3rem
}

.contacts__item {
    border-bottom: 1px solid #d5dddf;
    padding-bottom: 1.4375rem;
    margin-bottom: 1.625rem
}

.contacts__item:last-child {
    margin-bottom: 0
}

.contacts__heading {
    display: none;
    color: #0e0e0e;
    margin-bottom: 1.5625rem
}

@media (min-width:768px) and (max-width:1023px) {
    .contacts__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .contacts__list {
        margin-top: .5rem
    }
}

@media (min-width:1024px) {
    .contacts__map {
        margin-bottom: 1.6875rem
    }

    .contacts__map-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none
    }

    .contacts__map-frame {
        height: 590px
    }

    .contacts__popup {
        position: absolute;
        top: 50%;
        left: 1.25rem;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 22.375rem;
        pointer-events: all;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .contacts__heading {
        margin-top: .5rem
    }
}

@media (min-width:1280px) {
    .contacts__heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1.0625rem
    }
}

.details__section {
    margin-bottom: 3.875rem
}

.details__section:last-child {
    margin-bottom: 0
}

.details__title {
    margin-bottom: 3.5625rem
}

.details__list {
    line-height: 1.4005;
    margin-bottom: -1.625rem
}

.details__label {
    color: #2e5768
}

.details__data {
    margin-top: .75rem;
    border-bottom: 1px solid #d5dddf;
    padding-bottom: 1.5rem;
    margin-bottom: 1.625rem
}

@media (min-width:768px) {
    .details__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .details__label {
        width: 55.4%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55.4%;
        flex: 0 0 55.4%;
        border-bottom: 1px solid #d5dddf;
        padding-right: 5%;
        padding-bottom: 1.5rem;
        margin-bottom: 1.625rem
    }

    .details__data {
        width: 44.6%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44.6%;
        flex: 0 0 44.6%;
        text-align: right;
        margin-top: 0
    }
}

@media (min-width:1280px) {
    .details__label {
        padding-right: 8%
    }
}

.heading {
    margin-bottom: 3.0625rem;
    position: relative;
    z-index: 1
}

.heading__container {
    padding-top: 2.25rem;
    padding-bottom: 2.375rem
}

.heading h1 {
    margin-bottom: 0
}

.heading__description {
    max-width: 32em;
    margin-top: 3.3125rem
}

.heading--cover {
    color: #fff
}

.heading--cover:after,
.heading--cover:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    opacity: .7
}

.heading--cover:before {
    z-index: -2;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.05%, #091114), color-stop(70.09%, rgba(67, 136, 48, .58)));
    background: linear-gradient(90deg, #091114 17.05%, rgba(67, 136, 48, .58) 70.09%)
}

.heading--cover:after {
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(17.05%, rgba(9, 17, 20, .4)), color-stop(70.09%, rgba(0, 0, 0, .232)));
    background: linear-gradient(90deg, rgba(9, 17, 20, .4) 17.05%, rgba(0, 0, 0, .232) 70.09%)
}

.heading--cover .breadcrumb,
.heading--cover .breadcrumb__link {
    color: inherit
}

.heading--cover .heading__bg-img {
    z-index: -3
}

.heading--cover .heading__container {
    padding-bottom: 3.0625rem
}

@media (min-width:1024px) {
    .heading {
        margin-bottom: 5.875rem
    }

    .heading__container {
        position: relative
    }

    .heading__container:after {
        position: absolute;
        top: 100%;
        right: 75%;
        margin-top: 2.0625rem;
        margin-right: .625rem;
        width: 100vw;
        border-top: 4px solid #03bec5;
        content: ""
    }
}

@media (min-width:1280px) {
    .heading__container:after {
        margin-right: 1.5625rem
    }
}

.hero {
    color: #fff;
    font-family: Ubuntu, Open Sans, Arial, sans-serif;
    position: relative
}

.hero__header {
    background-color: #03bec5;
    text-align: center;
    padding: 2.5rem 1.25rem
}

.hero__title {
    font-size: 3.375rem;
    line-height: 1.15556;
    font-weight: 700;
    margin-bottom: .625rem
}

.hero__description {
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.hero__controls {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem
}

.hero__body {
    position: relative;
    z-index: 1
}

.hero__body:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(9.62%, rgba(0, 0, 0, .67)), color-stop(87.88%, rgba(0, 0, 0, .19)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .67) 9.62%, rgba(0, 0, 0, .19) 87.88%)
}

.hero__slide {
    position: relative;
    z-index: 2
}

.hero__slide:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background: -webkit-gradient(linear, left top, right top, color-stop(9.62%, rgba(0, 0, 0, .67)), color-stop(87.88%, rgba(0, 0, 0, .19)));
    background: linear-gradient(90deg, rgba(0, 0, 0, .67) 9.62%, rgba(0, 0, 0, .19) 87.88%)
}

.hero__bg,
.hero__bg-img {
    z-index: -2
}

.hero__bg-img {
    z-index: -3
}

.hero__content {
    position: relative;
    z-index: 2;
    padding: 2.5rem 1.25rem 6.25rem
}

@media (max-width:1279px) {
    .hero__container {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width:1024px) {
    .hero__header {
        z-index: 2;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 2.5rem
    }

    .hero__content {
        padding: 0
    }

    .hero__description {
        margin-left: 0
    }

    .hero__slide {
        min-height: 33.125rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .hero__header {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 50%;
        background: 0 0
    }

    .hero__content {
        width: 50%;
        margin-left: auto
    }

    .hero__title {
        font-size: 4.375rem
    }

    .hero__controls {
        left: 2.5rem;
        bottom: 1.5rem
    }

    .hero__slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.5rem 2.5rem 2.5rem 0
    }

    .hero__slide:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(9.62%, rgba(0, 0, 0, .67)), color-stop(87.88%, rgba(0, 0, 0, .49)));
        background: linear-gradient(90deg, rgba(0, 0, 0, .67) 9.62%, rgba(0, 0, 0, .49) 87.88%)
    }
}

@media (min-width:1280px) {
    .hero {
        margin-bottom: 10.375rem
    }

    .hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .hero__header {
        position: relative;
        width: 22.65%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.65%;
        flex: 0 0 22.65%;
        margin-top: -7.5rem;
        margin-bottom: -6.4375rem
    }

    .hero__title {
        font-size: 5.625rem;
        white-space: nowrap
    }

    .hero__controls {
        left: 2.5rem;
        bottom: 2.5rem
    }

    .hero__body {
        width: 77.35%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 77.35%;
        flex: 0 0 77.35%
    }

    .hero__body .slick-list {
        overflow: visible
    }

    .hero__slide {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 2.5rem;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .hero__slide.slick-active {
        opacity: 1;
        visibility: visible
    }

    .hero__bg,
    .hero__bg-img,
    .hero__slide:before {
        width: 84.625rem
    }

    .hero__content {
        max-width: 35.625rem;
        -webkit-transform: translate(4.1875rem, 2.5rem);
        transform: translate(4.1875rem, 2.5rem)
    }
}

@media (min-width:1600px) {
    .hero__header {
        margin-top: -7.1875rem
    }
}

@media (min-width:1710px) {
    .hero__title {
        position: relative
    }

    .hero__title:before {
        position: absolute;
        left: .08888em;
        bottom: 100%;
        margin-bottom: 2.5rem;
        content: "";
        z-index: 1;
        height: 100vh;
        border-left: 4px solid #03bec5
    }
}

.intro__picture {
    margin-top: 2rem
}

.intro__img {
    display: block
}

@media (min-width:1280px) {
    .intro {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .intro__content {
        margin-top: -.5rem;
        max-width: 45.5rem
    }

    .intro__picture {
        margin-top: 0;
        min-width: 37.1875rem
    }

    .intro__img {
        max-width: none
    }
}

.menu-intro {
    margin-bottom: 3.375rem
}

@media (min-width:1024px) {
    .menu-intro .menu {
        margin-top: .5rem
    }
}

.news__list {
    margin-bottom: -2.5rem
}

.news__item {
    margin-bottom: 2.5rem
}

@media (min-width:1280px) {
    .news--horizontal .news__list {
        margin-bottom: 0
    }

    .news--horizontal .news__item {
        margin-bottom: 1.25rem
    }

    .news--horizontal .news__item:last-child {
        margin-bottom: 0
    }
}

.partners__list {
    margin-bottom: -2.5rem
}

.partners__item {
    margin-bottom: 2.5rem
}

.partners__item-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6.875rem;
    margin-bottom: 1rem
}

.partners__item-img {
    display: block;
    max-height: 100%;
    width: auto
}

.partners__item-title {
    min-height: 1.583em
}

.partners__item__text {
    line-height: 1.61167
}

@media (min-width:1024px) {
    .partners {
        margin-top: -4.1875rem
    }
}

.promo:last-child {
    margin-bottom: 0
}

.promo__body {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.promo__content {
    padding: 2.5rem 1.25rem
}

.promo__text {
    margin-bottom: .7em
}

.promo__phone {
    font-weight: 700
}

.promo__action {
    margin-top: 4rem
}

.promo__img {
    display: block;
    width: 100%
}

@media (min-width:768px) {
    .promo__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .promo__content {
        width: 49.5%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49.5%;
        flex: 0 0 49.5%
    }

    .promo__picture {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
        position: relative
    }

    .promo__img {
        position: absolute;
        min-width: 100%;
        max-width: 130%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    @supports ((-o-object-fit:cover) or (object-fit:cover)) {
        .promo__img {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
            width: 100%;
            height: 100%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            min-width: 0;
            max-width: none;
            min-height: 0;
            -webkit-transform: none;
            transform: none
        }
    }
}

@media (min-width:1024px) {
    .promo__body {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:1280px) {
    .promo__content {
        padding: 2.875rem 2.5rem 3.1875rem
    }
}

@media (min-width:1024px) {
    .services .slick-list {
        padding-bottom: 2.5rem
    }
}

@media (min-width:1280px) {
    .services {
        margin-bottom: 5.75rem
    }
}

.structure__item {
    height: 12.5rem
}

.structure__item:focus,
.structure__item:hover {
    z-index: 2
}

.page-home .motto {
    display: none
}

@media (min-width:1280px) {
    .page-home .header__col--logo {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }
}

@media (min-width:1700px) {
    .page-home .motto {
        display: block;
        position: absolute;
        top: 46.8125rem;
        left: calc((100% - 1480px)/ 2 - 106px);
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-color: hsla(0, 0%, 100%, .5)
    }

    .page-home .motto.affix {
        position: fixed;
        top: 31.25rem
    }
}

.hidden-xs-up {
    display: none !important
}

@media (max-width:767px) {
    .hidden-xs-down {
        display: none !important
    }
}

.display-xs-up {
    display: block !important
}

@media (min-width:768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width:1023px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width:768px) {
    .display-md-up {
        display: block !important
    }
}

@media (min-width:1024px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width:1279px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width:1024px) {
    .display-lg-up {
        display: block !important
    }
}

@media (min-width:1280px) {
    .hidden-xl-up {
        display: none !important
    }
}

@media (max-width:1439px) {
    .hidden-xl-down {
        display: none !important
    }
}

@media (min-width:1280px) {
    .display-xl-up {
        display: block !important
    }
}

@media (min-width:1440px) {
    .hidden-2xl-up {
        display: none !important
    }
}

@media (max-width:1863px) {
    .hidden-2xl-down {
        display: none !important
    }
}

@media (min-width:1440px) {
    .display-2xl-up {
        display: block !important
    }
}

@media (min-width:1864px) {
    .hidden-3xl-up {
        display: none !important
    }
}

.hidden-3xl-down {
    display: none !important
}

@media (min-width:1864px) {
    .display-3xl-up {
        display: block !important
    }
}

.transport_geography-slider-wrap {
    margin-bottom: 60px
}

.transport_geography-slider-wrap .transport_geography-slider .slick-prev {
    left: 61.625rem
}

@media (max-width:768px) {
    .transport_geography-slider-wrap .transport_geography-slider .slick-prev {
        left: 14.625rem
    }
}

.transport_geography-slider-wrap .transport_geography-slider .slick-next {
    right: 0
}

.transport_geography-slider-wrap .icon-prev:before,
.transport_geography-slider-wrap .mfp-arrow-left:before,
.transport_geography-slider-wrap .slick-prev:before {
    content: "←"
}

.transport_geography-slider-wrap .icon-next:before,
.transport_geography-slider-wrap .mfp-arrow-right:before,
.transport_geography-slider-wrap .slick-next:before {
    content: "→"
}

.transport_geography-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f7f8;
    padding: 20px 0;
    transition: all .3s ease-in-out
}

.transport_geography-slider .slick-slide .transport_geography-slider__item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.transport_geography-slider .slick-slide .transport_geography-slider__item img {
    max-height: 400px;
    object-fit: cover;
    margin: 0 auto;
    width: auto
}

.transport_geography-slider .slick-slide .transport_geography-slider__title {
    display: inline-flex;
    text-align: center;
    margin-top: 10px;
    color: #303030;
    border-bottom: 2px solid #03bec5;
    transition: all .3s ease-in-out
}

.transport_geography-slider .slick-slide:hover {
    background: #03bec5
}

.transport_geography-slider .slick-slide:hover .transport_geography-slider__title {
    color: #fff;
    border-bottom: 2px solid #fff
}

.transport_geography-slider-wrap .transport_geography-slider .slick-next,
.transport_geography-slider-wrap .transport_geography-slider .slick-prev {
    top: 110%
}

.icon-menu__link--phone {
    padding: 8px;
    display: flex
}

@media screen and (min-width:1024px) {
    .hero__slider {
        min-height: 530px
    }
}

@media screen and (max-width:420px) {
    .hero__slider {
        min-height: 358px
    }
}

@media screen and (max-width:380px) {
    .hero__slider {
        min-height: 390px
    }
}

.hero__slider.slick-initialized {
    min-height: 0
}

#scrollToTopButton {
    height: 164px;
    width: 60px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999
}

@media screen and (max-width:380px) {
    #scrollToTopButton {
        height: 111px;
        right: 13px
    }
}

.heading.heading-banner-with-form {
    width: 100%;
    height: 593px;
    color: #fff;
    font-family: Ubuntu, "Open Sans", Arial, sans-serif;
    position: relative
}

.heading.heading-banner-with-form .heading-banner-with-form-bg-desktop {
    width: 100%;
    height: 593px;
    background-position: top center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../../../../../local/templates/empty/images/services/banner-img-1.png");
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.heading.heading-banner-with-form .heading-banner-with-form-bg-mobile {
    display: none
}

.heading.heading-banner-with-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .7)
}

.heading.heading-banner-with-form .container {
    height: 100%;
    padding-top: 57px;
    padding-bottom: 57px;
    position: relative;
    z-index: 4
}

.heading.heading-banner-with-form .heading-banner-with-form-cols {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    position: relative;
    height: 100%
}

.heading.heading-banner-with-form .heading-banner-with-form-cols .heading-banner-with-form-cols-left {
    width: calc(100% - 400px - 62px);
    margin: 0 62px 0 0
}

.heading.heading-banner-with-form .heading-banner-with-form-cols .heading-banner-with-form-cols-right {
    width: 400px
}

.heading.heading-banner-with-form .breadcrumb {
    margin: 0 0 3.5rem 0
}

.heading.heading-banner-with-form .breadcrumb__list {
    color: #fff
}

.heading.heading-banner-with-form .heading-banner-with-form-title-wrapper {
    margin: 0 0 3.4375rem 0
}

.heading.heading-banner-with-form h1 {
    font-size: 3.5rem;
    line-height: 4.375rem
}

.heading.heading-banner-with-form .heading-banner-with-form-text {
    font-size: 1.3125rem;
    line-height: 1.875rem
}

@media (max-width:1023px) {
    .heading.heading-banner-with-form {
        height: 850px
    }

    .heading.heading-banner-with-form .heading-banner-with-form-bg-desktop {
        display: none
    }

    .heading.heading-banner-with-form .heading-banner-with-form-bg-mobile {
        display: block;
        width: 100%;
        height: 850px;
        background-position: top center;
        background-color: transparent;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../../../../../../local/templates/empty/images/services/banner-img-1-mobile.png");
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2
    }

    .heading.heading-banner-with-form .container {
        padding-top: 37px;
        padding-bottom: 37px
    }

    .heading.heading-banner-with-form .heading-banner-with-form-cols {
        flex-flow: column;
        justify-content: center
    }

    .heading.heading-banner-with-form .heading-banner-with-form-cols .heading-banner-with-form-cols-left {
        width: 100%;
        margin: 0 0 20px 0
    }

    .heading.heading-banner-with-form .heading-banner-with-form-cols .heading-banner-with-form-cols-right {
        width: 100%
    }

    .heading.heading-banner-with-form .breadcrumb {
        margin: 0 0 15px 0
    }

    .heading.heading-banner-with-form .breadcrumb li {
        font-size: 12px;
        line-height: 20px
    }

    .heading.heading-banner-with-form .breadcrumb li a {
        font-size: 12px;
        line-height: 20px
    }

    .heading.heading-banner-with-form .heading-banner-with-form-title-wrapper {
        margin: 0 0 19px 0
    }

    .heading.heading-banner-with-form h1 {
        font-size: 24px;
        line-height: 32px
    }

    .heading.heading-banner-with-form .heading-banner-with-form-text {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width:768px) {
    .service-slide__img {
        max-height: 290px
    }

    .scroll-table {
        overflow-x: auto
    }

    .scroll-table table {
        min-width: 600px
    }
}

#wrap-404 .main__body {
    margin: 0
}

#wrap-404 .heading-404 {
    margin: 0
}

#wrap-404 .heading.heading-banner-with-form.heading-404 {
    background: url("../../../../../../local/templates/empty/assets/img/banner-404.png");
    background-position: center;
    background-size: cover
}

#wrap-404 .heading.heading-banner-with-form:before {
    background-color: transparent
}

#wrap-404 .heading.heading-banner-with-form {
    height: auto
}

@media (max-width:1599px) {
    .header__contacts {
        display: flex;
        align-items: center
    }

    .header__button {
        margin-top: 0;
        margin-right: 2.125rem;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        white-space: nowrap
    }
}

.red {
    color: #eb5a5a
}

table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #e8f2f7
}

table+table {
    margin-top: 3em
}

.thead_sm th {
    font-size: .8em
}

table th {
    text-align: left;
    padding: 1em;
    text-align: left;
    background-color: #f5f7f8
}

table td {
    font-size: .8em;
    padding: 1em
}

table tr:nth-child(n+1) {
    border-bottom: 1px solid #e8f2f7
}

p img {
    width: 100%;
    height: auto
}

.detail__img {
    float: right;
    margin-right: -90px;
    margin-left: 20px;
    max-height: 380px
}

.main__content h2 {
    margin-bottom: 1em
}

.main__content .section__header h2 {
    margin-bottom: 0
}

.main__content p+h2 {
    margin-top: 1.5em
}

.main__content table+p {
    margin-top: 2em
}

.main__content ol+h2,
.main__content ul+h2 {
    margin-top: 1.4em
}

.main__content ol+h3,
.main__content ul+h3 {
    margin-top: 1.5em
}

.main__content ol+h4,
.main__content ul+h4 {
    margin-top: 1.4em
}

.main__content div+img,
.main__content ul+img {
    margin-top: 1.8em
}

.main__content p {
    margin-bottom: 2.2em
}

.main__content ul+p {
    margin-top: 2em
}

.services__text img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 2em
}

.services__text img.contained {
    object-fit: contain;
    max-height: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.news-item__picture {
    overflow: hidden;
    height: 215px
}

.news-item__picture img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .footer__col--menu li:nth-child(n+8) {
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: all .5s ease-out 0s;
        -moz-transition: all .5s ease-out 0s;
        -o-transition: all .5s ease-out 0s;
        transition: all .5s ease-out 0s
    }

    .footer__col--menu li.footer__menu-item_dots {
        height: 25px;
        opacity: 1
    }

    .footer__col--menu:hover li:nth-child(n+8) {
        height: 25px;
        opacity: 1
    }

    .footer__col--menu:hover li.footer__menu-item_dots {
        height: 0;
        opacity: 0
    }
}

@media (min-width:1280px) {
    .header__logo-img {
        margin-top: 1rem
    }
}

@media (min-width:1024px) {
    .services__text img {
        max-height: 400px;
        object-fit: cover
    }

    .services__text img.contained {
        max-width: 80%
    }
}

@media (max-width:1280px) {
    .detail__img {
        margin-right: 0
    }
}

@media (max-width:768px) {
    .detail__img {
        float: none;
        display: block;
        margin: 0 auto 40px auto
    }
}

.countries__item a {
    color: #303030
}

.services__text .promo__picture img {
    max-height: none;
    height: 100%;
    width: 100%;
    margin-bottom: 0
}

.social_icons {
    margin-top: 5px;
    display: inline-block
}

.social_icons-item img {
    height: 22px;
    width: 22px
}

.icon-menu__item img {
    max-width: 40px
}

.icon-menu__item .icon-telegram {
    background: #38a8d8;
    border-radius: .25rem
}

.icon-menu__item .icon-whatsapp {
    background: #4ba590;
    border-radius: .25rem
}

.icon-menu__item .icon-email {
    background: #4285f4;
    border-radius: .25rem
}

@media (max-width:410px) {
    .header__icon-menu .icon-menu__item.col {
        padding: 0 5px
    }

    .header__row .header__col--toggle.col {
        padding: 0 5px
    }
}

.footer__copyright div {
    margin-top: .6rem;
    font-size: .8rem
}

ul+.promo {
    margin-top: 3rem
}

.publication-card {
    width: 100%
}

.flag-icon-asean {
    background-image: url(../../../../../../local/templates/empty/assets/img/svg-flags/asean.svg)
}

.modal__title {
    margin-bottom: 0;
    color: #0e0e0e;
    font-size: 2.25rem;
    line-height: 1.11139;
    font-weight: 700
}

.section.certificates .section__title {
    margin-bottom: 0;
    color: #0e0e0e;
    font-size: 2.25rem;
    line-height: 1.11139;
    font-weight: 700
}

.kinds__list {
    margin-left: -12px;
    margin-right: -12px
}

.kinds__item {
    border: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 12px;
    margin-right: 12px
}

.kinds__item__img {
    width: 232px;
    height: 100%;
    min-width: 232px;
    min-height: 287px
}

.kinds__item__content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 50px 10px 24px
}

.kinds__item__content__block__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 18px
}

.kinds__item__content__block__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #868686;
    margin-bottom: 18px
}

.kinds__item__content__block__button {
    width: 100%;
    margin-top: auto
}

@media screen and (max-width:1279px) {
    .kinds__item {
        flex-direction: column
    }

    .kinds__item__img {
        width: 100%;
        min-width: 100%;
        height: 145px;
        min-height: 145px;
        margin-bottom: 20px
    }

    .kinds__item__content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 24px 24px 30px;
        height: 100%
    }

    .kinds__item__content__block {
        display: flex;
        flex-direction: column;
        height: 100%
    }
}

.sectionFAQ {
    margin-top: 50px;
    margin-bottom: 60px
}

.sectionFAQ__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 41px;
    text-align: left;
    margin-bottom: 30px
}

.sectionFAQ__item {
    padding: 24px;
    background-color: #f5f7f8;
    cursor: pointer;
    margin-bottom: 14px;
    transition: .2s
}

.sectionFAQ__item.sectionFAQ__item-active {
    background-color: #e9f1e7
}

.sectionFAQ__item__text {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.sectionFAQ__item__text.sectionFAQ__item__textTop {
    align-items: flex-start
}

.sectionFAQ__item__text.sectionFAQ__item__textTop .sectionFAQ__item__text__icon {
    margin-top: 8px
}

.sectionFAQ__item__text__icon {
    width: 33px;
    height: 33px;
    min-width: 33px;
    min-height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7ec769;
    margin-right: 15px
}

.sectionFAQ__item__text__icon span {
    width: 11px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='8' viewBox='0 0 11 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.83333 0L7.33333 5.5L5.5 7.33333L0 1.83333L1.83333 0Z' fill='white'/%3E%3Cpath d='M11 1.83334L5.5 7.33333L3.66667 5.5L9.16667 1.85446e-06L11 1.83334Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: .2s;
    margin-top: 2px
}

.sectionFAQ__item-active .sectionFAQ__item__text__icon span {
    transform: rotate(180deg);
    margin-top: 0;
    margin-bottom: 2px
}

.sectionFAQ__item__text__question {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    text-align: left
}

.sectionFAQ__item__text__answer {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    padding-left: 48px;
    margin-top: 14px;
    display: none
}

@media screen and (max-width:767px) {
    .sectionFAQ__item__text__question {
        font-size: 18px;
        line-height: 23px
    }

    .sectionFAQ__item__text__answer {
        font-size: 16px;
        line-height: 22px
    }

    .sectionFAQ {
        z-index: 1
    }
}

@media screen and (max-width: 767px) {
    .menu--lg .menu__item {
        width: 93%;
    }
}

.feedback-form_input.feedback-form_input-required,
.form__field.form__field-required {
    position: relative
}

.feedback-form_input.feedback-form_input-required:before,
.form__field.form__field-required:before {
    content: "*";
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -9px;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: red;
    z-index: 2
}

.menuIntroCountries .menu--lg {
    margin-bottom: 0
}

.menuIntroCountries .container {
    padding-top: 3.375rem;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.menuIntroCountries__img {
    height: 105px;
    margin-bottom: 12px
}

.menuIntroCountries__left {
    display: flex;
    flex-direction: column
}

.menuIntroCountries__show {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding-right: 22px;
    position: relative;
    margin-top: auto;
    width: fit-content;
    padding-bottom: 1rem;
    margin-bottom: 3.375rem;
    cursor: pointer
}

.menuIntroCountries__show span {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #03bec5;
    border-bottom: 1px dotted #03bec5
}

.menuIntroCountries__show::after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: 2px;
    width: 12px;
    height: 7px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.842087 0.0365746L6.72077 5.91525L5.87866 6.75736L-1.79839e-05 0.87868L0.842087 0.0365746Z' fill='%236CBF54'/%3e%3cpath d='M11.7573 0.87868L5.87866 6.75736L5.03656 5.91525L10.9152 0.0365746L11.7573 0.87868Z' fill='%236CBF54'/%3e%3c/svg%3e ")
}

.menuIntroCountries__show.menuIntroCountries__show-active::after {
    transform: rotate(180deg)
}

.menuIntroCountries__item__hidden {
    display: none
}

.menuIntroCountries__show.menuIntroCountries__show-mob {
    display: none
}

@media screen and (max-width:1023px) {
    .menuIntroCountries__show.menuIntroCountries__show-mob {
        display: flex;
        margin-left: auto;
        margin-right: auto
    }

    .menuIntroCountries__show.menuIntroCountries__show-desc {
        display: none
    }
}

.menuIntroCountries.menuIntroCooperation .container {
    padding-top: 0;
    border-top: none;
    border-bottom: 1px solid #e0e0e0
}

.menuIntroCooperation__item.menu__link {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left
}

.menuIntroCooperation__item__img {
    width: 100px;
    min-width: 100px;
    margin-right: 24px
}

.menuIntroCooperation__item__text__title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
    color: #333
}

.menuIntroCooperation__item__text__text {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #5e5e5e
}