@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
@font-face {
  font-family: "Museo";
  src: url(../fonts/Museo100-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Museo";
  src: url(../fonts/Museo300-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Museo";
  src: url(../fonts/Museo500-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Museo";
  src: url(../fonts/Museo700-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Museo";
  src: url(../fonts/Museo900-Regular.otf) format("opentype");
  font-style: normal;
  font-weight: 900;
}
@media (min-width: 1699px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px !important;
  }
}
html, body {
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #616161;
  font-size: 1.15rem;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
}

#start {
  justify-content: flex-start;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #2b2e83;
  font-weight: 700;
  text-align: center;
}

h1 {
  font-size: 3.5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.8rem;
}

h1, h2 {
  text-transform: uppercase;
}

a {
  color: #2b2e83;
}

img {
  max-width: 100%;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section h2 {
  margin-bottom: 1.5rem;
}

.bg {
  padding: 0rem;
}
.bg__blue {
  background: #2b2e83;
  color: #fff;
}
.bg__blue * {
  color: #fff;
}
.bg *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .bg {
    padding: 0rem;
  }
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.75);
}

.button-news {
  margin: auto;
  background-color: #2b2e83;
  color: #fff;
  padding: 10px 55px;
  width: max-content;
  border-style: solid;
  border-width: 1px;
  border-color: #2b2e83;
  transition: 300ms;
}

.button-news:hover {
  background-color: #fff;
  color: #2b2e83;
}

.double-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.gallery-row {
  margin-top: 80px;
}

header {
  background: #2b2e83;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0;
  align-items: center;
}
header .header__logo {
  margin-top: 150px;
  margin-bottom: 3rem;
}
header *, header .nav-link {
  color: #fff;
}
header *:hover, header .nav-link:hover {
  color: #fff;
}
header .nav-item {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
}
header .nav-item a {
  color: #fff;
}
header .nav-item a::after {
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  position: absolute;
  content: "";
  height: 3px;
  background: #fff;
  width: 0;
  transition: 0.3s ease-in-out;
}
header .nav-item a:hover, header .nav-item a:focus {
  color: #fff !important;
}
header .nav-item a:hover::after, header .nav-item a:focus::after {
  width: 100%;
}
header .nav-item a.active::after {
  width: 100%;
}
header .nav-item.active {
  color: #fff !important;
}
header .nav-item__sm svg {
  width: 1.5rem;
  height: 1.5rem;
}
header .navbar-nav .nav-link.active, header .navbar-nav .nav-link.show {
  color: #fff !important;
}
header nav .navbar-collapse {
  justify-content: flex-end;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.header__logo h1 {
  margin-top: 1.5rem;
}

#social-nav {
  background: #fff;
  width: 100%;
}
#social-nav ul {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  list-style-type: none;
}
#social-nav svg, #social-nav img {
  width: 1.5rem;
}
#social-nav .nav-item__sm svg * {
  fill: #2b2e83;
}

#site-nav {
  transition: 0.3s ease-in-out;
  width: 100%;
  position: static;
  top: 0;
  z-index: 1000;
  background: #2b2e83;
  transition: 0.3s ease-in-out;
}
#site-nav svg * {
  fill: #fff;
}
#site-nav.scrolled {
  position: fixed;
}
#site-nav a::after {
  display: none;
}

@media screen and (max-width: 991px) {
  nav {
    justify-content: flex-end !important;
  }
  .navbar-nav {
    text-align: right;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 1.5rem;
  }
  .navbar-toggler {
    width: 50px;
    height: 50px;
    border: none;
    padding: 5px;
    position: relative;
  }
  .navbar-toggler span {
    width: 40px;
    height: 3px;
    display: block;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-toggler span:first-child {
    top: 10px;
  }
  .navbar-toggler span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .navbar-toggler span:last-child {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    max-width: 400px;
  }
  .conatiner-header-inner {
    flex-wrap: wrap;
  }
  .conatiner-header-inner img {
    object-fit: contain;
    margin: auto;
    margin-bottom: 20px;
  }
  .conatiner-header-inner p {
    padding-left: 0px !important;
  }
  img {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .navbar-nav {
    font-size: 1.15rem;
  }
}
.row__info {
  margin-top: 3rem;
}
.row__logos {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row__fishes {
  --bs-gutter-x: 5rem;
}

.single__info {
  height: 100%;
}
.single__fish img {
  margin-bottom: 0.8rem;
}
.single__logo {
  max-width: 200px;
}

.section__fishes {
  position: relative;
}
.section__fishes::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 150px;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: -80px;
}
.section__fishes__2 {
  z-index: 2;
}
.section__fishes__2::after {
  right: unset;
  left: 0;
}
.section__contact {
  padding-top: 250px;
  margin-top: -250px;
}
.section__contact h2 {
  margin-bottom: 1.5rem;
}

.row__infos {
  position: relative;
}
.row__infos::after {
  content: "";
  position: absolute;
  width: 350px;
  height: 150px;
  left: -250px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: -130px;
}

@media screen and (max-width: 1600px) {
  .row__logos {
    padding-left: 0;
    padding-right: 300px;
  }
  .row__logos img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  .row__fishes {
    --bs-gutter-x: 2rem;
  }
  .single__info {
    margin-bottom: 3rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .row__logos {
    padding-right: 15px;
    padding-left: 15px;
  }
  .single__fish {
    margin-bottom: 1.5rem;
  }
  .single__fish .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .single__fish img {
    max-width: 300px;
  }
  .single__logo {
    max-width: 120px;
  }
}
@media screen and (max-width: 500px) {
  .section__fishes::after {
    width: 200px;
  }
}
footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section__contact {
  position: relative;
}
.section__contact::after {
  background-image: url("../img/deco2.png");
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.footer__cooperation {
  padding-top: 3rem;
  border-top: 1px solid #2b2e83;
}
.footer__cooperation p, .footer__copyrights p {
  font-size: 1rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .section__contact {
    padding-bottom: 150px;
  }
  .section__contact::after {
    width: 200px;
    height: 200px;
  }
  .footer__copyrights {
    margin-top: 1.5rem;
  }
  .footer__copyrights p {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .footer__copyrights__right p {
    text-align: right;
  }

}


.news-section img{
	max-width: 1000px;
  margin: auto;
}

.owl-nav {
   position: absolute;
top: 40%;
left: 50%;
transform: translateX(-50%);
width: 100%;
max-width: 1100px;

display: flex;
justify-content: space-between;

font-size: 4rem;
color: #2b2e83;
padding: 10px;
line-height: 1;
}

.blog-posts .col-md-4{
  padding: 20px;
}

.blog-posts a {
  text-decoration: none;
}

.blog-posts img{
  height: 329px;
  object-fit: cover;
  margin-bottom: 30px;
}

.blog-posts h2{ 
  font-size: 1.5rem;
}

.owl-item img{
  height: 560px;
  object-fit: cover;
}

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