:root {
  --white: var(--color);
  --green-over: var(--white);
  --black: black;
  --color: #4e7175;
}

.menu-bar-2 {
  background-color: #fff;
  width: 42%;
  height: 3px;
  margin-bottom: 6px;
}

.menu-bar-2.last {
  width: 42%;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  position: fixed;
}

.nav-menu-2 {
  z-index: auto;
  color: rgba(51, 51, 51, 0);
  background-color: rgba(142, 160, 159, 0);
  border: 1px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 390px;
  height: 80vh;
  min-height: 100px;
  margin-top: auto;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.new-menu {
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(255, 255, 255, .34);
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 87%;
  height: 61px;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0 0 0 32px;
  font-size: 16px;
  font-weight: 100;
  display: flex;
  position: static;
  left: auto;
}

.new-menu:hover {
  color: rgba(255, 255, 255, .69);
  border-top: 1px solid rgba(155, 155, 155, 0);
  border-bottom: 1px solid rgba(155, 155, 155, 0);
}

.new-menu.w--current {
  transition: border .6s;
}

.new-menu.w--current:hover {
  color: rgba(4, 176, 250, .69);
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  height: 100px;
  padding: 42px 25px;
  font-weight: 300;
  transition: border .2s;
}

.nav-link:hover {
  border-bottom: 7px solid rgba(255, 255, 255, .49);
}

.nav-link.w--current {
  color: #fff;
  text-decoration: underline;
}

.menu-button-3 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 0;
  margin-right: 1px;
  padding: 11px 0 0 7px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-button-3.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.menu-button-3.menu-button {
  z-index: 50;
  width: 100px;
  height: 100px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-50 {
  z-index: 30;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-left: 0;
  display: inline-block;
  position: relative;
}

.menu-parent-dss {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px rgba(255, 255, 255, .49);
  border-right: 1px rgba(255, 255, 255, .49);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-top: 0;
  padding: 0 8px;
  display: flex;
  position: fixed;
  overflow: hidden;
}

.bold-text-7 {
  text-align: left;
  flex: none;
  align-self: center;
  width: 90%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 100;
  transition: all .35s;
}

.bold-text-7:hover {
  color: #13464c;
  -webkit-text-stroke-color: #2c3332;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
  transform: translate(7px);
}

.left-nav-part {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 155px;
  margin-left: 0;
  display: flex;
}

.body {
  background-color: #ccc;
  height: auto;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.section {
  background-color: var(--white);
  opacity: .85;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(26, 52, 53, .84), rgba(26, 52, 53, .84)), url('../images/IMG_4945.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 58vh;
  display: flex;
}

.section-2 {
  background-color: #578d99;
  background-image: url('../images/logo-copy_big.png'), linear-gradient(#6d8883, #d4d4d4);
  background-position: 100% 240%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  height: 885px;
  line-height: 110vh;
  display: flex;
}

.div-block-51 {
  background-image: url('../images/DSC_0991.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 103%;
  width: 50%;
  height: 885px;
}

.div-block-52 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: rgba(255, 255, 255, .38);
  background-image: url('../images/logo-copy-2_1logo copy 2.png');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 70px;
  width: 390px;
  height: 100%;
  position: static;
}

.div-block-53 {
  z-index: 10;
  color: red;
  background-color: #ce1010;
  border: 1px red;
  height: 6px;
  margin-top: -3px;
  position: relative;
}

.red_line {
  z-index: 10;
  color: red;
  background-color: #ce1010;
  border: 1px red;
  width: 99%;
  height: 7px;
  margin-top: -6px;
  position: relative;
}

.fallow-us {
  z-index: 50;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 630px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 90%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-block-3 {
  margin-top: 0;
}

.tvitt {
  background-image: url('../images/Twiter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 98px;
  height: 40px;
  transition: opacity .2s;
}

.tvitt:hover {
  opacity: .48;
}

.face-book {
  background-image: url('../images/Facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 98px;
  height: 40px;
  transition: opacity .2s;
}

.face-book:hover {
  opacity: .48;
}

.in {
  background-image: url('../images/LinkedIn.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 98px;
  height: 40px;
  transition: opacity .2s;
}

.in:hover {
  opacity: .48;
}

.mail {
  background-image: url('../images/mail.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 98px;
  height: 40px;
  transition: opacity .2s;
}

.mail:hover {
  opacity: .48;
}

.text-block {
  color: rgba(0, 0, 0, .84);
  text-align: center;
  letter-spacing: 6px;
  text-indent: 0;
  text-transform: uppercase;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 340px;
  height: 20px;
  margin-top: 207px;
  margin-bottom: 0;
  margin-left: -112px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(-90deg);
}

.text-block.home-social {
  color: rgba(255, 255, 255, .84);
  -webkit-text-stroke-color: rgba(255, 255, 255, .84);
  width: 430px;
  margin-top: 260px;
  margin-left: -174px;
  font-family: Advent Pro, sans-serif;
  font-size: 23px;
  font-weight: 400;
}

.vert-left {
  z-index: 40;
  background-color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .51);
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  height: 254%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.vert-left.home-left {
  z-index: auto;
  background-color: rgba(255, 255, 255, 0);
  width: 80px;
  height: 230vh;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.fish-link {
  z-index: 30;
  background-color: rgba(185, 185, 185, .48);
  border-top: 1px solid rgba(255, 255, 255, .51);
  border-left: 1px solid rgba(255, 255, 255, .51);
  border-right: 1px solid rgba(255, 255, 255, .51);
  width: 706px;
  height: 120px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-block {
  background-image: url('../images/plus.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 58px;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block:hover {
  background-color: rgba(194, 193, 193, .45);
}

.text-block-3 {
  color: #fff;
  text-align: left;
  font-family: Advent Pro, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.link-block-2 {
  background-color: rgba(139, 133, 133, .37);
  background-image: url('../images/plus.svg');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid rgba(255, 255, 255, .51);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 54px;
  padding-right: 0;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block-2:hover {
  background-color: var(--green-over);
  opacity: .53;
}

.in-2 {
  background-image: url('../images/linkedin_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 98px;
  height: 40px;
  transition: opacity .2s;
}

.in-2:hover {
  opacity: .48;
}

.face-book-2 {
  background-image: url('../images/facebook_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 98px;
  height: 40px;
  transition: opacity .2s;
}

.face-book-2:hover {
  opacity: .48;
}

.div-block-54 {
  opacity: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.div-block-94 {
  color: rgba(255, 255, 255, .66);
  background-image: url('../images/logo-footer.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  flex-direction: column;
  justify-content: flex-end;
  width: 330px;
  padding: 20px 20px 20px 45px;
  font-size: 11px;
  display: flex;
}

.div-block-97 {
  opacity: .7;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin: 13px 37px 9px;
  padding: 0;
  display: flex;
}

.div-block-97:hover {
  opacity: 1;
}

.div-block-101 {
  opacity: .7;
  background-image: url('../images/linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  align-items: center;
  width: 50px;
  height: 70px;
  display: flex;
}

.div-block-101:hover {
  opacity: 1;
}

.face-book-over {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
}

.face-book-over:hover {
  z-index: 10;
  background-color: #5f7084;
  background-image: url('../images/facebook_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  position: relative;
}

.div-block-96 {
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
}

.div-block-100 {
  opacity: .7;
  background-image: url('../images/facebook_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 59px;
  height: 70px;
  padding-left: 0;
}

.div-block-100:hover {
  opacity: 1;
}

.div-block-98 {
  justify-content: flex-end;
  align-items: center;
  height: 60px;
  margin-right: 0;
  display: flex;
}

.in-over {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  transition: background-color .2s;
}

.in-over:hover {
  z-index: 10;
  background-color: #5f7084;
  background-image: url('../images/linkedin_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  position: relative;
}

.div-block-99 {
  opacity: .7;
  justify-content: center;
  align-items: flex-end;
  width: 240px;
  height: 190px;
  margin-top: 62px;
  margin-bottom: 0;
  margin-left: -12px;
  padding: 15px 33px 15px 15px;
  display: flex;
}

.text-block-53 {
  color: #fff;
  width: 90px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
}

.link-block-4, .link-block-5 {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
}

.menu-footer {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: flex;
}

.menu-footer:hover {
  opacity: 1;
}

.div-block-95 {
  width: 100%;
  height: 242px;
}

.text-block-60 {
  margin-left: 23px;
}

.footer {
  background-color: #4d4d4d;
  background-image: url('../images/logo_blue.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 253px;
  display: flex;
}

.section-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  background-image: url('../images/IMG_4952_1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  height: 90vh;
  display: flex;
}

.heading {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  font-family: Advent Pro, sans-serif;
  display: flex;
}

.bold-text-8 {
  text-transform: uppercase;
  font-weight: 400;
}

.paragraph {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  font-size: 19px;
  line-height: 29px;
  display: flex;
}

.red_line-copy {
  z-index: 10;
  color: red;
  background-color: #ce1010;
  border: 1px red;
  width: 50%;
  height: 7px;
  margin-top: -6px;
  position: relative;
}

.div-block-102 {
  flex-flow: row;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-103 {
  z-index: 10;
  background-image: url('../images/DSC_0937_art.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -986px;
}

.div-block-103-copy {
  background-image: url('../images/DSC_0937_art.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: auto;
  height: 100%;
  margin-left: 0;
  display: flex;
}

.div-block-103-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/DSC_0937_art-1.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
  right: 0;
}

.div-block-104 {
  background-image: url('../images/C_letter.png'), url('../images/IMG_7284.jpg');
  background-position: 45% 45%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  width: 400px;
  height: 450px;
  margin-top: 270px;
  margin-left: 0;
  margin-right: 1466px;
}

.text-block-61 {
  height: 5%;
}

.text-block-62 {
  width: 87%;
  height: 100%;
  margin-left: 52px;
  display: flex;
}

.bold-text-9 {
  color: #a0a0a0;
  text-transform: uppercase;
  align-self: center;
  font-size: 29px;
  line-height: 34px;
}

.section-4 {
  background-image: url('../images/IMG_2257.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.paragraph-copy {
  color: #696969;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  width: 60%;
  font-size: 19px;
  line-height: 29px;
  display: flex;
}

.bold-text-10 {
  font-weight: 400;
}

.text-block-63 {
  color: #fff;
  padding-bottom: 7px;
}

.div-block-105 {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-left: 191px;
  display: flex;
}

.link {
  color: #fff;
}

.section-2-copy {
  background-color: #578d99;
  background-image: url('../images/logo-copy_big.png'), linear-gradient(#6d8883, #d4d4d4);
  background-position: 100% 240%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  height: 885px;
  line-height: 110vh;
  display: flex;
}

.irina {
  background-image: url('../images/DSC_1085-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 50%;
  height: 100%;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fon {
  background-color: #578d99;
  background-image: url('../images/IMG_2258.jpg'), url('../images/logo-copy_big.png');
  background-position: 0 100%, 100% 240%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  line-height: 110vh;
  display: flex;
  position: relative;
}

.div-block-52-copy {
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(133, 170, 165, .41);
  background-image: url('../images/logo-copy-2_1logo copy 2.png');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 70px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 31%;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-left: 70px;
  font-family: Advent Pro, sans-serif;
  font-size: 70px;
  font-weight: 100;
  line-height: 70px;
}

.footer-copy {
  background-color: #4f6263;
  background-image: url('../images/logo_blue.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 253px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-menu-2 {
    z-index: 20;
    justify-content: center;
    align-items: center;
    width: 380px;
    min-width: auto;
    height: auto;
    min-height: auto;
    margin-right: 0;
    top: auto;
  }

  .new-menu {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 80%;
    margin-left: 47px;
    left: auto;
  }

  .new-menu.w--current {
    margin-left: 47px;
    left: auto;
  }

  .nav-link {
    display: none;
  }

  .menu-button-3 {
    margin-left: 0;
    padding-left: 7px;
    transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  }

  .menu-button-3:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-3.w--open {
    z-index: 100;
  }

  .menu-button-3.menu-button {
    z-index: 60;
  }

  .div-block-50 {
    height: 100px;
  }

  .left-nav-part {
    align-self: center;
    width: 100%;
    margin-left: 1px;
  }

  .div-block-51 {
    background-position: 50% 100%;
    background-size: auto 90%;
    width: 100%;
    position: absolute;
  }

  .div-block-52 {
    width: 54%;
  }

  .fallow-us {
    height: 740px;
  }

  .text-block {
    margin-top: 160px;
  }

  .fish-link {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    width: 100%;
    margin-bottom: -121px;
  }

  .div-block-54 {
    z-index: 10;
    width: 100%;
    position: relative;
  }

  .div-block-94 {
    background-position: 30%;
    justify-content: flex-end;
    width: 50%;
    display: flex;
  }

  .div-block-97 {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-96 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: 312px;
    margin-bottom: 0;
  }

  .div-block-98 {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    height: 50%;
    margin: 65px 0 0;
  }

  .div-block-99 {
    flex-flow: row-reverse;
    justify-content: flex-end;
    width: 100%;
    height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .menu-footer {
    justify-content: flex-start;
    height: 10px;
  }

  .div-block-95 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: 100%;
    display: flex;
  }

  .text-block-60 {
    align-self: flex-start;
    margin-left: 27px;
    padding-left: 0;
  }

  .footer {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 312px;
  }

  .heading {
    margin-top: 0;
  }

  .bold-text-8 {
    margin-top: 58px;
  }

  .section-4 {
    height: auto;
  }

  .bold-text-10 {
    padding-top: 51px;
    padding-bottom: 59px;
  }

  .div-block-105 {
    margin-left: 0;
    padding-left: 55px;
  }

  .irina {
    background-position: 0 100%;
    background-size: auto 110%;
    width: 100%;
    position: absolute;
  }

  .div-block-52-copy {
    width: 100%;
  }

  .heading-2 {
    font-size: 51px;
  }

  .footer-copy {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 312px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-2 {
    background-color: rgba(6, 12, 17, 0);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .new-menu {
    width: 100%;
    height: 60px;
    margin-left: 0;
    padding-left: 32px;
  }

  .new-menu.w--current {
    margin-left: 49px;
  }

  .menu-button-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 12px;
  }

  .menu-button-3.w--open {
    margin-right: 0;
  }

  .bold-text-7 {
    width: 151%;
  }

  .left-nav-part {
    width: 200%;
    margin-left: 0;
  }

  .section {
    height: 91vh;
  }

  .div-block-51 {
    background-size: auto 90%;
  }

  .fallow-us {
    display: flex;
  }

  .vert-left.home-left {
    width: auto;
  }

  .fish-link {
    flex-flow: column wrap;
    align-items: flex-end;
    width: 100%;
    height: 240px;
    margin-bottom: -240px;
    margin-right: 0;
  }

  .link-block {
    width: 100%;
    height: 119px;
    padding-right: 69px;
  }

  .link-block-2 {
    border-top: 1px solid rgba(255, 255, 255, .51);
    border-left-style: none;
    width: 100%;
    height: 119px;
    padding-right: 69px;
  }

  .div-block-94 {
    background-position: 151px;
    background-size: 120px;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 90px;
    margin-top: 31px;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 258px;
    padding-right: 0;
  }

  .div-block-96 {
    align-items: flex-start;
    width: 100%;
    height: 300px;
    margin-top: -13px;
    margin-left: 151px;
  }

  .div-block-99 {
    margin-bottom: 11px;
    margin-left: 0;
  }

  .div-block-95 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .text-block-60 {
    align-self: flex-start;
    margin-bottom: -303px;
    margin-left: -108px;
    padding-left: 0;
  }

  .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 27vh;
  }

  .heading {
    width: 70%;
  }

  .bold-text-8 {
    width: 100%;
    margin-top: 0;
  }

  .paragraph {
    width: 70%;
  }

  .section-4 {
    height: auto;
  }

  .paragraph-copy {
    width: 70%;
  }

  .div-block-105 {
    margin-left: -159px;
    padding-left: 0;
  }

  .irina {
    background-size: auto 100%;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 50px;
  }

  .footer-copy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 27vh;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-2 {
    background-color: rgba(6, 12, 17, 0);
    width: 100%;
    padding-top: 64px;
    top: 0;
  }

  .new-menu {
    width: 109%;
    height: 50px;
    margin-left: 2px;
    padding-left: 0;
  }

  .new-menu.w--current {
    margin-left: 0;
  }

  .menu-button-3 {
    margin-left: 0;
    margin-right: 2px;
    padding-top: 20px;
  }

  .menu-button-3.w--open {
    padding-top: 0;
  }

  .div-block-50 {
    z-index: 10;
  }

  .menu-parent-dss {
    border-bottom-style: none;
    margin-top: 0;
    margin-left: 0;
    padding-left: 8px;
  }

  .bold-text-7 {
    width: 100%;
  }

  .left-nav-part {
    width: 90%;
    height: 40vh;
    margin-left: 18px;
  }

  .section {
    justify-content: flex-start;
    align-items: center;
    height: 58vh;
  }

  .section-2 {
    height: 760px;
  }

  .div-block-51 {
    background-position: 50% 100%;
    background-size: auto 93%;
    height: 762px;
  }

  .div-block-52 {
    background-position: 90% 80%;
    width: 65%;
  }

  .red_line {
    width: 80%;
  }

  .vert-left {
    height: 100vh;
    display: none;
  }

  .fish-link {
    border-left-style: none;
    border-right-style: none;
    flex-wrap: nowrap;
    margin-bottom: -241px;
  }

  .link-block-2 {
    border-bottom: 1px rgba(255, 255, 255, .51);
  }

  .div-block-54 {
    justify-content: flex-end;
    align-items: flex-end;
    line-height: 90vh;
  }

  .div-block-94 {
    background-position: 0%;
    background-size: 120px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    width: 60%;
    height: 130px;
    margin-top: 0;
    margin-bottom: 21px;
    padding-left: 0;
  }

  .div-block-96 {
    align-items: flex-start;
    width: 60%;
    height: 270px;
    margin-top: -46px;
    margin-left: 0;
  }

  .div-block-99 {
    margin-top: -18px;
    margin-left: -5px;
  }

  .div-block-95 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 230px;
  }

  .text-block-60 {
    margin-bottom: -274px;
    margin-left: 0;
  }

  .footer {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .heading {
    margin-top: 39px;
  }

  .bold-text-8 {
    margin-top: 0;
    font-size: 25px;
    line-height: 33px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 24px;
  }

  .red_line-copy {
    width: 80%;
  }

  .section-4 {
    height: auto;
  }

  .paragraph-copy {
    font-size: 15px;
    line-height: 24px;
  }

  .div-block-105 {
    height: 71%;
    margin-left: -73px;
  }

  .section-2-copy {
    height: 760px;
  }

  .irina {
    background-position: 50% 100%;
    background-size: auto 93%;
    height: 900px;
  }

  .fon {
    height: 760px;
  }

  .div-block-52-copy {
    background-position: 90% 80%;
    width: 100%;
  }

  .heading-2 {
    margin-left: 29px;
  }

  .footer-copy {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}


