@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Podkova:wght@400..800&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  position: relative;
  font-size: 100%;
  color: #000000;
  background: #ffffff;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1 {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

/* line 22, ../sass/_common.sass */
h2 {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.1;
  color: #000000;
  text-transform: uppercase;
}
/* line 32, ../sass/_common.sass */
h2 span {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* line 36, ../sass/_common.sass */
h3 {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
}

/* line 45, ../sass/_common.sass */
p {
  margin-bottom: 0;
  font-size: 16px;
}

/* line 49, ../sass/_common.sass */
.default-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
/* line 52, ../sass/_common.sass */
.default-font.light {
  font-weight: 300;
}

/* line 55, ../sass/_common.sass */
.podkova {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* line 58, ../sass/_common.sass */
.podkova.extrabold {
  font-weight: 800;
}

/* line 61, ../sass/_common.sass */
.red {
  color: #ed1c24;
}

/* line 63, ../sass/_common.sass */
.yellow {
  color: #fec40e;
}

/* line 65, ../sass/_common.sass */
.grey {
  color: #52505f;
}

/* line 67, ../sass/_common.sass */
.light-grey1 {
  color: #a8a4c5;
}

/* line 70, ../sass/_common.sass */
.bg-green {
  background: #1a401f;
}

/* line 72, ../sass/_common.sass */
.bg-grey1 {
  background: #e8e8e8;
}

/* line 74, ../sass/_common.sass */
.bg-dark-grey {
  background: #303129;
}

/* line 76, ../sass/_common.sass */
.bg-dark-grey4 {
  background: #3d3839;
}

/* line 78, ../sass/_common.sass */
.bg-dark-blue {
  background: #161138;
}

/* line 80, ../sass/_common.sass */
.bg-light-brown {
  background: #efede3;
}

/* line 85, ../sass/_common.sass */
.line-wrapper {
  position: relative;
}
/* line 88, ../sass/_common.sass */
.line-wrapper .line-left,
.line-wrapper .line-right {
  position: absolute;
  top: 0;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 88, ../sass/_common.sass */
  .line-wrapper .line-left,
  .line-wrapper .line-right {
    display: none;
  }
}
/* line 96, ../sass/_common.sass */
.line-wrapper .line-left {
  left: 0;
  border-left: 1px solid #ffffff;
}
/* line 99, ../sass/_common.sass */
.line-wrapper .line-right {
  right: 0;
  border-right: 1px solid #52505f;
}

/* line 103, ../sass/_common.sass */
.top-picture {
  position: relative;
  min-height: 550px;
  height: 40vh;
}
/* line 108, ../sass/_common.sass */
.top-picture .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: no-repeat center top 25%;
  background-size: cover;
}
/* line 116, ../sass/_common.sass */
.top-picture .overlay {
  opacity: 0.3;
}
/* line 118, ../sass/_common.sass */
.top-picture .content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
/* line 126, ../sass/_common.sass */
.top-picture .content h1 {
  font-size: 85px;
  margin-bottom: 10px;
  color: #ffffff;
}
/* line 130, ../sass/_common.sass */
.top-picture .content p {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
}

/* line 133, ../sass/_common.sass */
.contact-page .top-picture {
  height: 70vh;
}

/* line 136, ../sass/_common.sass */
.sections {
  text-align: center;
}
/* line 141, ../sass/_common.sass */
.sections .row > div > div {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/* line 147, ../sass/_common.sass */
.sections .row > div > div img {
  width: 100%;
}
/* line 149, ../sass/_common.sass */
.sections .row > div > div p {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

/* line 161, ../sass/_common.sass */
.bg-grey-left-half, .bg-grey-right-half {
  position: relative;
}
@media (min-width: 992px) {
  /* line 164, ../sass/_common.sass */
  .bg-grey-left-half:before, .bg-grey-right-half:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(50vw - 50px);
    background: #e8e8e8;
  }
}

/* line 175, ../sass/_common.sass */
.bg-grey-left-half:before {
  left: 0;
}

/* line 179, ../sass/_common.sass */
.bg-grey-right-half:before {
  right: 0;
}

/* line 182, ../sass/_common.sass */
.width-80 {
  width: 80%;
}

/* line 185, ../sass/_common.sass */
.list-two-columns {
  padding-left: 0;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
/* line 192, ../sass/_common.sass */
.list-two-columns li {
  position: relative;
  padding-left: 47px;
  margin-bottom: 20px;
}
/* line 198, ../sass/_common.sass */
.list-two-columns li.yes:before {
  background-image: url(/images/icons/v.png);
}
/* line 201, ../sass/_common.sass */
.list-two-columns li.no:before {
  background-image: url(/images/icons/x.png);
}
/* line 203, ../sass/_common.sass */
.list-two-columns li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  background: center center no-repeat #161138;
}
@media (min-width: 768px) {
  /* line 185, ../sass/_common.sass */
  .list-two-columns {
    columns: 2;
  }
}

/* line 3, ../sass/components/_arrow-link.sass */
.arrow-link {
  width: 160px;
  background: none;
  border: none;
  outline: none;
  color: #161138;
  text-decoration: none;
  font-size: 22px;
  font-weight: 400;
  position: relative;
  padding: 8px 50px 8px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 18, ../sass/components/_arrow-link.sass */
.arrow-link .bg {
  position: absolute;
  width: 30px;
  height: 3px;
  right: 0;
  top: 50%;
  background: #161138;
  margin-top: -1px;
  z-index: -1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 29, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before, .arrow-link .bg:after {
  content: "";
  height: 3px;
  width: 12px;
  background: #161138;
  position: absolute;
  right: -3px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 37, ../sass/components/_arrow-link.sass */
.arrow-link .bg:before {
  bottom: 3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 40, ../sass/components/_arrow-link.sass */
.arrow-link .bg:after {
  top: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 43, ../sass/components/_arrow-link.sass */
.arrow-link:hover {
  padding-right: 20px;
  color: #ffffff;
}
/* line 47, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg {
  height: 100%;
  width: 100%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 52, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before, .arrow-link:hover .bg:after {
  right: 0;
}
/* line 54, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:before {
  bottom: 6px;
}
/* line 56, ../sass/components/_arrow-link.sass */
.arrow-link:hover .bg:after {
  top: 6px;
}

/* line 3, ../sass/components/_menu.sass */
#menu {
  position: fixed;
  left: 0;
  top: -100vh;
  height: 100vh;
  width: 100vw;
  background: #303129;
  z-index: 1;
  -moz-transition: top 0.75s cubic-bezier(0.69, 0.01, 0.88, 0.54);
  -o-transition: top 0.75s cubic-bezier(0.69, 0.01, 0.88, 0.54);
  -webkit-transition: top 0.75s cubic-bezier(0.69, 0.01, 0.88, 0.54);
  transition: top 0.75s cubic-bezier(0.69, 0.01, 0.88, 0.54);
}
/* line 13, ../sass/components/_menu.sass */
#menu a.white {
  color: #ffffff !important;
}
/* line 15, ../sass/components/_menu.sass */
#menu .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40%;
  background: url(/images/menu-bg.jpg?2) center center no-repeat #1d1d19;
  background-size: cover;
}
@media (max-width: 767px) {
  /* line 15, ../sass/components/_menu.sass */
  #menu .bg {
    display: none;
  }
}
/* line 28, ../sass/components/_menu.sass */
#menu .container .left-side .logo {
  display: block !important;
  position: absolute;
  right: 50px;
  top: 21px;
}
/* line 33, ../sass/components/_menu.sass */
#menu .container .left-side .content {
  position: relative;
}
/* line 36, ../sass/components/_menu.sass */
#menu .container .left-side .content ul {
  list-style: none;
  padding-left: 50px;
  margin-bottom: 40px;
  border-left: 1px solid #ffffff;
}
/* line 42, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li {
  display: block;
  position: relative;
  line-height: 0.8;
}
/* line 47, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li > a {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  opacity: 0;
  left: -80px;
  -moz-transition: left 0.5s 0.75s, opacity 0.5s 0.75s;
  -o-transition: left 0.5s 0.75s, opacity 0.5s 0.75s;
  -webkit-transition: left 0.5s, opacity 0.5s;
  -webkit-transition-delay: 0.75s, 0.75s;
  transition: left 0.5s 0.75s, opacity 0.5s 0.75s;
}
/* line 57, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li > a span:first-child {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
  font-weight: 800;
  margin-right: 10px;
  opacity: 0.2;
}
/* line 63, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li > a:hover, #menu .container .left-side .content ul li > a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 47, ../sass/components/_menu.sass */
  #menu .container .left-side .content ul li > a {
    font-size: 20px;
  }
}
/* line 68, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(1) a {
  transition-delay: 0.75s;
}
@media (max-width: 767px) {
  /* line 67, ../sass/components/_menu.sass */
  #menu .container .left-side .content ul li:nth-child(1) {
    padding-top: 0;
  }
}
/* line 73, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(2) a {
  transition-delay: 0.85s;
}
/* line 76, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(3) a {
  transition-delay: 0.95s;
}
/* line 79, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(4) a {
  transition-delay: 1.05s;
}
/* line 82, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(5) a {
  transition-delay: 1.15s;
}
/* line 85, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(6) a {
  transition-delay: 1.25s;
}
/* line 88, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(7) a {
  transition-delay: 1.35s;
}
/* line 91, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(8) a {
  transition-delay: 1.45s;
}
/* line 94, ../sass/components/_menu.sass */
#menu .container .left-side .content ul li:nth-child(9) a {
  transition-delay: 1.55s;
}
@media (max-width: 767px) {
  /* line 42, ../sass/components/_menu.sass */
  #menu .container .left-side .content ul li {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  /* line 33, ../sass/components/_menu.sass */
  #menu .container .left-side .content {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 103, ../sass/components/_menu.sass */
#menu .container .left-side .content .bottom {
  position: relative;
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  padding-left: 50px;
  color: #ffffff;
  opacity: 0;
  left: -80px;
  -moz-transition: left 0.5s 0.75s, opacity 0.5s 0.75s;
  -o-transition: left 0.5s 0.75s, opacity 0.5s 0.75s;
  -webkit-transition: left 0.5s, opacity 0.5s;
  -webkit-transition-delay: 0.75s, 0.75s;
  transition: left 0.5s 0.75s, opacity 0.5s 0.75s;
  transition-delay: 1.65s;
}
/* line 115, ../sass/components/_menu.sass */
#menu .container .left-side .content .bottom span {
  font-weight: 800;
  font-size: 32px;
  opacity: 0.2;
}
@media (min-width: 768px) {
  /* line 27, ../sass/components/_menu.sass */
  #menu .container .left-side {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  /* line 27, ../sass/components/_menu.sass */
  #menu .container .left-side {
    padding-top: 80px;
  }
}
/* line 124, ../sass/components/_menu.sass */
#menu .container .right-side .flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
/* line 130, ../sass/components/_menu.sass */
#menu .container .right-side .flex .bottom {
  text-align: right;
  padding-bottom: 70px;
  color: #ffffff;
}
/* line 135, ../sass/components/_menu.sass */
#menu .container .right-side .flex .bottom p {
  position: relative;
  opacity: 0;
  bottom: -50px;
  -moz-transition: bottom 0.5s 1.25s, opacity 0.5s 1.25s;
  -o-transition: bottom 0.5s 1.25s, opacity 0.5s 1.25s;
  -webkit-transition: bottom 0.5s, opacity 0.5s;
  -webkit-transition-delay: 1.25s, 1.25s;
  transition: bottom 0.5s 1.25s, opacity 0.5s 1.25s;
}
@media (max-width: 767px) {
  /* line 130, ../sass/components/_menu.sass */
  #menu .container .right-side .flex .bottom {
    text-align: center;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  /* line 124, ../sass/components/_menu.sass */
  #menu .container .right-side .flex {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  /* line 124, ../sass/components/_menu.sass */
  #menu .container .right-side .flex {
    align-items: center;
  }
}
@media (min-width: 768px) {
  /* line 123, ../sass/components/_menu.sass */
  #menu .container .right-side {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  /* line 123, ../sass/components/_menu.sass */
  #menu .container .right-side {
    padding-top: 60px;
  }
}
/* line 151, ../sass/components/_menu.sass */
#menu.opened {
  top: 0;
}
/* line 158, ../sass/components/_menu.sass */
#menu.opened .container .left-side ul li > a {
  opacity: 1;
  left: 0;
}
/* line 161, ../sass/components/_menu.sass */
#menu.opened .container .left-side .bottom {
  opacity: 1;
  left: 0;
}
/* line 166, ../sass/components/_menu.sass */
#menu.opened .container .right-side .bottom p {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 767px) {
  /* line 3, ../sass/components/_menu.sass */
  #menu {
    overflow-y: auto;
    padding-bottom: 50px;
  }
}

/* line 4, ../sass/partials/_header.sass */
#header {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  -moz-transition: background 0.5s, box-shadow 0.5s;
  -o-transition: background 0.5s, box-shadow 0.5s;
  -webkit-transition: background 0.5s, box-shadow 0.5s;
  transition: background 0.5s, box-shadow 0.5s;
}
/* line 12, ../sass/partials/_header.sass */
.index-page #header .logo {
  display: none;
}
/* line 14, ../sass/partials/_header.sass */
#header .col-sm-5 {
  padding-top: 21px;
  padding-bottom: 21px;
}
/* line 18, ../sass/partials/_header.sass */
#header .col-sm-5 > a {
  color: #ffffff;
  font-size: 15px;
}
/* line 21, ../sass/partials/_header.sass */
#header .col-sm-5 .menu-link {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 2;
}
/* line 27, ../sass/partials/_header.sass */
#header .col-sm-5 .menu-link .line {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 8px;
  background: #ffffff;
}
/* line 34, ../sass/partials/_header.sass */
#header .col-sm-5 .menu-link .line:last-child {
  margin-bottom: 0;
}
/* line 36, ../sass/partials/_header.sass */
#header .col-sm-5 .menu-link .text {
  display: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
}
/* line 41, ../sass/partials/_header.sass */
#header .col-sm-5 .menu-link:hover, #header .col-sm-5 .menu-link:focus {
  text-decoration: none;
}
/* line 44, ../sass/partials/_header.sass */
#header .col-sm-5 .menu-link.opened .line {
  display: none;
}
/* line 46, ../sass/partials/_header.sass */
#header .col-sm-5 .menu-link.opened .text {
  display: inline;
}

/* line 48, ../sass/partials/_header.sass */
#header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
/* line 56, ../sass/partials/_header.sass */
#header-sticky-wrapper.is-sticky #header {
  background: #161138;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 3, ../sass/partials/_footer.sass */
#footer-stripe {
  position: relative;
  background: #161138;
  color: #ffffff;
}
/* line 8, ../sass/partials/_footer.sass */
.about-page #footer-stripe {
  background: #c69c6d;
  color: #603913;
}
/* line 12, ../sass/partials/_footer.sass */
.about-page #footer-stripe a {
  color: #603913;
}
/* line 14, ../sass/partials/_footer.sass */
.gallery-page #footer-stripe {
  background: #595b4e;
}
/* line 16, ../sass/partials/_footer.sass */
.services-page #footer-stripe, .soldiers-page #footer-stripe, .partners-page #footer-stripe, .contact-page #footer-stripe {
  background: #6f7d8a;
  color: #161138;
}
/* line 22, ../sass/partials/_footer.sass */
.testimonials-page #footer-stripe {
  background: #ae886c;
  color: #2d2317;
}

/* line 27, ../sass/partials/_footer.sass */
#footer {
  position: relative;
}
/* line 30, ../sass/partials/_footer.sass */
#footer a {
  color: #000000;
}
/* line 33, ../sass/partials/_footer.sass */
#footer a:hover, #footer a:focus {
  color: #000000;
}
/* line 35, ../sass/partials/_footer.sass */
#footer ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
/* line 39, ../sass/partials/_footer.sass */
#footer .logo {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  display: inline-block;
}
/* line 45, ../sass/partials/_footer.sass */
#footer .logo p:nth-child(2) {
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}
/* line 49, ../sass/partials/_footer.sass */
#footer .logo p:last-child {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
/* line 53, ../sass/partials/_footer.sass */
#footer .logo:hover, #footer .logo:focus {
  text-decoration: none;
}
/* line 55, ../sass/partials/_footer.sass */
#footer #footer-1 {
  border-bottom: 1px solid #000000;
}
/* line 57, ../sass/partials/_footer.sass */
#footer #footer-2 {
  font-size: 12px;
}

/* line 4, ../sass/pages/_index.sass */
.index-page .high-image {
  margin-top: -40px;
  margin-bottom: -40px;
}
/* line 9, ../sass/pages/_index.sass */
.index-page #welcome > div:first-child {
  position: relative;
  overflow: hidden;
}
/* line 13, ../sass/pages/_index.sass */
.index-page #welcome > div:first-child .inner {
  position: relative;
  min-height: 100vh;
  background: center center no-repeat url(/images/pages/home/1.jpg?2);
  background-size: cover;
}
/* line 19, ../sass/pages/_index.sass */
.index-page #welcome > div:first-child .inner .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.5;
}
/* line 27, ../sass/pages/_index.sass */
.index-page #welcome > div:first-child .inner .logo {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 30, ../sass/pages/_index.sass */
.index-page #welcome > div:first-child .inner .logo.active {
  opacity: 0;
}
/* line 32, ../sass/pages/_index.sass */
.index-page #welcome > div:last-child {
  min-height: 100vh;
  background: center center no-repeat url(/images/pages/home/2.jpg?2);
  background-size: cover;
}
/* line 36, ../sass/pages/_index.sass */
.index-page #deliver {
  position: relative;
  height: 720px;
  background: url(/images/pages/home/4.jpg?2) left center no-repeat;
  background-size: cover;
}
/* line 42, ../sass/pages/_index.sass */
.index-page #deliver .bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
/* line 47, ../sass/pages/_index.sass */
.index-page #deliver .row {
  padding-top: 220px;
}
/* line 50, ../sass/pages/_index.sass */
.index-page #deliver .row h2 {
  text-shadow: 0 5px 13px rgba(0, 0, 0, 0.9);
}
/* line 55, ../sass/pages/_index.sass */
.index-page #carousel .flex {
  display: flex;
}
/* line 58, ../sass/pages/_index.sass */
.index-page #carousel .flex > div {
  position: relative;
  margin-right: 30px;
}
/* line 62, ../sass/pages/_index.sass */
.index-page #carousel .flex > div img {
  border-radius: 5px;
}
/* line 64, ../sass/pages/_index.sass */
.index-page #carousel .flex > div .headline {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  padding-top: 30px;
  padding-bottom: 10px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
/* line 81, ../sass/pages/_index.sass */
.index-page #carousel .simplebar-horizontal {
  position: relative;
  margin-top: 50px;
  height: 15px;
  border-radius: 19px;
  background: #092b0e;
}
/* line 89, ../sass/pages/_index.sass */
.index-page #carousel .simplebar-horizontal .simplebar-scrollbar:before {
  opacity: 1;
  border-radius: 19px;
  background: #2d5432;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1199px) {
  /* line 5, ../sass/pages/_about.sass */
  .about-page .bg-grey-left-half:before, .about-page .bg-grey-right-half:before {
    background: none;
  }
}

/* line 7, ../sass/pages/_services.sass */
.services-page .slide {
  position: relative;
  height: 100vh;
  background: center center no-repeat;
  background-size: cover;
  color: #ffffff;
}
/* line 14, ../sass/pages/_services.sass */
.services-page .slide .black-overlay {
  opacity: 0.15;
}
/* line 16, ../sass/pages/_services.sass */
.services-page .slide .inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 50vh;
}
/* line 22, ../sass/pages/_services.sass */
.services-page .slide .inner .small-headline,
.services-page .slide .inner .headline,
.services-page .slide .inner .content {
  position: relative;
  opacity: 0;
  -moz-transition: top 1s, opacity 1s;
  -o-transition: top 1s, opacity 1s;
  -webkit-transition: top 1s, opacity 1s;
  transition: top 1s, opacity 1s;
}
/* line 28, ../sass/pages/_services.sass */
.services-page .slide .inner .small-headline {
  top: -50px;
}
/* line 30, ../sass/pages/_services.sass */
.services-page .slide .inner .headline {
  top: 50px;
  transition-delay: 0.25s;
}
/* line 33, ../sass/pages/_services.sass */
.services-page .slide .inner .content {
  top: 50px;
  transition-delay: 0.5s;
}
/* line 37, ../sass/pages/_services.sass */
.services-page .slide.active .small-headline,
.services-page .slide.active .headline,
.services-page .slide.active .content,
.services-page .slide.active .content-2 {
  top: 0;
  opacity: 1;
}
/* line 43, ../sass/pages/_services.sass */
.services-page .square-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  padding-top: 100px;
  color: #ffffff;
}
/* line 51, ../sass/pages/_services.sass */
.services-page .square-wrapper .headline {
  position: relative;
  opacity: 0;
  top: 50px;
  -moz-transition: top 1s, opacity 1s;
  -o-transition: top 1s, opacity 1s;
  -webkit-transition: top 1s, opacity 1s;
  transition: top 1s, opacity 1s;
}
/* line 56, ../sass/pages/_services.sass */
.services-page .square-wrapper .flex {
  position: relative;
  flex-flow: row nowrap;
  justify-content: flex-end;
  -moz-transition: left 0.5s;
  -o-transition: left 0.5s;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  transition-delay: 1.5s;
}
/* line 63, ../sass/pages/_services.sass */
.services-page .square-wrapper .flex .square {
  position: relative;
  color: #ffffff;
  width: 165px;
  height: 165px;
  border: 1px solid #ffffff;
  padding: 5px 10px;
  margin-left: 15px;
  left: 100vw;
  -moz-transition: left 1s;
  -o-transition: left 1s;
  -webkit-transition: left 1s;
  transition: left 1s;
  transition-delay: 1s;
}
/* line 76, ../sass/pages/_services.sass */
.services-page .square-wrapper .flex .square > div:first-child {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  /* line 76, ../sass/pages/_services.sass */
  .services-page .square-wrapper .flex .square > div:first-child {
    margin-left: 10px;
  }
}
/* line 84, ../sass/pages/_services.sass */
.services-page .square-wrapper .flex .square > div:last-child {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}
@media (max-width: 767px) {
  /* line 84, ../sass/pages/_services.sass */
  .services-page .square-wrapper .flex .square > div:last-child {
    font-weight: 400;
    font-size: 16px;
  }
}
/* line 94, ../sass/pages/_services.sass */
.services-page .square-wrapper .flex .square.active {
  left: 0;
}
@media (max-width: 767px) {
  /* line 63, ../sass/pages/_services.sass */
  .services-page .square-wrapper .flex .square {
    flex-shrink: 0;
    width: 90px;
    height: 135px;
    margin-left: 5px;
    padding: 5px 0;
  }
}
/* line 103, ../sass/pages/_services.sass */
.services-page .square-wrapper.active .headline {
  top: 0;
  opacity: 1;
  transition-delay: 0.75s;
}
/* line 108, ../sass/pages/_services.sass */
.services-page .square-wrapper.stage-1 .flex {
  left: 540px;
}
@media (max-width: 767px) {
  /* line 108, ../sass/pages/_services.sass */
  .services-page .square-wrapper.stage-1 .flex {
    left: 285px;
  }
}
/* line 114, ../sass/pages/_services.sass */
.services-page .square-wrapper.stage-2 .flex {
  left: 360px;
}
@media (max-width: 767px) {
  /* line 114, ../sass/pages/_services.sass */
  .services-page .square-wrapper.stage-2 .flex {
    left: 190px;
  }
}
/* line 120, ../sass/pages/_services.sass */
.services-page .square-wrapper.stage-3 .flex {
  left: 180px;
}
@media (max-width: 767px) {
  /* line 120, ../sass/pages/_services.sass */
  .services-page .square-wrapper.stage-3 .flex {
    left: 95px;
  }
}
/* line 126, ../sass/pages/_services.sass */
.services-page .square-wrapper.stage-4 .flex {
  left: 0;
}
@media (max-width: 767px) {
  /* line 43, ../sass/pages/_services.sass */
  .services-page .square-wrapper {
    padding-top: 50px;
  }
}

/* line 4, ../sass/pages/_testimonials.sass */
.testimonials-page .bg-section {
  position: relative;
  background: center center no-repeat;
  background-size: cover;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, ../sass/pages/_testimonials.sass */
  .testimonials-page .tall-image {
    margin-top: -65px;
    margin-bottom: -90px;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../sass/pages/_testimonials.sass */
  .testimonials-page .tall-image {
    margin-top: -85px;
  }
}
/* line 14, ../sass/pages/_testimonials.sass */
.testimonials-page .vortex-logo {
  position: absolute;
  top: -50px;
  right: 20px;
  width: 200px;
  height: 135px;
  background: url(/images/pages/testimonials/vortex.png) center center no-repeat #ffffff;
}
@media (min-width: 1200px) {
  /* line 14, ../sass/pages/_testimonials.sass */
  .testimonials-page .vortex-logo {
    right: 20px;
    top: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, ../sass/pages/_testimonials.sass */
  .testimonials-page .vortex-logo {
    right: -10px;
    top: 0;
  }
}
@media (max-width: 991px) {
  /* line 14, ../sass/pages/_testimonials.sass */
  .testimonials-page .vortex-logo {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 4, ../sass/pages/_soldiers.sass */
.soldiers-page .big-picture {
  position: relative;
  height: 700px;
  background: url(/images/pages/soldiers/2.jpg) center top no-repeat;
  background-size: cover;
}
/* line 10, ../sass/pages/_soldiers.sass */
.soldiers-page .big-picture .content {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-shadow: 5px 5px 7px black;
}
@media (max-width: 767px) {
  /* line 4, ../sass/pages/_soldiers.sass */
  .soldiers-page .big-picture {
    background-position: right -100px center;
  }
}
/* line 19, ../sass/pages/_soldiers.sass */
.soldiers-page .soldiers-wrapper {
  position: relative;
  height: 100vh;
}
/* line 23, ../sass/pages/_soldiers.sass */
.soldiers-page .soldiers-wrapper .inner {
  position: relative;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 572px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 31, ../sass/pages/_soldiers.sass */
.soldiers-page .soldiers-wrapper .inner img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
/* line 37, ../sass/pages/_soldiers.sass */
.soldiers-page .soldiers-wrapper .content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  font-size: 86px;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.95;
  text-align: left;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
}
/* line 50, ../sass/pages/_soldiers.sass */
.soldiers-page .soldiers-wrapper-xs {
  position: relative;
  background-size: cover;
  height: 100vh;
  background: url(/images/pages/soldiers/1.jpg) center center no-repeat;
}
/* line 56, ../sass/pages/_soldiers.sass */
.soldiers-page .soldiers-wrapper-xs .content {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  line-height: 0.95;
  text-align: left;
  text-shadow: 5px 5px 7px rgba(0, 0, 0, 0.4);
}

/* line 5, ../sass/pages/_partners.sass */
.partners-page .line-wrapper .line-left {
  border-left-color: #161138;
}
/* line 7, ../sass/pages/_partners.sass */
.partners-page .line-wrapper .line-right {
  right: -40px;
  border-right-color: #ffffff;
}
/* line 10, ../sass/pages/_partners.sass */
.partners-page .big-picture {
  position: relative;
  height: 700px;
  background: url(/images/pages/partners/2.jpg) center bottom no-repeat;
  background-size: cover;
}
/* line 16, ../sass/pages/_partners.sass */
.partners-page .big-picture .content {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-shadow: 5px 5px 7px black;
}
/* line 23, ../sass/pages/_partners.sass */
.partners-page .brands {
  display: flex;
  justify-content: center;
  text-align: center;
}
/* line 28, ../sass/pages/_partners.sass */
.partners-page .brands > div {
  margin-bottom: 30px;
}
/* line 31, ../sass/pages/_partners.sass */
.partners-page .brands > div .image {
  position: relative;
  height: 135px;
}
/* line 35, ../sass/pages/_partners.sass */
.partners-page .brands > div .image img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 41, ../sass/pages/_partners.sass */
.partners-page .brands > div .content {
  padding-left: 25px;
  padding-right: 25px;
}
/* line 45, ../sass/pages/_partners.sass */
.partners-page .brands > div .content h3 {
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 28, ../sass/pages/_partners.sass */
  .partners-page .brands > div {
    flex-basis: 33%;
  }
}
@media (max-width: 991px) {
  /* line 23, ../sass/pages/_partners.sass */
  .partners-page .brands {
    flex-wrap: wrap;
  }
}

/* line 5, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post {
  display: block;
  margin-top: 65px;
  margin-bottom: 50px;
}
/* line 10, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post .image-wrapper {
  margin-bottom: 15px;
}
/* line 13, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post .image-wrapper img {
  width: 100%;
}
/* line 15, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post .date-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #161138;
  margin-bottom: 25px;
}
/* line 24, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post .headline {
  font-size: 24px;
  font-weight: 600;
  color: #52505f;
  line-height: 1.15;
  margin-bottom: 5px;
}
/* line 30, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post .body {
  color: #52505f;
  margin-bottom: 25px;
}
/* line 33, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post .link-wrapper {
  font-size: 14px;
  font-weight: 700;
  color: #161138;
}
/* line 38, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post.member-post .link-wrapper {
  background: #161138;
  color: #ffffff;
  padding: 3px 7px;
}
/* line 42, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post.locked {
  background: url(/images/pages/blog/logo.png) right 15px bottom no-repeat;
}
/* line 46, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post.locked .date-wrapper .member-label {
  color: #ed1c24;
}
/* line 48, ../sass/pages/_blog.sass */
.blog-page .blog-list .blog-post.locked .body {
  margin-bottom: 22px;
}
/* line 50, ../sass/pages/_blog.sass */
.blog-page .blog-list .delimiter {
  display: none;
  clear: both;
  height: 1px;
  background: #000000;
}
@media (min-width: 992px) {
  /* line 57, ../sass/pages/_blog.sass */
  .blog-page .blog-list .delimiter.delimiter-3 {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 60, ../sass/pages/_blog.sass */
  .blog-page .blog-list .delimiter.delimiter-2 {
    display: block;
  }
}
/* line 62, ../sass/pages/_blog.sass */
.blog-page .yiiPager {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
  list-style: none;
  font-weight: 700;
}
/* line 70, ../sass/pages/_blog.sass */
.blog-page .yiiPager li a {
  width: 37px;
  height: 37px;
  display: block;
  text-align: center;
  background: #dfddea;
  color: #161138;
  padding-top: 5px;
  margin-left: 1px;
}
/* line 80, ../sass/pages/_blog.sass */
.blog-page .yiiPager li a:hover, .blog-page .yiiPager li a:focus {
  text-decoration: none;
  background: #fec40e;
}
/* line 84, ../sass/pages/_blog.sass */
.blog-page .yiiPager li.active a {
  background: #161138;
  color: #ffffff;
}

/* line 4, ../sass/pages/_blog-view.sass */
.blog-view-page #header {
  background: #161138;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.4);
}
/* line 8, ../sass/pages/_blog-view.sass */
.blog-view-page #header .col-md-5 {
  padding-top: 25px;
  padding-bottom: 25px;
}
/* line 11, ../sass/pages/_blog-view.sass */
.blog-view-page #header .logo {
  display: inline-block;
}
/* line 14, ../sass/pages/_blog-view.sass */
.blog-view-page .entry {
  padding-top: 110px;
  padding-bottom: 170px;
}
/* line 18, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .back-link {
  display: inline-block;
  font-size: 24px;
  font-weight: 900;
  color: #29333c;
  margin-bottom: 20px;
}
/* line 24, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .date {
  font-weight: 700;
  margin-bottom: 17px;
}
/* line 27, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .image-wrapper {
  margin-bottom: 55px;
}
/* line 30, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .image-wrapper img {
  width: 100%;
}
/* line 32, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .title {
  font-size: 54px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 32, ../sass/pages/_blog-view.sass */
  .blog-view-page .entry .title {
    font-size: 36px;
  }
}
/* line 38, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .share {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 50px;
}
/* line 43, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .share .share-button {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-left: 10px;
}
/* line 51, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .share .share-button span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: center center no-repeat;
}
/* line 58, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .share .share-button:hover, .blog-view-page .entry .share .share-button:focus {
  background: #fec40e;
}
/* line 61, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .share .share-button:hover span, .blog-view-page .entry .share .share-button:focus span {
  filter: brightness(0) invert(1);
}
/* line 63, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .body {
  margin-bottom: 120px;
}
/* line 66, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .body p {
  font-size: 18px;
  margin-bottom: 15px;
}
/* line 70, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .navigation a {
  font-weight: 700;
  font-size: 18px;
  color: #161138;
}
/* line 75, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .navigation a span {
  display: inline-block;
  width: 37px;
  height: 37px;
  text-align: center;
  line-height: 2;
}
/* line 82, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .navigation a.prev span {
  margin-right: 10px;
}
/* line 85, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .navigation a.next span {
  margin-left: 10px;
}
/* line 87, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .navigation a:hover, .blog-view-page .entry .navigation a:focus {
  text-decoration: none;
}
/* line 90, ../sass/pages/_blog-view.sass */
.blog-view-page .entry .navigation a:hover span, .blog-view-page .entry .navigation a:focus span {
  background: #fec40e;
}
/* line 93, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .info-wrapper {
  display: flex;
  margin-bottom: 40px;
}
/* line 97, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .info-wrapper > div {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 50%;
}
/* line 103, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .info-wrapper > div:first-child > div {
  display: flex;
  margin-bottom: 15px;
}
/* line 108, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .info-wrapper > div:first-child > div > div:first-child {
  width: 80px;
}
/* line 110, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .info-wrapper > div#map {
  height: 300px;
}
@media (max-width: 991px) {
  /* line 93, ../sass/pages/_blog-view.sass */
  .blog-view-page .entry.member-post .info-wrapper {
    display: block;
  }
}
/* line 114, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .apply-wrapper {
  margin-bottom: 30px;
}
/* line 117, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .apply-wrapper a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  width: 469px;
  text-align: center;
  padding: 5px 0 3px;
}
/* line 125, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .apply-wrapper a:first-child {
  background: #161138;
}
@media (max-width: 767px) {
  /* line 117, ../sass/pages/_blog-view.sass */
  .blog-view-page .entry.member-post .apply-wrapper a {
    width: 345px;
  }
}
/* line 134, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .apply-wrapper.applied a {
  text-decoration: none;
  color: #a8a4c5;
  padding-left: 50px;
  background: url(/images/icons/success-blue.png) 180px center no-repeat #e8e8e8;
}
@media (max-width: 767px) {
  /* line 134, ../sass/pages/_blog-view.sass */
  .blog-view-page .entry.member-post .apply-wrapper.applied a {
    background-position-x: 120px;
  }
}
/* line 142, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .responses-wrapper {
  margin-bottom: 40px;
}
/* line 145, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .responses-wrapper .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: center center no-repeat;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 5px;
}
/* line 155, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .responses-wrapper .icon.attending {
  background-image: url(/images/icons/success-green.png);
}
/* line 157, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .responses-wrapper .icon.waiting {
  background-image: url(/images/icons/arrow-black.png);
}
/* line 159, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .responses-wrapper .icon.unanswered {
  background-image: url(/images/icons/arrow-brown.png);
}
/* line 161, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .responses-wrapper .icon.declined {
  background-image: url(/images/icons/error.png);
}
@media (min-width: 768px) {
  /* line 163, ../sass/pages/_blog-view.sass */
  .blog-view-page .entry.member-post .responses-wrapper br {
    display: none;
  }
}
/* line 166, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .send-message-wrapper {
  margin-bottom: 50px;
}
/* line 169, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .send-message-wrapper a {
  display: inline-block;
  text-align: center;
  width: 469px;
  padding: 7px 0 6px 30px;
  color: #0b70e4;
  background: url(/images/icons/message.png) 120px center no-repeat #e8e8e8;
}
@media (max-width: 767px) {
  /* line 169, ../sass/pages/_blog-view.sass */
  .blog-view-page .entry.member-post .send-message-wrapper a {
    width: 345px;
    background-position-x: 60px;
  }
}
/* line 180, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .body {
  margin-bottom: 30px;
}
/* line 182, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper {
  border: 1px solid #161138;
  border-left: none;
  border-right: none;
  padding-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
/* line 190, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .item {
  margin-bottom: 40px;
}
/* line 193, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .item .content {
  color: #898989;
  margin-bottom: 15px;
}
/* line 196, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .item .reply-wrapper {
  margin-bottom: 10px;
}
/* line 199, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .item .reply-wrapper .reply-link {
  font-size: 15px;
  font-weight: 700;
  color: #898989;
}
/* line 203, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .item.sub {
  margin-left: 45px;
}
/* line 206, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .item.sub .reply-wrapper {
  display: none;
}
/* line 210, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .write-wrapper a,
.blog-view-page .entry.member-post .comment-wrapper .write-reply-wrapper a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/images/icons/plus.png) center center no-repeat;
  margin-right: 20px;
  vertical-align: sub;
}
/* line 217, ../sass/pages/_blog-view.sass */
.blog-view-page .entry.member-post .comment-wrapper .write-wrapper input[type=text],
.blog-view-page .entry.member-post .comment-wrapper .write-reply-wrapper input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 36px;
  width: 470px;
  background: #e8e8e8;
  color: #898989;
  border-radius: 18px;
  border: none;
  outline: none;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 217, ../sass/pages/_blog-view.sass */
  .blog-view-page .entry.member-post .comment-wrapper .write-wrapper input[type=text],
  .blog-view-page .entry.member-post .comment-wrapper .write-reply-wrapper input[type=text] {
    width: 300px;
  }
}
/* line 231, ../sass/pages/_blog-view.sass */
.blog-view-page #contact-form input[type=text], .blog-view-page #contact-form textarea, .blog-view-page #contact-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
/* line 234, ../sass/pages/_blog-view.sass */
.blog-view-page #contact-form input[type=text], .blog-view-page #contact-form textarea {
  width: 100%;
  border: 1px solid #a8a4c5;
  border-radius: 0;
}
/* line 238, ../sass/pages/_blog-view.sass */
.blog-view-page #contact-form input[type=text] {
  height: 36px;
  padding: 0 10px;
}
/* line 241, ../sass/pages/_blog-view.sass */
.blog-view-page #contact-form input[type=submit] {
  background: url(/images/submit-bg.png) center center no-repeat;
  width: 104px;
  height: 43px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 0;
}
/* line 250, ../sass/pages/_blog-view.sass */
.blog-view-page #contact-form textarea {
  width: 350px;
  height: 150px;
  padding: 5px 10px;
}
/* line 255, ../sass/pages/_blog-view.sass */
.blog-view-page #contact-form .error textarea {
  border-color: #ed1c24;
}
/* line 257, ../sass/pages/_blog-view.sass */
.blog-view-page #contact-form .errorMessage {
  color: #ed1c24;
  font-size: 14px;
  text-align: right;
  margin-top: 2px;
}

/* line 4, ../sass/pages/_gallery.sass */
.gallery-page .filter-group {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
/* line 11, ../sass/pages/_gallery.sass */
.gallery-page .filter-group a {
  color: #161138;
  cursor: pointer;
}
/* line 15, ../sass/pages/_gallery.sass */
.gallery-page .filter-group a.active {
  font-weight: 800;
}
/* line 17, ../sass/pages/_gallery.sass */
.gallery-page .filter-group span {
  color: #fec40e;
}
/* line 20, ../sass/pages/_gallery.sass */
.gallery-page .filter-group span:last-child {
  display: none;
}
/* line 23, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-sizer {
  display: block;
  width: 14%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-sizer {
    width: 50%;
  }
}
/* line 29, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item {
  display: block;
  position: absolute;
  padding: 7px 7px;
}
/* line 34, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item > div {
  position: relative;
  height: 100%;
  background: center center no-repeat;
  background-size: cover;
}
/* line 40, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item > div > div {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  background: url(/images/icons/external-link.png) center center no-repeat rgba(0, 0, 0, 0.7);
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 54, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item > div > div > div {
  position: absolute;
  top: calc(50% + 40px);
  left: 0;
  right: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 61, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item > div > div:hover {
  opacity: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 40, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item > div > div {
    font-size: 16px;
  }
}
/* line 66, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item.ads > div {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 90px;
  font-weight: 800;
  color: #ffffff;
  background: #d7d7d7;
}
/* line 73, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item.grid-item-1x1 {
  width: 14%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 73, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-1x1 {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  /* line 73, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-1x1 {
    height: 177px;
  }
}
/* line 80, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item.grid-item-3x1 {
  width: 42%;
}
@media (min-width: 992px) {
  /* line 80, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-3x1 {
    height: 177px;
  }
}
/* line 85, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item.grid-item-3x2 {
  width: 42%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 85, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-3x2 {
    height: 260px;
  }
}
@media (min-width: 1200px) {
  /* line 85, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-3x2 {
    height: 355px;
  }
}
/* line 92, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item.grid-item-3x3 {
  width: 42%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-3x3 {
    height: 438px;
  }
}
@media (min-width: 1200px) {
  /* line 92, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-3x3 {
    height: 533px;
  }
}
/* line 99, ../sass/pages/_gallery.sass */
.gallery-page .gallery-grid .grid-item.grid-item-4x2 {
  width: 56%;
}
@media (min-width: 992px) {
  /* line 99, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-4x2 {
    height: 355px;
  }
}
@media (max-width: 767px) {
  /* line 104, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-1x1, .gallery-page .gallery-grid .grid-item.grid-item-3x1, .gallery-page .gallery-grid .grid-item.grid-item-3x2, .gallery-page .gallery-grid .grid-item.grid-item-3x3, .gallery-page .gallery-grid .grid-item.grid-item-4x2 {
    width: 100%;
    height: 375px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 104, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.grid-item-1x1, .gallery-page .gallery-grid .grid-item.grid-item-3x1, .gallery-page .gallery-grid .grid-item.grid-item-3x2, .gallery-page .gallery-grid .grid-item.grid-item-3x3, .gallery-page .gallery-grid .grid-item.grid-item-4x2 {
    width: 50%;
    height: 275px;
  }
}
@media (max-width: 767px) {
  /* line 115, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.ads {
    width: 100%;
    height: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 115, ../sass/pages/_gallery.sass */
  .gallery-page .gallery-grid .grid-item.ads {
    width: 50%;
    height: 275px;
  }
}
/* line 122, ../sass/pages/_gallery.sass */
.gallery-page .view-more-wrapper {
  position: relative;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -100px;
  background: white;
  background: linear-gradient(0deg, #ffffff 0%, #ffffff 60%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
}
/* line 131, ../sass/pages/_gallery.sass */
.gallery-page .view-more-wrapper a {
  font-family: "Podkova", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  color: #161138;
}

/* line 5, ../sass/pages/_contact.sass */
.contact-page #contact-form label {
  position: relative;
  margin-bottom: 0;
}
/* line 8, ../sass/pages/_contact.sass */
.contact-page #contact-form .field-wrapper {
  margin-bottom: 30px;
}
/* line 11, ../sass/pages/_contact.sass */
.contact-page #contact-form .field-wrapper label {
  position: absolute;
  display: block;
  font-size: 16px;
  color: #161138;
  font-weight: 400;
  margin-bottom: 0;
  top: 4px;
  left: 15px;
  cursor: text;
  -moz-transition: top 0.2s, font-size 0.2s;
  -o-transition: top 0.2s, font-size 0.2s;
  -webkit-transition: top 0.2s, font-size 0.2s;
  transition: top 0.2s, font-size 0.2s;
}
/* line 23, ../sass/pages/_contact.sass */
.contact-page #contact-form .field-wrapper.active label {
  font-size: 9px;
  top: -10px;
  cursor: default;
}
/* line 27, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text], .contact-page #contact-form textarea, .contact-page #contact-form select {
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0;
}
/* line 35, ../sass/pages/_contact.sass */
.contact-page #contact-form input[type=text], .contact-page #contact-form textarea, .contact-page #contact-form select {
  width: 100%;
  border-bottom: 1px solid #161138;
  color: #161138;
  padding: 0;
  height: 30px;
}
/* line 41, ../sass/pages/_contact.sass */
.contact-page #contact-form textarea {
  padding-top: 5px;
  height: 100px;
}
/* line 44, ../sass/pages/_contact.sass */
.contact-page #contact-form .errorMessage {
  font-size: 11px;
  color: red;
  margin-top: 5px;
}

/* line 5, ../sass/pages/_registration.sass */
.registration-page #header,
.registration-success-page #header {
  background: #ffffff;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
}
/* line 9, ../sass/pages/_registration.sass */
.registration-page #header a,
.registration-success-page #header a {
  color: #161138;
}
/* line 12, ../sass/pages/_registration.sass */
.registration-page #header .menu-link .line,
.registration-success-page #header .menu-link .line {
  background: #161138;
}
/* line 15, ../sass/pages/_registration.sass */
.registration-page #header .profile-link img,
.registration-success-page #header .profile-link img {
  display: none;
}
/* line 19, ../sass/pages/_registration.sass */
.registration-page #header-sticky-wrapper.is-sticky #header,
.registration-success-page #header-sticky-wrapper.is-sticky #header {
  background: #ffffff;
}
/* line 21, ../sass/pages/_registration.sass */
.registration-page #footer-stripe,
.registration-success-page #footer-stripe {
  display: none;
}

/* line 25, ../sass/pages/_registration.sass */
.registration-page .bordered {
  border: 1px solid #a8a4c5;
  padding: 7px 10px 10px;
}
/* line 29, ../sass/pages/_registration.sass */
.registration-page .bordered .radio-wrapper {
  margin-top: 10px;
}
/* line 31, ../sass/pages/_registration.sass */
.registration-page input[type=text], .registration-page textarea, .registration-page input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
/* line 34, ../sass/pages/_registration.sass */
.registration-page input[type=text], .registration-page textarea {
  width: 100%;
  border: 1px solid #a8a4c5;
  border-radius: 0;
}
/* line 38, ../sass/pages/_registration.sass */
.registration-page input[type=text] {
  height: 36px;
  padding: 0 10px;
}
/* line 42, ../sass/pages/_registration.sass */
.registration-page input[type=text]#UserInfo_declaration_date {
  max-width: 345px;
}
/* line 44, ../sass/pages/_registration.sass */
.registration-page textarea {
  height: 128px;
  padding: 5px 10px;
}
/* line 47, ../sass/pages/_registration.sass */
.registration-page input[type=submit] {
  background: url(/images/submit-bg.png) center center no-repeat;
  width: 104px;
  height: 43px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 0;
}
/* line 57, ../sass/pages/_registration.sass */
.registration-page .error input[type=text], .registration-page .error textarea {
  border-color: #ed1c24;
}
/* line 59, ../sass/pages/_registration.sass */
.registration-page .errorMessage {
  color: #ed1c24;
  font-size: 14px;
  text-align: right;
  margin-top: 2px;
}
/* line 65, ../sass/pages/_registration.sass */
.registration-page .errorMessage#UserInfo_date_em_ {
  text-align: left;
}
/* line 67, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  /* line 73, ../sass/pages/_registration.sass */
  .registration-page .radio-wrapper > div:first-child {
    max-width: 420px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 73, ../sass/pages/_registration.sass */
  .registration-page .radio-wrapper > div:first-child {
    max-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../sass/pages/_registration.sass */
  .registration-page .radio-wrapper > div:first-child {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  /* line 73, ../sass/pages/_registration.sass */
  .registration-page .radio-wrapper > div:first-child {
    max-width: 350px;
  }
}
@media (max-width: 500px) {
  /* line 73, ../sass/pages/_registration.sass */
  .registration-page .radio-wrapper > div:first-child {
    max-width: 200px;
  }
}
/* line 85, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: none;
  background: none;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 0;
  vertical-align: middle;
}
/* line 98, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child input[type="radio"]:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  border: 1px solid #a8a4c5;
  border-radius: 100%;
}
/* line 108, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child input[type="radio"]:after {
  content: "";
  display: none;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 4px;
  top: 4px;
  background: #161138;
  border-radius: 100%;
}
/* line 118, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child input[type="radio"] + label {
  color: #a8a4c5;
  cursor: pointer;
  margin-bottom: 0;
  vertical-align: middle;
}
/* line 124, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child input[type="radio"]:checked:before {
  border-color: #161138;
}
/* line 126, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child input[type="radio"]:checked:after {
  display: block;
}
/* line 128, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child input[type="radio"]:checked + label {
  color: #161138;
}
/* line 130, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child label {
  font-size: 15px;
  font-weight: 400;
}
/* line 134, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child label:nth-child(2) {
  margin-right: 10px;
}
/* line 136, ../sass/pages/_registration.sass */
.registration-page .radio-wrapper > div:last-child br {
  display: none;
}
/* line 139, ../sass/pages/_registration.sass */
.registration-page #canvas-wrapper canvas {
  border: 1px solid #a8a4c5;
}
/* line 141, ../sass/pages/_registration.sass */
.registration-page .clear-signature {
  color: #161138;
  text-decoration: underline;
  font-weight: 600;
}
/* line 146, ../sass/pages/_registration.sass */
.registration-page .clear-signature:hover, .registration-page .clear-signature:focus {
  text-decoration: none;
}

/* line 4, ../sass/pages/_login.sass */
.login-page #header {
  background: #ffffff;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
}
/* line 8, ../sass/pages/_login.sass */
.login-page #header a {
  color: #161138;
}
/* line 11, ../sass/pages/_login.sass */
.login-page #header .menu-link .line {
  background: #161138;
}
/* line 14, ../sass/pages/_login.sass */
.login-page #header .profile-link img {
  display: none;
}
/* line 18, ../sass/pages/_login.sass */
.login-page #header-sticky-wrapper.is-sticky #header {
  background: #ffffff;
}
/* line 20, ../sass/pages/_login.sass */
.login-page #footer-stripe {
  display: none;
}
/* line 22, ../sass/pages/_login.sass */
.login-page input[type=text], .login-page textarea, .login-page input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
/* line 25, ../sass/pages/_login.sass */
.login-page input[type=text], .login-page textarea {
  width: 100%;
  border: 1px solid #a8a4c5;
  border-radius: 0;
}
/* line 29, ../sass/pages/_login.sass */
.login-page input[type=text] {
  height: 36px;
  padding: 0 10px;
}
/* line 32, ../sass/pages/_login.sass */
.login-page input[type=submit] {
  background: url(/images/submit-bg.png) center center no-repeat;
  width: 104px;
  height: 43px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 0;
}
/* line 42, ../sass/pages/_login.sass */
.login-page input[type=submit].error {
  border-color: #ed1c24;
}
/* line 45, ../sass/pages/_login.sass */
.login-page .help-block.error {
  color: #ed1c24;
  font-size: 14px;
  text-align: right;
  margin-top: 2px;
}
/* line 50, ../sass/pages/_login.sass */
.login-page .register-link, .login-page .recovery-link {
  font-weight: 600;
  color: #161138;
  text-decoration: underline;
}
/* line 55, ../sass/pages/_login.sass */
.login-page .register-link:hover, .login-page .register-link:focus, .login-page .recovery-link:hover, .login-page .recovery-link:focus {
  color: #161138;
  text-decoration: none;
}

/* line 4, ../sass/pages/_recovery.sass */
.recovery-page #header {
  background: #ffffff;
  box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2);
}
/* line 8, ../sass/pages/_recovery.sass */
.recovery-page #header a {
  color: #161138;
}
/* line 11, ../sass/pages/_recovery.sass */
.recovery-page #header .menu-link .line {
  background: #161138;
}
/* line 14, ../sass/pages/_recovery.sass */
.recovery-page #header .profile-link img {
  display: none;
}
/* line 18, ../sass/pages/_recovery.sass */
.recovery-page #header-sticky-wrapper.is-sticky #header {
  background: #ffffff;
}
/* line 20, ../sass/pages/_recovery.sass */
.recovery-page #footer-stripe {
  display: none;
}
/* line 22, ../sass/pages/_recovery.sass */
.recovery-page input[type=text], .recovery-page textarea, .recovery-page input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
/* line 25, ../sass/pages/_recovery.sass */
.recovery-page input[type=text], .recovery-page textarea {
  width: 100%;
  border: 1px solid #a8a4c5;
  border-radius: 0;
}
/* line 29, ../sass/pages/_recovery.sass */
.recovery-page input[type=text] {
  height: 36px;
  padding: 0 10px;
}
/* line 32, ../sass/pages/_recovery.sass */
.recovery-page input[type=submit] {
  background: url(/images/submit-bg.png) center center no-repeat;
  width: 104px;
  height: 43px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  border: none;
  border-radius: 0;
}
/* line 42, ../sass/pages/_recovery.sass */
.recovery-page input[type=submit].error {
  border-color: #ed1c24;
}
/* line 45, ../sass/pages/_recovery.sass */
.recovery-page .help-block.error {
  color: #ed1c24;
  font-size: 14px;
  text-align: right;
  margin-top: 2px;
}
/* line 50, ../sass/pages/_recovery.sass */
.recovery-page .login-link {
  font-weight: 600;
  color: #161138;
  text-decoration: underline;
}
/* line 55, ../sass/pages/_recovery.sass */
.recovery-page .login-link:hover, .recovery-page .login-link:focus {
  color: #161138;
  text-decoration: none;
}
