/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

input:focus, textarea:focus, a:focus, button:focus, select:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del, s, strike {
  text-decoration: line-through;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  margin: 0;
}

/* fonts */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Roman-x91bvRO.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Bold-01jWrxF.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/HelveticaNeue-Medium-PmyMoL9.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Regular-MlNgqZY.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Medium-mB1KoYb.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito-Bold-gvVwxVy.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* structure */
html {
  height: 100%;
}

.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}

.page-wrapper,
.footer {
  width: 100%;
  margin: 0 auto;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.lte-ie-11 .page-wrapper, .lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.page-body {
  flex: 1;
}
.page-body.flex-none {
  flex: none;
}

/*sprite svg*/
/* variables */
/* default styles */
html {
  font-size: 18px;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  color: #0A354F;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1.3;
}
body.overflow {
  overflow: hidden;
}

.page-wrapper {
  overflow: hidden;
}

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

a,
button,
input[type=submit] {
  display: inline-block;
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
button:hover {
  text-decoration: none;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-left {
  text-align: right;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.align-right {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  justify-content: center;
}

.align-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.image-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-size: 0;
}

.image-bg {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.page-wrapper.image-bg {
  background-size: 100% auto !important;
  background-position: center 50px !important;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}

.row-0 > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}

.row-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-5 > [class*=col] {
  padding-left: 5px;
  padding-right: 5px;
}

.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-30 {
  margin-left: -30px;
  margin-right: -30px;
}

.row-30 > [class*=col] {
  padding-left: 30px;
  padding-right: 30px;
}

.iframe-wrapper {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header-menu-toggler {
  position: relative;
  z-index: 1001;
  cursor: pointer;
  transition: opacity 0.3s;
}
.header-menu-toggler:hover {
  opacity: 0.8;
}

.header-menu-toggler span {
  position: relative;
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 3px;
  background-color: #0A354F;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

.header-menu-toggler span:not(:last-child) {
  margin-bottom: 8px;
}

.header-menu-toggler span:first-child {
  transform-origin: 0% 0%;
}

.header-menu-toggler.active span:nth-child(2) {
  transform-origin: 0% 100%;
}

.header-menu-toggler.active span:first-child {
  opacity: 1;
  transform: rotate(45deg) translate(0, -3px);
}

.header-menu-toggler.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.header-menu-toggler.active span:nth-child(3) {
  transform: rotate(-45deg) translate(-1px, -2px);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.0rem;
  max-width: 100%;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #F49C13;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 30px;
  min-width: 300px;
  max-width: 100%;
  cursor: pointer;
}
.btn i {
  margin-right: 15px;
  font-size: 1.3em;
}

.btn:hover {
  background-color: #fff;
  border-color: #F49C13;
  color: #0A354F;
}

.btn-blue {
  background-color: #0A354F;
}
.btn-blue:hover {
  border-color: #0A354F;
}

.section {
  margin-bottom: 50px;
}

.about.section.home {
  background: white;
}

.separator.home {
  background: white;
  padding-top: 30px;
}

.header {
  position: relative;
  z-index: 100;
  padding: 30px 0;
  background: linear-gradient(to bottom, #fff, #fff 30%, transparent);
}
.header-inner {
  display: flex;
}
.header-logo {
  margin-right: 20px;
  width: 250px;
}
.header-logo img {
  width: 100% !important;
  height: auto !important;
  min-width: 120px;
  min-height: 40px;
}
.header-menu {
  display: flex;
  flex: 1;
  justify-content: center;
  list-style-type: none;
  margin-left: auto;
  margin-top: 20px;
}
.header-menu li {
  padding: 0 15px;
}

.top {
  margin-top: 120px;
  padding: 20px 0 30px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 20px;
}
.top-title {
  font-size: 3.8888888889rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.top-subtitle {
  font-size: 2.2222222222rem;
  font-weight: 500;
}
.top-info {
  background-color: #fff;
  padding: 20px 30px;
  max-width: 500px;
  text-align: center;
  font-size: 1.4444444444rem;
  border: 1px solid #707070;
}
.top-info a {
  display: block;
  color: #0A354F;
  margin-top: 10px;
}
.top-info a:hover {
  color: #F49C13;
}
.top-info a.big {
  font-size: 2em;
}
.top-list {
  font-size: 1.6666666667rem;
  list-style-type: none;
  padding-left: 30px;
}
.top-list li {
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
}
.top-list li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.9em;
  color: #F49C13;
}
.top.top-home {
  padding-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0px;
}
.top-home {
  margin-top: 0px !important;
  background-color: transparent !important;
}
.top-home .top-subtitle,
.top-home .top-title {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}
.top-home .top-inner {
  display: flex;
  flex-wrap: wrap;
}
.top-home .top-title {
  width: 750px;
  max-width: 100%;
  margin-left: auto;
}

.about-inner {
  display: flex;
  background-color: #0A354F;
  padding: 30px 50px;
  color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.about-title {
  font-size: 2.2222222222rem;
  color: #F49C13;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
}
.about-text {
  width: 65%;
  padding-right: 50px;
  font-size: 1.2222222222rem;
  line-height: 1.5;
}
.about-image {
  display: flex;
  width: 35%;
  justify-content: center;
}
.about-image img {
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.functions-title {
  color: #0A354F;
  font-weight: 500;
  font-size: 2.2222222222rem;
  margin-bottom: 30px;
}
.functions-list {
  justify-content: center;
}
.functions-list [class*=col] {
  margin-bottom: 30px;
}
.functions-item {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #E3E3E3;
  text-align: center;
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid #8D8D8D;
}
.functions-item-title {
  font-size: 1.3333333333rem;
  margin-bottom: 30px;
  font-weight: bold;
  min-height: 62px;
  text-transform: uppercase;
}
.functions-item-text {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.functions-item-icon {
  font-size: 5rem;
  color: #2CA2D6;
  margin-top: auto;
}

.footer {
  background-color: #0A354F;
  padding: 100px 0;
  margin-top: 150px;
}
.footer-inner {
  display: flex;
}
.footer-logo {
  position: relative;
  width: 250px;
  margin-right: 30px;
  margin-top: -230px;
}
.footer-menu {
  display: flex;
  align-items: center;
  flex: 1;
}
.footer-menu li {
  padding: 0 25px;
}
.footer-menu li:last-child {
  margin-right: 0;
  margin-left: auto;
}
.footer-menu a {
  font-size: 1.1111111111rem;
  color: #fff;
  font-weight: bold;
}
.footer-menu a:hover {
  color: #F49C13;
}
.footer-menu a i {
  font-size: 1.75em;
}

.box-item {
  background-color: #0A354F;
  border-radius: 20px;
  overflow: hidden;
}
.box-item:not(last-child) {
  margin-bottom: 50px;
}
.box-item-header {
  padding: 20px 40px;
  background-color: #F49C13;
  font-size: 2.2222222222rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  line-height: 1;
}
.box-item-content {
  padding: 40px;
  color: #fff;
  font-size: 1.3333333333rem;
}
.box-item-content b,
.box-item-content strong {
  font-size: 1.25em;
  color: #F49C13;
}

.form .form-label,
.form .form-check-label {
  font-size: 1.3333333333rem;
}
.form .form-check:not(:last-child) {
  margin-right: 100px;
}
.form .form-check-input {
  background-color: transparent;
  border-width: 2px;
}
.form .form-check-input:checked {
  border-color: #F49C13;
  background-color: #fff;
}
.form .form-select,
.form .form-control {
  font-size: 1.3333333333rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #0A354F;
}
.form .form-select:focus,
.form .form-control:focus {
  box-shadow: 0 0 0 0.1rem rgb(244, 156, 19);
  border-color: #F49C13;
}
.form .form-select:not(textarea),
.form .form-control:not(textarea) {
  height: 50px;
}
.form .form-select::-moz-placeholder, .form .form-control::-moz-placeholder {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #0A354F;
}
.form .form-select::placeholder,
.form .form-control::placeholder {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  color: #0A354F;
}

.forfaits-price {
  display: flex;
}
.forfaits-price-item {
  width: 50%;
}
.forfaits-price-item span {
  font-size: 1.8em;
}

.payment-form .box-item-content {
  background-color: #D5D3D3;
}
.payment-form .box-item-content b,
.payment-form .box-item-content strong {
  font-size: 1em;
  color: #0A354F;
}
.payment-form .box-item-content i[class*=fa-] {
  color: orange;
  font-size: 1.6em;
  margin-right: 5px;
}
.payment-form-item {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #707070;
  border-radius: 8px;
  height: 100%;
  color: #0A354F;
}
.payment-form-item td {
  padding: 10px;
}
.payment-form-item td:first-child {
  white-space: nowrap;
}
.payment-form-item td:last-child {
  font-weight: bold;
}
.payment-form .form-control {
  background-color: #E3E0E0;
}
.payment-form-title {
  font-size: 1.6666666667rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
}
.payment-form-image {
  width: 50%;
}

.text-item {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #707070;
  padding: 30px 50px;
  font-size: 1.3333333333rem;
}
.text-item a {
  color: #0A354F;
  font-weight: 500;
}
.text-item a:hover {
  color: #F49C13;
}
.text-item h1,
.text-item h2,
.text-item h3,
.text-item h4,
.text-item h5,
.text-item h6 {
  font-weight: bold;
  margin-bottom: 1rem;
}
.text-item h1 {
  font-size: 1.5em;
}
.text-item h2 {
  font-size: 1.4em;
}
.text-item h3 {
  font-size: 1.3em;
}
.text-item h4 {
  font-size: 1.2em;
}
.text-item h5 {
  font-size: 1.1em;
}

.about-list a {
  font-weight: bold;
}
.about-logo {
  width: 400px;
  max-width: 80%;
  margin: 20px 0 10px;
  border-radius: 10px;
  overflow: hidden;
}
.about-logo:hover {
  box-shadow: 0 0 10px #000;
}
.about-logo img {
  display: block;
}

.contacts {
  font-family: "Nunito", Arial, sans-serif;
  font-weight: bold;
  background-color: #0A354F;
  color: #fff;
  font-size: 1.1666666667rem;
  border-radius: 20px;
  overflow: hidden;
}
.contacts a {
  color: #fff;
}
.contacts a:hover {
  color: #F49C13;
}
.contacts-top {
  padding: 40px 20px 30px 20px;
}
.contacts-bottom {
  text-align: center;
  padding: 20px;
  background-color: #698494;
  font-size: 1.6666666667rem;
}
.contacts-bottom i {
  font-size: 1.5em;
  margin-right: 10px;
  color: #F49C13;
}
.contacts-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacts-item img {
  max-height: 90px;
  margin-right: 20px;
}
.contacts-item i {
  font-size: 1.5em;
  margin-right: 10px;
  color: #849AA7;
  vertical-align: middle;
}

.home-slider {
  width: 110%;
}
.home-slider-wrapper {
  display: block;
  overflow: visible;
}
.home-slider-item {
  padding: 0 10px;
}

@media (min-width: 992px) {
  .header-menu-toggler {
    display: none;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
  .top {
    margin-top: 60px;
  }
  .top.top-home {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .top-home .top-title {
    margin-top: 0px;
  }
}
@media (min-width: 1920px) {
  .top {
    margin-top: 80px;
  }
  .top.top-home {
    margin-top: 80px;
  }
  .top-home .top-title {
    margin-top: 10px;
  }
}
@media (max-width: 1920px) {
  html {
    font-size: 17px;
  }
  .header-logo {
    width: 220px;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-logo {
    margin-top: -175px;
  }
  .btn {
    padding: 15px 25px;
  }
  .top {
    margin-top: 70px;
  }
  .top.top-home {
    margin-top: 70px;
  }
  .top-title {
    font-size: 3.5rem;
  }
  .top-subtitle,
  .box-item-header {
    font-size: 2rem;
    margin-top: 10px;
  }
  .footer {
    padding: 70px 0;
    margin-top: 105px;
  }
  .payment-form-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 1599px) {
  html {
    font-size: 16px;
  }
  .header {
    padding: 20px 0;
  }
  .header-logo {
    width: 190px;
  }
  .footer-logo {
    width: 175px;
  }
  .footer-logo {
    margin-top: -160px;
  }
  .btn {
    min-width: 270px;
  }
  .top-title {
    font-size: 3rem;
  }
  .top-subtitle {
    font-size: 1.8rem;
  }
  .about-title,
  .functions-title {
    font-size: 2rem;
  }
  .about-left {
    font-size: 1rem;
  }
  .about-right,
  .functions-item-title {
    font-size: 1.2rem;
  }
  .about-images img {
    height: 300px;
  }
  .functions-item-icon {
    font-size: 4rem;
  }
  .functions-item-title {
    min-height: 50px;
    margin-bottom: 20px;
  }
  .about-text {
    margin-bottom: 50px;
  }
  .footer {
    margin-top: 90px;
  }
  .text-item {
    font-size: 1.2rem;
  }
}
@media (max-width: 1399px) {
  html {
    font-size: 15px;
  }
  .btn {
    min-width: 230px;
    padding: 7px 5px;
    border-radius: 8px;
  }
  .header {
    padding: 15px 0;
  }
  .header-logo {
    width: 170px;
  }
  .footer-logo {
    width: 150px;
  }
  .header-menu li {
    padding: 0 10px;
  }
  .footer-logo {
    margin-top: -125px;
  }
  .footer {
    padding: 50px 0;
    margin-top: 75px;
  }
  .top {
    margin-top: 80px;
  }
  .top-title {
    font-size: 2.8rem;
  }
  .top-subtitle {
    font-size: 1.6rem;
  }
  .about-title {
    font-size: 1.8rem;
  }
  .about-images img {
    height: 260px;
  }
  .top-home .top-subtitle,
  .top-home .top-title {
    padding: 20px 30px;
  }
  .top-home .top-title {
    width: 550px;
  }
  .box-item-header {
    font-size: 1.8rem;
  }
  .box-item-content {
    font-size: 1.2rem;
    padding: 30px 40px;
  }
  .top-info {
    font-size: 1.2rem;
    max-width: 350px;
  }
  .top-list,
  .payment-form-title {
    font-size: 1.4rem;
  }
  .form .form-select,
  .form .form-control:not(textarea) {
    height: 45px;
  }
  .payment-form-item td {
    padding: 5px;
  }
  .payment-form-title {
    margin-bottom: 20px;
  }
  .contacts-top {
    padding: 30px 15px 15px 15px;
  }
  .contacts-bottom {
    padding: 15px;
    font-size: 1.5rem;
  }
  .contacts-item img {
    max-height: 80px;
  }
  .contacts {
    font-size: 1rem;
  }
  .about-inner {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 14px;
  }
  .header-logo {
    width: 140px;
  }
  .header-menu {
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: 5px;
  }
  .header-menu li {
    padding: 0 3px;
  }
  .btn {
    font-size: 0.95rem;
    padding: 8px 8px;
    min-width: 160px;
  }
  .about-images img {
    height: 220px;
  }
  .functions-item {
    padding: 15px;
  }
  .footer {
    margin-top: 75px;
  }
  .footer-menu a {
    font-size: 1rem;
  }
  .top-info {
    font-size: 1.1rem;
    max-width: 300px;
  }
  .top-list,
  .payment-form-title {
    font-size: 1.2rem;
  }
  .box-item-header {
    font-size: 1.6rem;
    padding: 20px 30px;
  }
  .box-item-content {
    font-size: 1rem;
    padding: 20px 30px;
  }
  .form .form-select,
  .form .form-control,
  .form .form-label,
  .form .form-check-label {
    font-size: 1.2rem;
  }
  .form .form-select,
  .form .form-control:not(textarea) {
    height: 40px;
  }
  .text-item {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .top {
    margin-top: 70px;
  }
  .top-title {
    font-size: 2.5rem;
  }
  .top-subtitle {
    font-size: 1.5rem;
  }
  .header-logo {
    width: 140px;
  }
  .footer-logo {
    width: 125px;
  }
  .footer-logo {
    margin-top: -90px;
    margin-right: 0;
  }
  .footer-inner {
    flex-direction: column;
    align-items: center;
  }
  .header-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: 0.3s;
  }
  .header-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header-menu-toggler {
    margin-left: auto;
    margin-top: 20px;
  }
  .header-menu li {
    padding: 10px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer-menu {
    flex-direction: column;
  }
  .footer-menu li {
    padding: 10px;
  }
  .footer-menu li:last-child {
    margin-left: 0;
  }
  .about-left {
    font-size: 12px;
    padding-right: 30px;
  }
  .about-right {
    font-size: 14px;
  }
  .about-title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: center;
  }
  .about-images img {
    height: 165px;
  }
  .box-item-header {
    font-size: 1.5rem;
  }
  .top-info {
    padding: 15px 20px;
  }
  .top-list {
    padding-left: 0;
  }
  .text-item {
    padding: 20px 30px;
  }
  .contacts-item img {
    max-height: 70px;
  }
  .contacts-bottom {
    font-size: 1.3rem;
  }
  .top-home .top-title {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .about-inner {
    flex-wrap: wrap;
  }
  .about-text,
  .about-image {
    width: 100%;
  }
  .about-image img {
    border-bottom-left-radius: 20px;
  }
  .about-text {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .top-home .top-subtitle,
  .top-home .top-title {
    padding: 15px 20px;
  }
  .functions-title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 13px;
  }
  .top {
    margin-top: 60px;
    padding: 15px 0 30px;
  }
  .header-logo {
    width: 120px;
  }
  .footer-logo {
    width: 100px;
  }
  .top-title {
    font-size: 2.3rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .top-subtitle {
    font-size: 1.3rem;
    text-align: center;
  }
  .about-images img {
    height: 120px;
  }
  .functions-item-icon {
    font-size: 3rem;
  }
  .footer-logo {
    margin-top: -80px;
  }
  .footer {
    margin-top: 50px;
  }
  .functions-item-title {
    min-height: 40px;
  }
  .top-info {
    margin: 20px auto 0;
  }
  .box-item {
    border-radius: 15px;
  }
  .box-item-header {
    padding: 15px 20px;
    font-size: 1.4rem;
    text-align: center;
  }
  .box-item-content {
    padding: 15px 20px;
  }
  .box-item:not(last-child) {
    margin-bottom: 30px;
  }
  .top-list {
    margin: 20px auto 0;
  }
  .about-list [class*=col]:not(:last-child) {
    margin-bottom: 30px;
  }
  .contacts-top [class*=col]:first-child {
    margin-bottom: 20px;
  }
  .contacts-item img {
    max-height: 60px;
  }
  .about-inner {
    padding: 20px;
  }
  .top.top-home {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-title {
    font-size: 2rem;
  }
  .about-text {
    flex-direction: column;
  }
  .about-left {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .about-right {
    width: 100%;
  }
  .about-images {
    display: block;
  }
  .about-images img {
    display: block;
    height: 300px;
  }
  .form .form-check:not(:last-child) {
    margin-right: 70px;
  }
  .text-item {
    padding: 15px 20px;
  }
  .home-slider {
    width: 100%;
  }
  .functions-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .header-logo {
    width: 100px;
  }
  .footer-logo {
    width: 80px;
  }
  .footer-logo {
    margin-top: -70px;
  }
  .top-title br {
    display: none;
  }
  .functions-item-title {
    margin-bottom: 15px;
  }
  .form .form-check:not(:last-child) {
    margin-right: 50px;
  }
}

/******** cookies concent ********/
.cookie-consent {
    position: fixed;
    top : 25%; /* Adjusts distance from the bottom of the screen */
    left: 50%;
    transform: translateX(-50%); /* Centers horizontally */
    background-color: #0A354F;
    color: #fff;
    padding: 45px;
    text-align: justify;
    width: 80%; /* Adjusts width as per content */
    border-radius: 5px; /* Adds rounded corners */
    z-index: 1000;
    max-width: 1200px;
    display: none;
}
.cookie-consent button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    margin-left: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
#cookieConsent p a {
	color : white;
	text-decoration: underline;
}
#cookieConsent img {
	width : 150px;
}
#cookieConsent p {
  font-size: 20px;
  line-height: 2;
}
.btn-grey {
  background-color: #666;
}
.btn-grey:hover {
  border-color: #0A354F;
}
/******** cookies concent ********/


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