* {
  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: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
@media (max-width: 767px) {
  br {
    display: none;
  }
}
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: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.75em 0.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: 14px 29px;
  color: #1E1E1E;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  transition: color ease .33s;
}
.med-button--main:focus {
  color: #373737;
}
.med-button--main:hover {
  color: #373737;
  border-color: #ffffff;
  background-color: #ffffff;
}
.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 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  border-radius: 30px;
  opacity: 0.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: 0.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 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.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: 52% no-repeat;
  background-size: cover;
  border: 0;
  outline: 0;
  color: #ffffff;
}
.med-slider--main .med-slider__item:hover {
  color: #ffffff;
}
.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;
  line-height: 1.1;
  color: #ffffff;
  padding: 0 0 10px;
}

.med-slider--main .med-slider__item-code {
  font-family: HelveticaNeue, sans-serif;
  font-size: 10px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 12px;
}


.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-container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    z-index: 1;
    top: auto;
    padding: 32px 32px 6.5%;
    height: auto;
    /* background: #87A4B1; */
  }
  .med-slider--main .med-slider__item-container-content {
    text-align: left;
  }
  .med-slider--main .med-slider__item-title {
    font-size: 36px;
    line-height: 1.22;
    margin-bottom: 0;
    max-width: none;
  }
  .med-slider--main .med-slider__item-more {
    text-align: center;
  }
  .med-slider--main .med-slider__item-more .med-button {
    font-size: 20px;
    padding: 18px 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: 42px;
    line-height: 1.25;
    color: #fff;
    margin: 0;
  }
  .med-slider--main .med-slider__item-description {
    max-width: 400px;
    font-family: HelveticaNeue, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3125;
    color: #ffffff;
    padding: 15px 0;
  }
  .med-slider--main .med-slider__item-code {
    font-size: 16px;
  }
  .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: 100px 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: 350px) {
  .med-slider--main > .med-slider__item + .med-slider__item {
    display: none;
  }
  .med-slider--main .med-slider__item-more .med-button{
    font-size: 16px;
  }

  .med-button--main{
    padding: 12px 24px;
  }

  .med-slider--main .med-slider__item {
    height: 350px;
    background: 48% no-repeat;
    background-size: cover;
  }
  .med-slider--main .med-slider__item-container {
    padding: 80px 0 60px 20px;
    margin: 0;
    width: 50%;
  }
  .med-slider--main .med-slider__item-title {
    font-size: 28px;
    color: #fff;
    line-height: 1.1;
  }
  .med-slider--main .med-slider__item-description {
    font-size: 18px;
    line-height: 1.3;
    padding: 15px 0 10px;
    max-width: 280px;
  }

  .med-slider--main .med-slider__item-code {
    font-size: 14px;
  }

  .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;
    background: 49% no-repeat;
    background-size: cover;
  }
  .med-slider--main .med-slider__item-container {
    padding: 90px 0 60px 80px;
    width: 50%;
    margin: 0;
  }
  .med-slider--main .med-slider__item-title {
    /*max-width: 340px;*/
    font-family: HelveticaNeue-Bold, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.1;
    color: #fff;
  }

  .med-slider--main .med-slider__item-description {
    font-size: 24px;
    line-height: 1.3;
    max-width: 320px;
    padding: 15px 0;
  }

  .med-slider--main .med-slider__item-code {
    font-size: 16px;
  }

  .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;
    background-position: 47.5% center;
  }
  .med-slider--main .med-slider__item-container {
    padding: 164px 0 86px 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;
    background-position: 47.5% center;
  }
  .med-slider--main .med-slider__item-container {
    padding: 140px 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;
    background-position: 50% center;
  }
  .med-slider--main .med-slider__item-container {
    padding: 120px 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: 48px;
    line-height: 1.1;
  }

  .med-slider--main .med-slider__item-description {
    max-width: 500px;
    font-family: HelveticaNeue, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.3125;
    color: #ffffff;
    padding: 20px 0 16px;
  }
}
@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-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-aspect-ratio: 299999/200000) and (max-height: 410px) {
  .med-slider.med-slider--main .med-slider__item-container {
    padding: 20px 20px 8%;
  }
  .med-slider.med-slider--main .med-slider__item-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 320px) {
  .med-slider.med-slider--main .med-slider__item-container {
    padding: 20px 20px 5%;
  }
}

@media only screen and (max-width: 608px) {

  .med-slider--main .med-slider__item-more .med-button{
    font-size: 18px;
    padding: 16px;
  }
}

@media only screen and (max-width: 500px) {
  .med-slider--main .med-slider__item-title {
    font-size: 25px;
  }

  .med-slider--main .med-slider__item-more .med-button{
    font-size: 18px;
    padding: 12px;
  }
}

@media only screen and (max-width: 400px) {
  .med-slider--main .med-slider__item-title {
    font-size: 22px;
  }

  .med-slider--main .med-slider__item-more .med-button{
    font-size: 14px;
    padding: 8px;
  }

}

@media only screen and (max-width: 368px) {
  .med-slider--main .med-slider__item-title {
    font-size: 18px;
  }

  .med-slider--main .med-slider__item-more .med-button{
    padding: 8px;
  }
}

@media only screen and (min-width: 1280px) and (max-height: 410px) {
  .med-slider--main .med-slider__item{
    background-position: 51% 50%;
  }
}

@media only screen and (min-width: 1320px) and (max-height: 410px) {
  .med-slider--main .med-slider__item{
    background-position: 53% 50%;
  }
}


@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: 1180px) and (max-width: 1239px) {*/
/*  .med-slider--main .med-slider__item {*/
/*    background-position: 53% center;*/
/*  }*/
/*}*/

@media only screen and (min-width: 1240px) and (max-width: 1365px) {
  .med-slider--main .med-slider__item {
    background-position: 52% center;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1179px) {
  .med-slider--main .med-slider__item {
    background-position: 48% center;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1023px) {
  .med-slider--main .med-slider__item {
    background-position: 53% center;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .med-slider--main .med-slider__item {
    background-position: 52% center;
  }
}

@media only screen and (min-width: 500px) and (max-width: 767px) {
  .med-slider.med-slider--main .med-slider__item-container-content {
    max-width: 500px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 680px) {
  .med-slider.med-slider--main .med-slider__item-title {
    font-size: 5.25vw;
  }
}

@media only screen and (min-width: 341px) and (max-width: 480px) {
  .med-slider.med-slider--main .med-slider__item-title {
    margin-bottom: 0;
    padding: 0;
  }

  .med-slider.med-slider--main .med-slider__item-description {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    padding: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 340px) {
  .med-slider.med-slider--main .med-slider__item-title {
    margin-bottom: 2px;
    font-size: 18px;
    padding: 0;
  }

  .med-slider.med-slider--main .med-slider__item-description {
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
  }
}
