@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:wght@200;400&display=swap");
@font-face {
  font-family: Bebas;
  src: url(../fonts/BebasNeue_bold.ttf);
}
html,
body {
  scroll-behavior: smooth;
}

#content {
  padding-left: 340px !important;
  width: 1300px !important;
}

.card {
  width: 40px;
  display: inline;
}

.attention {
  margin: 0 auto;
  width: 96%;
  background: #fff;
  display: flex;
  padding: 20px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.attention p {
  line-height: 26px;
  text-align: center;
}

.buttons {
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  gap: 10px;
}
.buttons a {
  width: 300px;
  max-width: 90%;
  font-weight: 800 !important;
}
.buttons a:hover {
  transform: scale(1.05);
  transition-duration: 1s;
}

.contacts {
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: right;
}

.contacts_links {
  text-align: right;
  width: 100%;
  display: block;
  line-height: 26px;
}

.pay {
  display: block;
  width: 100%;
  text-align: center;
}

.pay_me {
  text-align: center;
  border: 4px solid #fff;
  padding: 12px 20px;
  background: #ffcb31;
  color: #fa3731;
  display: flex;
  width: 300px;
  max-width: 90%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold !important;
}

.pay_me:hover {
  transform: scale(1.05);
  transition-duration: 1s;
}

#pay_me {
  border: 4px solid #fff;
  width: 300px;
  max-width: 90%;
  background: #ffcb31;
  font-weight: 800 !important;
  color: #fa3731;
}

.sum {
  margin: 20px auto;
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#payment_menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.project {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
  color: #000;
  border: 1px solid #fff;
  background: #fff;
  box-sizing: border-box;
  padding: 4%;
  overflow: hidden;
  transition-duration: 1s;
}
.project .preview_div {
  background: #fff;
  box-shadow: 0px 0px 66px 37px rgba(255, 255, 255, 0.75);
  transition-duration: 1s;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 20px;
  z-index: 98;
}
.project .preview_div img {
  width: 32%;
  height: auto !important;
}
.project span {
  float: left;
  display: block;
  width: 100%;
  transition-duration: 0.7s;
  overflow: hidden;
}
.project span ul {
  list-style: number;
  font-weight: normal;
}
.project span ul li {
  line-height: 26px;
}
.project .button_wrapper {
  width: 92%;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.project .button_wrapper button {
  z-index: 99;
  background: #7cb342;
  box-shadow: 0px 0px 66px 37px rgba(255, 255, 255, 0.75);
}
.project img {
  cursor: pointer;
  width: 100%;
}
.project .animals_img {
  margin-top: 40px;
  float: left;
  overflow: auto;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
.project .animals_img .animal {
  width: 32%;
  margin-bottom: 10px;
}

:root {
  --theme-width: 1366px;
  --box-shadow: 0 12px 21px #7889b6;
}

#language_switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  gap: 20px;
  color: #fff;
}
#language_switcher a {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
#language_switcher a img {
  width: 40px;
}

#rekv {
  margin: 60px auto 0 auto;
  padding: 20px 20px 100px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
#rekv h2 {
  text-align: center;
}

* {
  font-family: Manrope;
  box-sizing: border-box;
}

button {
  background: none;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 12px;
  font-weight: bold;
  cursor: pointer;
}

.active_button {
  background: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

button:hover {
  transition-duration: 0.5s;
  transform: scale(1.2);
}

h2 {
  margin: 5px 0;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  color: #1b2935;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  width: 100%;
  text-align: center;
  font-family: Bebas;
  text-transform: uppercase;
  font-weight: normal;
}

b {
  font-weight: 600;
}

#overlay {
  opacity: 0;
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}
#overlay #lightbox {
  z-index: 100 !important;
  background: #fff;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  width: 0;
  height: 0;
  transition-duration: 0.7s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#overlay #lightbox img {
  height: 100%;
  width: auto;
  border: 6px solid #fff;
  border-radius: 10px;
}

header {
  width: 100%;
  height: auto;
  padding-bottom: 100px;
  margin-bottom: 10px;
  background: url(../img/corner.svg);
  background-size: cover;
}
header #name {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  padding: 20px;
  text-transform: uppercase;
  margin: 0 auto 20px auto;
  width: var(--theme-width);
  max-width: 100%;
  text-align: center;
}
header #name img {
  width: 200px;
  margin-right: 240px;
  filter: drop-shadow(0 7px 7px rgba(36, 36, 110, 0.71));
}
header #logo_video {
  display: flex;
  width: var(--theme-width);
  max-width: 100%;
  margin: 0 auto;
}
header #logo_video #menu {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 30%;
  text-align: center;
}
header #logo_video #menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
header #logo_video #menu a:hover {
  text-decoration: underline;
}
header #logo_video #video {
  width: 100%;
  padding: 0 40px;
}
header #logo_video #video .buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}
header #logo_video #video #rekv {
  margin: 0;
}
header #logo_video #video h1 {
  color: #fff;
}
header #logo_video #video iframe {
  float: right;
}

#main-wrapper {
  width: var(--theme-width);
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
}
#main-wrapper p {
  line-height: 26px;
  padding: 2%;
}
#main-wrapper .dog {
  border-radius: 10px;
  width: 90%;
  height: auto;
  margin: 10px auto;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  box-shadow: var(--box-shadow);
}
#main-wrapper .dog .left {
  width: 50%;
}
#main-wrapper .dog .left .img {
  margin-top: 15px;
}
#main-wrapper .dog .left .img img {
  cursor: pointer;
  width: 100%;
}
#main-wrapper .dog .opis {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 10px 30px;
  line-height: 26px;
}

#main-wrapper2 {
  width: var(--theme-width);
  max-width: 100%;
  margin: 0 auto;
}
#main-wrapper2 .cats {
  width: 93%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#main-wrapper2 .cats img {
  margin: 1%;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  display: block;
  width: 48%;
}
#main-wrapper2 .cats p {
  width: 80%;
  margin: 40px auto;
  line-height: 26px;
}

#how_to_pay {
  width: 100%;
  max-width: 100%;
  margin: 100px auto 0 auto;
  min-height: 600px;
  padding-bottom: 100px;
  background: url(../img/corner.svg);
  background-size: cover;
  transform: rotate(180deg);
  display: flex;
  background-position: bottom;
}
#how_to_pay h1 {
  color: #fff;
}
#how_to_pay #fixer {
  width: var(--theme-width);
  margin: 0 auto;
  transform: rotate(180deg);
}
#how_to_pay #fixer .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#how_to_pay #fixer #pay_content {
  width: 100%;
  min-height: 300px;
  background: yellow;
}

@media screen and (max-width: 602px) {
  #content {
    padding-left: 20px !important;
    width: 100% !important;
  }
  .contacts {
    text-align: center;
  }
  .contacts_links {
    text-align: center;
    margin-bottom: 20px;
  }
  #payment_menu {
    position: inherit;
    align-items: center;
  }
  header #name {
    font-size: 20px;
  }
  header #name img {
    width: 100px;
    margin-right: 10px;
  }
  header #logo_video {
    flex-direction: column;
  }
  header #logo_video #menu {
    width: 100%;
    align-items: center;
  }
  header #logo_video #video {
    padding: 0;
  }
  header #logo_video #video iframe {
    display: block;
    margin: 0 auto;
    float: none;
  }
  #main-wrapper .dog {
    width: 94%;
    flex-direction: column;
  }
  #main-wrapper .dog .left {
    width: 100%;
  }
  #main-wrapper .dog .opis {
    width: 100%;
  }
  #main-wrapper2 .cats {
    width: 93%;
  }
  #main-wrapper2 .cats img {
    width: 100%;
  }
  #main-wrapper2 .cats p {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */