/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000;
}
body.is-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.6em / 2);
  font-family: "Oswald", sans-serif;
  color: #000;
  font-weight: 600;
}
.h1,
h1 {
  font-size: 7.2rem;
  color: #fff;
  line-height: 1.11;
  font-weight: 700;
}
.h2,
h2 {
  font-size: 6rem;
  color: #fff;
  font-size: 700;
  line-height: 1.36;
}
h2.h3 {
  font-size: 4.8rem;
}
h2.h4 {
  font-size: 4rem;
}
.h3,
h3 {
  font-size: 4.8rem;
}
h3.h2 {
  font-size: 6rem;
  color: #fff;
  font-size: 700;
  line-height: 1.36;
}
h3.h5 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #050505;
  line-height: 1.2;
}
h3.h6 {
  font-size: 2rem;
  font-weight: 400;
}
.h4,
h4 {
  font-size: 4rem;
}
.h5,
h5 {
  font-size: 2.8rem;
  font-weight: 400;
  color: #050505;
  line-height: 1.2;
}
.h6,
h6 {
  font-size: 2rem;
  font-weight: 400;
}
p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.6em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }

  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1409px) {
  .hidden-md {
    display: none !important;
  }

  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1409.02px) {
  .hidden-lg {
    display: none !important;
  }

  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Arrows
\* ------------------------------------------------------------ */
.arrows {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .arrows {
    top: auto;
    bottom: -6.3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.arrows .arrow__left,
.arrows .arrow__right {
  position: relative;
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #05236d;
  border-radius: 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .arrows .arrow__left,
.arrows .arrow__right {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.arrows .arrow__left {
  margin-left: -5rem;
}
@media (max-width: 1919px) {
  .arrows .arrow__left {
    margin-left: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .arrows .arrow__left {
    margin: 0;
  }
}
.arrows .arrow__right {
  margin-right: -5rem;
}
@media (max-width: 1919px) {
  .arrows .arrow__right {
    margin-right: -1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .arrows .arrow__right {
    margin: 0 0 0 0.9rem;
  }
}
.arrows .arrow__left img,
.arrows .arrow__right img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .arrows .arrow__left img,
.arrows .arrow__right img {
    width: 0.5rem;
    height: 1.1rem;
  }
}
.arrows .arrow__left img {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.arrows .arrow__right img {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  position: relative;
  background-color: #f0f1f3;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 1, 1, 0.18);
          box-shadow: 0 0 1rem 0 rgba(0, 1, 1, 0.18);
  padding: 3rem 5rem 7rem 4.4rem;
  line-height: 1.15;
}
@media (max-width: 1023px) {
  .article {
    padding: 3rem 3rem 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    margin-bottom: 2rem;
  }
}
.article h3.h5 {
  margin-bottom: 2rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article h3.h5 {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  .article h3.h5 {
    font-size: 2.2rem;
  }
}
.article p {
  margin-bottom: 1rem;
}
.article .article__actions {
  position: absolute;
  bottom: 3.9rem;
  left: 4.4rem;
}
@media (max-width: 1023px) {
  .article .article__actions {
    bottom: 2rem;
    left: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.services--section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  margin-bottom: 5.2rem;
}
@media (max-width: 1023px) {
  .services--section .box {
    margin-bottom: 2rem;
  }
}
.services--section .box .box__inner {
  padding: 3.9rem 1.2rem 4.4rem 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .services--section .box .box__inner {
    padding: 1rem 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .services--section .box .box__inner {
    padding: 0;
  }
}

.services--section .box a {
  display: block;
  width: 100%;
  height: 100%;
}
.services--section .box .box__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  margin-top: 0.7rem;
  min-width: 64px;
}
.services--section .box .box__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 76%;
  flex: 0 0 76%;
  line-height: 1.2;
  padding-left: 0.9rem;
  padding-top: 1.5rem;
}
@media (max-width: 1409px) {
  .services--section .box .box__content {
    padding-left: 1.2rem;
  }
}
.services--section .box h3.h6 {
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .services--section .box h3.h6 {
    font-size: 1.8rem;
  }
}
/* ------------------------------------------------------------ *\
	Btn-scroll-up
\* ------------------------------------------------------------ */
.btn-scroll-up {
  position: relative;
  display: inline-block;
  width: 5.1rem;
  height: 4.7rem;
  background-color: #11347f;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-scroll-up {
    width: 3rem;
    height: 3rem;
  }
}
.btn-scroll-up:hover {
  opacity: 0.7;
}
.btn-scroll-up img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-scroll-up img {
    width: 1.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 22.5rem;
  text-transform: uppercase;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  padding: 1.2rem 2.2rem;
  font-family: "Oswald", sans-serif;
  background-color: #bb2222;
  color: #fff;
  font-weight: 400;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
}
.btn:hover {
  opacity: 0.7;
}
.btn img {
  margin-right: 0.8rem;
}
.btn + .btn {
  margin-left: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn + .btn {
    margin: 2rem 0 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn {
    font-size: 1.5rem;
  }
}
/*  Btn--smaller  */
.btn--smaller {
  min-width: 17rem;
  padding: 1rem 2.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--smaller {
    min-width: 14rem;
  }
}
/*  Btn--small  */
.btn--small {
  min-width: 21rem;
}
/*  Btn--big  */
.btn--big {
  font-size: 2rem;
  min-width: 23.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--big {
    font-size: 1.8rem;
  }
}
@media (max-width: 575px) {
  .btn--big {
    font-size: 1.7rem;
  }
}
/*  Btn--large  */
.btn--large {
  min-width: 30.5rem;
}
@media (max-width: 1023px) {
  .btn--large {
    min-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--large {
    padding: 1.2rem 1.2rem;
  }
}
/*  Btn--dark  */
.btn--dark {
  background-color: #161616;
}
/*  Btn--black  */
.btn--black {
  background-color: #000;
}
/*  Btn--blue  */
.btn--blue {
  background-color: #113796;
}
/*  Btn--transparent  */
.btn--transparent {
  background-color: transparent;
  color: #060049;
  border: 0.1rem solid #060049;
}
/*  Btn--alt-typography  */
.btn--alt-typography {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 1.6;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--alt-typography {
    font-size: 1.6rem;
  }
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/*  Btn--alt-mobile  */
.btn--alt-mobile {
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  min-width: 20.6rem;
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card {
  position: relative;
  -webkit-box-shadow: 0 0.3rem 3.2rem 0.3rem rgba(0, 1, 1, 0.17);
          box-shadow: 0 0.3rem 3.2rem 0.3rem rgba(0, 1, 1, 0.17);
  margin-bottom: 2rem;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card {
    margin-bottom: 2.7rem;
  }
}
.card .card__head {
  position: relative;
  text-align: center;
  padding: 2.4rem 0 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__head {
    padding: 1.4rem 0 2.1rem;
  }
}
.card .card__head-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .card__head-image img {
  width: 100%;
  height: 100%;
}
.card .card__head-content {
  position: relative;
  z-index: 2;
}
.card h3.h2 {
  font-family: "Roboto", sans-serif;
  font-size: 6.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card h3.h2 {
    font-size: 5.6rem;
  }
}
.card h3.h2 small {
  font-size: 3.8rem;
  font-weight: 500;
  margin-left: -1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card h3.h2 small {
    font-size: 3.1rem;
  }
}
.card .card__head-content h3.h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 0;
  padding: 5px;
}
.card .card__body {
  text-align: center;
  padding: 3.1rem 2rem 9.3rem;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media (max-width: 1409px) {
  .card .card__body {
    padding: 3rem 2rem 9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__body {
    font-size: 1.3rem;
    padding: 3rem 6.5rem 8rem;
    line-height: 1.2;
  }
}
@media (max-width: 374px) {
  .card .card__body {
    padding: 3rem 2rem 8rem;
  }
}
.card .card__actions {
  position: absolute;
  bottom: 3.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1409px) {
  .card .card__actions {
    bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__actions {
    bottom: 2.5rem;
  }
}
.card h3.h5 {
  font-family: "Roboto", sans-serif;
  color: #060049;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.9rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 2rem;
  /* overflow: hidden; */
  overflow-wrap: break-word;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card h3.h5 {
    font-size: 2.3rem;
    letter-spacing: -0.01em;
    margin-bottom: 1.8rem;
    line-height: 1.15;
  }
}
.card p {
 /* margin-bottom: 0; */
}
.card h3.h3 {
  font-size: 3.9rem;
  letter-spacing: -0.01em;
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .cards {
    padding: 0 5rem;
  }
}
@media (max-width: 374px) {
  .cards {
    padding: 0 2rem;
  }
}
/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Contacts
\* ------------------------------------------------------------ */
.contacts {
  font-family: "Oswald", sans-serif;
  font-size: 2.1rem;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
}
.contacts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media (max-width: 1023px) {
  .contacts ul {
    display: block;
  }
}
.contacts li + li {
  margin-left: 0.5rem;
}
@media (max-width: 1023px) {
  .contacts li + li {
    margin: 1rem 0 0;
  }
}
.contacts span {
  letter-spacing: 0.005em;
}
@media (max-width: 1023px) {
  .contacts span {
    display: inline-block;
    margin-bottom: 0.5rem;
  }
}
.contacts a {
  /* display: block; */
  line-height: 0.7;
  letter-spacing: -0.01em;
}
/*  Contacts--alt  */
.contacts--alt {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--alt {
    font-size: 2.2rem;
  }
}
@media (max-width: 575px) {
  .contacts--alt {
    font-size: 1.9rem;
  }
}
@media (max-width: 1409px) {
  .contacts--alt ul {
    display: block;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--alt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contacts--alt span {
  display: inline-block;
}
@media (max-width: 1409px) {
  .contacts--alt span {
    margin-bottom: 1rem;
  }
}
.contacts--alt li {
  font-size: 2.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--alt li {
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .contacts--alt li {
    font-size: 1.7rem;
  }
}
.contacts--alt a {
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.contacts--alt li + li {
  position: relative;
  padding-left: 1.2rem;
  margin-left: 1.1rem;
}
@media (max-width: 1409px) {
  .contacts--alt li + li {
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--alt li + li {
    padding: 0 0 0 1.2rem;
    margin: 0 0 0 1.1rem;
  }
}
.contacts--alt li + li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.3rem;
  height: 100%;
  -webkit-transform: skew(-15deg);
      -ms-transform: skew(-15deg);
          transform: skew(-15deg);
  background-color: #fff;
}
@media (max-width: 1409px) {
  .contacts--alt li + li:before {
    display: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--alt li + li:before {
    display: inline-block;
  }
}
/*  Contacts--small  */
.contacts--small {
  font-size: 2.1rem;
  margin-bottom: 1.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--small {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 1409px) {
  .contacts--small ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--small ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contacts--small span {
  margin-bottom: 0;
}
.contacts--small li {
  font-size: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--small li {
    font-size: 1.6rem;
  }
}
.contacts--small a {
  letter-spacing: -0.01em;
}
.contacts--small li + li {
  padding: 0 0 0 0.9rem;
  margin: 0 0 0 0.9rem;
}
@media (max-width: 1409px) {
  .contacts--small li + li:before {
    display: inline-block;
    width: 0.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .contacts--small li + li:before {
    width: 0.1rem;
  }
}
/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  color: #fff;
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright {
    font-size: 1.4rem;
    padding: 0 4.8rem;
  }
}
.copyright a {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  position: relative;
  padding-left: 0.6rem;
  margin-left: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright a {
    padding-left: 0.5rem;
    margin-left: 0.4rem;
  }
}
.copyright a:hover {
  opacity: 0.7;
}
.copyright a:before {
  position: absolute;
  content: "";
  top: 0.3rem;
  left: 0;
  width: 0.2rem;
  height: 1.3rem;
  background-color: #fff;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright a:before {
    width: 0.1rem;
    top: 0.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Dropdown
\* ------------------------------------------------------------ */
.dropdown {
  position: relative;
  /* padding: 2.9rem 0.4rem 0 8.6rem; */
  padding: 1.1rem 1.9rem 3.1rem 3.2rem;
  padding-top: 15px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #fff;
  margin: auto 0px;
}
@media (max-width: 1023px) {
  .dropdown {
    padding-left: 5.6rem;
  }
}
.dropdown .dropdown__title {
  position: relative;
  display: block;
  letter-spacing: -0.01em;
}
.dropdown .dropdown__title:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: -2.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/clock@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.8rem;
  width: 1.8rem;
}
.dropdown .dropdown__title:after {
  /* position: absolute; */
  display: inline-block;
  margin-left: 5px;
  content: "";
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0.4rem 0 0.4rem;
  border-color: #fff transparent transparent transparent;
}
.dropdown .dropdown__message {
  margin-bottom: 0;
}
.dropdown ul {
  display: block;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
  background-color: rgba(0, 0, 0, 0.66);
  min-width: 20.2rem;
  padding: 0.8rem 3.3rem 2.6rem 3.5rem;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media (max-width: 1023px) {
  .dropdown ul {
    padding: 0.8rem 1.5rem 2.6rem;
  }
}
.dropdown li.is-current {
  color: #0c276a;
}
.dropdown li + li {
  margin-top: 0.5rem;
}
.dropdown:hover ul {
  visibility: visible;
  top: 100%;
  opacity: 1;
  pointer-events: all;
}
.dropdown img {
  display: inline-block;
  margin-right: 0.7rem;
}
/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  position: relative;
  padding: 19.3rem 0 0;
  background-color: #000;
}
@media (max-width: 1023px) {
  .footer {
    padding: 14.5rem 0 2rem;
    text-align: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 9.5rem 0 2rem;
  }
}
.footer .footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5rem;
}
@media (max-width: 1023px) {
  .footer .footer__grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer__col {
  padding: 0 1.5rem;
}
.footer .footer__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
@media (max-width: 1023px) {
  .footer .footer__col--1of3 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.footer .footer__inner {
  margin-bottom: 9.4rem;
}
@media (max-width: 1023px) {
  .footer .footer__inner {
    margin-bottom: 3rem;
  }
}
.footer .footer__utilities {
  padding: 0 0 0.5rem;
}
@media (max-width: 1023px) {
  .footer .footer__utilities {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__utilities {
    padding: 0 7.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 374px) {
  .footer .footer__utilities {
    padding: 0 3rem;
  }
}
.footer .footer__logo {
  max-width: 24.6rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    max-width: 18.9rem;
    margin-bottom: 2.6rem;
  }
}
.footer .footer__content {

}
@media (max-width: 1409px) {
  .footer .footer__content {
    padding: 0 4rem 0 0.5rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__content {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__content {
    padding: 0 7rem;
    margin-bottom: 2.3rem;
  }
}
@media (max-width: 374px) {
  .footer .footer__content {
    padding: 0 3rem;
  }
}
.footer .footer__actions {
  position: absolute;
  top: 15.3rem;
  right: 6%;
}
@media (max-width: 1409px) {
  .footer .footer__actions {
    top: 8.3rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__actions {
    top: 5.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__actions {
    top: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__actions-mobile {
    padding: 0 3.6rem;
  }
}
@media (max-width: 575px) {
  .footer .footer__actions-mobile {
    padding: 0 1.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1.5rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
  /*  Grid col 1of4  */
}
.grid .grid__col {
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 1.5rem;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of2 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of3 {
  max-width: calc(100% / 3);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% / 3);
      flex-basis: calc(100% / 3);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of3 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--1of4 {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media (max-width: 1023px) {
  .grid .grid__col--1of4 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .grid .grid__col--1of4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.grid .grid__col--eq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .grid .grid__col--eq {
    display: block;
  }
}
/*  Grid--alt  */
@media (max-width: 1023px) {
  .grid--alt .grid__col--1of4 {
    max-width: calc(100% / 3);
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
  }
}
@media (max-width: 575px) {
  .grid--alt .grid__col--1of4 {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (max-width: 374px) {
  .grid--alt .grid__col--1of4 {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
/*  Grid--big-gap  */
.grid--big-gap {
  margin: 0 -3.8rem;
}
@media (max-width: 1919px) {
  .grid--big-gap {
    margin: 0 -2.5rem;
  }
}
@media (max-width: 1023px) {
  .grid--big-gap {
    margin: 0 -1.5rem;
  }
}
.grid--big-gap .grid__col {
  padding: 0 3.8rem;
}
@media (max-width: 1919px) {
  .grid--big-gap .grid__col {
    padding: 0 2.5rem;
  }
}
@media (max-width: 1023px) {
  .grid--big-gap .grid__col {
    padding: 0 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #010307;
}
.header .header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem 2.5rem 1.2rem;
  }
}
.header .header__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22.7%;
  /* flex: 0 0 22.7%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 4.4rem;
  /* max-width: 43.6rem; */
}
@media (max-width: 1409px) {
  .header .header__aside {
    padding-left: 1.5rem;
    /* max-width: 31rem; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    /* flex: 0 0 30%; */
  }
}
@media (max-width: 1023px) {
  .header .header__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    /* flex: 0 0 35%; */
    /* max-width: 35rem; */
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__aside {
    display: contents;
  }
}
.header .header__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 6.7rem;
}
@media (max-width: 1409px) {
  .header .header__content {
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__content {
    display: contents;
  }
}
.header .header__contacts {
  background-color: #bb2222;
  -webkit-clip-path: polygon(0 0, 93% 0, 100% 100%, 8% 100%);
  clip-path: polygon(0 0, 93% 0, 100% 100%, 8% 100%);
  padding: 1.1rem 1.9rem 3.1rem 3.2rem;
  display: table;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__actions {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    /* flex: 0 0 25%; */
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 800px;
}
.hero .hero__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero__image-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), color-stop(45%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0) 100%);
}
.hero .hero__image-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 28%;
  /* object-position: 0 28%; */
}
.hero .hero__content {
  position: relative;
  z-index: 3;
  /* min-height: 85.6rem; */
  /* max-width: 50%; */
  padding: 13.7rem 0;
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .hero .hero__content {
    /* min-height: 75rem; */
    max-width: 70%;
    padding: 15rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 100%;
    /* min-height: 70rem; */
    font-size: 2.3rem;
    padding: 10rem 2rem;
    text-align: center;
  }
}
.hero h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h1 {
    font-size: 6rem;
  }
}
@media (max-width: 374px) {
  .hero h1 {
    font-size: 5rem;
  }
}
.hero p {
  margin-bottom: 2.4rem;
}
.hero .hero__actions-aside {
  position: absolute;
  top: 17.5%;
  right: 0;
  z-index: 3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__actions-aside {
    top: 7.5%;
  }
}
.hero .hero__actions-mobile {
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__actions-mobile {
    top: 22.5%;
  }
}
.hero .hero__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  max-width: 50.6%;
  background-color: #113796;
  -webkit-clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
  padding: 1.7rem 0 1.7rem 1.5rem;
}
@media (min-width: 1921.02px) {
  .hero .hero__bar {
    -webkit-clip-path: polygon(0 0, 98.5% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 98.5% 0, 100% 100%, 0 100%);
  }
}
@media (max-width: 1409px) {
  .hero .hero__bar {
    max-width: 55%;
  }
}
.hero .hero__bar-inner {
  padding-left: calc((100vw - 141rem - 2 * 1.5rem) / 2);
}
/*  Hero--alt  */
.hero--alt {
  background-color: #000;
}
.hero--alt .hero__content {
  min-height: 47.4rem;
  padding: 14rem 0;
  font-size: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__content {
    padding: 4.4rem 2rem;
    min-height: 62.9rem;
    font-size: 2.3rem;
    letter-spacing: 0.01em;
  }
}
.hero--alt .hero__image-bg {
  opacity: 0.86;
}
.hero--alt .hero__image-bg:after {
  display: none;
}
.hero--alt .hero__image-bg img {
  -o-object-position: 0 4%;
     object-position: 0 4%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt .hero__image-bg img {
    -o-object-position: 50% 4%;
       object-position: 50% 4%;
  }
}
.hero--alt h1 {
  letter-spacing: 0.005em;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero--alt h1 {
    margin-bottom: 0.6rem;
  }
}
/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
[class*=ico-] {
  display: inline-block;
  vertical-align: middle;
}
[class*=ico-] {
  width: 100%;
  height: 100%;
}
.ico-facebook {
  width: 1.6rem;
  height: 1.6rem;
  color: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ico-facebook:hover {
  color: #bb2222;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-facebook {
    width: 1.3rem;
    height: 1.3rem;
  }
}
.ico-twitter {
  width: 2.2rem;
  height: 2.2rem;
  color: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ico-twitter:hover {
  color: #bb2222;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-twitter {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.ico-instagram {
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ico-instagram:hover {
  color: #bb2222;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-instagram {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.ico-pinterest {
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.ico-pinterest:hover {
  color: #bb2222;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .ico-pinterest {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Link
\* ------------------------------------------------------------ */
.link {
  display: inline-block;
  text-transform: uppercase;
  color: #05236d;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.link:hover {
  color: #bb2222;
}
/* ------------------------------------------------------------ *\
	List-cities
\* ------------------------------------------------------------ */
.list-cities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-cities {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 767px) and (max-width: 374px), screen and (max-width: 812px) and (orientation: landscape) and (max-width: 374px) {
  .list-cities {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.list-cities a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.list-cities a:hover {
  color: #103593;
}
.list-cities li {
  margin-bottom: 2rem;
}
.list-cities li + li {
  position: relative;
  padding-left: 1.9rem;
  margin-left: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-cities li + li {
    padding-left: 0;
    margin: 2rem 0 0;
  }
}
.list-cities li + li:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0.1rem;
  height: 100%;
  background-color: #dedede;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-cities li + li:before {
    display: none;
  }
}
/* ------------------------------------------------------------ *\
	List-color-blocks
\* ------------------------------------------------------------ */
.list-color-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.list-color-blocks .list__color-block {
  display: block;
  position: relative;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #010307;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-color-blocks .list__color-block {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.list-color-blocks .list__color-block--blue {
  background-color: #113796;
}
.list-color-blocks .list__color-block--tan {
  background-color: #6e6e6e;
}
.list-color-blocks .list__color-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-color-blocks .list__color-block img {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.list-color-blocks li.is-current {
  border: 0.1rem solid #fff;
}
/* ------------------------------------------------------------ *\
	List-features
\* ------------------------------------------------------------ */
.list-features {
  list-style: none;
}
.list-features li {
  position: relative;
  height: 3.8rem;
  width: 3.3rem;
  background-color: #113897;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.list-features li:hover {
  opacity: 0.7;
}
.list-features li + li {
  margin-top: 0.2rem;
}
.list-features a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-features img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* ------------------------------------------------------------ *\
	List-info-about
\* ------------------------------------------------------------ */
.list-info-about {
  padding: 0 11.3rem;
}
@media (max-width: 1023px) {
  .list-info-about {
    padding: 0 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info-about {
    padding: 0 1rem;
  }
}
.list-info-about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info-about ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list-info-about li {
  text-align: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info-about li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-bottom: 1.8rem;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.list-info-about .list__image {
  margin-bottom: 0.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info-about .list__image {
    padding: 0 6rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 374px) {
  .list-info-about .list__image {
    padding: 0 3rem;
  }
}
.list-info-about h3 {
  margin-bottom: 0.5rem;
  color: #010307;
  line-height: 1.4;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info-about h3 {
    font-size: 3.9rem;
    margin-bottom: 0;
  }
}
.list-info-about span {
  text-transform: uppercase;
  color: #5d5d5d;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-info-about span {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	List-locations
\* ------------------------------------------------------------ */
.list-locations {
  color: #fff;
  font-size: 2rem;
  list-style: none;
  line-height: 1.3;
  margin-bottom: 5.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .list-locations {
    font-size: 1.6rem;
  }
}
.list-locations li {
  position: relative;
  padding-left: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations li {
    padding-left: 2rem;
  }
}
.list-locations li:before {
  display: inline-block;
  position: absolute;
  content: "";
  top: 0.7rem;
  left: 0;
  background-image: url(../images/location-icon-blue@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 2.1rem;
  width: 1.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations li:before {
    top: 0.4rem;
    height: 1.7rem;
    width: 1.1rem;
  }
}
.list-locations li + li {
  margin-top: 3.9rem;
}
/*  List-locations--alt  */
.list-locations--alt {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.list-locations--alt li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  padding: 0 4rem 0 1.5rem;
}
.list-locations--alt li:before {
  top: 0.3rem;
  height: 1.5rem;
  width: 0.9rem;
}
@media (max-width: 1409px) {
  .list-locations--alt li {
    padding-right: 3rem;
  }
}
.list-locations--alt li + li {
  margin: 0 0 0 1.8rem;
}
@media (max-width: 1409px) {
  .list-locations--alt li + li {
    margin-left: 1rem;
  }
}
/*  List-locations--small  */
.list-locations--small {
  font-size: 1.4rem;
  padding: 1rem 3.5rem 0 0;
}
@media (max-width: 1023px) {
  .list-locations--small {
    padding-right: 0;
    max-width: 90%;
    text-align: left;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations--small {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .list-locations--small {
    font-size: 1.3rem;
  }
}
.list-locations--small li {
  padding-left: 1.9rem;
}
.list-locations--small li:before {
  top: 0.3rem;
  height: 1.5rem;
  width: 0.9rem;
}
@media (max-width: 575px) {
  .list-locations--small li:before {
    top: 0.4rem;
  }
}
.list-locations--small li + li {
  margin-top: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations--small li + li {
    margin-top: 2.8rem;
  }
}
/*  List-locations--medium  */
.list-locations--medium {
  padding-right: 3rem;
  margin-bottom: 4.5rem;
  font-size: 1.7rem;
  line-height: 1.45;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations--medium {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .list-locations--medium {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 2.1rem;
  }
}
.list-locations--medium li {
  padding-left: 3rem;
  letter-spacing: 0.01em;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations--medium li {
    padding-left: 2rem;
  }
}
.list-locations--medium li:before {
  height: 1.7rem;
  width: 1.1rem;
}
@media (max-width: 575px) {
  .list-locations--medium li:before {
    top: 0.4rem;
    height: 1.2rem;
    width: 0.7rem;
  }
}
.list-locations--medium address {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations--medium address {
    margin-bottom: 0;
  }
}
.list-locations--medium li + li {
  margin-top: 3.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-locations--medium li + li {
    margin-top: 2.6rem;
  }
}
/* ------------------------------------------------------------ *\
	List-logos
\* ------------------------------------------------------------ */
.list-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos ul {
    margin: -2rem -3rem;
  }
}
.list-logos li {
  padding: 1.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-logos li {
    padding: 2rem 3rem;
  }
}
/* ------------------------------------------------------------ *\
	List-payment-services
\* ------------------------------------------------------------ */
.list-payment-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media (max-width: 1023px) {
  .list-payment-services {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-payment-services li + li {
  margin-left: 0.6rem;
}
/* ------------------------------------------------------------ *\
	List-stars
\* ------------------------------------------------------------ */
.list-stars {
  display: inline-block;
  vertical-align: middle;
}
.list-stars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
.list-stars li + li {
  margin-left: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-stars li + li {
    margin-left: 0.4rem;
  }
}
.list-stars svg {
  width: 1.8rem;
  height: 2.5rem;
  color: #f0b128;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-stars svg {
    width: 1.2rem;
    height: 2.1rem;
  }
}
/*  List-stars--alt  */
.list-stars--alt {
  display: block;
}
.list-stars--alt li + li {
  margin-left: 0.2rem;
}
.list-stars--alt svg {
  width: 2.5rem;
  height: 2.8rem;
  color: #bb2222;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-stars--alt svg {
    width: 1.4rem;
    height: 1.7rem;
  }
}
/* ------------------------------------------------------------ *\
	List-work-schedule
\* ------------------------------------------------------------ */
.list-work-schedule {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-work-schedule {
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  .list-work-schedule {
    font-size: 1rem;
  }
}
.list-work-schedule ul {
  list-style: none;
}
.list-work-schedule li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  text-align: left;
}
@media (max-width: 1023px) {
  .list-work-schedule li {
    padding-left: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-work-schedule li {
    padding-left: 2rem;
    line-height: 1.25;
  }
}
.list-work-schedule li:before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../images/clock@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-work-schedule li:before {
    width: 0.8rem;
    height: 0.9rem;
  }
}
.list-work-schedule li p {
  margin-bottom: 0;
}
.list-work-schedule li + li {
  margin-top: 0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-work-schedule li + li {
    margin-top: 0.3rem;
  }
}
.list-work-schedule .list__days {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
@media (max-width: 1409px) {
  .list-work-schedule .list__days {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }
}
@media (max-width: 1023px) {
  .list-work-schedule .list__days {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-work-schedule .list__days {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
}
@media (max-width: 374px) {
  .list-work-schedule .list__days {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
  }
}
.list-work-schedule .list__hours {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
          flex: 0 0 36%;
}
@media (max-width: 1919px) {
  .list-work-schedule .list__hours {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39%;
            flex: 0 0 39%;
  }
}
@media (max-width: 1409px) {
  .list-work-schedule .list__hours {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
@media (max-width: 1023px) {
  .list-work-schedule .list__hours {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-work-schedule .list__hours {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
  }
}
@media (max-width: 374px) {
  .list-work-schedule .list__hours {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 57%;
            flex: 0 0 57%;
  }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  /* max-width: 18.2rem; */
  display: inline-block;
  margin-left: 20px;
  padding: 20px;
  /* width: 100%; */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    /* max-width: 14.2rem; */
  }
}
.logo img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: auto;
  min-width: 100px;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map a {
  display: inline-block !important;
}
.map [tabindex="0"]:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #e27509;
  z-index: 55;
  opacity: 0;
}
.map [tabindex="0"]:focus:after {
  opacity: 1;
}
.map .labels {
  position: relative;
  margin: -8rem 0 0 0;
  background-color: #113796;
  height: 4.6rem;
  width: 11.8rem;
  -webkit-box-shadow: 0 0 5rem 0.1rem rgba(0, 1, 1, 0.21);
          box-shadow: 0 0 5rem 0.1rem rgba(0, 1, 1, 0.21);
}
.map .labels:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.8rem;
  height: 3.3rem;
  background-image: url(../images/logo@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
}
/* ------------------------------------------------------------ *\
	Nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: inline-block;
  height: 1.8rem;
  width: 3.1rem;
  z-index: 25;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  margin-top: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger {
    width: 2.3rem;
    height: 1.4rem;
    margin-top: 0;
  }
}
.nav-trigger span, .nav-trigger:before, .nav-trigger:after {
  display: block;
  background-color: #fff;
  width: 100%;
  position: absolute;
  content: "";
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.nav-trigger span {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger span {
    height: 0.2rem;
  }
}
.nav-trigger:before {
  top: 0;
  height: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger:before {
    height: 0.2rem;
  }
}
.nav-trigger:after {
  bottom: 0;
  height: 0.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger:after {
    height: 0.2rem;
  }
}
.nav-trigger.is-open {
  -webkit-transform: translateX(-1.5rem);
      -ms-transform: translateX(-1.5rem);
          transform: translateX(-1.5rem);
}
@media (max-width: 1409px) {
  .nav-trigger.is-open {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.nav-trigger.is-open span {
  display: none;
}
.nav-trigger.is-open:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.nav-trigger.is-open:after {
  -webkit-transform: translateY(-1.4rem) rotate(-45deg);
      -ms-transform: translateY(-1.4rem) rotate(-45deg);
          transform: translateY(-1.4rem) rotate(-45deg);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav-trigger.is-open:after {
    -webkit-transform: translateY(-1.2rem) rotate(-45deg);
        -ms-transform: translateY(-1.2rem) rotate(-45deg);
            transform: translateY(-1.2rem) rotate(-45deg);
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  text-align: left;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow: auto;
  -webkit-transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  transition: transform 0.4s, visibility 0.4s, opacity 0.4s;
  transition: transform 0.4s, visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  background-color: rgba(0, 0, 0, 0.96);
  -webkit-box-shadow: 0 1rem 3.1rem 1.2rem rgba(0, 1, 1, 0.51);
  box-shadow: 0 1rem 3.1rem 1.2rem rgba(0, 1, 1, 0.51);
  min-width: 44.8rem;
  padding: 4.1rem 0 4.5rem 7.9rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  color: #827f7f;
  line-height: 1.88;
  text-transform: uppercase;
  pointer-events: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    height: 100vh;
  }
}
.nav.is-open {
  visibility: visible;
  opacity: 1;
  z-index: 20;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: all;
  padding-right: 350px;
  padding-bottom: 350px;
}
.nav a {
  display: block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.nav a.is-open {
  color: #fff;
}
.nav > ul > li + li {
  margin-top: 0.4rem;
}
.nav li > ul {
  padding-left: 1.6rem;
}
.nav li.has-dropdown > ul > li.has-dropdown > ul {
  padding-left: 2.8rem;
}
.nav li > ul > li > ul > li > a {
  padding-left: 2.6rem;
}
.nav li > ul > li > ul > li {
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.nav li > ul > li > ul > li:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0c276a), to(#0d286b));
  background: -o-linear-gradient(left, #0c276a 0%, #0d286b 100%);
  background: linear-gradient(90deg, #0c276a 0%, #0d286b 100%);
}
.nav li.has-dropdown > ul {
  position: absolute;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  -webkit-transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s, transform 0.4s;
  transition: visibility 0.4s, opacity 0.4s, transform 0.4s;
  transition: visibility 0.4s, opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.nav li.has-dropdown:hover > ul {
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1023px) {
  .nav li.has-dropdown:hover > ul {
    position: absolute;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
  }
}
.nav li:hover a {
  /* color: #fff; */
}
@media (max-width: 1023px) {
  .nav li.has-dropdown.is-open > ul {
    position: relative;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
}
/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Section-small
\* ------------------------------------------------------------ */
.section-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1.6rem 1.6rem 0 rgba(0, 1, 1, 0.16);
          box-shadow: 0 1.6rem 1.6rem 0 rgba(0, 1, 1, 0.16);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section-small .section__aside {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.2%;
  flex: 0 0 30.2%;
  background-color: #bb2222;
  padding: 1.9rem 0 2rem 1.5rem;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%); */
  /* clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%); */
}
@media (min-width: 1921.02px) {
  .section-small .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
  }
}
@media (max-width: 1919px) {
  .section-small .section__aside {
    -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small .section__aside {
    -webkit-clip-path: none;
            clip-path: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section-small .section__aside-inner {
  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 3.2rem 0 calc((100vw - 160rem - 2 * 1.5rem) / 2);
}
@media (min-width: 1921.02px) {
  .section-small .section__aside-inner {
    position: relative;
    right: 5%;
    padding-right: 1rem;
  }
}
@media (max-width: 1409px) {
  .section-small .section__aside-inner {
    padding-right: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small .section__aside-inner {
    padding: 0 2.5rem;
  }
}
.section-small .section__aside-inner h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}
.section-small .section__aside-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.5rem;
          flex: 0 0 3.5rem;
}
.section-small .section__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69.8%;
          flex: 0 0 69.8%;
  padding: 3rem 1.5rem 0 4.4rem;
}
@media (min-width: 1921.02px) {
  .section-small .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68%;
            flex: 0 0 68%;
    padding-left: 1rem;
  }
}
@media (max-width: 1919px) {
  .section-small .section__content {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small .section__content {
    padding: 3rem 2.5rem;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section-small .section__utilities {
  padding-right: calc((100vw - 141rem - 2 * 1.5rem) / 2);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small .section__utilities {
    padding: 0;
  }
}
.section-small h2.h4 {
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small h2.h4 {
    font-size: 3rem;
  }
}
/*  Section-small--alt  */
.section-small--alt {
  background-color: #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section-small--alt .section__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 26%;
  flex: 0 0 0;
  padding: 8.4rem 3.1rem 12.1rem 0;
  text-align: right;
  /* -webkit-clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%); */
  /* clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%); */
}
@media (min-width: 1921.02px) {
  .section-small--alt .section__aside {
    -webkit-clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  }
}
@media (max-width: 1919px) {
  .section-small--alt .section__aside {
    -webkit-clip-path: polygon(0 0, 100% 0, 77% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 77% 100%, 0 100%);
  }
}
@media (max-width: 1023px) {
  .section-small--alt .section__aside {
    padding: 7rem 3.1rem 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small--alt .section__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    -webkit-clip-path: none;
            clip-path: none;
    padding: 1.9rem 2.5rem;
  }
}
.section-small--alt .section__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 74%;
  flex: 0 0 74%;
  padding: 10rem 1.5rem 3.5rem 0;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .section-small--alt .section__content {
    padding: 4rem 1.5rem 4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small--alt .section__content {
    padding: 2rem 2.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section-small--alt .section__aside-inner {
  padding-right: 3.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small--alt .section__aside-inner {
    padding: 0;
  }
}
.section-small--alt h4 {
  font-size: 4.4rem;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-small--alt h4 {
    font-size: 3.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 8.5rem 0 10.6rem;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section {
    padding: 5rem 0 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 3.5rem 0;
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .section {
    font-size: 1.4rem;
  }
}
.section .section__head {
  max-width: 80%;
  margin: 0 auto 5.8rem;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 1023px) {
  .section .section__head {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    max-width: 100%;
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .section .section__head {
    font-size: 1.4rem;
  }
}
.section h2.h3 {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section h2.h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 575px) {
  .section h2.h3 {
    font-size: 3rem;
  }
}
.section h5 {
  text-transform: uppercase;
}
.section .section__body {
  margin-bottom: 4.4rem;
}
.section .section__actions-alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__actions-alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    max-width: 55%;
  }
}
@media (max-width: 575px) {
  .section .section__actions-alt {
    max-width: 100%;
  }
}
.section .section__background-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
  z-index: 0;
}
.section .section__background-image img {
  width: 100%;
  height: auto;
}
.section .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/*  Section--about  */
.section--about {
  position: relative;
  /* padding: 18.6rem 0 18rem; */
  /* background-color: #05236d; */
  overflow: hidden;
}
.section-about-text { z-index: 5; }

@media (max-width: 1409px) {
  .section--about {
    padding: 15rem 0 13rem;
  }
}
@media (max-width: 1023px) {
  .section--about {
    padding: 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about {
    padding: 3.5rem 0;
  }
}
.section--about a, .content .shell a {
	text-decoration: underline;
}
.section--about a:hover, .content .shell a:hover {
	text-decoration: none;
}
.section--about .section__background-image {
  width: 25%;
}
@media (max-width: 575px) {
  .section--about .section__background-image {
    width: 27%;
  }
}
.section--about .section__background-image img {
  -o-object-position: 0 10rem;
     object-position: 0 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about .section__background-image img {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
@media (max-width: 1023px) {
  .section--about .section__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section--about .section__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  padding-top: 0.7rem;
}
@media (max-width: 1023px) {
  .section--about .section__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about .section__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
@media (max-width: 575px) {
  .section--about .section__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--about .section__image img {
  width: 100%;
}
.section--about .section__content {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 51%;
          flex: 0 0 51%;
  padding-left: 14.5rem;
  color: #fff;
  letter-spacing: 0.005em;
}
@media (max-width: 1409px) {
  .section--about .section__content {
    padding-left: 5.5rem;
  }
}
@media (max-width: 1023px) {
  .section--about .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 0;
  }
}
.section--about .section__content p > a {
  display: inline-block;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.section--about .section__content p > a:hover {
  color: #bb2222;
}
.section--about h2.h3 {
  /* color: #fff; */
  margin-bottom: 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about h2.h3 {
    margin-bottom: 2.5rem;
  }
}
.section--about h2.h3 small {
  display: block;
  margin-bottom: 1.2rem;
  color: #bb2222;
  font-size: 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about h2.h3 small {
    font-size: 2.4rem;
  }
}
@media (max-width: 575px) {
  .section--about h2.h3 small {
    font-size: 2.2rem;
  }
}
.section--about .section__content p {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--about .section__content p {
    margin-bottom: 2.5rem;
  }
}
/*  Section--cards  */
.section--cards {
  position: relative;
  overflow: hidden;
}
.section--cards .section__head {
  margin-bottom: 7rem;
}
@media (max-width: 1023px) {
  .section--cards .section__head {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--cards .section__head {
    font-size: 1.5rem;
    letter-spacing: -0.01em;
  }
}
.section--cards .section__body {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section--cards .section__body {
    margin-bottom: 0;
  }
}
.section--cards .section__background-image {
  right: auto;
  left: 0;
  width: 25%;
  opacity: 0.11;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--cards .section__background-image {
    width: 52%;
  }
}
.section--cards .section__background-image img {
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--cards h2.h3 {
    font-size: 3.9rem;
    margin-bottom: 0;
  }
}
/*  Section--testimonials  */
.section--testimonials {
  position: relative;
  padding: 7rem 0;
}
@media (max-width: 1023px) {
  .section--testimonials {
    padding: 7rem 0 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials {
    padding: 2.5rem 0 6rem;
  }
}
.section--testimonials .section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.24;
}
.section--testimonials .section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--testimonials .section__content {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials .section__head {
    margin-bottom: 1.8rem;
  }
}
.section--testimonials .section__head span {
  vertical-align: middle;
  text-transform: uppercase;
  color: #05236d;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  margin-left: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials .section__head span {
    font-size: 1rem;
  }
}
.section--testimonials h2.h3 {
  margin-bottom: 0.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--testimonials h2.h3 {
    font-size: 3.2rem;
    margin-bottom: 0.2rem;
  }
}
/*  Section--invite  */
.section--invite {
  padding: 8rem 0 9rem;
  background-color: #113692;
}
@media (max-width: 1023px) {
  .section--invite {
    padding: 5rem 0 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--invite {
    padding: 3rem 0 4rem;
  }
}
.section--invite .section__content {
  max-width: 45%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.25;
}
@media (max-width: 1023px) {
  .section--invite .section__content {
    max-width: 60%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--invite .section__content {
    max-width: 80%;
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .section--invite .section__content {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .section--invite .section__content {
    font-size: 1.4rem;
  }
}
.section--invite h2 {
  color: #fff;
  font-size: 6rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--invite h2 {
    font-size: 4.1rem;
  }
}
@media (max-width: 575px) {
  .section--invite h2 {
    font-size: 3.9rem;
  }
}
.section--invite p {
  margin-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--invite p {
    margin-bottom: 2.5rem;
  }
}
/*  Section--articles  */
.section--articles {
  position: relative;
  padding: 10.2rem 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section--articles {
    padding: 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--articles {
    padding: 3.5rem 0 0.5rem;
  }
}
.section--articles .section__head {
  margin-bottom: 8rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section--articles .section__head {
    margin-bottom: 4rem;
  }
}
.section--articles .section__body {
  position: relative;
  z-index: 2;
}
.section--articles .section__background-image {
  bottom: auto;
  right: auto;
  top: 0;
  left: 0;
  width: 20%;
  opacity: 0.11;
}
@media (max-width: 1409px) {
  .section--articles .section__background-image {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .section--articles .section__background-image {
    width: 30%;
  }
}
.section--articles .section__background-image img {
  -o-object-position: 0 -18rem;
     object-position: 0 -18rem;
}
@media (max-width: 1409px) {
  .section--articles .section__background-image img {
    -o-object-position: 0 -4rem;
       object-position: 0 -4rem;
  }
}
/*  Section--locations  */
.section--locations {
  padding: 11.5rem 0 10rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations {
    padding: 5.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations .section__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section--locations .section__map {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding-bottom: 37%;
}
@media (max-width: 1409px) {
  .section--locations .section__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations .section__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-bottom: 55%;
  }
}
@media (max-width: 575px) {
  .section--locations .section__map {
    padding-bottom: 70%;
  }
}
@media (max-width: 374px) {
  .section--locations .section__map {
    padding-bottom: 100%;
  }
}
.section--locations .section__content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  padding: 4.3rem 7.4rem 0 11rem;
  background-color: #113692;
}
@media (max-width: 1409px) {
  .section--locations .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding: 8rem 2rem 6rem 5rem;
  }
}
@media (max-width: 1023px) {
  .section--locations .section__content {
    padding: 4rem 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 2.5rem;
  }
}
@media (max-width: 575px) {
  .section--locations .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1.5rem;
  }
}
@media (max-width: 374px) {
  .section--locations .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 1rem;
  }
}
.section--locations .section__background-image {
  bottom: auto;
  top: 0;
  width: 35%;
  opacity: 0.08;
}
@media (max-width: 1409px) {
  .section--locations .section__background-image {
    width: 40%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--locations .section__background-image {
    width: 15%;
  }
}
@media (max-width: 575px) {
  .section--locations .section__background-image {
    width: 20%;
  }
}
@media (max-width: 374px) {
  .section--locations .section__background-image {
    width: 25%;
  }
}
/*  Section--intro  */
.section--intro {
  padding-bottom: 5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro {
    padding-bottom: 3rem;
  }
}
.section--intro .section__content {
  text-align: center;
  max-width: 74%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .section--intro .section__content {
    max-width: 80%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__content {
    max-width: 100%;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro .section__entry {
    padding: 0 2.2rem;
    line-height: 1.85;
  }
}
.section--intro .section__entry p {
  margin-bottom: 0;
}
.section--intro .section__entry p + p {
  margin-top: 2.5rem;
}
.section--intro h2.h3 {
  margin-bottom: 3.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--intro h2.h3 {
    margin-bottom: 2.4rem;
    font-size: 2.5rem;
    line-height: 1.45;
  }
}
.section--intro h2.h3 span {
  color: #bb2222;
}
/*  Section--small-offset  */
.section--small-offset {
  padding: 3.5rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--small-offset {
    padding: 2rem 0 0.9rem;
  }
}
/*  Section--info  */
.section--info {
  position: relative;
  padding-bottom: 11.6rem;
}
@media (max-width: 1023px) {
  .section--info {
    padding-bottom: 7rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--info {
    padding-bottom: 5.2rem;
  }
}
.section--info .section__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--info .section__inner {
    padding: 0 1.2rem;
  }
}
.section--info .section__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57%;
          flex: 0 0 57%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--info .section__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.section--info .section__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section--info .section__content {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
  background-color: #113796;
  padding: 7.7rem 7.2rem 5.2rem 8.4rem;
}
@media (max-width: 1409px) {
  .section--info .section__content {
    padding: 7.7rem 5rem 5.2rem;
  }
}
@media (max-width: 1023px) {
  .section--info .section__content {
    padding: 4rem 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--info .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 2.9rem 4.3rem 2.8rem 4.5rem;
  }
}
@media (max-width: 374px) {
  .section--info .section__content {
    padding: 2.9rem 4rem;
  }
}
.section--info .section__background-image {
  bottom: auto;
  top: 0;
  width: 33%;
  opacity: 0.05;
}
/*  Section--callout  */
.section--callout {
  padding: 9rem 0 9.5rem;
  position: relative;
  background-color: #c00806;
}
@media (max-width: 1023px) {
  .section--callout {
    padding: 7rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--callout {
    padding: 3rem 0;
  }
}
.section--callout .section__inner {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4.3rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .section--callout .section__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section--callout .section__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.9rem;
          flex: 0 0 12.9rem;
}
@media (max-width: 1023px) {
  .section--callout .section__image {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--callout .section__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.9rem;
            flex: 0 0 5.9rem;
    margin-bottom: 2rem;
  }
}
.section--callout .section__image img {
  width: 100%;
}
.section--callout .section__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 0 6.4rem;
  color: #fff;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.003em;
}
@media (max-width: 1409px) {
  .section--callout .section__content {
    padding: 0 3rem;
  }
}
@media (max-width: 1023px) {
  .section--callout .section__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 6rem;
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--callout .section__content {
    font-size: 1.2rem;
    padding: 0 1rem;
    letter-spacing: 0.01em;
    margin-bottom: 1.6rem;
  }
}
.section--callout .section__content p {
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .section--callout .section__content p {
    padding: 0 2rem;
  }
}
.section--callout .section__actions {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5rem;
          flex: 0 0 22.5rem;
}
.section--callout h4 {
  color: #fff;
  letter-spacing: 0.005em;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--callout h4 {
    font-size: 2.7rem;
    line-height: 1.2;
  }
}
.section--callout h4 a {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.section--callout h4 a:hover {
  opacity: 0.7;
}
.section--callout .section__background-image {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
  opacity: 0.09;
}
@media (max-width: 1409px) {
  .section--callout .section__background-image {
    width: 30%;
  }
}
.section--callout .section__background-image img {
  -o-object-position: 18.7rem 1.7rem;
     object-position: 18.7rem 1.7rem;
}
@media (max-width: 1919px) {
  .section--callout .section__background-image img {
    -o-object-position: 15.7rem 0;
       object-position: 15.7rem 0;
  }
}
@media (max-width: 1023px) {
  .section--callout .section__background-image img {
    -o-object-position: 11.7rem 0;
       object-position: 11.7rem 0;
  }
}
/*  Section--tiles  */
.section--tiles {
  background-color: #f2f2f2;
  padding: 5.9rem 0 2.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tiles {
    padding: 3.5rem 0 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tiles h2.h3 {
    font-size: 2.5rem;
    letter-spacing: -0.01em;
    margin-bottom: 0.3rem;
  }
}
.section--tiles .section__head {
  margin-bottom: 4.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--tiles .section__head {
    font-size: 1rem;
    letter-spacing: -0.04rem;
    margin-bottom: 3rem;
  }
}
/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 141rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* ------------------------------------------------------------ *\
	Skipper
\* ------------------------------------------------------------ */
.skipper {
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.skipper:focus {
  position: fixed;
  background-color: #bb2222;
  color: #fff;
  padding: 1rem;
  top: 2rem;
  left: 2rem;
  z-index: 50;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials {
  padding: 2.9rem 0 3.1rem 1.2rem;
  margin: auto 0px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    display: none;
  }
}
.socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}
@media (max-width: 1023px) {
  .socials ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .socials li {
    margin-bottom: 0.5rem;
  }
}
.socials li + li {
  margin-left: 0.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials li + li {
    margin-left: 0.2rem;
  }
}
/* ------------------------------------------------------------ *\
	Testimonial
\* ------------------------------------------------------------ */
.testimonial {
  background-color: #fff;
  padding: 5rem 4rem 5.2rem 6.1rem;
  -webkit-box-shadow: 0 0.1rem 1.7rem 1.6rem rgba(0, 1, 1, 0.08);
          box-shadow: 0 0.1rem 1.7rem 1.6rem rgba(0, 1, 1, 0.08);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial {
    padding: 1.2rem 1.6rem 3.3rem 4rem;
  }
}
.testimonial .testimonial__image {
  margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__image {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial .testimonial__image img {
    width: 2.6rem;
    height: 2.1rem;
  }
}
.testimonial blockquote {
  font-size: 2.6rem;
  font-style: italic;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial blockquote {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 0.3rem;
  }
}
.testimonial blockquote p {
  margin-bottom: 0;
}
.testimonial cite {
  font-size: 2.2rem;
  color: #05236d;
  font-style: normal;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonial cite {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Testimonials
\* ------------------------------------------------------------ */
.testimonials {
  position: relative;
  padding: 0 3.8rem;
}
@media (max-width: 1919px) {
  .testimonials {
    padding: 0 5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .testimonials {
    padding: 0 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0.1rem solid #b8b8b8;
}
.tile a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile a {
    padding: 0.5rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Tiles
\* ------------------------------------------------------------ */
.tiles .tiles__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1.5rem -0.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles .tiles__items {
    padding: 0 0.6rem;
    margin: -0.4rem -0.2rem;
  }
}
.tiles .tile__item {
  -ms-flex-preferred-size: calc(100% / 7);
      flex-basis: calc(100% / 7);
  padding: 1.5rem 0.5rem;
}
@media (max-width: 1023px) {
  .tiles .tile__item {
    -ms-flex-preferred-size: calc(100% / 5);
        flex-basis: calc(100% / 5);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles .tile__item {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
    padding: 0.4rem 0.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tiles .tile__item:nth-child(n+5) {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    padding: 0.4rem 0.6rem;
    min-height: 10rem;
  }
}
@media (max-width: 374px) {
  .tiles .tile__item:nth-child(n+5) {
    min-height: 9rem;
  }
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */

.nav-location {
  display: block !important;
}
.list-locations {
  margin-right: 35px;
}


.footer .list-icons li {
    list-style: none;
}


/* CSS Classes for the navigation dropdown */
.sub {
	/* display: none; */
}

.is-open {
	display: block !important;
}

@media (max-width: 812px) {
 .sub {
	display: block !important;
 }
}








/* ------------------------------------------------------------ *\
	New Nav
\* ------------------------------------------------------------ */


.nav > ul > li { position: relative; }

.nav > ul > li + li { margin-top: 2px; }

.nav > ul > li.current > a { background: #293375; }

.nav > ul > li > a {position: relative;z-index: 10;display: block;padding: 5px 10px 5px 25px;/* background: #1e1e1e; */text-decoration: none;}

.nav > ul > li > a:hover {/* background: #293375; */}

.nav > ul > li > a > i { position: absolute; top: 13px; right: 21px; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; }

.nav .sub {position: absolute;top: 0;left: 100%;-webkit-transform: translateX(-100%);-ms-transform: translateX(-100%);transform: translateX(-100%);z-index: 5;visibility: hidden;padding-left: 29px;/* font-size: 12px; *//* font-weight: 500; */opacity: 0;-webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;transition: visibility .3s, opacity .3s, -webkit-transform .3s;-o-transition: transform .3s, visibility .3s, opacity .3s;transition: transform .3s, visibility .3s, opacity .3s;transition: transform .3s, visibility .3s, opacity .3s, -webkit-transform .3s;}

.nav .sub ul { min-width: 244px; padding: 5px; }

.nav .sub li + li { margin-top: 2px; }

.nav .sub a { display: block; padding: 14px 22px 10px; line-height: 1; text-decoration: none; }

.nav .sub a:hover {/* background: #151e56; */}

.nav > ul > li:hover > a {/* background: #293375; */}

.nav > ul > li:hover .sub { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); visibility: visible; opacity: 1; }

/* Mobile */

@media (max-width: 767px) {
	.nav .sub { position: static; overflow: hidden; -webkit-transform: none; -ms-transform: none; transform: none; visibility: visible; max-height: 0; padding: 0; opacity: 1; -webkit-transition: max-height .3s, padding .3s; -o-transition: max-height .3s, padding .3s; transition: max-height .3s, padding .3s; }

	.nav > ul > li > a:hover { background: #1e1e1e; }
	.nav > ul > li:hover > a { background: #1e1e1e; }

	.nav > ul > li > a > i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

	.nav > ul > li.active > a { background: #293375; }
	.nav > ul > li.active .sub { max-height: 500px; padding: 5px 0; }

	.nav > ul > li.active > a > i { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
}


/* Associations */

.brands .brands__item {
    max-width: 20%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 7px;
    margin-bottom: 16px;
}

.brand {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d8d6d6;
    height: 150px;
    text-align: center;
    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: 21px 0 22px;
}

.brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1023px) {
    .brand {
      min-height: auto; } }
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .brand {
      height: 100%;
      min-height: auto;
      padding: 11px 0; } }
	  

.brand img {
    max-width: 100%;
	max-height: 145px;
    display: inline-block;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .brand img {
        max-width: 50%;
        min-width: 90px;
        margin: auto; } }
		
		
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
.brands .brands__item {
    max-width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding: 0 3px;
    min-height: 68px;
    margin-bottom: 7px;
}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.brands {
    margin: 0 -3px;
}}

.nav-location {
    text-align: left !important;
    padding-top: 0px !important;
    padding-right: 10px !important;
	width: 100% !important;
}

.copyright {
    max-width: 1200px;
    text-align: center;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
}


@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape){
.card .card__head-content h3.h3 {
    font-size: 2.8rem !important;
}
}
.hero h2 {
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.hero h2 {
    font-size: 7.2rem;
    color: #fff;
    line-height: 1.11;
    font-weight: 700;
}

.testimonials .grid .grid__col--eq {
     display: block !imporant;
}

.services--section .grid__col:hover {
  -webkit-box-shadow: 0 0 3.6rem 0 rgba(187, 34, 34, 0.26);
          box-shadow: 0 0 3.6rem 0 rgba(187, 34, 34, 0.26);
}

.services--section .box {
    margin: auto;
}

.dropdown--hours {
	min-width: 24.2rem !important;
}

.dropdown--hours > ul {
	min-width: 24.2rem !important;
}


@media (min-width: 1000px) and (max-width: 1300px) {
   .hero {
       min-height: 700px !important;
   }
}

@media (min-width: 700px) and (max-width: 1000px) {
   .hero {
       min-height: 400px !important;
   }
}

@media (max-width: 700px) {
   .hero {
       min-height: 300px !important;
   }
}

/* Newsletter */
.form-subscribe form { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.form-subscribe .form__controls { margin-left: 50px; -webkit-box-flex: 0; -ms-flex: 0 0 30%; flex: 0 0 30%; max-width: 30%; }

.form-subscribe .form__controls + .form__controls { margin-left: 29px; }

.form-subscribe .form__actions { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; margin-left: 36px; }

.form-subscribe .form__actions input { width: 100%; -webkit-box-shadow: none; box-shadow: none; border: 0px;}

.form-subscribe label { display: none;  }

.form-subscribe .field { height: 65px; border-radius: 33px; padding: 0 37px; font-size: 16px; font-weight: 500; color: rgba(0,0,0,.5); width: 100%; border: 0; }

@media (max-width: 1300px) {
	.form-subscribe .form__controls { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; }
}

@media (max-width: 1200px) {
	.form-subscribe .form__controls { margin-left: 30px; }
	.form-subscribe .form__controls + .form__controls { margin-left: 20px; }
	.form-subscribe .form__actions { margin-left: 20px; }
}

@media (max-width: 1023px) {
	.form-subscribe .form__controls { margin-left: 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; max-width: 100%; }
}

@media (max-width: 767px) {
	.form-subscribe form { display: block; }	
	.form-subscribe .form__controls + .form__controls { margin-left: 0; margin-top: 16px; }
	.form-subscribe .form__actions { max-width: 254px; margin: 20px auto 0; }
	.form-subscribe .form__actions input { font-size: 18px; height: 53px; }
	.form-subscribe .field { height: 40px; font-size: 10px; font-weight: 500;  }

}

.nav-socials { display: none; }

@media (max-width: 767px) {
  .nav-socials { display: block; }
}

.nav-socials {
  margin-top: 10px;
}

.nav-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none; 
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-socials ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; 
		} 
}
.nav-socials li {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 7px 0; 
}

.nav-socials li + li {
    margin-left: 7px; 
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
      .nav-socials li + li {
        margin-left: 30px; 
		} 
}