@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

a {
  text-decoration: none;
  color: #0C2D47; }

h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 88px; }
@media (max-width: 767.999px) {
  h1 {
    font-size: 36px; } }

h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.05; }
@media (max-width: 767.999px) {
  h2 {
    font-size: 36px; } }

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px; }

h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  color: #0C2D47;
  background-color: #F8F8F8; }

.container {
  max-width: 1245px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.button {
  background: linear-gradient(90deg, #36A6FD 0%, #36A6FD 100%);
  border-radius: 8px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all ease .3s;
  cursor: pointer;
  width: 206px;
  height: 52px;
  outline: none;
  position: relative;
  z-index: 1;
  text-align: center;
  display: inline-block;
  line-height: 52px; }
.button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(90deg, #36A6FD 0%, #0862A8 100%);
  transition: opacity 0.5s ease-out;
  z-index: 2;
  opacity: 0; }
.button:hover:after {
  opacity: 1; }
.button__text {
  position: relative;
  z-index: 3; }

.header {
  /* on activation */ }
.header #mobile-menu-button {
  width: 28px;
  height: 30px;
  padding: 5px;
  box-sizing: content-box;
  position: relative;
  cursor: pointer;
  display: none; }
@media (max-width: 767.999px) {
  .header #mobile-menu-button {
    display: block; } }
.header #mobile-menu-button span:after,
.header #mobile-menu-button span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
  width: 100% !important; }
.header #mobile-menu-button span:after {
  top: 9px; }
.header #mobile-menu-button span {
  position: absolute;
  display: block;
  top: calc(50% - 2px); }
.header #mobile-menu-button span,
.header #mobile-menu-button span:after,
.header #mobile-menu-button span:before {
  width: calc(100% - 10px);
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }
.header #mobile-menu-button.on span,
.header #mobile-menu-button.on span:after,
.header #mobile-menu-button.on span:before {
  background-color: #000; }
.header #mobile-menu-button.on span {
  background-color: transparent; }
.header #mobile-menu-button.on span:before {
  transform: rotate(45deg) translate(5px, 5px); }
.header #mobile-menu-button.on span:after {
  transform: rotate(-45deg) translate(7px, -8px); }
.header #mobile-menu-button.on + #menu {
  opacity: 1;
  visibility: visible; }
.header__menu {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative; }
@media (max-width: 787.999px) {
  .header__menu nav {
    position: absolute;
    top: -16px;
    left: -15px;
    width: calc(100% + 30px);
    background: #fff;
    padding: 26px 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s; }
  .mobile-open .header__menu nav {
    opacity: 1;
    visibility: visible; }
  .header__menu nav a {
    display: block;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #0C2D47 !important;
    padding: 8px 16px; } }
.header__menu nav a {
  color: #FFFFFF;
  padding-right: 32px;
  transition: all ease .3s; }
.header__menu nav a:last-child {
  padding-right: 0; }
.header__menu nav a:hover {
  opacity: .8; }
.header__info {
  text-align: center;
  margin: 0 auto;
  padding-top: 85px;
  color: #FFFFFF;
  max-width: 528px;
  width: 100%; }
.header__info .play {
  cursor: pointer;
  margin-bottom: 40px; }
.header__info-button {
  transition: all ease .3s;
  cursor: pointer; }
.header__info-button:hover {
  transform: scale(1.1); }
.header__info-text {
  padding: 24px 0 32px; }
.header_background {
  background-image: url("../img/tour.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 125px 0; }
@media (max-width: 787.999px) {
  .header_background {
    padding: 16px 0 125px 0; } }

.service {
  text-align: center;
  padding: 96px 15px; }
@media (max-width: 767.999px) {
  .service {
    padding: 64px 15px; } }
.service__items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 65px; }
@media (max-width: 1023.999px) {
  .service__items {
    flex-wrap: wrap;
    margin-top: 58px; } }
@media (max-width: 767.999px) {
  .service__items {
    margin-top: 40px; } }
.service__item {
  padding: 32px 26px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  position: relative;
  top: 0;
  transition: all ease .3s; }
.service__item-wrap {
  width: 31%; }
.service__item-wrap:hover .service__item {
  top: -39px; }
@media (max-width: 1023.999px) {
  .service__item-wrap:hover .service__item {
    top: 0; }
  .service__item-wrap {
    width: 100%;
    margin-bottom: 32px; }
  .service__item-wrap:nth-child(2) {
    top: 0; } }
@media (max-width: 767.999px) {
  .service__item h4 {
    font-size: 20px; } }
.service__text {
  padding: 24px 0; }
@media (max-width: 767.999px) {
  .service__text {
    font-size: 16px; } }
.service__text_padding {
  padding-bottom: 49px; }

.development {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between; }
@media (max-width: 1023.999px) {
  .development {
    flex-wrap: wrap; } }
.development_background {
  background-color: #FFFFFF; }
.development_background-img {
  background-image: url(../img/builders.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  max-width: 907px;
  width: calc(100% + 60px);
  height: 100%;
  z-index: 1; }
@media (max-width: 1323px) {
  .development_background-img {
    left: auto;
    right: -15px;
    width: 100%; } }
@media (max-width: 1023.999px) {
  .development_background-img {
    right: 0;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-right: -15px; } }
.development__title {
  width: 30%;
  padding: 64px 0 54px; }
@media (max-width: 1023.999px) {
  .development__title {
    width: 100%;
    text-align: center; }
  .development__title_flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; } }
@media (max-width: 767.999px) {
  .development__title {
    padding: 48px 0 32px; }
  .development__title_flex {
    display: block; } }
.development__title h2 {
  padding-bottom: 40px; }
@media (max-width: 767.999px) {
  .development__title h2 {
    padding-bottom: 24px;
    font-size: 36px; } }
.development__title-element {
  display: inline-block;
  max-width: 302px;
  width: 100%;
  padding: 16px 12px;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  color: #424242;
  text-transform: uppercase; }
.development__title-element:hover {
  background: rgba(54, 166, 253, 0.1);
  border-radius: 2px;
  font-weight: bold; }
@media (max-width: 1023.999px) {
  .development__title-element {
    padding: 15px 50px; }
  .development__title-element:last-child {
    margin-right: 0; } }
@media (max-width: 767.999px) {
  .development__title-element {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 17px;
    padding: 16px; }
  .development__title-element:last-child {
    margin-right: auto; } }
.development__title .active {
  background: #36a6fd;
  border-radius: 2px;
  color: #FFFFFF;
  font-weight: bold; }
.development__slide {
  width: 70%;
  position: relative; }
.development__slide-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: visible;
  transition: all ease .3s; }
.development__slide-item_active {
  opacity: 1;
  visibility: visible; }
@media (max-width: 1023.999px) {
  .development__slide {
    width: 100%;
    height: 400px; } }
@media (max-width: 767.999px) {
  .development__slide {
    height: 300px; } }
.development__slide-text, .development__slide-title {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 423px;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
.development__slide-title {
  padding: 72px 0 16px;
  line-height: 59px; }
@media (max-width: 767.999px) {
  .development__slide-title {
    line-height: 44px;
    font-size: 36px;
    padding-top: 40px; } }
.development__slide-text {
  font-weight: 600;
  padding-bottom: 72px;
  line-height: 22px; }
@media (max-width: 767.999px) {
  .development__slide-text {
    line-height: 20px;
    font-size: 16px;
    padding-bottom: 40px; } }

.advantages {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 96px 0; }
@media (max-width: 767.999px) {
  .advantages {
    flex-wrap: wrap;
    padding: 48px 0; } }
.advantages_background {
  background: linear-gradient(90deg, #36A6FD 0%, #0862A8 100%); }
.advantages__item {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  color: #FFFFFF;
  width: 28%; }
@media (max-width: 767.999px) {
  .advantages__item {
    width: 100%;
    padding-bottom: 32px; }
  .advantages__item:last-child {
    padding-bottom: 0; } }
.advantages__item-text {
  padding-top: 24px; }
@media (max-width: 767.999px) {
  .advantages__item-text {
    font-size: 16px;
    width: 288px;
    margin: 0 auto; } }
.advantages__item img {
  width: 78px;
  height: 78px; }
@media (max-width: 1023.999px) {
  .advantages__item img {
    width: 50px;
    height: 50px; } }

.tools {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0 96px; }
@media (max-width: 1023.999px) {
  .tools {
    justify-content: center;
    padding-top: 28px; } }
@media (max-width: 767.999px) {
  .tools {
    padding-top: 40px; } }
.tools__header {
  text-align: center;
  padding-top: 96px; }
@media (max-width: 767.999px) {
  .tools__header {
    padding-top: 64px; } }
.tools__item {
  width: 31.5%;
  padding: 35px 0;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  margin-top: 32px;
  cursor: pointer;
  position: relative; }
@media (max-width: 1023.999px) {
  .tools__item {
    width: 48%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 0; }
  .tools__item:nth-child(2n) {
    margin-left: 16px; } }
@media (max-width: 767.999px) {
  .tools__item {
    width: 100%; }
  .tools__item:nth-child(2n) {
    margin-left: 0; }
  .tools__item h4 {
    font-size: 20px;
    line-height: 24px; } }
.tools__item-text {
  padding: 24px 40px 0;
  min-height: 125px; }
@media (max-width: 1023.999px) {
  .tools__item-text {
    padding: 24px 20px 0; } }
@media (max-width: 767.999px) {
  .tools__item-text {
    padding: 16px 12px 0;
    font-size: 16px;
    min-height: 0; } }
.tools__item-logo {
  height: 150px;
  padding-bottom: 24px; }
@media (max-width: 1023.999px) {
  .tools__item-logo {
    padding: 40px 0 24px; } }
@media (max-width: 767.999px) {
  .tools__item-logo {
    height: 100px;
    padding: 32px 0 16px; } }
.tools__item-img {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9;
  border-radius: 14px;
  transition: all ease .3s; }
@media (max-width: 1023.999px) {
  .tools__item-img {
    opacity: 0;
    visibility: hidden; }
  .tools__item_active .tools__item-img {
    opacity: 1;
    visibility: visible; } }
@media (min-width: 1024px) {
  .tools__item:hover .tools__item-img {
    opacity: 1;
    visibility: visible; } }
.tools__item-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  transition: all ease .3s; }
@media (max-width: 1023.999px) {
  .tools__item_active .tools__item-close {
    opacity: 1;
    visibility: visible;
    transform: scale(1.4); } }
.tools__button {
  display: none; }
@media (max-width: 1023.999px) {
  .tools__button {
    display: block;
    margin: 20px auto 32px; } }

.devices h2 {
  max-width: 448px;
  width: 100%;
  margin: 0 auto; }
@media (max-width: 767.999px) {
  .devices h2 {
    font-size: 36px; } }
.devices__header {
  text-align: center; }
.devices__header-text {
  font-size: 24px;
  color: #424242;
  line-height: 29px;
  padding: 24px 0 63px;
  max-width: 527px;
  width: 100%;
  margin: 0 auto; }
@media (max-width: 767.999px) {
  .devices__header-text {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 40px; } }
.devices__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 96px; }
.devices__item-text {
  display: flex;
  flex-direction: column;
  align-self: center;
  max-width: 369px;
  width: 100%;
  margin: 0 auto; }
@media (max-width: 1023.999px) {
  .devices__item-text {
    max-width: 346px;
    width: 100%; } }
@media (max-width: 767.999px) {
  .devices__item-text {
    text-align: center; }
  .devices__item-text h3 {
    font-size: 24px;
    line-height: 29px; } }
.devices__item-text p {
  color: #333333;
  line-height: 22px;
  padding-top: 24px; }
@media (max-width: 767.999px) {
  .devices__item-text p {
    padding-top: 16px;
    font-size: 16px;
    line-height: 20px; } }
.devices__item-img {
  width: 50%; }
.devices__item-img:hover img {
  top: -50px; }
@media (max-width: 767.999px) {
  .devices__item-img:hover img {
    top: 0; } }
.devices__item img {
  width: 100%;
  position: relative;
  top: 0;
  transition: all ease .3s; }
@media (max-width: 767.999px) {
  .devices__item {
    padding-bottom: 40px; }
  .devices__item-img {
    width: 100%;
    padding-bottom: 24px; }
  .devices__item img {
    display: block;
    margin: 0 auto;
    max-width: 500px; } }
.devices_reverse {
  flex-direction: row-reverse; }
@media (max-width: 767.999px) {
  .devices_reverse {
    flex-direction: row; } }
.devices__footer {
  text-align: center; }
@media (max-width: 767.999px) {
  .devices__footer {
    padding-top: 24px; } }
.devices__footer-text {
  font-size: 24px;
  color: #424242;
  line-height: 29px;
  padding: 24px 0 96px;
  max-width: 987px;
  width: 100%;
  margin: 0 auto; }
@media (max-width: 767.999px) {
  .devices__footer-text {
    font-size: 20px;
    line-height: 24px; } }

.contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  padding: 64px 15px; }
@media (max-width: 1023.999px) {
  .contact {
    flex-wrap: wrap; } }
.contact_background {
  background-color: #FFFFFF; }
.contact__info {
  max-width: 33%;
  width: 100%;
  padding-right: 32px; }
@media (max-width: 1023.999px) {
  .contact__info {
    max-width: 527px;
    width: 100%;
    text-align: center;
    padding-right: 0; } }
@media (max-width: 767.999px) {
  .contact__info h2 {
    font-size: 36px; } }
.contact__info p {
  font-size: 24px;
  line-height: 29px;
  padding-top: 24px; }
@media (max-width: 767.999px) {
  .contact__info p {
    font-size: 20px;
    line-height: 24px; } }
.contact__form {
  width: 46%; }
@media (max-width: 1023.999px) {
  .contact__form {
    width: 100%;
    padding-top: 48px; } }
.contact__form-name {
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  color: #424242;
  padding-bottom: 16px; }
@media (max-width: 767.999px) {
  .contact__form-name {
    font-size: 16px;
    line-height: 20px; } }
.contact__form input {
  background: #F3F3F3;
  border-radius: 15px;
  border: 1px solid #F3F3F3;
  color: #424242;
  padding: 20px 0 20px 16px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  transition: all ease .3s;
  caret-color: rgba(0, 0, 0, 0.19); }
.contact__form input:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.19); }
.contact__form textarea {
  background: #F3F3F3;
  border-radius: 15px;
  border: 1px solid #F3F3F3;
  color: #424242;
  padding: 20px 0 20px 16px;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  resize: none;
  height: 93px;
  transition: all ease .3s;
  caret-color: rgba(0, 0, 0, 0.19); }
.contact__form textarea:focus {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.19); }
.contact_double {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 24px 0; }
.contact_double label:nth-child(1) {
  margin-right: 32px; }
@media (max-width: 767.999px) {
  .contact_double {
    flex-wrap: wrap; }
  .contact_double label:nth-child(1) {
    margin-right: 0;
    margin-bottom: 24px; } }
.contact_double input {
  width: 100%; }
.contact_double label {
  width: 50%; }
@media (max-width: 767.999px) {
  .contact_double label {
    width: 100%; } }
@media (max-width: 1023.999px) {
  .contact__button {
    text-align: center; } }
.contact .error input {
  border: 1px solid #E80C0C; }
.contact .error__text {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #E80C0C;
  padding-top: 10px; }

.error .error__text {
  display: block; }

.checkbox-row {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  line-height: 1.2;
  padding: 24px 0 31px; }
.checkbox-row a {
  color: #36A6FD; }
.checkbox-row a:hover {
  text-decoration: underline; }

.checkbox-row .search-text {
  margin: 0;
  cursor: pointer; }

.checkbox {
  position: relative;
  vertical-align: top;
  display: flex;
  align-items: center; }

.checkbox-field {
  display: none; }

.checkbox-field:checked + .checkbox-label:after {
  border-color: #000000;
  animation: check .5s; }

.checkbox-field:checked + .checkbox-label {
  background-color: #F3F3F3;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0); }

.checkbox-label {
  width: 20px;
  height: 20px;
  transition: background-color .3s, border-color .3s;
  backface-visibility: hidden;
  will-change: background-color, border-color;
  display: block;
  margin-right: 10px;
  position: relative;
  border-radius: 2px;
  border: 1px solid #F3F3F3;
  background: #F3F3F3; }

.checkbox-label:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 6px;
  height: 9px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  content: "";
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top; }

.radio {
  border-radius: 30px; }

.radio:after {
  top: 9px; }

@keyframes check {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 6px;
    height: 0; }
  50% {
    width: 6px;
    height: 9px; } }
.footer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px 15px; }
.footer_img {
  display: none; }
@media (max-width: 767.999px) {
  .footer {
    padding: 24px 15px;
    flex-direction: column-reverse;
    align-items: center; }
  .footer_img {
    display: block;
    margin: 0 auto;
    padding-bottom: 45px; } }
.footer__social-network {
  width: 48%; }
@media (max-width: 767.999px) {
  .footer__social-network {
    width: 100%;
    text-align: center; } }
.footer__logo {
  display: block; }
@media (max-width: 767.999px) {
  .footer__logo {
    width: 100%;
    text-align: center; } }
.footer_background {
  background: linear-gradient(90deg, #36A6FD 0%, #0862A8 100%); }
.footer__copyright {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 29px; }
@media (max-width: 767.999px) {
  .footer__copyright {
    font-size: 20px;
    line-height: 24px; } }
.footer__links {
  padding: 40px 0 28px; }
@media (max-width: 767.999px) {
  .footer__links {
    padding: 24px 0 15px; } }
.footer__link {
  padding-right: 16px;
  transition: all ease .3s; }
.footer__link:hover {
  opacity: .8; }
@media (max-width: 767.999px) {
  .footer__link {
    padding-right: 9px; } }
.footer__link:last-child {
  padding-right: 0; }
.footer__page-navigate nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 21px;
  padding-bottom: 36px; }
@media (max-width: 767.999px) {
  .footer__page-navigate nav {
    width: 100%;
    text-align: center;
    padding-bottom: 20px; } }
.footer__page-navigate nav a {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 29px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding-bottom: 24px;
  transition: all ease .3s; }
.footer__page-navigate nav a:last-child {
  padding-bottom: 0; }
.footer__page-navigate nav a:hover {
  opacity: .8; }
.footer__page-navigate_mobile {
  display: none; }
@media (max-width: 767.999px) {
  .footer__page-navigate_mobile {
    display: block; }
  .footer__page-navigate_mobile nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-top: 16px;
    padding-bottom: 24px;
    text-align: center; }
  .footer__page-navigate_mobile nav a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0); }
  .footer__page-navigate_mobile nav a:nth-child(2) {
    margin: 24px 0; } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all ease .3s; }
.open-video .modal-video {
  opacity: 1;
  transform: scale(1);
  visibility: visible; }
.modal-video__body {
  height: 100%; }
.modal-video__content {
  width: 100%;
  height: 100%;
  padding: 100px; }
@media (max-width: 767.999px) {
  .modal-video__content {
    padding: 30px 15px; } }
.modal-video__close {
  position: absolute;
  top: 16px;
  right: 30px;
  cursor: pointer; }
@media (max-width: 1023.999px) {
  .modal-video__close {
    transform: scale(1.4); } }

.open-video {
  overflow: hidden; }

.video-block {
  width: 100%;
  height: 100%; }

.piplos-logo {
  transition: all ease .3s; }
.piplos-logo:hover {
  opacity: .8; }

main {
  overflow: hidden; }

.cookie-block {
  position: fixed;
  font-size: 14px;
  z-index: 12;
  bottom: 24px;
  right: 24px;
  width: 90%;
  max-width: 860px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all ease .3s; }
.cookie-block_open {
  opacity: 1;
  visibility: visible; }
.cookie-block #accept_cookie {
  margin-left: 20px;
  height: 33px;
  font-size: 14px;
  flex-shrink: 0;
  max-width: 120px;
  line-height: 20px; }

.mobile-block {
  display: none; }
@media (max-width: 767.999px) {
  .mobile-block {
    display: block; } }
.mobile-block .piplos-logo {
  margin-bottom: 20px;
  display: inline-block; }

.desktop-block {
  display: block; }
@media (max-width: 767.999px) {
  .desktop-block {
    display: none; } }

.g-recaptcha {
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact_background ul {
  display: none;
}

.honeypot {
  display: none !important;
}

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