7:root {
  /* background */
  /* fonts */
  /* colors */
  /* input */
  /* margin */
  /* swiper */
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-family: "Roboto", Tahoma, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: default;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-color: rgba(0, 0, 0, 0.15);
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
  height: auto;
}

a {
  background-color: transparent;
  color: #ffffff80;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: opacity, color, background-color;
  transition-property: opacity, color, background-color;
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #97adc5;
  opacity: 1;
}

::-moz-placeholder {
  color: #97adc5;
  opacity: 1;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #97adc5;
  opacity: 1;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #97adc5;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="password"],
[type="number"],
[type="search"],
[type="button"],
[type="color"],
[type="time"],
[type="date"],
[type="datetime-local"],
[type="file"],
[type="image"],
[type="month"],
[type="reset"],
[type="week"],
select,
textarea {
  width: auto;
  min-width: 0;
  height: 50px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(106, 178, 200, 0.4);
  border-radius: 0;
  padding: 3px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  color: #345b72;
  font-family: "Roboto Condensed", "Times New Roman", Times, serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea {
  height: 70px;
  resize: none;
  max-height: 70px;
  text-align: left;
  padding: 3px 0;
  line-height: calc(20px + 2px);
}

textarea:focus {
  height: auto;
  max-height: none;
  resize: vertical;
}

[type="text"]:focus,
[type="email"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="button"]:focus,
[type="color"]:focus,
[type="time"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="file"]:focus,
[type="image"]:focus,
[type="month"]:focus,
[type="reset"]:focus,
[type="week"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(27, 54, 78, 0.4);
}

option {
  background-color: transparent;
  color: #345b72;
  font-family: "Roboto Condensed", "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
}

option:hover {
  color: #000;
  background-color: #757575;
}

body {
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  margin: 0;
  background-color: rgb(23, 172, 236);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-width: 320px;
  opacity: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}

.section {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.container {
  max-width: 1220px;
  width: 100%;
  padding-right: calc(10px * 2);
  padding-left: calc(10px * 2);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row {
  margin-left: calc(-1 * 10px);
  margin-right: calc(-1 * 10px);
}

/* def */

[class^="gwi_"]:before,
[class*=" gwi_"]:before {
  margin: 0;
}

.mr {
  margin-right: 10px;
}

.ml {
  margin-left: 10px;
}

.mt {
  margin-top: 10px;
}

.mb {
  margin-bottom: 10px;
}

.mra {
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mta {
  margin-top: auto;
}

.mba {
  margin-bottom: auto;
}

/* title */

.title {
  color: inherit;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.title_uppercase {
  text-transform: uppercase;
}

.title_mb {
  margin-bottom: 30px;
}

.title_mb_small {
  margin-bottom: 15px;
}

.title_mb_xs {
  margin-bottom: 10px;
}

.title__sub {
  display: block;
  font-size: 2.625rem;
}

.title_large {
  font-size: 3rem;
  font-weight: 900;
}

/* desc */

.desc {
  font-size: 1.5rem;
  line-height: 1.3rem;
  font-weight: 500;
  color: inherit;
  text-align: center;
  opacity: 0.8;
}

.desc_mb {
  margin-bottom: 20px;
}

.desc_mb_small {
  margin-bottom: 15px;
}

.desc_mb_xs {
  margin-bottom: 10px;
}

/* btn */

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: white;
  font-family: "Roboto", Tahoma, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  min-width: 230px;
  min-height: 55px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 0;
  border: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 30px;
  padding: 5px 20px;
}

.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgb(40, 105, 130);
  border: 0;
  border-radius: 10px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn:hover:after {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.btn__content {
  position: relative;
  z-index: 5;
  display: inline-block;
}

/* contacting */

.contacting {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: inherit;
  max-width: 100%;
}

.contacting__content {
  -webkit-transition: .3s all;
  transition: .3s all;
  margin-top: auto;
  margin-bottom: auto;
  min-width: 0;
}

/* scl */

.scl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.scl__item {
  margin: 2px;
  text-decoration: none;
  position: relative;
  z-index: 0;
  width: 50px;
  height: 50px;
  padding-top: 2px;
  background-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 22px;
  color: inherit;
}

.scl__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.scl__item:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.scl__gwi {
  position: relative;
  z-index: 5;
}

.scl__item_color_white {
  color: white;
}

.scl__item_color_white:hover {
  color: #fff;
}

/* gw-timer */

.gw-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.gw-timer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  font-size: 14px;
  padding: 2px;
  margin: 5px;
  text-align: center;
}

.gw-timer__item_dot {
  width: 14px;
  /* color: rgb(255, 181, 76); */
  font-size: 30px;
}

.gw-timer__amount {
  color: inherit;
  font-size: 40px;
  line-height: 74px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 6px;
  min-width: 70px;
  margin-bottom: 4px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.gw-timer__desc {
  color: inherit;
  opacity: 0.6;
  font-size: 12px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.end-time {
  color: inherit;
  font-size: 40px;
  line-height: 24px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* countdown */

.countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 250px;
  margin: auto;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

.countdown__inner {
  text-align: center;
  padding: 40px 70px;
  position: relative;
  z-index: 0;
}

.countdown__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.countdown__scl {
  margin-top: 20px;
}

.countdown__counter {
  color: rgb(18, 109, 153);
}

.countdown__contacting-list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 15px;
}

.countdown__link-list a{
  color: #ffffff80 !important;
}

.countdown__contacting {
  margin: 5px 10px;
}

.countdown__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.3;
  z-index: -1;
}

/* overlay */

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(255, 255, 255, 0.3);
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0), rgb(0, 0, 0));
}

/* maintenance */

.maintenance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  width: 100%;
}

.maintenance__content {
  max-width: 700px;
  text-align: center;
  font-size: 20px;
  margin: auto;
}

/* media */

@media (max-width: 770px) {

  html {
    font-size: 14px;
  }

}

@media (max-width: 650px) {

  /* gw-timer */
  .gw-timer__amount {
    font-size: 25px;
    line-height: 50px;
    font-weight: 900;
    min-width: 40px;
  }

}

@media (max-width: 500px) {
  html {
    font-size: 13px;
  }

  .countdown__inner {
    padding: 10px;
  }

  .btn {
    min-width: 210px;
    min-height: 45px;
  }
}

@media (max-width: 400px) {

  html {
    font-size: 12px;
  }

  /* gw-timer */
  .gw-timer__item {
    margin-right: 2px;
    margin-left: 2px;
  }

}