@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap&subset=cyrillic");
/*VARIABLES*/
/*humburger color*/
/*FONTS*/
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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;
}

img {
  border-style: none;
  max-width: 100%;
  display: inline-block;
}

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 {
  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] {
  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;
}

/* menu button */
.toggle-hamburger {
  background-color: #fff;
  color: #ccc;
  display: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  border-radius: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 100;
}

.toggle-hamburger:focus {
  outline: none;
}

.toggle-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 4px;
  background: #cccccc;
}

.toggle-hamburger span::before, .toggle-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #cccccc;
  content: "";
}

.toggle-hamburger span::before {
  top: -10px;
}

.toggle-hamburger span::after {
  bottom: -10px;
}

.toggle-hamburger.toggle-hamburger__animx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.toggle-hamburger.toggle-hamburger__animx span::before, .toggle-hamburger.toggle-hamburger__animx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.toggle-hamburger.toggle-hamburger__animx span::before {
  -webkit-transition-property: top, transform;
  transition-property: top, transform;
}

.toggle-hamburger.toggle-hamburger__animx span::after {
  -webkit-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

/* when menu open: */
.toggle-hamburger.toggle-hamburger__animx.is-active span {
  background: none;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span::before, .toggle-hamburger.toggle-hamburger__animx.is-active span::after {
  background-color: #cccccc;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.toggle-hamburger.toggle-hamburger__animx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-hamburger.toggle-hamburger__animx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*wrapper*/
.wrapper {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 729px) {
  .wrapper {
    width: calc(100vw - 48px);
  }

  .col-2 {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
  }

  .col-3 {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
  }

  .col-4 {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
  }
}
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #4FB8FF;
  border-radius: 1px;
  border: 0px solid #4FB8FF;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #4FB8FF;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #4FB8FF;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #4FB8FF;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #4FB8FF;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #4FB8FF;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #4FB8FF;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #4FB8FF;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #4FB8FF;
}

input[type=range]:focus::-ms-fill-upper {
  background: #fff;
}

@media screen and (min-width: 730px) and (max-width: 959px) {
  .wrapper {
    width: calc(100vw - 80px);
  }

  .col-2 {
    box-sizing: border-box;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .col-3 {
    box-sizing: border-box;
    width: calc(33.3% - 15px);
    margin-bottom: 30px;
  }

  .col-4 {
    box-sizing: border-box;
    width: calc(25% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .wrapper {
    width: calc(100vw - 96px);
  }

  .col-2 {
    box-sizing: border-box;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .col-3 {
    box-sizing: border-box;
    width: calc(33.3% - 15px);
    margin-bottom: 30px;
  }

  .col-4 {
    box-sizing: border-box;
    width: calc(25% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1479px) {
  .wrapper {
    width: calc(100vw - 96px);
  }

  .col-2 {
    box-sizing: border-box;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .col-3 {
    box-sizing: border-box;
    width: calc(33.3% - 15px);
    margin-bottom: 30px;
  }

  .col-4 {
    box-sizing: border-box;
    width: calc(25% - 15px);
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1480px) {
  .wrapper {
    width: 1000px;
    padding-right: 0;
    padding-left: 0;
  }

  .col-2 {
    box-sizing: border-box;
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  .col-3 {
    box-sizing: border-box;
    width: calc(33.3% - 15px);
    margin-bottom: 30px;
  }

  .col-4 {
    box-sizing: border-box;
    width: calc(25% - 15px);
    margin-bottom: 30px;
  }
}
.flex-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

p {
  margin-bottom: 15px;
}

body {
/*
  background: url(images/map-bg.jpg) top center repeat-x;
  background: -webkit-linear-gradient(to bottom, #046A84 0px, #1588A0 100px, #51AEBA 170px, #DCDFB2 350px, #FFE8BA 555px, #FFE8BA 600px, #fff 820px);
  background: -moz-linear-gradient(to bottom, #046A84 0px, #1588A0 100px, #51AEBA 170px, #DCDFB2 350px, #FFE8BA 555px, #FFE8BA 600px, #fff 820px);
  background: linear-gradient(to bottom, #046A84 0px, #1588A0 100px, #51AEBA 170px, #DCDFB2 350px, #FFE8BA 555px, #FFE8BA 600px, #fff 820px);
  background-repeat: no-repeat;
  min-height: 100vh;
*/
}

.header__h1 {
  padding-bottom: 50px;
}

.parallax {
  position: absolute !important;
  width: 100%;
  min-height: 500px;
  min-width: 960px;
  overflow: hidden;
  z-index: -1;
}

.parallax .parallax-layer {
  opacity: 0.6;
}

.parallax .parallax-layer:first-child {
  left: 50% !important;
  margin-left: -750px;
}

.parallax .parallax-layer:nth-child(2) {
  left: auto !important;
  right: 50%;
  margin-right: -750px;
}

.parallax .parallax-layer:last-child {
  left: 63% !important;
  top: 55px !important;
  margin-left: -615px;
}

.header {
  padding-top: 50px;
}
.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav-first {
  order: 1;
}
.header__nav-first li a {
  padding-left: 10px;
  padding-right: 10px;
}
.header__nav-second {
  order: 3;
}
.header__nav-second li a {
  padding-left: 10px;
  padding-right: 10px;
}
.header__logo {
  order: 2;
}
.header ul {
  display: flex;
  justify-content: space-between;
}
.header ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.header ul li a {
  color: #ffffff;
}

#card__input {
  border: none !important;
  background-color: #008faa !important;
  width: 100% !important;
  padding: 30px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  color: #ffffff !important;
  font-size: 60px !important;
  margin-bottom: 60px !important;
}
#card__input::placeholder {
  color: inherit;
}

.card {
  width: 100%;
  max-width: 990px;
  border: 4px solid #008faa;
  border-radius: 30px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.card__result {
  min-height: 100px;
  padding-left: 10%;
}
.card__balance {
  font-size: 24px;
}
.card__adv {
  list-style-type: none;
  padding-left: 10%;
}
.card__adv li {
  display: flex;
  padding-bottom: 23px;
}
.card__adv li:before {
  content: "";
  width: 16px;
  height: 14px;
  display: block;
  margin-right: 16px;
  background: url("images/arrow.png") center no-repeat;
}
.card__owner-info {
  list-style-type: none;
  padding-left: 10%;
  padding-right: 10%;
}
.card__owner-info li {
  display: flex;
  padding-bottom: 23px;
}
.card__owner-info li input[type=text], .card__owner-info li input[type=date] {
  box-sizing: border-box;
  background: transparent;
  padding: 10px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
}
.card__owner-info li input[type=text]:focus, .card__owner-info li input[type=date]:focus {
  border-color: #4FB8FF;
}
.card__owner-info li input[type=text].input_completed, .card__owner-info li input[type=date].input_completed {
  border-color: green;
}
.card__actions {
  align-self: flex-end;
  padding-right: 30px;
  /*    button:first-child {
        margin-right: 30px;
      }*/
}

.btn {
  background-color: #008faa;
  /* Green */
  border: 2px solid #008faa;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  text-transform: uppercase;
  opacity: 0.5;
}
.btn--transpanent {
  background-color: transparent;
  color: #008faa;
  border: 2px solid #008faa;
}
.btn_active {
  cursor: pointer;
  opacity: 1;
}

.pay-methods {
  margin-bottom: 50px;
}
.pay-methods h2 {
  margin-bottom: 15px;
}
.pay-methods p {
  margin-bottom: 15px;
}
.pay-methods__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about {
  margin-bottom: 50px;
}
.about h2 {
  margin-bottom: 15px;
}
.about p {
  margin-bottom: 15px;
}

.process {
  margin-bottom: 50px;
}
.process h2 {
  margin-bottom: 15px;
}
.process p {
  margin-bottom: 15px;
}

.white-popup {
  max-width: 320px;
  padding: 20px;
  background-color: #fff;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.white-popup h3 {
  padding-bottom: 20px;
  text-align: center;
}
.white-popup button {
  margin-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=date]::before {
  content: attr(data-placeholder);
  width: 100%;
}

/* hide our custom/fake placeholder text when in focus to show the default
 * 'mm/dd/yyyy' value and when valid to show the users' date of birth value.
 */
input[type=date]:focus::before,
input[type=date]:valid::before {
  display: none;
}

.header__h1__red {
  margin: 0 0 25px;
  color: #ff0000;
}

@media screen and (max-width: 500px) {
  .card__actions {
    padding-right: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .btn {
    margin-bottom: 30px;
    width: 80%;
  }

  #card__input {
    font-size: 22px !important;
  }

  .card {
    margin-bottom: 40px;
  }
}

/*# sourceMappingURL=styles.css.map */
