html, body {
  font-family: 'Open Sans', sans-serif;
  color: #111 !important; }
  html a, body a {
    color: #F66013; }
  html p, body p {
    line-height: 160%; }
  @media (max-width: 1023px) {
    html, body {
      overflow-x: hidden; } }

h1, h2, h3, h4, h5, h6 {
  margin: inherit; }

.overflow {
  overflow: hidden; }

.clear {
  clear: both; }

img {
  max-width: 100%;
  height: auto; }

.main-container {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 15px; }
  .main-container--small {
    max-width: 1270px; }
  .main-container--xsmall {
    max-width: 785px;
    margin-top: 65px; }

.no-margin {
  margin-top: 0; }

.pagination-block {
  text-align: center;
  margin-top: 20px; }

.pagination__li.active .pagination__link {
  background: #333;
  border-color: #333;
  color: #fff !important; }
  .pagination__li.active .pagination__link:hover {
    background: #333;
    border-color: #333; }

.pagination__link {
  color: #333 !important; }

.pagination li.disabled {
  display: none; }

.pagination li > a {
  color: #333 !important;
  margin: 0 4px; }

.pagination li > span {
  margin: 0 4px; }

.scrollTop {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 25px;
  opacity: 0.5;
  transition: opacity 0.3s, bottom 0.7s;
  bottom: -100px; }
  @media (max-width: 1024px) {
    .scrollTop {
      right: 17px; } }
  .scrollTop.show {
    bottom: 10px; }
  .scrollTop:hover {
    opacity: 1; }
  .scrollTop::before {
    content: '';
    display: block;
    border-top: 3px solid #F66013;
    width: 11px;
    height: 11px;
    transform: rotate(-45deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }
  .scrollTop::after {
    content: '';
    display: block;
    border-top: 3px solid #F66013;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    margin: auto; }

.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #374E5C;
  z-index: 10000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: opacity 0.3s; }
  .preloader__content {
    animation: rotate 1s cubic-bezier(0.1, 0.8, 0.8, 0.1) infinite; }
  .preloader__dot {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    display: inline-block;
    margin: 5px;
    background: #fff;
    transition: transform 1s;
    animation: show-hide 1s ease infinite; }
    .preloader__dot:nth-child(2) {
      animation-delay: 300ms; }
    .preloader__dot:nth-child(3) {
      animation-delay: 600ms; }

@keyframes show-hide {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#preloader.preloader-hiding {
  opacity: 0; }

#preloader.preloader-hidden {
  display: none; }

.alert {
  max-width: 565px;
  margin: 0 auto;
  margin-bottom: 30px; }
  .alert ul {
    padding-left: 15px; }

.carousel-indicators li {
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.3); }

.contact {
  width: 100%;
  background-color: #000000;
  background-image: url("/media/default/contact-bg.png");
  background-size: auto 100%; }
  .contact__description {
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    font-weight: lighter; }
    @media (max-width: 767px) {
      .contact__description {
        padding: 30px 15px; } }
  .contact__traders-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    text-align: center;
    max-width: 1150px;
    margin: 0 auto; }
  .contact__trader-container {
    width: 280px;
    text-align: left;
    margin: 0 auto; }
  .contact__trader-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    height: 100%;
    padding-bottom: 90px;
    text-align: left; }
    @media (max-width: 1024px) {
      .contact__trader-wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .contact__trader-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-bottom: 25px; } }
  .contact__trader-name {
    font-size: 20px;
    font-weight: bold; }
  .contact__trader-position {
    font-size: 14px;
    font-weight: lighter; }
  .contact__trader-phone-wrapper, .contact__trader-email-wrapper, .contact__trader-position, .contact__trader-name {
    text-decoration: none;
    text-transform: none;
    padding-bottom: 10px; }
    .contact__trader-phone-wrapper a, .contact__trader-email-wrapper a, .contact__trader-position a, .contact__trader-name a {
      text-transform: none;
      color: #fff; }
  .contact__trader-email-wrapper {
    font-size: 20px;
    font-weight: lighter; }
    .contact__trader-email-wrapper::before {
      content: url("/media/default/contact-envelope.png");
      display: inline-block;
      top: 3px;
      position: relative;
      padding-right: 10px; }
  .contact__trader-phone-wrapper {
    font-size: 20px;
    font-weight: lighter; }
    .contact__trader-phone-wrapper::before {
      content: url("/media/default/contact-phone.png");
      display: inline-block;
      top: 3px;
      position: relative;
      padding-right: 10px; }
  .contact hr {
    max-width: 1150px; }
  .contact__form {
    max-width: 565px;
    margin: 0 auto; }
  .contact__form-fieldset {
    width: 100%;
    position: relative;
    padding-bottom: 7px; }
  .contact__form-label {
    width: 120px;
    position: absolute;
    left: -120px;
    font-size: 15px;
    text-align: right;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50px; }
    @media (max-width: 820px) {
      .contact__form-label {
        position: relative;
        left: unset;
        margin: 0 auto;
        font-size: 20px;
        padding-top: 10px;
        text-align: center;
        width: 260px; } }
  .contact__form-input {
    width: 100%;
    text-align: center; }
    .contact__form-input input[type="text"] {
      height: 50px; }
    .contact__form-input input, .contact__form-input textarea {
      width: 100%;
      background: rgba(255, 255, 255, 0.35);
      border: none;
      width: 95%;
      padding: 0px 10px; }
  .contact__form-agreements {
    text-align: left;
    padding: 0px 10px; }
  .contact__form-checkbox-wrapper {
    padding: 15px 0px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
  .contact__form-checkbox-input {
    width: 18px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    height: 18px; }
    .contact__form-checkbox-input input {
      width: 16px;
      height: 16px;
      margin: 0; }
  .contact__form-checkbox-text {
    font-size: 12px;
    padding-left: 25px; }
  .contact__form-annotation {
    font-size: 12px;
    padding-left: 10px; }
  .contact__form-controls-wrapper {
    padding-top: 15px;
    padding-bottom: 90px; }
    @media (max-width: 820px) {
      .contact__form-controls-wrapper {
        text-align: center;
        padding-bottom: 85px; } }
  .contact__form-recaptcha-wrapper {
    display: inline-block;
    width: 304px;
    height: 78px; }
    @media (max-width: 820px) {
      .contact__form-recaptcha-wrapper {
        margin: 0 auto; } }
  .contact__form-submit-wrapper {
    display: inline-block;
    float: right; }
    @media (max-width: 524px) {
      .contact__form-submit-wrapper {
        float: unset;
        padding-top: 25px; } }
    .contact__form-submit-wrapper input {
      background: #F66013;
      border: none;
      width: 200px;
      height: 50px;
      color: #fff;
      display: inline-block;
      text-align: center;
      text-shadow: none; }

.check {
  transform: scale(0.34);
  width: 60px;
  height: 60px;
  position: absolute;
  top: -6px;
  left: -18px; }
  .check input {
    display: none; }
    .check input:checked + .box {
      background-color: #b3ffb7; }
      .check input:checked + .box:after {
        top: 0; }
  .check .box {
    width: 100%;
    height: 100%;
    transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
    border: 2px solid transparent;
    background-color: white;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 5px rgba(0, 0, 0, 0.2); }
    .check .box:after {
      width: 50%;
      height: 30%;
      content: '';
      position: absolute;
      border-left: 4.5px solid;
      border-bottom: 4.5px solid;
      border-color: #40c540;
      transform: rotate(-45deg) translate3d(0, 0, 0);
      transform-origin: center center;
      transition: all 1.1s cubic-bezier(0.19, 1, 0.22, 1);
      left: 0;
      right: 0;
      top: 200%;
      bottom: 5%;
      margin: auto; }

.contactTextMore {
  display: none; }

.contactMore {
  cursor: pointer; }

.map {
  width: 100%; }
  .map__container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: center; }
  .map__data-wrapper {
    padding-top: 140px;
    padding-bottom: 280px;
    width: 100%;
    text-align: left; }
    @media (max-width: 1024px) {
      .map__data-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
        width: auto;
        margin: 0 auto; } }
  .map__info-wrapper {
    background-image: url("/media/default/map-bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-left: 320px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 38%;
    flex: 1 1 38%;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 1300px) {
      .map__info-wrapper {
        padding-left: 220px; } }
    @media (max-width: 1100px) {
      .map__info-wrapper {
        padding-left: 160px; } }
    @media (max-width: 1024px) {
      .map__info-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 0; } }
  .map__info-title {
    font-size: 39px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 70px;
    color: #fff; }
  .map__address-wrapper {
    font-size: 24px;
    color: #fff;
    font-weight: lighter; }
    .map__address-wrapper p {
      color: #fff; }
    .map__address-wrapper a {
      color: #fff;
      text-decoration: none; }
  .map__map-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 38%;
    flex: 1 1 38%;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 1024px) {
      .map__map-wrapper {
        height: 350px;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }

.menu {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  padding: 12px 0;
  padding-top: 13px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  height: 100px; }
  .menu .logo__container img {
    width: 270px; }
  .menu--floating {
    padding: 0;
    height: 50px; }
    .menu--floating .menu__ul {
      padding-top: 15px; }
    .menu--floating .logo__container {
      top: 5px; }
      .menu--floating .logo__container img {
        width: 210px; }
  @media (max-width: 1024px) {
    .menu {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index: 999;
      background: white;
      display: none;
      overflow-y: auto; } }
  .menu__ul {
    list-style-type: none;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 10px;
    float: right; }
    @media (max-width: 1024px) {
      .menu__ul {
        margin: 15% 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%; } }
    @media (max-device-width: 1024px) and (orientation: landscape) {
      .menu__ul {
        margin: 5% 0; } }
  .menu__dropdown {
    position: absolute;
    background: #fff;
    left: -10px;
    width: 200px;
    top: -3px;
    margin-top: 25px;
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.5);
    display: none;
    padding-top: 5px; }
    .menu__dropdown .menu__link {
      text-transform: none; }
      .menu__dropdown .menu__link:hover {
        color: #F66013; }
    @media (max-width: 1024px) {
      .menu__dropdown {
        position: static;
        width: 100%;
        margin: 0;
        margin-top: 10px;
        background: none;
        box-shadow: none; } }
    .menu__dropdown .menu__li {
      float: none;
      margin: 0; }
    .menu__dropdown .menu__link {
      padding: 10px 10px;
      display: block; }
      @media (max-width: 1024px) {
        .menu__dropdown .menu__link {
          font-size: 16px; } }
  .menu__openList {
    position: relative; }
    .menu__openList::after {
      content: '';
      display: block;
      width: 10px;
      height: 10px;
      border: 2px solid transparent;
      border-right: 2px solid #444444;
      border-bottom: 2px solid #444444;
      transform: rotate(45deg);
      position: absolute;
      right: -13px;
      top: 3px; }
    .menu__openList:hover {
      color: #F66013; }
      .menu__openList:hover::after {
        border: 2px solid transparent;
        border-right: 2px solid #F66013;
        border-bottom: 2px solid #F66013; }
        @media (max-width: 1024px) {
          .menu__openList:hover::after {
            border: 2px solid transparent;
            border-right: 2px solid #444;
            border-bottom: 2px solid #444; } }
    @media (max-width: 1024px) {
      .menu__openList::after {
        border: 2px solid transparent;
        border-right: 2px solid #444;
        border-bottom: 2px solid #444;
        top: 5px; } }
  .menu__li {
    float: left;
    margin-right: 45px; }
    @media (max-width: 1024px) {
      .menu__li {
        margin-right: 0;
        margin-bottom: 25px;
        float: none;
        text-align: center; } }
    .menu__li:last-child {
      margin-right: 0; }
    .menu__li.active > .menu__link {
      color: #F66013;
      text-decoration: none; }
      .menu__li.active > .menu__link::after {
        border: 2px solid transparent;
        border-right: 2px solid #F66013;
        border-bottom: 2px solid #F66013; }
    .menu__li-dropdown {
      position: relative;
      padding-right: 15px; }
      @media (min-width: 1025px) {
        .menu__li-dropdown:hover .menu__dropdown {
          display: block; } }
      .menu__li-dropdown .menu__li {
        padding: 0; }
  .menu__link {
    text-transform: uppercase;
    color: #444444;
    font-size: 16px;
    font-size: 16px;
    font-weight: 600; }
    @media (max-width: 1024px) {
      .menu__link {
        font-size: 20px;
        color: #444; } }
    @media (max-width: 767px) {
      .menu__link {
        font-size: 18px; } }
    .menu__link:hover, .menu__link:focus {
      color: #F66013;
      text-decoration: none !important; }
      @media (max-width: 1024px) {
        .menu__link:hover, .menu__link:focus {
          color: #444; } }
    .menu__link:hover {
      color: #F66013; }
    .menu__link.highlight {
      font-weight: 900; }
  .menu__container {
    display: inline; }

.menuButton {
  position: fixed;
  z-index: 9999;
  top: 30px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #fff;
  display: none;
  padding-top: 15px;
  transition: transform 0.7s, box-shadow 0.3s; }
  .menuButton.shadow {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
  .menuButton.active {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
  @media (max-width: 1024px) {
    .menuButton {
      display: block; } }
  @media (max-width: 767px) {
    .menuButton {
      top: 30px; } }
  .menuButton__span {
    display: block;
    width: 35px;
    margin: 0 auto;
    height: 4px;
    margin-bottom: 4px;
    background: #273343;
    transition: opacity 0.3s, transform 0.3s, top 0.3s;
    position: relative; }
  .menuButton.active {
    transform: rotate(-180deg); }
    .menuButton.active .menuButton__span--top {
      transform: rotate(45deg);
      top: 8px; }
    .menuButton.active .menuButton__span--center {
      opacity: 0; }
    .menuButton.active .menuButton__span--bottom {
      transform: rotate(-45deg);
      top: -8px; }

.logo__container {
  display: inline-block;
  position: relative;
  top: 15px;
  bottom: 0; }

.product {
  width: 100%;
  background-color: #EEEEEE; }
  .product__container {
    max-width: 1260px;
    margin: 0 auto; }
  .product__header-title {
    font-size: 59px;
    display: inline-block; }
    @media (max-width: 1024px) {
      .product__header-title {
        font-size: 39px; } }
    @media (max-width: 1024px) {
      .product__header-title {
        font-size: 29px; } }
  .product__products {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: center;
    text-transform: uppercase; }
  .product__single-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    height: 100%;
    padding-bottom: 45px; }
    .product__single-wrapper a {
      text-decoration: none; }
    @media (max-width: 1024px) {
      .product__single-wrapper {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%; } }
    @media (max-width: 767px) {
      .product__single-wrapper {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%; } }
  .product__single {
    background-color: #BBBBBB;
    text-transform: uppercase;
    height: 315px;
    width: 380px;
    margin: 0 auto;
    padding-bottom: 80px;
    transition: 0.3s all ease-in; }
    .product__single--empty {
      height: 315px;
      width: 380px;
      margin: 10px;
      padding-bottom: 80px;
      visibility: hidden; }
      @media (max-width: 767px) {
        .product__single--empty {
          display: none; } }
    .product__single:hover {
      transform: scale(1.1);
      transition: 0.2s all ease-in; }
  .product__single-title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 13px;
    color: #444444; }
  .product__single-image {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 18px;
    padding-top: 14px; }

.banner {
  position: relative; }
  .banner__img {
    width: 100%; }
  .banner__indicators {
    bottom: 26px !important; }
    @media (max-width: 1260px) {
      .banner__indicators {
        bottom: 0px !important; } }
    @media (max-width: 1024px) {
      .banner__indicators {
        display: none; } }
    @media (max-width: 767px) {
      .banner__indicators {
        display: none; } }
  .banner__content {
    position: absolute;
    top: 0;
    left: 17%;
    bottom: 0;
    margin: auto;
    max-width: 780px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: baseline;
    align-items: baseline;
    z-index: 1; }
    @media (max-width: 766px) {
      .banner__content {
        display: none; } }
  .banner__text {
    font-size: 80px;
    color: #fff;
    line-height: 120%;
    font-weight: bold;
    display: inline-block;
    padding: 20px 3px; }
    @media (max-width: 1480px) {
      .banner__text {
        font-size: 45px; } }
    @media (max-width: 1260px) {
      .banner__text {
        font-size: 44px; } }
    @media (max-width: 1024px) {
      .banner__text {
        font-size: 35px; } }
    .banner__text--small {
      font-family: 'Open Sans', sans-serif;
      font-size: 32px;
      text-transform: none;
      background: none;
      max-width: 715px;
      font-weight: 100;
      text-align: left;
      display: block;
      padding: 0;
      margin-top: 0px;
      margin-bottom: 20px;
      line-height: 120%; }
      @media (max-width: 1480px) {
        .banner__text--small {
          font-size: 25px; } }
      @media (max-width: 1260px) {
        .banner__text--small {
          font-size: 20px;
          margin-bottom: 0px; } }
      @media (max-width: 1024px) {
        .banner__text--small {
          font-size: 16px; } }
  .banner__button {
    display: inline-block;
    border: 2px solid #F66013;
    font-weight: bold;
    min-width: 350px;
    font-size: 24px;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 90px;
    padding: 25px 65px;
    color: #F66013;
    text-transform: lowercase;
    margin-top: 28px;
    transition: background 0.3s, color 0.3s; }
    .banner__button:hover, .banner__button:focus {
      color: #374E5C;
      text-decoration: none; }
    .banner__button:hover {
      background: #F66013;
      color: #fff; }
    @media (max-width: 1024px) {
      .banner__button {
        font-size: 17px;
        padding: 10px;
        min-width: 170px; } }
  .banner__arrow {
    position: absolute;
    margin: auto;
    width: 35px;
    height: 35px;
    border: 3px solid transparent;
    opacity: 0.3;
    transition: opacity 0.3s; }
    .banner__arrow:hover {
      opacity: 1; }
    .banner__arrow--next {
      right: 5%;
      top: 0;
      bottom: 0;
      border-right: 3px solid #fff;
      border-top: 3px solid #fff;
      transform: rotate(45deg); }
      @media (max-width: 1024px) {
        .banner__arrow--next {
          right: 2%; } }
    .banner__arrow--prev {
      left: 5%;
      top: 0;
      bottom: 0;
      border-left: 3px solid #fff;
      border-top: 3px solid #fff;
      margin-right: 8px;
      transform: rotate(-45deg); }
      @media (max-width: 1024px) {
        .banner__arrow--prev {
          left: 2%; } }
  .banner__li {
    width: 60px !important;
    height: 25px !important;
    padding: 0 !important;
    padding-left: 5px !important;
    border-width: 0px 0px 2px 2px !important;
    border-style: solid !important;
    border-color: #fff !important;
    background: none !important;
    border-radius: 100%;
    margin: 0 9px !important;
    color: #fff; }
    .banner__li--indicator {
      border-radius: unset !important;
      text-indent: unset !important;
      font-size: 1.2em;
      text-align: left; }
    .banner__li.active {
      color: #F66013;
      border-color: #F66013 !important; }

.whyus {
  max-width: 1260px;
  margin: 0 auto; }
  .whyus__advantages {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    text-align: center; }
    .whyus__advantages--example {
      -ms-flex-positive: 1;
      flex-grow: 1;
      -ms-flex: 1 1 30%;
      flex: 1 1 30%;
      height: 100%;
      padding-bottom: 80px; }
      @media (max-width: 1024px) {
        .whyus__advantages--example {
          -ms-flex: 1 1 50%;
          flex: 1 1 50%; } }
      @media (max-width: 767px) {
        .whyus__advantages--example {
          -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }
    .whyus__advantages--image {
      padding-bottom: 20px; }
    .whyus__advantages--title {
      font-size: 26px; }
      .whyus__advantages--title b {
        font-size: 38px;
        font-weight: bolder; }
    .whyus__advantages--description {
      font-size: 19px; }
  .whyus__title {
    padding-top: 70px;
    padding-bottom: 40px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase; }
    .whyus__title--one {
      font-size: 16px;
      padding-bottom: 25px; }
    .whyus__title--two {
      font-size: 51px;
      padding-top: 25px; }

.trusted {
  width: 100%; }
  .trusted__container {
    max-width: 1260px;
    margin: 0 auto; }
  .trusted__header-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0 auto;
    font-weight: lighter;
    text-align: center;
    display: inline-block;
    width: 100%; }
    .trusted__header-wrapper::before, .trusted__header-wrapper::after {
      content: url("/media/default/left-header-wing.png");
      display: inline-block;
      position: relative;
      bottom: 15px; }
      @media (max-width: 1024px) {
        .trusted__header-wrapper::before, .trusted__header-wrapper::after {
          bottom: 9px; } }
      @media (max-width: 1024px) {
        .trusted__header-wrapper::before, .trusted__header-wrapper::after {
          bottom: 5px; } }
    .trusted__header-wrapper::before {
      transform: rotate(180deg);
      right: 20px; }
    .trusted__header-wrapper::after {
      left: 20px; }
  .trusted__companies {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: uppercase;
    text-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .trusted__single-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 9px; }
  .trusted__single {
    transition: 0.3s all ease-in;
    display: inline-block; }

.element__section-container {
  max-width: 1260px;
  margin: 0 auto; }

.element__section-header--title {
  font-size: 59px;
  display: inline-block; }
  @media (max-width: 1024px) {
    .element__section-header--title {
      font-size: 39px; } }
  @media (max-width: 767px) {
    .element__section-header--title {
      font-size: 29px; } }

.element__section-header--white {
  color: #fff; }

.element__section-header--inverted::before, .element__section-header--inverted::after {
  filter: invert(100%); }

.element__section-header--wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
  margin: 0 auto;
  font-weight: lighter;
  text-align: center;
  display: inline-block;
  width: 100%; }
  @media (max-width: 767px) {
    .element__section-header--wrapper {
      padding: 40px 0; } }
  .element__section-header--wrapper::before, .element__section-header--wrapper::after {
    content: url("/media/default/left-header-wing.png");
    display: inline-block;
    position: relative;
    bottom: 15px; }
    @media (max-width: 1024px) {
      .element__section-header--wrapper::before, .element__section-header--wrapper::after {
        bottom: 9px; } }
    @media (max-width: 1024px) {
      .element__section-header--wrapper::before, .element__section-header--wrapper::after {
        bottom: 5px; } }
  .element__section-header--wrapper::before {
    transform: rotate(180deg);
    right: 20px; }
  .element__section-header--wrapper::after {
    left: 20px; }

.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #777777;
  padding: 30px 0px;
  font-size: 12px; }
  .footer__element {
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: white; }
    .footer__element--logo {
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
      .footer__element--logo img {
        width: 125px; }
      .footer__element--logo a::before {
        content: '' !important; }
    .footer__element a {
      color: white;
      text-decoration: none;
      font-size: 12px;
      text-transform: uppercase; }
      .footer__element a::before {
        content: '|';
        padding: 5px; }

.components__product {
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  padding: 45px 0px; }
  @media (max-width: 767px) {
    .components__product {
      padding: 20px 0; } }
  .components__product-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 1260px) {
      .components__product-wrapper {
        -ms-flex-direction: column;
        flex-direction: column; } }
  .components__product-image {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 460px; }
    .components__product-image-wrapper {
      max-width: 460px;
      width: 100%;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 36%;
      flex: 1 1 36%; }
      .components__product-image-wrapper img {
        max-width: none; }
      @media (max-width: 1260px) {
        .components__product-image-wrapper {
          margin: 0 auto;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-order: 2;
          order: 2;
          padding-top: 25px; } }
      @media (max-width: 767px) {
        .components__product-image-wrapper {
          padding-top: 25px; }
          .components__product-image-wrapper img {
            max-width: 100%; } }
    .components__product-image-button {
      background-color: #F66013;
      text-align: center;
      margin: 0 auto;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 8px 20px;
      max-width: 350px;
      right: 0;
      left: 0;
      top: -14%;
      transition: background-color 0.3s; }
      .components__product-image-button:hover {
        background: #fc7d3c; }
      @media (max-width: 767px) {
        .components__product-image-button {
          font-size: 12px;
          padding: 8px 10px;
          max-width: 260px; } }
      .components__product-image-button a {
        text-decoration: none;
        color: #fff;
        font-weight: bold; }
  .components__product-description {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 35px; }
    @media (max-width: 1024px) {
      .components__product-description {
        padding: 0;
        display: block; } }
    .components__product-description-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 60%;
      flex: 1 1 60%;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-right: 40px; }
      @media (max-width: 1024px) {
        .components__product-description-wrapper {
          padding: 0; } }
    .components__product-description-title {
      width: 100%;
      padding-left: 35px; }
      @media (max-width: 1024px) {
        .components__product-description-title {
          padding: 0; } }
      @media (max-width: 1260px) {
        .components__product-description-title-wrapper {
          -ms-flex-order: 1;
          order: 1;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .components__product-description-title--main {
        font-size: 38px;
        font-weight: bold;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-right: 10px; }
      .components__product-description-title--sub {
        font-size: 24px;
        font-weight: bold;
        display: -ms-inline-flexbox;
        display: inline-flex; }
    .components__product-description-header {
      font-size: 17px;
      font-weight: bold;
      padding: 30px 0px; }
    .components__product-description-text {
      font-size: 16px; }
    @media (max-width: 767px) {
      .components__product-description {
        -ms-flex-direction: column;
        flex-direction: column; } }
  .components__product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30px; }
    .components__product-details-property {
      display: -ms-flexbox;
      display: flex;
      line-height: 30px;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-direction: row;
      flex-direction: row;
      font-size: 17px; }
    .components__product-details-element {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 20%;
      flex: 1 1 20%; }
    .components__product-details-value {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; }
    .components__product-details-pricing-wrapper {
      padding-top: 25px; }
    .components__product-details-pricing-header {
      font-size: 20px;
      font-weight: bold;
      color: #F66013; }
    .components__product-details-pricing-text {
      padding-top: 5px;
      line-height: 21px;
      font-size: 15px;
      line-height: 170%; }
      .components__product-details-pricing-text p {
        margin: 0px; }
        .components__product-details-pricing-text p strong {
          font-weight: bold;
          font-size: 17px; }

.components__additional-informations-header {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 36px;
  color: #002C71;
  padding-top: 50px;
  padding-bottom: 15px;
  font-weight: bold;
  line-height: 120%; }
  @media (max-width: 767px) {
    .components__additional-informations-header {
      font-size: 26px;
      padding-top: 30px; } }

.components__additional-informations-description {
  font-size: 16px;
  padding: 0px 200px; }
  @media (max-width: 1260px) {
    .components__additional-informations-description {
      padding: 0px 100px; } }
  @media (max-width: 1024px) {
    .components__additional-informations-description {
      padding: 0px 50px; } }
  @media (max-width: 767px) {
    .components__additional-informations-description {
      padding: 0px 20px; } }
  .components__additional-informations-description ol {
    list-style: none;
    counter-reset: custom-counter; }
    @media (max-width: 767px) {
      .components__additional-informations-description ol {
        padding-left: 5px; } }
    .components__additional-informations-description ol li {
      counter-increment: custom-counter;
      padding: 15px 0px 15px 15px;
      position: relative; }
      @media (max-width: 767px) {
        .components__additional-informations-description ol li {
          padding-left: 5px; } }
      .components__additional-informations-description ol li::before {
        content: counter(custom-counter) ". ";
        color: black;
        font-weight: bold;
        font-size: 20px;
        position: absolute;
        left: -30px;
        top: 12px;
        font-family: 'Roboto', sans-serif;
        font-weight: bold; }

.components__see-also-header {
  font-weight: bold;
  font-size: 27px;
  color: #002C71;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-pack: left;
  justify-content: left;
  padding-bottom: 25px;
  padding-top: 45px; }
  @media (max-width: 767px) {
    .components__see-also-header {
      text-align: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 26px;
      padding: 30px 0; } }

.components__see-also-list {
  font-size: 16px;
  font-weight: lighter; }
  @media (max-width: 767px) {
    .components__see-also-list {
      font-size: 20px; } }
  .components__see-also-list ul {
    padding-left: 80px;
    list-style: none; }
    @media (max-width: 767px) {
      .components__see-also-list ul {
        padding-left: 10px; } }
    .components__see-also-list ul li {
      padding: 10px 0px;
      padding-bottom: 5px; }
      .components__see-also-list ul li a {
        color: #111111 !important;
        text-decoration: none;
        font-weight: 600; }
        .components__see-also-list ul li a:hover {
          color: #F66013 !important; }
      .components__see-also-list ul li::before {
        content: '>';
        font-weight: bold;
        padding-right: 15px; }
      .components__see-also-list ul li + li::after {
        content: '';
        border-bottom: 1px solid #888888;
        width: 364px;
        position: relative;
        display: block;
        left: -25px;
        top: -30px; }

.components__promo-package {
  display: grid;
  grid-template-columns: 80px 0.78fr 1fr;
  grid-template-rows: 80px auto;
  grid-template-areas: "order header header" ". description cost";
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 17px 10px 20px 10px;
  margin-bottom: 25px;
  color: white; }
  @media (max-width: 1260px) {
    .components__promo-package {
      grid-template-columns: 65px 0.78fr 1fr; } }
  @media (max-width: 1024px) {
    .components__promo-package {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      align-items: center; } }
  .components__promo-package-order {
    grid-area: order;
    font-size: 52px;
    text-align: center;
    font-weight: 900; }
    @media (max-width: 767px) {
      .components__promo-package-order {
        font-size: 36px; } }
  .components__promo-package-header {
    grid-area: header;
    font-size: 39px;
    font-weight: bold;
    text-align: left;
    font-weight: 900;
    line-height: 120%; }
    @media (max-width: 767px) {
      .components__promo-package-header {
        font-size: 26px; } }
  .components__promo-package-description {
    grid-area: description;
    -ms-flex-item-align: normal;
    align-self: normal;
    font-size: 16px;
    text-align: left;
    border-right: 1px solid;
    padding-right: 50px;
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .components__promo-package-description {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
        border: 0; } }
    .components__promo-package-description ol, .components__promo-package-description ul {
      padding: 0;
      padding-left: 18px; }
  .components__promo-package-cost-set {
    grid-area: cost;
    font-weight: 900;
    -ms-flex-item-align: normal;
    align-self: normal;
    padding-left: 90px; }
    @media (max-width: 1260px) {
      .components__promo-package-cost-set {
        padding-left: 50px; } }
    @media (max-width: 1024px) {
      .components__promo-package-cost-set {
        padding: 0;
        text-align: center; } }
    .components__promo-package-cost-set--line1 {
      font-size: 20px;
      font-weight: 300; }
    .components__promo-package-cost-set--line2 {
      font-size: 31px;
      line-height: 120%; }
      @media (max-width: 767px) {
        .components__promo-package-cost-set--line2 {
          font-size: 20px; } }
    .components__promo-package-cost-set--bordered {
      border: solid 2px;
      padding: 10px 20px;
      max-width: 450px; }
      @media (max-width: 1024px) {
        .components__promo-package-cost-set--bordered {
          margin: 10px auto;
          padding: 10px; } }

.components__contactText {
  font-size: 31px;
  color: #F66013;
  font-weight: bold;
  text-align: center;
  font-weight: 900;
  max-width: 838px;
  padding: 30px 0;
  padding-bottom: 90px;
  margin: 0 auto;
  line-height: 120%;
  position: relative; }
  @media (max-width: 767px) {
    .components__contactText {
      font-size: 26px; } }
  .components__contactText::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: 25px solid transparent;
    border-right: 25px solid #F66013;
    border-bottom: 25px solid #F66013;
    transform: rotate(45deg); }

.page {
  padding-bottom: 80px; }
  .page ul li a {
    color: #002C71; }
    .page ul li a:visited {
      color: #F66013; }
  .page__header {
    background: #002C71;
    padding: 35px 0;
    min-height: 200px; }
    @media (max-width: 767px) {
      .page__header {
        padding: 15px 0;
        min-height: 100px; } }
  .page__title {
    font-size: 53px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .page__title {
        font-size: 40px; } }
    .page__title--lower {
      text-transform: none;
      font-weight: 400; }
  .page__description {
    font-size: 53px;
    color: #002C71;
    font-weight: bold;
    text-transform: uppercase;
    padding: 40px 0;
    line-height: 120%; }
    @media (max-width: 767px) {
      .page__description {
        padding: 20px 0;
        font-size: 30px; } }

.error {
  padding: 50px 0; }
  .error__header {
    color: #F66013;
    font-size: 47px;
    font-weight: 800;
    text-align: center;
    padding-top: 14px;
    letter-spacing: -1px;
    text-align: center; }
  .error__text {
    font-size: 15px;
    color: #374E5C;
    line-height: 200%;
    text-align: left; }
  .error__desc {
    line-height: 160%;
    font-size: 20px;
    max-width: 580px;
    margin: 0 auto;
    color: #889BA2;
    text-align: center;
    font-weight: bold;
    margin-top: 15px;
    letter-spacing: 1px; }
  .error__button {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    display: block;
    margin-bottom: 50px;
    text-decoration: none !important;
    letter-spacing: 1.4px;
    border: 2px solid #F66013;
    font-weight: bold;
    min-width: 350px;
    font-size: 24px;
    text-align: center;
    padding: 25px 65px;
    color: #F66013;
    text-transform: lowercase;
    margin-top: 28px;
    transition: background 0.3s, color 0.3s; }
    .error__button:hover {
      background: #F66013;
      color: #fff; }

/*# sourceMappingURL=stylesheet.css.map */
