@charset "UTF-8";
/*
    Theme Name: BO WEB Starter Theme
    Author: Bo web 
    Author URI: http://www.boweb.com.ua
    Description: Starter Theme
    Version: 1.0
    License: GNU General Public License v3 or later
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-appearance: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

details summary {
  list-style: none;
}
details summary:focus {
  outline: none;
}
details summary::-webkit-details-marker {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*--------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 678px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 902px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
@media (min-width: 1565px) {
  .container {
    max-width: 1475px;
  }
}

.row {
  margin-left: -gutter-width();
  margin-right: -gutter-width();
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-offset-12 {
  margin-left: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1565px) {
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xxl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xxl-offset-3 {
    margin-left: 25%;
  }
  .col-xxl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xxl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xxl-offset-6 {
    margin-left: 50%;
  }
  .col-xxl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xxl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xxl-offset-9 {
    margin-left: 75%;
  }
  .col-xxl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xxl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xxl-offset-12 {
    margin-left: 100%;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

.site-header {
  padding: 10px 0 18px;
}
@media (min-width: 992px) {
  .site-header {
    padding: 20px 0 38px;
  }
}
.site-header img {
  height: 50px;
  width: auto;
}
@media (min-width: 992px) {
  .site-header img {
    height: 86px;
  }
}

.site-footer {
  background-color: #F2F4F8;
  padding-top: 50px;
  color: #000;
}
.site-footer .footer-header {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .site-footer .footer-header {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
.site-footer .footer-desk {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .site-footer .footer-desk {
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px;
  }
}
.site-footer .footer-desk p {
  margin-bottom: 18px;
}
.site-footer .footer-desk h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .site-footer .footer-desk h4 {
    font-size: 24px;
  }
}
.site-footer .footer-cont {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .site-footer .footer-cont {
    text-align: left;
    font-size: 20px;
  }
}
.site-footer .footer-cont p {
  margin-bottom: 18px;
}
.site-footer .copyrite {
  background-color: #0050AD;
  color: #fff;
  margin-top: 50px;
  padding: 30px 0;
}
.site-footer .copyrite .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .copyrite p {
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .site-footer .copyrite p {
    text-align: left;
  }
}
.site-footer .copyrite .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .site-footer .copyrite .social {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.section-hero {
  background-color: #F2F4F8;
}
@media (min-width: 768px) {
  .section-hero {
    position: relative;
  }
}
.section-hero .hero-col {
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .section-hero .hero-col {
    height: 436px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section-hero .hero-col h1 {
  color: #27A8E0;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section-hero .hero-col h1 {
    font-size: 64px;
    letter-spacing: 8.96px;
  }
}
.section-hero .hero-col h1 span {
  color: #002677;
  font-weight: 700;
  letter-spacing: 1.4px;
  display: block;
}
@media (min-width: 992px) {
  .section-hero .hero-col h1 span {
    letter-spacing: 2.24px;
  }
}
.section-hero .hero-col .hero-img {
  height: 100%;
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 768px) {
  .section-hero .hero-col .hero-img {
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    width: calc(50% - 15px);
  }
}
.section-hero .hero-col .hero-img * {
  height: 100%;
}
.section-hero .hero-col .hero-img .slider-item {
  width: 100%;
  height: 100%;
}
.section-hero .hero-col .hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.active-vpois .section-hero .hero-col .hero-img img.img-vpois {
  display: block;
}
.active-gdpr .section-hero .hero-col .hero-img img.img-gdpr {
  display: block;
}
.section-hero .hero-col .hero-img .tns-outer button {
  display: none;
}

.section-body {
  padding: 80px 0 80px;
}
@media (min-width: 992px) {
  .section-body {
    padding: 150px 0 100px;
  }
}
.section-body .toglle-section .toglle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1210px;
  margin: auto;
}
.section-body .toglle-section .toglle-btn span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1.05px;
  text-transform: uppercase;
  padding: 19px 10px 18px;
  border-bottom: 4px solid #D9D9D9;
  color: #D9D9D9;
  cursor: pointer;
  width: 50%;
  text-align: center;
}
.section-body .toglle-section .toglle-btn span.active {
  border-color: #27A8E0;
  color: #27A8E0;
  background-color: #F2FAFC;
  cursor: none;
}
@media (min-width: 992px) {
  .section-body .toglle-section .toglle-btn span {
    font-size: 48px;
    letter-spacing: 1.68px;
    padding: 21px 10px 20px;
  }
}
.section-body .block-vpois {
  display: none;
}
.active-vpois .section-body .block-vpois {
  display: block;
}
.section-body .block-vpois .gray-block {
  margin-top: 60px;
  border-radius: 20px;
  background: #F2F4F8;
  padding: 20px;
  text-align: center;
  color: #575757;
  font-size: 16px;
}
.section-body .block-vpois .gray-block h4 {
  font-weight: 600;
  padding-bottom: 26px;
}
.section-body .block-vpois .gray-block p {
  padding-bottom: 26px;
}
.section-body .block-vpois .gray-block span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding-top: 20px;
  border-top: 1px solid #000;
}
@media (min-width: 992px) {
  .section-body .block-vpois .gray-block span {
    padding-top: 26px;
  }
}
@media (min-width: 992px) {
  .section-body .block-vpois .gray-block {
    padding: 50px;
    border-radius: 40px;
    margin-top: 150px;
    font-size: 20px;
  }
}
@media (min-width: 1565px) {
  .section-body .block-vpois .gray-block {
    padding: 50px 120px;
  }
}
.section-body .block-vpois .table-decorat {
  position: relative;
  margin-top: 100px;
}
.section-body .block-vpois .table-decorat::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #27A8E0;
  margin-bottom: 36px;
  display: block;
}
.section-body .block-vpois .table-decorat .arrow-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.section-body .block-vpois .table-decorat .arrow-scroll button {
  background-color: transparent;
}
.section-body .block-vpois .table-decorat .arrow-scroll button svg {
  width: 40px;
  height: 40px;
}
.section-body .block-vpois .table-decorat .arrow-scroll button:disabled svg path {
  fill: #F2F4F8;
}
@media (min-width: 992px) {
  .section-body .block-vpois .table-decorat .arrow-scroll {
    display: none;
  }
}
.section-body .block-vpois .table {
  background-color: #F2FAFC;
  padding: 0 20px 20px;
  position: relative;
}
@media (min-width: 992px) {
  .section-body .block-vpois .table {
    padding: 0 20px 40px;
  }
}
@media (min-width: 1565px) {
  .section-body .block-vpois .table {
    padding: 0 88px 60px;
  }
}
.section-body .block-vpois .table > div {
  overflow: hidden;
}
@media (max-width: 1024px) {
	.section-body .block-vpois .table > div {
		    overflow-x: auto!important;
	}
}
.section-body .block-vpois .table table {
  width: 100%;
  color: #27A8E0;
  font-size: 16px;
  border-collapse: collapse;
  text-align: center;
  min-width: 700px;
}
@media (min-width: 1200px) {
  .section-body .block-vpois .table table {
    font-size: 22px;
  }
}
.section-body .block-vpois .table table .table-header th {
  border-bottom: 1px solid #27A8E0 !important;
  padding: 18px 0;
  color: #0050AD;
}
.section-body .block-vpois .table table .table-header th:nth-child(1) {
  text-align: left;
}
.section-body .block-vpois .table table .table-header th:nth-child(2) {
  text-align: center;
}
.section-body .block-vpois .table table .table-header th:nth-child(3) {
  text-align: right;
}
@media (min-width: 992px) {
  .section-body .block-vpois .table table .table-header th {
    padding: 24px 0;
  }
}
.section-body .block-vpois .table table .table-row td {
  padding: 18px 10px 0;
  color: #0050AD;
}
@media (min-width: 992px) {
  .section-body .block-vpois .table table .table-row td {
    padding: 25px 20px 0;
  }
}
.section-body .block-vpois .table table .table-row td:first-child {
  text-align: left;
}
.section-body .block-vpois .table table .table-row td:not(:last-child) {
  border-right: 1px solid #27A8E0 !important;
}
.section-body .block-vpois .table table .table-row td a {
  position: relative;
  color: #0050AD;
}
.section-body .block-vpois .table table .table-row td a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #0050AD;
}
.section-body .block-vpois .table table .table-row td a:hover::before {
  content: none;
}
.section-body .block-gdpr {
  display: none;
}
.active-gdpr .section-body .block-gdpr {
  display: block;
}
.section-body .block-gdpr .header-gdpr {
  margin-top: 60px;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}
.section-body .block-gdpr .header-gdpr h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .section-body .block-gdpr .header-gdpr h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
  }
}
.section-body .block-gdpr .header-gdpr p {
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .section-body .block-gdpr .header-gdpr p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .section-body .block-gdpr .header-gdpr {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
.section-body .block-gdpr .grey-section {
  background-color: #F2F4F8;
  padding: 50px 0;
  font-size: 16px;
  color: #575757;
}
@media (min-width: 992px) {
  .section-body .block-gdpr .grey-section {
    font-size: 20px;
  }
}
.section-body .block-gdpr .grey-section h2 {
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-body .block-gdpr .grey-section h2 {
    margin-bottom: 50px;
  }
}
.section-body .block-gdpr .grey-section p {
  font-weight: 400;
}
.section-body .block-gdpr .block-repeat {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
.section-body .block-gdpr .block-repeat .row {
  color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.section-body .block-gdpr .block-repeat .row:nth-child(1)::before {
  content: url("./assets/img/bg1.svg");
  position: absolute;
  top: -278px;
  left: -820px;
}
.section-body .block-gdpr .block-repeat .row:nth-child(2)::before {
  content: url("./assets/img/bg2.svg");
  position: absolute;
  top: 0px;
  right: -520px;
}
@media (min-width: 992px) {
  .section-body .block-gdpr .block-repeat .row:nth-child(2n) .col:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-body .block-gdpr .block-repeat .row:nth-child(2n) .col:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.section-body .block-gdpr .block-repeat .row:not(:last-child) {
  margin-bottom: 100px;
}
.section-body .block-gdpr .block-repeat .row h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-body .block-gdpr .block-repeat .row h2 {
    font-size: 36px;
    margin-bottom: 70px;
  }
}
.section-body .block-gdpr .block-repeat .row p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 992px) {
  .section-body .block-gdpr .block-repeat .row p {
    font-size: 20px;
  }
}
.section-body .block-gdpr .block-repeat .row img {
  width: 100%;
}

.section-body .block-vpois .table table {
    min-width: 490px;
}

.section-body .block-vpois .table table .table-header th:nth-child(2) {
    width: 90px;
}

.section-body .block-vpois .table table .table-header th:nth-child(3) {
    text-align: center;
}

@media (min-width: 992px) {
.section-body .block-vpois .table table .table-header th:nth-child(2) {
    width: auto;
}
	.section-body .block-vpois .table table .table-header th:nth-child(3) {
    text-align: right;
}
}
