@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:ital,wght@0,300;0,400;0,500;1,400&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  color: #333333;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

.header {
  margin-bottom: 40px;
  background-image: url("../img/picture/marlin/main.png");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
@media (min-width: 992px) {
  .header {
    margin-bottom: calc( 0.0323275862 * 100vw + 7.9310344828px);
  }
}
@media (min-width: 1920px) {
  .header {
    margin-bottom: 70px;
  }
}
.header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.header__soc {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .header__soc {
    margin-right: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .header__soc {
    margin-right: 30px;
  }
}

.nav {
  height: 70px;
  background-color: rgba(34, 34, 34, 0.9);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: fixed;
  z-index: 10;
}
@media (min-width: 992px) {
  .nav {
    height: calc( 0.0323275862 * 100vw + 37.9310344828px);
  }
}
@media (min-width: 1920px) {
  .nav {
    height: 100px;
  }
}
.nav__wrap {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .nav__wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .nav__wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .nav__wrap {
    max-width: none;
  }
}
.nav__wrap-logo {
  width: 30%;
  padding: 10px;
  margin-right: 20px;
}
.nav__wrap-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.nav__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  width: 100%;
}
.nav__content span {
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-family: "Roboto";
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 992px) {
  .nav__content span {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__content span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav__content span {
    line-height: calc( 0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .nav__content span {
    line-height: 32px;
  }
}
.nav__content span:last-child {
  margin-right: 0;
}
.nav__content span.active::after {
  border-radius: 10px 10px 0px 0px;
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #faac24;
}
.nav__menu {
  display: flex;
  height: 100%;
}
.nav__link, .nav__menu-cont {
  font-size: 14px;
  line-height: 24px;
  margin-right: 30px;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 300;
  display: flex;
  align-items: center;
  color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .nav__link, .nav__menu-cont {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__link, .nav__menu-cont {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav__link, .nav__menu-cont {
    line-height: calc( 0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .nav__link, .nav__menu-cont {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .nav__link, .nav__menu-cont {
    margin-right: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .nav__link, .nav__menu-cont {
    margin-right: 50px;
  }
}
.nav__link.active::after, .nav__menu-cont.active::after {
  border-radius: 10px 10px 0px 0px;
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #faac24;
}
.nav__numbers {
  display: flex;
}
.nav__numbers-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}
@media (min-width: 992px) {
  .nav__numbers-icon {
    width: calc( 0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers-icon {
    width: 24px;
  }
}
@media (min-width: 992px) {
  .nav__numbers-icon {
    height: calc( 0.0043103448 * 100vw + 15.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers-icon {
    height: 24px;
  }
}
@media (min-width: 992px) {
  .nav__numbers-icon {
    margin-right: calc( 0.0043103448 * 100vw + 7.724137931px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers-icon {
    margin-right: 16px;
  }
}
.nav__numbers-item {
  display: flex;
  flex-direction: column;
}
.nav__numbers a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 8px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .nav__numbers a {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .nav__numbers a {
    line-height: calc( 0.0021551724 * 100vw + 14.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers a {
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .nav__numbers a {
    margin-bottom: calc( 0.0021551724 * 100vw + 5.8620689655px);
  }
}
@media (min-width: 1920px) {
  .nav__numbers a {
    margin-bottom: 10px;
  }
}
.nav__numbers a:hover {
  color: #ccc;
}

.wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.wrap::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.8), rgba(34, 34, 34, 0.8));
}

.title {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 30px;
  padding-top: 100px;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: 300;
  color: #ffffff;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .title {
    font-size: calc( 0.0323275862 * 100vw + 7.9310344828px);
  }
}
@media (min-width: 1920px) {
  .title {
    font-size: 70px;
  }
}
@media (min-width: 992px) {
  .title {
    line-height: calc( 0.036637931 * 100vw + 11.6551724138px);
  }
}
@media (min-width: 1920px) {
  .title {
    line-height: 82px;
  }
}
@media (min-width: 992px) {
  .title {
    padding-bottom: calc( 0.0140086207 * 100vw + 16.1034482759px);
  }
}
@media (min-width: 1920px) {
  .title {
    padding-bottom: 43px;
  }
}
@media (min-width: 992px) {
  .title {
    padding-top: calc( 0.0463362069 * 100vw + 54.0344827586px);
  }
}
@media (min-width: 1920px) {
  .title {
    padding-top: 143px;
  }
}

.content {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .content {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .content {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .content {
    max-width: none;
  }
}
.content_padding {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .content_padding {
    padding-bottom: calc( 0.0431034483 * 100vw + 17.2413793103px);
  }
}
@media (min-width: 1920px) {
  .content_padding {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .content_padding {
    padding-top: calc( 0.0431034483 * 100vw + 17.2413793103px);
  }
}
@media (min-width: 1920px) {
  .content_padding {
    padding-top: 100px;
  }
}
.content__wrap {
  display: flex;
}
.content__left {
  width: 66%;
}
.content__img {
  height: 300px;
  margin-bottom: 20px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .content__img {
    height: calc( 0.0862068966 * 100vw + 214.4827586207px);
  }
}
@media (min-width: 1920px) {
  .content__img {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .content__img {
    margin-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__img {
    margin-bottom: 30px;
  }
}
.content__info {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .content__info {
    margin-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .content__info {
    margin-bottom: 50px;
  }
}
.content__title {
  font-size: 24px;
  line-height: 24px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  color: #32435b;
}
@media (min-width: 992px) {
  .content__title {
    font-size: calc( 0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .content__title {
    line-height: calc( 0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__title {
    line-height: 32px;
  }
}
.content__cost {
  display: flex;
  align-items: center;
}
.content__cost span:first-child {
  font-size: 12px;
  line-height: 18px;
  margin-right: 12px;
  font-style: italic;
  font-weight: 400;
  color: #757575;
}
@media (min-width: 992px) {
  .content__cost span:first-child {
    font-size: calc( 0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .content__cost span:first-child {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .content__cost span:first-child {
    line-height: calc( 0.0021551724 * 100vw + 15.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__cost span:first-child {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .content__cost span:first-child {
    margin-right: calc( 0.0032327586 * 100vw + 8.7931034483px);
  }
}
@media (min-width: 1920px) {
  .content__cost span:first-child {
    margin-right: 15px;
  }
}
.content__cost span:last-child {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #faac24;
}
@media (min-width: 992px) {
  .content__cost span:last-child {
    font-size: calc( 0.005387931 * 100vw + 10.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__cost span:last-child {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .content__cost span:last-child {
    line-height: calc( 0.0086206897 * 100vw + 15.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__cost span:last-child {
    line-height: 32px;
  }
}
.content__benifits {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .content__benifits {
    padding-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .content__benifits {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .content__benifits {
    margin-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__benifits {
    margin-bottom: 30px;
  }
}
.content__benifits-item {
  margin-right: 30px;
  text-align: center;
  width: 14%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .content__benifits-item {
    margin-right: calc( 0.0140086207 * 100vw + 16.1034482759px);
  }
}
@media (min-width: 1920px) {
  .content__benifits-item {
    margin-right: 43px;
  }
}
.content__benifits-item:last-child {
  margin-right: 0;
}
.content__benifits-item p {
  margin-top: 15px;
  line-height: 16px;
  font-size: 12px;
  text-transform: uppercase;
  color: #757575;
}
@media (min-width: 992px) {
  .content__benifits-item p {
    margin-top: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__benifits-item p {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .content__benifits-item p {
    line-height: calc( 0.0043103448 * 100vw + 11.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__benifits-item p {
    line-height: 20px;
  }
}
.content__description {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
}
@media (min-width: 992px) {
  .content__description {
    padding-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .content__description {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .content__description {
    margin-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__description {
    margin-bottom: 30px;
  }
}
.content__description:first-child {
  border-bottom: none;
  margin-bottom: 0;
}
.content__description-wrap {
  display: flex;
}
.content__description-facilities {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .content__description-facilities {
    margin-bottom: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__description-facilities {
    margin-bottom: 20px;
  }
}
.content__description-facilities span {
  color: #0f0f0f;
}
.content__description-title {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: "Roboto Condensed";
  font-weight: 600;
  color: #454545;
}
@media (min-width: 992px) {
  .content__description-title {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__description-title {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content__description-title {
    line-height: calc( 0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__description-title {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .content__description-title {
    margin-bottom: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__description-title {
    margin-bottom: 20px;
  }
}
.content__description-text {
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  font-weight: 400;
}
@media (min-width: 992px) {
  .content__description-text {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__description-text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content__description-text {
    line-height: calc( 0.0043103448 * 100vw + 17.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__description-text {
    line-height: 26px;
  }
}
.content__description-item {
  width: 40%;
  margin-right: 15px;
}
@media (min-width: 992px) {
  .content__description-item {
    margin-right: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__description-item {
    margin-right: 20px;
  }
}
.content__description-item div {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .content__description-item div {
    margin-bottom: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__description-item div {
    margin-bottom: 20px;
  }
}
.content__description-item div:last-child {
  margin-bottom: 0;
}
.content__description-item:first-child {
  width: 15%;
}
.content__description-item:last-child {
  margin-right: 0;
}
.content__description-map {
  margin-top: 15px;
  height: 300px;
}
@media (min-width: 992px) {
  .content__description-map {
    margin-top: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__description-map {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .content__description-map {
    height: calc( 0.1293103448 * 100vw + 171.724137931px);
  }
}
@media (min-width: 1920px) {
  .content__description-map {
    height: 420px;
  }
}
.content__description:last-child {
  padding-bottom: 30px;
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .content__description:last-child {
    padding-bottom: calc( 0.0431034483 * 100vw + -12.7586206897px);
  }
}
@media (min-width: 1920px) {
  .content__description:last-child {
    padding-bottom: 70px;
  }
}
.content__right {
  padding-bottom: 34px;
  display: flex;
  width: 34%;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 992px) {
  .content__right {
    padding-bottom: calc( 0.0517241379 * 100vw + -17.3103448276px);
  }
}
@media (min-width: 1920px) {
  .content__right {
    padding-bottom: 82px;
  }
}
.content__right-wrap {
  height: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.content__right-top {
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content__right-block {
  position: fixed;
  z-index: 1;
  bottom: 70px;
  right: 30px;
}
@media (min-width: 992px) {
  .content__right-block {
    bottom: calc( 0 * 100vw + 70px);
  }
}
@media (min-width: 1920px) {
  .content__right-block {
    bottom: 70px;
  }
}
@media (min-width: 992px) {
  .content__right-block {
    right: calc( 0.150862069 * 100vw + -119.6551724138px);
  }
}
@media (min-width: 1920px) {
  .content__right-block {
    right: 170px;
  }
}
.content__right-link {
  font-size: 14px;
  line-height: 16px;
  width: 110px;
  height: 110px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 50%;
  background: #23b4bd;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  letter-spacing: 0.005em;
  color: #333333;
  transition: all 0.4s ease-in-out;
  position: relative;
}
@media (min-width: 992px) {
  .content__right-link {
    font-size: calc( 0.0021551724 * 100vw + 11.8620689655px);
  }
}
@media (min-width: 1920px) {
  .content__right-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .content__right-link {
    line-height: calc( 0.0032327586 * 100vw + 12.7931034483px);
  }
}
@media (min-width: 1920px) {
  .content__right-link {
    line-height: 19px;
  }
}
@media (min-width: 992px) {
  .content__right-link {
    width: calc( 0.0398706897 * 100vw + 70.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__right-link {
    width: 147px;
  }
}
@media (min-width: 992px) {
  .content__right-link {
    height: calc( 0.0398706897 * 100vw + 70.4482758621px);
  }
}
@media (min-width: 1920px) {
  .content__right-link {
    height: 147px;
  }
}
@media (min-width: 992px) {
  .content__right-link {
    margin-bottom: calc( 0.0269396552 * 100vw + 3.275862069px);
  }
}
@media (min-width: 1920px) {
  .content__right-link {
    margin-bottom: 55px;
  }
}
.content__right-link:last-child {
  margin-bottom: 0;
}
.content__right-link:hover {
  background-color: #32435b;
  color: #fff;
}
.content__right-link:hover::after {
  background: #32435b;
}
.content__right-link::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #23b4bd;
  opacity: 1;
  z-index: -1;
  animation: blick 1s ease 1s infinite;
}
.content__right-link_color {
  background: #FAAC24;
}
.content__right-link_color::after {
  background: #dcb97b;
}
.content__right-border {
  height: 80%;
  width: 2px;
  background: linear-gradient(0deg, #ff0000 50%, transparent 0) repeat-y, linear-gradient(0deg, #ff0000 50%, transparent 0) repeat-y;
  background-size: 2px 20px;
  background-position: 100% 0;
  position: relative;
  animation: linearGradientMove 100s infinite linear;
}
.content__right-border::after {
  content: "";
  width: 20px;
  height: 10px;
  position: absolute;
  left: -8px;
  bottom: -16px;
  background-size: contain;
  background-image: url("../img/icon/Arrow-redline.png");
  background-repeat: no-repeat;
}

.about {
  position: relative;
  z-index: 1;
  text-align: center;
}
.about__title {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .about__title {
    font-size: calc( 0.0075431034 * 100vw + 22.5172413793px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
  .about__title {
    line-height: calc( 0.0021551724 * 100vw + 27.8620689655px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .about__title {
    padding-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    padding-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .about__title {
    margin-bottom: calc( 0.0107758621 * 100vw + 9.3103448276px);
  }
}
@media (min-width: 1920px) {
  .about__title {
    margin-bottom: 30px;
  }
}
.about__title::after {
  position: absolute;
  content: "";
  width: 38px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
}
.about__subtitle {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 30px;
  font-family: "Roboto Condensed";
  font-style: italic;
  color: #ffffff;
}
@media (min-width: 992px) {
  .about__subtitle {
    font-size: calc( 0.0032327586 * 100vw + 9.7931034483px);
  }
}
@media (min-width: 1920px) {
  .about__subtitle {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .about__subtitle {
    line-height: calc( 0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .about__subtitle {
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .about__subtitle {
    margin-bottom: calc( 0.0215517241 * 100vw + 8.6206896552px);
  }
}
@media (min-width: 1920px) {
  .about__subtitle {
    margin-bottom: 50px;
  }
}
.about__text {
  font-size: 13px;
  line-height: 20px;
  color: #ffffff;
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 992px) {
  .about__text {
    font-size: calc( 0.0032327586 * 100vw + 9.7931034483px);
  }
}
@media (min-width: 1920px) {
  .about__text {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .about__text {
    line-height: calc( 0.0064655172 * 100vw + 13.5862068966px);
  }
}
@media (min-width: 1920px) {
  .about__text {
    line-height: 26px;
  }
}
.about__text a {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 21%;
}
.about__text a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.about__text a p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.about__text a:hover {
  transform: scale(1.05);
}
.about__text a:hover p {
  color: #FAAC24;
}

.footer {
  background-color: #0f0f0f;
}
.footer__wrap {
  width: 100%;
  max-width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
  padding: 14px 15px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer__wrap {
    max-width: 720px;
  }
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    max-width: 540px;
  }
}
@media screen and (max-width: 576px) {
  .footer__wrap {
    max-width: none;
  }
}
.footer__item {
  display: flex;
  align-items: center;
}
.footer__delimiter {
  border-left: 1px solid #a3a3a3;
  margin: 0 15px;
  height: 15px;
}
.footer__link {
  color: #a3a3a3;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.footer__link img {
  margin-left: 15px;
}
.footer__link:hover {
  color: #fff;
}
.footer__link:active {
  color: #a3a3a3;
}
.footer__soc {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .footer__soc {
    margin-right: calc( 0.005387931 * 100vw + 9.6551724138px);
  }
}
@media (min-width: 1920px) {
  .footer__soc {
    margin-right: 20px;
  }
}
.footer__soc:last-child {
  margin-right: 0;
}
.footer__soc:hover svg path {
  fill: #fff;
}
.footer__soc svg path {
  transition: all 0.3s ease-in-out;
}

.styleLink {
  display: block;
  color: #fff;
  margin-top: 10px;
  padding-bottom: 30px;
}

.styleMenu {
  width: max-content;
  padding: 10px 20px;
  background-color: rgba(34, 34, 34, 0.9);
  position: absolute;
  right: 0;
  top: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-transform: uppercase;
  text-align: end;
}

@keyframes blick {
  0% {
    width: 0;
    height: 0;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    width: 110%;
    height: 110%;
    opacity: 0;
  }
}
@keyframes linearGradientMove {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 100%;
  }
}
@media screen and (max-width: 992px) {
  .content__right-block {
    bottom: 65px;
  }
}
@media screen and (max-width: 768px) {
  .nav__wrap-logo {
    display: none;
  }

  .content__description-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .content__description-item {
    width: 48%;
  }
  .content__description-item:first-child {
    width: 100%;
    margin-bottom: 30px;
  }
  .content__left {
    width: 100%;
  }
  .content__right {
    width: 0;
  }
  .content__right-border {
    display: none;
  }
  .content__right-link {
    font-size: 10px;
    width: 80px;
    height: 80px;
  }
  .about__text a p {
    font-size: 10px;
  }

  .footer__item {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .styleLink {
    font-size: 12px;
    padding-bottom: 20px;
  }

  .styleMenu {
    text-align: center;
    width: auto;
  }

  .nav {
    height: auto;
    padding: 10px 0;
  }
  .nav__link, .nav__content span {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .nav__menu {
    flex-direction: column;
  }
  .nav__menu-cont {
    font-size: 12px;
  }
  .nav__numbers {
    flex-direction: column;
  }
  .nav__numbers-icon {
    display: none;
  }
  .nav__numbers a {
    font-size: 12px;
  }

  .title {
    font-size: 32px;
    line-height: 40px;
    padding-top: 135px;
  }

  .content__info {
    flex-direction: column;
  }
  .content__benifits-item {
    width: 27%;
    margin-right: 27px;
  }
  .content__benifits-item p {
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 12px;
  }
  .content__benifits-item:nth-child(3n) {
    margin-right: 0;
  }
  .content__description-text:last-child {
    margin-bottom: 20px;
  }
  .content__description-item {
    width: 100%;
  }
  .content__description-item:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .content__description-item div:last-child {
    margin-bottom: 15px;
  }

  .about__text {
    flex-direction: column;
  }
  .about__text a {
    margin-bottom: 40px;
    width: 100%;
  }
  .about__text a p {
    font-size: 14px;
  }

  .footer__wrap {
    flex-direction: column;
    align-items: center;
  }
  .footer__item {
    margin-bottom: 15px;
  }
}

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