* {
    box-sizing: border-box
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

@font-face {
    font-family: HelveticaNeue;
    src: url(HelveticaNeue.eot);
    src: url(HelveticaNeue.eot?#iefix) format("embedded-opentype"), url(HelveticaNeue.ttf) format("truetype"), url(HelveticaNeue.woff) format("woff"), url(HelveticaNeue.woff2) format("woff2"), url(HelveticaNeue.svg#HelveticaNeue) format("svg")
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url(HelveticaNeue-Bold.eot);
    src: url(HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(HelveticaNeue-Bold.ttf) format("truetype"), url(HelveticaNeue-Bold.woff) format("woff"), url(HelveticaNeue-Bold.woff2) format("woff2"), url(HelveticaNeue-Bold.svg#HelveticaNeue-Bold) format("svg")
}

.med-button {
    display: inline-block;
    cursor: pointer;
    background: 0 0;
    border: none;
    font-family: HelveticaNeue, sans-serif
}

.med-button, .med-button:focus {
    text-decoration: none;
    outline: 0
}

.med-button--main {
    font-size: 16px;
    text-align: center;
    padding: 15px 30px;
    color: #000;
    border: 1px solid #fff;
    background-color: #fff;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px
}

.med-button--main:focus {
    color: #fff
}

.med-button--main:hover {
    color: #fff;
    border-color: #00bfbe;
    background-color: #00bfbe
}

.med-button--main-round {
    font-size: 16px;
    text-align: center;
    padding: 15px 30px;
    color: #fff;
    border: 1px solid #00abaa;
    background-color: #00abaa;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    border-radius: 30px;
    opacity: .8
}

.med-button--main-round:focus {
    color: #fff
}

.med-button--main-round:hover {
    color: #fff;
    opacity: 1
}

.med-button--main-additional {
    font-size: 16px;
    color: #373737;
    border-color: #ffda00;
    background-color: #ffda00
}

.med-button--main-additional:focus {
    color: #373737
}

.med-button--main-additional:hover {
    border-color: #fee361;
    background-color: #fee361
}

.med-button[disabled] {
    pointer-events: none;
    opacity: .6
}

.med-menu--top .med-menu__logo .med-button span {
    display: block;
    position: relative
}

.med-menu--top .med-menu__logo .med-button span:after {
    content: "";
    display: block;
    height: 2px;
    background-color: #fdda01;
    width: 0;
    -webkit-transition: width .2s linear;
    -o-transition: width .2s linear;
    transition: width .2s linear;
    position: absolute;
    top: 100%;
    left: 0
}

.med-menu--top .med-menu__logo .med-button:hover span:after {
    width: 100%
}

.med-slider {
    font-size: 0
}

.med-slider--main > .med-slider__item + .med-slider__item {
    display: none
}

.med-slider--main .med-slider__item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    background: 50% no-repeat;
    background-size: cover;
    border: 0;
    outline: 0;
    color: #373737
}

.med-slider--main .med-slider__item:after {
    content: "";
    display: block;
    clear: both
}

.med-slider--main .med-slider__item:hover {
    color: #373737
}

.med-slider--main .med-slider__item-block {
    width: 100%;
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden
}

.med-slider--main .med-slider-iframe {
    width: 100% !important;
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    pointer-events: none
}

.med-slider--main .med-slider-iframe-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.med-slider--main .med-slider__item-container {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.med-slider--main .med-slider__item-title {
    font-family: HelveticaNeue-Bold, sans-serif;
    max-width: 550px
}

.med-slider--main .med-slider__item-description {
    font-family: HelveticaNeue, sans-serif;
    font-size: 20px;
    color: #373737;
    padding: 30px 0
}

.med-slider--main .med-slider__item-more .med-button {
    font-family: HelveticaNeue, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px
}

.med-search .med-button--main {
    padding: 8px 20px
}

@media only screen and (max-aspect-ratio: 299999/200000) {
    .med-button--main {
        width: 100%;
        max-width: 320px
    }

    .med-slider--main > .med-slider__item + .med-slider__item {
        display: none
    }

    .med-slider--main .med-slider__item {
        position: relative
    }

    .med-slider--main .med-slider__item:before {
        content: "";
        display: block;
        float: left;
        padding-top: 128%
    }

    .med-slider--main .med-slider__item:after {
        content: "";
        display: block;
        width: 100%;
        position: absolute;
        top: calc(100% - 300px);
        right: 0;
        bottom: 0;
        left: 0;
        background-image: -webkit-linear-gradient(88deg, #d3e6e1 40%, rgba(210, 229, 224, 0) 98%);
        background-image: -o-linear-gradient(88deg, #d3e6e1 40%, rgba(210, 229, 224, 0) 98%);
        background-image: linear-gradient(2deg, #d3e6e1 40%, rgba(210, 229, 224, 0) 98%)
    }

    .med-slider--main .med-slider__item-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        z-index: 1;
        top: auto;
        padding: 0 40px 12.5%;
        height: 250px
    }

    .med-slider--main .med-slider__item-container-content {
        text-align: left
    }

    .med-slider--main .med-slider__item-title {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 10px;
        max-width: none
    }

    .med-slider--main .med-slider__item-description {
        font-size: 14px;
        padding: 0 0 10px;
        display: none
    }

    .med-slider--main .med-slider__item-code {
        color: #373737;
        font-size: 14px;
        font-family: HelveticaNeue, sans-serif;
        margin: 0 0 20px;
    }

    .med-slider--main .med-slider__item-more {
        text-align: center
    }

    .med-slider--main .med-slider__item-more .med-button {
        font-size: 16px;
        padding: 10px 30px;
        max-width: none
    }
}

@media only screen and (min-aspect-ratio: 3/2) and (min-height: 426px) {
    .med-slider--main .med-slider__item-title {
        font-family: HelveticaNeue-Bold, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 44px;
        line-height: 50px;
        color: #373737
    }

    .med-slider--main .med-slider__item-description {
        max-width: 500px;
        font-family: HelveticaNeue, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #373737
    }

    .med-slider--main .med-slider__item-code {
        color: #373737;
        font-size: 16px;
        font-family: HelveticaNeue, sans-serif;
        margin: 0 0 12px;
    }

    .med-slider--main button.next, .med-slider--main button.previous {
        width: 50px;
        height: 50px;
        top: 50%;
        left: 50%;
        right: auto
    }

    .med-slider--main button.previous {
        margin-top: -25px;
        margin-left: -670px
    }

    .med-slider--main button.next {
        margin-left: 620px;
        margin-top: -50px
    }
}

@media only screen and (min-aspect-ratio: 3/2) and (min-height: 426px) and (max-height: 475px) {
    .med-slider--main .med-slider__item {
        height: 450px
    }

    .med-slider--main .med-slider__item-container {
        padding: 30px 0 60px 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-aspect-ratio: 3/2) and (max-height: 375px) {
    .med-slider--main > .med-slider__item + .med-slider__item {
        display: none
    }

    .med-slider--main .med-slider__item {
        height: 350px
    }

    .med-slider--main .med-slider__item-container {
        padding: 40px 0 60px 20px;
        margin: 0;
        width: 50%
    }

    .med-slider--main .med-slider__item-title {
        font-size: 36px;
        line-height: 1;
        max-width: 500px
    }

    .med-slider--main .med-slider__item-description {
        display: none;
        font-size: 16px;
        line-height: 1.4;
        max-width: 500px;
        padding-bottom: 20px
    }

    .med-slider--main .med-slider__item-code {
        color: #373737;
        font-size: 16px;
        font-family: HelveticaNeue, sans-serif;
        margin: 16px 0;
    }

    .med-slider--main button.next, .med-slider--main button.previous {
        display: none
    }
}

@media only screen and (min-aspect-ratio: 3/2) and (min-height: 376px) and (max-height: 425px) {
    .med-slider--main > .med-slider__item + .med-slider__item {
        display: none
    }

    .med-slider--main .med-slider__item {
        height: 400px
    }

    .med-slider--main .med-slider__item-container {
        padding: 30px 0 60px 80px;
        width: 42%;
        margin: 0
    }

    .med-slider--main .med-slider__item-title {
        max-width: 440px;
        font-family: HelveticaNeue-Bold, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 1;
        color: #373737
    }

    .med-slider--main .med-slider__item-description {
        max-width: 460px;
        font-family: HelveticaNeue, sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        padding: 20px 0;
        color: #373737
    }

    .med-slider--main .med-slider__item-code {
        color: #373737;
        font-size: 14px;
        font-family: HelveticaNeue, sans-serif;
        margin: 0 0 12px;
    }

    .med-slider--main button.next, .med-slider--main button.previous {
        width: 50px;
        height: 50px;
        top: 50%
    }

    .med-slider--main button.previous {
        margin-top: -25px;
        left: 20px
    }

    .med-slider--main button.next {
        right: 20px;
        margin-top: -50px
    }
}

@media only screen and (min-aspect-ratio: 3/2) and (min-height: 576px) {
    .med-slider--main .med-slider__item {
        height: 600px
    }

    .med-slider--main .med-slider__item-container {
        padding: 50px 0 90px 80px
    }
}

@media only screen and (min-aspect-ratio: 3/2) and (min-height: 526px) and (max-height: 575px) {
    .med-slider--main .med-slider__item {
        height: 550px
    }

    .med-slider--main .med-slider__item-container {
        padding: 50px 0 90px 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-aspect-ratio: 3/2) and (min-height: 476px) and (max-height: 525px) {
    .med-slider--main .med-slider__item {
        height: 500px
    }

    .med-slider--main .med-slider__item-container {
        padding: 40px 0 80px 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (min-width: 1530px) {
    .med-slider--main .med-slider__item-title {
        font-size: 50px;
        line-height: 1
    }

    .med-slider--main button.previous {
        margin-left: -700px
    }

    .med-slider--main button.next {
        margin-left: 650px
    }
}

@media only screen and (max-aspect-ratio: 299999/200000) and (min-height: 411px) and (max-height: 614px) {
    .med-slider.med-slider--main .med-slider__item:after {
        top: calc(100% - 310px)
    }

    .med-slider.med-slider--main .med-slider__item-title {
        font-size: 22px;
        line-height: 32px
    }
}

@media only screen and (max-aspect-ratio: 299999/200000) and (max-height: 410px) {
    .med-slider.med-slider--main .med-slider__item:after {
        top: calc(100% - 310px)
    }

    .med-slider.med-slider--main .med-slider__item-container {
        padding: 0 20px 12.5%
    }

    .med-slider.med-slider--main .med-slider__item-title {
        font-size: 22px;
        line-height: 32px
    }
}

@media only screen and (max-width: 320px) {
    .med-slider.med-slider--main .med-slider__item-container {
        padding: 0 20px 12.5%
    }
}

@media only screen and (width: 1024px) and (height: 768px) {
    .med-slider--main .med-slider__item {
        height: 600px;
        background-position-x: 55%
    }
}

@media only screen and (width: 1366px) and (height: 1024px) {
    .med-slider--main .med-slider__item {
        height: 600px;
        background-position-x: 55%
    }
}

@media only screen and (min-width: 320px) and (max-width: 380px) {

    .med-slider.med-slider--main .med-slider__item-code {
        font-size: 10px;
        margin: 0 0 6px;
    }
}

