@charset "UTF-8";
html {
  box-sizing: border-box;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

ol,
ul {
  list-style-type: none;
}

a {
  background-color: transparent;
}

img,
figure {
  max-width: 100%;
  height: auto;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

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;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Inter-100.eot"); /* IE9 */
  src: url("../fonts/Inter-100.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-100.woff2") format("woff2"), url("../fonts/Inter-100.woff") format("woff"), url("../fonts/Inter-100.ttf") format("truetype"), url("../fonts/Inter-100.svg#Inter") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Inter-Regular.eot"); /* IE9 */
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg#Inter") format("svg"); /* Legacy iOS */
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Inter", sans-serif;
  color: #FFF;
  line-height: 1.8;
}

h1, h2, h3, h4 {
  font-weight: 400;
  margin-bottom: clamp(1.6rem, 3vw, 2rem);
  line-height: 1.3;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
}

h1 {
  font-size: clamp(2.8rem, 3vw, 5rem);
}

h2 {
  font-size: clamp(2.2rem, 3vw, 4.2rem);
}

h3 {
  font-size: clamp(2.2rem, 3vw, 3.6rem);
}

h4 {
  font-size: clamp(2.2rem, 3vw, 3.2rem);
}

p,
li {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 100;
}

a {
  display: inline-block;
  text-decoration: none;
  font-size: inherit;
  color: #FFF;
}

button {
  line-height: 0;
}

figure {
  margin: 0;
  padding: 0;
}

figcaption {
  font-size: 1.4rem;
  position: relative;
}

iframe[src*=youtube] {
  width: 100%;
  height: 35rem;
}

form ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1; /* Firefox */
}

form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
  opacity: 1; /* Firefox */
}
form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #222;
}
form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #222;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
.u-m
.u-mb
.u-p
 */
.u-m {
  margin: 1rem;
}
.u-m-s {
  margin: 0.5rem;
}
.u-m-b {
  margin: 2rem;
}

.u-mb {
  margin-bottom: 1rem;
}
.u-mb-s {
  margin-bottom: 0.5rem;
}
.u-mb-b {
  margin-bottom: 2rem;
}

.u-p {
  padding: 1rem;
}
.u-p-s {
  padding: 0.5rem;
}
.u-p-b {
  padding: 2rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 7rem;
}

body {
  background-color: #010101;
  font-weight: 100;
  overflow-x: hidden;
  position: relative;
}

.main-content {
  padding-top: 4.8rem;
}

main > * {
  position: relative;
  z-index: 2;
}

.ugo-container {
  max-width: 130rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.ugo-flex > .ugo-column:not(:first-child) {
  margin-top: 5rem;
}

.ugo-grid {
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
.ugo-grid--col3 {
  grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
}
.ugo-grid--col4 {
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
}

.ugo-block__margin {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.ugo-block__padding {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.ugo-block__negative-margin {
  margin-top: -2rem;
  margin-bottom: 5rem;
}

.ugo__intro {
  color: #FFF;
  text-align: center;
  margin: 0 auto 4rem;
  max-width: 70rem;
}
.ugo__intro__title {
  font-size: clamp(2.6rem, 3vw, 4rem);
  margin-bottom: 1rem;
}
.ugo__intro__subtitle {
  text-transform: uppercase;
}

.ugo-text > *:first-child {
  margin-top: 0 !important;
}
.ugo-text h2, .ugo-text h3, .ugo-text h4 {
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.ugo-text p:not(:last-child) {
  margin-bottom: 2rem;
}
.ugo-text a:not(.ugo-button) {
  display: inline;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}
.ugo-text a:hover {
  text-decoration-thickness: 0.4rem;
}
.ugo-text ul,
.ugo-text ol {
  margin-left: 3rem;
  margin-top: 3rem;
}
.ugo-text ul li:not(:last-child),
.ugo-text ol li:not(:last-child) {
  margin-bottom: 1rem;
}
.ugo-text ul ul,
.ugo-text ul ol,
.ugo-text ol ul,
.ugo-text ol ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ugo-text ul {
  list-style-type: disc;
}
.ugo-text ol {
  list-style-type: decimal;
}

.ugo-image--mobile {
  max-width: 100%;
}
.ugo-image--desktop {
  display: none;
}

.ugo-link {
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 400;
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.4rem;
}
.ugo-link:hover {
  text-decoration-thickness: 0.4rem;
}
.ugo-link--icon {
  text-decoration: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.ugo-link--icon svg {
  width: 3.6rem;
  height: 3.6rem;
  background-color: #FFF;
  border: 1px solid #010101;
  border-radius: 100%;
  padding: 0.7rem;
  fill: #010101;
  overflow: unset;
}
.ugo-link--icon:hover {
  text-decoration: underline;
}
.ugo-link--arrow::after {
  content: "➔";
  padding-left: 1rem;
  position: absolute;
  transition: 0.3s;
}
.ugo-link--arrow:hover::after {
  transform: translateX(0.5rem);
}
.ugo-link--cut {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ugo-card {
  position: relative;
}
.ugo-card a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
.ugo-card p:last-child {
  position: relative;
  z-index: 2;
}

.ugo-button {
  padding: clamp(1.2rem, 2vw, 1.6rem) 1rem;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  min-width: 10rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.ugo-button span {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1;
}
.ugo-button svg {
  fill: currentColor;
}
.ugo-button--primary, .ugo-button--white {
  background-color: #FFF;
  border-color: #FFF;
  color: #010101;
}
.ugo-button--primary:hover, .ugo-button--white:hover {
  background-color: #010101;
  color: #FFF;
}
.ugo-button--inverse {
  background-color: #FFF;
  border-color: #FFF;
  color: #010101;
}
.ugo-button--inverse:hover {
  background-color: #010101;
  color: #FFF;
}

.ugo-background--white {
  background-color: #FFF;
}
.ugo-background--black {
  background-color: #010101;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  .main-content {
    padding-top: 8.8rem;
  }
  .ugo-image--mobile {
    display: none;
  }
  .ugo-image--desktop {
    display: block;
  }
  .ugo-flex {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
  .ugo-flex > .ugo-column {
    flex-basis: 100%;
    position: relative;
  }
  .ugo-flex > .ugo-column--1of2, .ugo-flex > .ugo-column--1of3, .ugo-flex > .ugo-column--1of4, .ugo-flex > .ugo-column--2of3, .ugo-flex > .ugo-column--3of4 {
    flex-basis: calc(50% - 4rem);
  }
  .ugo-flex > .ugo-column:not(:first-child) {
    margin-top: 0;
  }
  .ugo-block__margin {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .ugo-block__padding {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .ugo-block__negative-margin {
    margin-top: -3rem;
    margin-bottom: 10rem;
  }
  .ugo-button {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 20rem;
  }
}
@media screen and (min-width: 1000px) {
  html {
    scroll-padding-top: 15rem;
  }
  .ugo-flex > .ugo-column--1of2 {
    flex-basis: calc(50% - 4rem);
  }
  .ugo-flex > .ugo-column--1of3 {
    flex-basis: calc(33.333333% - 5.3333333333rem);
  }
  .ugo-flex > .ugo-column--1of4 {
    flex-basis: calc(25% - 6rem);
  }
  .ugo-flex > .ugo-column--2of3 {
    flex-basis: calc(66.666666% - 16rem);
  }
  .ugo-flex > .ugo-column--3of4 {
    flex-basis: calc(75% - 16rem);
  }
}
.header {
  background-color: transparent;
  overflow-x: hidden;
  background-color: #000;
}
.header__sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.header__sub {
  right: 0;
}

.header-mobile__grid {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
}
.header-mobile__grid-left {
  grid-column: 1/2;
  grid-row: 1/2;
}
.header-mobile__grid-right {
  grid-column: -2/-1;
  grid-row: 1/2;
  justify-self: end;
  width: 100%;
}
.header-mobile__grid-sub {
  grid-column: 1/-1;
  grid-row: 2/3;
}
.header-mobile__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.logo {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.5rem;
}
.logo__mobile {
  max-height: 3.2rem;
  padding: 3px;
}
.logo img {
  width: -moz-fit-content;
  width: fit-content;
}

.burger-button {
  padding-right: 1.5rem;
  background-color: #010101;
  position: relative;
  z-index: 2;
}
.burger-button__button {
  background-color: transparent;
  border: none;
  color: #FFF;
  fill: #FFF;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.7rem;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.burger-button__span {
  display: block;
  height: 2px;
  width: 100%;
  max-width: 3.7rem;
  background: #FFF;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger-button__span:nth-child(1) {
  margin-left: auto;
}
.burger-button__span:nth-child(3) {
  margin-right: auto;
}
.burger-button--open .burger-button__span {
  max-width: unset;
}
.burger-button--open .burger-button__span:nth-child(1) {
  margin-left: auto;
  transform: rotate(-45deg) translate(0px, -10px);
  transform-origin: top right;
}
.burger-button--open .burger-button__span:nth-child(2) {
  opacity: 0;
}
.burger-button--open .burger-button__span:nth-child(3) {
  margin-right: auto;
  transform: rotate(45deg) translate(0px, 10px);
  transform-origin: bottom right;
}

.menu-mobile {
  display: none;
  opacity: 1;
  transition: opacity 2s ease-out;
  z-index: 1;
}
.menu-mobile__list {
  display: flex;
  flex-direction: column;
}
.menu-mobile__link {
  display: block;
  padding: 1rem 2rem;
}
.menu-mobile__parent {
  display: flex;
  flex-wrap: wrap;
}
.menu-mobile--open {
  right: 0;
  display: block;
}

.bottom-bar {
  position: fixed;
  align-items: center;
  z-index: 999;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  border-top: 2px solid #010101;
  padding: 5px;
}
.bottom-bar__list {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  gap: 1rem;
}
.bottom-bar__item {
  margin-bottom: 0 !important;
  min-width: 4.8rem;
  line-height: 1;
}
.bottom-bar__link {
  font-size: 1rem;
  color: #010101;
  font-weight: 400;
  text-transform: uppercase;
}
.bottom-bar__icon {
  display: block;
  margin: 0 auto 2px;
}
.bottom-bar__button {
  flex-grow: 1;
}
.bottom-bar--link-btn {
  font-size: 1.8rem;
  color: #010101;
  background-color: #FFF;
  text-transform: none;
  font-weight: 400;
  padding: 8px 3px;
  border-radius: 0;
  width: 100%;
}

@media screen and (min-width: 650px) {
  .header-mobile {
    position: relative;
  }
  .header-mobile__grid-sub {
    grid-row: 1/2;
    margin-left: auto;
  }
  .menu-mobile {
    position: absolute;
    opacity: 0;
    display: block;
    right: 0;
    top: 8px;
    transition: all 0.4s;
  }
  .menu-mobile__list {
    flex-direction: row;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .menu-mobile__link {
    padding: 0;
  }
  .menu-mobile--open {
    right: 105px;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .logo {
    padding-left: 4rem;
  }
  .logo__mobile {
    max-height: 4.5rem;
    padding: 3px;
  }
  .burger-button {
    padding-right: 4rem;
  }
}
.hero__grid {
  display: grid;
  grid-template-columns: 2rem 1fr 2rem;
  grid-template-areas: ". text ." "image image image";
  align-content: stretch;
  min-height: 40rem;
}
.hero__grid-text {
  grid-area: text;
  place-self: center start;
}
.hero__grid-image {
  grid-area: image;
}
.hero__block-text {
  padding: 5rem 0;
  z-index: 1;
  width: 100%;
}
.hero__block-text > *:not(:last-child) {
  margin-bottom: 2rem;
}
.hero__buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hero__image {
  height: 100%;
  min-height: 30rem;
  display: flex;
}
.hero__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero--homepage .ugo-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5rem;
  position: relative;
}
.hero--homepage__image {
  z-index: 2;
}
.hero--homepage__image img {
  max-height: 75rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero--homepage__block-text {
  max-width: 50rem;
  z-index: 2;
}
.hero--homepage__text {
  text-align: center;
}
.hero--homepage__text > p {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}
.hero--homepage__social {
  z-index: 2;
}
.hero--homepage__texture {
  position: absolute;
  z-index: 1;
  bottom: 30%;
  opacity: 0.1;
}

.homepage-social {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
}
.homepage-social__list {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.homepage-social .contact__icon {
  background-color: #010101;
  border: 1px solid #746D6D;
  fill: #FFF;
}
.homepage-social .contact__icon:hover {
  background-color: #FFF;
  border: 1px solid #010101;
  fill: #010101;
}
.homepage-social .contact__text {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero__grid {
    grid-template-columns: 3rem 1fr 1fr 3rem;
    grid-template-areas: ". text image ." ". text image .";
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .hero__block-text {
    padding-right: 3rem;
  }
  .hero__buttons {
    flex-direction: row;
  }
  .hero--homepage__image {
    z-index: 2;
  }
  .hero--homepage__texture {
    bottom: -10%;
    opacity: 0.1;
  }
}
@media screen and (min-width: 1320px) {
  .hero__grid {
    grid-template-columns: 1fr 62rem 62rem 1fr;
  }
  .hero__grid-image {
    max-height: 60rem;
  }
}
.title {
  background-color: #010101;
  color: #FFF;
}
.title .ugo-block__margin {
  margin-top: 1rem;
}
.title__block-text {
  max-width: 80rem;
}
.title__block-text > *:not(:last-child) {
  margin-bottom: 2rem;
}
.title__buttons {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .title__buttons {
    flex-direction: row;
  }
}
.text__container {
  max-width: 75rem;
}
.text__block-text > *:not(:last-child) {
  margin-bottom: 2rem;
}
.text__text > p > img,
.text__text > figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.image__container {
  max-width: 100rem;
}
.image__single__image {
  text-align: center;
}
.image__gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
  gap: 2rem;
}
.image__gallery__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image__gallery__image {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-text .ugo-container {
  max-width: 90rem;
}
.image-text__flex {
  align-items: center;
}
.image-text__image {
  display: flex;
  justify-content: center;
}
.image-text__image picture {
  display: flex;
  flex-direction: column;
}
.image-text__block-text > *:not(:last-child) {
  margin-bottom: 2rem;
}
.image-text__title {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .image-text:nth-child(odd) .image-text__column:nth-child(2) {
    order: -1;
  }
}
.gallery-block__list {
  overflow: hidden;
  overflow-x: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
}
.gallery-block__list::-webkit-scrollbar {
  display: none;
}
.gallery-block__list {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.gallery-block__item {
  position: relative;
  -webkit-clip-path: polygon(88px 0, 100% 0, calc(100% - 88px) 100%, 0 100%);
          clip-path: polygon(88px 0, 100% 0, calc(100% - 88px) 100%, 0 100%);
  margin-left: -8.4rem;
  display: flex;
}
.gallery-block__image {
  height: 20rem;
  width: auto;
  max-width: unset;
}

.page-contacts .ugo-column--1of2:last-child {
  display: none;
}
.page-contacts .ugo-block {
  margin-bottom: 10rem;
}
.page-contacts .ugo-flex {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.page-contacts .ugo-block__margin {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.page-contacts__contacts {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-top: 2rem;
}
.page-contacts__hero {
  margin-top: 2rem !important;
}

@media screen and (min-width: 768px) {
  .page-contacts .ugo-column--1of2:last-child {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .page-contacts .ugo-flex > .ugo-column--1of2 {
    flex-basis: calc(50% - 2rem);
  }
  .page-contacts__image {
    position: sticky;
    top: 0;
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
  .page-contacts__image img {
    margin: 0 auto;
  }
}
.free-page {
  text-align: center;
}
.free-page__column {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1rem;
}
.free-page__image {
  max-width: 50rem;
  max-height: 35rem;
}
.free-page__title {
  font-size: clamp(2.8rem, 3vw, 3rem);
  margin-bottom: 0;
}
.footer {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
.footer .ugo-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 3rem;
}
.footer__block-text:not(:last-child) {
  margin-bottom: 5rem;
}
.footer__text {
  text-align: center;
}
.footer__text > p {
  font-size: 1.6rem;
}
.footer__texture {
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.logo__footer {
  max-width: 12rem;
}

@media screen and (min-width: 768px) {
  .footer__texture {
    opacity: 0.1;
  }
}
.wpcf7 {
  max-width: 70rem;
  margin-top: 2rem;
}
.wpcf7 .ugo-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}
.wpcf7 .ugo-flex > .ugo-column:not(:first-child) {
  margin-top: 0;
}
.wpcf7-fieldset {
  padding: 0;
  border: none;
  margin-bottom: 3rem;
}
.wpcf7-legend {
  font-size: 1.8rem;
  font-weight: 100;
}
.wpcf7-sublegend {
  font-size: clamp(1.4rem, 2vw, 1.6rem);
}
.wpcf7-form-label {
  display: block;
  font-size: 1.8rem;
  font-weight: 100;
}
.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.wpcf7-form-control, .wpcf7-form-textarea {
  width: 100%;
  font-size: 1.8rem;
  color: #FFF;
  padding: 1rem;
}
.wpcf7-form-control.ugo-button {
  color: #010101;
}
.wpcf7-form-control.ugo-button:hover {
  color: #FFF;
}
.wpcf7-form-control:not(.wpcf7-acceptance):not(.wpcf7-submit) {
  background-color: transparent;
  border: 1px solid #746D6D;
}
.wpcf7-acceptance {
  font-size: 1.6rem;
  padding: 0;
}
.wpcf7-list-item > label {
  display: flex;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
}
.wpcf7-list-item > label > .wpcf7-list-item-label {
  flex: 1;
  font-weight: 100;
}
.wpcf7-list-item > label > .wpcf7-list-item-label a {
  text-decoration: none;
}
.wpcf7-list-item > label > input {
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.wpcf7-list-item > label > input::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
  border: 1px solid #010101;
  width: 100%;
  height: 100%;
}
.wpcf7-list-item > label > input:checked::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #010101;
}
.wpcf7-list-item > label > input:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 2px;
  width: 12px;
  height: 19px;
  border: solid #FFF;
  border-width: 0 5px 5px 0;
  transform: rotate(45deg);
}
.wpcf7-radio {
  padding: 0;
}
.wpcf7-radio label input::before {
  border-radius: 100%;
}
.wpcf7-radio label input:checked::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: none;
  transform: translate(-50%, -50%);
}
.wpcf7-submit {
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  padding: clamp(1.2rem, 2vw, 1.6rem) 2.2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.wpcf7-not-valid-tip, .wpcf7-response-output {
  color: red;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wpcf7 .ugo-flex {
    flex-direction: row;
  }
  .wpcf7 .ugo-column--1of2 {
    flex-basis: calc(50% - 1rem);
  }
  .wpcf7 .ugo-column--1of3 {
    flex-basis: calc(33.333333% - 1.3333333333rem);
  }
}
.pgc-sgb-cb {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #FD0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden {
  display: none;
}

.skip-link {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 99999999;
  word-wrap: normal !important;
}
.skip-link:focus {
  background-color: #FD0;
  border: 2px solid #010101;
  border-radius: 0;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #010101;
  display: block;
  font-size: 2.4rem;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  line-height: normal;
  padding: 1.5rem 2.3rem;
  width: auto;
  z-index: 100000;
  position: relative;
}

/*
:focus {
  outline: 3px solid red;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px #fff;
}
*/
#iubenda-cs-banner.iubenda-cs-default {
  position: relative !important;
  transition: none !important;
}
#iubenda-cs-banner.iubenda-cs-default .custom-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  margin: auto !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content {
  background: rgb(5, 40, 98) !important;
  color: #fff !important;
  padding: 20px !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content h4 {
  line-height: 1 !important;
  margin: 0 !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content p {
  margin-top: 8px !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content a {
  text-decoration: underline !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-accept-btn, #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-customize-btn, #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-reject-btn {
  padding: 10px 20px !important;
  margin: 5px 10px 5px 0 !important;
  border: 0 !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: rgb(80, 105, 145) !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button.iubenda-cs-accept-btn {
  color: rgb(5, 40, 98) !important;
  background: rgb(235, 235, 235) !important;
}
#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button:hover, #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content button:active {
  opacity: 0.85 !important;
}

.logged-in .header {
  top: 46px;
}

@media screen and (min-width: 783px) {
  .logged-in .header {
    top: 32px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}/*# sourceMappingURL=style.css.map */