@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
    url('../fonts/hinted-subset-Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/hinted-subset-Montserrat-Regular.woff') format('woff'),
    url('../fonts/hinted-subset-Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
    url('../fonts/hinted-subset-Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/hinted-subset-Montserrat-Bold.woff') format('woff'),
    url('../fonts/hinted-subset-Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: Montserrat, sans-serif;
}

h3 {
  font-size: 1.8rem;
}

.heading-text {
  font-size: 1.6rem;
}

html {
  font-size: 62.5%;
}

.utazz-hero-fontsize {
  font-size: 3rem;
}

.pink-color {
  color: #ef4e69;
}

.font-space {
  letter-spacing: 2px;
}

.card-text {
  font-size: 1.3rem;
}

.card-top-border,
.hr-color {
  border-top: 1px solid #ff486a;
}

.card-image {
  border-radius: 5px;
  overflow: hidden;
}

.image-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 100;
}

.overlay-text {
  color: white;
  font-size: 1.3rem;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.playbutton {
  height: auto;
  width: 20%;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.footer-image {
  flex: 1 20%;
  width: 80px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
}

.footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-location {
  flex: 1 40%;
}

.footer-likes {
  display: flex;
  justify-content: start;
  padding-left: 1rem;
  flex-wrap: nowrap;
  flex: 1 20%;
}

.footer-location__title {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-location__font-size {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.footer {
  margin-top: 0;
  box-shadow: 0 0 12px 0 #e6e7f3;
  padding-bottom: 100px;
  position: relative;
  z-index: 1000;
}

.footer .other-logo {
  display: inline-block;
  width: auto;
  height: 38px;
}

@media (max-width:47.99em) {
  .footer .other-logo {
    margin: 40px 10px 10px;
  }
}

.footer .other-logo img {
  object-fit: contain;
  height: 100%;
  height: 45px !important;
  margin-top: 0 !important;
  width: 120px !important;
  top: -5px !important;
}

.footer .footer__menus {
  top: 50px;
  color: #252323;
  position: relative;
  float: right;
  margin-right: -15px;
  text-align: end;
  width: 100%;
}

@media (max-width:47.99em) {
  .footer .footer__menus {
    margin-right: 0;
    text-align: center;
  }
}

.footer .footer__menus span {
  margin-left: 15px;
}

.footer .footer__menus a {
  font-size: 12px;
  color: #252323;
}

.footer .container,
.footer .cookie-bar>div {
  padding-top: 100px;
}

@media (max-width:47.99em) {

  .footer .container,
  .footer .cookie-bar>div {
    padding-top: 40px;
  }
}

.footer .scrolltop {
  cursor: pointer;
}

.footer .logo {
  margin-bottom: 48px;
}

@media (max-width:47.99em) {
  .footer .logo {
    text-align: center;
    margin-bottom: 28px;
  }
}

.footer .logo a {
  display: inline-block
}

.footer .logo a img {
  display: block;
  width: 184px;
  height: 40px;
  position: relative;
  top: 50%;
  margin-top: 10px;
}

@media (max-width:47.99em) {
  .footer .logo a {
    text-align: center;
  }
}

.footer .footer__text {
  font-size: 12px;
  margin-top: 40px
}

.footer .socials {
  position: relative;
  top: 10px;
  float: right;
  display: inline-block;
}

@media (max-width:47.99em) {
  .footer .socials {
    text-align: center;
  }
}

.footer .socials>span {
  margin-right: 40px;
  font-weight: 500;
  font-size: 1.2rem;
}

@media (max-width:47.99em) {
  .footer .socials>span {
    display: block;
    padding-bottom: 10px;
    margin-right: 0;
  }
}

.footer .socials .social {
  display: inline-block;
  margin-right: 40px;
}

.footer .socials .social:last-of-type {
  margin-right: 0;
}

@media (max-width:47.99em) {
  .footer .socials .social {
    margin-right: 15px;
  }
}

@media (max-width:47.99em) {
  .footer .socials {
    position: relative;
    top: 10px;
    display: block;
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    padding-bottom: 20px
  }
}

.footer hr {
  height: 1px;
  background-color: #e9eaf3;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px
}

.footer h4 {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px
}

.footer h5 {
  color: #b2b9c4;
  font-size: 12px;
  line-height: 20px;
  display: block;
  margin: 0
}

.footer .sublist {
  padding-left: 15px;
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px
}

.footer .sublist:before {
  content: " ";
  background: #e9eaf3;
  width: 3px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0
}

.footer ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.footer ul li {
  margin-top: 20px;
  margin-bottom: 20px
}

.footer ul li a {
  color: #ef4e69;
  font-size: 12px;
  line-height: 20px;
  display: block
}

.footer ul li a:hover {
  color: #ef4e69
}

.footer .row>li {
  width: 16.66667%;
  float: left;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px
}

.footer .row>li a {
  color: #ef4e69
}

.footer .row.nav-footer {
  display: flex
}

@media (max-width:47.99em) {
  .footer .row.nav-footer {
    column-count: 2;
    column-gap: 10px;
    display: block
  }
}

.footer .row.nav-footer>.col-xs-6,
.footer .row.nav-footer>li {
  float: none;
  display: inline-block
}

@media (max-width:47.99em) {

  .footer .row.nav-footer>.col-xs-6,
  .footer .row.nav-footer>li {
    width: 100%
  }
}

.footer .row.nav-footer-bottom {
  justify-content: flex-end
}

.footer .row.nav-footer-bottom .order-1 {
  order: 1
}

@media (max-width:47.99em) {
  .footer .row.bottom-links .copyright {
    text-align: center
  }
}

.footer .row.bottom-links .copyright li:after {
  content: "|";
  margin: 0 10px
}

.footer .row.bottom-links .copyright li:last-child:after {
  display: none
}

.footer .row.bottom-links .copyright .absolute,
.footer .row.bottom-links .copyright .absolute a {
  display: inline-block
}

.footer address {
  color: #b2b9c4;
  font-size: 12px;
  line-height: 20px;
  display: block
}

.footer address a {
  color: #b2b9c4
}

.footer address a:hover {
  color: #ef4e69
}

.footer .copyright {
  color: #b2b9c4;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px
}

.footer .copyright a {
  color: #b2b9c4
}

.footer .copyright a:hover {
  color: #ef4e69
}

.footer .copyright .footer-separator {
  padding-left: 10px;
  padding-right: 10px
}

.footer .title {
  position: relative;
  top: 10px;
  text-align: center;
  color: #a3aab7;
  height: 16px
}

@media (max-width:47.99em) {
  .footer .title {
    text-align: center;
    height: auto;
    margin-bottom: 10px
  }
}

.footer .other-logos {
  text-align: right
}

@media (max-width:47.99em) {
  .footer .other-logos {
    text-align: center
  }
}

.footer .footer-logo {
  background-image: url("../img/magyarorszag_logo_color.png");
  height: 38px;
  width: 150px;
  background-size: cover
}

.footer .footer-icon,
.footer .footer-logo {
  background-position: 50%;
  background-repeat: no-repeat;
  display: inline-block
}

.footer .footer-icon {
  background-size: 18px;
  background-color: #b2b9c4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin: 0 0 -6px
}

.footer .footer-icon.instagram {
  background-image: url("../img/ig.svg")
}

.footer .footer-icon.youtube {
  background-image: url("../img/yt.svg")
}

.footer .footer-icon.facebook {
  background-image: url("../img/facebook-icon.png")
}

.header-top {
    background: #f8f8fd;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1000
}

a:hover, a:active {
    text-decoration: none;
}

a.pink-color:hover {
    color: #b33a4e;
}

.red-button:hover {
    color: #fff;
    background-color: #ff315b;
}

.modal-content {
    font-size: 1.6rem;
    border-radius: 0;
    background-clip: unset;
    background-color: #99d2ecf5;
    padding: 6rem 2rem
}

.modal-header {
    justify-content: center;
    border: 0;
    padding: 1rem 1rem 0;
}

.modal-body {
    margin: 3rem 0;
    text-align: center;
    border: 0;
    color: #00688f;
}

.modal-footer {
    border: 0;
}

.modal-title {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    color: #00688f;
}

.modal-dialog {
    max-width: 600px;
}

.modal-button-size {
    font-size: 1.6rem;
}

.modal button.close {
    right: 20px;
    top: 20px;
    outline: none;
}

.modal button.close:active {
    outline: none;
}

.header-top .header-top--right-menu {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    font-family: Montserrat, sans-serif
}

.header-top .header-top--right-menu:hover {
    cursor: pointer
}

.underline {
    text-decoration: underline;
}

@media (max-width:29.99em) {
    .header-top .header-top--right-menu .wonder-button {
        transform: scale(.75) translateX(-23px);
        display: block
    }
}

@media (max-width:56.99em) {
    .header-top .header-top--right-menu.nav-opened-opened.loggedin-true {
        transform: scale(.75) translateX(-23px);
        display: block
    }
}

@media (max-width:56.99em) {
    .header-top.opened {
        position: fixed;
        top: 0;
        z-index: 1000
    }
}

@media (max-width:56.99em) {
    .header-top.opened .right.user {
        position: fixed;
        top: 9px;
        right: 53px;
        width: auto;
        height: auto;
        padding: 0;
        border-radius: 50%;
        margin: 0;
        z-index: 100;
        transform: scale(.8)
    }
}

@media (max-width:62em) {
    .header-top {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }
}

.header-top .firstline {
    height: 61px;
    background: #f8f8fd;
    display: block
}

@media (max-width:62em) {
    .header-top .firstline {
        background: #fff
    }
}

.header-top .pos {
    width: 1170px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 30px)
}

.header-top .burger-menu-button {
    width: 32px;
    height: 32px;
    background: url('../img/burger.png');
    background-position: 50%;
    background-size: contain;
    display: none;
    float: right;
    margin-right: -5px
}

@media (max-width:56.99em) {
    .header-top .burger-menu-button {
        display: block
    }
}

.header-top .burger-menu-button.tourinform {
    display: none
}

.header-top.opened .burger-menu-button {
    background-image: url('../img/burger-close.png')
}

.header-top nav {
    display: block;
    background: #fff;
    box-shadow: 0 0 12px 0 #e6e7f3;
    height: 80px;
    line-height: 20px
}

@media (max-width:56.99em) {
    .header-top nav {
        position: absolute;
        top: 61px;
        left: 0;
        width: 100%;
        z-index: 200;
        background: #fff;
        height: auto;
        border-bottom: 3px solid #e6e7f3;
        display: none
    }
}

@media (max-width:56.99em) {
    .header-top nav.opened {
        position: fixed;
        top: 60px;
        z-index: 100;
        height: calc(100vh - 119px);
        overflow: auto;
        display: block
    }

    .header-top nav.opened:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        content: " ";
        z-index: -1
    }

    .header-top nav.opened .pos {
        margin: 0;
        width: 100%;
        max-width: 100%
    }
}

.header-top nav .user {
    padding-top: 20px
}

@media (max-width:56.99em) {
    .header-top nav .user {
        padding-left: 15px;
        padding-top: 6px
    }
}

.header-top nav .user .user__img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    cursor: pointer
}

.header-top nav .user .user__menu {
    right: calc(50% - 80px);
    width: 160px;
    top: 75px;
    border: 1px solid #e8e8e8;
    position: absolute;
    background-color: #f1f3f7;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1)
}

@media screen and (max-width:1400px) {
    .header-top nav .user .user__menu {
        right: 0
    }
}

.header-top nav .user .user__menu:after,
.header-top nav .user .user__menu:before {
    content: "";
    display: block;
    position: absolute;
    left: calc(50% - 4px);
    top: 0;
    transform: rotate(-90deg);
    width: 0;
    height: 0;
    border-style: solid
}

@media screen and (max-width:1400px) {

    .header-top nav .user .user__menu:after,
    .header-top nav .user .user__menu:before {
        left: calc(100% - 25px) !important
    }
}

.header-top nav .user .user__menu:after {
    left: calc(50% - 5px);
    top: -12px;
    border-color: transparent transparent transparent #f1f3f7;
    border-width: 6px
}

.header-top nav .user .user__menu:before {
    top: -15px;
    left: calc(50% - 6px);
    border-color: transparent transparent transparent #e8e8e8;
    border-width: 7px
}

.header-top nav .user .user__menu .user__menu-item {
    text-align: center;
    padding: 15px 0;
    text-transform: none;
    line-height: 18px;
    font-size: 14px;
    color: #ef4e69;
    cursor: pointer;
    display: block
}

.header-top nav .menu-item {
    font-size: 13px;
    color: #252323;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 54px;
    position: relative;
    height: 80px;
    display: inline-block;
    background: #fff
}

.header-top nav .menu-item:last-of-type.right {
    float: right;
    margin-right: 0
}

.header-top nav .menu-item:hover a {
    color: #ef4e69
}

.header-top nav .menu-item.menu-item-with-submenu:after {
    content: " ";
    display: block;
    position: absolute;
    top: calc(50% - 2px);
    right: -10px;
    z-index: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0;
    border-color: #646f82 transparent transparent
}

@media (max-width:56.99em) {
    .header-top nav .menu-item.menu-item-with-submenu:after {
        right: 20px
    }
}

@media (max-width:85.99em) {
    .header-top nav .menu-item {
        /*margin-right: 11px*/
    }
}

@media (max-width:66.99em) {
    .header-top nav .menu-item {
        margin-right: 44px
    }
}

@media (max-width:56.99em) {
    .header-top nav .menu-item {
        width: 100%;
        margin: 0;
        height: auto;
        float: none
    }
}

.header-top nav .menu-item .link-title,
.header-top nav .menu-item .submenu-title {
    color: #252323;
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer
}

@media (max-width:74.99em) {

    .header-top nav .menu-item .link-title,
    .header-top nav .menu-item .submenu-title {
        font-size: 12px
    }
}

@media (max-width:66.99em) {

    .header-top nav .menu-item .link-title,
    .header-top nav .menu-item .submenu-title {
        font-size: 11px;
        letter-spacing: -.5px
    }
}

@media (max-width:56.99em) {

    .header-top nav .menu-item .link-title,
    .header-top nav .menu-item .submenu-title {
        height: auto;
        width: 100%;
        padding: 15px 20px;
        font-size: 13px
    }
}

.header-top nav .menu-item:hover {
    color: #646f82
}

.header-top nav .menu-item:hover .submenu-title {
    color: #ef4e69
}

@media (min-width:48em) {
    .header-top nav .menu-item:hover .submenu {
        display: block
    }
}

@media (max-width:56.99em) {
    .header-top nav .menu-item.active {
        color: #646f82;
        background-color: #ef4e69
    }

    .header-top nav .menu-item.active .submenu-title {
        color: #fff
    }

    .header-top nav .menu-item.active .submenu {
        display: block;
        position: relative;
        box-shadow: 0 0 0 0 rgba(230, 231, 243, 0);
        left: 0
    }
}

.header-top nav .menu-item .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 200;
    background: #fff;
    box-shadow: 0 5px 12px 0 rgba(230, 231, 243, .466);
    min-width: 300px
}

.header-top nav .menu-item .submenu .menu-item {
    display: block;
    height: auto
}

.header-top nav .menu-item .submenu .link-title,
.header-top nav .menu-item .submenu .submenu-title {
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, .05);
    width: 100%;
    padding: 10px 20px
}

@media (max-width:56.99em) {

    .header-top nav .menu-item .submenu .link-title,
    .header-top nav .menu-item .submenu .submenu-title {
        color: #ef4e69;
        font-size: 11px;
        padding-left: 40px
    }
}

.header-top nav .menu-item .submenu .link-title:hover,
.header-top nav .menu-item .submenu .submenu-title:hover {
    background-color: #ef4e69;
    color: #fff
}

.header-top .logo {
    background-image: url('../img/magyarorszag_logo_with_slogan_color.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 178px;
    height: 47px;
    background-position: 100% 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: transform 1s ease;
    cursor: pointer;
    float: left;
    display: block;
    margin-top: 8px;
    font-size: 0
}

.header-top .logo:hover {
    opacity: 1;
    transform: scale(1.1)
}

@media (max-width:56.99em) {
    .header-top .logo {
        width: 148px;
        height: 39px;
        left: 16px;
        top: 10px;
        margin-top: 11px
    }
}

.header-top .social-logos {
    float: right;
    padding-top: 14px
}

@media (max-width:56.99em) {
    .header-top .social-logos {
        padding-top: 14px
    }
}

.header-top .social-logos:nth-last-child(2) {
    margin-right: 0
}

.header-top .social-logos .social {
    border-radius: 100px;
    background-color: #b2b9c4;
    height: 32px;
    width: 32px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: 50%;
    display: inline-block;
    margin-right: 35px
}

@media (max-width:56.99em) {
    .header-top .social-logos .social {
        display: none
    }
}

.header-top .social-logos .social:nth-last-child(2) {
    margin-right: 0
}

.header-top .social-logos .social.instagram {
    background-image: url('../img/ig.svg')
}

.header-top .social-logos .social.youtube {
    background-image: url('../img/yt.svg')
}

.header-top .social-logos .social.facebook {
    background-image: url('../img/facebook-icon.png')
}

.header-top .social-logos .social.text[class] {
    margin-left: 10px;
    width: auto;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    top: -1px;
    font-family: Montserrat, sans-serif;
    font-family: 400
}

@media (max-width:56.99em) {
    .header-top .social-logos .social.text[class] {
        font-size: 13px;
        top: -3px;
        position: relative;
        display: none
    }
}

.header-top .social-logos.social-logos-mobile {
    display: none
}

@media (max-width:56.99em) {
    .header-top .social-logos.social-logos-mobile {
        display: flex;
        justify-content: space-around;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 10;
        padding: 15px;
        background: #f8f8fd
    }

    .header-top .social-logos.social-logos-mobile .social {
        display: inline-block;
        margin: 0
    }
}

.header-top .tourinform-menu {
    float: right;
    padding: 21px 37px 21px 0
}

@media (max-width:56.99em) {
    .header-top .tourinform-menu {
        padding-right: 0;
        margin-left: 10px
    }
}

@media (max-width:29.99em) {
    .header-top .tourinform-menu {
        margin-left: 17px;
        padding-top: 0;
        margin-right: -15px
    }
}

.header-top .tourinform-menu .button,
.header-top .tourinform-menu .login-container .button-normal,
.login-container .header-top .tourinform-menu .button-normal {
    padding-left: 10px;
    padding-right: 10px
}

.header-top .tourinform-menu .button:hover,
.header-top .tourinform-menu .login-container .button-normal:hover,
.login-container .header-top .tourinform-menu .button-normal:hover {
    color: #fff
}

@media (max-width:29.99em) {

    .header-top .tourinform-menu .button,
    .header-top .tourinform-menu .login-container .button-normal,
    .login-container .header-top .tourinform-menu .button-normal {
        font-size: 8px;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media (max-width:22.4375em) {

    .header-top .tourinform-menu .button,
    .header-top .tourinform-menu .login-container .button-normal,
    .login-container .header-top .tourinform-menu .button-normal {
        font-size: 7px;
        padding-left: 3px;
        padding-right: 3px
    }
}

.menu-item a {
    color: #ef4e69
}

.menu-item.pos-abs {
    position: absolute;
    z-index: 1
}

.menu-item.right-top {
    top: 10px;
    right: 10px
}


.homepage__header {
    height: 450px;
    display: flex;
    align-items: center;
    margin: 0;
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.homepage__header #mo_logo {
    position: absolute;
    right: 200px;
    bottom: 20px;
    width: 300px
}

@media (max-width:56.99em) {
    .homepage__header #mo_logo {
        width: 150px;
        right: 80px;
        bottom: 10px
    }
}

.homepage__header #mtu_logo {
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 120px
}

@media (max-width:56.99em) {
    .homepage__header #mtu_logo {
        width: 70px;
        right: 10px;
        bottom: 10px
    }
}

@media (max-width:56.99em) {
    .homepage__header {
        height: auto;
        padding: 40px 0 60px
    }
}

.homepage__header h1 {
    line-height: 48px;
    width: 600px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    margin: auto;
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    text-align: center
}

@media (max-width:56.99em) {
    .homepage__header h1 {
        font-size: 4rem;
        width: auto;
        line-height: 150%;
        max-width: 273px
    }
}

.homepage__header h3 {
    color: #fff;
    font-size: 2rem
}

@media (max-width:56.99em) {
    .homepage__header h3 {
        font-size: 1.6rem
    }
}

.homepage__header .button-container {
    margin-bottom: 40px
}

.white-button {
    background-color: white;
    color: #ef4e69;
}

.red-button {
    background-color: #ef4e69;
    color: white;
}

.homepage__header .button,
.homepage__header .login-container .button-normal,
.login-container .homepage__header .button-normal,
.footer-button {
    font-size: 1.2rem;
    font-weight: 300;
    padding: 1.2rem 3rem;
    text-align: center;
    margin: auto;
    border-radius: 5px;
    line-height: inherit;
}

.homepage__header .button:hover,
.homepage__header .login-container .button-normal:hover,
.login-container .homepage__header .button-normal:hover {
    color: #fff;
    background-color: #ff315b
}
@keyframes modal-video {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px)
  }

  to {
    transform: translate(0, 0)
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.modal-video-close {
  opacity: 0
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px)
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  animation-timing-function: ease-out;
  animation-duration: .3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent
}

.modal-video-close-btn:before {
  transform: rotate(45deg)
}

.modal-video-close-btn:after {
  transform: rotate(-45deg)
}

.modal-video-close-btn:before,
.modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px
}