body {
  font-family: Roboto, sans-serif;
  font-size: 10px;
}

a:focus,
a:hover,
a:visited {
  text-decoration: none
}

h1 {
  margin-top: 100px;
  font-size: 8em;
  font-weight: 900;
  margin-bottom: 30px;
  line-height: 70px;
}

h1 small {
  display: block;
  font-size: .4em;
}

h2 {
  font-size: 6.4em;
  font-weight: 900;
  margin-bottom: 40px;
  text-transform: uppercase;
}

h2 small {
  display: block;
  font-size: .5em
}

h3 {
  font-size: 3em
}

figure {
  margin: 0;
  background-repeat: no-repeat;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 30px;
  margin-bottom: 40px
}

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

li {
  font-size: 18px
}

li strong {
  display: block
}

p {
  font-size: 18px;
}

.contact-buttons {
  margin-top: 30px;
}

article p {
  margin-bottom: 40px;
}

@font-face {
  font-family: FF;
  src: url(../fonts/FF.eot);
  src: url(../fonts/FF.eot?#iefix) format("embedded-opentype"), url(../fonts/FF.woff2) format("woff2"), url(../fonts/FF.woff) format("woff"), url(../fonts/FF.ttf) format("truetype"), url(../fonts/FF.svg#FF) format("svg");
  font-weight: 400;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: FF;
    src: url(../fonts/FF.svg#FF) format("svg")
  }
}

[class*=" ff-"]:after,
[class*=" ff-"]:before,
[class^=ff-]:after,
[class^=ff-]:before {
  font-family: FF;
  font-size: 1em;
  font-style: normal;
  margin-left: 20px
}

.ff-twitter:before {
  content: "\f100"
}

.ff-facebook:before {
  content: "\f101"
}

.ff-instagram:before {
  content: "\f102"
}

.ff-menu:before {
  content: "\f103"
}

.flags {
    height:15px;
}

.btn {
  font-size: 1.8em;
  padding: 10px;
  border-radius: 30px;
  margin: 0 20px;
  font-weight: 900;
  width: 260px;
  border: 6px solid;
  transition: background-color .3s, color .3s
}

.btn:hover {
  background-color: green !important;
  color: #fff !important
}

.btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #384c7f
}

.btn-blue {
  background-color: #384c7f;
  border-color: #384c7f;
  color: #fff
}

.btn-blue.btn-border {
  background-color: transparent;
  color: #384c7f
}

.btn-white.btn-border {
  background-color: transparent;
  color: #fff
}

.blue-bg {
  background-color: #384c7f;
  color: #fff;
  padding: 70px;
  text-align: center
}

.blue-bg p {
  text-align: left;
}

.white-bg {
  color: #384c7f
}

.kd-menu {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 100px;
  width: 100%;
  left: 0
}

.kd-menu .logo {
  margin-left: 40px
}

.kd-menu .logo img {
  height: 100px
}

.kd-menu ul {
  margin-right: 150px;
  margin-bottom: 0
}

.kd-menu li {
  font-size: 1.8em;
  display: inline-block;
  margin: 0 15px;
  font-weight: 500
}

.kd-menu a {
  color: #fff;
  text-transform: uppercase;
}

.kd-menu li a::after {
  display: block;
  content: "";
  height: 3px;
  width: 0;
  margin-top: 5px;
  background-color: #fff;
  transition: width .3s
}

.kd-menu li a:hover::after {
  width: 100%
}

.kd-menu .showMobile {
  display: none;
  margin-right: 20px;
  font-size: 3em
}

.kd-header {
  background-image: url(../img/kriokomora-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #fff
}

.kd-specification figure {
  background-image: url(../img/cryochamber-black2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.device-description li {
  position: relative;
}

.kd-about {
  padding: 70px 0;
}

.kd-about article {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kd-about article p {
  padding: 0 50px;
}

.kd-about article p:not(:last-child) {
  margin-bottom: 30px;
}

.kd-about figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kd-about figure {
  padding: 0
}

.swap-on-hover {
  position: relative;
  margin: 0 auto;
}

.swap-on-hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  width: 400px;
  height: 600px;
  transform: translate(-50%, -50%);
}

.swap-on-hover .swap-on-hover__back-image {
  opacity: 0;
  transition: opacity .5s linear;
}

.swap-on-hover .swap-on-hover__front-image {
  z-index: 9999;
  transition: opacity .3s linear;
  cursor: pointer;
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
}

.swap-on-hover:hover>.swap-on-hover__front-image {
  opacity: 0;
}

.swap-on-hover:hover>.swap-on-hover__back-image {
  opacity: 1;
}

.device-description {
  text-align: left;
}

.device-description li,
.kd-security-requirements li {
  margin-bottom: 40px;
  padding-left: 35px;
}

.device-description li::before,
.kd-security-requirements li::before {
  background-image: url(../img/drop-white.png) !important;
}

.kd-about h2,
.kd-terms-of-use h2,
.kd-terms-of-use h3 {
  text-align: center
}

.yt {
  padding: 0;
}

.kd-terms-of-use figure {
  background-image: url(../img/cryochamber-black3.jpg);
  background-position: center;
  background-size: contain;
}

.kd-available figure {
  background-image: url(../img/grandpa.jpg);
  background-position: center;
  background-size: contain;
}

.kd-available.sport figure {
  background-image: url(../img/man.jpg);
  background-position: center;
  background-size: contain;
  min-height: 635px;
}

.specification {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kd-about li,
.kd-terms-of-use li,
.kd-movie li,
.kd-security-requirements li {
  position: relative;
  font-size: 1.8em;
  padding-left: 35px
}

.kd-about li:before,
.kd-terms-of-use li:before,
.device-description li:before,
.kd-security-requirements li:before,
.cryospecification li:before {
  content: '';
  position: absolute;
  left: -5px;
  top: 5px;
  width: 17px;
  height: 23px;
  background-image: url(../img/drop.png);
  background-size: cover
}

.kd-terms-of-use ul {
  text-align: left;
}

.kd-terms-of-use li:before {
  background-image: url(../img/drop-white.png)
}

.cryospecification ul {
  text-align: left;
}

.cryospecification li {
  position: relative;
  margin-bottom: 5px;
}

.cryospecification .list-header {
  margin: 15px 0;
}

.cryospecification .list-header::before {
  background-image: none;
}

.cryospecification li:before {
  left: -40px;
  background-image: url(../img/drop-white.png);
}

.kd-terms-of-use li strong {
  font-size: 1.3em;
  font-weight: 800
}

.kd-footer {
  padding: 70px 0;
  text-align: center
}

.kd-footer h3 {
  color: #384c7f;
  font-weight: 900;
  margin: 40px 0
}

.kd-footer a {
  font-size: 2.4em;
  color: #384c7f;
  transition: color .3s
}

.kd-footer a:hover {
  color: #000
}

.kd-footer li {
  display: inline-block
}

.kd-footer li:first-child {
  vertical-align: -5px;
}

.kd-footer li a {
  font-size: 1.5em
}

.ff-twitter:before {
  margin-left: 0;
}

@media (max-width:1499px) {
  h2 {
    font-size: 5em
  }

  li {
    font-size: 2em
  }

  .kd-menu ul {
    margin-right: 40px
  }

  .kd-movie p {
    padding: 0 5%
  }
}

@media (max-width:1299px) {
  .btn {
    font-size: 1.5em;
    width: 220px
  }

  .btn.btn-white {
    margin-bottom: 20px;
  }

}

@media (max-width:1199px) {
  .kd-about {
    padding-bottom: 0;
  }

  .kd-about figure {
    height: 500px;
    margin: 70px 0;
  }

  .specification img {
    margin-top: 60px;
  }

  .kd-terms-of-use img {
    margin-top: 70px;
  }

  .kd-specification .blue-bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .kd-about article p {
    padding: 0;
  }

  .kd-menu .logo,
  .kd-menu ul {
    margin-left: 25px
  }

  h1 {
    font-size: 7em
  }

  .kd-movie iframe {
    height: 600px;
    margin-bottom: -5px
  }

  .kd-about li,
  .kd-security-requirements li {
    font-size: 1.6em
  }

  .kd-about .white-bg {
    padding-left: 20px
  }

  .kd-specification figure,
  .kd-terms-of-use figure,
  .kd-available figure {
    height: 500px;
    order: 2;
  }

  .yt {
    height: 500px;
  }
}

@media (max-width:991px) {
  h1 {
    font-size: 6em
  }

  .kd-menu .logo,
  .kd-menu ul {
    margin-left: 15px
  }

  .kd-menu ul {
    display: none
  }

  .mainMenu {
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: #384c7f;
    margin: 0 !important;
    padding: 10px 0
  }

  .mainMenu li {
    display: block
  }

  .mainMenu a {
    display: block;
    padding: 0 30px
  }

  .kd-menu .showMobile {
    display: block
  }

  h2 {
    font-size: 4em
  }

  .kd-available.sport figure {
    min-height: 400px;
    background-size: cover;
  }

}

@media (max-width:768px) {

  .blue-bg,
  .kd-about {
    padding: 40px 15px;
  }

  h1 {
    margin-top: 100px;
    font-size: 4.8em;
    line-height: 50px;
  }

  h1 small {
    font-size: .5em;
  }

  h3 {
    font-size: 2em
  }

  li {
    font-size: 1.8em
  }

  .kd-menu {
    top: 20px
  }

  .kd-footer {
    padding: 40px 0
  }

  .kd-footer a {
    font-size: 2em
  }

  .kd-movie-full iframe {
    height: 250px
  }

  .kd-users iframe {
    min-height: 400px;
  }
}

@media (max-width:768px) and (orientation:landscape) {
  h1 {
    margin-top: 130px;
    font-size: 4em;
    line-height: 40px;
  }

  .kd-header {
    padding-bottom: 40px;
  }

  .kd-menu .logo img {
    height: 70px;
  }
}

@media (max-width:576px) {
  .kd-main article p:not(:last-child) {
    margin-bottom: 20px;
  }

  .contact-buttons {
    width: 100%;
    margin-top: 40px;
  }

  .device-description li,
  .kd-security-requirements li {
    margin-bottom: 20px;
  }

  .btn {
    display: block;
    width: 100%;
  }

  .btn:first-child {
    margin-bottom: 20px;
  }

  h1 small {
    font-size: .35em
  }

  .kd-movie iframe {
    height: 220px
  }

  .btn {
    margin-left: 0;
    margin-right: 0;
  }

  .kd-about ul {
    padding: 0
  }

  .kd-header {
    height: 620px;
    padding-bottom: 50px;
  }

  .kd-users iframe {
    min-height: 230px;
  }
}

@media (max-width:576px) and (orientation:landscape) {
  h1 {
    margin-top: 0;
  }
}

@media (max-width:380px) {
  h1 {
    font-size: 4.2em;
    line-height: 40px;
  }

  h2 {
    font-size: 3.5em;
  }
}