.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  font-family: 'URW Din', sans-serif;
  color: #15336e;
  font-size: 18px;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
}

h3 {
  margin-top: 35px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
}

a {
  color: #458fc3;
  text-decoration: none;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.brand:hover {
  opacity: 0.75;
}

.brand.f-brand {
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.logo-imt {
  width: 120px;
  height: 40px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 3vh;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.container {
  position: relative;
  z-index: 10;
  width: 85%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.cont-nav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 1920px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.c-dropdown-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.container.c-flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.c-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.c-flex.c-space {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.container.c-flex.c-max-1200 {
  width: 80%;
  max-width: 1200px;
}

.container.c-flex.c-max-1200.c-outs {
  padding-top: 40px;
  padding-bottom: 40px;
}

.container.c-subfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
}

.container.c-breadcrumbrs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.c-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container.c-cta.cta-de {
  max-width: 750px;
}

.nav-link {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 3vw;
  padding: 6px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.8);
  color: hsla(0, 0%, 100%, 0.8);
}

.nav-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-link.nav-cta {
  margin-right: 0vw;
  padding: 15px 25px 13px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease, color 300ms ease;
  line-height: 1;
  white-space: nowrap;
}

.nav-link.nav-cta:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
  color: #15336e;
}

.nav-link.nav-dropdown {
  padding-top: 0px;
}

.nav-link.nav-tab-mob {
  display: none;
}

.dropdown-toggle {
  padding-right: 1vw;
  padding-left: 1vw;
}

.nav-wrap {
  position: static;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

.section.sec-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ba0c2f;
}

.section.sec-benefits {
  z-index: 8;
  padding-top: 15vh;
  padding-bottom: 13vh;
  border-top: 1px solid rgba(21, 51, 110, 0.13);
  border-bottom: 1px solid rgba(21, 51, 110, 0.13);
  background-color: #f5f9ff;
}

.section.s-theme1 {
  z-index: 9;
  padding-top: 15vh;
  padding-bottom: 15vh;
  background-color: #fff;
}

.section.s-theme1.sec-blue-bg {
  border-top: 1px solid rgba(21, 51, 110, 0.13);
  border-bottom: 1px solid rgba(21, 51, 110, 0.13);
  background-color: #f5f9ff;
}

.section.s-theme1.s-home-services {
  overflow: visible;
}

.section.sec-style1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70vh;
  padding-top: 185px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ba0c2f;
}

.section.sec-breadcrumbs {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(21, 51, 110, 0.15);
  background-color: #fff;
}

.section.sec-service-cta {
  padding-top: 15vh;
  padding-bottom: 13vh;
  background-color: #22289c;
}

.section.sec-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding-top: 185px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ba0c2f;
}

.section.sec-infopage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 235px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ba0c2f;
}

.home-bg__line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  background-image: url('../images/bg-lines-red3.svg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -3px;
}

.h1.h1-primary {
  max-width: 800px;
  margin-bottom: 25px;
  font-size: 70px;
  line-height: 1.1;
}

.h1.h1-primary.mrg-bott-100 {
  margin-bottom: 100px;
}

.h1.h1-infopage {
  max-width: 800px;
  margin-bottom: 25px;
  font-size: 60px;
  line-height: 1.1;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.h-subtitle1 {
  max-width: 500px;
  margin-bottom: 50px;
  color: hsla(0, 0%, 100%, 0.85);
  font-weight: 200;
}

.nav-dropdown.w--open {
  left: 0%;
  top: 79px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(21, 51, 110, 0.13);
  background-color: #fff;
}

.nav-dropdown__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 50px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
}

.nav-dropdown__link-block:hover {
  background-color: #f2f3f5;
}

.nav-dropdown__bg {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.nav-dropdown__bg.d-bg2 {
  background-image: url('../images/realizacia-systemov-bg-v1.jpg');
}

.nav-dropdown__title {
  margin-bottom: 5px;
  font-size: 24px;
}

.nav-dropdown__subtitle {
  color: #15336e;
  font-size: 13px;
  line-height: 1.4;
}

.dropdown-toggle {
  height: 100%;
  padding: 6px 0px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-icon {
  position: relative;
  top: -2px;
  margin: 0px 0px 0px 9px;
  font-size: 14px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-right: 35px;
  padding: 5px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}

.nav-lang.lang1 {
  margin-right: 10px;
}

.button__style1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
}

.button__style1.b-dark {
  border-bottom-color: #458fc3;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #458fc3;
  font-weight: 300;
}

.button__style1.b-dark:hover {
  color: #ba0c2f;
}

.button__style1.b-dark._100per {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button__style1.b-dark._100per.mrg-bott {
  margin-bottom: 70px;
}

.button__text1 {
  margin-right: 50px;
}

.button__arrow1 {
  font-weight: 400;
}

.home-bg__video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.home-bg__video.video-side {
  z-index: 11;
  opacity: 1;
}

.home-bg__video.video-15per {
  opacity: 0.15;
}

.home-bg__gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 7;
  background-image: -webkit-gradient(linear, left top, right top, from(#ba0c2f), to(rgba(186, 12, 47, 0)));
  background-image: linear-gradient(90deg, #ba0c2f, rgba(186, 12, 47, 0));
}

.nav-line {
  width: 1px;
  height: 40px;
  margin-right: 3vw;
  margin-left: 3vw;
  background-color: #fff;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 35px;
  font-size: 33px;
  line-height: 1.6;
  font-weight: 400;
  text-transform: uppercase;
}

.h2.max-800 {
  max-width: 800px;
  margin-bottom: 10vh;
}

.h2.h2-red {
  color: #ba0c2f;
}

.h2.h2-white {
  color: #fff;
  font-weight: 200;
}

.h2.h2-red-xxl {
  max-width: 900px;
  color: #ba0c2f;
  font-size: 50px;
  line-height: 1.2;
}

.h2.h2-red-xxl.mrg-bott-75 {
  margin-bottom: 75px;
}

.h2.h2-os {
  margin-bottom: 100px;
}

.h2.h2-bg {
  max-width: 400px;
  color: #fff;
  font-weight: 200;
}

.h2.h2-form {
  font-size: 25px;
}

.h2.max-900 {
  max-width: 900px;
  margin-bottom: 10vh;
}

.benefits__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.benefits__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #458fc3;
}

.benefits__item.ben-100 {
  width: 100%;
}

.ok-icon {
  width: 30px;
  height: 30px;
  margin-right: 25px;
}

.benefits__text {
  max-width: 310px;
  color: #15336e;
}

.benefits__text.ben-s2 {
  font-size: 21px;
  font-weight: 600;
}

.line__style1 {
  position: relative;
  top: -3px;
  width: 50px;
  height: 1px;
  margin-right: 25px;
  background-color: #458fc3;
}

.line__style1.c-white {
  background-color: #fff;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #15336e;
  font-size: 12px;
  line-height: 1;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.h3.h3-white {
  color: #fff;
  font-weight: 300;
}

.h3.h3-cta {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
}

.title__w-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title__w-line.tw-nav {
  display: none;
}

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.f-style1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-width: 500px;
  padding-top: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.f-style2 {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex.f-style3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 490px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.f-style4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.f-style5 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.flex.f-style6 {
  padding-top: 25vh;
}

.flex.f-contact {
  width: 30%;
}

.flex.f-contact2 {
  width: 50%;
  max-width: 650px;
  padding: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(21, 51, 110, 0.17);
  border-radius: 3px;
}

.flex.flex-pad-minus {
  padding-top: 45px;
}

.flex.f-home-video {
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.h4 {
  color: #ba0c2f;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 200;
}

.text__style1 {
  color: #15336e;
  font-size: 18px;
  font-weight: 300;
}

.text__style1.t-mrg-1 {
  margin-bottom: 50px;
}

.img__block {
  position: relative;
  height: 800px;
  margin-bottom: 5vh;
}

.img__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 30% 50%;
  object-position: 30% 50%;
}

.img__bg.about1 {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img__bg.webpages-bg {
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
}

.img__bg.branding-bg {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img__bg.ibg2 {
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.text-block-3 {
  margin-bottom: 50px;
  color: rgba(21, 51, 110, 0.8);
}

.line__style2 {
  width: 100%;
  height: 1px;
  margin-top: 10vh;
  margin-bottom: 10vh;
  background-color: rgba(69, 143, 195, 0.24);
}

.video-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh;
  max-height: 800px;
  min-height: 600px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-wrap.vw-mrg {
  margin-bottom: 50px;
}

.lines-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 50vw;
  height: 500px;
  margin-top: -340px;
  background-image: url('../images/lines-blue1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.blue-gradient-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  background-image: -webkit-gradient(linear, left top, right top, from(#22289c), to(rgba(69, 143, 195, 0)));
  background-image: linear-gradient(90deg, #22289c, rgba(69, 143, 195, 0));
}

.blue-gradient-bg.img-grad {
  opacity: 0.7;
}

.video-wrap__content {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 65px 100px 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__contact {
  margin-top: 4vh;
  margin-bottom: 4vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.footer__contact.f-cont-last {
  margin-bottom: 0vh;
}

.footer__title1 {
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 12px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer__adress {
  margin-bottom: 3vh;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 13px;
  line-height: 1.8;
  font-weight: 200;
  text-align: right;
}

.footer__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.footer__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__link1 {
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  color: #fff;
  font-size: 2.5vw;
  line-height: 1;
  font-weight: 100;
}

.footer__subtext {
  margin-right: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.subfooter__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer__wrap {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8d0823;
}

.footer__link3 {
  margin-right: 3vw;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 300;
}

.footer__link3:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.7);
  color: hsla(0, 0%, 100%, 0.7);
}

.footer__link3.right-pos {
  margin-right: 0vw;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__main-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-15 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button__line-wrap {
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.button__line-wrap.dark-ver {
  background-color: rgba(69, 143, 195, 0.5);
}

.button__line-inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.button__line-inner.dark-line {
  background-color: #ba0c2f;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bredcrumb__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #458fc3;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.bredcrumb__link:hover {
  color: #15336e;
}

.bredcrumb__link.w--current {
  border-bottom-color: #15336e;
  color: #15336e;
}

.bredcrumb__link.plus-mrg {
  padding-right: 20px;
  padding-left: 20px;
}

.breadcrumb__line {
  position: relative;
  top: -2px;
  width: 20px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #458fc3;
}

.h-subtitle2 {
  max-width: 600px;
  margin-bottom: 50px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 20px;
  font-weight: 200;
}

.h-subtitle2.max-about {
  max-width: 650px;
}

.h-subtitle2.ver-de {
  max-width: 650px;
}

.h-subtitle2.max-700 {
  max-width: 700px;
}

.h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 400;
}

.h5.h5-mrg1 {
  margin-bottom: 10px;
}

.line-div {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
  background-color: rgba(69, 143, 195, 0.24);
}

.h5-subtitle {
  color: rgba(21, 51, 110, 0.9);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.h5-subtitle.h5-sub-last {
  margin-bottom: 65px;
}

.h5-subtitle.h5-contact {
  text-align: right;
  white-space: nowrap;
}

.inlinks__line {
  position: relative;
  width: 1px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(21, 51, 110, 0.15);
}

.inlinks__line.no-mrg {
  margin-right: 0px;
  margin-left: 0px;
}

.inlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.subtitle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.subtitle-wrap.mrg-50 {
  margin-bottom: 50px;
}

.text__style3 {
  max-width: 600px;
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 200;
  text-transform: uppercase;
}

.text__style3.ts3-style1 {
  margin-bottom: 20px;
  font-size: 22px;
}

.text__style3.max-800 {
  max-width: 800px;
}

.img__block3 {
  position: relative;
  height: 250px;
}

.cta-text {
  margin-bottom: 35px;
  font-size: 32px;
  text-align: center;
}

.button__gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 30px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.67);
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  line-height: 1;
}

.button__gradient:hover {
  background-color: #fff;
  color: #15336e;
}

.text__style4 {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 500;
  text-transform: uppercase;
}

.text__style4.mrg-50 {
  margin-bottom: 50px;
}

.flex__100 {
  width: 100%;
}

.sec-line {
  width: 100%;
  height: 1px;
  background-color: rgba(21, 51, 110, 0.16);
}

.bg-block__500 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 700px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bg-block__500.mrg-bott {
  margin-bottom: 100px;
}

.dropdown__link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
}

.dropdown__link-block:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333333336%;
  padding: 60px 30px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid rgba(21, 51, 110, 0.15);
}

.nav-link-secondary {
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 350ms ease, color 350ms ease;
  transition: border-color 350ms ease, color 350ms ease;
  font-size: 24px;
  font-weight: 400;
}

.nav-link-secondary:hover {
  border-bottom-color: #ba0c2f;
  color: #ba0c2f;
}

.nav-link-secondary.link-s2 {
  color: #ba0c2f;
}

.img__block4 {
  position: relative;
  height: 500px;
  margin-bottom: 35px;
}

.hide-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(26%, hsla(0, 0%, 100%, 0.75)), color-stop(79%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0.75) 26%, #fff 79%);
}

.contact-link {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 28px;
  line-height: 1;
}

.contact-link:hover {
  color: #ba0c2f;
}

.contact-link.cl-last {
  margin-bottom: 0px;
}

.contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-link-s {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-size: 16px;
  line-height: 1;
}

.contact-link-s:hover {
  color: #ba0c2f;
}

.flex-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.flex-contact-wrap.fc-last {
  margin-bottom: 0px;
}

.flex-contact-wrap.fc-btn {
  margin-bottom: 35px;
}

.flex-contact {
  width: 55%;
}

.contact-25-f {
  width: 20%;
  padding-top: 9px;
}

.div-lines-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9;
  width: 65%;
  background-image: url('../images/lines-blue1.svg');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.lines-bg3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 40vw;
  height: 100%;
  background-image: url('../images/lines-blue1.svg');
  background-position: 100% 105%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__logo {
  padding-right: 10vw;
}

.footer__info-link {
  margin-right: 25px;
  color: #458fc3;
  font-size: 14px;
}

.footer__sub-innter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.res__field {
  min-height: 45px;
  padding: 5px 30px 5px 7px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
}

.res__field:hover {
  border-color: #bebebe;
}

.service-form__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  min-height: 100vh;
  padding: 80px 10vw 80px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-checkbox {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.service-form__left {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 100vh;
  padding: 35px 50px 35px 4vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ba0c2f;
}

.brand-link {
  position: relative;
  z-index: 20;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form__1 {
  position: relative;
}

.res__50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.res__label {
  color: #000;
  font-weight: 500;
}

.res__block {
  position: relative;
  -webkit-transition: color 250ms ease;
  transition: color 250ms ease;
}

.admin__logo {
  width: 120px;
}

.form-submit {
  padding: 15px 30px;
  float: right;
  border-radius: 3px;
  background-color: #3f9125;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.form-submit:hover {
  background-color: #347a1e;
}

.reservation__form-block {
  width: 100%;
  max-width: 700px;
  margin-bottom: 0px;
}

.service-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.res__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.res__checkbox.item-last {
  margin-bottom: 0px;
  padding-right: 40px;
}

.res__item {
  position: relative;
  margin-bottom: 25px;
}

.res__item._100per {
  width: 100%;
}

.res__item._50per {
  width: 48%;
}

.required {
  position: absolute;
  left: auto;
  top: 43px;
  right: 15px;
  bottom: auto;
  color: #cf131b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.required.req2 {
  top: 4px;
}

.requiered-title {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 3px 7px;
  border-radius: 3px;
  color: #cf131b;
  font-size: 13px;
}

.h1-form {
  position: relative;
  z-index: 20;
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.8vw;
  line-height: 1.2;
  font-weight: 100;
}

.checkbox__label {
  font-size: 16px;
}

.nav-flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button__full {
  width: 100%;
  padding: 15px;
  border: 1px solid #458fc3;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  color: #458fc3;
  font-size: 16px;
  text-align: center;
}

.button__full:hover {
  border-color: #ba0c2f;
  color: #ba0c2f;
}

@media screen and (min-width: 1920px) {
  .container.c-cta {
    max-width: 800px;
  }
  .nav-link {
    font-size: 18px;
  }
  .button__style1 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .h2.h2-red-xxl {
    max-width: 1200px;
    font-size: 60px;
  }
  .h3.h3-cta {
    font-size: 15px;
  }
  .footer__title1 {
    font-size: 15px;
  }
  .footer__adress {
    font-size: 16px;
  }
  .footer__link1 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 50px;
  }
  .footer__subtext {
    font-size: 16px;
  }
  .footer__link3 {
    font-size: 22px;
  }
  .footer__main-links {
    padding-bottom: 15vh;
  }
  .cta-text {
    font-size: 40px;
  }
  .button__gradient {
    font-size: 20px;
  }
  .text__style4 {
    font-size: 28px;
  }
  .footer__logo {
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
  .navbar {
    top: 35px;
  }
  .container.cont-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .container.c-dropdown-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.c-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container.c-flex.c-space.c-home-service {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .nav-link {
    position: relative;
    width: 45%;
    height: auto;
    margin-right: 0vw;
    margin-left: 0px;
    padding: 15px 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #458fc3;
    font-size: 22px;
  }
  .nav-link:hover {
    color: #15336e;
  }
  .nav-link.w--current {
    color: #15336e;
  }
  .nav-link.nav-cta {
    width: auto;
    color: #fff;
    font-size: 16px;
  }
  .nav-link.nav-dropdown {
    display: none;
  }
  .nav-link.nav-tab-mob {
    display: block;
  }
  .dropdown-toggle {
    padding-left: 4vw;
  }
  .nav-wrap {
    position: absolute;
    top: 75px;
    width: 100%;
    padding: 50px 35px 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #f5f9ff;
  }
  .btn__mobile-menu {
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .btn__mobile-menu.w--open {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.3);
    border-radius: 3px;
    background-color: transparent;
  }
  .section.sec-home {
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .section.sec-benefits {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .section.s-theme1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.sec-style1 {
    height: auto;
    padding-top: 150px;
  }
  .section.sec-service-cta {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .section.sec-404 {
    height: auto;
    padding-top: 150px;
  }
  .section.sec-infopage {
    height: auto;
  }
  .h1.h1-primary {
    max-width: 600px;
    font-size: 50px;
    letter-spacing: -2px;
  }
  .h1.h1-infopage {
    max-width: 600px;
    font-size: 50px;
    letter-spacing: -2px;
  }
  .nav-dropdown.w--open {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 113%;
    margin-top: 20px;
    margin-left: -6%;
  }
  .nav-dropdown__link-block {
    width: 50%;
    padding: 15px;
  }
  .nav-dropdown__bg {
    height: 180px;
  }
  .dropdown-toggle {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-right: auto;
    margin-left: 0px;
    padding-top: 0px;
    padding-left: 0vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-block-7 {
    position: absolute;
    right: 3%;
  }
  .nav-lang {
    margin-right: 25px;
  }
  .nav-line {
    margin-right: 25px;
    margin-left: 35px;
  }
  .h2 {
    font-size: 28px;
  }
  .h2.max-800 {
    margin-bottom: 50px;
  }
  .h2.h2-white {
    text-align: center;
  }
  .h2.h2-red-xxl {
    font-size: 40px;
  }
  .h2.h2-red-xxl.mrg-bott-75 {
    margin-bottom: 50px;
  }
  .h2.h2-bg {
    text-align: center;
  }
  .h2.max-900 {
    margin-bottom: 50px;
  }
  .benefits__item {
    width: 48%;
  }
  .line__style1.ls-nav {
    width: 25px;
    margin-right: 15px;
    background-color: #15336e;
  }
  .h3.h3-nav {
    font-weight: 300;
    letter-spacing: 1px;
  }
  .title__w-line.tw-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  .title__w-line.tw-nav.nav-mrg-top {
    margin-top: 35px;
  }
  .flex {
    width: 100%;
    margin-bottom: 50px;
  }
  .flex.f-style1 {
    width: 100%;
    max-width: none;
    margin-bottom: 175px;
    padding-top: 0px;
  }
  .flex.f-style2 {
    position: relative;
    top: 0vh;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex.f-style3 {
    width: 100%;
    max-width: none;
    margin-bottom: 75px;
  }
  .flex.f-style4 {
    width: 100%;
    max-width: none;
  }
  .flex.f-style5 {
    margin-bottom: 0px;
  }
  .flex.f-style6 {
    margin-bottom: 0px;
    padding-top: 0vh;
  }
  .flex.f-contact {
    width: 45%;
    margin-bottom: 0px;
  }
  .flex.f-contact2 {
    width: 55%;
    margin-bottom: 0px;
  }
  .flex.flex-pad-minus {
    padding-top: 0px;
  }
  .flex.f-nomrg {
    margin-bottom: 0px;
  }
  .flex.tab-nomrg {
    margin-bottom: 0px;
  }
  .flex.f-home-video {
    position: relative;
    top: 0vh;
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex.f-tab-nomrg {
    margin-bottom: 0px;
  }
  .flex.tab-hide {
    display: none;
  }
  .h4 {
    font-size: 40px;
  }
  .img__block {
    height: 400px;
    margin-bottom: 35px;
  }
  .img__block.ib-nomrg {
    margin-bottom: 0px;
  }
  .img__block.tab-nomrg {
    margin-bottom: 0px;
  }
  .text-block-3 {
    max-width: 500px;
    margin-bottom: 30px;
  }
  .line__style2 {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .video-wrap {
    position: relative;
    height: 500px;
    max-height: none;
    min-height: auto;
  }
  .lines-bg {
    left: -10%;
    width: 100%;
    margin-top: -267px;
  }
  .video-wrap__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 85px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__adress {
    font-size: 14px;
  }
  .footer__link1 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 32px;
  }
  .footer__link3 {
    margin-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
  }
  .button__line-inner.dark-line {
    background-color: #458fc3;
  }
  .btn__menu {
    margin-top: 7px;
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .btn__menu-icon {
    margin-right: 10px;
    float: left;
    color: #fff;
  }
  .line-div.contact-line {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .line-div.about-line {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .h5-subtitle.h5-sub-last {
    margin-bottom: 0px;
  }
  .inlinks {
    display: none;
  }
  .text__style3 {
    font-size: 20px;
  }
  .text__style3.ts3-style1 {
    font-size: 20px;
  }
  .bg-block__500 {
    position: relative;
    height: 400px;
  }
  .bg-block__500.mrg-bott {
    margin-bottom: 50px;
  }
  .dropdown__link-block {
    color: #15336e;
  }
  .dropdown__link-block:hover {
    color: #15336e;
  }
  .img__block4 {
    height: 400px;
    margin-bottom: 35px;
  }
  .flex-contact {
    width: 50%;
  }
  .contact-25-f {
    width: 100%;
  }
  .lines-bg3 {
    width: 100%;
    height: 400px;
    margin-top: -267px;
    background-size: cover;
  }
  .footer__logo {
    padding-right: 8vw;
  }
  .service-form__right {
    padding-top: 75px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .form__1 {
    margin-bottom: 35px;
  }
  .res__label {
    font-size: 16px;
  }
  .admin__logo {
    margin-bottom: 20px;
  }
  .form-submit {
    width: 100%;
  }
  .res__checkbox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
  }
  .res__item._50per {
    margin-bottom: 15px;
  }
  .required {
    right: 10px;
  }
  .nav-flex-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-weight: 600;
  }
  h3 {
    font-size: 20px;
  }
  .brand.f-brand {
    margin-bottom: 35px;
  }
  .container.c-footer {
    height: auto;
    max-height: none;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-link {
    font-size: 20px;
  }
  .section.sec-home {
    min-height: auto;
    padding-top: 225px;
  }
  .section.sec-style1 {
    min-height: auto;
    padding-top: 225px;
  }
  .section.sec-infopage {
    min-height: auto;
    padding-top: 225px;
  }
  .h1.h1-primary.mrg-bott-100 {
    margin-bottom: 50px;
  }
  .nav-lang {
    display: none;
    margin-right: 15px;
  }
  .h2 {
    font-size: 26px;
  }
  .h2.h2-red-xxl {
    font-size: 40px;
  }
  .benefits__item {
    width: 100%;
  }
  .flex.f-style1 {
    margin-bottom: 130px;
  }
  .flex.f-contact {
    width: 100%;
    margin-bottom: 50px;
  }
  .flex.f-contact2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h4 {
    font-size: 35px;
  }
  .footer__contact {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
  }
  .footer__title1 {
    text-align: left;
  }
  .footer__adress {
    margin-bottom: 25px;
    text-align: left;
  }
  .footer__left {
    width: 100%;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__right {
    width: 100%;
    margin-bottom: 50px;
  }
  .footer__subtext {
    font-size: 13px;
    text-align: center;
  }
  .subfooter__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__wrap {
    height: auto;
    min-height: auto;
  }
  .footer__link3.right-pos {
    font-size: 26px;
    text-align: left;
  }
  .footer__main-links {
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
  .text__style3 {
    font-size: 18px;
  }
  .text__style3.ts3-style1 {
    font-size: 19px;
  }
  .bg-block__500 {
    height: 300px;
  }
  .contacts {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .footer__logo {
    width: 100%;
    padding-right: 0vw;
  }
  .footer__sub-innter {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-form__right {
    width: 100%;
  }
  .service-form__left {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .res__50 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .res__label {
    font-size: 18px;
  }
  .service-form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .res__item._50per {
    width: 100%;
  }
  .requiered-title {
    font-size: 12px;
  }
  .h1-form {
    font-size: 40px;
  }
  .div-fix {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
    font-weight: 600;
  }
  p {
    font-size: 16px;
  }
  .navbar {
    top: 0px;
  }
  .container.c-flex.c-max-1200 {
    width: 85%;
  }
  .container.c-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nav-link {
    font-size: 16px;
  }
  .nav-link.nav-cta {
    display: none;
  }
  .btn__mobile-menu {
    min-width: 105px;
  }
  .section.sec-home {
    min-height: 80vh;
  }
  .section.sec-style1 {
    padding-top: 175px;
  }
  .section.sec-infopage {
    padding-top: 175px;
  }
  .h1.h1-primary {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .h1.h1-infopage {
    font-size: 40px;
    letter-spacing: -1px;
  }
  .nav-dropdown__link-block {
    width: 100%;
  }
  .button__text1 {
    margin-right: 25px;
  }
  .home-bg__video {
    opacity: 0.38;
  }
  .h2 {
    font-size: 22px;
  }
  .h2.h2-red-xxl {
    font-size: 35px;
  }
  .h2.h2-form {
    margin-bottom: 20px;
  }
  .ok-icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
  .line__style1.c-white {
    width: 30px;
  }
  .h3.h3-nav {
    font-size: 11px;
  }
  .flex.f-style4 {
    margin-bottom: 0px;
  }
  .h4 {
    font-size: 30px;
  }
  .text__style1 {
    font-size: 16px;
  }
  .line__style2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .video-wrap__content {
    padding: 50px 25px;
  }
  .footer__link1 {
    font-size: 28px;
  }
  .subfooter__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__link3 {
    margin-right: 20px;
    font-size: 16px;
  }
  .bredcrumb__link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .breadcrumb__line {
    margin-right: 10px;
    margin-left: 10px;
  }
  .h5-subtitle.h5-contact {
    padding-top: 20px;
    text-align: left;
  }
  .cta-text {
    font-size: 26px;
  }
  .button__gradient {
    padding-right: 25px;
    padding-left: 25px;
  }
  .flex-contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-contact {
    width: 100%;
  }
  .res__item._50per {
    margin-bottom: 15px;
  }
  .requiered-title {
    position: relative;
    top: 0px;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 11px;
  }
  .h1-form {
    margin-bottom: 30px;
    font-size: 35px;
  }
}

@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-Demi.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'URW Din';
  src: url('../fonts/URWDIN-XLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}