#render {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 10px;
  padding: 0 8px;
  padding-left: 4px;
  color: white;
  background-color: #001696;
  opacity: 0.5;
  border-radius: 0 0 12px 0;
  z-index: 999;
}
#render a {
  color: white;
  text-decoration: none;
}
svg {
  max-width: 100%;
  height: 100%;
}
html {
  margin: 0;
  padding: 0;
}
body {
  color: #273C5C;
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-optical-sizing: auto;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  height: 100%;
  text-align: center;
}
.container {
  margin: 0 auto;
}
.container.main {
  max-width: 1920px;
  box-shadow: 0 0 48px 20px rgba(0, 0, 0, 0.3);
}
.container.s840 {
  max-width: 840px;
}
@media (max-width: 872px) {
  .container.s840 {
    padding: 0 16px;
  }
}
.container.s798 {
  max-width: 798px;
}
@media (max-width: 830px) {
  .container.s798 {
    padding: 0 16px;
  }
}
.container.s696 {
  max-width: 696px;
}
@media (max-width: 728px) {
  .container.s696 {
    padding: 0 16px;
  }
}
.container.s632 {
  max-width: 632px;
}
@media (max-width: 664px) {
  .container.s632 {
    padding: 0 16px;
  }
}
.container.nopad {
  padding: 0;
}
h1 {
  display: none;
}
h2 {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 600;
  font-size: 54px;
  line-height: 114%;
  display: flex;
  flex-direction: column;
}
h2.num {
  display: block;
  font-size: 52px;
}
@media (max-width: 650px) {
  h2 {
    font-size: 32px;
    line-height: 114%;
  }
}
h3 {
  font-family: "MuseoModerno", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
}
@media (max-width: 650px) {
  h3 {
    margin: 24px auto;
  }
}
p {
  margin: 12px auto;
}
p.undertitle {
  margin: 0 auto;
  margin-bottom: 48px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #3EE8FF;
  text-decoration: underline;
}
a:hover {
  _color: white;
  text-decoration: underline;
}
#viceBtn.show {
  display: inline;
}
#viceBtn.hidden {
  display: none;
}
#vice.show {
  display: block;
}
#vice.hidden {
  display: none;
}
.border {
  position: relative;
  border-bottom: 2px #3EE8FF solid;
  padding-bottom: 60px;
}
.border::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 117px;
  left: 0;
  bottom: 0;
  background-color: #3EE8FF;
}
.border::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 117px;
  right: 0;
  bottom: 0;
  background-color: #3EE8FF;
}
header {
  min-height: 54px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px #0000001F;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
}
@media (max-width: 650px) {
  header {
    min-height: 40px;
  }
}
header a {
  display: flex;
}
header .logoIdnes {
  width: 158px;
}
@media (max-width: 650px) {
  header .logoIdnes {
    width: 100px;
  }
}
.opener {
  background-image: url('opener_desk.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 780px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1920px) {
  .opener {
    padding-top: 42vw;
    background-size: contain;
  }
}
@media (max-width: 650px) {
  .opener {
    background-image: url('opener_touch.jpg');
    padding-top: 90vw;
    padding-bottom: 24px;
    background-size: contain;
  }
}
.opener p {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  margin-bottom: 32px;
}
.opener .union {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
}
.opener .btn {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
  max-width: 296px;
  min-height: 56px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.169) 98.18%);
  border: 1px solid #DC0000;
  border-radius: 4px;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
}
@media (max-width: 650px) {
  .opener .btn {
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  .opener .btn {
    flex-direction: column;
    padding: 4px;
    gap: 4px;
  }
}
.opener .btn:hover {
  text-decoration: underline;
}
.opener .btn img {
  margin-bottom: 5px;
}
.menusection {
  padding-bottom: 60px;
  background: url('bg_map.jpg'), linear-gradient(0deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82)), linear-gradient(0deg, rgba(255, 255, 255, 0) 43.79%, #FFFFFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 56.94%, #FFFFFF 100%);
  background-position: top 120px center;
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  .menusection {
    padding-bottom: 0;
  }
}
@media (max-width: 650px) {
  .menusection .menuMapa {
    display: none;
  }
}
.menusection .menuMapa g {
  opacity: 0.5;
  transition: all 0.4s;
}
.menusection .menuMapa .highlight {
  opacity: 1;
  animation: bounce-top 0.9s both;
}
.menusection .menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .menusection .menu {
    margin-bottom: 24px;
    display: grid;
    grid: auto / 1fr 1fr;
  }
}
@media (max-width: 465px) {
  .menusection .menu {
    grid: auto / 1fr;
  }
}
.menusection .menu .item {
  animation: bounce-in-top 1.1s both;
  animation-play-state: paused;
  position: relative;
  max-width: calc(180px - (34px + 12px));
  min-height: 46px;
  display: inline-block;
  padding: 0 12px;
  padding-left: 34px;
  margin-left: 26px;
  color: #273C5C;
  background: #FFFFFF;
  border: 3px solid #DC0000;
  border-radius: 0px 100px 100px 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .menusection .menu .item {
    max-width: none;
  }
}
.menusection .menu .item:nth-of-type(1) {
  animation-delay: 0.1s;
}
.menusection .menu .item:nth-of-type(2) {
  animation-delay: 0.2s;
}
.menusection .menu .item:nth-of-type(3) {
  animation-delay: 0.3s;
}
.menusection .menu .item:nth-of-type(4) {
  animation-delay: 0.4s;
}
.menusection .menu .item:nth-of-type(5) {
  animation-delay: 0.5s;
}
.menusection .menu .item:nth-of-type(6) {
  animation-delay: 0.6s;
}
.menusection .menu .item:nth-of-type(7) {
  animation-delay: 0.6s;
}
.menusection .menu .item:nth-of-type(8) {
  animation-delay: 0.8s;
}
.menusection .menu .item::before {
  content: '';
  position: absolute;
  width: 58px;
  height: 58px;
  left: 0;
  top: 0;
  background-image: url('icoLyzar_red.svg');
  background-size: 58px 58px;
  transform: translate(-50%, -6px) rotate(-20deg);
  transition: all 0.3s;
}
.menusection .menu .item:hover::before {
  transform: translate(-50%, -6px) rotate(20deg);
}
.author {
  color: #757575;
  font-weight: 400;
  font-size: 12px;
  line-height: 114%;
}
.infonum {
  border: 2px solid #273C5C;
  border-radius: 100px;
  color: #273C5C;
  font-family: "MuseoModerno", sans-serif;
  padding: 10px 16px;
  display: inline-flex;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 650px) {
  .infonum {
    border: none;
    border-radius: 0;
    padding: 0;
    display: grid;
    grid: auto / 1fr 1fr;
    gap: 8px;
  }
}
@media (max-width: 450px) {
  .infonum {
    grid: auto / 1fr;
  }
}
.infonum .item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
}
@media (max-width: 650px) {
  .infonum .item {
    border: 2px solid #273C5C;
    border-radius: 100px;
    padding: 10px 16px;
    justify-content: flex-start;
  }
}
.infonum .item .number {
  font-size: 36px;
  font-weight: 500;
  line-height: 0.8em;
}
@media (max-width: 650px) {
  .infonum .item .number {
    font-size: 28px;
  }
}
.infonum .item .text {
  font-size: 10px;
  font-weight: 500;
  line-height: 12.5px;
  text-align: left;
}
.cards {
  display: grid;
  grid: auto / repeat(3, 1fr);
  gap: 58px;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .cards {
    gap: 40px;
  }
}
@media (max-width: 650px) {
  .cards {
    grid: auto / 1fr;
    gap: 16px;
  }
}
.cards .item {
  position: relative;
  border: 2px solid white;
  border-radius: 10px;
  box-shadow: 2.29px 2.29px 2.64px 0px #0000002B;
  padding: 18px 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}
.cards .item svg {
  display: block;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
}
.cards .item::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 42px;
  background-image: url('icoWave.svg');
  background-size: 42px 32px;
  background-repeat: no-repeat;
  transform: translate(50%, -50%);
}
@media (max-width: 650px) {
  .cards .item::after {
    display: none;
  }
}
.tips {
  display: grid;
  grid: auto / 54fr 41fr;
  gap: 32px;
}
@media (max-width: 650px) {
  .tips {
    grid: auto / 1fr;
    gap: 16px;
  }
}
.tips .img {
  color: #757575;
  font-size: 12px;
  line-height: 114%;
  text-align: left;
}
@media (max-width: 650px) {
  .tips .img {
    text-align: center;
  }
}
.tips .text {
  text-align: left;
  border-left: 2px solid #DC0000;
  padding-left: 16px;
  line-height: 20px;
}
.tips .text h4 {
  font-family: "MuseoModerno", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  margin: 0;
  margin-bottom: 12px;
}
@media (max-width: 650px) {
  .tips .text h4 {
    font-size: 24px;
    line-height: 115%;
  }
}
.btnRed {
  position: relative;
  color: white;
  font-family: "MuseoModerno", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 114%;
  text-align: center;
  background-color: #DC0000;
  padding: 12px;
  border-radius: 100px;
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 5;
  animation: bounce-bottom 0.9s both;
  animation-play-state: paused;
}
.btnRed .btnIcons {
  width: 24px;
}
.btnRed .btnIcons .sipka {
  opacity: 1;
  transition: all 0.6s;
}
.btnRed .btnIcons .panak {
  opacity: 0;
  transition: all 0.6s;
}
.btnRed:hover {
  text-decoration: none;
}
.btnRed:hover .btnIcons .sipka {
  opacity: 0;
}
.btnRed:hover .btnIcons .panak {
  opacity: 1;
}
.btnRed.auto {
  display: inline-flex;
  min-width: 350px;
  animation: bounce-top 0.9s both;
  animation-play-state: paused;
}
@media (max-width: 650px) {
  .btnRed.auto {
    min-width: auto;
    display: flex;
  }
}
.section {
  margin-top: 60px;
  padding-top: 560px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1920px) {
  .section {
    padding-top: 29vw;
    background-size: contain;
  }
}
@media (max-width: 650px) {
  .section {
    margin-top: 24px;
    padding-top: 90vw;
    background-size: contain;
  }
}
.section.no1 {
  background-image: url('section1_desk.jpg');
}
@media (max-width: 650px) {
  .section.no1 {
    background-image: url('section1_touch.jpg');
  }
}
.section.no2 {
  background-image: url('section2_desk.jpg');
}
@media (max-width: 650px) {
  .section.no2 {
    background-image: url('section2_touch.jpg');
  }
}
.section.no3 {
  background-image: url('section3_desk.jpg');
}
@media (max-width: 650px) {
  .section.no3 {
    background-image: url('section3_touch.jpg');
  }
}
.section.no4 {
  background-image: url('section4_desk.jpg');
}
@media (max-width: 650px) {
  .section.no4 {
    background-image: url('section4_touch.jpg');
  }
}
.section.no5 {
  background-image: url('section5_desk.jpg');
}
@media (max-width: 650px) {
  .section.no5 {
    background-image: url('section5_touch.jpg');
  }
}
.section.no6 {
  background-image: url('section6_desk.jpg');
}
@media (max-width: 650px) {
  .section.no6 {
    background-image: url('section6_touch.jpg');
  }
}
.section.no6 .title {
  max-width: 590px;
}
@media (max-width: 622px) {
  .section.no6 .title {
    padding: 0 16px;
  }
}
.section.no7 {
  background-image: url('section7_desk.jpg');
}
@media (max-width: 650px) {
  .section.no7 {
    background-image: url('section7_touch.jpg');
  }
}
.section.no8 {
  background-image: url('section8_desk.jpg');
}
@media (max-width: 650px) {
  .section.no8 {
    background-image: url('section8_touch.jpg');
  }
}
.section .bg {
  background-image: url('bg_section_desk.jpg');
  background-position: bottom center;
  background-repeat: no-repeat;
}
.section .title {
  max-width: 650px;
}
@media (max-width: 682px) {
  .section .title {
    padding: 0 16px;
  }
}
.section h2 {
  margin-bottom: 20px;
  animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-play-state: paused;
}
.section .author {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .section .author {
    margin-bottom: 16px;
  }
}
.section .place {
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 125%;
}
.section .infonum {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .section .infonum {
    margin-bottom: 24px;
  }
}
.section p {
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .section p {
    margin-bottom: 24px;
  }
}
.section h3 {
  margin-bottom: 20px;
}
.section .tips {
  margin-bottom: 40px;
}
@media (max-width: 650px) {
  .section .tips {
    margin-bottom: 24px;
  }
}
.vyrazit {
  margin: 60px auto;
}
.vyrazit h2 {
  animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation-play-state: paused;
}
.vyrazit p {
  margin: 24px auto;
}
footer {
  padding: 23px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #273C5C;
  font-size: 13px;
  line-height: 140%;
  text-align: center;
}
.is-inViewport,
.is-inViewport > * {
  animation-play-state: running!important;
}
.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@keyframes bounce-top {
  0% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-200px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-65px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-28px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-8px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes tracking-in-contract-bck-top {
  0% {
    transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    y: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-bottom {
  0% {
    transform: translateY(45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
#ajax-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 123456;
  width: 40px;
  height: 40px;
  visibility: hidden;
}
#ajax-spinner .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#ajax-spinner .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #D3CA66;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
#ajax-spinner .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
#ajax-spinner .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
#ajax-spinner .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#ajax-spinner .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
#ajax-spinner .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
#ajax-spinner .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#ajax-spinner .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
#ajax-spinner .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
#ajax-spinner .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#ajax-spinner .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
#ajax-spinner .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
#ajax-spinner .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
#ajax-spinner .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
#ajax-spinner .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#ajax-spinner .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
#ajax-spinner .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
#ajax-spinner .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#ajax-spinner .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#ajax-spinner .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
#ajax-spinner .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#ajax-spinner .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
#ajax-spinner .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.form .thaks {
  display: none;
  margin: 40px auto;
  text-align: center;
}
.form .thaks .check {
  width: 100px;
  margin-bottom: 40px;
}
.form .thaks h2 {
  font-size: 20px;
  margin-bottom: 40px;
  animation: none;
}
.form .thaks .text {
  margin: 0 auto;
  max-width: 30em;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (max-width: 650px) {
  .form .thaks .text {
    text-align: center;
  }
}
.form .sides {
  margin: 0 auto;
  display: grid;
  grid: auto / 41fr 56fr;
  gap: 0px 24px;
  align-items: center;
  grid-template-areas: "inputs img";
}
.form .sides .img {
  grid-area: img;
}
.form .sides .inputs {
  grid-area: inputs;
}
@media (max-width: 820px) {
  .form .sides {
    max-width: 780px;
    grid-template-columns: 43fr 44fr;
    grid-template-areas: "inputs img";
  }
}
@media (max-width: 820px) and (max-width: 720px) {
  .form .sides {
    grid-template-columns: 1fr;
    grid-template-areas: "inputs" "img";
  }
}
.form .sides img {
  width: 100%;
}
@media (max-width: 720px) {
  .form .sides img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.form .inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 650px) {
  .form .inputs {
    gap: 4px;
  }
}
.form .inputs label {
  display: block;
  color: #0B132B;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-align: left;
}
.form .inputs .btn {
  color: white;
  background-color: transparent;
  border-radius: 5px;
  font-size: 16.51px;
  font-weight: bold;
  line-height: 16.51px;
  text-transform: uppercase;
  width: 100%;
  min-height: 60px;
  padding: 0;
  border: 1px #3EE8FF solid;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.form .inputs .btn:hover {
  color: #0B132B;
  background-color: #3EE8FF;
  border: 1px #0B132B solid;
}
@media (max-width: 360px) {
  .form .inputs .btn {
    min-width: auto;
    width: 100%;
  }
}
.form .inputs .group,
.form .inputs select {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border: 1px solid #CFDCF1;
  border-radius: 4px;
  background-color: #FFFFFF;
  padding: 8px;
  box-shadow: 0px 2px 4px 0px #00000033 inset;
}
.form .inputs .group.website,
.form .inputs select.website {
  display: none;
}
.form .inputs .group.disabled,
.form .inputs select.disabled {
  border: 1px solid #dddddd;
}
.form .inputs .group.disabled label,
.form .inputs select.disabled label {
  color: #dddddd;
}
.form .inputs select {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  color: #0B132B;
  background-color: #3EE8FF;
  border: 1px #0B132B solid;
  padding-top: 16px;
  padding-bottom: 16px;
}
.form .inputs select:focus-visible {
  outline: none;
}
.form .inputs select option {
  font-size: 16px;
  background-color: white;
}
.form .inputs input[type="text"],
.form .inputs input[type="email"],
.form .inputs textarea {
  padding: 0;
  border: none;
  background: transparent;
  color: #546E7A;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}
.form .inputs input[type="text"]:focus-visible,
.form .inputs input[type="email"]:focus-visible,
.form .inputs textarea:focus-visible {
  outline: none;
}
.form .inputs textarea {
  min-height: 160px;
}
.form .inputs input:-webkit-autofill,
.form .inputs input:-webkit-autofill:hover,
.form .inputs input:-webkit-autofill:focus,
.form .inputs textarea:-webkit-autofill,
.form .inputs textarea:-webkit-autofill:hover,
.form .inputs textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #546E7A;
  background-color: #FFFFFF !important;
}
.form .checkbox label {
  display: flex;
  align-items: center;
}
.form input[type="checkbox"] {
  margin-right: 10px;
}
.form .submit {
  display: flex;
}
@media (max-width: 360px) {
  .form .submit {
    display: block;
    width: 100%;
  }
}
.form .help-block {
  font-size: 12px;
  text-align: left;
  color: #e44f5b;
}
.form #consent-text {
  margin-top: 24px;
  color: white;
  font-size: 10px;
  line-height: 140%;
  text-align: left;
  border-top: 1px solid #FFFFFF80;
}
@media (max-width: 720px) {
  .form #consent-text {
    margin-top: 16px;
  }
}
.form #consent-text p {
  margin: 8px auto;
}
