/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  height: 100%;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  min-height: 100%;
  background-color: #000;
}
main {
  height: 100%;
}
@media (max-width: 414.98px) {
  main {
    overflow: hidden;
  }
}
h2 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
picture {
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 4rem 4rem;
}
@media (max-width: 414.98px) {
  .container {
    padding: 0 1rem 4rem;
  }
}
.title {
  margin: 0 auto;
  padding: 2rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .title {
    font-size: calc(24px + 40.8 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .title {
    font-size: calc(24px + 24 * (100vw / 1280));
  }
}
.secTitle {
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
}
@media (max-width: 767px) {
  .secTitle {
    font-size: calc(20px + 10.2 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .secTitle {
    font-size: calc(20px + 6 * (100vw / 1280));
  }
}
.btn {
  border: 2px #fff solid;
  display: inline-block;
  border-radius: 50px;
  cursor: pointer;
  color: #fff;
}
.btn span {
  margin: 0.6em 2em;
  display: block;
}
.menu {
  justify-content: space-around;
  align-items: center;
  align-content: center;
  list-style: none;
}
.menu__item a {
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.menu__item a--active {
  border-color: #fff;
}
.menu__item a:active,
.menu__item a:focus,
.menu__item a:hover {
  border-color: #fff;
}
.hidden {
  display: none;
}
.scrollOff {
  overflow: hidden;
}
.visibleFlex {
  display: flex;
}
.cartPcts {
  width: 94%;
  height: 54%;
}
.btnMenu {
  width: 50px;
  height: 50px;
  padding: 1.2rem 0.5rem;
  margin: 0;
  display: none;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-around;
  z-index: 30;
  cursor: pointer;
  transition: 0.2s;
}
.btnMenu span:nth-child(2) {
  width: 50%;
}
.btnMenu span {
  display: block;
  width: 80%;
  height: 1px;
  border-bottom: 1px solid #fff;
  transition: 0.2s;
  transform-origin: center;
}
.btnMenu:hover span {
  width: 100%;
}
@media (max-width: 1024.98px) {
  .btnMenu {
    display: flex;
    right: 6rem;
  }
}
@media (max-width: 414.98px) {
  .btnMenu {
    width: 40px;
    height: 40px;
    right: 3rem;
  }
  .btnMenu__line::after {
    transform: translateY(-8px);
  }
  .btnMenu__line::before {
    transform: translateY(7px);
  }
}
.mobileMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 3rem;
  margin: 0;
  color: #fff;
  font-size: 2.2rem;
  z-index: 20;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  opacity: 0.9;
}
.mobileMenu__menu {
  flex-direction: column;
  padding-left: 0;
  align-items: center;
}
.mobileMenu__item {
  margin: 2rem 0;
}
.mobileMenu__item a {
  text-decoration: none;
  color: #fff;
}
.mobileMenu__socials {
  text-align: center;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.mobileMenu__socials li {
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 2rem 1rem;
  border-radius: 50px;
}
.mobileMenu__socials li a {
  cursor: pointer;
}
.mobileMenu__socials li svg {
  fill: #fff;
}
.mobileMenu__socials li svg:hover {
  fill: #0db9f7;
}
.btnBack {
  display: none;
  position: fixed;
  left: 2rem;
  top: 2vh;
  width: 45px;
  height: 45px;
}
.arrowUp {
  position: fixed;
  bottom: 40px;
  right: 40px;
  transform: rotate(90deg);
  cursor: pointer;
  fill: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.arrowUp:hover {
  fill: rgba(255, 255, 255, 0.9);
}
@media (max-width: 414.98px) {
  .arrowUp {
    bottom: 20px;
    right: 20px;
  }
  .arrowUp svg {
    height: 60px;
    width: 60px;
  }
}
.nav {
  width: 100%;
  padding: 0 60px;
  position: fixed;
  z-index: 20;
  background-color: inherit;
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  align-items: center;
}
.nav__logo {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin: 10px 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .nav__logo {
    font-size: calc(24px + 40.8 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .nav__logo {
    font-size: calc(24px + 24 * (100vw / 1280));
  }
}
.nav__logo a {
  text-decoration: none;
}
.nav__logo span {
  padding: 0;
}
.nav__logo span:first-child {
  color: rgb(13, 169, 231);
}
.nav__logo span:last-child {
  color: yellow;
}
.nav__menu {
  display: flex;
  flex-basis: 60%;
  min-width: 700px;
  flex-shrink: 1;
  padding-left: 0;
}
.nav__item a {
  text-decoration: none;
  color: inherit;
}
.nav__info {
  display: flex;
  align-items: center;
}
.nav__info div {
  margin: 0 15px;
}
@media (max-width: 1199.98px) {
  .nav__menu {
    margin-right: 0;
  }
}
@media (max-width: 1024.98px) {
  .nav__menu {
    display: none;
  }
}
@media (max-width: 640.98px) {
  .nav__logo {
    font-size: 34px;
  }
}
@media (max-width: 414.98px) {
  .nav {
    padding: 0 2rem;
  }
  .nav__logo {
    margin: 2vh 0;
    font-size: 28px;
  }
}
.home {
  height: 100vh;
  position: relative;
  color: #fff;
}
.home::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.5;
}
.home__info {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  top: 24%;
  z-index: 2;
}
.home h1 {
  font-family: "Assistant", sans-serif;
  font-weight: 800;
}
@media (max-width: 767px) {
  .home h1 {
    font-size: calc(28px + 74.8 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .home h1 {
    font-size: calc(28px + 44 * (100vw / 1280));
  }
}
.home__text {
  text-align: justify;
  width: 60%;
  display: block;
  margin: 0 auto 6%;
}
@media (max-width: 767px) {
  .home__text {
    font-size: calc(14px + 10.2 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .home__text {
    font-size: calc(14px + 6 * (100vw / 1280));
  }
}
.home__btn {
  background-color: rgba(6, 237, 209, 0.3);
}
@media (max-width: 767px) {
  .home__btn {
    font-size: calc(16px + 17 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .home__btn {
    font-size: calc(16px + 10 * (100vw / 1280));
  }
}
.home__btn a {
  text-decoration: none;
  color: inherit;
}
.home__btn:focus,
.home__btn:active,
.home__btn:hover {
  background-color: rgba(6, 237, 209, 0.8);
}
.home__slider {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 100vh;
  background-color: #343434;
}
.home__slide {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.5s;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home__slide picture {
  height: 100vh;
  width: 100vw;
}
.home__slide picture img,
.home__slide picture source {
  object-fit: cover;
  width: 100%;
  height: auto;
  min-height: 100%;
}
.home__slide--active {
  opacity: 1;
}
.home__slideDots {
  list-style: none;
  padding: 0 40%;
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 4;
}
.home__slideDot {
  height: 16px;
  width: 16px;
  border: 2px solid #fff;
  border-radius: 50px;
  cursor: pointer;
}
.home__slideDot--active {
  border: 8px double #fff;
  width: 18px;
  height: 18px;
}
@media (max-width: 1199.98px) {
  .home__slideDots {
    padding: 0 35%;
  }
}
@media (max-width: 991.98px) {
  .home__title {
    margin: 3% 0;
  }
  .home__info {
    top: 10%;
  }
  .home__text {
    width: 80%;
    margin: 0 auto 3%;
  }
  .home__slideDot {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 768.98px) {
  .home__title {
    margin: 15% 0;
  }
}
@media (max-width: 414.98px) {
  .home__text {
    margin: 12% auto 32%;
  }
  .home__info {
    top: 30%;
  }
  .home__slideDots {
    padding: 0 10%;
  }
}
.portfolio {
  background-color: #404244;
  color: #fff;
}
.delivery {
  background-color: #409fdf;
  color: #fff;
  font-size: 2rem;
}
.delivery article {
  font-size: 20px;
  padding: 0 20px 40px;
  width: 70%;
  margin: 0 auto;
  color: #fff;
  text-align: justify;
  line-height: 3rem;
}
@media (max-width: 736.98px) {
  .delivery article {
    width: 96%;
  }
}
.delivery form {
  display: none;
  min-width: 210px;
}
.delivery input,
.delivery select {
  color: #fff;
  background-color: #5eace1;
  border: none;
  outline: none;
  width: 8rem;
  margin: 0.6rem 0;
}
.delivery select {
  width: 100%;
  background-color: #409fdf;
}
.delivery__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.delivery__wrapper label {
  width: 100%;
  min-width: 210px;
  display: flex;
}
.delivery__wrapper h3 {
  border-bottom: 1px solid #6dc7ff;
}
.delivery__wrapper fieldset {
  display: flex;
  flex-direction: column;
  max-width: 280px;
  margin: 2rem 0;
  border: 1px solid #6dc7ff;
  flex-shrink: 0;
}
.delivery__order {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 1;
}
.delivery__order label {
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 360.98px) {
  .delivery__order {
    border: none;
    padding: 0;
  }
}
.delivery__deliv {
  flex-basis: 50%;
  flex-grow: 1;
  flex-shrink: 0.4;
  flex-wrap: wrap;
  border-left: 1px solid #6dc7ff;
}
@media (max-width: 360.98px) {
  .delivery__deliv {
    border: none;
    padding: 0;
  }
}
.delivery__fracht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.delivery__fracht fieldset {
  flex-basis: 70%;
  flex-grow: 1.5;
  flex-shrink: 0.5;
}
.delivery__fracht fieldset label,
.delivery__fracht fieldset input {
  cursor: pointer;
}
.delivery__fracht fieldset span {
  font-size: 1.2rem;
}
.delivery__formControl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 4rem 10rem 0;
  align-items: center;
}
@media (max-width: 414.98px) {
  .delivery__formControl {
    flex-direction: column;
    padding: 2rem 3rem 0;
  }
}
.delivery__total,
.delivery__totalWeight {
  display: inline-block;
  margin: 0;
}
.delivery__total span,
.delivery__totalWeight span {
  margin: 0 1rem;
}
.delivery button {
  display: inline-block;
  background-color: transparent;
}
.delivery button:hover {
  background-color: #54bcf0;
}
@media (max-width: 414.98px) {
  .delivery button {
    margin: 1.5rem 0;
  }
}
.personalOrder {
  background-color: #28629b;
  color: #fff;
  text-align: center;
  display: none;
}
.personalOrder form {
  width: 100%;
}
.personalOrder fieldset {
  width: 60%;
  display: flex;
  color: #fff;
  padding: 0 8rem;
  flex-direction: column;
  border: none;
  outline: none;
  margin: 0 auto;
  border-radius: 4px;
}
@media (max-width: 512.98px) {
  .personalOrder fieldset {
    padding: 0 1rem;
  }
}
.personalOrder fieldset label {
  font-size: 2.4rem;
  cursor: pointer;
  height: 3rem;
  width: 80%;
  margin: 2rem auto;
}
.personalOrder fieldset label:hover {
  color: #77c9f1;
}
.personalOrder fieldset label:hover svg {
  fill: #77c9f1;
}
.personalOrder fieldset label svg {
  fill: #fff;
  width: 25px;
  height: 25px;
  margin: 0 1rem;
}
.personalOrder fieldset input {
  width: 60%;
  flex-shrink: 0;
  min-width: 300px;
  margin: 2rem 0;
  color: #fff;
  font-size: 3rem;
  outline: none;
  border: none;
  background: rgba(15, 122, 175, 0.5);
}
.personalOrder fieldset input::placeholder {
  color: #d6d6d6;
  font-size: 2.2rem;
}
.personalOrder fieldset input[type="file"] {
  display: none;
}
.personalOrder fieldset textarea {
  flex: 0 0 80%;
  background: rgba(15, 122, 175, 0.5);
  border: 1px solid #00638e;
  color: #fff;
  font-size: 1.8rem;
  margin: 2rem 0;
  outline: none;
}
.personalOrder fieldset textarea::placeholder {
  color: #6e6e6e;
  font-size: 2.2rem;
}
.personalOrder button {
  font-size: 2rem;
  border-color: #fff;
  background-color: transparent;
  margin: 3rem 0 0 0;
}
.personalOrder button:hover {
  background-color: #0b5c91;
}
.aboutUs {
  padding: 40px;
  position: relative;
}
.aboutUs::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(41, 32, 13, 0.7);
}
.aboutUs__pct {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  z-index: -1;
}
.aboutUs__pct picture {
  overflow: hidden;
  width: 100vw;
  display: flex;
}
.aboutUs__pct picture img {
  object-fit: cover;
  flex: 1 1 50%;
}
.aboutUs__info {
  position: relative;
  display: block;
  width: 70%;
  margin: 2rem auto;
  z-index: 15;
}
.aboutUs__info h2,
.aboutUs__info h4 {
  color: #fff;
}
.aboutUs__info article {
  font-size: 20px;
  padding: 20px 40px;
  color: #fff;
  text-align: justify;
  line-height: 3rem;
}
.aboutUs__info a {
  text-decoration: none;
  color: #fff;
}
.aboutUs__info a:hover {
  color: #009dff;
}
@media (max-width: 1023.98px) {
  .aboutUs__info {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .aboutUs__info {
    width: 80%;
    margin: 0 auto;
  }
  .aboutUs__info p {
    font-size: 16px;
  }
}
@media (max-width: 414.98px) {
  .aboutUs {
    padding: 20px;
  }
  .aboutUs__info {
    width: 100%;
    margin: 1rem auto;
  }
}
.contacts {
  background-color: #0f3a4d;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.contacts__container {
  width: 100%;
  padding: 2rem;
  display: flex;
  justify-content: space-around;
}
.contacts__info {
  text-align: left;
  font-size: 20px;
  padding: 0 2rem;
  flex: 0.3 0 30%;
}
.contacts__info p {
  padding: 0 2rem;
  font-size: 20px;
}
.contacts__info ul {
  text-align: center;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-around;
}
.contacts__info li {
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 2rem 1rem;
  border-radius: 50px;
  border: 1px solid inherit;
  cursor: pointer;
}
.contacts__info li svg {
  fill: #fff;
}
.contacts__info li svg:hover {
  fill: #0db9f7;
}
.contacts__form {
  width: 30%;
  text-align: right;
}
.contacts__form form {
  padding: 0 2rem;
}
.contacts__form input {
  margin-top: 1.6rem;
  display: block;
  width: 100%;
  background-color: inherit;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px #fff solid;
  outline: none;
  color: #fff;
  font-size: 20px;
}
.contacts__btn {
  margin-top: 3.5rem;
  background-color: transparent;
}
@media (max-width: 767px) {
  .contacts__btn {
    font-size: calc(16px + 10.2 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .contacts__btn {
    font-size: calc(16px + 6 * (100vw / 1280));
  }
}
.contacts__btn:focus,
.contacts__btn:active,
.contacts__btn:hover {
  background-color: rgba(6, 237, 209, 0.1);
}
.contacts a {
  text-decoration: none;
  color: #fff;
}
.contacts a:hover {
  color: #009dff;
}
@media (max-width: 1199.98px) {
  .contacts__info ul {
    margin-right: 10%;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023.98px) {
  .contacts__info,
  .contacts__form {
    width: 46%;
  }
}
@media (max-width: 640.98px) {
  .contacts__info li {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 414.98px) {
  .contacts__container {
    flex-direction: column;
  }
  .contacts__info,
  .contacts__form {
    width: 100%;
  }
}
div[data-v-7c371e62] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  margin: 0;
}
.slider[data-v-547d1746] {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  min-width: 30rem;
  flex-grow: 0.5;
  flex-shrink: 0;
  margin: 1rem;
  position: relative;
  overflow: hidden;
  height: 48rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.card__slider[data-v-547d1746] {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  position: relative;
  overflow: hidden;
  height: auto;
}
.card[data-v-547d1746] {
  width: 100%;
  height: 80vh;
  flex-direction: column;
}
@media (max-width: 414.98px) {
  .card[data-v-547d1746] {
    height: auto;
  }
}
.card picture[data-v-547d1746],
.card img[data-v-547d1746] {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media (max-width: 414.98px) {
  .card picture[data-v-547d1746],
  .card img[data-v-547d1746] {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
  }
}
.card__slide[data-v-547d1746] {
  padding: 0;
  list-style: none;
  justify-content: space-around;
  align-items: center;
  opacity: 0;
  transition: 0.4s;
  display: none;
}
.card__slide--active[data-v-547d1746] {
  display: flex;
  opacity: 1;
}
.card__infoWrap[data-v-547d1746] {
  padding: 0 2rem;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 10;
  transition: 0.4s;
}
.card__titles[data-v-547d1746] {
  z-index: 20;
}
.card__titles h2[data-v-547d1746] {
  padding: 0;
  color: #0bf;
}
@media (max-width: 767px) {
  .card__titles h2[data-v-547d1746] {
    font-size: calc(12px + 17 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .card__titles h2[data-v-547d1746] {
    font-size: calc(12px + 10 * (100vw / 1280));
  }
}
.card__titles h3[data-v-547d1746] {
  padding: 0;
  color: #00a2dd;
  display: none;
}
@media (max-width: 767px) {
  .card__titles h3[data-v-547d1746] {
    font-size: calc(10px + 13.6 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .card__titles h3[data-v-547d1746] {
    font-size: calc(10px + 8 * (100vw / 1280));
  }
}
.card__titles--visible h3[data-v-547d1746] {
  display: block;
}
.card__btn[data-v-547d1746] {
  font-size: 1.4rem;
  border: 1px solid #0bf;
  color: #0bf;
  transition: 0.2s;
  margin: 6% 0;
}
@media (max-width: 767px) {
  .card__btn[data-v-547d1746] {
    font-size: calc(12px + 10.2 * ((100vw - 320px) / 1280));
  }
}
@media (min-width: 767px) {
  .card__btn[data-v-547d1746] {
    font-size: calc(12px + 6 * (100vw / 1280));
  }
}
.card__btn[data-v-547d1746]:hover {
  background-color: #0bf;
  color: #fff;
}
.card__controls[data-v-547d1746] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.card__controls svg[data-v-547d1746] {
  width: 8%;
  height: 8%;
  fill: rgba(255, 255, 255, 0.7);
  z-index: 10;
  cursor: pointer;
  transition: 0.4s;
}
.card__controls svg[data-v-547d1746]:hover {
  fill: #fff;
}
.card__controls--active svg[data-v-547d1746] {
  margin: 0 1rem;
}
.card__controls--hidden svg[data-v-547d1746] {
  margin: 0 -10rem;
}
.fullScreen[data-v-547d1746] {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: flex;
  height: 100vh;
  flex-basis: 100%;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 414.98px) {
  .fullScreen[data-v-547d1746] {
    padding-left: 0;
    flex-direction: column;
  }
}
.back[data-v-547d1746] {
  z-index: 10;
}
.fullSlider[data-v-547d1746] {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 100vh;
  width: 100vw;
  list-style: none;
}
@media (max-width: 414.98px) {
  .fullSlider[data-v-547d1746] {
    padding-left: 0;
    flex-direction: column;
  }
}
.fullPcts[data-v-547d1746] {
  height: 96vh;
  width: 80%;
}
@media (max-width: 414.98px) {
  .fullPcts[data-v-547d1746] {
    width: 100vw;
  }
}
.fullPcts picture[data-v-547d1746],
.fullPcts img[data-v-547d1746] {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
@media (max-width: 914.98px) {
  .fullPcts picture[data-v-547d1746],
  .fullPcts img[data-v-547d1746] {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
  }
}
.fullInfo[data-v-547d1746] {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 414.98px) {
  .fullInfo[data-v-547d1746] {
    flex-direction: row;
    width: 100%;
    height: 20%;
  }
}
