html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
  outline: none;
}

html {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

body {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 7rem;
}

@media (min-width: 430px) {
  body {
    padding-top: 4rem;
  }
}

@media (min-width: 992px) {
  body {
    padding-top: 6rem;
  }
}

@media (min-width: 1200px) {
  body {
    padding-top: 12.4375rem;
  }
}

main {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

::-moz-selection {
  color: #fff;
  background: #c7141a;
}

::selection {
  color: #fff;
  background: #c7141a;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #c7141a;
}

a:hover {
  text-decoration: underline;
}

h1 {
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

h2, h3 {
  line-height: 1.3;
}

h1 {
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 1.3rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.4rem;
  }
}

h5 {
  font-size: 1.1em;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.2rem;
  }
}

strong,
b {
  font-weight: 600;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

img:active {
  pointer-events: none;
}

.btn {
  display: inline-block;
  background: #c7141a;
  color: #fff;
  border: 0;
  border-radius: 0.5em;
  padding: 0.75em 1em;
  font-size: 1em;
  font-family: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.btn--full {
  width: 100%;
}

.container, .lang-changer__container, .page-contact__container, .footer__container, .intro__container, .home-diff__container, .home-how__container, .sections__container, .filter__container, .offers__container {
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.container--l, .page-contact__container {
  max-width: 66.375rem;
}

.container--m {
  max-width: 56rem;
}

.container--s {
  max-width: 46rem;
}

.lang-changer {
  position: fixed;
  z-index: 1000;
  top: 1.125rem;
  right: 3rem;
  width: 100%;
  -webkit-transition: .2s;
  transition: .2s;
}

.lang-changer--modal-hidden {
  top: -3rem;
}

@media (min-width: 992px) {
  .lang-changer {
    top: 1.75rem;
    right: unset;
  }
  .lang-changer--hidden {
    top: -3rem;
  }
}

.lang-changer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: .5rem;
}

@media (min-width: 430px) {
  .lang-changer__container {
    padding: 0 1rem;
  }
}

.lang-item {
  background: none;
  border: 0;
  padding: 0 .875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  -webkit-transition: .2s;
  transition: .2s;
  position: relative;
}

@media (min-width: 1200px) {
  .lang-item {
    font-size: 1.25rem;
  }
}

@media (min-width: 1200px) {
  .lang-item:last-child {
    margin-right: 1rem;
  }
}

.lang-item:not(:last-child):before {
  content: '';
  position: absolute;
  top: .3125rem;
  right: -.1875rem;
  background: #c7141a;
  height: .75rem;
  width: .125rem;
}

@media (min-width: 1200px) {
  .lang-item:not(:last-child):before {
    height: 1.125rem;
  }
}

.lang-item a {
  color: #053354;
  opacity: .5;
}

.lang-item a:hover {
  opacity: 1;
  text-decoration: none;
}

.current-lang {
  display: none;
}

@media (min-width: 430px) {
  .current-lang {
    display: block;
  }
}

.current-lang a {
  opacity: 1;
}

.topnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 992px) {
  .topnav {
    padding: 3.8125rem 0 3.4375rem;
  }
}

.topnav--hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 992px) {
  .topnav {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .topnav--lower {
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
  }
}

.topnav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 86rem;
  margin: 0 auto;
  pointer-events: none;
}

.topnav__logo {
  pointer-events: all;
  padding: .4375rem 1rem;
}

.topnav__logo__img {
  display: block;
  height: 2.5rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 992px) {
  .topnav__logo__img {
    height: 3rem;
  }
  .topnav__logo__img--lower {
    height: 2.875rem;
  }
}

@media (min-width: 1200px) {
  .topnav__logo__img {
    height: 3.3125rem;
  }
  .topnav__logo__img--lower {
    height: 2.875rem;
  }
}

@media (min-width: 1940px) {
  .topnav__logo__img {
    height: 4.3125rem;
  }
  .topnav__logo__img--lower {
    height: 2.875rem;
  }
}

.topnav__menu {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  width: 100%;
  max-width: 16rem;
  height: 100vh;
  padding-top: 5rem;
  z-index: -1;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-105%);
          transform: translateX(-105%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: all;
}

.topnav__menu--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 992px) {
  .topnav__menu {
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    background: none;
    width: unset;
    max-width: unset;
    height: unset;
    padding-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@media (min-width: 992px) {
  .topnav__menu__single {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.topnav__menu__link {
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  color: #053354;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  width: 100%;
  font-size: 1rem;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
}

@media (min-width: 992px) {
  .topnav__menu__link {
    height: 100%;
    width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0 0 0 1.5rem;
  }
}

@media (min-width: 1200px) {
  .topnav__menu__link {
    margin: 0 0 0 1.875rem;
  }
}

@media (min-width: 1940px) {
  .topnav__menu__link {
    font-size: 1.25rem;
  }
}

.topnav__menu__link:after {
  content: '';
  background: #c7141a;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: .125rem;
  width: 0;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
}

@media (min-width: 992px) {
  .topnav__menu__link:after {
    bottom: 1rem;
  }
}

.topnav__menu__link[aria-current="page"], .topnav__menu__link:hover {
  text-decoration: none;
}

.topnav__menu__link[aria-current="page"]:after, .topnav__menu__link:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
}

@media (min-width: 992px) {
  .topnav__menu__link--higher:after {
    bottom: 2rem;
  }
  .topnav__menu__link--btn {
    background: #053354;
    color: #fff;
    padding: 0;
    height: 2.5rem;
    width: 8rem;
    border-radius: 5rem;
    margin: 0 1rem 0 2rem;
    -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: .2s;
    transition: .2s;
  }
  .topnav__menu__link--btn:after {
    display: none;
  }
  .topnav__menu__link--btn:hover {
    background: #04243c;
  }
  .topnav__menu__link--btn:focus {
    background: none;
    color: #053354;
    outline: none;
    border: 0.1875rem solid #c7141a;
  }
  .topnav__menu__link--no-shadow {
    -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0);
            box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0);
  }
}

@media (min-width: 1940px) {
  .topnav__menu__link--btn {
    height: 3.25rem;
    width: 10.625rem;
  }
}

.topnav__menu__icon {
  margin-left: 0.125rem;
  display: block;
}

.topnav__trigger {
  border: 0;
  background: none;
  padding: 0 1rem;
  margin-left: auto;
  cursor: pointer;
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 992px) {
  .topnav__trigger {
    display: none;
  }
}

.menu-icon {
  height: 2rem;
}

.menu-icon__path {
  -webkit-transition: .2s;
  transition: .2s;
}

.menu-icon--active .menu-icon__path--top {
  -webkit-transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
          transform: rotate(45deg) translateY(-18.5%) scaleX(1.5);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.menu-icon--active .menu-icon__path--center {
  opacity: 0;
}

.menu-icon--active .menu-icon__path--bottom {
  -webkit-transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
          transform: rotate(-45deg) translateY(18.5%) scaleX(1.5);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

.page-contact {
  background: #f2f3f5;
  padding: 9.375rem 0 7.25rem;
}

.page-contact__title {
  font-size: 2.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: .94;
  text-align: center;
  color: #053354;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .page-contact__title {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
}

.contact-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form__col {
  width: 100%;
}

@media (min-width: 992px) {
  .contact-form__col {
    width: 50%;
  }
  .contact-form__col--first {
    padding-right: 1rem;
  }
  .contact-form__col--last {
    padding-left: 1rem;
  }
}

.contact-form__label {
  margin-bottom: 1rem;
  display: block;
}

.contact-form__info {
  width: 100%;
  display: block;
  font-size: .9375rem;
  color: #053354;
  margin-bottom: .5rem;
}

.wpcf7-textarea,
.wpcf7-text {
  border: 0;
  background: #fff;
  width: 100%;
  border-radius: 1.625rem;
  font-size: 1rem;
  font-family: inherit;
  padding: .875rem;
}

.wpcf7-textarea {
  height: 8rem;
  resize: vertical;
}

.wpcf7-submit {
  background: #053354;
  color: #fff;
  border: 0;
  padding: 0;
  height: 3.25rem;
  width: 10.625rem;
  border-radius: 5rem;
  margin: 0 1rem 0 2rem;
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: .2s;
  transition: .2s;
  font-family: inherit;
  font-size: 1rem;
  cursor: pointer;
  margin: 2rem auto 0;
  display: block;
}

.wpcf7-submit:after {
  display: none;
}

.wpcf7-submit:hover {
  background: #04243c;
}

.wpcf7-not-valid {
  -webkit-box-shadow: inset 0 0 0 0.125rem #c7141a;
          box-shadow: inset 0 0 0 0.125rem #c7141a;
}

.footer {
  background: #c7141a;
  color: #fff;
  padding: 3.75rem 0 3.0625rem;
}

.footer__container {
  max-width: 65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .footer__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__col--start {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 2.8125rem;
  }
}

.footer__col--end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .footer__col--end {
    width: 50%;
    margin-left: 2.8125rem;
  }
}

.footer__logo {
  display: block;
}

.footer__logo__img {
  display: block;
  height: 3.25rem;
}

@media (min-width: 768px) {
  .footer__logo__img {
    height: 4.25rem;
  }
}

.footer__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  padding: .3125rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .footer__link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__icon {
  height: 1.25rem;
  margin-right: 1.25rem;
}

.error-page {
  text-align: center;
  padding: 9rem 0 6rem;
}

@media (min-width: 992px) {
  .error-page__title {
    font-size: 3rem;
  }
}

.error-page__info {
  font-size: 1.25rem;
  font-weight: 200;
}

.page-title {
  text-align: center;
  padding: 3.1875rem 0 1.625rem;
}

@media (min-width: 430px) {
  .page-title {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .page-title {
    font-size: 2.25rem;
    padding-top: 5.1875rem;
  }
}

.page-title--no-space-top {
  padding-top: 0;
}

.page-text {
  line-height: 1.6;
  padding-bottom: 4.5rem;
}

@media (min-width: 430px) {
  .page-text {
    font-size: 1.125rem;
  }
}

@media (min-width: 992px) {
  .page-text {
    text-align: justify;
    padding-bottom: 9.5rem;
  }
}

.page-text ul {
  list-style: disc;
}

.page-text p + P {
  margin-top: 1em;
}

.page-text p + h2 {
  margin: 2.6875rem 0 .625rem;
}

@media (min-width: 430px) {
  .page-text p + h2 {
    font-size: 1.75rem;
  }
}

.page-text p + ul {
  margin-bottom: 1em;
}

.page-text li {
  margin-left: 2em;
}

.intro {
  overflow: hidden;
  position: relative;
}

.intro__container {
  margin-top: -5rem;
}

@media (min-width: 992px) {
  .intro__container {
    margin-top: 0;
  }
}

.intro__main {
  padding: 7.75rem 0 4.4375rem;
}

@media (min-width: 1200px) {
  .intro__main {
    padding: 7.75rem 0 9.4375rem;
  }
}

@media (min-width: 1200px) {
  .intro__main--home {
    padding: 3.75rem 0 4.4375rem;
  }
}

@media (min-width: 1940px) {
  .intro__main--home {
    padding: 7.75rem 0 9.4375rem;
  }
}

.intro__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.75rem;
  line-height: 1.14;
  color: #053354;
  text-align: center;
}

@media (min-width: 768px) {
  .intro__title {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {
  .intro__title {
    max-width: 40rem;
    text-align: left;
  }
}

.intro__title__change {
  color: #c7141a;
}

@media (min-width: 992px) {
  .intro__title__change {
    display: block;
  }
}

.intro__extra {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {
  .intro__extra {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 25rem;
  }
}

@media (min-width: 1200px) {
  .intro__extra {
    max-width: 40rem;
  }
}

@media (min-width: 1940px) {
  .intro__extra {
    max-width: 56.875rem;
  }
}

.intro__photo {
  width: 100%;
  background: #053354;
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.5rem;
  margin: 0 auto;
  height: 16rem;
  width: 16rem;
}

@media (min-width: 768px) {
  .intro__photo {
    height: 25rem;
    width: 25rem;
  }
}

@media (min-width: 992px) {
  .intro__photo {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: unset;
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .intro__photo {
    height: 40rem;
  }
}

@media (min-width: 1940px) {
  .intro__photo {
    height: 54.625rem;
  }
}

.intro__photo--contact {
  background: url(../img/photos/contact.jpg) no-repeat center center;
  background-size: cover;
}

.intro__photo--home {
  background: url(../img/photos/home1.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width: 992px) {
  .intro__photo--home {
    height: 20rem;
    width: 20rem;
    margin: 10rem 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .intro__photo--home {
    height: 30rem;
    width: 30rem;
    margin-top: 6rem;
  }
}

@media (min-width: 1940px) {
  .intro__photo--home {
    height: 45rem;
    width: 45rem;
  }
}

.intro__dots {
  position: absolute;
  width: 6rem;
  left: 50%;
  bottom: -2.5rem;
  z-index: 2;
}

@media (min-width: 768px) {
  .intro__dots {
    width: 10rem;
  }
}

@media (min-width: 992px) {
  .intro__dots {
    position: relative;
    z-index: 1;
    width: 100%;
    left: unset;
    max-width: 15rem;
    top: -7.0625rem;
    right: -10.875rem;
  }
}

@media (min-width: 1200px) {
  .intro__dots {
    max-width: 21rem;
    top: -10.0625rem;
  }
}

@media (min-width: 1940px) {
  .intro__dots {
    max-width: 35.125rem;
    top: -17.0625rem;
  }
}

@media (min-width: 1940px) {
  .intro__dots--home {
    top: -6.25rem;
  }
}

.intro__bottom {
  background: #c7141a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 1rem;
  line-height: 2;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  padding: 10rem 0 3rem;
}

@media (min-width: 992px) {
  .intro__bottom {
    font-size: 1.125rem;
    max-width: unset;
    margin: 0;
    padding: 6.125rem 0 7.9375rem;
  }
}

.intro__bottom:after {
  content: '';
  background: #c7141a;
  position: absolute;
  top: 0;
  height: 100%;
  width: 200vw;
  left: -50vw;
  z-index: -1;
}

.intro__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.125rem;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .intro__subtitle {
    font-size: 2.5rem;
  }
}

.intro__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 2.625rem;
}

.intro__address__text {
  margin-top: -.625rem;
}

.intro__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro__icon {
  margin-right: 1.25rem;
  width: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro__icon__img {
  height: 1.25rem;
}

.intro__icon__img--flag {
  -webkit-filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, 0.8));
}

.intro__law {
  margin: 55px 0 0 2.5rem;
}

.intro__text {
  max-width: 41.625rem;
}

.intro__complex {
  margin-top: 2.8125rem;
}

.intro__list {
  list-style: disc;
  margin-left: 1.5rem;
}

.home-diff {
  background: #f2f3f5;
  color: #053354;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .home-diff {
    padding: 6rem 0 10rem;
  }
}

.home-diff__title {
  font-size: 2.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-align: center;
  max-width: 57rem;
  margin: 0 auto 2.75rem;
}

@media (min-width: 768px) {
  .home-diff__title {
    font-size: 2.5rem;
  }
}

.home-diff__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 63.75rem;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 1.5625rem 2.375rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 1.5625rem 2.375rem rgba(0, 0, 0, 0.16));
}

@media (min-width: 768px) {
  .home-diff__row {
    -webkit-filter: none;
            filter: none;
  }
}

.home-diff__col {
  width: 33.333333%;
  padding: 2.5625rem 1rem 2.625rem;
}

@media (min-width: 992px) {
  .home-diff__col {
    padding: 2.5625rem 2rem 2.625rem;
  }
}

.home-diff__col--legend {
  width: 40%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .home-diff__col--legend {
    position: static;
    margin: 0;
    width: 40%;
  }
}

@media (min-width: 992px) {
  .home-diff__col--legend {
    width: 33.333333%;
  }
}

.home-diff__col--table-first {
  width: 50%;
  padding: 2.5625rem 0 2.625rem 0;
}

@media (min-width: 768px) {
  .home-diff__col--table-first {
    width: 30%;
    padding: 2.5625rem 1rem 2.625rem;
  }
}

@media (min-width: 992px) {
  .home-diff__col--table-first {
    width: 33.333333%;
    padding: 2.5625rem 2rem 2.625rem;
  }
}

.home-diff__col--table-last {
  width: 50%;
  padding: 2.5625rem 0 2.625rem 0;
}

@media (min-width: 768px) {
  .home-diff__col--table-last {
    width: 30%;
    padding: 2.5625rem 1rem 2.625rem;
  }
}

@media (min-width: 992px) {
  .home-diff__col--table-last {
    width: 33.333333%;
    padding: 2.5625rem 2rem 2.625rem;
  }
}

.home-diff__legend {
  font-size: 1rem;
  text-align: center;
  margin-top: 6rem;
}

@media (min-width: 768px) {
  .home-diff__legend {
    text-align: right;
    font-size: 1.25rem;
    margin-top: 7.375rem;
  }
}

.home-diff__legend__single {
  padding: .625rem 0;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .home-diff__legend__single {
    padding: .5625rem 0;
    margin-bottom: 0;
  }
}

.home-diff__legend__single:after {
  content: ':';
}

@media (min-width: 768px) {
  .home-diff__legend__single:after {
    display: none;
  }
}

.home-diff__box {
  text-align: center;
  background: #fff;
  padding: 2.25rem;
}

@media (min-width: 768px) {
  .home-diff__box {
    border-radius: 1.625rem;
    -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  }
}

.home-diff__box--first {
  border-top-left-radius: 1.625rem;
  border-bottom-left-radius: 1.625rem;
}

.home-diff__box--last {
  border-top-right-radius: 1.625rem;
  border-bottom-right-radius: 1.625rem;
}

.home-diff__box__header {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 0.94;
  margin: .5625rem auto 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-diff__box__title {
  width: 7.125rem;
}

.home-diff__logo {
  height: 2rem;
  display: block;
  margin: 0 auto;
}

.home-diff__single {
  position: relative;
  padding: .875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .home-diff__single {
    margin-top: 0;
  }
  .home-diff__single:not(.home-diff__single--first):before {
    content: '';
    background: #f2f3f5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .0625rem;
  }
}

.home-diff__icon {
  height: 1rem;
  display: block;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .home-diff__icon {
    height: 1.25rem;
  }
}

.home-how {
  color: #053354;
  padding: 3rem 0 0;
}

@media (min-width: 768px) {
  .home-how {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .home-how {
    padding: 5rem 0 3rem;
  }
}

@media (min-width: 1940px) {
  .home-how {
    background: url(../img/photos/home2.jpg) no-repeat center right;
    background-size: auto 100%;
    padding: 4.5rem 0 6.5rem;
  }
}

.home-how__title {
  font-size: 2.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .home-how__title {
    font-size: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1940px) {
  .home-how__title {
    margin-bottom: 5rem;
  }
}

.home-how__brandhero {
  height: 12rem;
}

@media (min-width: 768px) {
  .home-how__brandhero {
    margin-left: -4rem;
  }
}

@media (min-width: 1940px) {
  .home-how__main {
    width: 100%;
    max-width: 58.4375rem;
  }
}

.home-how__single {
  line-height: 2;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .home-how__single {
    font-size: 1.125rem;
  }
}

.home-how__single__text {
  width: calc( 100% - 5.8125rem);
}

.home-how__icon {
  height: 2.5rem;
  width: 2.5rem;
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-how__icon__img {
  height: 2.5rem;
}

.home-how__photo {
  width: 100%;
  display: block;
  max-width: 30rem;
  margin-left: auto;
}

@media (min-width: 768px) {
  .home-how__photo {
    display: none;
  }
}

.sections {
  color: #fff;
  position: relative;
}

.sections--light-bg {
  background: #f2f3f5;
}

.sections__main {
  overflow: hidden;
}

.sections__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.sections__col {
  width: 100%;
  position: relative;
  padding: 5rem 1rem;
}

@media (min-width: 992px) {
  .sections__col {
    padding: 6rem 5rem 2.625rem;
    width: 50%;
  }
}

.sections__col:before {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
}

.sections__col--first {
  background: #053354;
}

.sections__col--first:before {
  background: #053354;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.sections__col--last {
  background: #c7141a;
}

.sections__col--last:before {
  background: #c7141a;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sections__col--first-inverse {
  background: #c7141a;
}

.sections__col--first-inverse:before {
  background: #c7141a;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.sections__col--last-inverse {
  background: #053354;
}

.sections__col--last-inverse:before {
  background: #053354;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.sections__title {
  font-size: 2.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .sections__title {
    margin-bottom: 3rem;
  }
}

.sections__single {
  font-size: 1rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .sections__single {
    font-size: 1.125rem;
  }
}

.sections__icon {
  height: 1rem;
  margin: .5rem 1rem 0 0;
}

@media (min-width: 768px) {
  .sections__icon {
    height: 1.125rem;
  }
}

.sections__text {
  margin: 0 0 1.5rem;
}

.sections__bold {
  font-weight: 900;
}

.sections__after {
  text-align: center;
  position: relative;
}

.sections__after__text {
  max-width: 51rem;
  margin: 2.5rem auto 0;
}

.sections__box {
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  color: #053354;
  background: #fff;
  border-radius: 1.625rem;
  width: calc( 100% - 2rem);
  max-width: 70.25rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 6rem 1rem 5rem;
  font-size: 1.125rem;
  position: relative;
  z-index: 1;
}

.sections__amount-before {
  font-weight: 900;
}

.sections__amount {
  width: 100%;
  max-width: 29.75rem;
  margin: 2rem auto;
  font-weight: 900;
  font-size: 1.875rem;
  background: #c7141a;
  color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
}

.sections__before {
  text-align: center;
  position: relative;
}

.sections__before:after {
  content: '';
  position: absolute;
  top: 2rem;
  left: 0;
  height: calc(100% - 4rem);
  width: 100%;
  background: #c7141a;
}

@media (min-width: 992px) {
  .sections__before:after {
    width: 50%;
  }
  .sections__before:before {
    content: '';
    position: absolute;
    top: 2rem;
    right: 0;
    height: calc(100% - 4rem);
    width: 50%;
    background: #053354;
  }
}

.sections__important {
  width: 100%;
  max-width: 29.75rem;
  margin: 1.625rem auto;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5;
  background: #c7141a;
  color: #fff;
  border-radius: 2rem;
  padding: .6875rem 1rem;
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
}

.sections__actions {
  margin: 2.25rem 0 1.5rem;
}

@media (min-width: 768px) {
  .sections__actions {
    margin: 4.5rem 0 3rem;
  }
}

.sections__btn {
  background: #053354;
  color: #fff;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
  cursor: pointer;
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  padding: .9375rem 3.5rem .875rem;
  border-radius: 3rem;
}

.sections__btn:hover {
  background: #04243c;
}

.sections__btn:focus {
  outline: none;
}

.cover-page {
  margin-top: -12.4375rem;
}

.cover {
  width: 100%;
  padding: 17.8125rem 1rem 8rem;
}

@media (min-width: 768px) {
  .cover {
    padding: 13.8125rem 1rem 12rem;
  }
}

@media (min-width: 992px) {
  .cover {
    padding: 13.8125rem 1rem 1rem;
    height: 90vh;
  }
}

.cover--translations {
  background: url(../img/photos/translations.jpg) no-repeat center center;
  background-size: cover;
}

.cover--jobs {
  background: url(../img/photos/jobs.jpg) no-repeat center center;
  background-size: cover;
}

.cover--accomodation {
  background: url(../img/photos/accomodation.jpg) no-repeat center center;
  background-size: cover;
}

.cover__brandhero {
  height: 6rem;
  margin: 0 auto -1rem;
  display: block;
}

@media (min-width: 768px) {
  .cover__brandhero {
    height: 12rem;
    margin: 0 auto -2rem;
  }
}

.cover__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.75rem;
  line-height: 1.14;
  color: #053354;
  text-align: center;
}

@media (min-width: 768px) {
  .cover__title {
    font-size: 3.5rem;
  }
}

.cover__important {
  color: #c7141a;
}

.cover__search {
  margin: 4.625rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 60rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cover__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cover__input {
  background: #f2f3f5;
  border: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  line-height: 1.14;
  border-radius: 1.625rem;
  font-size: 1rem;
  outline: none;
  padding: 1rem;
  width: 100%;
  max-width: 45.1875rem;
}

@media (min-width: 768px) {
  .cover__input {
    padding: 1.5rem 2rem 1.4375rem;
    font-size: 1.375rem;
  }
}

.cover__btn {
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: 500;
  background: #053354;
  color: #fff;
  cursor: pointer;
  border-radius: 4rem;
  border: 0;
  padding: .6875rem 3.3125rem;
  margin-top: 1rem;
  -webkit-transition: .2s;
  transition: .2s;
}

@media (min-width: 768px) {
  .cover__btn {
    margin: 0 0 0 3.3125rem;
  }
}

.cover__btn:hover {
  background: #04243c;
}

.cover__btn:focus {
  outline: none;
}

.filter__container {
  max-width: 87rem;
}

.filter__box {
  background: #c7141a;
  color: #fff;
  border-radius: 1.625rem;
  padding: 2rem 1rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .filter__box {
    padding: 3.0625rem 4.5rem;
  }
}

.filter__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 1.375rem;
}

.filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.9375rem;
}

.filter__col {
  padding: 0 .9375rem 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .filter__col {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .filter__col {
    width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .filter__col {
    width: 25%;
    padding: 0 .9375rem;
  }
}

@media (min-width: 1940px) {
  .filter__col {
    width: 21%;
  }
  .filter__col--last {
    width: 16%;
  }
}

.filter__single {
  color: #053354;
}

.filter__subtitle {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: .5rem;
}

.filter__input {
  width: 100%;
  outline: none;
  border-radius: 1.5rem;
  border: 0;
  font-size: .875rem;
  color: #053354;
  font-family: inherit;
  padding: .875rem .71875rem .8125rem;
}

.filter__btn {
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  background: #053354;
  color: #fff;
  cursor: pointer;
  border-radius: 4rem;
  border: 0;
  padding: .75rem 0;
  width: 100%;
  margin-top: 2.375rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.filter__btn:hover {
  background: #04243c;
}

.filter__btn:focus {
  outline: none;
}

.offers {
  background: #f2f3f5;
  color: #053354;
}

.offers__container {
  max-width: 75.125rem;
}

.offers__maintitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1.2;
  padding: 3.5625rem 1.3125rem 2.625rem;
}

.offers__title {
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.36;
}

@media (min-width: 1200px) {
  .offers__title {
    font-size: 1.25rem;
  }
}

.offers__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  padding-top: .5rem;
}

@media (min-width: 992px) {
  .offers__details {
    padding-top: 0;
    font-size: 1.125rem;
  }
}

.offers__details--last {
  padding-top: 3.75rem;
}

.offers__icon {
  height: 1.125rem;
  width: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: .625rem;
}

.offers__icon__img {
  height: 1.125rem;
  display: block;
}

.offers__empty {
  text-align: center;
  font-size: 1.25rem;
  padding: 5rem 0 2rem;
  display: none;
}

.offers__empty--active {
  display: block;
}

.offers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offers__single {
  width: 100%;
  padding-bottom: 2.625rem;
}

@media (min-width: 768px) {
  .offers__single {
    padding: 0 1.5rem 2.625rem;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .offers__single {
    width: 33.333333%;
  }
}

.offers__single--hidden {
  display: none;
}

.offers__box {
  background: #fff;
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.625rem;
  position: relative;
  padding: 1.5rem 2rem;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.offers__box:hover {
  -webkit-box-shadow: 0 0 2.375rem 0 rgba(0, 0, 0, 0.36);
          box-shadow: 0 0 2.375rem 0 rgba(0, 0, 0, 0.36);
}

.offers__title {
  padding-bottom: 2.5rem;
  position: relative;
}

.offers__title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: .0625rem;
  background: #f2f3f5;
  bottom: .9375rem;
  left: 0;
}

.offers__btn {
  background: #c7141a;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.25rem;
  width: 3.25rem;
  position: absolute;
  bottom: 1.3125rem;
  right: 1.3125rem;
}

.offers__btn__img {
  height: 1.25rem;
}

.modal {
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.55);
  padding: 1rem;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transition: .2s;
  transition: .2s;
  opacity: 0;
  overflow: auto;
}

.modal--active {
  pointer-events: all;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.modal__container {
  width: 100%;
  max-width: 72.25rem;
  margin: 1rem auto;
}

@media (min-width: 768px) {
  .modal__container {
    margin: 5rem auto;
  }
}

.modal__box {
  background: #fff;
  color: #053354;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  border-radius: 1.625rem;
}

.modal__box--active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem 1rem 1.25rem;
}

@media (min-width: 768px) {
  .modal__close {
    padding: 2rem 2rem 2.25rem;
  }
}

.modal__close__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: .5;
  background: none;
  font-size: 1.25rem;
  font-family: inherit;
  line-height: 1.5;
  border: 0;
  color: #053354;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.modal__close__btn:hover {
  opacity: 1;
}

.modal__close__img {
  display: block;
  height: 1.5rem;
  margin-left: .875rem;
}

.modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1rem 1.25rem;
}

@media (min-width: 768px) {
  .modal__top {
    padding: 0 4rem 1.25rem;
  }
}

.modal__top__col {
  width: 100%;
}

@media (min-width: 768px) {
  .modal__top__col {
    width: 50%;
  }
  .modal__top__col--last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.modal__top__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
}

.modal__top__icon {
  height: 1.25rem;
  width: 1.255rem;
  margin-right: .625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.125rem;
  line-height: 1.2;
  margin: 0 1rem;
  padding: 2.5rem 0;
  border-top: rgba(0, 0, 0, 0.15) solid 0.0625rem;
  border-bottom: rgba(0, 0, 0, 0.15) solid 0.0625rem;
}

@media (min-width: 768px) {
  .modal__title {
    margin: 0 4.5rem;
  }
}

.modal__section {
  padding: 2rem 1rem;
}

@media (min-width: 768px) {
  .modal__section {
    padding: 2rem 4.5rem;
  }
}

.modal__subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: #c7141a;
  padding-bottom: 1.5rem;
}

.modal__text {
  font-size: 1.125rem;
}

.modal__text li {
  padding: .25rem 0;
}

.modal__text li:before {
  content: '';
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background: url(../img/icons/chevron-right-solid.svg) no-repeat center center;
  margin-right: .25rem;
}

.modal__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 1rem 4rem;
}

.modal__btn {
  background: #053354;
  color: #fff;
  border: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.56;
  cursor: pointer;
  -webkit-box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 1.5625rem 2.375rem 0 rgba(0, 0, 0, 0.16);
  padding: .9375rem 3.5rem .875rem;
  border-radius: 3rem;
}

.modal__btn:hover {
  background: #04243c;
}

.modal__btn:focus {
  outline: none;
}

.no-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */