
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 0
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    outline: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
    cursor: pointer;
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border: 0;
    padding: 0
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

input[type='checkbox'],
input[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0 10px 0;
    padding: 0
}

@font-face {
    font-family: 'icomoon';
    src: url("../font/icomoon.eot");
    src: url("../font/icomoon.eot?#iefix") format('embedded-opentype'), url("../font/icomoon.woff") format('woff'), url("../font/icomoon.ttf") format('truetype'), url("../font/icomoon.svg#icomoon") format('svg');
    font-weight: normal;
    font-style: normal
}

[type='number'] {
    -moz-appearance: textfield;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

body {
    margin: 0
}

a:focus {
    outline: 0
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

img,
iframe,
object,
embed,
svg {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

[disabled] {
    cursor: default
}

.grid,
.b-feature__list,
.c-subnav__menu-list,
.m-breadcrumb__list,
.m-footer__list,
.m-main__list {
    margin: 0
}

.grid__cell,
.b-feature__item,
.c-subnav__menu-item,
.m-breadcrumb__item,
.m-footer__item,
.m-main__item {
    padding: 0;
    margin: 0;
    background: none
}

.grid {
    counter-reset: none
}

.grid__cell {
    position: static;
}

.grid__cell:before {
    content: normal;
    counter-increment: none;
    position: static;
    top: auto;
    left: auto
}

.grid {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.no-flexwrap .grid {
    font-size: 0;
}

@media (-webkit-min-device-pixel-ratio: 0) {
    .no-flexwrap .grid {
        letter-spacing: -1px
    }
}

.grid__cell {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}

.no-flexwrap .grid__cell {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    letter-spacing: normal;
    white-space: normal
}

.grid--scroll {
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
}

.js .grid--scroll {
    overflow-x: hidden
}

.no-flexwrap .grid--scroll {
    white-space: nowrap
}

html {
    font: normal 17px/1.588235294117647 'Work Sans', sans-serif;
    color: #353535
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin: 1.5em 0 .5em
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 600
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 25px
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-size: 20px
}

p {
    margin: 0 0 1.25em
}

hr {
    border: 0;
    border-top: 1px solid #efefef;
    margin: 40px 0;
    height: 1px;
    overflow: hidden
}

blockquote {
    margin: 0 0 1.25em;
    padding: 0;
}

blockquote p {
    margin: 0 0 30px
}

a {
    color: #19417d;
    tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.no-touchevents a:hover {
    color: #0075A3 /* #00a5e6 */;
    text-decoration: underline
}

ul,
ol,
dl,
menu {
    margin: 0 0 1.25em;
    list-style: none;
    padding: 0
}

li {
    padding: 0 0 0 20px;
    margin: 0 0 .3125em
}

ul li {
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0IiBoZWlnaHQ9IjQiPjxwYXRoIGZpbGw9IiMwMTAyMDIiIGQ9Ik0wIDBoNHY0SDB6Ii8+PC9zdmc+") 5px .5em no-repeat;
    background-size: 4px 4px
}

ol {
    counter-reset: item;
}

ol li {
    position: relative;
}

ol li:before {
    content: counter(item) '.';
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0
}

ol ol li:before {
    content: counter(item, lower-alpha) '.'
}

dt {
    font-weight: bold;
    margin: 0
}

dd {
    margin: 0 0 .625em;
    padding: 0
}

table {
    width: 100%;
    clear: both;
    margin: 0 0 1.25em;
    empty-cells: show;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #efefef
}

caption {
    font-weight: bold;
    text-align: left;
    padding: 0 0 10px;
    caption-side: top
}

td,
th {
    vertical-align: top;
    padding: 15px 20px;
    border: 1px solid #efefef
}

th {
    font-weight: bold;
    text-align: left
}

thead th {
    background: #efefef
}

figure {
    margin-bottom: 1.25em
}

figcaption {
    margin-top: .5em
}

@media (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 30px
    }

    h2,
    .h2 {
        font-size: 26px
    }

    h3,
    .h3 {
        font-size: 20px
    }

    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
        font-size: 17px
    }

    img {
        max-width: 100%;
        height: auto
    }
}

.dark-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    display: inline-block;
}

.dark-bg-small {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 15px;
    display: inline-block;
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.icon-svg__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.icon-svg:before {
    content: '';
    display: block
}

.icon-svg--arrow-left {
    width: 21.5px;
}

.icon-svg--arrow-left:before {
    padding-top: 200%
}

.icon-svg--arrow-right-sm {
    width: 10px;
}

.icon-svg--arrow-right-sm:before {
    padding-top: 140%
}

.icon-svg--arrow-right {
    width: 21.5px;
}

.icon-svg--arrow-right:before {
    padding-top: 200%
}

.icon-svg--arrow-sm {
    width: 14px;
}

.icon-svg--arrow-sm:before {
    padding-top: 71.42857142857143%
}

.icon-svg--arrow {
    width: 43px;
}

.icon-svg--arrow:before {
    padding-top: 50%
}

.icon-svg--calendar {
    width: 20px;
}

.icon-svg--calendar:before {
    padding-top: 110.00000000000001%
}

.icon-svg--chevron-down {
    width: 10px;
}

.icon-svg--chevron-down:before {
    padding-top: 100%
}

.icon-svg--chevron-right {
    width: 10px;
}

.icon-svg--chevron-right:before {
    padding-top: 100%
}

.icon-svg--cross {
    width: 16px;
}

.icon-svg--cross:before {
    padding-top: 100%
}

.icon-svg--ctk {
    width: 82px;
}

.icon-svg--ctk:before {
    padding-top: 63.41463414634146%
}

.icon-svg--ctklogo {
    width: 356px;
}

.icon-svg--ctklogo:before {
    padding-top: 63.41463414634146%
}

.icon-svg--facebook {
    width: 11px;
}

.icon-svg--facebook:before {
    padding-top: 218.18181818181816%
}

.icon-svg--instagram {
    width: 25px;
}

.icon-svg--instagram:before {
    padding-top: 100%;
}

.icon-svg--history {
    width: 26px;
}

.icon-svg--history:before {
    padding-top: 100%
}

.icon-svg--how-it-works {
    width: 26px;
}

.icon-svg--how-it-works:before {
    padding-top: 100%
}

.icon-svg--plus-sign {
    width: 14px;
}

.icon-svg--plus-sign:before {
    padding-top: 100%
}

.icon-svg--linkedin {
    width: 25px;
}

.icon-svg--linkedin:before {
    padding-top: 100%
}

.icon-svg--multimedia {
    width: 26px;
}

.icon-svg--multimedia:before {
    padding-top: 84.61538461538461%
}

.icon-svg--news {
    width: 26px /*52px*/;
}

.icon-svg--news:before {
    padding-top: 100%
}

.icon-svg--pdf {
    width: 40px;
}

.icon-svg--pdf:before {
    padding-top: 100%
}

.icon-svg--people {
    width: 27px;
}

.icon-svg--people:before {
    padding-top: 111.11111111111111%
}

.icon-svg--pin {
    width: 20px;
}

.icon-svg--pin:before {
    padding-top: 110.00000000000001%
}

.icon-svg--question-circle {
    width: 20px;
}

.icon-svg--question-circle:before {
    padding-top: 100%
}

.icon-svg--search {
    width: 20px;
}

.icon-svg--search:before {
    padding-top: 100%
}

.icon-svg--twitter {
    width: 25px;
}

.icon-svg--twitter:before {
    padding-top: 80%
}

@-webkit-keyframes animation-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes animation-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.list-next-prev {
    width: 100%;
    text-align: center;
    padding: 20px 0 30px
}

.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-decoration: none;
    font-family: inherit;
}

.btn__text {
    position: relative;
    display: block;
    border: 1px solid transparent;
    padding: 14px 23px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    background: #0075A3 /* #00a5e6 */;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

.btn--icon .btn__text {
    padding: 0;
    width: 40px;
    height: 40px;
}

.btn--icon .btn__text .icon-svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn--secondary .btn__text {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #fff
}

.btn--white .btn__text {
    background-color: #fff;
    border-color: #efefef;
    color: #19417d
}

.btn--sm .btn__text {
    padding: 11px 23px
}

.btn:disabled,
.btn.is-disabled {
    opacity: .5;
    pointer-events: none
}

.no-touchevents .btn:hover .btn__text {
    background: #19417d;
    color: #fff
}

.no-touchevents .btn:hover {
    text-decoration: none
}

.no-touchevents .btn--secondary:hover .btn__text {
    background-color: #fff;
    color: #19417d
}

.no-touchevents .btn--swhite:hover .btn__text {
    background-color: #19417d;
    color: #fff
}

.row-main {
    position: relative;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1350px;
}

.row-main:before,
.row-main:after {
    content: '';
    display: table
}

.row-main:after {
    clear: both
}

.row-main--full {
    max-width: none
}

@media (max-width: 749px) {
    .row-main {
        padding: 0 20px
    }
}

.grid {
    margin-left: -30px;
}

.grid__cell {
    position: relative;
    border: 30px solid transparent;
    border-width: 0 0 0 30px;
}

.grid__cell--top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.grid__cell--middle {
    -ms-flex-item-align: center;
    align-self: center
}

.grid__cell--bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.grid__cell--eq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid__cell--eq>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.grid--middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.grid--bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.grid--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.grid--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.grid--space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.no-flexwrap .grid--middle .grid__cell {
    vertical-align: middle
}

.no-flexwrap .grid--bottom .grid__cell {
    vertical-align: bottom
}

.no-flexwrap .grid--center .grid__cell {
    text-align: center
}

.no-flexwrap .grid--right .grid__cell {
    text-align: right
}

.grid--x-0 {
    margin-left: 0
}

.grid--x-0>.grid__cell {
    border-left-width: 0
}

.grid--x-xs {
    margin-left: -15px
}

.grid--x-xs>.grid__cell {
    border-left-width: 15px
}

.grid--x-md {
    margin-left: -60px
}

.grid--x-md>.grid__cell {
    border-left-width: 60px
}

.grid--x-lg {
    margin-left: -90px
}

.grid--x-lg>.grid__cell {
    border-left-width: 90px
}

.grid--x-xl {
    margin-left: -120px
}

.grid--x-xl>.grid__cell {
    border-left-width: 120px
}

.grid--y-xs {
    margin-bottom: -15px
}

.grid--y-xs>.grid__cell {
    border-bottom-width: 15px
}

.grid--y-sm {
    margin-bottom: -30px
}

.grid--y-sm>.grid__cell {
    border-bottom-width: 30px
}

.grid--y-md {
    margin-bottom: -60px
}

.grid--y-md>.grid__cell {
    border-bottom-width: 60px
}

.grid--y-lg {
    margin-bottom: -90px
}

.grid--y-lg>.grid__cell {
    border-bottom-width: 90px
}

.grid--y-xl {
    margin-bottom: -120px
}

.grid--y-xl>.grid__cell {
    border-bottom-width: 120px
}

.size--auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.size--autogrow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: auto;
    max-width: none
}

.size--1-12 {
    -ms-flex-preferred-size: 8.333333333333334%;
    flex-basis: 8.333333333333334%;
    max-width: 8.333333333333334%
}

.size--2-12 {
    -ms-flex-preferred-size: 16.666666666666668%;
    flex-basis: 16.666666666666668%;
    max-width: 16.666666666666668%
}

.size--3-12 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.size--4-12 {
    -ms-flex-preferred-size: 33.333333333333336%;
    flex-basis: 33.333333333333336%;
    max-width: 33.333333333333336%
}

.size--5-12 {
    -ms-flex-preferred-size: 41.66666666666667%;
    flex-basis: 41.66666666666667%;
    max-width: 41.66666666666667%
}

.size--6-12 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.size--7-12 {
    -ms-flex-preferred-size: 58.333333333333336%;
    flex-basis: 58.333333333333336%;
    max-width: 58.333333333333336%
}

.size--8-12 {
    -ms-flex-preferred-size: 66.66666666666667%;
    flex-basis: 66.66666666666667%;
    max-width: 66.66666666666667%
}

.size--9-12 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.size--10-12 {
    -ms-flex-preferred-size: 83.33333333333334%;
    flex-basis: 83.33333333333334%;
    max-width: 83.33333333333334%
}

.size--11-12 {
    -ms-flex-preferred-size: 91.66666666666667%;
    flex-basis: 91.66666666666667%;
    max-width: 91.66666666666667%
}

.size--12-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media (min-width: 480px) {
    .size--auto\@sm {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .size--autogrow\@sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: none
    }

    .size--1-12\@sm {
        -ms-flex-preferred-size: 8.333333333333334%;
        flex-basis: 8.333333333333334%;
        max-width: 8.333333333333334%
    }

    .size--2-12\@sm {
        -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
        max-width: 16.666666666666668%
    }

    .size--3-12\@sm {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .size--4-12\@sm {
        -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
        max-width: 33.333333333333336%
    }

    .size--5-12\@sm {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        max-width: 41.66666666666667%
    }

    .size--6-12\@sm {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .size--7-12\@sm {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        max-width: 58.333333333333336%
    }

    .size--8-12\@sm {
        -ms-flex-preferred-size: 66.66666666666667%;
        flex-basis: 66.66666666666667%;
        max-width: 66.66666666666667%
    }

    .size--9-12\@sm {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .size--10-12\@sm {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        max-width: 83.33333333333334%
    }

    .size--11-12\@sm {
        -ms-flex-preferred-size: 91.66666666666667%;
        flex-basis: 91.66666666666667%;
        max-width: 91.66666666666667%
    }

    .size--12-12\@sm {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 750px) {
    .size--auto\@md {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .size--autogrow\@md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: none
    }

    .size--1-12\@md {
        -ms-flex-preferred-size: 8.333333333333334%;
        flex-basis: 8.333333333333334%;
        max-width: 8.333333333333334%
    }

    .size--2-12\@md {
        -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
        max-width: 16.666666666666668%
    }

    .size--3-12\@md {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .size--4-12\@md {
        -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
        max-width: 33.333333333333336%
    }

    .size--5-12\@md {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        max-width: 41.66666666666667%
    }

    .size--6-12\@md {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .size--7-12\@md {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        max-width: 58.333333333333336%
    }

    .size--8-12\@md {
        -ms-flex-preferred-size: 66.66666666666667%;
        flex-basis: 66.66666666666667%;
        max-width: 66.66666666666667%
    }

    .size--9-12\@md {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .size--10-12\@md {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        max-width: 83.33333333333334%
    }

    .size--11-12\@md {
        -ms-flex-preferred-size: 91.66666666666667%;
        flex-basis: 91.66666666666667%;
        max-width: 91.66666666666667%
    }

    .size--12-12\@md {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 1000px) {
    .size--auto\@lg {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .size--autogrow\@lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: none
    }

    .size--1-12\@lg {
        -ms-flex-preferred-size: 8.333333333333334%;
        flex-basis: 8.333333333333334%;
        max-width: 8.333333333333334%
    }

    .size--2-12\@lg {
        -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
        max-width: 16.666666666666668%
    }

    .size--3-12\@lg {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .size--4-12\@lg {
        -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
        max-width: 33.333333333333336%
    }

    .size--5-12\@lg {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        max-width: 41.66666666666667%
    }

    .size--6-12\@lg {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .size--7-12\@lg {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        max-width: 58.333333333333336%
    }

    .size--8-12\@lg {
        -ms-flex-preferred-size: 66.66666666666667%;
        flex-basis: 66.66666666666667%;
        max-width: 66.66666666666667%
    }

    .size--9-12\@lg {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .size--10-12\@lg {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        max-width: 83.33333333333334%
    }

    .size--11-12\@lg {
        -ms-flex-preferred-size: 91.66666666666667%;
        flex-basis: 91.66666666666667%;
        max-width: 91.66666666666667%
    }

    .size--12-12\@lg {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .size--auto\@xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .size--autogrow\@xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        width: auto;
        max-width: none
    }

    .size--1-12\@xl {
        -ms-flex-preferred-size: 8.333333333333334%;
        flex-basis: 8.333333333333334%;
        max-width: 8.333333333333334%
    }

    .size--2-12\@xl {
        -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
        max-width: 16.666666666666668%
    }

    .size--3-12\@xl {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .size--4-12\@xl {
        -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
        max-width: 33.333333333333336%
    }

    .size--5-12\@xl {
        -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
        max-width: 41.66666666666667%
    }

    .size--6-12\@xl {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .size--7-12\@xl {
        -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
        max-width: 58.333333333333336%
    }

    .size--8-12\@xl {
        -ms-flex-preferred-size: 66.66666666666667%;
        flex-basis: 66.66666666666667%;
        max-width: 66.66666666666667%
    }

    .size--9-12\@xl {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .size--10-12\@xl {
        -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
        max-width: 83.33333333333334%
    }

    .size--11-12\@xl {
        -ms-flex-preferred-size: 91.66666666666667%;
        flex-basis: 91.66666666666667%;
        max-width: 91.66666666666667%
    }

    .size--12-12\@xl {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.size--col-360 {
    -ms-flex-preferred-size: 360px;
    flex-basis: 360px;
    max-width: 360px;
}

@media (min-width: 1000px) {
    .size--col-360\@lg {
        -ms-flex-preferred-size: 360px;
        flex-basis: 360px;
        max-width: 360px
    }
}

.size--col-990 {
    -ms-flex-preferred-size: calc(100% - 360px);
    flex-basis: calc(100% - 360px);
    max-width: calc(100% - 360px);
}

@media (min-width: 1000px) {
    .size--col-990\@lg {
        -ms-flex-preferred-size: calc(100% - 360px);
        flex-basis: calc(100% - 360px);
        max-width: calc(100% - 360px)
    }
}

.push--1-12 {
    left: 8.333333333333334%
}

.push--2-12 {
    left: 16.666666666666668%
}

.push--3-12 {
    left: 25%
}

.push--4-12 {
    left: 33.333333333333336%
}

.push--5-12 {
    left: 41.66666666666667%
}

.push--6-12 {
    left: 50%
}

.push--7-12 {
    left: 58.333333333333336%
}

.push--8-12 {
    left: 66.66666666666667%
}

.push--9-12 {
    left: 75%
}

.push--10-12 {
    left: 83.33333333333334%
}

.push--11-12 {
    left: 91.66666666666667%
}

.push--12-12 {
    left: 100%
}

@media (min-width: 480px) {
    .push--1-12\@sm {
        left: 8.333333333333334%
    }

    .push--2-12\@sm {
        left: 16.666666666666668%
    }

    .push--3-12\@sm {
        left: 25%
    }

    .push--4-12\@sm {
        left: 33.333333333333336%
    }

    .push--5-12\@sm {
        left: 41.66666666666667%
    }

    .push--6-12\@sm {
        left: 50%
    }

    .push--7-12\@sm {
        left: 58.333333333333336%
    }

    .push--8-12\@sm {
        left: 66.66666666666667%
    }

    .push--9-12\@sm {
        left: 75%
    }

    .push--10-12\@sm {
        left: 83.33333333333334%
    }

    .push--11-12\@sm {
        left: 91.66666666666667%
    }

    .push--12-12\@sm {
        left: 100%
    }
}

@media (min-width: 750px) {
    .push--1-12\@md {
        left: 8.333333333333334%
    }

    .push--2-12\@md {
        left: 16.666666666666668%
    }

    .push--3-12\@md {
        left: 25%
    }

    .push--4-12\@md {
        left: 33.333333333333336%
    }

    .push--5-12\@md {
        left: 41.66666666666667%
    }

    .push--6-12\@md {
        left: 50%
    }

    .push--7-12\@md {
        left: 58.333333333333336%
    }

    .push--8-12\@md {
        left: 66.66666666666667%
    }

    .push--9-12\@md {
        left: 75%
    }

    .push--10-12\@md {
        left: 83.33333333333334%
    }

    .push--11-12\@md {
        left: 91.66666666666667%
    }

    .push--12-12\@md {
        left: 100%
    }
}

@media (min-width: 1000px) {
    .push--1-12\@lg {
        left: 8.333333333333334%
    }

    .push--2-12\@lg {
        left: 16.666666666666668%
    }

    .push--3-12\@lg {
        left: 25%
    }

    .push--4-12\@lg {
        left: 33.333333333333336%
    }

    .push--5-12\@lg {
        left: 41.66666666666667%
    }

    .push--6-12\@lg {
        left: 50%
    }

    .push--7-12\@lg {
        left: 58.333333333333336%
    }

    .push--8-12\@lg {
        left: 66.66666666666667%
    }

    .push--9-12\@lg {
        left: 75%
    }

    .push--10-12\@lg {
        left: 83.33333333333334%
    }

    .push--11-12\@lg {
        left: 91.66666666666667%
    }

    .push--12-12\@lg {
        left: 100%
    }
}

@media (min-width: 1200px) {
    .push--1-12\@xl {
        left: 8.333333333333334%
    }

    .push--2-12\@xl {
        left: 16.666666666666668%
    }

    .push--3-12\@xl {
        left: 25%
    }

    .push--4-12\@xl {
        left: 33.333333333333336%
    }

    .push--5-12\@xl {
        left: 41.66666666666667%
    }

    .push--6-12\@xl {
        left: 50%
    }

    .push--7-12\@xl {
        left: 58.333333333333336%
    }

    .push--8-12\@xl {
        left: 66.66666666666667%
    }

    .push--9-12\@xl {
        left: 75%
    }

    .push--10-12\@xl {
        left: 83.33333333333334%
    }

    .push--11-12\@xl {
        left: 91.66666666666667%
    }

    .push--12-12\@xl {
        left: 100%
    }
}

.pull--1-12 {
    left: -8.333333333333334%
}

.pull--2-12 {
    left: -16.666666666666668%
}

.pull--3-12 {
    left: -25%
}

.pull--4-12 {
    left: -33.333333333333336%
}

.pull--5-12 {
    left: -41.66666666666667%
}

.pull--6-12 {
    left: -50%
}

.pull--7-12 {
    left: -58.333333333333336%
}

.pull--8-12 {
    left: -66.66666666666667%
}

.pull--9-12 {
    left: -75%
}

.pull--10-12 {
    left: -83.33333333333334%
}

.pull--11-12 {
    left: -91.66666666666667%
}

.pull--12-12 {
    left: -100%
}

@media (min-width: 480px) {
    .pull--1-12\@sm {
        left: -8.333333333333334%
    }

    .pull--2-12\@sm {
        left: -16.666666666666668%
    }

    .pull--3-12\@sm {
        left: -25%
    }

    .pull--4-12\@sm {
        left: -33.333333333333336%
    }

    .pull--5-12\@sm {
        left: -41.66666666666667%
    }

    .pull--6-12\@sm {
        left: -50%
    }

    .pull--7-12\@sm {
        left: -58.333333333333336%
    }

    .pull--8-12\@sm {
        left: -66.66666666666667%
    }

    .pull--9-12\@sm {
        left: -75%
    }

    .pull--10-12\@sm {
        left: -83.33333333333334%
    }

    .pull--11-12\@sm {
        left: -91.66666666666667%
    }

    .pull--12-12\@sm {
        left: -100%
    }
}

@media (min-width: 750px) {
    .pull--1-12\@md {
        left: -8.333333333333334%
    }

    .pull--2-12\@md {
        left: -16.666666666666668%
    }

    .pull--3-12\@md {
        left: -25%
    }

    .pull--4-12\@md {
        left: -33.333333333333336%
    }

    .pull--5-12\@md {
        left: -41.66666666666667%
    }

    .pull--6-12\@md {
        left: -50%
    }

    .pull--7-12\@md {
        left: -58.333333333333336%
    }

    .pull--8-12\@md {
        left: -66.66666666666667%
    }

    .pull--9-12\@md {
        left: -75%
    }

    .pull--10-12\@md {
        left: -83.33333333333334%
    }

    .pull--11-12\@md {
        left: -91.66666666666667%
    }

    .pull--12-12\@md {
        left: -100%
    }
}

@media (min-width: 1000px) {
    .pull--1-12\@lg {
        left: -8.333333333333334%
    }

    .pull--2-12\@lg {
        left: -16.666666666666668%
    }

    .pull--3-12\@lg {
        left: -25%
    }

    .pull--4-12\@lg {
        left: -33.333333333333336%
    }

    .pull--5-12\@lg {
        left: -41.66666666666667%
    }

    .pull--6-12\@lg {
        left: -50%
    }

    .pull--7-12\@lg {
        left: -58.333333333333336%
    }

    .pull--8-12\@lg {
        left: -66.66666666666667%
    }

    .pull--9-12\@lg {
        left: -75%
    }

    .pull--10-12\@lg {
        left: -83.33333333333334%
    }

    .pull--11-12\@lg {
        left: -91.66666666666667%
    }

    .pull--12-12\@lg {
        left: -100%
    }
}

@media (min-width: 1200px) {
    .pull--1-12\@xl {
        left: -8.333333333333334%
    }

    .pull--2-12\@xl {
        left: -16.666666666666668%
    }

    .pull--3-12\@xl {
        left: -25%
    }

    .pull--4-12\@xl {
        left: -33.333333333333336%
    }

    .pull--5-12\@xl {
        left: -41.66666666666667%
    }

    .pull--6-12\@xl {
        left: -50%
    }

    .pull--7-12\@xl {
        left: -58.333333333333336%
    }

    .pull--8-12\@xl {
        left: -66.66666666666667%
    }

    .pull--9-12\@xl {
        left: -75%
    }

    .pull--10-12\@xl {
        left: -83.33333333333334%
    }

    .pull--11-12\@xl {
        left: -91.66666666666667%
    }

    .pull--12-12\@xl {
        left: -100%
    }
}

.order--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order--2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order--3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order--4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order--5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order--6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order--7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order--8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order--9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order--10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order--11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order--12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

@media (min-width: 480px) {
    .order--1\@sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order--2\@sm {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order--3\@sm {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order--4\@sm {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order--5\@sm {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order--6\@sm {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order--7\@sm {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order--8\@sm {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order--9\@sm {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order--10\@sm {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order--11\@sm {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order--12\@sm {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width: 750px) {
    .order--1\@md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order--2\@md {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order--3\@md {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order--4\@md {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order--5\@md {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order--6\@md {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order--7\@md {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order--8\@md {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order--9\@md {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order--10\@md {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order--11\@md {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order--12\@md {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width: 1000px) {
    .order--1\@lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order--2\@lg {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order--3\@lg {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order--4\@lg {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order--5\@lg {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order--6\@lg {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order--7\@lg {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order--8\@lg {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order--9\@lg {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order--10\@lg {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order--11\@lg {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order--12\@lg {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

@media (min-width: 1200px) {
    .order--1\@xl {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order--2\@xl {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order--3\@xl {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order--4\@xl {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order--5\@xl {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order--6\@xl {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order--7\@xl {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order--8\@xl {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order--9\@xl {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order--10\@xl {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order--11\@xl {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order--12\@xl {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
}

.img {
    display: block;
    position: relative;
    overflow: hidden;
    background: #efefef;
}

.img:not(.is-loaded):before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    /*border: 4px solid #353535;
    border-top-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: -20px 0 0 -20px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-animation: animation-rotate .8s infinite linear;
    animation: animation-rotate .8s infinite linear*/
}

.img:after {
    content: '';
    display: block
}

.img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.img--3-2:after {
    padding-top: 66.66666666666666%
}

.img--370-200:after {
    padding-top: 54.054054054054056%
}

.img--500-400:after {
    padding-top: 80%
}

.img--380-240:after {
    padding-top: 63.1578947368421%
}

.img--520-320:after {
    padding-top: 61.53846153846154%
}

.img--300-140:after {
    padding-top: 46.666666666666664%
}

.img--300-225:after {
    padding-top: 75%
}

.img--850-480:after {
    padding-top: 56.470588235294116%
}

.img--850-400:after {
    padding-top: 47.05882352941176%
}

.img--protext-hp {
    background: center / contain no-repeat url("/css/ctk/2018/img/protext_logo_BW60pct_210px.png");
    border: 1px solid #efefef;
}

.inp-select,
.inp-text {
    display: block;
    border: 1px solid #efefef;
    padding: 8px 15px;
    background: #fff;
    color: #353535;
    font-family: inherit;
    font-size: 1rem;
    line-height: 20px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: background .3s, border-color .3s;
    -o-transition: background .3s, border-color .3s;
    transition: background .3s, border-color .3s;
}

.inp-select:disabled,
.inp-text:disabled {
    background: #efefef
}

.inp-select:focus,
.inp-text:focus {
    border-color: #353535
}

.has-error .inp-select,
.has-error .inp-text {
    border-color: #f00
}

.has-error .inp-check {
    border: 1px solid #f00
}

.inp-fix {
    position: relative;
    display: block;
}

.has-error .inp-fix {
    color: #f00
}

.has-warning .inp-fix {
    color: #ffa500
}

.has-ok .inp-fix {
    color: #008000
}

.inp-label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: .25em
}

.inp-chckbx span:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 18px;
    height: 18px;
    border: 2px solid #19417d;
    background: #fff;
    -webkit-box-shadow: inset 0 2px 0 #e6e6e6;
    box-shadow: inset 0 2px 0 #e6e6e6;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    transition: border-color 0.2s;
}

.inp-chckbx input:checked+span:after {
    display: block;
}

.inp-chckbx span:after {
    position: absolute;
    display: none;
}

.inp-chckbx input[type="checkbox"]+span:after {
    content: "\e614";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    text-decoration: none;
    left: 12px;
    top: 12px;
    font-size: 14px;
}

.inp-select {
    padding-right: 40px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1Ij48cGF0aCBmaWxsPSIjMDEwMjAyIiBkPSJNMTAgMEw1IDUgMCAwIi8+PC9zdmc+") top 50% right 15px no-repeat;
    background-size: 10px 5px;
}

.inp-select::-ms-expand {
    display: none
}

textarea.inp-text {
    height: auto
}

.inp-text::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(53, 53, 53, 0.5)
}

.inp-text:-ms-input-placeholder {
    opacity: 1;
    color: rgba(53, 53, 53, 0.5)
}

.inp-text::-ms-input-placeholder {
    opacity: 1;
    color: rgba(53, 53, 53, 0.5)
}

.inp-text::placeholder {
    opacity: 1;
    color: rgba(53, 53, 53, 0.5)
}

.inp-text:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25)
}

.inp-text:focus:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25)
}

.inp-text:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25)
}

.inp-text:focus::placeholder {
    color: rgba(0, 0, 0, 0.25)
}

.item-icon {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    vertical-align: top;
}

.item-icon .icon-svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.item-icon--x-26 {
    padding-left: 26px
}

.item-icon--x-40 {
    padding-left: 40px
}

.item-icon--x-70 {
    padding-left: 70px
}

.item-icon--right {
    padding-left: 0;
    padding-right: 20px;
}

.item-icon--right .icon-svg {
    left: auto;
    right: 0
}

.item-icon--xr-15 {
    padding-right: 15px
}

.item-icon--xr-20 {
    padding-right: 20px;
}

.item-icon--xr-20 .icon-svg {
    width: 15px
}

@media (min-width: 750px) {
    .item-icon--x-65 {
        padding-left: 65px
    }
}

.link {
    position: relative;
    font-size: 30px;
    text-decoration: none;
    padding-left: 48px;
    display: inline-block;
}

.link .icon-svg {
    position: absolute;
    left: 0;
    top: 2px
}

.no-touchevents .link:hover {
    text-decoration: underline
}

.no-touchevents .link--nohover:hover {
    text-decoration: none
}

@media (min-width: 1000px) {
    .link {
        font-size: 40px
    }

    .link .icon-svg {
        top: 10px
    }

    .link--small {
        font-size: 30px
    }
}

.message {
    padding: 15px 20px;
    background: #efefef;
}

.message> :last-child {
    margin-bottom: 0
}

.message--error,
.message--ok,
.message--warning {
    color: #fff;
}

.message--error li:before,
.message--ok li:before,
.message--warning li:before {
    background: #fff
}

.message--error a,
.message--ok a,
.message--warning a {
    color: #fff
}

.message--error {
    background: #f00
}

.message--ok {
    background: #008000
}

.message--warning {
    background: #ffa500
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    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;
}

.social__item {
    color: #353535;
}

.no-touchevents .social__item--facebook:hover {
    color: #3b5998
}

.no-touchevents .social__item--twitter:hover {
    color: #1da1f2
}

.no-touchevents .social__item--linkedin:hover {
    color: #0077b5
}

.no-touchevents .social__item--instagram:hover {
    color: #0075A3 /* #00a5e6 */
}

.b-annot__inner {
    margin-bottom: 80px
}

.b-article {
    margin-bottom: 40px;
}

.b-article__inner {
    text-decoration: none;
    display: block;
    color: #353535;
    position: relative
}

.b-article__content {
    position: relative;
}

.b-article__content>*:last-child {
    margin-bottom: 0
}

.b-article__img {
    margin-bottom: 10px;
}

.b-article__img figure {
    margin-bottom: 0
}

.b-article__title {
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.b-article__perex {
    font-size: 17px;
    line-height: 1.588235294117647;
    margin-bottom: 10px;
    letter-spacing: -.5px
}

.b-article__date {
    color: #6e6e6e /* #ababab */;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.176470588235294;
    letter-spacing: -.5px
}

.b-article__views {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500
}

.b-article--lg .b-article__title {
    letter-spacing: -.5px
}

.b-article--md .b-article__title {
    letter-spacing: -.38px
}

.b-article--sm .b-article__title {
    letter-spacing: -.25px
}

.b-article--sm {
    margin-bottom: 20px
}

.b-article--sm .b-article__img {
    margin-bottom: 15px
}

.b-article--sm .b-article__date {
    font-size: 13px;
    line-height: 1.153846153846154
}

.no-touchevents .b-article__inner:hover {
    color: #353535;
    text-decoration: none
}

.no-touchevents .b-article__inner:hover .b-article__title {
    color: #0075A3 /* #00a5e6 */;
    text-decoration: underline
}

@media (max-width: 749px) {
    .b-article__views {
        display: none
    }

    .b-article--lg .b-article__img figure {
        margin-left: -20px;
        margin-right: -20px
    }

    .b-article--lg,
    .b-article--md {
        margin-bottom: 30px
    }

    .b-article--lg .b-article__title,
    .b-article--md .b-article__title {
        margin-bottom: 0
    }

    .b-article--lg .b-article__perex,
    .b-article--md .b-article__perex {
        display: none
    }

    .b-article--lg .b-article__date,
    .b-article--md .b-article__date {
        position: absolute;
        top: -35px;
        left: 20px;
        color: #fff;
        font-size: 13px;
        line-height: 1.153846153846154;
        background: #353535;
        padding: 2px 6px
    }

    .b-article--lg .b-article__date {
        left: 0
    }

    .b-article--sm .b-article__time {
        display: none
    }
}

@media (max-width: 479px) {
    .b-article--md .b-article__img figure {
        margin-left: -20px;
        margin-right: -20px
    }

    .b-article--md .b-article__date {
        left: 0
    }
}

@media (min-width: 750px) {
    .b-article__inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        -webkit-transition: background .3s;
        -o-transition: background .3s;
        transition: background .3s;
        z-index: 1
    }

    .b-article__img,
    .b-article__title,
    .b-article__perex,
    .b-article__date {
        margin-bottom: 20px
    }

    .no-touchevents .b-article__inner:hover:before {
        background: #0075A3 /* #00a5e6 */
    }
}

@media (max-width: 479px) {
    .b-article--sm .b-article__inner {
        padding-left: 90px
    }

    .b-article--sm .b-article__img {
        float: left;
        margin-left: -90px;
        width: 81px;
        height: auto
    }
}

@media (min-width: 480px) {
    .b-article--sm .b-article__title {
        margin-bottom: 0
    }

    .b-article--sm .b-article__img .img:after {
        padding-top: 46.666666666666664%
    }

    .b-article--sm .b-article__date {
        position: absolute;
        top: -40px;
        left: 10px;
        color: #fff;
        background: #353535;
        padding: 2px 6px
    }
}

.b-blog {
    margin-bottom: 20px;
}

.b-blog__inner {
    background-color: #fff;
    padding: 20px 20px 30px;
    display: inline-block;
    border: 1px solid #efefef;
    color: #353535;
    font-size: 13px;
    width: 100%;
}

.b-blog__inner> :last-child {
    margin-bottom: 0
}

.b-blog__title {
    margin-top: 20px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.no-touchevents .b-blog__inner:hover {
    text-decoration: none;
    color: #353535
}

.no-touchevents .b-blog__inner:hover .b-blog__title {
    color: #0075A3 /* #00a5e6 */
}

@media (min-width: 750px) {
    .b-blog__inner {
        padding: 20px 40px 30px
    }

    .b-blog__media {
        margin-left: -20px;
        margin-right: -20px
    }
}

.b-contact {
    margin-bottom: 20px;
    border: 1px solid #efefef;
}

.b-contact__inner {
    background-color: #fff;
    padding: 20px 20px 30px;
    display: inline-block;
    color: #353535;
    font-size: 13px;
    width: 100%;
}

.b-contact__inner> :last-child {
    margin-bottom: 0
}

.b-contact__title {
    margin-top: 20px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.no-touchevents .b-contact__inner:hover {
    text-decoration: none;
    color: #353535
}

.no-touchevents .b-contact__inner:hover .b-contact__title {
    color: #0075A3 /* #00a5e6 */
}

@media (min-width: 750px) {
    .b-contact__inner {
        padding: 20px 40px 30px
    }

    .b-contact__media {
        margin-left: -20px;
        margin-right: -20px
    }
}

.b-council__contact--text {
    font-size: 80%;
    padding-left: 48px;
}

.b-council__video {}

.b-category {
    margin-bottom: 40px;
}

.b-category__inner {
    text-decoration: none;
    display: block;
    color: #353535;
    position: relative;
    border: 1px solid #efefef;
    background: #fff;
}

.b-category__inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    z-index: 1
}

.b-category__content {
    padding: 28px 30px;
}

.b-category__content>*:last-child {
    margin-bottom: 0
}

.b-category__title {
    margin-bottom: 10px;
    color: #19417d;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    letter-spacing: -.5px;
    font-weight: 400
}

.b-category__perex {
    line-height: 1.176470588235294
}

.b-category--bg .b-category__inner {
    border: 0
}

.b-category--bg .b-category__title {
    color: #fff;
    font-weight: 600
}

.b-category--bg .b-category__img figure {
    margin-bottom: 0
}

.b-category--bg .b-category__content {
    padding: 25px 30px 30px;
    background: #353535;
    color: #fff;
}

.b-category--bg .b-category__content>div>*:last-child {
    margin-bottom: 0
}

.no-touchevents .b-category__inner:hover {
    color: #353535;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.no-touchevents .b-category__inner:hover:before {
    background: #0075A3 /* #00a5e6 */
}

.no-touchevents .b-category__inner:hover .b-category__title {
    color: #0075A3 /* #00a5e6 */;
    text-decoration: underline
}

.no-touchevents .b-category--bg .b-category__inner:hover .b-category__title {
    color: #fff;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0
}

@media (max-width: 749px) {
    .b-category {
        margin-bottom: 20px
    }

    .b-category--bg .b-category__content>div {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .b-category__content {
        padding-right: 70px
    }

    .b-category--bg .b-category__content {
        padding-right: 30px;
        position: absolute;
        top: 40px;
        left: 40px
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .b-category--bg .b-category__content>div {
        max-width: 100%
    }
}

@media (min-width: 750px) and (max-width: 999px) {
    .b-category--bg .b-category__content {
        position: absolute;
        top: 40px;
        left: 40px
    }
}

.b-course {
    border: 4px solid transparent;
    border-width: 4px 0 0 0;
    background-color: #fff;
    -webkit-transition: border-color .3s, -webkit-box-shadow .3s;
    transition: border-color .3s, -webkit-box-shadow .3s;
    -o-transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s;
    transition: border-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.b-course--border {
    border: 1px solid #efefef;
}

.b-course__inner {
    display: inline-block;
    font-size: 13px;
    color: #353535;
    text-decoration: none;
    padding: 16px 20px 20px;
    background-color: #fff;
}

.b-course__inner> :last-child {
    margin-bottom: 0
}

.b-course__date {
    font-size: 17px;
    font-weight: 500
}

.b-course__title {
    margin: 0 0 15px;
    font-weight: 600
}

.b-course__price {
    font-size: 35px;
    display: block;
    font-weight: normal
}

.b-course__no-tax {
    color: #6e6e6e /* #ababab */;
    font-size: 16px
}

.b-course__more {
    text-align: center;
    margin-top: 40px
}

.b-course__lector-card a {
    color: #0075A3 /* #00a5e6 */;
}

.b-course__lector-card a:hover {
    color: #fff;
    text-decoration: underline;
}

.no-touchevents .b-course:hover {
    border-width: 4px 0 0 0;
    border-color: #0075A3 /* #00a5e6 */;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.no-touchevents .b-course__inner:hover {
    color: #353535;
    text-decoration: none;
}

.no-touchevents .b-course__inner:hover .b-course__title {
    text-decoration: underline
}

@media (min-width: 1000px) {
    .b-course__inner {
        padding: 21px 40px 40px
    }

    .b-course__price {
        font-size: 40px
    }
}

.b-gallery figure img {
    padding: 10px;
    background: #eee;
}

.b-gallery figure figcaption {
    font-size: 80%;
}

.b-gsearch table,
.b-gsearch tr,
.b-gsearch th,
.b-gsearch td {
    border: 0px;
}

.b-gsearch .gsc-webResult.gsc-result {
    border-top: 1px solid #efefef;
}

.b-cta__wrap {
    border: 1px solid #efefef;
    border-width: 1px 0 0 0
}

.b-cta__box {
    font-size: 16px;
    line-height: 1.25;
}

.b-cta__box>*:last-child {
    margin-bottom: 0
}

@media (min-width: 750px) {
    .b-cta__title {
        padding-top: 60px
    }

    .b-cta__wrap {
        border-width: 0 0 0 1px;
        padding: 0 30px;
    }

    .b-cta__wrap:before,
    .b-cta__wrap:after {
        content: '';
        display: table
    }

    .b-cta__wrap:after {
        clear: both
    }
}

.b-feature__item {
    margin: 0 0 20px 10px;
    font-weight: 600
}

.b-feature__highlighted {
    background-color: #efefef;
    -webkit-box-shadow: 0 0 0 10px #efefef;
    box-shadow: 0 0 0 10px #efefef;
    line-height: 40px;
    display: inline
}

.b-feature__list li {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJwbHVzLXNpZ24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgNTMzLjMzMyA1MzMuMzMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MzMuMzMzIDUzMy4zMzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNNTE2LjY2NywyMDBIMzMzLjMzM1YxNi42NjdDMzMzLjMzMyw3LjQ2MiwzMjUuODcxLDAsMzE2LjY2NywwaC0xMDBDMjA3LjQ2MiwwLDIwMCw3LjQ2MiwyMDAsMTYuNjY3VjIwMEgxNi42NjdDNy40NjIsMjAwLDAsMjA3LjQ2MiwwLDIxNi42Njd2MTAwYzAsOS4yMDQsNy40NjIsMTYuNjY2LDE2LjY2NywxNi42NjZIMjAwdjE4My4zMzRjMCw5LjIwNCw3LjQ2MiwxNi42NjYsMTYuNjY3LDE2LjY2NmgxMDBjOS4yMDQsMCwxNi42NjctNy40NjIsMTYuNjY3LTE2LjY2NlYzMzMuMzMzaDE4My4zMzNjOS4yMDQsMCwxNi42NjctNy40NjIsMTYuNjY3LTE2LjY2NnYtMTAwQzUzMy4zMzMsMjA3LjQ2Miw1MjUuODcxLDIwMCw1MTYuNjY3LDIwMHoiIHN0eWxlPSJmaWxsOnJnYigyNSw2NSwxMjUpO2ZpbGwtcnVsZTpub256ZXJvOyIvPjwvZz48L3N2Zz4=) 5px .4em no-repeat;
    background-size: 14px 14px;
    padding: 0 0 0 28px;
    color: #19417d;
}

.b-info__item {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px
}

.b-info__number {
    font-size: 50px;
    display: block;
    font-weight: normal
}

.b-info__number--inportant {
    font-weight: 600
}

.b-intro {
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.b-intro__wrapper {
    position: relative;
    display: table;
    width: 100%;
    min-height: 300px
}

.b-intro__inner {
    display: table-cell;
    vertical-align: middle
}

.b-intro__scroll {
    position: absolute;
    display: inline-block;
    color: #fff;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (min-width: 750px) {
    .b-intro {
        min-height: 400px
    }

    .b-intro__wrapper {
        min-height: 350px
    }

    .b-intro__scroll {
        bottom: 35px
    }

    .b-intro__wrapper--md {
        min-height: 500px
    }

    .b-intro__wrapper--lg {
        min-height: 660px
    }
}

.b-message {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}

.b-message.b-message {
    margin-top: -100px
}

.b-message> :last-child {
    margin-bottom: 0
}

@media (min-width: 750px) {
    .b-message {
        padding: 40px
    }

    .b-message.b-message {
        margin-top: -160px
    }

    .b-message__title {
        margin-bottom: 50px
    }
}

.b-more__tile {
    display: block;
    padding-bottom: 60px;
    position: relative;
    height: 100%;
}

.b-more__tile .icon-svg {
    position: absolute;
    bottom: 0;
    left: 0
}

.b-more__tile-wrapper {
    color: #fff;
    display: block;
    text-decoration: none;
    height: 100%;
    font-size: 40px;
    line-height: 47px;
    padding: 40px 50px 45px;
    background: #0075A3 /* #00a5e6 */ url("https://i4.cn.cz/ctk/2018/bg/pattern-gray.png") right top no-repeat;
    background-size: 192px 160px
}

.b-more__content {
    position: relative;
    max-height: 16em;
    overflow: hidden;
}

.b-more__content:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 43%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 239, 239, 0)), to(#efefef));
    background-image: -o-linear-gradient(top, rgba(239, 239, 239, 0) 0%, #efefef 100%);
    background-image: linear-gradient(-180deg, rgba(239, 239, 239, 0) 0%, #efefef 100%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.b-more__link .icon-svg__svg {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.no-touchevents .b-more__tile-wrapper:hover {
    color: #fff
}

.is-open .b-more__content {
    max-height: none;
}

.is-open .b-more__content:after {
    opacity: 0
}

.is-open .b-more__link .icon-svg__svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.b-people__inner {
    padding: 10px 10px 35px;
    background-color: #fff;
    text-align: center;
    font-size: 13px;
}

.b-people__inner> :last-child {
    margin-bottom: 0
}

.b-people__title {
    font-size: 16px
}

.b-testemonial {
    text-align: center;
    margin-bottom: 0;
    font-size: 19px;
}

.b-testemonial__media {
    max-width: 100px;
    height: auto;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto
}

.b-testemonial__autor {
    font-size: 18px;
}

.b-testemonial__autor :first-child:after {
    content: ' - ';
    font-weight: normal
}

.b-testemonial--secondary {
    font-family: 'Work Sans', sans-serif;
    font-size: 25px
}

@media (min-width: 750px) {
    /*.b-testemonial {
        font-size:24px
    }*/

    .b-testemonial__media {
        max-width: 160px
    }
}

.c-carousel {
    position: relative;
}

.c-carousel:before,
.c-carousel:after {
    content: '';
    display: table
}

.c-carousel:after {
    clear: both
}

.c-carousel--media .c-carousel__list.c-carousel__list {
    margin: 0;
    position: relative;
}

.js .c-carousel--media .c-carousel__list.c-carousel__list {
    overflow-x: initial;
    overflow: initial
}

.c-carousel--media .slick-list {
    overflow: initial
}

.c-carousel__item {
    border-width: 0 10px;
    display: block !important
}

.c-carousel__img {
    border: 8px solid #fff
}

.c-carousel__prev,
.c-carousel__next {
    position: absolute;
    display: inline-block;
    top: 50%;
    z-index: 10;
    font-size: 0;
    color: #19417d;
    border: none;
    background: transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.no-touchevents .c-carousel__prev:hover,
.no-touchevents .c-carousel__next:hover {
    color: #0075A3 /* #00a5e6 */
}

.no-js .c-carousel__prev,
.no-js .c-carousel__next {
    display: none
}

.c-carousel__prev.slick-disabled,
.c-carousel__next.slick-disabled {
    pointer-events: none;
    opacity: 0
}

.c-carousel__prev .icon-svg,
.c-carousel__next .icon-svg {
    width: 15px
}

.c-carousel__prev {
    left: -20px
}

.c-carousel__next {
    right: -20px
}

.c-carousel--media {
    padding: 0 62px 0 63px;
}

.c-carousel--media .icon-svg {
    color: #fff
}

.c-carousel--media .slick-slide:not(.slick-center) {
    position: relative
}

.c-carousel--media .slick-slide:not(.slick-center):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53, 53, 53, 0.8);
    z-index: 1
}

.c-carousel--media .c-carousel__prev,
.c-carousel--media .c-carousel__next {
    top: 0;
    bottom: 0;
    width: 2000px;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 0;
}

.no-touchevents .c-carousel--media .c-carousel__prev:hover .icon-svg,
.no-touchevents .c-carousel--media .c-carousel__next:hover .icon-svg {
    color: #0075A3 /* #00a5e6 */
}

.c-carousel--media .c-carousel__prev {
    right: calc(100% - 52px);
    text-align: right;
    padding-right: 20px
}

.c-carousel--media .c-carousel__next {
    left: calc(100% - 53px);
    text-align: left;
    padding-left: 20px
}

@media (min-width: 750px) {

    .c-carousel__prev .icon-svg,
    .c-carousel__next .icon-svg {
        width: 21px
    }
}

@media (min-width: 1000px) {
    .c-carousel__prev {
        left: 0
    }

    .c-carousel__next {
        right: 0
    }
}

@media (min-width: 1200px) {
    .c-carousel--media .c-carousel__prev {
        padding-right: 200px
    }

    .c-carousel--media .c-carousel__next {
        padding-left: 200px
    }
}

.c-courses__title {
    font-weight: 300;
    text-align: center
}

.c-courses__list {
    margin: 0 0 -20px -20px
}

.c-courses__item {
    border-width: 0 0 20px 20px
}

.c-hp-article__next {
    border-top: 1px solid #efefef;
}

.c-hp-article__next p {
    margin-bottom: 20px
}

.c-hp-article__separator {
    position: relative;
}

.c-hp-article__separator:after {
    content: '';
    position: absolute;
    top: 95px
        /*0*/
    ;
    bottom: 10px;
    /*right: -30px;*/
    left: -30px;
    width: 1px;
    background: #efefef
}

@media (max-width: 999px) {
    .c-hp-article__next a {
        min-width: 220px
    }

    .c-hp-article__separator:after {
        top: -25px
            /*auto*/
        ;
        bottom: auto
            /*0*/
        ;
        right: 0;
        left: 0;
        width: 100%;
        height: 1px
    }
}

@media (min-width: 1000px) {
    .c-hp-article__print {
        border: 1px solid #efefef;
        padding: 14px 23px;
        font-size: 15px;
        line-height: 20px;
        font-weight: bold;
        background: #fff;
        color: #19417d;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: background .3s, border-color .3s, color .3s;
        -o-transition: background .3s, border-color .3s, color .3s;
        transition: background .3s, border-color .3s, color .3s;
    }

    .c-hp-article__print .icon-svg {
        display: none
    }

    .no-touchevents .c-hp-article__print:hover {
        background-color: #efefef;
        text-decoration: none
    }
}

.c-people__item--join.c-people__item--join {
    border-left-width: 30px
}

@media (max-width: 749px) {
    .c-subnav__article {
        margin-bottom: 0;
        position: relative;
    }

    .c-subnav__article:not(.c-subnav__article--logo) .icon-svg {
        display: none
    }

    .c-subnav__article-title {
        border-top: 1px solid #efefef;
        padding: 15px 10px;
        display: block;
        font-weight: 600;
        text-decoration: none
    }

    .c-subnav__article-text {
        display: none
    }

    .c-subnav__article--logo .icon-svg {
        width: 41px;
        margin-right: 5px
    }

    .c-subnav__other,
    .c-subnav__service {
        font-weight: 600;
        border-top: 1px solid #efefef;
        padding: 15px 10px;
        display: block;
        text-decoration: none;
        margin-bottom: 0;
    }

    .c-subnav__other .icon-svg,
    .c-subnav__service .icon-svg {
        display: none
    }

    .c-subnav__note {
        display: none
    }

    .c-subnav__menu {
        border-top: 1px solid #efefef;
        padding: 25px 10px;
    }

    .c-subnav__menu-link {
        padding: 6px 0;
        display: block;
        text-decoration: none
    }
}

@media (min-width: 750px) {
    .c-subnav {
        margin-bottom: 30px
    }

    .c-subnav .row-main>*:last-child {
        margin-bottom: 0
    }

    .c-subnav__item {
        padding: 20px 25px 20px;
    }

    .c-subnav__item /* :not(:first-child) */ {
        border: 1px solid #efefef;
        border-width: 0 0 0 1px
    }

    .c-subnav__item>*:last-child {
        margin-bottom: 0
    }

    .c-subnav__item--center {
        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;
        text-align: center;
        padding: 20px
    }

    .c-subnav__item--nav {
        padding: 0 20px
    }

    .c-subnav__item--gap {
        padding-top: 35px;
        padding-bottom: 30px
    }

    .c-subnav__item--gap .c-subnav__article {
        margin-bottom: 65px
    }

    .c-subnav__item--gap>*:last-child {
        margin-bottom: 0
    }

    .c-subnav__other {
        font-size: 13px;
        line-height: 2.307692307692307
    }

    .c-subnav__article {
        padding-left: 40px;
        position: relative;
        margin-bottom: 40px;
        font-size: 13px;
        line-height: 1.153846153846154;
    }

    .c-subnav__article-title {
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
        text-decoration: none
    }

    .c-subnav__article .icon-svg {
        position: absolute;
        top: -1px;
        left: 0
    }

    .c-subnav__note {
        display: block;
        font-weight: 600;
        font-size: 16px;
        line-height: 1.125;
        margin-bottom: 0
    }

    .c-subnav__menu-link {
        display: block;
        text-decoration: none;
        line-height: 1.764705882352941
    }

    .c-subnav__article--center {
        text-align: center;
        padding: 0;
    }

    .c-subnav__article--center .icon-svg {
        display: block;
        margin: 0 auto 10px;
        position: relative;
        top: 0;
        left: 0
    }
}

@media (min-width: 750px) {
    .c-subnav__article {
        max-width: 220px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1000px) {
    .c-subnav__article-title {
        font-size: 18px;
        line-height: 1.166666666666667
    }
}

.f-search__trigger {
    position: relative;
    width: 40px;
    height: 40px;
    padding: 10px;
    display: block;
}

.f-search__trigger .icon-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.f-search__trigger .icon-svg--cross {
    opacity: 0;
    visibility: hidden
}

.is-search-open .f-search__trigger .icon-svg {
    opacity: 0;
    visibility: hidden
}

.is-search-open .f-search__trigger .icon-svg--cross {
    opacity: 1;
    visibility: visible
}

.f-search__inner {
    background: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 5;
}

.is-search-open .f-search__inner {
    opacity: 1;
    visibility: visible
}

.f-search .inp-fix {
    padding-right: 50px
}

.f-search__input {
    padding: 9px 10px 10px 10px
}

.f-search__btn {
    position: absolute;
    top: 0;
    right: 10px;
}

.f-search__btn .btn__text {
    width: 40px;
    height: 40px;
    background: transparent;
    color: #19417d
}

@media (max-width: 749px) {
    .f-search__inner {
        top: 100%;
        left: 0;
        right: 0;
        padding: 0 10px;
        -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15)
    }

    .f-search .inp-fix {
        border-top: 1px solid #efefef
    }

    .f-search__input {
        border-width: 0
    }
}

@media (min-width: 750px) {
    .f-search {
        position: relative;
        margin: 0 -10px 0 7px
    }

    .f-search__inner {
        top: 0;
        right: 40px;
    }

    .is-search-open .f-search__inner {
        width: 475px
    }

    .f-search__btn {
        right: 0;
    }

    .f-search__btn .btn__text {
        background: #0075A3 /* #00a5e6 */;
        color: #fff
    }

    .f-search__input {
        border-width: 0 0 1px 0
    }
}

.m-accessibility {
    position: absolute;
    left: -5000px;
    top: 0;
}

.m-accessibility a:focus,
.m-accessibility a:active {
    position: absolute;
    top: 0;
    left: 5000px;
    width: 200px;
    padding: 2px 0 5px;
    z-index: 900;
    text-align: center;
    background: #fff
}

.m-breadcrumb__list {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin-left: -10px
}

.m-breadcrumb__item {
    margin: 0;
    border: 10px solid transparent;
    border-width: 0 0 0 10px;
}

.m-breadcrumb__item+.m-breadcrumb__item {
    position: relative;
    padding-left: 20px
}

.m-breadcrumb__link {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    padding: 15px 0
}

.m-breadcrumb__link[aria-current] {
    pointer-events: none;
    font-weight: 600
}

.m-breadcrumb__separator {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: -3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-breadcrumb__separator:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #6e6e6e /* #ababab */;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.b-intro .m-breadcrumb {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4)
}

.b-intro .m-breadcrumb__separator:before {
    border-color: #fff
}

.m-footer__item {
    text-align: center
}

.m-footer__link {
    text-decoration: none;
    display: block;
    font-size: 16px;
    line-height: 2.125;
    position: relative
}

@media (max-width: 749px) {
    .m-footer {
        border: 1px solid #efefef;
        border-width: 1px 0;
        padding: 20px 0
    }

    .m-footer__item {
        text-align: center
    }
}

@media (min-width: 750px) {
    .m-footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -20px
    }

    .m-footer__item--separator {
        border-left: 1px solid #efefef
    }

    .m-footer__link {
        color: #353535;
        font-size: 13px;
        line-height: 1.153846153846154;
        padding: 10px
    }
}

@media (min-width: 1160px) {
    .m-footer__link {
        padding: 10px 13px
    }
}

.m-main__link {
    text-decoration: none;
    display: block;
    padding: 10px;
    position: relative
}

.m-main__item.has-sub .m-main__link {
    padding-right: 40px;
}

.m-main__item.has-sub .m-main__link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: inherit;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.m-main__item.has-sub.is-open .m-main__item.has-sub__link {
    color: #0075A3 /* #00a5e6 */;
}

.m-main__item.has-sub.is-open .m-main__item.has-sub__link:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg)
}

.no-touchevents .m-main__item:hover .m-main__link {
    text-decoration: none;
    color: #0075A3 /* #00a5e6 */;
}

.no-touchevents .m-main__item:hover .m-main__link:before {
    opacity: 1;
    visibility: visible
}

@media (max-width: 749px) {
    .m-main__item {
        background: #efefef;
        padding: 0 10px
    }

    .m-main__item:not(:first-child) .m-main__link {
        border-top: 1px solid #fff
    }

    .m-main__item.has-sub.is-open {
        background: #fff
    }

    .m-main__item.has-sub.is-open .m-main__sub {
        display: block
    }

    .m-main__item.has-sub.is-open+.m-main__item .m-main__link {
        border-color: transparent
    }

    .m-main__link {
        font-weight: 600;
        padding: 12px 10px 11px
    }

    .m-main__sub {
        display: none;
        margin-left: -20px;
        margin-right: -20px
    }
}

@media (min-width: 750px) {
    .is-search-open .m-main {
        opacity: 0;
        visibility: hidden
    }

    .m-main__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .m-main__item.has-sub .m-main__link {
        padding-right: 20px;
    }

    .m-main__item.has-sub .m-main__link:after {
        right: 5px;
        width: 6px;
        height: 6px
    }

    .m-main__item.has-sub.is-open .m-main__sub {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s, 0s;
        -o-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s
    }

    .m-main__link {
        font-size: 15px;
        padding: 27px 15px;
        position: relative;
    }

    .m-main__link:before {
        opacity: 0;
        visibility: hidden;
        content: '';
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        height: 1px;
        background: currentColor
    }

    .m-main__sub {
        padding: 20px 0;
        bottom: 0;
        left: 0;
        right: 0;
        position: absolute;
        z-index: 10;
        background: #fff;
        -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -o-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
    }

    .m-main__sub-inner>*:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 750px) and (min-width: 1000px) {
    .m-main__sub {
        padding: 40px 0 30px
    }

    .m-main__link {
        padding: 47px 23px;
        font-size: 17px
    }

    .m-main__item.has-sub .m-main__link {
        padding-right: 40px;
    }

    .m-main__item.has-sub .m-main__link:after {
        right: 20px
    }
}

.m-mobile {
    margin-bottom: 0;
    margin-right: -10px;
}

.m-mobile__link {
    width: 40px;
    height: 40px;
    position: relative;
    display: block;
    color: #19417d;
    text-decoration: none;
    vertical-align: middle;
    z-index: 11
}

.m-mobile__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.m-mobile__icon:before,
.m-mobile__icon:after {
    content: '';
    position: absolute;
    right: 0;
    width: 20px;
    top: 50%;
    height: 2px;
    background-color: currentColor;
    -webkit-box-shadow: 0 -6px currentColor, 0 6px currentColor;
    box-shadow: 0 -6px currentColor, 0 6px currentColor;
    -webkit-transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    transition: -webkit-transform .3s, -webkit-box-shadow .3s;
    -o-transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s;
    transition: transform .3s, box-shadow .3s, -webkit-transform .3s, -webkit-box-shadow .3s
}

.is-nav-open .m-mobile__icon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: none;
    box-shadow: none
}

.is-nav-open .m-mobile__icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: none;
    box-shadow: none
}

@media (min-width: 750px) {
    .m-mobile {
        display: none
    }
}

.m-pages__link {
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.no-touchevents .m-pages__link:hover {
    text-decoration: underline
}

.m-pages__link--highlighted {
    font-weight: 600
}

@media (max-width: 749px) {
    .m-pages {
        padding: 20px 0
    }

    .m-pages__link {
        color: #19417d;
        padding: 0;
    }

    .m-pages__link--highlighted {
        display: block;
        background: #0075A3 /* #00a5e6 */;
        color: #fff;
        padding: 12px;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600
    }
}

@media (min-width: 750px) {
    .m-pages__list {
        margin-right: -10px
    }

    .m-pages__link {
        padding: 13px 10px;
        font-size: 13px;
        line-height: 1.153846153846154;
        color: #353535
    }
}

@media (min-width: 1000px) {
    .m-pages__link {
        padding: 13px 16px
    }
}

.m-sub__item:first-child .m-sub__link:before {
    background-color: transparent
}

.m-sub__link {
    color: #19417d;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    padding: 13px 15px;
    background-color: #fff;
    border: 1px solid #fff;
    border-width: 5px 0;
    display: inline-block;
    position: relative;
}

.m-sub__link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #efefef
}

.is-active .m-sub__link {
    color: #6e6e6e /* #ababab */;
    font-weight: normal;
    pointer-events: none
}

.no-touchevents .m-sub__link:hover {
    color: #353535
}

@media (min-width: 480px) {
    .m-sub__link {
        font-size: 15px;
        padding: 15px 21px
    }
}

@media (min-width: 750px) {
    .m-sub__link {
        padding: 15px 41px
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    position: relative;
    min-width: 320px
}

:first-child {
    margin-top: 0
}

.header {
    background: #fff;
    position: relative;
}

.header>.row-main {
    position: static
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo {
    display: block;
    font: 100%/1 'Work Sans', sans-serif;
    margin: 0;
    position: relative;
}

.header__logo .icon-svg {
    color: #19417d
}

.header__logo a {
    display: block;
    text-decoration: none;
    color: #353535
}

h1.header__logo {
    color: #353535
}

.header__logo .icon-svg {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 749px) {
    .header__side {
        padding: 10px 0
    }

    .header__nav {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s 0s, visibility 0s .3s;
        -o-transition: opacity .3s 0s, visibility 0s .3s;
        transition: opacity .3s 0s, visibility 0s .3s;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 5;
        -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
    }

    .is-nav-open .header__nav {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s, 0s;
        -o-transition-delay: 0s, 0s;
        transition-delay: 0s, 0s
    }
}

@media (min-width: 750px) {
    .header__pages {
        border-bottom: 1px solid #efefef;
        top: 0;
        left: 0;
        width: 100%;
        position: absolute;
        text-align: right
    }

    .header__inner {
        padding-top: 40px
    }
}

@media (max-width: 999px) {
    .header__logo {
        font-size: 13px;
        line-height: 1.153846153846154;
    }

    .header__logo a {
        padding-left: 48px
    }

    h1.header__logo {
        padding-left: 48px
    }

    .header__logo .icon-svg {
        width: 174px
            /*40px*/
    }
}

@media (min-width: 1000px) {
    .header__logo a {
        padding: 0 0 0 122px
    }

    h1.header__logo {
        padding: 0 0 0 122px
    }
}

@media (max-width: 1079px) {
    .header__logo .icon-svg {
        width: 300px
    }
}

@media (max-width: 899px) {
    .header__logo .icon-svg {
        width: 174px
    }
}

.no-touchevents .header__logo a:hover {
    text-decoration: none
}

.footer {
    border-top: 1px solid #efefef;
}

.footer__logo {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #353535;
    padding-left: 50px;
    font-size: 13px;
    line-height: 1.153846153846154;
}

.footer__logo .icon-svg {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 41px
}

.footer__btn {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #efefef;
    padding: 14px 23px;
    font-size: 18px;
    line-height: 1.166666666666667;
    border-radius: 10px;
    font-weight: 300;
    background: #fff;
    color: #6e6e6e /* #ababab */;
    text-align: center;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

.no-touchevents .footer__btn:hover {
    background-color: #efefef;
    color: #19417d;
    text-decoration: none
}

@media (min-width: 750px) {
    .footer__logo {
        padding-left: 69px
    }
}

.mother {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

.mother .main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.u-align-top {
    vertical-align: top
}

.u-align-middle {
    vertical-align: middle
}

.u-align-bottom {
    vertical-align: bottom
}

.u-clearfix:before,
.u-clearfix:after {
    content: '';
    display: table
}

.u-clearfix:after {
    clear: both
}

.u-ctx {
    display: table-cell;
}

.u-ctx:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: xx-large;
    content: ' x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x '
}

.u-pull-left {
    float: left
}

.u-pull-right {
    float: right
}

.u-vhide {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

.u-p-sm {
    padding: 30px
}

.u-p-xmd {
    padding: 30px
}

.u-p-md {
    padding: 30px
}

.u-p-lg {
    padding: 45px
}

.u-p-xl {
    padding: 60px
}

.u-pt-sm {
    padding-top: 30px
}

.u-pt-xmd {
    padding-top: 30px
}

.u-pt-md {
    padding-top: 30px
}

.u-pt-lg {
    padding-top: 45px
}

.u-pt-xl {
    padding-top: 60px
}

.u-pl-20 {
    padding-left: 20px;
}

.u-mb-0 {
    margin-bottom: 0
}

.u-mb-xsm {
    margin-bottom: 15px
}

.u-mb-sm {
    margin-bottom: 30px
}

.u-mb-xmd {
    margin-bottom: 30px
}

.u-mb-md {
    margin-bottom: 30px
}

.u-mb-lg {
    margin-bottom: 45px
}

.u-mb-xl {
    margin-bottom: 60px
}

.u-mt-sm {
    margin-top: 30px
}

.u-mt-xmd {
    margin-top: 30px
}

.u-mt-md {
    margin-top: 30px
}

.u-mt-lg {
    margin-top: 45px
}

.u-mt-xl {
    margin-top: 60px
}

.u-m-center {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 480px) {
    .u-m-center\@sm {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 750px) {
    .u-m-center\@md {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1000px) {
    .u-m-center\@lg {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .u-m-center\@xl {
        margin-left: auto;
        margin-right: auto
    }
}

.u-m-right {
    margin-left: auto;
    margin-right: 0;
}

@media (min-width: 480px) {
    .u-m-right\@sm {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width: 750px) {
    .u-m-right\@md {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width: 1000px) {
    .u-m-right\@lg {
        margin-left: auto;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .u-m-right\@xl {
        margin-left: auto;
        margin-right: 0
    }
}

.u-m-left {
    margin-left: 0;
    margin-right: auto;
}

@media (min-width: 480px) {
    .u-m-left\@sm {
        margin-left: 0;
        margin-right: auto
    }
}

@media (min-width: 750px) {
    .u-m-left\@md {
        margin-left: 0;
        margin-right: auto
    }
}

@media (min-width: 1000px) {
    .u-m-left\@lg {
        margin-left: 0;
        margin-right: auto
    }
}

@media (min-width: 1200px) {
    .u-m-left\@xl {
        margin-left: 0;
        margin-right: auto
    }
}

@media (min-width: 1000px) {
    .u-p-xmd {
        padding: 40px
    }

    .u-p-md {
        padding: 60px
    }

    .u-p-lg {
        padding: 90px
    }

    .u-p-xl {
        padding: 120px
    }

    .u-pt-xmd {
        padding-top: 40px
    }

    .u-pt-md {
        padding-top: 60px
    }

    .u-pt-lg {
        padding-top: 90px
    }

    .u-pt-xl {
        padding-top: 120px
    }

    .u-mb-0 {
        margin-bottom: 0
    }

    .u-mb-xmd {
        margin-bottom: 40px
    }

    .u-mb-md {
        margin-bottom: 60px
    }

    .u-mb-lg {
        margin-bottom: 90px
    }

    .u-mb-xl {
        margin-bottom: 120px
    }

    .u-mt-xmd {
        margin-top: 40px
    }

    .u-mt-md {
        margin-top: 60px
    }

    .u-mt-lg {
        margin-top: 90px
    }

    .u-mt-xl {
        margin-top: 120px
    }
}

.u-text-right {
    text-align: right
}

.u-text-center {
    text-align: center
}

.u-text-left {
    text-align: left;
}

@media (min-width: 750px) {
    .u-text-left\@md {
        text-align: left
    }
}

@media (min-width: 1000px) {
    .u-text-left\@lg {
        text-align: left
    }
}

.u-text-justify {
    text-align: justify
}

.u-text-nowrap {
    white-space: nowrap
}

.u-text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.u-text-lowercase {
    text-transform: lowercase
}

.u-text-uppercase {
    text-transform: uppercase
}

.u-text-capitalize {
    text-transform: capitalize
}

.u-no-decoration {
    text-decoration: none
}

.u-font-light {
    font-weight: 300
}

.u-font-regular {
    font-weight: normal
}

.u-font-bold {
    font-weight: bold
}

.u-font-semi {
    font-weight: 600
}

.u-font-italic {
    font-style: italic
}

.u-text-hide {
    font: 0/0 a;
    color: transparent;
    text-decoration: none
}

.u-text-md {
    font-size: 19px;
    line-height: 1.4
}

@media (min-width: 750px) {
    .u-text-md {
        font-size: 25px
    }
}

.u-hide {
    display: none;
}

@media (min-width: 480px) {
    .u-hide\@sm {
        display: none
    }
}

@media (min-width: 750px) {
    .u-hide\@md {
        display: none
    }
}

@media (min-width: 1000px) {
    .u-hide\@lg {
        display: none
    }
}

@media (min-width: 1200px) {
    .u-hide\@xl {
        display: none
    }
}

.u-show {
    display: block;
}

@media (min-width: 480px) {
    .u-show\@sm {
        display: block
    }
}

@media (min-width: 750px) {
    .u-show\@md {
        display: block
    }
}

@media (min-width: 1000px) {
    .u-show\@lg {
        display: block
    }
}

@media (min-width: 1200px) {
    .u-show\@xl {
        display: block
    }
}

.no-overlay {
    overflow: hidden
}

.js .u-js-hide {
    display: none
}

.u-out,
.js .u-js-out {
    position: absolute;
    left: -5000px
}

.u-max-width-1-12 {
    max-width: 108px
}

.u-max-width-2-12 {
    max-width: 215px
}

.u-max-width-3-12 {
    max-width: 323px
}

.u-max-width-4-12 {
    max-width: 430px
}

.u-max-width-5-12 {
    max-width: 538px
}

.u-max-width-6-12 {
    max-width: 645px
}

.u-max-width-7-12 {
    max-width: 753px
}

.u-max-width-8-12 {
    max-width: 860px
}

.u-max-width-9-12 {
    max-width: 968px
}

.u-max-width-10-12 {
    max-width: 1075px
}

.u-max-width-11-12 {
    max-width: 1183px
}

.u-bg-gray {
    background: #efefef url("https://i4.cn.cz/ctk/2018/bg/pattern-gray.png") right center no-repeat
}

.u-bg-black {
    background: #353535 url("https://i4.cn.cz/ctk/2018/bg/pattern-black.png") right center no-repeat;
    color: #fff
}

.u-bg-blue {
    background: #19417d url("https://i4.cn.cz/ctk/2018/bg/pattern-blue.png") left center no-repeat;
    color: #fff
}

.u-bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: #efefef
}

.u-color-white {
    color: #fff
}

.u-color-gray {
    color: #6e6e6e /* #ababab */
}

.u-color-lightblue {
    color: #0075A3 /* #00a5e6 */
}

.u-color-text {
    color: #353535
}

.u-color-primary {
    color: #19417d
}

#smapa {
    width: 100%;
    height: 400px;
}

#smapa img {
    max-width: none;
}

.ctknews img {
    max-width: 100%;
    height: auto;
}

.b-exhibition h3 {
    color: #19417d;
}
.b-exhibition h3:hover {
    text-decoration: underline;
    cursor: pointer;
}
.b-exhibition h3::after {
    content: ">";
    display: inline-block;
    transform: rotate(00deg);
    margin: 0 15px;
    color: #2ebcad;
}
.b-exhibition h3.active::after {
    transform: rotate(90deg);
}
.b-exhibition h3 ~ div {
    padding-left: 20px;
}
.b-exhibition__block {

}
.b-exhibition__description {

}
.b-exhibition__panels {
    border-left: 5px solid #efefef;
    padding-left: 20px;
    font-style: italic;
}
.responsive-16-9 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.responsive-16-9 iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#protextodber {
    margin-top: 2.5rem;
}

.odber-vypis li {
    background: none;
    padding-left: 5px;
}
.odber-vypis li::before {
    content: "";
    width: 1rem;
    height: .5rem;
    border: 2px solid #000;
    transform: rotate(-45deg);
    transform-origin: center;
    border-right: 0;
    border-top: 0;
    display: inline-block;
    margin: 0 10px 5px 0;
}
.odber-vypis li img {
    display: none;
}

.odber-vypis p:last-of-type {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    text-decoration: none;
    font-family: inherit;
}

.odber-vypis p:last-of-type a {
    position: relative;
    display: block;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 16px 28px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background: #0075A3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s;
}

.odber-vypis p:last-of-type:hover a {
    background: #19417d;
    text-decoration: none;
}