*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
}

@font-face {
  font-family: 'Bebas Neue';
  src:  local('Bebas Neue Regular'), local('Bebas-Neue-Regular'),
        url('../fonts/BebasNeueRegular.woff2') format('woff2'),
        url('../fonts/BebasNeueRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src:  local('Montserrat Light'), local('Montserrat-Light'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src:  local('Montserrat Regular'), local('Montserrat-Regular'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src:  local('Montserrat Bold'), local('Montserrat-Bold'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.flex-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .flex-between-center {
    display: block;
  }
}

.flex-only {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .flex-only {
    display: block;
  }
}

.flex-reverse {
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .flex-reverse {
    display: block;
  }
}

.height-4 {
  	height: 4rem;  
}

.siteheader {
  display: block;
  width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #252222;
	padding: 0;
	border-bottom: 2px solid #e7e7e7;
	z-index: 100; 
}

section {
  display: block;
  width: 100%;
}

.aqua-sonic {
  padding-top: 6rem;
  background: linear-gradient(80deg, rgba(60,122,250,0.99) 0%, transparent 70%, rgba(55,255,171,0.7) 100%),
              radial-gradient(ellipse  at 10%  30%, transparent 0%, rgba(10,255,202,0.29) 40%, rgb(50,181,255) 55.00000000000001%, rgba(60,122,250,0.8) 55.00000000000001%, rgba(7,247,141,0.69) 100%) 85% 95%/180% 120%,
              linear-gradient(150deg, rgb(10,255,202) 0%, rgb(9,253,187) 25%, rgb(9,251,172) 50%, rgb(8,249,156) 75%, rgb(7,247,141) 100%);
}

.cross-glasses {
  padding-top: 6rem;
  background: linear-gradient(125deg, rgba(150,221,245,0.77) 0%, rgba(111,231,234,0.43) 40%, transparent 60%, rgba(127,240,229,0.49) 75%, rgba(127,167,225,0.8) 100%),
              linear-gradient(130deg, rgba(117,217,233,0.21) 0%, transparent 100%),
              linear-gradient(30deg, rgb(82,180,228) 0%, rgb(155,213,238) 45%, rgb(65,177,255) 65%, rgb(96,168,231) 65%, rgb(92,142,234) 100%);
}

.lost-place {
  padding-top: 6rem;
  background: radial-gradient(ellipse  at 30%  80%, rgba(79,203,177,0.25) 0%, transparent 20%, rgba(129,218,182,0.7) 75%, rgba(113,203,101,0.79) 100%) 65% 55%/135% 165%,
              linear-gradient(345deg, rgba(124,211,164,0.82) 0%, transparent 35%, rgba(132,218,196,0.26) 70%, rgba(114,211,114,0.7) 70%, rgba(143,219,152,0.55) 100%),
              conic-gradient(from 310deg at 95%  95%, rgb(151,218,142) 0%, rgb(115,204,170) 50%, rgb(145,221,183) 100%) 70% 80%/165% 155%;
}

.next-horizon {
  padding-top: 6rem;
  background: radial-gradient(ellipse  at 70%  5%, rgb(239,242,196) 0%, transparent 100%) 25% 30%/150% 150%,
              conic-gradient(from 335deg at 85%  80%, rgb(235,202,236) 0%, rgb(185,244,245) 45%, rgb(215,219,179) 80%, rgb(190,183,214) 100%) 70% 35%/195% 200%;
}

.soft-touch {
  padding-top: 6rem;
  background: linear-gradient(105deg, rgb(204,157,211) 0%, rgb(190,168,205) 30%, rgb(199,181,212) 30%, rgb(234,212,236) 100%);
}

.container {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2%;
	overflow: hidden;
}

.logo-img {
  width: 180px;
  height: auto;
}

.nav-block {
	height: 32px;
	margin: 0;
	padding: 0; 
}

nav {
	display: inline-block;
}

nav a {
	display: inline-block;
	text-decoration: none;
	font-family: 'Bebas Neue', Trebuchet MS, Arial, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 0 15px 0 0;
	padding: 7px 5px;
	height: 19px;	
}

.image-block {
  flex-shrink: 0;
  width: 30%; 
}

@media only screen and (max-width: 768px) {
  .image-block {
    display: block;
    margin: 0 auto 2rem auto;
  }
}

.image-block img {
  width: 100%;
  height: auto;
}

.info-block {
  flex-grow: 1;
  padding: 2rem;
  background-color: rgba(255,255,255,0.3);
  margin-bottom: 2rem;
}

h1 {
  margin: 0 0 2rem 0;
  padding: 0 1rem;
  text-align: center;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #000;  
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
  margin: 0 0 1rem 15%;
  padding: 0 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #000;  
}

@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  margin: 0 0 1rem 15%;
  padding: 0 1rem;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.75rem;
  color: #000;  
}

@media only screen and (max-width: 768px) {
  h3 {
    font-size: 1.25rem;
  }
}

p {
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;  
}

p.note {
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.5;
}

p.details {
  padding: 0;
  margin: 0 0 0 10%;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;  
}

.note-blue {
  color: #29078f;
}

.note-green {
  color: #056235;
}

.info-block a,
.info-block a:link,
.info-block a:active,
.info-block a:visited,
.info-block a:hover {
  color: #000;
  font-weight: bold;
}

.note-blue {
  color: #29078f;
}

ul {
  padding: 0;
  margin: 0 0 1rem 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;  
  list-style: none;
}

ul li {
  padding-left: 1rem;
}

ul li::before {
  content: "– ";
}

.form-group {
  margin-bottom: 1.5rem;
}

label.form-control-label {
  display: block;
  margin: 10px 0 3px 12px;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.form-control {
  display: block;
  width: 60%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: rgba(255, 255, 255, 0.3);
  background-clip: padding-box;
  border: 2px solid #a0aab4;
  border-radius: 4px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .form-control {
      width: 100%;
  }
}

.form-control:focus {
  color: #495057;
  background-color: rgba(255, 255, 255, 0.3);;
  border-color: #009688;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-error {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  color: #dc3545;     
}

.text-red {
  color: #dc3545;
}

.border-red,
.border-red:focus {
  border-color: #dc3545;
}

.hidden {
    display: none;
}

.cms-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
}

.cms-overlay-content {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);  
  -ms-transform: translateY(-50%);
  top: 50%;
  left: 50%;
  right: 0;
  text-align: center;
  color: #555;
}

.cms-loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  color: #854f1d;
  background: radial-gradient(farthest-side, currentColor calc(100% - 6px),#0000 calc(100% - 5px) 0);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 13px),#000 calc(100% - 12px));
  border-radius: 50%;
  animation: l19 2s infinite linear;
}

.cms-loader::before,
.cms-loader::after {    
  content: "";
  grid-area: 1/1;
  background:
    linear-gradient(currentColor 0 0) center,
    linear-gradient(currentColor 0 0) center;
  background-size: 100% 10px,10px 100%;
  background-repeat: no-repeat;
}

.cms-loader::after {
   transform: rotate(45deg);
}

@keyframes l19 { 
  100%{transform: rotate(1turn)}
}

textarea {
  overflow: auto;
  resize: vertical;
}

.btn {
  display: inline-block;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 2px solid transparent;
  margin-bottom: 0.5rem;
  padding: 0.5rem 0.65rem;
  font-size: 1rem;
  line-height: 1.2;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
  -o-transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), transform 0.2s cubic-bezier(0.35, 0, 0.25, 1), background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.2s cubic-bezier(0.35, 0, 0.25, 1);
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary {
  color: #FFF;
  background-color: #009688;
  border-color: #009688;
}

.btn-primary:hover {
  color: #FFF;
  background-color: #007065;
  border-color: #00635a;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #009688;
  border-color: #009688;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #FFF;
  background-color: #00635a;
  border-color: #00564e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5);
}

input,
button,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size: 1rem;
}

.success-result,
.error-result {
  display: block;
  margin: 10px 0;
  padding: 0;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.success-result {
  color: #009688;
}

.error-result {
  color: #dc3545;
}
