.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding: 0; }

.container-fluid {
  max-width: 1440px;
  margin: 0 auto; }

@font-face {
  font-family: 'Montserrat-Bold';
  src: url("../fonts/Montserrat-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url("../fonts/Montserrat-SemiBold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url("../fonts/Montserrat-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url("../fonts/Montserrat-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;}

h1, h2, h3, h4, p, a {
  line-height: 140%; }

h1 {
  font-size: 48px;
  font-family: "Montserrat-Bold"; }

h2 {
  font-size: 36px;
  font-family: "Montserrat-Bold"; }

h3 {
  font-size: 18px;
  font-family: "Montserrat-SemiBold"; }

h4 {
  font-size: 14px;
  font-family: "Montserrat-Bold"; }

p {
  font-family: "Montserrat-Medium";
  font-size: 14px;
  line-height: 160%;
  margin: 0; }

p.light {
  font-family: "Montserrat-Regular"; }

a {
  font-family: "Montserrat-SemiBold";
  font-size: 13px; }

a.button-uppercase {
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2);
  transition: all .2s ease-in-out; }
  a.button-uppercase:hover {
    box-shadow: 0px 6px 16px rgba(0, 42, 84, 0.34) !important;
    transition: all .2s ease-in-out; }

button.button-uppercase {
  font-family: "Montserrat-SemiBold";
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2);
  transition: all .2s ease-in-out; }
  button.button-uppercase:hover {
    box-shadow: 0px 6px 16px rgba(0, 42, 84, 0.38) !important;
    transition: all .2s ease-in-out; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

a:hover {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:active {
  color: inherit;
  outline: none;
  text-decoration: none; }

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; }

body {
  height: 2000px; }

section {
  padding-left: 20px;
  padding-right: 20px; }

#myBtn {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #034F9A;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  border-radius: 30px;
  /* Rounded corners */
  font-size: 18px;
  /* Increase font size */
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2);
  transition: all .15s ease-in-out; }
  #myBtn img {
    transform: rotate(-90deg); }

#myBtn:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
  transition: all .15s ease-in-out; }

header {
  height: 100px; }
  header .container-fluid {
    height: 100%; }
    header .container-fluid .row {
      height: 100%; }
  header .wrapper-header-logo {
    height: 100%;
    display: flex;
    align-items: center; }
  header .wrapper-header-links {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
    height: 100%; }
    header .wrapper-header-links a {
      font-family: "Montserrat-Medium";
      color: #222222;
      font-size: 14px;
      padding-bottom: 4px;
      border-bottom: 2px solid transparent;
      transition: all .15s ease-in-out; }
      header .wrapper-header-links a:hover {
        border-bottom: 2px solid #034F9A;
        transition: all .15s ease-in-out; }
      header .wrapper-header-links a.active {
        border-bottom: 2px solid #034F9A; }
  header .wrapper-phone-with-button {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    padding-left: 60px; }
    header .wrapper-phone-with-button .wrapper-phone {
      display: flex;
      align-items: center; }
      header .wrapper-phone-with-button .wrapper-phone a {
        color: #222222;
        margin-left: 10px;
        font-size: 16px; }
    header .wrapper-phone-with-button .wrapper-button {
      display: flex;
      height: 100%;
      align-items: center; }
      header .wrapper-phone-with-button .wrapper-button a {
        width: 208px;
        height: 48px;
        background-color: #034F9A;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2); }
        header .wrapper-phone-with-button .wrapper-button a img {
          margin-left: 8px; }

section.main-section {
  height: 680px; }
  section.main-section .container-fluid {
    height: 100%; }
    section.main-section .container-fluid .row {
      height: 100%; }
  section.main-section .wrapper-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    section.main-section .wrapper-info h1 {
      margin-bottom: 0;
      color: #FFFFFF; }
    section.main-section .wrapper-info h2 {
      color: #FFFFFF;
      margin-bottom: 60px; }
    section.main-section .wrapper-info .wrapper-button {
      display: flex;
      flex-wrap: wrap; }
      section.main-section .wrapper-info .wrapper-button a {
        width: 220px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        margin-bottom: 10px; }
        section.main-section .wrapper-info .wrapper-button a:first-child {
          background-color: #034F9A;
          margin-right: 20px; }
        section.main-section .wrapper-info .wrapper-button a:last-child {
          background-color: #FF0725; }
          section.main-section .wrapper-info .wrapper-button a:last-child img {
            margin-left: 10px; }

section.video-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  section.video-section .wrapper-info {
    padding-right: 20px; }
    section.video-section .wrapper-info h2 {
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      section.video-section .wrapper-info h2:after {
        position: absolute;
        width: 50px;
        height: 3px;
        display: block;
        content: "";
        /* background-color: #034F9A; */
        bottom: 0;
        left: 0; }
    section.video-section .wrapper-info p {
      margin-bottom: 15px; }
    section.video-section .wrapper-info a {
      margin-top: 10px;
      display: inline-block;
      padding: 25px;
      background-color: #034F9A;
      color: #FFFFFF;
      box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2); }
  section.video-section .wrapper-video {
    padding-left: 20px;
    padding-right: 20px; }
    section.video-section .wrapper-video .wrap {
      position: relative;
      overflow: hidden; }
      section.video-section .wrapper-video .wrap .play {
        display: flex;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: center;
        z-index: 100; }
        section.video-section .wrapper-video .wrap .play:hover {
          cursor: pointer; }
          section.video-section .wrapper-video .wrap .play:hover img.poster-button {
            width: 200px;
            transition: all .2s ease-in-out; }
        section.video-section .wrapper-video .wrap .play img.poster {
          width: 110%;
          transition: all .2s ease-in-out; }
        section.video-section .wrapper-video .wrap .play img.poster-button {
          width: 180px;
          position: absolute;
          transition: all .2s ease-in-out; }

section.ihr-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F7F9FC; }
  section.ihr-section .wrapper-section-header h2 {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    section.ihr-section .wrapper-section-header h2:after {
      position: absolute;
      width: 50px;
      height: 3px;
      display: block;
      content: "";
      /* background-color: #034F9A; */
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  section.ihr-section .wrapper-text {
    margin-bottom: 60px; }
    section.ihr-section .wrapper-text p {
      text-align: center; }
  section.ihr-section .col-lg-4 {
    padding: 10px; }
  section.ihr-section .wrapper-item {
    background-color: #ffffff;
    height: 100%; }
    section.ihr-section .wrapper-item img {
      width: 100%; }
    section.ihr-section .wrapper-item .wrapper-info {
      padding: 30px; }
      section.ihr-section .wrapper-item .wrapper-info p.header {
        font-family: "Montserrat-Semibold";
        font-size: 18px;
        margin-bottom: 5px; }
  section.ihr-section .wrapper-button {
    width: 100%;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center; }
    section.ihr-section .wrapper-button a {
      display: block;
      width: 280px;
      height: 60px;
      background-color: #FF0725;
      color: #FFFFFF;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2); }
      section.ihr-section .wrapper-button a img {
        margin-left: 8px; }

section.deshalb-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  section.deshalb-section .wrapper-section-header {
    margin-bottom: 60px; }
    section.deshalb-section .wrapper-section-header h2 {
      text-align: center;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      section.deshalb-section .wrapper-section-header h2:after {
        position: absolute;
        width: 50px;
        height: 3px;
        display: block;
        content: "";
        /* background-color: #034F9A; */
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
  section.deshalb-section .wrapper-item {
    display: flex;
    align-items: flex-start;
    padding: 10px;
    padding-bottom: 25px; }
    section.deshalb-section .wrapper-item .wrapper-info {
      padding-left: 25px; }
      section.deshalb-section .wrapper-item .wrapper-info p.header {
        text-transform: uppercase;
        color: #034F9A;
        font-size: 12px;
        margin-bottom: 15px;
        font-family: "Montserrat-Bold"; }
      section.deshalb-section .wrapper-item .wrapper-info p.text {
        font-size: 12px; }

section.call-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #034F9A; }
  section.call-section .container-fluid {
    max-width: 1170px; }
  section.call-section .wrapper-info {
    display: flex;
    align-items: center; }
    section.call-section .wrapper-info .wrapper-photo img {
      border-radius: 200px; }
    section.call-section .wrapper-info .wrapper-text {
      color: #FFFFFF;
      padding-left: 30px; }
      section.call-section .wrapper-info .wrapper-text p.header {
        font-size: 20px;
        font-family: "Montserrat-SemiBold";
        margin-bottom: 10px; }
      section.call-section .wrapper-info .wrapper-text p.text {
        margin-bottom: 10px;
        font-size: 16px; }
      section.call-section .wrapper-info .wrapper-text a {
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        color: #FFFFFF; }
  section.call-section .wrapper-buttons {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    section.call-section .wrapper-buttons a {
      width: 260px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      margin-bottom: 15px;
      border: 2px solid #fff; }
      section.call-section .wrapper-buttons a:last-child {
        margin-bottom: 0;
        margin-top: 10px; }
        section.call-section .wrapper-buttons a:last-child img {
          margin-right: 10px; }

section.ein-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F7F9FC; }
  section.ein-section .wrapper-section-header {
    margin-bottom: 60px; }
    section.ein-section .wrapper-section-header h2 {
      text-align: center;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      section.ein-section .wrapper-section-header h2:after {
        position: absolute;
        width: 50px;
        height: 3px;
        display: block;
        content: "";
        /* background-color: #034F9A; */
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
  section.ein-section .wrapper-slider {
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    section.ein-section .wrapper-slider .swiper-container {
      width: 100%;
      height: 100%; }
    section.ein-section .wrapper-slider .swiper-slide {
      height: 140px;
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px 20px; }
      section.ein-section .wrapper-slider .swiper-slide img {
        width: 100%; }
    section.ein-section .wrapper-slider .swiper-button-prev, section.ein-section .wrapper-slider .swiper-button-next {
      position: absolute;
      top: calc(50% - 16px);
      width: 32px;
      height: 32px;
      z-index: 100;
      outline: none; }
    section.ein-section .wrapper-slider .swiper-button-prev.swiper-button-disabled {
      background-image: url(../images/icons/left-arrow-dis.svg); }
    section.ein-section .wrapper-slider .swiper-button-next.swiper-button-disabled {
      background-image: url(../images/icons/left-arrow-dis.svg);
      transform: rotate(180deg); }
    section.ein-section .wrapper-slider .swiper-button-prev {
      left: 0px;
      background-image: url(../images/icons/left-arrow.svg); }
    section.ein-section .wrapper-slider .swiper-button-next {
      right: 0px;
      background-image: url(../images/icons/left-arrow.svg);
      transform: rotate(180deg); }

section.qual-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  section.qual-section .wrapper-section-header {
    margin-bottom: 60px; }
    section.qual-section .wrapper-section-header h2 {
      text-align: center;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      section.qual-section .wrapper-section-header h2:after {
        position: absolute;
        width: 50px;
        height: 3px;
        display: block;
        content: "";
        /* background-color: #034F9A; */
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto; }
  section.qual-section .wrapper-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px; }
    section.qual-section .wrapper-info img {
      margin-bottom: 30px; }
    section.qual-section .wrapper-info p {
      text-align: center;
      display: inline-block;
      font-size: 12px;
      color: #034F9A;
      border-bottom: 1px solid #034F9A; }
  section.qual-section .wrapper-slider {
    display: none; }

section.form-section {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  background-color: #F7F9FC;
  /*
	a{
		margin-top: 10px;
		display: inline-block;
		padding: 25px;
		background-color: $accent-color-blue;
		color: $text-color-white;
		box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2);
	}
	*/ }
  section.form-section .wrapper-info {
    padding-right: 30px; }
  section.form-section h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    section.form-section h2:after {
      position: absolute;
      width: 50px;
      height: 3px;
      display: block;
      content: "";
      /* background-color: #034F9A; */
      bottom: 0;
      left: 0; }
  section.form-section p {
    margin-bottom: 25px; }
  section.form-section .wrapper-buttons .wrapper-button {
    margin-bottom: 15px; }
  section.form-section .wrapper-field {
    padding: 15px; }
    section.form-section .wrapper-field span {
      color: #222222;
      font-size: 16px;
      font-family: "Montserrat-SemiBold";
      margin-bottom: 10px;
      display: block; }
    section.form-section .wrapper-field input {
      width: 100%;
      height: 48px;
      padding-left: 15px;
      border: 1px solid #DDE9F5; }
      section.form-section .wrapper-field input::placeholder {
        color: #222222;
        font-size: 16px;
        font-family: "Montserrat-Regular"; }
      section.form-section .wrapper-field input.error {
        border: 1px solid #FF0725; }
        section.form-section .wrapper-field input.error::placeholder {
          color: #FF0725;
          font-size: 16px;
          font-family: "Montserrat-Regular"; }
    section.form-section .wrapper-field textarea {
      width: 100%;
      height: 96px;
      padding-left: 15px;
      padding-top: 15px;
      border: 1px solid #DDE9F5; }
      section.form-section .wrapper-field textarea::placeholder {
        color: #222222;
        font-size: 16px;
        font-family: "Montserrat-Regular"; }
  section.form-section .wrapper-checkbox {
    margin-left: 15px; }
  section.form-section .custom-select-wrapper {
    position: relative;
    user-select: none;
    width: 100%;
    height: 100%; }
    section.form-section .custom-select-wrapper span {
      color: #222222;
      font-size: 16px;
      font-family: "Montserrat-Regular";
      margin-bottom: 0; }
  section.form-section .custom-select {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid #DDE9F5;
    height: 100%;
    padding: 0; }
  section.form-section .custom-select__trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    height: 48px;
    line-height: 48px;
    background: #ffffff;
    cursor: pointer;
    border: 1px solid #DDE9F5; }
  section.form-section .custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #DDE9F5;
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2; }
  section.form-section .custom-select.open .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  section.form-section .custom-option {
    position: relative;
    display: block;
    padding: 0 12px 0 12px;
    font-size: 16px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 48px;
    cursor: pointer;
    transition: all 0.5s; }
  section.form-section .custom-option:hover {
    cursor: pointer;
    background-color: #b2b2b2; }
  section.form-section .custom-option.selected {
    color: #ffffff;
    background-color: #034F9A; }
  section.form-section .arrow {
    position: relative;
    height: 15px;
    width: 15px; }
  section.form-section .arrow::before, section.form-section .arrow::after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 0.15rem;
    height: 100%;
    transition: all 0.5s; }
  section.form-section .arrow::before {
    left: -5px;
    transform: rotate(-45deg);
    background-color: #394a6d; }
  section.form-section .arrow::after {
    left: 5px;
    transform: rotate(45deg);
    background-color: #394a6d; }
  section.form-section .open .arrow::before {
    left: -5px;
    transform: rotate(45deg); }
  section.form-section .open .arrow::after {
    left: 5px;
    transform: rotate(-45deg); }
  section.form-section .wrapper-button-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end; }
    section.form-section .wrapper-button-form button {
      width: 220px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #FFFFFF;
      margin-bottom: 10px;
      background-color: #034F9A;
      margin-right: 20px;
      border: none;
      cursor: pointer; }
      section.form-section .wrapper-button-form button img {
        margin-left: 10px; }

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #034F9A;
  padding-left: 20px;
  padding-right: 20px; }
  footer .wrapper-info {
    padding-right: 20px; }
    footer .wrapper-info .wrapper-footer-sub-header {
      margin-bottom: 30px; }
      footer .wrapper-info .wrapper-footer-sub-header h2 {
        color: #FFFFFF;
        font-size: 22px;
        font-family: "Montserrat-SemiBold"; }
    footer .wrapper-info img.logo {
      margin-bottom: 30px; }
    footer .wrapper-info .wrapper-text {
      color: #FFFFFF;
      margin-bottom: 30px; }
      footer .wrapper-info .wrapper-text p {
        margin-bottom: 6px; }
      footer .wrapper-info .wrapper-text a {
        font-size: 14px;
        font-family: "Montserrat-Medium";
        color: #FFFFFF; }
    footer .wrapper-info img.zert {
      margin-bottom: 30px;
      width: 100%;
      max-width: 175px; }

section.sub-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #003F7C;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #fff; }
  section.sub-footer .wrapper-links {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    section.sub-footer .wrapper-links a {
      font-family: "Montserrat-Medium";
      font-size: 12px;
      margin: 5px;
      color: #FFFFFF; }

section.header-mobile {
  display: none; }

section.success-section {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(35, 35, 35, 0.23);
  z-index: 1000;
  top: 0;
  left: 0; }
  section.success-section.active {
    display: flex; }
  section.success-section .wrapper-info {
    width: 100%;
    max-width: 500px;
    min-height: 190px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #ffffff; }
    section.success-section .wrapper-info .success-icon {
      margin-bottom: 25px; }
    section.success-section .wrapper-info p {
      text-align: center; }
    section.success-section .wrapper-info p.header {
      font-family: "Montserrat-SemiBold";
      font-size: 16px;
      margin-bottom: 5px; }
    section.success-section .wrapper-info .close {
      position: absolute;
      top: 30px;
      right: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      section.success-section .wrapper-info .close img {
        width: 10px;
        height: 10px; }

section.mobile-menu {
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  width: 230px;
  padding: 0;
  z-index: 1000;
  transform: translateX(250px);
  transition: all .2s ease-in-out; }
  section.mobile-menu.active {
    transform: translateX(0px);
    transition: all .2s ease-in-out; }
  section.mobile-menu .wrapper-menu {
    padding-top: 80px;
    padding-left: 20px;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: -2px 0px 19px -10px rgba(0, 0, 0, 0.65);
    position: relative; }
    section.mobile-menu .wrapper-menu .close {
      position: absolute;
      top: 25px;
      height: 30px;
      width: 30px;
      left: 20px; }
    section.mobile-menu .wrapper-menu a {
      font-family: "Montserrat-Medium";
      color: #222222;
      font-size: 14px;
      padding-bottom: 4px;
      border-bottom: 2px solid transparent;
      transition: all .15s ease-in-out;
      margin-bottom: 15px; }
      section.mobile-menu .wrapper-menu a:hover {
        border-bottom: 2px solid #034F9A;
        transition: all .15s ease-in-out; }
      section.mobile-menu .wrapper-menu a.active {
        border-bottom: 2px solid #034F9A; }

@media (max-width: 1560px) {
  .container-fluid {
    max-width: 1170px; }
  header {
    padding-left: 20px;
    padding-right: 20px; }
    header .container-fluid {
      height: 100%; }
      header .container-fluid .row {
        height: 100%; }
    header .wrapper-phone-with-button {
      flex-direction: column;
      align-items: flex-end;
      justify-content: center; }
      header .wrapper-phone-with-button .wrapper-phone {
        margin-bottom: 5px; }
      header .wrapper-phone-with-button .wrapper-button {
        height: auto; } }

@media (max-width: 1200px) {
  section.video-section .wrapper-info {
    padding-right: 0; }
  section.video-section .wrapper-video {
    margin-top: 40px;
    padding-left: 0px; }
  header {
    display: none; }
  section.header-mobile {
    display: block;
    height: 100px; }
    section.header-mobile .container-fluid {
      height: 100%; }
      section.header-mobile .container-fluid .row {
        height: 100%; }
    section.header-mobile .wrapper-header-logo {
      height: 100%;
      display: flex;
      align-items: center; }
    section.header-mobile .wrapper-header-links {
      display: flex;
      align-items: center;
      justify-content: space-around;
      padding-left: 30px;
      padding-right: 30px;
      height: 100%; }
      section.header-mobile .wrapper-header-links a {
        font-family: "Montserrat-Medium";
        color: #222222;
        font-size: 14px;
        padding-bottom: 4px; }
        section.header-mobile .wrapper-header-links a.active {
          border-bottom: 2px solid #034F9A; }
    section.header-mobile .wrapper-phone-with-button {
      display: flex;
      align-items: flex-end;
      height: 100%;
      justify-content: center;
      padding-left: 60px;
      flex-direction: column; }
      section.header-mobile .wrapper-phone-with-button .wrapper-phone {
        display: flex;
        align-items: center; }
        section.header-mobile .wrapper-phone-with-button .wrapper-phone a {
          color: #222222;
          margin-left: 10px;
          font-size: 16px; }
      section.header-mobile .wrapper-phone-with-button .wrapper-button {
        display: flex;
        align-items: center; }
        section.header-mobile .wrapper-phone-with-button .wrapper-button a {
          height: auto;
          background: transparent;
          color: #034F9A;
          box-shadow: none; }
          section.header-mobile .wrapper-phone-with-button .wrapper-button a img {
            display: none; }
    section.header-mobile .wrapper-mobile-menu-button {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      section.header-mobile .wrapper-mobile-menu-button .mobile-menu-button {
        cursor: pointer; }
        section.header-mobile .wrapper-mobile-menu-button .mobile-menu-button img {
          width: 30px;
          height: 30px; }
  section.qual-section {
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
    section.qual-section .row-pc {
      display: none; }
    section.qual-section .wrapper-slider {
      display: block; }
    section.qual-section .swiper-container {
      width: 100%;
      height: 100%; }
    section.qual-section .swiper-slide {
      height: 300px;
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 10px 20px; }
      section.qual-section .swiper-slide img {
        width: auto;
        max-height: 215px; }
    section.qual-section .swiper-button-prev, section.qual-section .swiper-button-next {
      position: absolute;
      top: calc(50% - 16px);
      width: 32px;
      height: 32px;
      z-index: 100;
      outline: none; }
    section.qual-section .swiper-button-prev.swiper-button-disabled {
      background-image: url(../images/icons/left-arrow-dis.svg); }
    section.qual-section .swiper-button-next.swiper-button-disabled {
      background-image: url(../images/icons/left-arrow-dis.svg);
      transform: rotate(180deg); }
    section.qual-section .swiper-button-prev {
      left: 0px;
      background-image: url(../images/icons/left-arrow.svg); }
    section.qual-section .swiper-button-next {
      right: 0px;
      background-image: url(../images/icons/left-arrow.svg);
      transform: rotate(180deg); } }

@media (max-width: 992px) {
  section.call-section .wrapper-info {
    margin-bottom: 30px;
    flex-wrap: wrap; }
    section.call-section .wrapper-info .wrapper-photo {
      margin-right: 30px;
      margin-bottom: 15px; }
    section.call-section .wrapper-info .wrapper-text {
      min-width: 365px;
      padding-left: 0; }
  section.form-section .wrapper-field {
    padding-left: 0; }
  section.form-section .wrapper-checkbox {
    margin-left: 0px; }
  section.form-section .wrapper-button-form {
    margin-top: 15px; } }

@media (max-width: 768px) {
  h1 {
    font-size: 20px; }
  h2 {
    font-size: 32px; }
  footer .wrapper-info img.logo {
    width: 100%;
    max-width: 288px; }
  footer .wrapper-info img.zert {
    margin-right: 20px; } }

@media (max-width: 576px) {
  section.call-section .wrapper-info .wrapper-text {
    min-width: initial; }
  section.header-mobile .wrapper-header-logo img {
    width: 100%;
    max-width: 200px; }
  section.header-mobile .wrapper-phone-with-button {
    padding-left: 0;
    padding-right: 15px; }
    section.header-mobile .wrapper-phone-with-button .wrapper-phone img {
      width: 25px;
      height: 25px; }
    section.header-mobile .wrapper-phone-with-button .wrapper-phone a {
      display: none;
      font-size: 11px; }
    section.header-mobile .wrapper-phone-with-button .wrapper-button a {
      display: none; } }

@media (max-width: 460px) {
  section.header-mobile {
    height: 80px; }
    section.header-mobile .wrapper-header-logo img {
      max-width: 180px; }
    section.header-mobile .wrapper-phone-with-button .wrapper-phone a {
      font-size: 8px; }
    section.header-mobile .wrapper-phone-with-button .wrapper-button a {
      font-size: 9px; } }
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


body {
  padding-top: 7%;
}
header{
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  height: auto;
  background-color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin-right: .5rem;
    margin-left: .5rem;
    padding-right: 0;
    padding-left: 0;
}
.navbar-btn.blue-button{
  background-color: #034F9A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 6px 10px rgba(0, 42, 84, 0.2);
  border-radius: 0;
  border-color: #034F9A;
  padding: 10px 25px;
  text-transform: uppercase;
  font-family: "Montserrat-SemiBold";
  font-size: 13px;
  line-height: 140%;
}

.navbar-btn.blue-button:hover{
  background-color: #1F63A5 !important;
  box-shadow: 0px 6px 16px rgba(0, 42, 84, 0.34) !important;
  transition: all .2s ease-in-out;
}

.navbar-nav .nav-item {
  width: 100%;
  margin: 5px auto;
}
.navbar-nav .nav-item .nav-link{
  font-family: "Montserrat-Medium";
  color: #222222;
  font-size: 14px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  transition: all .15s ease-in-out;
  position: relative;
  white-space: nowrap;
}


.navbar {
  padding: 0;
}
.navbar-nav .nav-item.active .nav-link{
  border-bottom: 2px solid #034F9A;
}

.dropdown-toggle::after, .dropright .dropdown-toggle::after{
  display: none;
}
.navbar-nav .dropdown-toggle > a {
    padding-right: 30px;
}

.navbar-nav .dropdown::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.46629 0L1.53296 0.933333L4.59963 4L1.53296 7.06667L2.46629 8L6.46629 4L2.46629 0Z' fill='%23034F9A'/%3e%3c/svg%3e ");
    opacity: .5;
    top: calc(50% - 4px);
    right: 10px;
    transform: rotate(90deg);
}

.navbar-nav .dropdown .nav-link.dropdown-toggle{padding-right: 20px;}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    z-index: 1002;
    flex-direction: column;
    width: 200px;
    height: auto;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
}
.dropdown-item a.dropdown-link  {
    display: block;
    padding: 10px;
}

.dropdown-item.dropright::after {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.46629 0L1.53296 0.933333L4.59963 4L1.53296 7.06667L2.46629 8L6.46629 4L2.46629 0Z' fill='%23034F9A'/%3e%3c/svg%3e ");
    opacity: .5;
    top: calc(50% - 4px);
    right: 20px;
  }

.dropdown-item {
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
}
.dropdown-item:hover {
    border-bottom: 2px solid transparent;
    border-left: 2px solid #034F9A;
    background-color: #E6EEF5;
  }

.dropdown-item:hover:after {
      opacity: 1; }



.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover{
  border-bottom: 2px solid #034F9A;
}





@media only screen and (max-width: 991px) {
  body {
    padding-top: 7%;
  }
  .navbar-brand{
    max-width: calc(100% - 70px);
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 230px;
    background-color: #ffffff;
    box-shadow: -2px 0px 19px -10px rgba(0, 0, 0, 0.65);
    height: 100vh;
    z-index: 1050;
  }

  .navbar-nav {
    height: 100%;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .navbar-toggler.main, .navbar-toggler.back {
    border: 0;
    border-radius: 0;
    padding: 12px;
  }

  .navbar-toggler.back {
    padding: 20px;
  }

  .navbar-toggler.main .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' height='512px' viewBox='0 -53 384 384' width='512px'%3e%3cg%3e%3cpath d='m368 154.667969h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23034F9A'/%3e%3cpath d='m368 32h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23034F9A'/%3e%3cpath d='m368 277.332031h-352c-8.832031 0-16-7.167969-16-16s7.167969-16 16-16h352c8.832031 0 16 7.167969 16 16s-7.167969 16-16 16zm0 0' data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23034F9A'/%3e%3c/g%3e%3c/svg%3e ");
  }

  .navbar-toggler.back .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='iso-8859-1'?%3e%3c!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath d='M506.134,241.843c-0.006-0.006-0.011-0.013-0.018-0.019l-104.504-104c-7.829-7.791-20.492-7.762-28.285,0.068 c-7.792,7.829-7.762,20.492,0.067,28.284L443.558,236H20c-11.046,0-20,8.954-20,20c0,11.046,8.954,20,20,20h423.557 l-70.162,69.824c-7.829,7.792-7.859,20.455-0.067,28.284c7.793,7.831,20.457,7.858,28.285,0.068l104.504-104 c0.006-0.006,0.011-0.013,0.018-0.019C513.968,262.339,513.943,249.635,506.134,241.843z'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3cg%3e%3c/g%3e%3c/svg%3e ");
  }




  .navbar-btn.blue-button {
    margin: 15px 20px !important;
    padding: 10px;
    font-size: 10px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu{
    border: 0;
  }
  .dropdown-item{
    padding-left: 15px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;

    transition: all .15s ease-in-out;
  }
  .dropdown-item:hover{
    border: 0;
    background: initial;
  }
  .dropdown-item a.dropdown-link, .dropright .dropdown-menu .dropdown-item{
    font-family: "Montserrat-Medium";
    color: #222222;
    font-size: 14px;
    padding: 5px 10px;
    width: 100%;
  }
  .navbar-nav .dropdown::after{
    top: 15px;
  }
  .dropdown-item{
    border: 0;
  }
  .dropdown-item.dropright::after {
    top: 10px;
    transform: rotate(90deg);
    right: 0px;
  }

  .dropdown-item.dropright .dropdown-toggle{
    /*padding-right: 0;*/

  }

  .navbar-expand-lg .navbar-nav .dropright .dropdown-menu, .dropright .dropdown-menu .dropdown-item{
    width: 100%;
    margin: 5px 10px;
    cursor: pointer;
    padding-left: 0;
    padding-right: 20px;
  }
  .navbar-nav .nav-link, .navbar-nav .nav-link,
  .dropdown-item a.dropdown-link, .dropdown-item a.dropdown-link,
  .dropright .dropdown-menu .dropdown-item, .dropright .dropdown-menu .dropdown-item {
    border-bottom: 2px solid #fff;
  }

  .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover,
.dropdown-item a.dropdown-link:focus, .dropdown-item a.dropdown-link:hover,
.dropright .dropdown-menu .dropdown-item:focus, .dropright .dropdown-menu .dropdown-item:hover {
  border-bottom: 2px solid #034F9A;
  }

  header .wrapper-phone-with-button {
    padding-left: 0;
  }
  header .wrapper-phone-with-button .wrapper-phone, header .wrapper-phone-with-button .wrapper-button{
    margin: 0 auto;
  }
  section.sub-header-section{
    top: 84px;
  }
}
@media only screen and (min-width: 992px) {
  .dropdown-link, .dropdown-item{
    font-family: "Montserrat-Medium";
color: #222222;
font-size: 14px;
padding-bottom: 4px;
border-bottom: 2px solid transparent;
transition: all .15s ease-in-out;
position: relative;
  }
  .dropdown-item{
    padding: 0;
  }
  .dropright .dropdown-item {
    display: block;
    padding: 10px;
}
 .dropdown:hover ul.dropdown-menu,  .dropright:hover .dropdown-menu{
 display: block;
 margin-top: 0;
 }
 section.sub-header-section{
    z-index: -1;
  }
}

.dropright .dropdown-item, .dropdown-item a.dropdown-link, .navbar-nav .nav-item .nav-link{
  cursor: pointer;
}
